diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/.keep" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/.keep" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/README.md" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/README.md" new file mode 100644 index 0000000000000000000000000000000000000000..5d59cfa55430d45a8e773e62651bbafad728a527 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/README.md" @@ -0,0 +1,2 @@ +perdiction文件包含lstm以及ARIMA预测代码,并且有部分lstm训练好的模型 +process_data包含所有数据预处理的代码 \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/.gitignore" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..26d33521af10bcc7fd8cea344038eaaeb78d0ef5 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/.gitignore" @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/inspectionProfiles/profiles_settings.xml" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/inspectionProfiles/profiles_settings.xml" new file mode 100644 index 0000000000000000000000000000000000000000..105ce2da2d6447d11dfe32bfb846c3d5b199fc99 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/inspectionProfiles/profiles_settings.xml" @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/lstm\351\242\204\346\265\213.iml" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/lstm\351\242\204\346\265\213.iml" new file mode 100644 index 0000000000000000000000000000000000000000..ed18438987375970e3fdb481c2887ae6927d84eb --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/lstm\351\242\204\346\265\213.iml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/misc.xml" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/misc.xml" new file mode 100644 index 0000000000000000000000000000000000000000..dd98e8e602fd752d2dfc5d14710da056b209cd9b --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/misc.xml" @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/modules.xml" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/modules.xml" new file mode 100644 index 0000000000000000000000000000000000000000..75ccfd3b1c32bb9521fc90bb48d0c72f6a1d02e9 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/__pycache__/lstm.cpython-39.pyc" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/__pycache__/lstm.cpython-39.pyc" new file mode 100644 index 0000000000000000000000000000000000000000..5654b82c6954bc552cc0eb2690a31bf721d1b8e1 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/__pycache__/lstm.cpython-39.pyc" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224104.LAPTOP-A7IC6D6N.12364.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224104.LAPTOP-A7IC6D6N.12364.0" new file mode 100644 index 0000000000000000000000000000000000000000..d6c71a0b049b8bad895d9e0c1c9140e7dbf32d37 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224104.LAPTOP-A7IC6D6N.12364.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224195.LAPTOP-A7IC6D6N.3816.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224195.LAPTOP-A7IC6D6N.3816.0" new file mode 100644 index 0000000000000000000000000000000000000000..7970dee8d89776952080431e3e5190a2583f57fa Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224195.LAPTOP-A7IC6D6N.3816.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224286.LAPTOP-A7IC6D6N.3260.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224286.LAPTOP-A7IC6D6N.3260.0" new file mode 100644 index 0000000000000000000000000000000000000000..a318abbc53bafbcf28a89727298816e4a0a8075e Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224286.LAPTOP-A7IC6D6N.3260.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224669.LAPTOP-A7IC6D6N.5632.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224669.LAPTOP-A7IC6D6N.5632.0" new file mode 100644 index 0000000000000000000000000000000000000000..aaf0f9b1aed5e0fe59f60d2f72e5162c837f7a4a Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224669.LAPTOP-A7IC6D6N.5632.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224783.LAPTOP-A7IC6D6N.14232.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224783.LAPTOP-A7IC6D6N.14232.0" new file mode 100644 index 0000000000000000000000000000000000000000..82111395e6b71f5cc87cff9988289f2a562e05ff Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224783.LAPTOP-A7IC6D6N.14232.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224802.LAPTOP-A7IC6D6N.12424.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224802.LAPTOP-A7IC6D6N.12424.0" new file mode 100644 index 0000000000000000000000000000000000000000..e8e46c0f5e9af884e4564b2e99a02dadd86655c9 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224802.LAPTOP-A7IC6D6N.12424.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224910.LAPTOP-A7IC6D6N.19324.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224910.LAPTOP-A7IC6D6N.19324.0" new file mode 100644 index 0000000000000000000000000000000000000000..a3a1525aa7d246274515a4ea16876a4d764f24e9 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224910.LAPTOP-A7IC6D6N.19324.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224925.LAPTOP-A7IC6D6N.8368.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224925.LAPTOP-A7IC6D6N.8368.0" new file mode 100644 index 0000000000000000000000000000000000000000..9f52b0ba09ba8ab671d86232c67799f3d5f854b6 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700224925.LAPTOP-A7IC6D6N.8368.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225025.LAPTOP-A7IC6D6N.16548.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225025.LAPTOP-A7IC6D6N.16548.0" new file mode 100644 index 0000000000000000000000000000000000000000..90b8c55ddc1db32b4fe06d02142c985f90577b67 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225025.LAPTOP-A7IC6D6N.16548.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225065.LAPTOP-A7IC6D6N.16380.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225065.LAPTOP-A7IC6D6N.16380.0" new file mode 100644 index 0000000000000000000000000000000000000000..021b0d2c4d9b3f2f3905e7ee75a4a5a381ab684c Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225065.LAPTOP-A7IC6D6N.16380.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225215.LAPTOP-A7IC6D6N.13260.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225215.LAPTOP-A7IC6D6N.13260.0" new file mode 100644 index 0000000000000000000000000000000000000000..1bcfc3610efeb86c157d484a51d833796e7374ef Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225215.LAPTOP-A7IC6D6N.13260.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225228.LAPTOP-A7IC6D6N.10356.0" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225228.LAPTOP-A7IC6D6N.10356.0" new file mode 100644 index 0000000000000000000000000000000000000000..bc9b71be7ac9a98471b4ebfdd87531d184d5f714 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/logs_train/events.out.tfevents.1700225228.LAPTOP-A7IC6D6N.10356.0" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/Genre_data.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/Genre_data.py" new file mode 100644 index 0000000000000000000000000000000000000000..e9cbb6eacac189cdf1c6c14b4f02a666a862cf21 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/Genre_data.py" @@ -0,0 +1,13 @@ +import pandas as pd + +# 读取原始数据集 +data = pd.read_csv(r'E:\School\opensource\forth\dataset.csv') + +# 统计不同游戏类型的个数 +genre_counts = data['Genre'].value_counts().reset_index() + +# 重命名列名 +genre_counts.columns = ['Genre', 'Count'] + +# 将结果写入新的CSV文件 +genre_counts.to_csv(r'E:\School\opensource\forth\genre_counts.csv', index=False) \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/Publisher_data.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/Publisher_data.py" new file mode 100644 index 0000000000000000000000000000000000000000..6b9af0a82918d8b2489a58b23516076d49baeda3 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/Publisher_data.py" @@ -0,0 +1,13 @@ +import pandas as pd + +# 读取原始数据集 +data = pd.read_csv(r'E:\School\opensource\forth\dataset.csv') + +# 统计不同发布商的个数 +publisher_counts = data['Publisher'].value_counts().reset_index() + +# 重命名列名 +publisher_counts.columns = ['Publisher', 'Count'] + +# 将结果写入新的CSV文件 +publisher_counts.to_csv(r'E:\School\opensource\forth\publisher_counts.csv', index=False) \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/Year_data.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/Year_data.py" new file mode 100644 index 0000000000000000000000000000000000000000..698643c4d2850d22fb4e1af14686900be878e95f --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/Year_data.py" @@ -0,0 +1,13 @@ +import pandas as pd + +# 读取原始数据集 +data = pd.read_csv(r'E:\School\opensource\forth\dataset.csv') + +# 统计不同年份的个数 +year_counts = data['Year'].value_counts().reset_index() + +# 重命名列名 +year_counts.columns = ['Year', 'Count'] + +# 将结果写入新的CSV文件 +year_counts.to_csv(r'E:\School\opensource\forth\year_counts.csv', index=False) \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/datatool.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/datatool.py" new file mode 100644 index 0000000000000000000000000000000000000000..013caba9565283985e0c9ff35cd746b01a692817 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/datatool.py" @@ -0,0 +1,37 @@ +from scipy.interpolate import interp1d +import matplotlib.pyplot as plt +import pandas as pd +from torch.utils.tensorboard import SummaryWriter +import torch +import torch.nn as nn +import numpy as np +from sklearn.preprocessing import MinMaxScaler, StandardScaler + +df = pd.read_csv(r'E:\School\opensource\forth\dataset.csv') +print(type(df)) +df = df[['Genre', 'Year', 'Global_Sales']] +df = df.dropna() +sorted_df = df.sort_values('Year').groupby('Genre') +print(sorted_df) +# Group the data by Genre and Year, summing the Global_Sales +grouped_df = df.groupby(['Genre', 'Year']).agg({'Global_Sales': 'sum'}).reset_index() + +# Create a new dataframe to store the merged data +merged_df = pd.DataFrame() +# Print the sorted and grouped data +for genre, data in grouped_df.groupby('Genre'): + print(f"Genre: {genre}") + print(data) + print() +# Iterate over the grouped data and merge into the new dataframe +for genre, data in grouped_df.groupby('Genre'): + merged_df = pd.concat([merged_df, data], ignore_index=True) +print(merged_df) +# Save the merged dataframe to a new CSV file +merged_df.to_csv(r'E:\School\opensource\forth\new_dataset.csv', index=False) + + + + + + diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/platform_data.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/platform_data.py" new file mode 100644 index 0000000000000000000000000000000000000000..072fede61780cc9330172060c52c0c9506bb35e6 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/platform_data.py" @@ -0,0 +1,13 @@ +import pandas as pd + +# 读取原始数据集 +data = pd.read_csv(r'E:\School\opensource\forth\dataset.csv') + +# 统计不同平台的个数 +platform_counts = data['Platform'].value_counts().reset_index() + +# 重命名列名 +platform_counts.columns = ['Platform', 'Count'] +platform_counts.to_csv(r'E:\School\opensource\forth\platform_counts.csv', index=False) +# 打印结果 +print(platform_counts) \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/test.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/test.py" new file mode 100644 index 0000000000000000000000000000000000000000..c43b7dd1fea227bf0c26bc7da4cd858ec54d9ac2 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206/test.py" @@ -0,0 +1,38 @@ +import torch +import torch.nn as nn +import numpy as np + +# 定义模型 +class Lstm(nn.Module): + def __init__(self, input_size=1, hidden_size=32, output_size=1, num_layers=2): + super().__init__() + self.num_layers = num_layers + self.hidden_size = hidden_size + self.lstm = nn.LSTM(input_size, hidden_size, num_layers, batch_first=True) + self.fc = nn.Linear(hidden_size, output_size) + + def forward(self, x): + h0 = torch.zeros(self.num_layers, x.size(0), self.hidden_size).requires_grad_() + c0 = torch.zeros(self.num_layers, x.size(0), self.hidden_size).requires_grad_() + out, (hn, cn) = self.lstm(x, (h0.detach(), c0.detach())) + out = self.fc(out[:, -1, :]) + return out + +# 创建模型实例 +# 创建模型实例 +model = Lstm(input_size=1, hidden_size=32, output_size=1, num_layers=2).float() + +# 加载保存的模型权重 +model.load_state_dict(torch.load('lstm_model.pth')) + +# 准备测试数据 +x_test = torch.tensor([[1980]]) +x_test = x_test - 1979 +# 将测试数据输入模型进行预测 +with torch.no_grad(): + model.eval() # 设置模型为评估模式 + predictions = model(x_test.unsqueeze(0).float()) + +# 将预测结果转换为numpy数组 +predictions = predictions.squeeze().numpy() +print(predictions) diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\345\275\261\345\223\215\345\212\233\346\214\207\346\225\260\346\235\241\345\233\276.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\345\275\261\345\223\215\345\212\233\346\214\207\346\225\260\346\235\241\345\233\276.py" new file mode 100644 index 0000000000000000000000000000000000000000..678be339c2385a71c707dc8ba3dfe9cf3b458fc5 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\345\275\261\345\223\215\345\212\233\346\214\207\346\225\260\346\235\241\345\233\276.py" @@ -0,0 +1,52 @@ +import pandas as pd +import matplotlib.pyplot as plt + +# 加载数据集 +file_path = '/path/to/your/vgsales.csv' # 替换为您的文件路径 +try: + data = pd.read_csv(file_path, encoding='ISO-8859-1') +except UnicodeDecodeError: + data = pd.read_csv(file_path, encoding='Windows-1252') + +# 定义影响力指数的计算函数 +def calculate_influence_index(row): + """根据全球销量和各地区销量比例计算影响力指数""" + na_prop = row['NA_Sales'] / row['Global_Sales'] if row['Global_Sales'] else 0 + eu_prop = row['EU_Sales'] / row['Global_Sales'] if row['Global_Sales'] else 0 + jp_prop = row['JP_Sales'] / row['Global_Sales'] if row['Global_Sales'] else 0 + other_prop = row['Other_Sales'] / row['Global_Sales'] if row['Global_Sales'] else 0 + return row['Global_Sales'] * (na_prop + eu_prop + jp_prop + other_prop) + +# 应用影响力指数计算 +data['Influence_Index'] = data.apply(calculate_influence_index, axis=1) + +# 计算每个游戏、平台和发行商的总影响力指数 +game_influence = data.groupby('Name')['Influence_Index'].sum().sort_values(ascending=False) +platform_influence = data.groupby('Platform')['Influence_Index'].sum().sort_values(ascending=False) +publisher_influence = data.groupby('Publisher')['Influence_Index'].sum().sort_values(ascending=False) + +# 绘制条形图的函数 +def plot_bar_chart(series, title, xlabel, ylabel, num_top=10): + """绘制条形图展示前num_top个元素""" + top_series = series.head(num_top) + top_series.plot(kind='bar', color='skyblue') + plt.title(title) + plt.xlabel(xlabel) + plt.ylabel(ylabel) + plt.xticks(rotation=45, ha='right') + plt.tight_layout() + plt.show() + +# 绘制影响力最大的前10个游戏、平台和发行商的条形图 +plot_bar_chart(game_influence, 'Top 10 Influential Games', 'Game', 'Influence Index') +plot_bar_chart(platform_influence, 'Top 10 Influential Platforms', 'Platform', 'Influence Index') +plot_bar_chart(publisher_influence, 'Top 10 Influential Publishers', 'Publisher', 'Influence Index') + +# 导出影响力数据到 CSV 文件 +game_influence_file = '/path/to/export/game_influence.csv' +platform_influence_file = '/path/to/export/platform_influence.csv' +publisher_influence_file = '/path/to/export/publisher_influence.csv' + +game_influence.to_csv(game_influence_file) +platform_influence.to_csv(platform_influence_file) +publisher_influence.to_csv(publisher_influence_file) diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\346\217\217\350\277\260\346\200\247\347\273\237\350\256\241\345\217\212\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\346\217\217\350\277\260\346\200\247\347\273\237\350\256\241\345\217\212\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206.py" new file mode 100644 index 0000000000000000000000000000000000000000..ad23102e436acda851ab967f6f71b9f80aca6a2d --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\346\217\217\350\277\260\346\200\247\347\273\237\350\256\241\345\217\212\346\225\260\346\215\256\351\242\204\345\244\204\347\220\206.py" @@ -0,0 +1,48 @@ +import pandas as pd +import matplotlib.pyplot as plt +import seaborn as sns + +# Load the dataset +file_path = '/mnt/data/vgsales.csv' +data = pd.read_csv(file_path, encoding='ISO-8859-1') + +# Check for missing values and data types +missing_values = data.isnull().sum() +data_types = data.dtypes + +# Handling non-numeric values in 'Year' column +data['Year'] = pd.to_numeric(data['Year'], errors='coerce') +data['Year'].fillna('Unknown', inplace=True) + +# Handling missing values +data['Publisher'].fillna('Unknown', inplace=True) +data['Global_Sales'].fillna(data['Global_Sales'].median(), inplace=True) + +# Remove extreme values +sales_columns = ['NA_Sales', 'EU_Sales', 'JP_Sales', 'Other_Sales', 'Global_Sales'] +extreme_values = data[sales_columns].apply( + lambda x: x > (x.mean() + 3 * x.std())) +data_cleaned = data[~extreme_values.any(axis=1)] + +# Boxplot for sales data +plt.figure(figsize=(12, 6)) +sns.boxplot(data=data_cleaned[sales_columns]) +plt.title('Boxplot of Sales Data') +plt.ylabel('Sales (in millions)') +plt.xlabel('Regions') +boxplot_path = '/mnt/data/sales_data_boxplot.png' +plt.savefig(boxplot_path) +plt.close() + +# Histograms for sales data +histogram_path = '/mnt/data/sales_data_histograms.png' +plt.figure(figsize=(15, 10)) +for i, col in enumerate(sales_columns, 1): + plt.subplot(2, 3, i) + sns.histplot(data_cleaned[col], bins=20, kde=True) + plt.title(f'Histogram of {col}') + plt.xlabel('Sales (in millions)') + plt.ylabel('Frequency') +plt.tight_layout() +plt.savefig(histogram_path) +plt.close() diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\346\234\252\346\235\245\344\272\224\345\271\264\344\270\215\345\220\214\351\242\230\346\235\220\345\205\250\347\220\203\351\224\200\351\207\217\351\242\204\346\265\213.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\346\234\252\346\235\245\344\272\224\345\271\264\344\270\215\345\220\214\351\242\230\346\235\220\345\205\250\347\220\203\351\224\200\351\207\217\351\242\204\346\265\213.py" new file mode 100644 index 0000000000000000000000000000000000000000..f7c7ed0cbcfe012e1d6f3da8d929fb51e5b87232 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\346\234\252\346\235\245\344\272\224\345\271\264\344\270\215\345\220\214\351\242\230\346\235\220\345\205\250\347\220\203\351\224\200\351\207\217\351\242\204\346\265\213.py" @@ -0,0 +1,58 @@ +import pandas as pd +import numpy as np +from sklearn.model_selection import train_test_split +from sklearn.ensemble import RandomForestRegressor + +# 加载数据集 +data = pd.read_csv('vgsales.csv') + +# 数据预处理 +# 删除缺失值 +data_cleaned = data.dropna(subset=['Year', 'Publisher', 'Global_Sales']) + +# 转换 'Year' 列的数据类型为整数 +data_cleaned['Year'] = data_cleaned['Year'].astype(int) + +# 准备机器学习模型的数据 +# 对 'Genre' 列进行 one-hot 编码 +data_prepared = pd.get_dummies(data_cleaned, columns=['Genre']) + +# 选择特征和目标变量 +X = data_prepared.drop(['Rank', 'Name', 'Platform', 'Publisher', 'NA_Sales', 'EU_Sales', 'JP_Sales', 'Other_Sales', 'Global_Sales'], axis=1) +y = data_prepared['Global_Sales'] + +# 划分训练集和测试集 +X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.3, random_state=42) + +# 初始化随机森林回归器 +rf_model = RandomForestRegressor(n_estimators=100, random_state=42) + +# 训练模型 +rf_model.fit(X_train, y_train) + +# 生成未来五年的数据 +current_year = data_cleaned['Year'].max() +future_years = np.arange(current_year + 1, current_year + 6) +future_data = pd.DataFrame() +genres = data_cleaned['Genre'].unique() + +for year in future_years: + for genre in genres: + future_data = future_data.append({'Year': year, 'Genre': genre}, ignore_index=True) + +# 对未来数据进行 one-hot 编码 +future_data_encoded = pd.get_dummies(future_data, columns=['Genre']) + +# 确保未来数据有相同的列 +for column in X.columns: + if column not in future_data_encoded.columns: + future_data_encoded[column] = 0 + +# 预测全球销售额 +future_sales_predictions = rf_model.predict(future_data_encoded) + +# 将预测结果添加到未来数据中 +future_data['Predicted_Global_Sales'] = future_sales_predictions + +# 保存预测结果到 CSV 文件 +future_data.to_csv('predicted_global_sales.csv', index=False) diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\347\224\273\351\245\274\345\233\276.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\347\224\273\351\245\274\345\233\276.py" new file mode 100644 index 0000000000000000000000000000000000000000..f924e44759d44fe9530989f5b05cea05919b91ac --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\347\273\230\345\233\276/\347\224\273\351\245\274\345\233\276.py" @@ -0,0 +1,63 @@ +import pandas as pd +import matplotlib.pyplot as plt + +# 加载数据集 +file_path = '/path/to/your/vgsales.csv' +try: + data = pd.read_csv(file_path, encoding='ISO-8859-1') +except UnicodeDecodeError: + data = pd.read_csv(file_path, encoding='Windows-1252') + +# 定义影响力指数的计算函数 +def calculate_influence_index(row): + """根据全球销量和各地区销量比例计算影响力指数""" + na_prop = row['NA_Sales'] / row['Global_Sales'] if row['Global_Sales'] else 0 + eu_prop = row['EU_Sales'] / row['Global_Sales'] if row['Global_Sales'] else 0 + jp_prop = row['JP_Sales'] / row['Global_Sales'] if row['Global_Sales'] else 0 + other_prop = row['Other_Sales'] / row['Global_Sales'] if row['Global_Sales'] else 0 + return row['Global_Sales'] * (na_prop + eu_prop + jp_prop + other_prop) + +# 应用影响力指数计算 +data['Influence_Index'] = data.apply(calculate_influence_index, axis=1) + +# 绘制饼图的函数 +def plot_pie_chart(series, title): + """绘制饼图展示series中的数据""" + series.plot(kind='pie', autopct='%1.1f%%', startangle=140, colors=plt.cm.Paired.colors) + plt.title(title) + plt.ylabel('') # 隐藏y轴标签 + plt.tight_layout() + plt.show() + +# 不同题材的游戏历史总销量占全球总销量的比例 +genre_sales = data.groupby('Genre')['Global_Sales'].sum() +plot_pie_chart(genre_sales, 'Global Sales by Game Genre') + +# 不同销售地区历年销售总额占全球历年销售总额的比例 +region_sales = data[['NA_Sales', 'EU_Sales', 'JP_Sales', 'Other_Sales']].sum() +plot_pie_chart(region_sales, 'Global Sales by Region') + +# 特定地区的不同题材游戏历年总销量占该地区历年总销量的比例 +regions = ['NA_Sales', 'EU_Sales', 'JP_Sales', 'Other_Sales'] +region_genre_titles = ['North America Sales by Game Genre', 'Europe Sales by Game Genre', + 'Japan Sales by Game Genre', 'Other Regions Sales by Game Genre'] + +for region, title in zip(regions, region_genre_titles): + region_genre_sales = data.groupby('Genre')[region].sum() + plot_pie_chart(region_genre_sales, title) + +# 创建一个带有多个页签(sheets)的Excel文件 +excel_writer = pd.ExcelWriter('/path/to/export/combined_sales_data.xlsx') + +# 将全球各游戏题材的历史总销量和全球各销售地区的历年销售总额保存到第一个文件 +genre_sales.to_excel(excel_writer, sheet_name='Global Sales by Game Genre') +region_sales.to_excel(excel_writer, sheet_name='Global Sales by Region') + +# 将不同地区的不同题材游戏历年总销量保存到第二个文件 +data.groupby('Genre')['NA_Sales'].sum().to_excel(excel_writer, sheet_name='NA Sales by Game Genre') +data.groupby('Genre')['EU_Sales'].sum().to_excel(excel_writer, sheet_name='EU Sales by Game Genre') +data.groupby('Genre')['JP_Sales'].sum().to_excel(excel_writer, sheet_name='JP Sales by Game Genre') +data.groupby('Genre')['Other_Sales'].sum().to_excel(excel_writer, sheet_name='Other Sales by Game Genre') + +# 保存并关闭文件 +excel_writer.save() diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/ARIMA.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/ARIMA.py" new file mode 100644 index 0000000000000000000000000000000000000000..4e759a500ae0e94b213dd0af7a6659a4890c43ca --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/ARIMA.py" @@ -0,0 +1,64 @@ +import pandas as pd +import numpy as np +from scipy.interpolate import interp1d +from statsmodels.tsa.arima.model import ARIMA + +df = pd.read_csv(r'E:\School\opensource\forth\new_dataset.csv') +new_df = df[df['Genre'] == 'Action'] +print(new_df) +# 原始数据 +x = list(range(len(new_df ))) +y = new_df ['Global_Sales'].values + +# 样条插值 +interp_func = interp1d(x, y, kind='cubic') + +# 插入新数据 +x_new = [] +y_new = [] + +for i in range(len(y)-1): + x_new += list(np.linspace(x[i], x[i+1], num=11)) + y_new += list(interp_func(np.linspace(x[i], x[i+1], num=11))) +#插值得到每年每月数据 +# 插入后的DataFrame +df_new = pd.DataFrame({'Global_Sales': y_new}) +print(df_new) +# 筛选出"Global_Sales"列小于零的行 +df_new['Global_Sales'] = df_new['Global_Sales'].abs() + +print(df_new) +new_rows = [] +for i in range(len(new_df) - 1): + for j in range(1, 12): + new_rows.append(new_df.loc[i]['Year'] + j/12) + +new_rows = pd.DataFrame(new_rows, columns=["Year"]) +print(new_rows) +new_rows= new_rows.values.tolist() +df_new = df_new.values.tolist() +merged_df = pd.DataFrame([df_new,new_rows]) +# 转置DataFrame +merged_df_transposed = merged_df.transpose() + +# 重置索引 +merged_df_transposed = merged_df_transposed.reset_index() +merged_df_transposed = merged_df_transposed.drop(merged_df_transposed.columns[0], axis=1) +merged_df_transposed = merged_df_transposed.applymap(lambda x: x[0] if isinstance(x, list) and len(x) == 1 else x) + + +# 重命名列名 +merged_df_transposed.columns = ['Global_Sales', 'Year'] +print(merged_df_transposed) +# Fit ARIMA model +model = ARIMA(list(merged_df_transposed['Global_Sales']), order=(1, 1, 11)) +model_fit = model.fit() + +# Predict sales for the future 6 years (2018-2023) +future_years = np.arange(2018, 2024) +forecast = model_fit.forecast(steps=1)[0] + +# Create a DataFrame for the forecasted sales +forecast_df = pd.DataFrame({'Year': future_years, 'Forecasted_Sales': forecast}) + +print(forecast_df) \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/every_sum.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/every_sum.py" new file mode 100644 index 0000000000000000000000000000000000000000..7a41d2901a4001dbfff6ad8237baff86c3ee08e9 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/every_sum.py" @@ -0,0 +1,22 @@ +import pandas as pd +df = pd.read_csv(r'E:\School\opensource\forth\dataset.csv') +# 创建DataFrame来存储数据 +# Extract the desired columns +selected_columns = ['Year', 'NA_Sales', 'EU_Sales', 'JP_Sales', 'Other_Sales', 'Global_Sales'] +extracted_data = df[selected_columns] +extracted_data =extracted_data.reset_index(drop=True) +# Print the extracted data + +df = pd.DataFrame(extracted_data) +df = df.reset_index(drop=True) + + +# 按照年份分组并计算总和 +sales_by_year = df.groupby('Year').sum() +sales_by_year.reset_index(inplace=True) +sales_by_year.reset_index(drop=True).to_csv(r'E:\School\opensource\forth\extracted_data.csv', index=True) +# 查看每个列的数据类型 +sales_by_year_type= sales_by_year.dtypes +print(sales_by_year_type) +# 打印结果 +print(sales_by_year) \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/lstm.py" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/lstm.py" new file mode 100644 index 0000000000000000000000000000000000000000..71e4c3aed595f52e93f87454e871ba3caa420c18 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/lstm.py" @@ -0,0 +1,159 @@ +from scipy.interpolate import interp1d +import matplotlib.pyplot as plt +import pandas as pd +from torch.utils.tensorboard import SummaryWriter +import torch +import torch.nn as nn +import numpy as np +from sklearn.preprocessing import MinMaxScaler, StandardScaler + +df = pd.read_csv(r'E:\School\opensource\forth\new_dataset.csv') + + +#制作数据集 +def data_split(new_df): + data_raw = new_df + length = len(data_raw) + test_size = int(0.2*length) + train_size = length-test_size + x_data = np.array(data_raw['Year']-data_raw['Year'][0]+1) + y_data = np.array(data_raw['Global_Sales']) + x_train = x_data[:train_size] + y_train = y_data[:train_size] + + x_test = x_data[train_size:] + y_test = y_data[train_size:] + + # 将数据转换为适当的形状,以便作为模型的输入 + x_train = x_train.reshape(-1, 1, 1) # 将训练集输入转换为三维张量 (batch_size, sequence_length, input_size) + x_test = x_test.reshape(-1, 1, 1) # 将测试集输入转换为三维张量 (batch_size, sequence_length, input_size) + y_train = y_train.reshape(-1, 1) # 将训练集目标变量转换为二维张量 (batch_size, output_size) + y_test = y_test.reshape(-1, 1) # 将测试集目标变量转换为二维张量 (batch_size, output_size) + return [x_train,y_train,x_test,y_test] + +#data_split('Action') +#构建Lstm模型 +class Lstm(nn.Module): + def __init__(self, input_size=1, hidden_size=32, output_size=1, num_layers=2): + super().__init__() + self.num_layers = num_layers + self.hidden_size = hidden_size + + self.lstm = nn.LSTM(input_size, hidden_size, num_layers,batch_first=True) + self.fc = nn.Linear(hidden_size, output_size) + + def forward(self, x): + h0 = torch.zeros(self.num_layers,x.size(0),self.hidden_size).requires_grad_() + c0 = torch.zeros(self.num_layers,x.size(0),self.hidden_size).requires_grad_() + out,(hn,cn) = self.lstm(x,(h0.detach(),c0.detach())) + out = self.fc(out[:,-1,:]) + return out + +new_df = df[df['Genre'] == 'Action'] +print(new_df) +# 原始数据 +x = list(range(len(new_df ))) +y = new_df ['Global_Sales'].values + +# 样条插值 +interp_func = interp1d(x, y, kind='cubic') + +# 插入新数据 +x_new = [] +y_new = [] + +for i in range(len(y)-1): + x_new += list(np.linspace(x[i], x[i+1], num=11)) + y_new += list(interp_func(np.linspace(x[i], x[i+1], num=11))) +#插值得到每年每月数据 +# 插入后的DataFrame +df_new = pd.DataFrame({'Global_Sales': y_new}) +print(df_new) +# 筛选出"Global_Sales"列小于零的行 +df_new['Global_Sales'] = df_new['Global_Sales'].abs() + +print(df_new) +new_rows = [] +for i in range(len(new_df) - 1): + for j in range(1, 12): + new_rows.append(new_df.loc[i]['Year'] + j/12) + +new_rows = pd.DataFrame(new_rows, columns=["Year"]) +print(new_rows) +new_rows= new_rows.values.tolist() +df_new = df_new.values.tolist() +merged_df = pd.DataFrame([df_new,new_rows]) +# 转置DataFrame +merged_df_transposed = merged_df.transpose() + +# 重置索引 +merged_df_transposed = merged_df_transposed.reset_index() +merged_df_transposed = merged_df_transposed.drop(merged_df_transposed.columns[0], axis=1) +merged_df_transposed = merged_df_transposed.applymap(lambda x: x[0] if isinstance(x, list) and len(x) == 1 else x) + + +# 重命名列名 +merged_df_transposed.columns = ['Global_Sales', 'Year'] +print(merged_df_transposed) +x_train,y_train,x_test,y_test = data_split(merged_df_transposed) +x_train= torch.tensor(x_train) +y_train= torch.tensor(y_train) +x_test= torch.tensor(x_test) +y_test= torch.tensor(y_test) +x_train = x_train.float() +y_train = y_train.float() +x_test = x_test.float() +y_test = y_test.float() +#print('x',x_train.shape) +h0 = torch.zeros(2,x_train.size(0),32).requires_grad_() +print(h0.shape) +print('y',y_train) +print('x',x_train) +print('x',x_test) +print('y',y_test) +#创建lstm模型 +model = Lstm(input_size=1, hidden_size=32, output_size=1, num_layers=2).float() +#损失函数设置 +loss_function = nn.MSELoss() +#优化器使用梯度下降 +optimizer = torch.optim.Adam(model.parameters(), lr=1e-2) +#保存数据 +writer = SummaryWriter("./logs_train") +x = [] +real_data = [] +for i in range(300): + out = model(x_train) + loss = loss_function(out, y_train) + + loss.backward() + optimizer.step() + optimizer.zero_grad() + + if (i+1) % 1 == 0: + print('Epoch: {}, Loss:{:.5f}'.format(i+1, loss.item())) + writer.add_scalar("train_loss", loss.item(), i) + # 测试 + total_loss = 0 + with torch.no_grad(): + + outputs = model(x_test) + #print(outputs) + loss = loss_function(outputs, y_test) + total_loss += loss.item() + print("整体测试数据集上的Loss:{}".format(total_loss)) + real_data = outputs.detach().numpy() + + writer.add_scalar("test_loss", total_loss, i) + x = [i+1 for i in range(y_test.shape[0])] + for j in range(y_test.shape[0]): + writer.add_scalar("accuracy{}".format(i), y_train[j], j) +y_data = y_test.detach().numpy() +real = real_data +print(y_data.shape) +print(real.shape) + +plt.plot(x, real, label='prediction') +plt.show() +writer.close() +# 保存模型 +torch.save(model.state_dict(), 'lstm_model.pth') diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/lstm_model.pth" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/lstm_model.pth" new file mode 100644 index 0000000000000000000000000000000000000000..79c28db05dfbbc248eaed02c0ed7cf6ad6b980cb Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\344\273\243\347\240\201/perdiction_process/\351\242\204\346\265\213/lstm_model.pth" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\344\273\252\350\241\250\346\235\277 - DataEase.mp4" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\344\273\252\350\241\250\346\235\277 - DataEase.mp4" new file mode 100644 index 0000000000000000000000000000000000000000..0d1e9a1c7960057c875c693a4f447aeb0e9d5d6d Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\344\273\252\350\241\250\346\235\277 - DataEase.mp4" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\217\257\350\247\206\345\214\226\346\250\241\346\235\277.DET" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\217\257\350\247\206\345\214\226\346\250\241\346\235\277.DET" new file mode 100644 index 0000000000000000000000000000000000000000..74fee6a3d29d8509478f21876f982aca48af2191 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\217\257\350\247\206\345\214\226\346\250\241\346\235\277.DET" @@ -0,0 +1 @@ +{"name":"选择2——我最喜欢的","templateType":"self","snapshot":"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/2wBDAFA3PEY8MlBGQUZaVVBfeMiCeG5uePWvuZHI////////////////////////////////////////////////////2wBDAVVaWnhpeOuCguv/////////////////////////////////////////////////////////////////////////wAARCATnB5gDASIAAhEBAxEB/8QAGQABAAMBAQAAAAAAAAAAAAAAAAECAwQF/8QAQhAAAgIBAwIFAgQEBgEDAwIHAAECEQMSITETUQQiMkFhUnEzgZGhFCNC4VNicrHB0fA0gvFDkqKjJERUwuJj0vL/xAAXAQEBAQEAAAAAAAAAAAAAAAAAAQID/8QAHhEBAQEAAwEBAQEBAAAAAAAAAAEREiExQQJRImH/2gAMAwEAAhEDEQA/ANs83GKS5Zzt3ybeJ/pMDpPGaAAqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAExk4u06IAV2Rlqin3BXD+FEHNVPE/0mBv4n+kwNzxKAAqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADqw/hRAw/hRBzrSnif6TA38T/SYG54lADbHi1b3SXLZRmotlpYmkm1S7/8AZd5YY9sat+7ZGPJl3l6l72TsZNUQdCUMvoemXYxnHT+tCUVLR06lqVoqWhJRl5laKNY4lr2WqD9yIYmsnmXlXcnHprJTajXLDaxxS9alv2M9ijxPd6o/qRGCkr1xX3ZfJoUN4JSfCvgri0yTg6t8MoiePTFS1Jp9i8lBOGpUmvYmb6cYRcU9t0yZTlphpira7EGM0oyaTtdzSOK8V7an3ZXM5atMpJ18GlqcHKWNtrarKKPGtNp7x5VlpY49V+0UrZKT6cXDHFv5RK1ykteONe7omq53VuuDbRBQi2lbXvKjJ6VN2tr9jdOox3pVt5v7FqKacfaP/wB/9iuWMY6dPuu9mzbVXLn/ADf2KZWttSb22af9iRVIY1KLk5aUvgSxLRqjLVvXBbErxTTaXyy1aMUdM16uUNRlCD1q4ur7DLHTN7UrNNWSOVRcm1ZTNOTnKLe18F+hHHqjq1JL5LQhBN6pQaruF/6f/wBxaEtarTBS+Ykoz6S/xI/qUktLq0/lHRKagqcVKXwtjnfJYIABUAAAAAAAAAAAAAAAAAAAAAA6MOFOOqW98HOaYsrxvuuxKsTlwuG63iXwY4Sjb3a9i2tZZ6Femi8McYO42Zt6XHPnx6ZWlsxghqnurSOmcFNVK6EIRgqiOXRjPNjgoNqO/tRzaZdn+h2vJBOnJfqR1IfUv1Ethjjaa5RKhJq1FtfYv4hqWS072NcOSCxpOSTNb0jn6c/ol+g0T+iX6HX1YfUiz4Jyq44saTyRT4s63jhT8q/Q5Mf4kfudr4Y/RHPgxKXmlv8AAy4NO8N12K445Yu4xZvJ5HDyxpvu+Bb2OMlK3RM4uEqfJfw8dWS/ZGtRu8WPTvFbI5KuVL3O5yUeWl9ymScHjklJcdzEq1R+HWjZ+YzwR/m1JfqaYMtrTJ7r3EZxn4i4r257l7E+Iili2SW5nhw61cuPY2zVo83FiWWMYWt+yJLcHNkg8cqbsoTKTk23yyDaOleHg0nbHRxfW/1RtH0r7Gb02/5TfzRjaqnRxfX+6HRxfX+6LeT/AAX+g8n+C/0GiOji+t/qg/DwSbtllptfymvmjSXpf2G0cBMYuUlFcsgvh/FibRf+Gn3iP4afeJ0ylpi2/YpDNGcqSZjauRzzwyhHU2qMzszK4V3aK/w0O8iz9f0xynbHHDSvKuOxT+Gh3kapUqJaSOLIqySS7lTpzYoqMp27OY1LqLrFNq1HZk9HJ9J04vwo/Yh5YRbTe6+CcquMIYZalqi6OhYoLiKI6+P6v2HXx/V+xLtOmEsM1J1G0R0cn0nR18f1fsOvj+r9i7TI5ninFW47FVu6OjJlhLG0nu/gwhHVJR7ll/qNX4eoWnci+CEXj3im790XipRhVpvuTCLjGm7dmdVzzx6s+mKpDNhUFqT27M30yU3JNU/YyzxlKUd9m6SEothxx6acopt90ZZ1FZKikqOpKkl2KPDCTba3fyJezHGDreDHT2/c5YrVJLual1Ma+HhGbepWPEQjBx0qrNcWLptvVd/BOXF1K3qvgzva50yxYYzhqbZb+Gj3ZfCtMK7NmWWWRZGot0Ntot/DR7sfw0e7MteXvL9C2OeRzSbdWXs6TkwRjByTexit3R15vwpHItmmX81K2/hpfUh/DS+pFv4mPZj+Jj2ZP9L0r/DS+pD+Gl9SLfxMezH8THsx/o6V/hpfUh/DS+pFv4mPZm0Xqimvcm06c/8ADS+pGMlpk12OvJmUJU0zlm9U2+5ZqVbDBTlTdf8AJtlwpxuCpr9zKOHJs1X6nQ3PTslq+4t7WOSEdU1F+5v/AA0fqZSMJRzxcqtv2Oib0wbXshb/AAjL+Gj9TH8NH6mQsuWStQTX2Jjln1FGUUr+CdnSJ+HUYN6nsjnO3L+HL7HEX83UoaYYa8ivhcmZ14IaYW+WW3IRXJhgouStUZYIqWSmrVGniZ8QX3ZTw/4v5Eni/W2THBY5NRV0ch25fwpfY5Ixc5Uh+UqoOp+Hjopc9znlFwlT5LLpip0eHhGUW5JPc5zq8N+G/uP14RXxEIxitKS3Oc9AgzP0uOAHeC8jHADvOXxP4v5CXUxkAXxY3kl8e7NC+DHq80lsTmxRhHUnXwdCSiqWyRyZsmuW3C4My21VsOKM1bf5DPi0+aK29ymLJolfs+Ts2ku6Ytso4AaZcbxv49jM0gdOCEZY7cU3ZlixdRN3VHTjhojV2Z/VWOfPFRyUlSoiGKWRWq/M2y4epK9VbDw6qMl2kN6MZrw0vdot/Dd5/saZMscbSae/Yo/Er2iybToXho+7ZnnxqDWnhln4l+0V+pnPLLIqdFmp0quTf+GX1P8AQ5zrjHI4p9SrXYtIr/DL6n+g/ho/Uy2jL/ifsXiml5pWzO1cZfw0e7J/hod5F5xlJrTPSU6WT/FY3/on+Hh8/qYZ4KElXDRr0Z/4rMcqcZ1KTkWFUNvDxjKT1KymOGuWm6OjFi6bbu7LakZ+IhGMVpSW5njxSyXVbdzpy4+okrqiMMOm5K7M70uMv4afeJP8M/eX7G2TLHHVp79jN+Jj7RY2nQvDR95MrlwxhC43sS/E9o/uUlnlJNUqZezpkADTIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADqw/hRAw/hRBzrSnif6TA38T/SYG54lDph+BP/z2RzHTjV4ZJcv/AKQpGcFjjFSk9T+lF9OlPqOot+hGcLTcHUdXLZd5IY/R5pfUyUVxxcc8dmu1kZvU/wDU/wDgti1zyqbtpe5XN6n/AKn/AMF+jMtjWrJFfJUtCbhK1RRrOlDI1tbpDJOUFFRdeUp1ZbbLb4I6rctTUX90ZwaZsk00k9muxTFC5antGO7Kzk5ytjU9Gm9i50NMlZYqcebqi6Thi4TlH9jCE3B2hGcoy1J7jBMotQU292zSE5yxSptyvYzyZHOtkkvZCOSUYuKdIYNZV049RtPfgjH09aqUm/kylPVBRrj3LxyqKVQja9yYKSTeRpc2dCtRit9l7Uc6lUm6Tvui3U/yQ/Qtg6JXS9XHwZZ02k62S3uijzN1cY7fBHU/yQ/QkgvijqxTSr8xOLjgSbXPsZKTUXFPZjU9Om9i4Lxm5zhfsRl/Fl9yVmaqoxte9FG222+WBrqcMEadNuyMeWbnFOW1lJzc2r9kWjlcUqjHb3a3GDR5WszTlUUzHJLXNshtybb5ZAkAAFQAAAAAAAAAAAAAAAAAAAAADpjgjoqXL9zmNsObT5Zcd+xLvxYq1PDL/k6k/JfvRzZsut0vSv3OqPpX2M1Y5evk7r9DXDkeRNS5Xua7fBzZZyhllpdD08afw8O8h/DQ7yIwOc3blsi+XIscfl8DvwcjVNo3xYIuKlJ3fsjne7N/D5Kel8Pg1fEiksbjlUfZvY6puoN/BLim03yjPxDrE/nYzuq0VJLhEnAtmjuJZhKo82Nf1fsQ88VvUq+xjHE55WvZPc6ZRjoppaUW5ByZZqc7So6PDpdO1y3ucsqt6eDTHOUcbUU7b2ZqzpG+TEsjtt/kZ5MMYR1Jvn3N/Y5JTyPaV1fYzNWurTH6V+hKjFcJIk534bf1/sRW7SfO5GmP0r9DH+G/z/sbY4aIKN2By50lldKhjxSyK01+ZPiPxX9ikZyitm0b+MulLMlXk/cn+d/k/cLG2k+pP9SNC/xZfqYVP87/ACfuP53+T9woXxkl+ocK5yS/UB/O/wAn7kNZmq8n7jQv8WX6kvG0m+pP9QOeeGUI22vyIw/ixIc5SVOTZOH8WJv4jqy/hS+xz+H/ABV9jrIoxL0qmd1jb7NGXXyadWlV3o1zNLHbVq1sWWmcPhoTwc/8TPtE6VukzjyweOVe3sdkfSvsW4RzZcsm5QpUYl8v4kvuUNRHbi/Cj9jKMVLPO0ma4vwo/Y5srayyp1uZnqunpw+lfoOnD6V+hTBKNVb1fIyYm94Np9rIL9OH0r9B04fSv0K48WneTbYyZlDZbsDLxEVGSpJbGUW4yTXJMpObuTLYZaci7PY38R0Y3klvKkjQyllWrRDeT/YtBOEHrd+7ZitEupvpr4TK43Ocrmq08FX4hKbXMe5pHLGUqT9rL2hlbWNtcmOCc5ZKcm1Ru6lB1w0Y+GjvJv7CeC/iJOMFTptnLF6ZJ9jfxT3ijBJydLk1PErqxZeo2qqhly9Otrsrgxyg25KrL5MSyNW3t2M9apheqF92yZZYRdN7/YYkoxpcWyJYYzlbuydaLQnGfpfBE8kYOpMQxrGnpvcTxRm7lY6VnlzQljaT3+xzHV/Dw+f1OaSqTXZm5nxmrYoqeRJ8HR0MfZ/qY+H/ABUdGRtY5Nc0S+rFehj7P9R0MfZ/qc/VyfUzrxtvHFvmiXYOPJFRyNLhHXi/Cj9jlzfiyOrF+FH7F/XhHP4n8X8jI18T+L+RkWeJXSvEQSSqRrGWqKaTV9zlw49cvhcnWZuLGU2v4iC7F8v4UvsYqMl4hOXu+TbL+FL7C/BGD8JGc/8A1UTXCqxRMW78UvuJ7Rtl/Dl9jiO3L+HL7HEX8laYceue/C5OwpiSWNV7lzNukcWb8WX3LeH/ABfyK5vxZfc08PCWrU1SN3xPrea1QaXuRjxrGqXPuy5jlzKO0d3/ALGJ/Gk5sqgqXqOVtt2+Q3btkG5MZDr8P+Evuch04ssI40nLf7D9eEPEQlNx0q6Mujk+k6Ovj+r9h18f1fsZlsVz9HJ9I6OT6To6+P6v2JjlhJ0pbv4LtMjm6OT6TM73wzgLLqVpixPJvxHudcYqKpKkcmHJ05b+l8nVCSnG1wZ/WrGGfLfljx7swO+l2FLsJ+sMcBtgy6fLLj2+DppdhS7C/rTBpSVPdHLlxdPdPY3nkWOST4ZzZcnUl8LgfnSpxZemmtN38nVCWuClVWccIuUkl7nalSSXsP0RnkzdOVab27keHdxk+8i2TFHJu9n3IwwcFKLd7jrBXPjlNrSrMuhk+n9zpnkjD1OiYTjP0u6G2GOXoZPp/ciWKcVclS+51znGHqdWZZssJY2k7f2LLTGOLH1G1dUbrFkSpZP2OeM5Q9LovDJlnKlL9hdRsseS98jr7GpCTS3dvuVnGbflnpX2MtK9PJ/i/sOnk/xf2GjL/ifsNGX/ABP2Kh08n+L+xnkwypylO2l2NNGX/E/Ywnknbi5WuOBNEY56Jaqs6cWTqW9NV8nGduKOiCXv7l/REZcnTSdXZGKfUcnVF5wjNVIrih03JXZnrBM8cZ1q9ivQx9n+pORz1xUPfkpmnPHVPZ/Ami3Qx9n+pnmxRhC1dmmCcppuT2K+JlUUu5ZujmABtkAAAAAAAAAAAAAAAAAAAAAAAANPJGKbWpv54MzSEEo658ey7iqt0oucatRashKGRSUY6Wla35LY5ueV37qkVwKpSb9luZELRGCbWpv2vgmUIKUXbUZKyIQSjrn6fZdyJOWWey+yKLpQyalGOlpWnZib4m5XjcUlW7RT+VW+u/igJxY1Jpyez4XcrGGqbSaSXuycP4sSkvU/uBfNGMXHTw0ZmuX+i+KKy6deXVfyIL9JLHJt3JLjsVhGOhzkrS2SGP8ADyfYY21CVx1Q9wEoxePXFVTpojHHXNL29y7a6DqOlN7IjB+JXdD4CUMlqMaa3TvkKMY41KS1N8KxgTU237LcT3wwa9tgIyQXlcE6l7FFFuWmtzTI3HHjXD5GOUVGTcqk/erAZYRjGOnl+5MljhJRcW37uxkUelCpccbchyepKWO597IKTg4zcUmxjhq3bqKLZpPqunXtsZx9S+5fgtNRhlaq0vazSHTkm3jpL3tmeb8WRaflxRj33YGb5dcG2L8Lmt/pswOiEXHHXmt7+X2FIm39X/6ZXLSlC1e32LtPQvxOfzM5xcpRXnv/ADEitdK6reh/ezNanjTxr3fNGmn+a3oX+qzKUUscVNtPfjcgSS/iEml7ESyVJrRDZ9iz/wDUx/IrLJUmtEOexUSmp453CKpeyMTaMtWPJ5Yrb2RiWAACoAAAAAOrD+FEDD+FEHOtKeJ/pMDfxP8ASYG54lC0ZtO/3RUFHQskZqsiv5Q6eOG7lqvhHOtib/ImGtZ5m9lsuyMm7IBcAAmKTkruvgCAbdOOiW/vSYhCLyNJNxSJpjEF3jnzpZbDDVJNxuJdGQNVjSjKU1JU/Yj+V/n/AGJozBpkjGOlxumr3GnF/iP9C6Mwa6cX+I/0JWPG4uXUdL4JoxBZxuVQuX5F8kFs4xaXvtwXRkDaWPHGWnzt/BEoQ6euOrmtyaMgSlbpF8yjGSjFcLcozBpmioySiuUVnBwq/caKg0wRUp01aonoT7L9SaMga9DJ2X6lJRcHT5LoqAAgAAAAAAAAAAAAAAAAAAAAAGuCCnJ6uEjI6vDKoN92S+LGWXCoVT5fB0y2xv7GeTzZ4x7bls7rE/nYz7iq+G/D/MtojKUm4puyPDfhfmY5pSWWVNr8xm0dUYqKqKoiUIyduKbM/DNuDtt7lPESaybNrbuTOxXPFRyUlSoyJbb5dmmHHrlb9KN+RHTjbcE3yZeKT0p+yNm1FW9kg0pRp8MxL3rTgO7G7hF/BlDw6TuTv4NuC/q6kNl8HNmy69o+n/c08Tq0bce5Hh4pwdq02J12OY6cOSEcaTlTM88IwnUTI17E8egY5MkHBpS3NVwcssTitT78GItdZzvLlv0fszoM+vj7/sIM+rm+j9ma43KUE5KmV6+Pv+xpGSkrXAo5fEfiv7GRr4j8V/YzScnS5NzxHdH0r7GD6Fu1/uXU5pJdN/qTrn/hP9TCmLp79P8AMZent1PyLRbfMdIk2qqOofVYroWqX+5vL0v7FNc/8J/qQ5zaa6b/AFCOQvh/FiVacXT5LYfxYnS+I6sv4Uvsc/h/xV9jplHVFruUhhUJak2zEvSniPwmZ+HyU9D4fBp4j8JnIWTYV1eIcNNN7+xrH0r7HByd8fSvsSzCOPL+JL7lC+X8SX3KpW0u5tHbjVY4r4KRxwm5Nq3Zpwjic5W6k0r9mYnauvo4/pLHFrn9Uv1N/DSb1W2/uLDWzVop0cf0lfEtqKptb+xHh9TuUpNr2tkzrROXFBY21Hcxw11Fqqvk18TOoqK9zmNTxK7oxhzFR+6EnHiTX2ZGOUHFKD4KTwKcr1NNmWl1DG+Ixf5GHiEoyWlJbex0bY4bcI45yc5Nsv5Sunw8rx122NElG6+5l4fG4pt7X7GrVpq6JfVceaWrI3+QxOskW+5E4OEqZU6fGXdGcZNqLuimbK8dUlv3M/C+qX2J8SrlBL3MZ2vxri/DTfL3MZxyym3Fur7nR6Y/ZFcLvGn3Jv0VwqaT13+bsjNHI2tF18OhLxCjJrTx8k486nLTpovfoxks0FcnJL/UZHV4n8P8zlNTtK18P+KjpnHVBx7nLgaWRNukdMssVFtSTfazP69WMf4Z/UjeC0xS7Ix/iX9P7j+Jf0/uLLTplm/FkdWL8KP2OSctcnKqs68X4cfsX9eEc/ifxfyMjXxP4v5GRZ4ld2NJQWngmT0xbfscsMjeiHsmdGX8OX2MWdqnVF6fe+CMivHJfBxHRgxtvVK69kWzDW8VUUuxk8ajkU73bNb3S7mXifw/zJBfL+HL7HEb48MZ4k3afcyyQ0S03ZqfxKusrWFRXJ0w9EfscJ3Q9EfsT9LFIwg5yk93ZqcspvHnk0ThnKea5P2FhrbLtjl9jiO3L+HL7HEX8laxwSlBSTW/sUlCUHUlR141WOK+Dn8Q7y/ZCXtMMeHXHVqr8i/8N/n/AGKY82iOnTf5l/4n/J+4ur0fw3+f9h/Df5/2H8T/AJP3H8T/AJP3H+jo/hv8/wCxWOPp54q7LfxP+T9yIT6mdOqpDv6dOiXpf2OA7p+iX2OEfkoSm1w2QXx43ke3HuzSOjBfTTfuU8TJpxSdG6Siklwjkzy1ZHXC2MTurVNUu7/U68F9JWcZ24VWKJf14kY+K9S+xgbeJ/EX2MSzwro8Klu/c3Tu/g5cOTRqvsbeHd47fuzP6ixGTM8eSqtUT4e3ByfLZl4n8X8jfHHTjSF8GPivWvsT4XiRnnd5X8bGnheJFvh9PFcROc6PFcROcv58Sr4sfUlV0dcIKCqKOTHLRNP2NutqyRjHi/1JdWNndOuTLTn+uP8A5+Rq1aaujLoz/wAWX/n5mYGnP9cf/PyGnP8AXH/z8h0Z/wCLL/z8x0Z/4sv/AD8yjVcbnFk/El9ztXBxZPxJfcfkq2BJ5Ff3Ou96OPFLTkTfBthnryyfxsX9Qi+bI8aTXcjA3JSk/dlfFemP3NMcdMEjPw+qZJ6c0O1F8sNcGvf2OfM3PM0t/Y6YalBauS3oIR0QSOXNPXkfZbHTk1aHp5OJqnTL+f6UABpkAAAAAAAAAAAAAAAAAAAAAAAANFmmlSlt9jMBVpZJSabe64JlknJU5bFABdZppJKWy+CJZJSabe64KgYLvLNqnLYoABMW4u1yQABLk5Vb42IAAlSaTSez5JjOUH5XRUAWlOU/U7ITp2iABeWSclTlsRGcoel0VAFtctWq9yG23b5ZAAlybSTey4LLLNKlLYoALRk4u09yq2dgATJuTt8sSk5VbuiAANFOCXof/wBxmANutGktDpf5iuuDauD/APuszBMGnVepulT2oSnCUlaelKlRmC4NHkTyqdbIPIm2+nEzAwa9RaJLSlfYyAAAAIAAAAAOrD+FEDD+FEHOtKeJ/pMDfxP9JgbniUABUAAAAAAvivVtJR+WULY5aZb1XyhVdPUShbbr2fcqpJxmlLVKuS28pJpQcO9GUG5Z7itv+DCjk14dW3bY8Pq1rnT+w8QmnGl5UthglLWo3t2L8ReKnGEvMk75bJTn02+pG759isIpwUZf1SK9TGk46HV9wqMtunKUX7bMmOmOHU4pu63K5Yxjp0qrVkxnBYtMlbvgvxEpxnCfkSpER/8ATz+46kVGSjCrXcR/9PP7gZx1avLdvsb5FKONR3e+7MYycHa5Ncs5Rap8x3F9Fv8A68v9Jmv/AEz/ANRrB765KnLZIzVzcsfG7dkVPh4q9b70jPIm8sklbsYvxI/cvLK4SkopJ3yX6jTI4wak95VsjmlJylb5NfEeqP2KuCWJS3tsQqcMoxctTq1RGjH/AIv/AOI14/8AC/8AyGvH/hf/AJATHFCTpZLf+kzaptG2JxeS4w00u9mL5EEAAqAAAAAAAAAAAAAAAAAAAAAAduOOnHFfBxF45Zx/qv7ks1Y2xzTzz+eC89M56H2s5FJqSl7llkksmv3JhrrjFQjS4MIwjlnNtvn2KSzTkqul8EQyPHdVuMq66scFjjSOfxL/AJv5B+Im+y/Izbt2xIlqDrwSTx12OQlNpOnyWzSNc+XW9K4X7iOdxx1VtGIGQ10w8QtPm5+Pcos8upb9PYxAyGu/aS7piMVFUlSOOGWUOHt2ZaWeclWy+xnjV1XLLVkb9isUnJJukQDaO8wzZYvyrffkyeSTiot7IoZn5XXf7HC/V+ZfrZPq/YzLJiWutYcbSenn5NEklSVI41lmkkpbIPLNqnJk41dTnalldE4ccnU4tbP3MiVKSVKTX2Zc6R11l7w/QVl7w/Q5epP65fqOpP65fqTiuuyOr+pr8hLX/S1+Zx9Sf1y/UdSf1y/UcTXVWXvD9BWXvD9Dl6k/rl+o6k/rl+o4mtM2OSucmt+xTD+LEq5Sapyb+7IL8R3Tlpg2q2MsedznTSSOYE4muvO08T3Rl4eMZ2pK2jEtCcoO4sudGupYcadqJdulbOXr5O6/QrLJOapvYzxq6ib1Tb7stgS6it/YzBtHbllpxtnEWlklKKTeyKkkwrpjghKKdy3NMeNY1S/c5o5pxikqpEvPk7pfkSyrsaeKaqK9zCM5R9LaIbcnbdsgsnSJlJydydstjUZTSldMoFs7KO2OKEd1Hf5E8sYcu32RyyyzlzJlDPH+rrthkjPh79mRFQnLUkm0cZaE3B2hxNdk5qEbZniza3Utn7HNKTk7k7ZA4prszuKx+ZX2OSNOST4smU5SrU7oqWTB2wxxx3pvcrNx6sNT+xj1591+hnKTk7btkyrrqzy04693sTg/CicspOVW7ovDPKEVFJUhnRrd4YN247v5JjihF2lT+5xyeqTb9yYScJalyMpro8T+H+Zymk80pxppfkZlkxKAAqBv4dRkmpJNowLQnKDuLJVdfSh9KLnJ18nf9isss5KnJmeNXU55KWR17bGYBtFsf4kfudeX8OX2OOL0yT7GsvESlFqluZsIvhxQaUvUzWc1BW2ckMksb2Kyk5O5Oxm1dbY8jnnt9tjecFONM4TTrZPq/YWfxNdUYqMUlwjkyy1ZJMPLkapyKFkwtDuh6I/Y4TVZ5pJbfoLNIrm/Fl9xhlpyJvgrJuUm3yyC/B6BTpwu9KOWOScVSk6J6+T6v2McauuttJW+DinLVNvuJTlL1NsqakxLQAFQN/DqMrUkmYFoylB3F0xVdfSx/SiYxjH0pI5evk+r9g82R/1GONXW+eajBr3ZyEttu3uQakxGmGMJSqX5HWkkqSpHAaSzTkquvsSzSVrmzJLTHnv2K+G3ckzAmMnF2nRc6NduiP0r9CeEcfVyfUyJTlLmTZniupzSU8ja4KAG0Dr8N+F+ZyGkM0oRpJEs0jTJp/iFq4o2lJRi5P2OOc3OVuvyDnJwUW9kTiuobttv3N/C8SOcvDJKF6a3LZ0jXxXETnLzySnWqtigkyFC+L8WP3KExk4yTXsUdzVpruZfw8fql+pm/ETaqkZ65/VL9TElXXR/Dx+qX6j+Hj9Uv1OfXP6pfqNc/ql+pcqa7VsqOLJ+JL7mn8RPtEyk9TbfuJMKg38L6pfYwL48jxttVv3LfB1T06oau+xM5KEG2cmTLLIknW3YiWSU0k3wTiuurFGOnVH39xlyrGu77HNHLKEXFPkpyOJrtx5FkVrn3RXPpULkk37HKm4u06ZM8kp1q9hx7NVABpkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB1YfwogYfwog51pTxP9Jgb+J/pMDc8SgAKgAAAAAFoyUXbSfwyoCtHlm2ndV7IPNJxri+X3MwMF45GoOOzT7iGRwW0VfcoBg06stUZUtlVDr5Pq/YzAyC05ubTfsVAAtCWh3Sf3LTyuUdNJL4MwMA06vmTcU6VGYAs8knPU3uizzS3pRTfukZgYJjLTJPsJPVJvuQANFmklWzruis8kp8+xUDALwyOCapO+6KADR5pNNJRV9kZgAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHVh/CiCcX4UQc60TgpxpmPQl3R0gsuDm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7odCfdHSBypjm6E+6HQn3R0gcqY5uhPuh0J90dIHKmOboT7omPh3fmar4OgDaYhKlSBIIoAABNBKiSCKJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAiiGiwAqA0CgAAASCRYgiiQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIoUSAKgkgoAAAASlQChRIIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFEgCrQLFWgAAKAASAUTRIIIoEgCASAIBIAgEgCASAIBIAgEgCASAIBIAgEgCASAIBIAgEgCASAIBIAgUiQBWgWIasCAAUAAAFEpEkEUhRIAgEgCASAIBIAgEgCASAIBIAgEgCASAIBIAgEgCASAIBIAgEgCASAIFEgCKIaLACoDQKAAABIJFiCKJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAihRIAqCSCgAABKILEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqyxDAgIEookAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIZIAqACiUSAQAAAAAAAAAAAAAAAAAAABnPLGGze/ZGUc8pZEqSTZcHSACADPNkeNKlbZj/EZFzFfoXB1ApiyLIuzXKK5srx1SW/cYNQcv8TPtE2w5Hki20tuwwaAznljDZvfsjKOeUsiVJJsYOkAEAAAAAAAAAAAVYJZBQRYhEkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEMgsVAEogsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKssQwICBKKJABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACGSAKgAoLksVXJYgAAAAAAAAAylmUXSVl4TU1sMFgAAAAAAAADHNLJqUYe69gNgcko5oK25V9zXBlc7UuUXEbAFMk+nG2rIq4OOeac/hfB0YHeJWWwaArOahG2cyllyvZuvjYSDrBjijkjPzttV3JzdR0oX8jBqDkkssFbk6+5tgyOaafKGDUAEAAAAAAAAAh8EkPgCCVwQSuAJAAAAAADGeb2j+oGwORzk+ZMhSa4bLia7Ac8c0l6t0bxkpK0MVIAIAAAAAACmXVo8nNmEoZoq3J/qXB1AwwZXJ6Zb9mbkAFZWouua2OfRnau3+pcHUDlxZZKajJ2ntudE56IuTVjBYHJPNKfGy+Dbw7bxbv3GDUFZyUIuTObVlyvytpfGwkHWDDFHJGfmbarubkAAAAAAAAAAAVfIXIfIXJRYAEAAAADPJkUNluwNCuqP1L9TmlKUuWQaxNdaafDsk402uDWGZ8S/UmGtwARQAAAABlLApTcpN/Y54bZ1/qO044/jr/UaiOwAGVQ6W7rb3ZlnyQeNpNNvsaTjri48WYT8O4xbUrosRPhYveXsyPFeqP2LeHyuT0y37F54o5Hbb/Iv0RDLj0paldGi+Dny4FGGqLe3cnwsnTj7ImC8sClNyk39jnhtnX+o7Tjj+Ov8AUWDsABlQAAAAAAAAAAQ+CCXwQBK4JIXBIAAAAAABSWSMHTI60PkYNARGSkrXBIAAAAAAAAAGWfJohS5Zl4b8T8i4OoGWfJojtyzGOKWSOq/19xg6wcuDI4z0N7P9i/iMjjUYurGJrcHIsEnDVe/NF/D5G5aW77DB0AFMk9EHKrIq5HJxznOauXH7HR4b8L8y2JrUGObFKck4tcGf8PPuv1GK6gcWOLlkSXc38S/5a+4xGwOOGGc4qSapm2HFLG25NbjBsACKAAAVfJYq+QC5LFVyWAAAAAVc4x5aQFgU6kPqQ6kPqQFwU6kPqQ6kPqQFwRySAAAAAACuuC/qX6mXiZtJRXvyVhg1Y9V7vguI6FvwScvh5OOTT7M6hZihVzinTkl+ZXPNwhty9jDFh6icm6GDqTTVpp/Yk403hy1e3v8AJ0ZYucKj7sYLOcFzJfqSmmrTsw/htvVv9jPDJwyJd3TGI7CrnFOnJfqZ+Im4xUVyzPHg1w1N03wMHSmmrRJyYJuGTS+HsdYsxQq5wXMl+oktUWl7ox/hlXq3+wG6aatNP7EnHjbhlr5pnTli5QqPLFglzguZL9SU01aaZh/Dberf7GWOThkr5pjEdoAIoQ+CSHwBBK4IJXAEgAAAAABWU1CrfIFgQ5JRt8CMlJWuAJBWM4yunwWAAAADPLk6aW12c08s5vd0uyLJprtBXH+HH7FiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+QHyCguSxVcliAAAAAAEPhkmWabVRjywMDTB6/wAi8cCrzN2VnB43qi9jWo3BWEtUUyxlQAAAAAAMs2XQqXqYDxE0oOPuzPwsXbl7cEY8TyPVJ7f7nSkoqkqRrzpElZRUlUlaLAyrm8SklFJUjXB+EjPxX9Jpg/CRr4n1l4p7xX5kRzLHBRjG+7Hil50/g2wxXSVLnkfBGLMpumqZeclCLk+Ecq2zpL6jrklJU1aJRz5cynHTFPfuaYMbhFt8sjLhgoNpU0U8NJ6nH2qy/Oh0gAyoAAAAAAAAQ+CSHwBBK4IJXAEgAAAQ3Sb7AY5p29K49zIPd2DbIGmnTVE4/XH7mniPUvsBkWxz0Sv29yoA7AZ4XeNfGxoYaAAAAAEN0m+xhPxCcWop79zd7qjOWDG1xXyWYKeHxtPW/wAjoOTBJxypLhnWKkDGXiIxbVNtGxR4oO7jyIrDFB5Mmt8XZ0yipKmrRxv+Vlel8M7RUjn8SlGEUlSsv4b8L8yvivTH7lvDfhfmX4fVPFP0r8ysMyxwUYq37k+KXmi/g0wJdJUueR8DHnU3TVM1ONqs9R+o7CUgACKAAAAAAAAq+QuQ+QuSiwAIAAArOWiLZyt27Zr4h8IyNRKAlRk1aTY0S+l/oVEAnRL6X+hAG2Cf9L/I2OSDqafydZmrAAEUAAA44/jr/UdgLKIeysxxZZZJ00qNZpuDS5aKYcbxp3VvsBGbJLHJUrTRnPxDlGlGrOoikvYaMPD42nqkq7E5M0seSqtG5A0cuTNLItKVWbYMbhFt8s0SS4RI1A44/jr/AFHYBKoACAAAAAAAAAAAIfBBL4IAlcEkLgkAAAAKZJ6I3VmfXf0lwRn9a+xmTOet3VEGoy6MP4aNDmhlcY1Rbrv6TOLrcEexJFAAAKykoRbZY5/EKcpJJNqvZFgiEXlm5y4RHhvxfyCnljGlCl9imNyjK4K39jSL+KfnS+DfEqxx+xz57eiUlu0b4XeKPwS+Dnntnf8AqNfEQTjqtJr9zJefPt7snxDby17IoLPJY9NfmX8NBeq0327GqhDQlSqjmwusyrjgg7CGk1TVhtJ02kyTKsPFemP3LeG/C/Mr4r0x+5bw34X5mvifWpj4iemGlcs2OPI+pmpd6RIVt4aFR1PlkeK9MV8myVJJewG9q5YZ5QiopKkb4sqyLs17E5Enjerijn8N+L+RfUdYAMqAAAVfJYq+QC5LFVyWAAAAcbdu2dhxmolAAVAAAb4H5Wvk1MfD8M2M1qAAIAAAy8QouHmdP2MI5ZxhS479i3ib6i7Ub43HpKqqjXkRj4ZRu783Y6Tjh+OtPFnU5RjzJL7slIp4iLljtexlhzKEdMk/yOltJW3t3KOGP1NIaOXJPXNyqjtj6V9jkl/MzVHjhHRmn04bcvgtDLlUFS3l2MMEHKep8IjFGMnc5JL5fJ0qUFSUo/ax4MPE/iL7HRj/AA4/Yw8UvMn8GuKaeJNvhbi+Dnltnf8AqOw44efNfzZ1SyRi6k6YpFjmnnmm0kkk+aOhySVt7dxaq7VEiubAoudyl5vZHUcU66r0cXsdOWeiF+74LUhlyrGu8uxhhg55NT4TtkY4qcm5ySXy+TpUsaVKUf1HguADKhD4JIfAEErgglcASAAAAAGWaKdXJL7mpj4j+ksKvNLpVe1ckYkljq7sjJ+B+SGH8Jj4iMMUm6kmbHP4f1P7HQKQABFVlCMq1K6OfxKqaS7HUcvifxF9ixK6Mf4cfsWK4/w4/YsRQAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8gPkFBcliq5LEAAAAABTJLRC/c5tTbu9zfNJadPuY6JVelmoldGKeuO/KMs025OK4RbDKKTT2ZnPzzbimPoY5uLXY6jkScZJyTo6otSVolIkAEUAAA5s2KcsjaVr7nSCy4OVY8641f/cXwxyqfnuq92bgamOZylLPSk6vudJnDFGEtSbb+TQVWPiISnp0q6L4ouONJqmXA0Uy4+pGvf2MFHNBaVdfB1AaMMOFxeqXPsicscmtSh27mwGjlcc09ndGuHF01vu2agaAAIAAAAAAAABD4JIfAEErgglcASAABWfol9iwA4y2OSjK2rIlHTJog2y6Fmi2kk9yZ5FB00zng6km+5bNJSkqd7ExdTlyKaVIzAKjfB6H9zUrjjpgkWMVoAAAAAZZozkk4cr5Mms8lTs6gXRjhwuD1S57FM05dXTGTX2Z0mfSj1NduxqJyRbx1Hkx/npVudIGq5seCWrVP9DpAFujHPCU0tKsthi4Y6kqdmgGimSCyRr39jBQzQtRuvg6gNGGHC1LVPnsbgE0AAAAAAAAAABV8hch8hclFgAQAABh4hbpmR0Zo6obco5zUStI5nGKVLYnrv6UZAuI167+lGTdtt+4AExVyS+TrOfBG5X7I6DNWAAIoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHwQS+CAJXBJC4JAAADLxHoX3MDqnBTVMp0I92alRgC2WKhKl2KlQBrjxKULbZboR7smrjRcIkAyoAAAAAh8GOHDKE7bXHsbgCmSCyRpmHQyLZNV9zqBdGWLD0927Yy4lk3umagaObo5a06tvuaYsKg7btmoGjny4ZSyNpqn3N0qSRIGjLNjeRJKtu5bFBwhTr8i4Joh8OuTDHglGalJqkdAGgZZscptOLSo1AHK8OWXql+rNsWNY13b5ZoC6AAIAAAFXyWKvkAuSxVclgAAAHGdhxmolXxrHT18l6w/H6mILiNqw/8AjMXzsABt4fhmxj4fhmxm+tQABAAAFMmOORU/1Mf4Z/V+x0gujPHhjj35fcxy+fxGn8jqK6Y3elX3GhOOqDjwYfwz+pfodIGjPHijj43fcZcXUreq+DQE0c/8N/n/AGJj4apJ6+Pg3Bdpis4KcaZh/DO9pfsdIGjPHiWNbbvuVyYNc9SlRsBoo8aePRf5mP8ADP6l+h0gaMseCMHbdsnLj6iW9V8GgGjn/hv8/wCwXhqaev8AY6ANpgACAQ+CSHwBBK4IJXAEgAAAAOfLOSm0m0kZuTly7LzV5mu7LSwfS/1NIzcpNU26ClJKk2kavBttLcLBtu9xsGKbXDovjnLWk22WWB/1P9CsVpzJdmB0gAyoc+fHOc04q1R0AQVgmoRT5SLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyA+QUFyWKrksQAAAAAGGJa8jk/Y3IpLgkUYZ4pNSXuawioxSJaT5JLohpSVMyw2pSj2NiKRBIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEPgkh8AQSuCCVwBIAAAADPLj1q1yjnap0zsKyhGfKLKmOUGrwdpBYH7yRrYmMjXFj31S/IvHFGO/L+TQzauAAIoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvkLkPkLkosACAAABhlxb6o8djcAcYOqWOMuUU6Ee7NamMC0IOb247mywwXz9y/HA0wjFRVIkAyoAAAAAA5vFvaKUkndtaq2/VGDar1L/wC7/wDvA9AHLHKsfhLck5rbm9zKU9OBRWanp3i1z+YHeDk8Nkbio9VN6do6ePzMpvLHRinptPVvLkD0AcallebUnC2q0qfJaTkvEx6kn/ljH/dgdQOLVC//AFc/3LTyVGGjJkk2ttK5A6weenJeeKza5c7f2NZZH/DTlGc7TrzKmgOsHLht7/xGt6fTY8NlUPC65yfIHUDLHnjOTjUovmpKiF4mDlUVJq6tLYDYHNi8S555RcXXttx9y8fE45SUVqu64A2Bg/FY0+JNL+pLYtPPCDinb1cNAagxjnhkjNLVFxW9qmRjywx+HjJyk17N8sDZ8EFceVZE6jKNfUqLASuCSFwSAAAAAAc+f1r7GZ1uKfKTI0R+lfoa1MVw/ho0ISpbEmVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAA43ydhV44ydtbllxK5QdPSh9P7jpQ+n9y6Y5gdPSh9P7jpQ+n9xpivh/S/uakJJKlwSZUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAh8EkPgCCVwQSuAJAAArKSirZYiUVJU1sBzTlc3JCOSUff9Tbow7fuOjDt+5rYmMVkmneph5JN3Zt0Ydv3HRh2/cbDGLyTa5/QiMqmpM36MO37jow7fuNhi0JqatFiIxUVSRJlQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfID5BQXJYquSxAAAAAAAAAAAAAAAAAAAAzlmjGbhUm12Vmh5+aaeablCpLZpyX/KYHU/EQXKmvvFl55FBxTvzOlRwPTtcUvf1RX/BpmUZ5YykquLk9/0A6cmfHilpnKn9gvE4nBz1eVOuDm6ssfhVFQldeqti8JQXh3F6sV/1Pa2Bp/F4Pr/Zl8efHlbUJW18HI815MMpSi3G7dmuCevU+onklwvZAbTyxhOMXblL2Re0cEMmiTfWhqfLcW2WxybzqWPLGUnytLVgdwKNZOqmmtFbr3LgUnlhjaU5JWIZITVxknRz+KaXicTcXJdkrIx4nkyZJKLxxlGkmqA3/iMWrTrVkzzY8bqc0n2ObHLoVjzYlV7SSNs88cE7ipTlslW7A2jJSScXafuSY+Fxyx4VGXPJsAAAAAACHwSQ+AIJXBBK4AkAAAAAAAAAAAAAAAAAAAABSeSEK1ySvuV/iMX+JH9TDxMk80VU04r2XP7ozcnODX8yn8P/AP2A7nKKjqvy1dkPJCMNbl5e5y58v/7eMFGSvZ2uxHiIeVvpVx5tW36AdvtZCyRcHNO4r3OVN4cM2sTha51WZzjWCGmc05RvSntXuB3xkpRUou0+Cry41JR1q2cvhIt85JppWo3tRlLT1V5offp7foB3dbGm1qWzo0PPTeqa1xp1/Tz+R2SeSKgoxUvq9gNADPPPp4ZS962AupJ8NP7EnFgXRzQV7Tjv9zaeabyvHiim1y5cAbldUdWm1q7HLnlm6mJOk2+E+WaKX/7pKUY6tNtgdAOXr5ZxlPHCOiPd7smXiXpxShFPW6pgdIMMeabzPFkjFOrVG4AAAVfIXIfIXJRYAEAAAAAAAAAAAAAAAAAAAcni9PUhxe971/wznTiot2vVulTdfoek4xbtpN/YhY4J2oq7vgDkhGM/Czk6bW9diJ5KwJLJFeX01udmmNNaVvztyNEPpj+gHLgzNQV5FJqPpS3Mp1fUm08rfoq9ux3qEU7UUn9goxUnJRVv3oDjwyx9fVNLHJbKNUaKGjxq3b1Jvc6XGMmm4ptcWhpWrVSte4HL4l424RjpvWrSJzwTz44q4qnxsb9OGrVojq70WcU2m0rXDA8+MW4QUtSjfLpJfmXUXLwuVRuXm297O2UYyVSSa7MRioqopJdkBy4WlSWCUZVWpxM1im/CR8sk4yuvc7wByY8anJv+dq0tXMnw85Y4rFLFO0+UtjqAHNj1Q8XkuEqnw0th4aEliyJpxbb5R0gDiTnHw7wPFNy4tLYt0pRyeHVN6Vu0uDrAHK4S6+Z6XTjs65KdOawYpKDbg7ca3O0AZwydRPySjX1KixL4IAlcEkLgkAAAAAAAAAAAAAAAAAZ5M2PE0pur+DQ5/EzUarJpmt0u4E/xeD6/2ZZZ4PHLJFtxjzsc3XSzZJxcbcVW+xaXm8JJRy6mt5P/AIA6JZoxUG78/BZSi3Skn9mcnRk8UZyanUdovYJQ6zcFScH6dwNn4vEpuLk1XvWxK8VhbpT/AGZxRbjCWmWVb7Vx+fyaRnKGXHvnfdS3sDry5oYnFS/qHWxf4kP1OfJGS8TvGORyWyl7IpijNzyVhxyp7p+wHY8sNUVduXFFVni4zlTqDp7GfiIQWNTkqaVJRdHNjj/K1PHJpctToD0FOLhrTWnmyn8Ri0KTlSfFo56xR8NrlGVPiLZeHWlhg4xhK+64A1jnxTbUZW0r4Czwai03UnSMcU8s3KoY41s2lwZ5ktUJTgpvS3JRlSA6lnx65Rckmu7LdXHda432s46hCcYxeOm7epJ1+ZbIm86xuEU3K1JL2A6H4iEXK78rp7EzzQgrb9rVe5xyWjLkU8k29vTtqJ8SqjFN09PvK3/58gdT8RjUXLd1WyXc0Ts8/T5Y2ovGmtTUrOnwcYqM5RVJy2+wHQAABV8lir5ALksVXJYAAAAAAAAAAAAAAAAAAAKykoRcpOkjLD4hZJaXHS+VfujPxUFruebT7xTVowU+q/5uZJRe3l3/ANgO3Lmjia1KTvsiJ+IhHHqTV/S3TMc6yLDBKSkrW75+CniXp1KehyaVUt7A6V4mDhOX09ndj+IjrhHbzK274M8CjPHKc4wUH7Jdu5zxSnmemEFF+lSugO2GaM5yjw139yF4iLlJRTkoreSMfDxjKcm8cKj7xvkjA5ZJz6f8tJeVf9ga/wAXD6J/oXlnUHJSTVK03wzGT8RHLHH1I3Jc0M6enJGWRSdJ01wwLvxeNKD+rnfgs/FYUk9ez+Gcrkoxk3UMkdloXJpLJNeHjkjNyraV7WBs88f5elWpukyVnXTlJxktPKZyZMUYYsU221te5eMUsE5qChFva03sBtHxMZScafNInF4iGRcpO6Svc48cL8sWk5cao/8AJr4dRllglFJwT1be4HaAAAAAAAAQ+CSHwBBK4IJXAEgAAAAAAAAAAAAAAAhNNtJ8FVlg8nT1ebsY5koSlLHJRm1vb9u5iunuuok1up+9gd0pKMXKTpIr1IUnrjvurZzScpTwLI09V3Xujf8Ah8VJOCddwLqcWm1JOuzI6kOnrvy9zj1dKHiFFVvSIzR044qM5bxtxvZIDvTTSa4ZXq49WnWrqzm8NF6XeSeqK4btV9jHydX1Qquent+gHf1sd1qV3X5lzz43qknOO8lXl5O2TyKUFGKa/qfYC5DaXLSJOXxnqw/6gOorGcZXpadcmU803mePFGLaVtsywZOnHNOS/q4A7Ac0PES1xjPRUuNL4+4y+Injbb6dJ+m/MB0ldcPqj+pKdpPuefi6WqfUhKT1bUB6IOfLlnjb09NJLZSe7EvEfy4OEblPhAdAObNLOsEnJRT7xfsRHNPHghqinKW0d/8AcDqBzxzZI5YwyxitXDiRDNlnklGMFUZU38AdIOePiHoy60lKHY1xSlLHGUkk2r2Al8gPkFAsVJRBIAAAAAAAAAAAAAAAAAAHFkw5pPI1H1eykdoA4XgzSXpSVJNX6v8Ao1y4Z5tEXGMIpc8tfB0gDlyRzPCsWhSv+pOqOjQnFKSTruiwA58mC8+NxgtKvVsjZQhHeMYp/CLADlwwzwg0owq36uSVDK/EwlOMaSe8TpAFHGTyKSm1FL09y4AGU8OvNDJqrT7VyaSWqLSdN+5IA534ec2urlcop3VUJ+HlLM8kcul/6bOgAUxxlGNTnrfeqLgAAAAAAAh8ElWAJRARRYAEAAAAAAAAAAAAAAAAAAAcmeEp57WOTSVXS/5MVjnKMdOJuST5Wx6IA5HB/wAHpUJJr2a3KZ4SnenFO+97HcAOXFGoTXSnHy8ydlFgmsOtS3caaa9ux2gDlwYJNY5ynTS2SVFFiyvJNeZv6+DtAHnuGWLjkeN8Uly0+52NZdMNLV/1WaAAY58UsrgrWlO38mwA5snhY0niSjJO92TLFljleTE43JbqR0ADDLiyTWOScdcd/gLFN+IWSTjWmmkbgDlWDNCMseOUND78os/DtLEotVB279zoAGPSl/FdW1p018mwAAAhgQ+QAUWBCJIAAAAAAAAAAAAAAAAAAAAAAAAABWclCDk/ZAZPxMVn6dPmrNzzfM8F9OWrVq1VsbeIl1I4GnWpgdOTJHHG5P4LnF4rDCGONX6q3ZfNhlpgoLVCPMb5A1z5uiouuXRmvFxeSS1R0pbPuQsuKPhrUfelF77mELx6lOag+acbsDqx+KhKDcmk1ykI5sksbmsTavZXu0VxdToSm4KUnwqrYpghLLjlLXKMnLdoDaGbJKSTwyin73wZPxlTqlW97/oRCGR55Q606jT55Mnetzevy7OVq7A6P4uKyJSpR0333OiMlKKkuGcM4yg3jty6tbs7kqSQEgAAAAIfBAYKJRJVFiAAAAAAAAAAAAAAAAAVcIydyim/lFgBzwwpeIm3BaGttkWy4XKGnHphfO3sbADml4ZdNJt5HHhN0mMGOfVc5Y1jWmkkzpAHLLwsljlFTbXOmkVx4c0ssXJuKitraOwAYS8LjlJyblf3M8fhVqnq1JXtvydYA5smBxcZRTmo8Rb9zN+FyyuTcU270ex2gDGKyTxSWSEU62SIh1MXh4JY9Ulyro3AHPhhkjiyNxqUm2lZk8GVQpRvy6eeO52gDmjibzxbxJRiqvbcS8POeRzlOpJ+WvZHSAOOWDLCayp9SXuTLDmksf1RW8m/+DrAHJ0Myh0/LUncpG3h4Txw0Tqlw17moAAAAVZLIAFipK4AkAAAAAAAAAAAAAAAAAAY5YZpTuEoaflGUMGeF1LHu73R1gDCeCeWMVPJVcqKKZPDS4x6afqlLk6gBhLw0Zat2lKrSKPw08lLJJKK4UUdQAwxYsuKSipp4+1bkwxyjmyT2qS2NgBzxx5ZZo5Mjh5VtpIn4eU5yk2t2v0R0gDleHM8co3C5u5fH2NMmHqOGp+WPK7mwA5peDi41rlstk/YhYcrjPW4uUkl8UdQA5Y+GyY/NHJcqrdFsXh5Y8iksl36r9zoAAAAAAAAAAh8ElWAJRARRYAEAAAAAAAAAAAAABzrHKWbLJqrVRtWZThk1xjlgnC93BcnaAOfLF9fDpi6XZcGuTJ00nolL/SrLgDkhGUseeTg1q3Sa3KzwTWJzjK7jumt/sdoA5sWCXlnKfmqlSoyWLK3kXmu/VxfwdwA8/TljJZOnu1Ua3o7Gslw0tV/VZoABjnxSyuDi15Xbs2AHPLFkjneTE4+ZbqRWPhpPHkjOSuTtNHUAOfFhnGS1QxJL3S3M34bL05QThTd37s7ABEVUUn7Iy8Pili16mvM7VGwA5ZYMmvI04VP3fKJfhp9LHUkpw/Q6QBi4ZcmGccjim+NJToZJYoqTipQfla/5OkAc8cWSeWOTM4+XhRLYMUscsjbXmdqjYAceaKyeKjGDtSXmr4OwpDHCDbjFJvkswIfIAKAWwAFgVuibIJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhsA2QAUAABKZJUJkFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIsCSrdhuwUAAAWxYqLoCwIskgAAAAAAAAAAAAAAAAAAAAABWcI5I6ZK0ywAjStOmtqqiiwY0orTtF2t3saACs4RyR0zVoo/D4nFJx2XG7NQBk8ENKUVpcfT8FP4SMt8k5Tl3vg6ABlixSxt3klJeyfsRDDKGKUYzpt2nXBsAMcWFwlKcp6pS96op/CRcnKU25d0qOkAc78KpOTlOTl7PsbpUkrskAAAAIbDZAAAFAlMgAWBVMmyCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFkAGACgFsABYFU6JsgkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACGwDdEAFAAASmSVCZBYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACLAkq3YbsAAAUAAAAAAWKYoBYsUKAWLFCgFixQoBYsUKAWLFCgFixQoBYsUKAWLFCgFixQoBYsUKAWLFCgFixQoBYsUKAWLFCgFixQoABQoABQoABQoABQoALFCgFixQoBYsUKAWLFCgFixQoBYsUKAWLFCgFixQpgLFgALFgALFgALFgALFimKAWLFCgFixQoBYsUKAAUKAAUKAAUKAAUKAAUKAWLFCgFixQoBYsUKAWLFCgFixQoBYsUKAWLFCgFixQoBYsUKAWLFCgFixQoBYsUKAWLFCgFixQoBYsUKAWBQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoABQoBYtihQC2LYoUAti2KFALYtihQC2LYoUAti2KFALYtihQC2LYoUAti2KFALYtihQC2LYoUAti2KFALYtihQC2LYoUAti2KFALYtihQAChQAChQAChQAChQAWKFALFihQCxYoUAsWKFALFihQCxYoUAsWKFALFihQCxYoUAsWKFALFihQCxYoUAsWKFALFihQCxYoUAsWKFAAKYAAAAAAAASAJEkggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVaLACoDQKAAW4BKyaJBAAAAHFOUv49JSdWtrO0AAefCWfLllGGSq7sD0AcfS8V/jL9f7GU5Z8WSMZZLvswPRBTJNY8bk/Y5vDSlGEsuSTp8JvkDsBwZPGqeOUdDVqrsr4fxXRg4uLlbvkD0Qc8fEwniblUG7STZl4LLFRkpz3va2B2g85+Jl/EOa1ON7RTo0/j3/hf/l/YDtBXHPXjjKqtXRYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBIAq0CxVoAACgSiFyWIAAAzz5VixuXv7HNj8XOMLyQk/mqLeMx7dW/T7PgzzSzywXNR0OuANf4tv/wCjM0y5+noSg5OXtZljfidEaUNNL9CfFK82FP3YFZ+JzS8uPHKMlz7ll4rIqi8MnKjCWHTlklGUo+zUhjwKeZJxlGNe7A6MniXCWNUo6t5avYq/E34mlNLHRrlx4o49WSKelVucODzSlWFT+L4A6v4qs9aovG/dPgtm8TGEUoeaUuKME49WOOXh4pv5L+JyQw1GEVrSpPsgNXkzRxRbx6pPlL2KdfP/AID/AFEI544odOSdq3qKdTxPV6dx1VYG+SeWMotRThXm+DJeMj1ncl0622L6M3Ug3NbqpR9jmhPRKX8uMoudW/YDXH4uTlJuEpRvy0jSXinGv5U3as58n8uSjiz7N+zpI1zznicMkZa4VTAs/EOfh55ILS49yvXyKOOVxaa81umZLApeE6jb1K2qKxWLRBKGvJLlWwOvNn0Tik401d2ZYfEzloi3Ftt22V8SknplojFJcbyM8cJaKg8Tk1xtaA2xeLWufUnSvyqjrjJTipR3T4PO2/h+m0teuj0YqopL2AkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEEFir5AErggsAAAAA5fF+IUIvHF+Z8/AHJLJ/+5eRfVZ6iaaTXDOKHhW/Ctted7ot4PxCrpTdNcNgdbaim3wjznHwzbfUnv8Hfl/Cn9mcngscJxm5xTp+4Gejw3+JP9Ao+GTT6k9vgs54v4nSo41jvlot4zHjjji8cVu+UBr4qEs2ODx8c77HNijPxE1GTuEOx0ZVkfhYLGuUropgxeIxtJ1GF2+AGTLmlCUOg0mq2TKYJ5sMXFYZO3e6ZMcnicmSUYT4fwTkl4vHHVKar8gL59M/DLJlhU+Et0c2COOacJupP0yN5xnnx4nJ2qbZTw8V0Jz0qUou0BZTeHLHFjapepsv4uccnhtUXa1GOGWSOprDKbly2jKSyQi4Si1Fu9wPSwbYIfY0M8H4MPsaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhkgCoD5BQXJYquSxAAAHPn8PPLJ1laj9NGGfBPHhbeVyiq2O8iUVJVJJrswOXHgyvHFrPJJrj/AMZWf/qccZytQjvJnYkkqWyDinyk/YDzprDHL5P5kX/SrtDE8XW1S/lqPC3bZ6EYxj6YpfZCUYy9UU/ugOXxCeSacm1hSu6M5SeTKpeGhJNbWd7SappV2CSSpKl8AcGHKsE280Ja37m3i1F4Hk07ut2dLSkqaT+4lFSVSSa7MDOOSOPw8JTdKkYQnHL45Shuq5Opxi46XFNdqEYRj6YpfZAc2d6vFQS30LVRimnjhD+uU9VfB6FK7pX3I0RtPSrXvQHFKGGfioRxq4/1Lc0zxlKUfD441Hls6VCEXajFPukWA4VHxMMfSUbTdJ/BnCX8OskWqy+zPSKyhGTTlFNr3aA4vEtPpuVPJSbjp5IxyUMzyZcbhS2UY7HfSu6V9w0mqatAedql1f4jp+Sz0YvVFOqvuKVVW3YkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhSi3Sab7WSAAAAAAAAAKvksVfIBcliq5LAAABnmU5YmsbqRzeG8I715fyX/Z2gAcnifCam54+fdHWAOaKz4vDXeqXZ70jHT4rPs7jH52O8Ac0fBY1CpW5dzKXhs2F6sM212R3ADllDxGXDDzaZe+9FI+CnqUp5E6d9ztAHnY8efqz6dx35e1ls2PxPT871LstzvAGOFNeFSaaengz8DGUYS1Ra390dQAy8RLJGCeJW74qzknHxPiGozjS+1HoACIrTFR7KiQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvkB8goLksVXJYgAAAAAAAAGeROKctb+F7GhlvrblCTp7cUBLuU9NtJK3RVTk0o3vbTf2LO4z1KLaa47FdElUqt2219yg5ShrV3StNlt4zitTal3CTcpSlHlUkRCC1pqOlLuBqVlJpljOfJA1v4Gt/BUFFtb+BrfwVARbqP4I6j+CoAt1H8DqP4KgC3UfwOo/goAL9SXwOrL4KAC3Vl8Dqy+CgKL9WXZDqy7IoAL9WXZDqy7IzAF+rLsh1pdkUAwX60uyHWl2RmBg060uyHWl2RmQMGnWl2Q60uyMwMGnXl2Q68uyMyBg168uyHXl2RkBg068+yHXn2RmQMGvXn2R0Lg4jtXCJRk5zU3F1xaozlllDe7+DaULytvjTyZLC8lT1UvZUFXhKc8Kbkov3dFZTm8Vcty03xaLY4yhiqcdW72omGO4yUlUW9l2IIwpKLbjFOLa2Q6k1FTajpft7jFjlG9UnVvZ+5ZYtknJuK4TAjqPTke3lboa5ynpjp9KdsmWJPV5mlLlImMFGV37JAZOeSfTcWlb3TOgz6SUYpNrS7TNAAAAFXyWKvkAuSxVclgAAAAAAAAAAAAAAAAAKOTjLdeXv2IWVVK3G1xT5A0BnHImld39mHlS5jJfkMGgKOUtelVxZKk3G9NPswLAz1z06tKa/1DXPTq0pL/AFFwaAhN1b2Kxk5y29C9+5BcFVJNtJ7osABn1EskoyaSXBZZISdKSbAsCmOTnC2IyblJP2YFwVjJSundFgAAAAAAAAAK64778On8E2tWn3qwJAKyyRi6k6oCwIclFW3sG0ml7vgCQCuuOlSvZ8AWBEZKSuLtByS5a/UCQCHJKSje7AkAAAAAAAAAAAQ2lVvkr1IJNt7J1YFwRaq/Yq8uNVc4q1e7oC4KxnGfpkpfZkuSUlFvd8ASAV1xtK+eALArGUZel3Qc4q7klXNgWBRZcbdKcW+yZOuN1qXcCwIUk20nuuSQAIi1JJrhi1q0+/IEghSTbSe65JAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApPJpdJapdkWjJSVrgCQUlkjF07v7EuSUHL4sCwKxnbqmtrsjqLW42tvnkC4M+omlS5dNdi0ZKTdcL3AsDLrLfb9yeqttv3Lg0AKynpcV3ZBYEWu6IUrm41wrsCwKuVTjGuSbV1e4EgAAAAAAAAAAAAAItXV79g2km3wgJBXUqu/ayU06p8qwJBR5cadPJBP7kxnGfpkpfZ2BYENpK26JAAhNPhhNNWnaAkAAAAAAAAAAAQ2krbpC0lbewEgi1aV88C1dXyBIKqUXw/evzJUk734dASCsskIupTin8shZMcnUZxb7JgXAITTVp2gJBFq6vcWravdASAAAAAAAAAAAAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAAAZZYxq/63wBqDKteRqW6SWxVNuoN7amvyLg3Bi1oc4xdLTa+CMda41Fx23v3GDcApNtPkgsDO33Gp9yjShRnqfcjU+4wa0KMtT7jU+7GDWhRlqfdjU+7GDWkKRjqfdjVLuxg2pCl2MdUu7GqXdjBtS7Cl2MdUu7I1S7sYN6XYUuxhql3Y1y7sYN6XYUuxhrl3ZGuXdjB0Uuwpdjn1y+pjXL6mMHRS7Cl2OfXL6mNcvqYxHRS7Cl2ObXL6mNcvqYwdNLsKXY5tcvqY1y+pjB00uwpdkc2uX1MjXL6mMHVS7IUuyOXXL6mNc/qYwdVLshS7I5epP6mR1J/UxhrrpdkSciyTv1M6hYqQZY1py5Fbey5ZOVtrRHl8/CINAYxjB+Hhrqkvcq01g96ctl7tdgOgGOGlKaScV7RfsbAAAAAAAAACr5LFXyAXJYquSwAAAAAAAAAAAAAAAAFGqk3q2a4ZkvRGM6Uau0WyN63SeypfmI7STp1GNcFREZLqbZHS7vkSvUsb3Tdp/BfHu5yp03tsV0OdzltL2+AEoRWRam2mnyycbjGDlWlMrNTyK9O0fZ8svCTnJ1ail29wM9cIqajJaWtl8jXCSipSWlLj5Np+iX2EPRH7AUyVOFqdR99iqlSrqv/wCwvm/CkNb/AMOQFNpSTjkbn7WqNJTcWlptvsVtyzR8rWz5GR6csXTez4AhalklLpvf5ReEtTa000R1P/8AHP8AQjG7yTdNcbMKjFGTham1vxQUZSnNJ1G937jGsmmktK7slS0Tnalu/ZBGiSiqSpEmeNtylJ2l7JmhFAAAAAAAAc+VP3ep6kvK6ddmZycEtVwbeyjkVtfnfBq4T6jk4trVfK39kFCVY46Xs7b2ApljGl5YNTpJpLZ/9FsmqOR3N7xpKK5+N7NJY9cm57qqS/5+5HTk2pOVyjwvb/z5Aq01LFjryrnf3oznG8icXPSr/qe9c+5q8cmopt3bbafBLwrXCtSS7Sf/AGBGRRUFw48+aLn/AMmMVUI6dKdrfpte/c2yYnoag3zajexWWGUm0mlqW77fYC0XNqTi4vflRr/nf9iItVKHSm/qut/3Jh1IqtGySSVr9fsWUZwjsoyk9226/wCGBWDvG3Onj/zcr/hmFLRKfQ5dLZUv/PsdWOGnGoyp9ys8b6cordt3+4DGoa6WFQklfC/4NSkYyU3KUk9q2Vf8lwAAAAAAAAM8sV63KUdK9q/5TMcepYrfVre/T+fJtkjJtOrit6XuyksU5NtuKT3cFw/u/wC36gRNqOGLcm0+ItLf9PY0vJFemMqXOqv+BNOeN+SpcexM21GlFyvtX/LAzlJzw6pQhTqr3/4Rg4wqdSw87XFJ/lb/AEs6VjfQjDa1QeJvX55JS9lX/TAzwxjJSilFbVqjGn/yR5lmqMsjUVSrT+fNGsYTWp+VN0lvdfsiNEnFRitFP1Pd/wDn5/kBELcpeaaa51KP/H/YxOTTeNJq/wCp1fzwy0IuC0yjqT5l3+//AIy0E4qe3LbQFVkyObjojsrfm/sc+rVlvWq7XG/9qv8A8s6IKTySm4uKaSSdFenNtviN3obu/wA//kCii9TUm1Nz3qT4/wDg3nkjG4+ZuvaLZnon1OrS1cafj79/2LNTWVyjFNNLl1/wwM8ehQipdRPj+pL/AKNGpdZ6Wl5Vyr7/ACiJrLJJaI8p7S/sizhJ5HJSpNVtyBSOt5MiW26uX5extGKjFJcIzUZwlJxUWn3lX/DLYouEKfPLAuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFJ668lfdlys5RUfM6v3AyTliVvHzy3LknTk1XGOi+d7TKZHDTtkk9/dl1LGnfUk/uzSGRy1Q8vD78kTS82qCTq0y09TlFxhaTvkrlXlbnJcbRIGPTKtMFst32YjSnp1QaW9tbstGMotOKtPldiHSzNKN7L24AompJOWRp3fH9jTG29SjJOuLRGNSWJPqKK+UISpzbknxvxZRRWk2rq33/AOx5mk3dfn/2Q6p8fsFVLj9gOhy0xuf7GeSSlKPlk0nv5ScklLC2ietDu/0ZBC6bklopvvEPV1npaW3uHOMskNL7+xDk1mdRbdAJuSnDZSlvwXhCnqk7k/cpKTU4OdLks8mqcVB33A0ABFAAAAAAy8RWiOpWtStVZqZ5r0xpN1JbICjWCn/K/wD03/0TiTfh4VJx29q/5RZzlT/lT/Vf9lYY3LDCLbSrdVyBk3LrKSyS0096V1+htkhLpvzuSfN0tvyRVrJ1orVD0v8Ap/uWeJLHJPzRraNcP4Ayd+VVVq/6pstibjka3l5fpcX+7EMb1RpPH5d6S+Phkx1dRyWuVRrzRr/oDDWlfma34uv9pr/Y18PL+ZKrlaVu06//ACZWWPI1tGXN8/8A95piU4ztxe/Lf/8A0wGfJDpuOuN2tr3LQcZSqOdyfa4/9EQlKOpdOT8z32/5ZNylmg3CUUk93X/DYEY3O5VGLWp7uX9iMWqWJRVxXvL/AK/7LQjNOV1Fam+7f/n5lV1I4nBQle6TtV/vYG4IWySJAAAAAABlnV46fdf7mpnmTlDyq3aYGMYa3KMYxST0yaSX3LY1KSUo8afeTab/AFCjJUowkm1Tbqvvsy1PFGUIxbVXGkBm5OMo1FJRvbt3GKTcox2tN0awi9a2pQVL5IjBrpqS93YGdOMHcf6qe7lv9tv2FtTi27uXDxtc/cnp1enHp8+0klwWmnqitU5NST3jt+tf8gZ5Z/zW94uuG6//AKkVhO8kHblvsk7/AN5s0nHJKTajJXttt/tNf7EQhljpuMm1+f8A/X/wBvLJCPqkot+zZjilHpxX8RT7XH/o0bkstqEncVxX/ZGWUpQrpTW67f8AYEvUs3lSk9Pu69/sVi5dWaUfM6+yLyU+rcUq01b/AOv/AIIWqE5PTKd1uq/7QF4rTGm2/llimJSUfPy23XYuAAAAAAAAAAAAAAAAAAAFXyA+QUFyWKrksQAAAAAAAADLTkUm1od+7s1KucU6clYFXGWrVGrappjptJU/MndlpSjH1NIlNNWuAKdNyUtT3fb2CjNyTm1txRdNNWnsRGcZOk0yixSSbexciyDPS+w0vsaWu4tdyjPS+w0vsaWu4td0BnpfYjTLsa2u6FrugMtMuw0S7Gtruha7oaMtEuw0S7Gtruha7oaMdEuw0S7G1ruha7oaMdEuw0S7G2pd0NS7oaMdEuxGiXY31LuhqXdDRhol2GiXY31LuhqXdfqNGGiXYdOXY31Luv1GqPdfqNHP05fSOnP6To1R7r9Rqj3X6jUc/Tn9I6c/pOjVHuv1GqP1L9Ro5unP6WOnP6WdOqP1L9Rqj9S/UaObpz+ljpz+lnTqj9S/UjVH6l+o0c/Tn9LI6c/pZ06o/Uv1LDRydKf0sdKf0s6lJNtJptckSnGHqkkNMcyxTv0s6yrnGMVJyVP3GuLjq1Ku4tVGlxlOa3bXBXpRmk5xTlW7LxlGSuLTLEGPRcYwUZJae6u/3LOEpJapLUnaaRoAKQg1JylK5Pbii4AAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgCQAAAAAAAAAAAAAAAAAAAAAAACKRIAAACNKqqVdgkkqSSJAEAkAQ0mqaJAAil2JAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvkB8goLksVXJYgAAAAAAAAGeSmnCKtvn4NCnTabqbVu/YCIr+a79kqIxxUoyi+NTLOFtNSadVZaMVFUijFbeH271+5eSqeOu9FlBKGnlEKFNNtuuLAuZz5NCso2yDMF9D7kaH3KKkF9D7jpvuEUBfpvuOm+6AoQadN90R033QFAX6b7odJ90BmDTpPuh0n3QGZBp0n3Q6T7oujMGnSfdDovuhozINei+6HRfdDRkDTovuh0X3Q0ZA16L7odB90NGQNeg+6HQl3Q0Yg16Eu6HQl3Q0ZEG3Ql3Q/h5d0NGS5O05/wCHl3R0EoyxxUck1FJLbgvOSj7XJ8IONanH1NFXium5STSq0yKr0pLHBJpOLvfgiUpSik0talXwzR47ilqlt73uOlHTp35u73sCuO+pPUqk6exqVhBQurbfLbLAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgkgCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyA+QUFyWKrksQAAAAAAAACkpuNvQ9K5Zczk9bcbSitn8gTKdOox1OrHUWlNJ23VfJCaWV37pUUW0oy9nJlGim3a0+Ze1kKctai4VfyI75pNcJJDH5nKfd0vsBoQ5Jckmc+SC2tDWjMFGmtDWjMgYNdcRriZAYNOpEdSJkBiNepEdSJkBg16kR1ImIGDbqRHVj8mJAwb9WPyOrH5MAMG3Vj8jqx+TAFwb9WPyOtD5MCBg6OtD5HWh8nOBg6OtD5HWh8nOQMHT1ofI60Pn9DmAwdPXh8/oTHJGbpWchr4f8T8hg3nLRG6b+EIS1wjKqtWTL0v7FMLSwY7fKRlR5Gpbwai3V2RLLTdRbjHl9iFOOSVucVFPZXu2V1KMMkH6m3S72BpkyqFbN32NDHKqwRXZo2AAAAAAAAAAAAAAAAAFXyWKvkAuSxVclgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEe5JHuBIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACr5AfIKC5LFVyWIAAAAAAAABVwg3bhH9CxnNzinLy0vYC7jFqmk19hSaprYq5SctMaW1tsKbcL03JOqQFkklSSSCSSpKisJOUNTW/ZCEnJyUlVAXIcUySspUwGhDQiNfwNfwUToRGhEdT4HU+AJ0IdNEdT4HU+AJ6a+R018kdT4HV+AJ6cfkdOPyV6r7DqvsOxbpx+R0o/JXqvsOq+w7FulH5I6UfkjqvsR1n2HYt0o/I6Ufkr1n2HWfYdi3Sj8jox+SvWfYdZ9h2i3Rj8jox+SvXf0kdd/SOxfox+R0Y/JTrv6R139I7FujH5HRj8leu/pH8Q/pHYt0IfI6EPkr/EP6SP4h/Sh2L9CHyWhijB2rJg9UU+5XXLrKLSSaZFaEOKbT7cCTaXlVspCUp4r2Uv2AvS7IUZ9SUVPVT0r2JUpKcVOnq4oDQAAAAAAAAAAAAAAAAAACr5LFXyAXJYquSwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPckj3AkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8gPkFBcliq5LEAAAAAAAAAxc4uTU20k+K5NgBlqUcjk70yS3otiTUW3tbsuAKYfw192I/iT/IuABnPk0IpAZA1pdkKXZF0ZEG1LshS7IaMQbUuyFLshowBvpXZDSuyGjAg6NK7IaV2Q0c4OjSuyGldl+g1HMDp0x7L9Bpj2X6DRzEHVpj2X6DTH6V+g0coOrTH6V+g0x+lfoNHIDq0x+lfoNMfpX6DRykHXpj9K/QaY/Sv0GmOQHXoj9K/QaI/Sv0LpjkIOzRH6V+g0R+lfoNMRi/Dj9iJJ9eDranuXSrgkyqsZKV17OjOHlwVKLfNqvk1SS4JAxxxXmqDWOvS1/wRCCeSMlGSUfqNwAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAAAAAAAAAAKyk4raLf2LFMk9FJVb4sCOqtDlT2dV72Ssieq04uO7TM5JRjF6k6ncmWi9WeTW6UUrAtHJGSk90o82RHIpNJxavi/czpuGdLm3/ALFnJTni0tOt9vsBpKSird/khCSnFSXDJfBTC0sMLfsBOvzNRi5Vy17ETyOFtwbS99jL0qb6jUlJ0r/4NZ+aUIP7v8gHVS/pftfwWUk5NL29ymWK5V29q9mRCTi0rT81Ne/3A2BErry1fyV/mdofqBcFP5naH6j+Z2h+oFwU/mdofqP5naH6gXBT+Z2h+o/mdofqBcFP5naH6j+Z2h+oFwU/mdofqP5naH6gXBT+Z2h+o/mdofqBcFP5naH6j+Z2h+oFwU/mdofqFKWtKSW69gLgFG5ObUa2XuBcFP5n+UrqyW6SdAagy1ZfpGrL9JcGoMtWX6Rqy/SMGoMtWX6Rqy/SMGoMtWX6Rqy/SMGoMtWX6Rqy/SMGoMtWX6Rqy/SMGoMteRcxRb+Z/lILlJ5NF3GTS5ZaN15qv4M5yU28dpL+p2BaWSnSTk6vYjqqo6U5OStJFU4wyytpJpUUw+SUXLZOLq/uBsslxTjFy/4EJ678rVOtykZacU5r3baNIR0wS/UCJZFGSjvbdcFm0k2+EUzf0f6kM++KST3oCYzcleiVe1+5HUepRcJK/sVg6yJRm5pq3bui0PNOUv8A2oCVkTe6atWmy0XqinXJhkio3VtRW9+y7GkJNycW06SdoDQAAAAAAAAAAAAAAAAAACPckj3AkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUWWEpaVJNloyUla4AkAAAAAAAAERkpK4tNfAjKMr0tOuwEgrKcYK5OiHkhFJuWz4AuCrnFRTvZ8DVHbfngCwAAAAAAAAAAAAAAAKvkB8goLksVXJYgAAAAAAAAGWSKSbt6nxuamdTU29KfZ37AK15GndJcFE26g2/U038I0akpaopbqmrK9NpJqtSdlEOXTc0uKtWTBxUlalb937k6HLU5bNqvsEpOUdVJR7e4GhSTaexcpNbkFdT7jU+4p9iKfYonVLuNUu5FPsKfZhDXLuNcu5FPsxT7MCdcu5GuXcU+zI0vswJ1y7jXLuRpfZjS+zKJ1y7kdSXcaX2ZGl9mBPUl3HUl3I0vsxpl2YDqT7jqT+ojTLsxpl2YE9Sf1DqT+ojTLs/wBCNMuz/QCerP6h1Z/URpl9L/QaZfS/0Anqz+ojqz+ojTL6X+g0y+l/oBPVn9R1RdxTfY5NEvpf6HVD0R+xKKRclnalK1puiclucYJtJ220TpfW1e2mirUpackUrV7N8oiq6pb49TvVV+9chylDqRUm6VpsnpyrVtr1ahLHKak3Sk6pfYBilc2ozco179zYzjGTyapJKlVJ2aAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAAAAAAAAAAKyjGXqin90WAFVGMVSikn2RKSiqSSXwSAISS4XIUUrpJX2JAAilSVKlwSAI0pu6V9xSu63JAEUrutxpV3SvuSAAAAAAAAAAAAAAAAVc0vkCxDaXJk8jfGxW7IuNXkivkh5eyMwDFpZZJNqjF5ptp3uvgvL0sxNflKv1sn1BZppt3uygNYjojmlW9Exy1yvcyXCJJg3WSL96JcvK2jnHBE10aZfV+w0y+v9jJZZLnc1jNSIppl9f7DTL6/wBiwCq6ZfX+w0y+v9iwArpl9f7DTL6/2LACumX1/sNMvr/YsAM5KSi/Nf5FoO4olq00Uxv27qwjQq8cG7cIt/KLGVynOSUtMY7be7CtHGLSTinXGwaUlTSa+TOUnCKSlqlJ0myyi1JXkb+HQFqTVVsSRLVXlaT+SuGTljTk7YFmk+UKV3W5jLInNp5NKTrYtlTUXJTlfslQGiio8JL7BJLhUZSlKOzk7UdtuWXhJyk3e3CXcC1LtyElFUkl9iQAAAAAAAAAAAAAAAAAAAAj+okq/UgLAAAAAAAAAAAAAAAApOemkk5SfCJi215o6X2K5FB1qlpfs7oylK4R1StKdal7oDpBzPy6+jxp9u5KUFODxPdvenyvkDdtRTb4RJzPHGWGcmre/wDuJxgoxa0OKXpb5A6TOGVTnKKTVK7ZaLuKaVbFF/6jJX0r/kC0siWSMKtv9hOemklbfCMfOpwcoPU5bu12NcmmSUlNRaezALI3F+R6k6cR1dncWpKtvuUjLQpzb1W0k+L/ALFoKMk7kpSfNPgCeps7VSTqjQ5+JKS2Tdan/v8A8GuNuULe/wA9wLgr5vgebugLAr5u6Hm7oCwK+buh5u6AsCvm7oebugLAr5u6FtbuqAsCG0uSrn2AuQ5Je5k23ywBdzRHU+CoKLa38FMmWUUqokzzelfcRD+In2RZeJfvFGANYOleIj7poussHxJHGCYa7uSJSUVdN/Y44ylH0to0WZ6k5q67Ew1t1H/hz/QdR/4c/wBCYZIz4f5FyKz6j/w5/oOo/wDDn+hoAM+o/wDDn+g6j/w5/oaADPqP/Dn+g6j/AMOf6GgAz6j/AMOf6DqP/Dn+hoAM+o/8Of6F3uvuSQ90BnFyxuMJJNcKSKRc441JS2T9NfJqscU07bri3dE6I6NPsBS5zcnGelRdVXJCnLI4qL0+W26LvHFtvdXzT5DxxdcprZNOgMcjnKFOVOM0rS5JnPJrcI6npW7SW5r046NNbch4ot3bTqrT5ApqySlGN6W429jVpNU1aIUUpJ+6VFgM8SWiSrbUyMSSlkSVLV/waRioql3shRS1V/VyBm9bzvTW0VVloylPGpRUdXG5Lxp1u7Sq0w8caSVqttnQFMcbhFxdOLa3/crCTjvWqla+39zbRHRoSpCUIy/StgJTtWiQAAAAAAAAAAAAAACr5AfIKC5LFVyWIAAAAAAAABDlFOm1fayTLIotOKScmBo2o8tL7i1V3sUSvK73pIpHeUYf06mUbJpq0013IU4ydKSb+GUa884x94kwdNRcNLrZ9wNADOfJBoDEFwbAwAwbgwIGDoBzgYOgHMBg6QcoGI6gcpAwdYOQDDXWDjAw12A4gMNdoOI28N/UMG0pRj6ml92SZTVZdTg5JqtvYpGdY4wtRbvl8Iit001aaa+AmmrTsywKMsOnZpN+/wAlsH4S/P8A3A0AAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArKSj9yksntH9ShFxaU3L7FQAoAAAAAjlGJuYPlmvyzQALk0y0JAIAAIgXSpFYrcuWKlSaNFJMyAxWwKRn3LmVAAAAAApGKaprhlyq2nJfmBKSS2M3GUZScYqUZcqzUo8uNOnOKf3AzjilpbSUZatSROmUskZPGo093Zo5xSTckk/klSUlaaa7gSZ41KGJKrfay6aatO0RGcZemSddgM5RmtcYxTU/e+Czg9UF/THn7lpTjH1SS+5PIETTaqPvy+xm8b1Uo+6al2XY0U4ydKSb+41x1adSvtYFgV1R1abV9iU07p8ASAAAAAAAAAAAAAAAAAABV+pFir9SAsAAAAAAAAAAAAAAACGk+URKGrT7U7LACEkuAklwiQBApdkSABBIAEUuyJAEUmqoJJcJIkARSqqJAAAAAAAAAAAFZSS+4EtpclJTvgq23yCgAAgAAAAAGeb0r7mhnm9K+4gyABpAAAAAANYZ5R2e6MgFdsJxmvKyxwpuLtOmdGPOpbS2fczYa2ABFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8gPkFBcliq5LEAAAAAAAAAz6c021Ord+k0KSnpvyype4BwbaalUqpuuR01pSTpp3ZMppOkm3zSI6i0p777UUFBq3quT9woPVqlLU1xtQU072aa5QU7lpaafyBcrKLbLENpckFNDGhltS7jUu5RXQ/gjpv4L649xrj3Ap038Dpv4L649xrj3Ap05fBHTl8GmuPca49wM+lL4HSl8GnUj3I6ke4FOlL4I6Uvg06ke46kO47GfSl8Doy+DTqQ7jqw7jsZ9GXwR0ZfBr1Ydx1Ydx2jLoy+B0ZfBr1Ydx1YfUNoy6E/gjoT+DZZYN0nyWk1FNvZIbRz9CfwaYcbhd1uWjkjK+U0rpoRyRlKt0+d1Q1Uyjq/qkvsNEaS0rb4IWWLaSvfh1sy5BWEFCNREIqEdK4LAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8lir5ALksVXJYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN0rYBulbMpzcvsRKWp/BBFAAFAAAAAAAADGXqZsZT9TNflmqkx5RBMfUaZaAAlAAmKtkFkqRIBoAAALRlX2KgK15JMoyr7GnJmxUgAgFXtJOm9vYsAITtcNGeT8XF93/salXFOUW+Y8AUhvPJJq5J1XwTHTki041T3TJljUnqtxfdMmEFBUr33bbAxW3hUkuXX7mkHJT0SUeLWklY4qGjlCGNRd22+7YCeqvLFN/LGGulGvYThqd6pL7MlQSpK0l7WBm7WWGqKirpV7jJalG4pQUlui0cSTTcpSri3wOktVuUmrum9gKSjKPFeq13svikqSp772/ctpWrV70RHGou038X7AXAAAAAAAAAAAAAAAAAAAq/WixV+tAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKTl7IBKfsigBQAAQAAAAAAAAM83pX3NDPN6V9xBkADSAAAAAAAAABKVsDbDla2luu50HIlRpjyadnwSxW4AMqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAAZyudxXHDZoUeKDduKtgRHbNJfCopH1xfs5M1cIySTSdcEuKcdLSrsUUtLLJ+yjuTFOUlOW1cInRHTppU/YhY4RdqNMC5nPk0KuNsgzBfQu40LuUZg06a7jpruEZA16a7kdJdxoyBr0l3HSXdjRkQbdJd2Oiu7GjEg26K7sdFd2XRiQb9Fd2Ogu7GjAg6Ogu7I6C7saMAb9BfUx/Dr6mNGMPxI/dHRm/Cd++xCwJSTt7GjSapq0yVWSuOW5yTenlbUWSc5KbVJKkiVigk0orfkRxQi7UaZBk4zioQemlJVXLOgrHHCLtRSZYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyWKvkAuSxVclgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYzlqe3BbJL2RmRYAAKAAAAAAAAAlRb4RZYu7CKGWT1HUscSdEfpX6FnSVxFocnXoj9K/QaI/Sv0NamOcG7xR+xR4n7MmpjMvFUiNLTposWAACgAAAAAFoyp/BUBWwKQl7MuYUAAAAz6q6zxtV2YGgKdRJzvZR9yFOba/l7ffcDQENtLZW+xRZGtSnHS0r5sDQGccjckpR03xuTObUlGMdT55oC4M+raWmNye1WFkbVafNdVYGgM1kulW7dV2NAAAAAAAAAAAAAAAAAAAAFX60WKP1oC4AAAAAAAAAAAAAAAM4TlJKVRUX87kwyQmrTXNGScda6V7vzRrb+xWl0XGqlrV7fIHRqjV6lX3IlkjGUU3vLgyyKMZqKjGKrZ6bISSjhclstnaA6NSurV9g2k6bSZzSinKSlKm3t5b+1Ms9KnNZFcnxtygN00+GLvg503DHjml/Tpf/AB+5vjjogo9gKrI3l0aWlV2yZzcXFJW5cFX/AOoj/pYyOEkm5NU9mu4E9Woy1LzRdUvcOU4xuSV+1MycG4Sn5mnJP5aRbHGDlJQX8trftYF+o9015k6ruaHPVNSXli3V9l/c1xtuFv8AcC4Ip9/2IqXf9gLAr5u4ctvkCJyrZFByCoAAAAAAAAABJvgAC6h3ZOldgrMzzelfc6aXYkaOAHc4p8pP8ijxQf8AT+hdTHIDol4df0v9TKeOUOVt3LooAAgAErAJWzRKkEqRIAAAaYp15X+RscptDJaqrZmxWgKVPuv0FT7r9CKuQVqfdfoWfAGcczeluDUZcOzU5oJxhjlKTcPdP2IyNOTktKkpVzv/AGA6iE227Vf8mNQlkl1KtPZN+3wRJXrX+df8AdAOeS6cprGq8l7dwljWTH03u3vT+PcDactCurbdJEQnqtNU1yiM3pim6Te77FcTipz81rbzPuBaeRwbbg9K5dkzyKFbN32KSlGcnFyUYp777stm/DX3X+4EzyaW0ldK2SpXJpLjllcqVX7var5KJyg61JvVTXf5A3AAAAAAAAAAAAAAAAAAFXyA+QUFyWKrksQAAAAAAAADOcpxt0tK/U0MZTjKTUpJJPjuBdyk5aYJXVuyOo3FUvM3VEalHI23SklTKpU4zfGpso0jKTcotLUv0YjKWvTJLi9iqac5T/pqrENPUXTdqtwNSrlT4LGc+SCdfwOp8FAUX6nwR1PgoAi/U+B1fgzAwadX4HV+DIDBp1l2HWXYyBcGvWX0jrL6TEDBr119I66+n9zEDBt119P7j+IX0/uYAYN/4hfT+5bHl1uqo5jTw/rf2GDaev8Ao0/mVhLLKFrRd/PBbLehqPL2EvJjelcLYyqiyTUJylp8uyr3NIa/69P5FdKhiSkrSW+1kYkupJwVQrtW4GoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8lir5ALksVXJYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWUtKssY5JXKvZAVABGgAAAAAAJjFyfwBCTbpGscaXO5ZJRVIkqaAAIAAAAAAAAFHDsXAGLVcg1aT5M5Ro1KiAAVAAAAAANE21sZloOmSqvT7/sKff8AYkGVQvkycdeTIuHtT7GwA5lqmsm3mTVr7Fp5bcenN3auNG4ApkmscHJmVxnCemanNr2OgAY61knDS707v4DnGOTW35ZR2ZsAOePkcZy2i29+1loqMtc36W7T4NgBz7wad6E1/wCI2g24JtU2tywAAAAAAAAAAAAAAAAAAAAUfrRco/xEBcAAAAAAAAAAAAAAAAAy8Q6xPet1/uBqDn1qDlKFuCjb39zZzqUVXqAsUlByb87SfsiqySc9LhTq+SHklJTi4VUXbuwL9NXHd6Y8IuY9VQjCNW9N80aQmpwUl7gWBjJKOSOlvVe+/saTjGS83t80BYHOovoScVLzO0r9iypwkoKSe1p8gbAwum424xbvf2X9zZNNWnaAkEWu6I1x7oCxlJ2ycsqjS9zJNosS1cEJpkmkAATFAAQAlfASbZqkkFVUO5cAgAAAAAAAAAADLJhjLdbM5pwlB1JHcRKKkqatFlRwl4qi8sWh913INAAAgAABMXplZAA6U7Vokywy/pNTDQAAIpVQpdiQBDSfKFEgCGu2z7lFjepOUk64SVGgAEUqqiQBGldkCQAIpXfuSAAAAAAAAAAAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAAAZZFSctTv2VgagzdznptpJexVSk6he+ppv7FwbAzi9M5RbbSV7kQlJ5t7ScdkQakNJ8klJSaewFtK7EaV2K62RrZRfTHsNMexTWxrkBfRHsNEexn1JDqSA00R7DRHsZ9SQ6kgNNEew0R7GXVl8Dqy+Bg16cew6cPpMurL4I6svgZRr04fSOnD6UZdafwOtP4GVGvTh9KHTh9KMetP4HWn8DKNulD6UTGEYu0qMOvP4NsUnKFvkKuDLKpJXGcrbpLb/oieSpaXk00t3W7INgZzaUU+rpXfbcnG5PGnLkC4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8lir5ALksVXJYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKzdRsxL5XvRQiwAAUAAAAJW6QExjqZslSpCK0qiSsgAAAAAAAAAAAAAAABDVokAZSVMg1atGT2ZqVAAFQAAAAAaxdokzxvejQzWgAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAo/xEXKP8RAXAAAAAAAAAAAAAAV1x16L3qywAplg5wpd0TGSkrXeiwFZx1wlF+6oooZNUXJx8q9jUjgDOEcsbvQ2929yIQyKLi9O6dv3s2AGLxO4taW0qakjSKailtfwiwAyhHJHnQ7e73tlpRlKEotq2Fki5Jbq+LXJaUlFW+AIkpaahSfyRCMlJyk1b7DqLS5O0l3QWSNN7quU0BXpvaSa1J279y8I6Y0+eSOpGm+2zLgV0x7ImlVexJWb0wbAwlWp1wQAVkJUmiABdNMkzLKXcuiwSt0FuaRVIVUpUqJAMqAAAAAAAAAAAAAAAAhq1TMJw0v4OgrKKkqZZRzgNU6YNMgAAAABF000dKdqzmNsTuNdiVY0ABlQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfID5BQXJYquSxAAAAAAAAAMvPrbePV23NSLV1YFGpKWpRu1urI0SSUlvJO2jRuuSQMum5tudq/ZMLG1lT1Sar3ZqQmnwy6JM58mgIMQbAujAG4GjnoUdAGjnoimdIGjmpkU+x1AaOWn2Ip9jrA1HJT7EU+x2AaY46fYin2O0DTHFT7HRg/D/M0tPhoKSfDQtVVxbyxf8ASl+5WSlHI5Rjq1KnvRpqi+Gv1JIMlGUIRjoU++5bFFwgk+f9i4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyWKvkAuSxVclgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWbqLAxk7k2ACNAAAAAAaYo+5mlbo3SpUEqQAVAAAAAAAAAAAAAAAAAAACk17lyHugMgHswbZAAAAAEp0zUxNYu0jNWJABFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACj/ERco/xEBcAAAAAAAAAAACGrVMDmc205qEn5rT9qNXeTI1raSSe3vZoklHSltxRV4oOrittkBlBuMYyu46mn+vIc5tRq/O2+a2NtEdGmlpfsJQjKOlpNAZfzFBJtpuSSd26Immlkhqk1ptWbKEUkktk7J0q263aoDKFxljWptOL5f2IcpNOpf11Zp0oaVHTsuCVCKVJbXYGUtetQi5Old6qbNMerQtfq9yZQjOtSuiUklSVICm+SSa9EXd9yM1uWNJ15ufyJWHGmmo8fJbRFxca2e4GM22njk7akqlwWUW8koyfmaTtexoscFHTpWl+whCML0qrAx36n1XLl7K6/4NoS1RtqndBwi4qNbIlJRVJUgI1Nf0szyytJI2OfK7myxFQAaQABMAADBpijcr9kbFYKoosZWAACgAAAAAAAAAAAAAAAAAAyzR/qMjpatNHM1TNRKAAagAABfE6lXcoTF1JMg6QCHwRpIMMMlJRbytyreNov1IqMfVJvjbcDQGM8qcFJNqpJMs8q0yajK4q6aA0BlDJr0N6ot+3cnrR+aurrawNAZyyxi2qbrlpbIumpRTXDAkGGGWp7zlq+l/8AwXyNucYJ1e7YGgMU3U4ynWl+r4IUpdNtSbWqlL4A3BiptvSpPn1fBsAAAAAAAAAAAAAAAABV8gPkFBcliq5LEAAAAAAAAAyyRjTSVzfHc1M1Cak2nHd+6AUpZWpb0lyRjVwlG2knWxZxlq1JpOqexMI6Y0UVxJPFXtuRFLqpwSSSp0WUGsbinv3EVJUm418IC5SfJcpJNvYgpb7i33J0vsNEuxUVt9xb7ltEuxGiXYCtvuLfdltEuxHTl2KK2+7Fvuy3Tl2I6cuwFbfdi33Zbpz7Dpz7AUt92NT7st0p9h0p9gKan3Y1Puy3Sn2HSn9P7gRjb6kd3yb521j2vdpbGUMU1NNrazecVONMlVnHiUOmoSa2r3GJaWoSxqLrlb2WWN7tzbk1V1wTGDUtUpOT4W1EFVCLzbRSUOy9zUrGOm97t2WAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfJYq+QC5LFVyWAAAAAAAAAAAAAAAAAAhulbKKc5K4wVe1vcDQGbnLqOMYp0r3ZEsunLGDWzXPYDUFdX8xxr2sSkoxbfsBYGSyt44SUVcnVWaR1V5kk/hgSDJ5Wrko+ROm7JlklctMbUedwNAZvL7pWlV79y0ZapOlsvcCxTK/KXM8vsBmACNAAAAAC2JXK+xsZ4ls2aFZAAAAAAAAAAAAAAAAAAAAAAAAZzW5Uvk4RQ1EAAVAAADSHpMy+P3JVi4AMqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFH+Ii5R/iIC4AAAAAAAAAAAFZy0Qcn7AWBROe+pRW3sydSS3aX5gWBGpXVq2LXfgCQVUryOPskmNcab1KlzuBYFIzU1Fxap/JbUrq1fYCQQ5JctIkADOWSssYJXfL7F20k2+EBIMlmvHq073SQ6jVqSWraqfNgagz6j3TXmTqu5oAOJzep/c7JOot/BwmolW1/BOpFAVGlruDMAakxVySMrfc18O28m/sgrpABhQAAAAAAAAAAAAAAAAAAAAAMMqqf3NzLMuGErIAFZAAAAAG8YppNtv8y3sRj9CLEbUxR044prdIpGM4aGkm1GmrNisoRn6kmBlFSnF7K+pZeUG8kn7ONF0lFUlSJAxjGf8ALuNaed/gPHLouNb3f7mwAwlqhHJSTi7d3waY9sUe9B44OWpxTZcDKpzlFyioqLvm7ElNuM1HzRtVfKNQBklOKctKbk7avgnHFrVJqrfCNABi4S2k1qd21/52NMacYJMsAAAAAAAAAAAAAAAAAKvkB8goLksVXJYgAAAAAAAAFHkSe6dLl1sXM5NzuEeOGwLSmotLdt+yCnFx1XsVjtml9lQxK1LbbU6KLKacdS4IjPU/TJfLRXGrw13slOUJxi2mmuwGhFpe5JnPkgva7oal3RkQXBtqXdDUu6MSBg31R7ojVHujEgYjfVH6kNcfqX6nOBg6NcfqX6jXH6l+pzAYOnXH6l+o1x+pfqcpBcNdeuH1L9QpxbpSX6nIWx/iR+4w11N0rfBEZxnel8fBTxF6El7yRMXLW4Taltd0ZVaM4yvS065GpalG/M1dGcGoSyutk/b7FITi8sW35pXez/QDpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACr5LFXyAXJYquSwAAAAAAAAAAAAAAAAFckdUJRXujGeX+XSlKORL017nQAOabisz1ycfKuG0XpTytcxcDYAYYnLrNS5jGr7lsim5pqKlFd3W/6GoA54af4ePWSS9i2JqKfOlyqNmwA53KoSx76m3SruTqWNzi7t7rbk3AGLglGCrz0l/59iItxkopu06cfjubgCHfs6Msl2rZsZZeUFigAIoAAAAA1x+hFyuP0IsVkAAAAAAAAAAAAAAAAAAAAAAABWfpMzSfpZmaiUABUAAALY+WVLY+WSq0ABlQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAo/wARFyj/ABEBcAAAAAAAAAACs2lF6la99iwA54teZY23DS+fYmMVLJC1dQ9zcAcyglhTUd1Ln8yzkorLF3btpVzsbgDBtpTem/Itv1KwSc3VNOHtGkdIA58daMVLh77e9FXp6coyj/Mbftu37HUAMVBPLLWk3pXJOG+hHvXuagDnrJGULir1W3q52+xeeqdaEnFPdN1/wagDn82lycfTO9nZZVlyOXMdNfc2AHPVNSXli3V9l/c1xtuFv9y4Ayn1NEr01Rynbk/Dl9jiNRKAAqAAAG3hvVL7GJt4b1S+wviukAGFAAAAAAAAAAAAAAAAAAAAAAzzelfc0KZOAVgDQGsZZijQDBnTFPsaAYL4vQi5WHpLGWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfID5BQXJYquSxAAAAAAAAAKdKFt09/llykpyjb07L5Alwi6tcfJKSSpcFXN6tMVbq+Qsi0aqfagJUUo6a2EYRi7S3EJa43VELJeRwS4XIFyso2+SxVySYEaPkjp/JOtDqIojp/I6fyT1F8jqLswI6XyR0vkt1V2ZHVXZjsR0fkdH5J6sezHWj2Y7Fej/mHQ/zFutHsyOtHsx2iOh/mI6H+b9i3Xj2Y68ezHYr/AA/+b9iY4NMk9XBPXj2ZonasdqNKSpq0RGEYelc/JXHOU6elKL+f7ELK3vp8urTdkGiik20t3yKTafuik5yjb0rSvezQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyWKvkAuSxVclgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABll5RqZ5eEwMwARoAAAAAa4/QXM8T5RoVkAAAAAAAAAAAAAAAAAAAAAAABWfpMy+T2RQqAAGgAC6BfHyyhfHwyWi4AIoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUfrRco/WgLgAAAAMMdakpuSyfL5/wCCzyvdqDcVyxoyScdbjSd7LcjpzSlGMlpfflWBZ5XqqMXLa+RHKpOOzSkrRMYaZNrikjKUXHHCCa13t+YG0Ja43VL2M4R6kdcm3fCTqjVKkkvYzUMkLUHHT7JrgCXNp6IxcmlvuR1lUWotuTquzDhNScouNtb2gsVaN+G2/mwI6zpvQ/L6t+CzyvW4xi5Or5I6brKrXn4/QqlNZ5aWrUFz+YF45VJxVPe/yorkyyUZaI7xdcjpSiouLTkm2797HSlomm1cnYEyzaaTS1VbV8DrWo6YuTknSIljk5a/I5VTTWxZY2pwe2yadIBmdYZPjYqpQhCUoqWy3u/+TTJFzxuK5ZRxyThKMtKtbUBKyPVpcGm1a35KwzNYtU170t+S7g3khL6UynRk4aW4+V3Hb/cB11pk2t41aTsh5cmuCWOk72bRbpycGnoTdcImcJOUZRauPcDQFfPf9NX+xMbrzVfwBWTTi1fscmlnacrVNobiyappZOn5JA5VrjEaRpRIJtXjCl2NMG067ozLQdTTGlkx1AArmAAAAAAAAAAAAAAAAAAAAABTJ7FzOb8xYVUAGmQAAAABpH0osQuESYaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8gPkFBcliq5LEAAAAAAAAAylJTbi5JRXO+7NSNMfpX6AZ6lHK7aSaVMnFw33baL0mqaRIGMdXR8nNkQ1LMloS8vc24HvZdEmc+TQhxT5IMiDXQhoj2LoyINtEew6cew1GANunHsOnHsNGAN+nHsOlDsNHOQdPSh2HSh2/cujmIOnow7fuOjDt+40xynbH0r7FOjDt+5dbKiWqwho6kej/AO77FVVrnq6r0+36f8nUCDCWWEpuM5qMYvjubcokAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKZFcC5DVpoDAAEaAAAAAFsbqRsc5vF3FMJUgAqAAAAAAAAAAAAAAAAAAAAESdKwM5u5EAFQAAAAADSHpMzRNJUFWBHJjnUedL1fX2INwYyhGefzJS8vv8AcrJvE5xi9qTXxewHQDKWGKg2tpJer3LwbljT92gLAwwxWNxjLHplXq7lppTyqMt4pXQGoOdbyWN+lSf6E6d5QirimnpA3BzppPTLaKd1z+RummrW6YEgAAAAAAAAAAAAAAAAAAVfrRYq/WgLAAAAAAAAEVvZIAAAAAAAAAAAAAAAAAAAAAAAAAHNlVZGdJjnW6ZK1+fWIAI6AAAAADqhLVBMsYYZU9L9zc05WZQABAAAAAAAAAAAAAAAAAAAQ9kZe5eb2ooaiUABUAAAC3YJjzxYVqCNS+Q+DCiakrTTXwNUd91tzvwc+GSxQ34cdS/5ELgsraTdJuwOkGTySWTT5YrarXJMZSnJ6aUU639wLt0rYUlJXFpruimZNxVK6dtdyuJ3mlUXFUtmBq5Ri0m0m+LYlKMfU0vuzNRU5ZdST9v2M03LTUdb0bp+wHQ5Rjy0r7sWrq92YxjeOLTTWmnq9hCaTuSfsr7L+4G4AAAAAAAAAAAAAAAAAAAACr5AfIKC5LFVyWIAAAAAAAABnPXFOWpUvajQxcrk9UZUnslECzcpS0xdUrboRlJw4uSdC3GblTakvZE400m3s27KEJSljt1ZEXLXpclJVd1wMdxxbp++xEVeROMXFVvtVgalZSaZYznyQNb+B1H8FSCot1H2Q6j7IqQBbqy7IdWXZFAUX60uyI60uyKEDBp1pdkR15dkUIGDTry7IdeXZGQGDrxycoJv3M4ycssl1EqdKNIvh/CiVnc/Load8mVM2RxVR55f2GSfm0qahSttlcmKdScZW5Piizi45HLTrtVsBpHhb38klMUXHGk+S4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvksVfIBcliq5LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABhNVJkGmVbJmZFAAFAAALY5U69mVAR0ApCVqnyXKgAAAAAAAAAAAAAAAAAABlN267F5ypV7mRqQAAVEggEwSCCSCYq5I1KY1tZcihnOEpWtdRftRoAM5Y5a1KElHat1YWNaZKT1OXLNABl05NaZZLj9t/1NK2pbEgDNQlqTnPVXFKg4SdSUqktro0AGfS2VSqSd2TGDinvcny6LgDPp1pcXTXu1zZaMdMUuxYAAAAAAAAAAAAAAAAAAAAKv1osVfqQFgAAAAAAAAAAAAAjgky8R+Fv3X+4GlqrtUSc8kqnKMHGOhrirLTyOCik48e75A2ItXVq+xi5zlkxuNJSjdMiEpQeSTUX5q277AdAM1OcZJTUd+KKrLPpqbit6pWBsDHXl1OOmNpXd7F4S141Li0Ba1dDg51UYx8jU1JW6/wCTeaTjvHVXsBNi0ZY1FwkpJJXbi/YhR1Kbgqi6pcX/APIG1ok5+JOLVJu9K/2/5N4yUlaAkpkjqgydcV7ka0+E3+QXtzAtNOMqaoqZdAABQAASdOOWuN+/ucppitO/YsZ/XjoBCdklcwAAAAAAAAAAAAAAAAhulZJlKVv4LIIbt2CAaRIACAAAGkFtZmt2arZEqxIAMqz6UdMYu3p4JeNPVz5lTLgCksep7yddvYdOpNqTVu2lwXAESVqra+UVUKTqTt8v3LgCksak29UlfNe4eNXcW47VsXAFOnHQob1/uHjTbdvfldy4AAAAAAAAAAAAAAAAAAAAAAKvkB8goLksVXJYgAAAAAAAAAGWWMav+t8AagyrXkaluklsVTbqDe2pr8i4NwZRWnJKMdlVr4JxqpzTbfHJBoAUm2nyBakKXYz1PuRqfcuDWl2FLsY6pd2NUu7GDal2FLsYa5d2Ncu7GDel2Qpdkc+uX1MjXL6mMR00uyFLsjm6k/qZHUn9TGDqpdkKXZGGKcnkSbbRtOWmN+/CXcKsDnTksM/M7UubLY2pSkouWmvfn9yDYGUNsrUW2kt7d7moAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAENWqMGqdHQZZY+4WKAAigAAAAAnTtG0ZKS+TEJ07QR0ApGaez5LlQAAAAAAAAAAAAACspaV8kSnXHJm3ZZAbtgA0gAAAAAErd0QXxr3FF0qVEgGFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKv1IsVfqQFgAAAAAAAAAAAAArOOuNXW9lgBWcdUXHuqKPE9VqbVqnsagDPpeipU4qrrkdNNSTfqd/Y0AGaxu7lNya42onR5Ixv01+xcAV0+dyvlUMcdEFG7osAM1BuScptpcKqJcZNbTp32LgDJ4rg1qdt221yWhGS9U9X5UXAGfT2VPzJ3ZaEdMau/ksAAAAyzRuN9jA7DlnHTKvYlb/N+KgAjYAaRhW75CW4iMPdmgBpxt1KdF07MwnXAGoKqSZYKAAAAAAAAAAARwQ5JGcpNlkEyley4KgGkAAAJIAEgglbsC8F7lyEqVEmKoAQ+AJBSGRPFGc2laIhPVKdtaU9n+QGgKqUWrUk0uzJjKMvTJP7MCQZzlPqKMNK2vdFtSilrlFP9ALAhyjH1SS+7K9WGvRqV1fIFwV1x1adSvtYc4x5kl92BYEWtt1vx8lZykmoxrU+4FwUxycrUlUk6dFOpOtdR0XXz9wNgZSnPzOKjpjzfLDyO7VaVX3dgagrGTk2/6eF8lgAAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAAZacik2tDv3dmpDaVW+QKOMtWqNW1TTHTaSp+ZO7LSlGPqaRLklG21XcorGLTcpVb7Exi1OT7kqSkrTTREZxk6TTILFJpt7IuQBnpfYjTLsa2u4tdyjLTLsRol2NrXdC13Q0YaJdmNEuzN7XdDUu6Gjn0S+ljpz+lnRqXdDVHuv1Go5unP6WR05/SzqTvgjqQUtOpX2GmMcUJLIm00jWeNTabbTXFOhLLCLpySYeSCSbkqfBFUWFqMqk71WrdhwyPVJuKk1So1TtWuCQM8anHZxgo/DZoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvksVfIBcliq5LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIatUSAMJLS6INpx1L5MSKAAKAAAAABaM2vlFQEbKafuWOclSa4YMbgx6zT3SZPXXYunGtQZdZdmOuuwMrUGDzS9kkUc5S5ZNXjXQ5xTq9yspNmCdOzVO1ZZU/UxAJZBtkAAAAAAABKVujVbIiMaXyWM2qAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ/USR7gSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMkNcfn2LgDjJSbextkx27X5kJJLYmN39dIjFL7lgCudugACAAAEqTRAAupr3JtdzMBdagyFvuDWpFpe5mAau5opKbYIZYIABoAAAAAAAADSEdt/ciEb3fBoS1UU/Zin3JBkRT7h8EgDninFYnKLaUaarhkOMmsmmLSck+OUdIA56aUpR1SdV5o1/wBFsSfVb81aeWqNgBlOCnlWpWtLKzTTcUmlW1Ru/wAzcAYR8ri5Rb8qS2uiz2zKWl041wagDnp9F43B6+9e/ey8YXkm5K9krZqQ1aatr5QGOJXOn/8AT2/8/IvO1OMqbStOkWhFQVL9X7lgM4XcpNNantsUp9PpaXd1dbcm4AxdxU46W3JuqXcmUPLGKW9Vqrg1AGEVJTSWrmmvajcAAAAAAAAAAAAKvkB8goLksVXJYgAAAAAAAAGWSK6kJe9mpWUdTT7OwKyuOTVpbTVbexSKelPS2oyexrKLfEmvsNNRSi2qKMm03kbTScUStWuGtJbUqL9NaWnvfLChTTcm64sC5nPk0Kyi2yDMgv033RHTfdFRQg06T7ojpPuijMg16Mu6I6Mu6GjIg16Eu6HQl3Q0aYPwkVzXp3S0Wm37l8cXCCTIeKLdtyau6vYypldpQXMnX5EOLjk1RjqWmq7F3FOSl7oThq5cl9nQFPD30t+7/wBzUhJJJLhEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvksVfIBcliq5LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzyQvdGgA5waTh7ozIoAAoAAAAAAEAVfJABHQAAAAADTG9qMyYunZWbNjYqWIZuOSAAUAAALwXv7iEPdl2r+CWqkFdP+ZjT/AJmZFgV0/wCZjT/mYFjJynLJKMZKNezV2aJV7mWXzWunJy9pICzlKU9EGlS3dETc4xitStyq6IqWOeqnJSSuu5M3KUYvRLaSde4C5wklJqUZbXVUaSuvKk38mfmySj5XGMXe/uagYrJLoqW2puv3LRclNwk09rTqiihJYVt5lK6/Msm3N5HGSSVJe7ASlOU5KDS091yyFklkpQaj5be1k+aE5NRbUt1XsysIyxNOnJONOu4BZXJLdR2dv5ReE3Nr2SW/3IjFxxelOTd12bKuDTaSb2VP59wNwAAAAAAAAAAAAAAAAAAI9ySPcCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACko1ui4AyBaUfdFQyAAAAAAAAAAAAAAAAEEgoqCWQaUAAAAAC0Y39hGN88GnBLVSADIAAAAAAM45oyrlXw2uTQACqmnNw3tKywAFZSUIuT4RCyxd8ppXTVAXBCdpNe5IAEXvW5IAAAAVjkjNvS7ohZYuSW+/DrZgXAKLLBw1p7XQFwUWSLTe+3Ka3HUjpb7OgLgAAAAAAAAACr5AfIKC5LFVyWIAAAAAAAABSU3G3oelcsuZyetuNpRWz+QJlOnUY6nVjqLSmk7bqvkhNLK790qKLaUZezkyjRZNpalTjyhGbckpRcb4M8nmlNrhJX+peTUpwp3vYGhDklySZz5ILa0NcTIguDXqRHUj3MSBiN+rHuR1YdzAguDo60O/7ExyRm6Rymvh/U/sTBtOWn+mUvsIyUo6lwRO2qU9LMVJvFGKg2rduP/nuRWqyxcNaurr7kwmpNqmmvZmWNa8ckk4tStWi2PU80m2nSrbgDYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvksVfIBcliq5LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADOcL3RoAOcG0oKX3MpRceSKgABQAACJcElZAnqoAI6AAAAAAAANYO19ixlB1I1NRx/UyqglhRb4N6iDSMK3ZMYqP3LGbVAAQAAAAAAAzeSpOKhJ1zQGgKPIqi0nJy4SIeTTG3CS3qgNAZvJUblFpWW1rXpXNW/gCwKZJrGrdv7IsnaTAkFFO5Uotq6siWVx5xyq69v+wNAU6iuqdXV/JMZam69nVgWAAAAAAAAAAAAAAAAAAAj3JI9wJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArKN8FgBlwDRpPko4tBMQAAgAAAAAAAAAAAAAhkFipqKAFlFsoqXjD3ZaMUixm1Vaae26Fv6f3LAgrb+n9xb+n9ywArb+n9xb+n9ywArb+n9yXwSAObHq0YlKtHx39i3mlCU9bTTdJcKjXRHRpry9iHig5anFWBk5tSyTrfpp1+pOPqKSbumveVm2lW3W7VMrHHCDuMaAplcnhlcUuPeyZRk7lOtotJI0aUlTVoNWqYGDbcYqLltFN00kiVkcVGUntKP7mjxwbTcVtsVlj1aYpJQTsCE5JxUm7cW2QtSjjk5tuTSa9jZxTdtb8EaVSVbLgDGTk8UsnUaavb2RuuDGeJyb8kVf9V/8dzcDJevLXZV+5Xbo4q5tUbJJNut2VWOEZalFJgVzSqo7pPlpXsZ42nGNcLI/b7nQkoqkqI0R0uNKn7AUcdeWSTrZb/JVX1PZ7/v/AGNYwjBVFUhoi4qNbLgBCWuN1XsWISSVJUiQAAAAAAAAKvkB8goLksVXJYgAAAAAAAAFXCDduEf0LGc3OKcvLS9gLuMWqaTX2FJqmtirlJy0xpbW2wptwvTck6pAWSSVJJIKKXCS+xWM7x6pCDk3u4/ZewFyrimWKylTAjQh018kdT4HU+CienH5I6Ufkjq/A63wOxPRj8jox+SvW+B139I7RPQj8loY1B2rM+u/pL4smu9qodqtKMZeqKf3RPBWbmk3FxSS9w51jUq3a2XyQW0xaa0qn7UElFUkkvgpCf8AKU5dt6JxSlOLclTuqAuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyWKvkAuSxVclgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEckgDOWPsZtNco6COQusAavGnxsUeOS+SCpSXJdprlFHyGvygAEbAAAAAAEpN8IusUnzsE1mbQuSLRwxXO5dKuCxj9WVVR33LkNWK+WVlIIr5Yr5YEgivlivlgSCK+WK+WBJF9hXyyQIXyZVJ5sijKlt7GxFK7rcDJacWVJuo6aTYzNSglGX9S3XsatJqmrXyFGKVKKrtQFJeTG9Tc72Sa5K4FobhL1c33/wDg1aTq1wKV3W4Fcv4U/syYtKMVe7WxLVqmKW2y24A54eWEWpvXdON/8Gr82ZL2ir/MvpV3SvvQpXdAZ5IrVUW7k7r2+5GOT8q2p3t2o1pXfuFFJtpK37gSAAAAAAAAAAAAAAAAAABHuSQBIAAAAAAAAAAAAAAAAM80kopN1qdFYZIwxy3tQe1fsBsDHJLIsM5VFNLamSpU4a0rpu0BqDLqyUVNxSi/ncSyS89RTUPnkDUEJ3FPuZY46c80m35Vy/uBsDmVJRel9TUrdGmdvyRSb1PdL3A1BjHS4Sj06rmK9ysY3Gaiq3Xke3/lgdAOfhuLWmLd1z+W3c3i1JWuAJBFruLXcCQRa7i13AkEWu4tdwJBFruLXcCQRa7i13AOKZVwfsWtdxa7gZ1QNLXdEKKaCYoC2j5GhgVBOl9hpfYCATpfYaGBALaPklRQMUJ0NvsXqiS6YqoJFgCKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAAYucXJqbaSfFcmwAy1KORyd6ZJb0WxJqLb2t2XAGKi5eHa99xHS5x0RqudqNgXQM58mhFJ+xBiQb0uyGldkXRzkHTpj2X6DTH6V+g1HKQdWmP0r9Boj9K/QaOQ28NxI10R+lfoSklwkvsNGeXS2lLHKT9mkRoy+V6o2lw1e5sCK5448rxw3iq9mn/2XwqaUtdcvhGoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8lir5ALksVXJYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABVwi/wClFgBn0Y/JHRj3ZqAu1l0F3Y6Me7NQDayjjjck/Zl1CK/pQcE3e+/yR013f6g1cFOmu7/UdNd3+oFwU6a7v9R013f6gXBTpru/1HTXd/qBcFOmu7/UdNd3+oFwU6a7v9R013f6gXBTpru/1HTXd/qBcFOmu7/UdNd3+oFzLW49S3endGiVKkZ5ISlki1x/UEVU5dFJvz6tJKblklFzcWnsu6HTf8Rq/p5/PgZFOdx0L4lfAGrutuTKE5Lqa3ensvg2MlBt5b4lx+gEJzi4OUr1bNFptucYRdWrbIUZycVKKSj73yJKeqM1HdWnGwKqcm+ne+qr+OQ5yi5RcuGvN8MnpyVTSWrVbVloKVynJU37WBWM5S8qfvz8Gxi8btSa1P3X/nY0xpxgk+UBYAAAAAAAAAAAAAAAAAACCSAJAAAAAAAAAAAAAAABSUFKalKmkuKIeGLk2tk1TSNABnok4SjOdpquKCxu46pXSa4NABksTpRc7guFX/Jbp7TV+r9i4AiK0xS7IqoVklO+UlRcAZqEnK5ztJ2klRMoOSVy8ydp1wXAGaxySb1+d8uv+CYQcW3KWqT96LgDPp7Kn5k7ui0I6Y1d+5YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8gPkFBcliq5LEAAAAAAAAAynqWSD1bXwalJxcnFr2dgVlTyVN0q23oqpXGKb8upps0mm/wCmMvuFFxhVKXeyjPVp1qDtJWveiU4xnHRK753svGLjbpW/ZcERg9VtKKXsgNCk209i5Sa3IK65dyNcu4p9iKfZlQ1y7kdSXcU+zI0vsyiepPuR1Z/URpfZkaZdmBPVn9Rthk5Qtu3Zz6Zdn+h0YE1j37iimV6ZbZGp+0fYnM0t3klGVbJFsinJONRp+9iWunFRi1VW2ZVXJJpwU5OKa3ruXxNyxpt38ldEoOLjUqjW7otji4x35bvYC4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfJYq+QC5LFVyWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACr5AfIKC5LFVyWIAAAAAAAABF0SZZIrqQlveoDRyUeWl9xaSu9jOVLLck2q22spG9MW09Kk9i4N9Uau1XeyFODdKUW/uUhTySSXlpcomKTyNpKo7IDQAznyQaAwZDLg6AczIYxHUDjbIbYw12ldcXLTqV9rIx/hx+xSSUpqMEtnbfYitXKKaTkk37WQ5RjWqSV92YTTfUqNxveXuv/gtJVOTcHNSWzA3BTFfSjfYuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACr5LFXyAXJYquSwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfID5BQXJYquSxAAAAAAAAAKyjqcXfDssUeSKko3uwJkpN7SpfYaWopRdfNWJTp0k2/gjqLSnu72SAmMdNu7b5YhHTGrsRmnfKa5TEZav6XXdgWKSi29i5DaXIGeh/A6cvgvrj3GuPcoz6UvgjpS+DXqR7kdSHcdjLoy+COhP4NurD6iYzjL0uxtQgnGCT9iscWnjJOu23/AEWlNR9m/srHUjo1XsRVXiTb80knyk9mTLHq/qkl2Q1rTdS+1bkxmpp1e3KYEpUqRIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvksVfIBcliq5LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMZ+IjF0lYGwKY8iyLb9C4AGbnNzcYKPl5thzqdSaS02wNARqWnVaruFJSVpprugJBVTi02pJpc7kQywyR1RkqXO/AFwVU4tWpJrvZKafDT+wEgAAAAAMnmSeys0jJSVoCQDF5MnnaUXGD/MDYFXOKScpJX3ZLkoq5NJd2BIKqVvmOmr5ClFulJN9rAsCrnFOnJJ9rLAAAAAIbSVsCQZdZXxsaJ2rQEgh8GeKWScVJ6UmgNQV1JQUpOK+b2InOo3Fp7pAXBR5IKLlqVLncLIp6XGUWn8gXBXXG0tSt8Kw5RTpySb9mwLAhbq0SAAAAAprV8AXBCdq0SABljy6sk4tVT2+Qsl5nBLZLn5A1BTWlFOcoq/nYmUoxVykkvlgWAAAAAAAAAAAAAAAAAAAAAAAABXV5qLAAUk5KS32bLSemLYEgzba0pyq+WXjxzfyBIAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAAZ5PVD/UaENJ1a4ArKMlPVGt1vZSEJOKkmrUm18mkoRk7krDjGSprYoxlqfUe3CWxdXGUak3q9maKKiqSpERhGLuMUmNFjOfJoVlG2QZMhmvTXcjpLuXUYshm3RXcdFdy6Odmvh/VL7FugvqZbHjUG3d2NEznTUYq5PhGcoOLxRUq3e/yaSxwm7krY6cNOnTt2MqrByeuOpNp7NonFalNPeV7snpw06dKomMYwVRVICwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8lir5ALksVXJYAAAAAArOShFyfscz8RO72rsdGSOvG0uTjcZJ1Ts1Ersxz6kLLmeCDhDfl7mhlWUtUJxqbbb4fYrJycZzUmtLdL22Jgpp3KFt8vUHCdSgktMnzfFgLlkcmpOOnig3qxLI5SW3CZLjOLloSal3fBLxvTCC4T3AnGpKCUnb9y4AAAAQ3SsxeWV7bI2atNdzmcWnTRYlb45618ouZ4YuKbfuaEqst8jk9TjFOtg20oxjO3J+pjTKDlpipRlvTdUQsUlFNUpKTaXt9gLRjpn+I2+zZoYqMpZYzcFGud+TYAAABTJPTsuS5lli3uglRHK7826NjmjFydJHQCIlHUuWvsYwclijLU3KWyvg6DJY30YxupLdBUqNSV5W32dbkNyWaKcvK72ohxnOUXKEVTtuy8ot5IP2V2BnLInOSc3FR22NlwZyhJOelJqfd8F4x0xUeyoCwAAEN0rJIkrQFNbLp2rMqfY0iqRakWMMM5XU3eq2n/wbmSxvoqL2knaZFRGcnCEU/NJvfsi0Y6ZfiN/DZWOOahB7Kcb29mSoyeVTcFGk/fkDUAAAABWcq2XJVTd7kzTu0UUW2UbFZ+neWle7LFZOSXlSfxZBk5PoZGpNpemRMlLHHWpyaXKYljlLHk2ScuFZLU5pRlFRj773YBaskpeZxjF1t7k421OUJO63T+CKnCTcEpRlvV1TLQi03KVan7L2AuAAAAAzlOnSJhO3TKzi079hCLu/Y11g1MsrqUU5OMXy0alJuS9MVJe+9GRVuS0wjK3L+p9hKLhjm1OT29yFjlGMXGtSbde1P2LS1zhJOKVqlvYFWpRxqanJ0rafuardWZVklFQcVFVTd2bAACJOkBVy83wXMi8XaArkW6dvkvJ6YtkTTaVdyJbzS9luwCgtK1DH/VXpvYTTbVK12smLfuq/MCwAAAAAAAAAAAAAAAAAAh8HC002nyd5WUIydyimWXBh4VPU37UdJCSSpKkSKMcui36lNLZpMRi5ZIua30fubAg50tKjcXpUntX6CS1a3GL0utq57nQAMVUssXBUkne1Gel9FRSaal5qX/lnUAOZw/lzqUpXX9NHQkoqkkkSAAAAFZK4tLsWAHIbYE6b9i7hFu2kWLamBz9NvqSSdqVpPhnQCKwnLU1tScdvLb+xXGtKxuadaa4umdIAxlvKTS20bbEaa6NKne+3wbgDllSwOMovXe+3zzZ0+xR4k3vKTV3XsaAAAAKZU3DYuAOU3xJqCsnRG7pFgkiHwzLBjSxRdPVXc2AVzrZ43NPSo1xwyElKM0o7dRbfobyjqqpSj9hCKgqX3bYGcofzJJR2cOxEaaw0uOdvg3AHPo/kJ6fNqvjfkl6V1FONyfG3KNyksepu5yp+wDH+FD7IuQlSpEgAABEvSzI2I0p+xZUVx8FwCK52pRUpxTbjN7d0TCDjkj/pdv5NwBzVUIP+pR4cbTLbLJqyR2cVW113RuAIXGxIAAAAAAAAAAAAAAAAAAAACJOkSVlG/cChonaK6PkmKr3AifMfuJbyUfzZcild9wIk4r1L9iMapPaleyLgAAAAAAAAAAAKvkB8goLksVXJYgAAAAAAAAFJTamo6Xu6suZ5PVD/AFATKUtWmCVpW2yOo3FUvM3VEZNKlevS6/UhRSxpyk4u7TKLKb8yklqir2Jg5unLTTXsUgrc5SbcWqt+4jXUXTbarffYDYrKVMsZz5IJ6i7EdVdijKsuI06y7EddfSzJkMuDpx5FO9qoT1/0KP5mfh+ZFssvMo7pVu0iVUrI3iU1G2/ayHkeiDSWqfHYsqePyrattimldCGu1SXHKILwk23GSWpdi5lhjUpS334vlmoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gCxUlMCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhpPkkAV0rsSklwSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ2BAAKC5LFVyWIAAAAAAAAABnOU1OK2UW6+4GgM23LI4qWlJWVU5NRV022mwNgZxk1OUW7pXZEZuWX/LVoDUhpPkkpOTT2AnRHsNEexm8kvgq80/guDXpx7Dpw+knG3KCb5KNzWaKtaXe1EF4wjHhUWMsuqKclPjhUMznGNxaS2A1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACr5LFXyAABRKZJUWQWBFoWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIIsWBIItEWBLdEAFAAAFyWKrksQAAAAAAAACmRNuFLhlwBnkSbVwk33RCgo46lFve6XsaNpckgYrFqUuY2SoSWVNybVdjSwmnwy6JM8nJoCDmZRo7AXUUxfhoSi3kg1wrssmnwwmnw7IrJ6+o28bkl6d0Wyxc8dJb7bGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8lir5AAAoAAACaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaFAQCaIoAAAAAALksVXJYgAAAAAAAAGWSP8AMg7fPBqVlHU4u+HYFJ6VkvItq2tbFE/IrT0KTs2kpf0tL7oKLjFKLX5lGcHFzmorytXRMa6vp0bcdyyi1bvzP3oKL1KUmnXFIC5nkbTNDPJFt7Igzg31Vuy+dtQSSvU6KwxyWRNrY1nHXGuOzLRjKVQlDQoS247Nl9Khnioqk07SJ6VqWqTk3tZMYVLVKTk6oguAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfJYq+QAASKCRYAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIaILFWgAAKC5LFVyWIAAAAAAAABDkk0m93wSZZIpTg63cuQLynGPLDnFR1XsVdxyOSjqTVbexmr0pV5tboo2jJSWzJUk20ndcmcF55qXqfbiicaSnNJUtgNCG0uWSZZeSDRNPhpiUlGLlJ0kZYOJfcrnyRblFtpJduWBs5xUVJvZkxkpK1wYJucselpLTy0a45OSeqrTrYC4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8lir5AEogsAAAAA5fE5sibhji+N2BfJ4qGPJopvu17Gydq0efCeKMHGcJOUuWWwZcsNlFyhdbgdUvEYoScZSpouppw1rdVZx+Klj6sNqafmE1CeRpTlFONpewG8PFQlptNanRd5oLL029zggoaE3OV3wjqlLVPpyg1ttIDWGaM5SjunHmyuPxEJ3vVP3OPFCE7vJJTbqidKg4wnh3fzyB3PLBOnNEZM0YY9fqXwc2VYlOUZ46dbMyksi8Ktlo5A7VnhrUXabVonJmjjnGL5kclZKxuWWKv07EZ7fiPPDUuEB2daGtxvdKysfEwcFJ2rdUc0nLWoRhFNR93wUWrDpcoxe+29gd2TNDG0pXvxSK/xMO0v0MfFPVONxkq4fcy1Ls//AD8wOuPiYSmo72+6L5JrHBylwjig11YyUZNr2VF/FOTnHWmsYHRDxGOcbtL4Zbq4/rX6nn5nhcV04tO/c1xvwzlFKDsDrlkhB1KSX3M8niscKp6r7GXiI6vExSSbrhmEU1OSax2u4Hf18X1oZc0ccNXPwjhxxlPK1GMH/sX8Vpba6ctS9/YDrnmjDHrb2Ix58eSkpK37HJGGtJ447L2k9mT58eeM5Rju6VPgDqy5o4lvu+wyeIhjhqu/hHL4xNz9C+97lMsWlGDjHV2XKA7oZoTqpK37EZPEY8ctMm7+xyaoYssZxjS08P3ZbJJ/xWqlenhgbfxmHu/0JXi8TaVvf4OLVplJuVS/yq0XlfTxuUk25e3sB6IIXBIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmSeiNgXBydad3Z0Yp6437lwXIveis3NLyJP7mNS1Vpl1OdVog6Qc+Vvp/wAxU/amRkf8tqMqjVrYDobSVt7C1V3sc7t45U9UfetiJPerptcyf/QHSLRzKcqnpabrnsZtyUErfIHcQcylLTLzSv2Ijai/U/d77MDrBz4lpmk0nzvbOgACs5aY2ZdSV8lwbgrCWpWUzuse/Fog1Bh/Irn92Ti1PDHTKvurA2IbSVvZHM5T6yepVXNGmVT6bt6l71sBraq72BzSe9XTa5k/+gpyqelpuuewHTaJOFuSglb5NFKWmXmlfsB0knJG1F+p+732ZfEtM0mk+d7YHQAVlLSrAsDDqSvk1hLUgmpbUVbdINpK26Ms2q40rX/JnO9L1TltKgrqBgpJa08j52bK9aPUi21ekDpBzuS6e0tUtSbLTk9UHKNb/cDYGUtThKUlt9JlKMf5jV7JNbgdRCkmrT2MK2koR9t3ZW6Ufa+HJ/8AQHSmmrTFo5oSkpUnGT07V7GblLpvd77sDuIOaEpPmUlsRHVu25Xy9wOsHLBaZq0nb7vY6gAAAqA+QUFyWKrksQAAAAAAAACsoqTTfs7LFJZKmo093VgTKGp+qS+zDhFxS4rivYhyerTFW6t7kdS0qW7dUUWjBRvlt+7JUUpN9yqm3acfMvYKb1KMo1fFMguUnDV7lyspqPIEY4aL3uyzSaafDIhJTVojJkWOGp/oBLhGSSa443JjFRVJUispuPEHLay0WpRTXDAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAyz9RpdOST97NTHL4eOSepykvsByZFl60NUk5ezOnEsymtc4uJH8FD6pfqSvBwTvVL9QMvFyx9SHFp7jJKWV/y4JRS9T7HT0MblqcU2+5GbAsiSUnFLsBw4P5TjlauLdfY6cmZrNS9KjbNseGMMahyvkq/DxcpybfmVAcsY+XDW0pN7kvHl/ilF5PNXJ0LwsVNS1PZbLsMXh1jya3NyfyBh4xqWnGvNNcsSzwl4VQp6uKOtYorI515mOnC09KtAcWDTGPVyPVTpLsW8TBdWEnNpSd/Y1fg4PJqTaV3RplwQyyi5Xt7Acc46s9KLyeUrkhp0/wArRvzZ3Rwxjl1p+1UUfhIOepyk97oDPxauePdbIwm/5kf7HbPApytyZV+Eg2m5O0BhDfPB2qRfxTyT8ixtpPk1/hl9cjZKlQHn55zeOKli00+TaObIkq8ObZ8XWik3VOzRKkkByScp+LVbNR/Qyan1HHI4Rfdrk65eHTnKSk1KXuVXhIPecpTfywMvDa+t5dLiuWkR4nJWaab2caNv4SKfknKK7WWfhscnJtXYHPFS6Eda6ifCXsVcLnHTilGnvZv/AAcfacl+Y/g4/XL9QI8Rik5qcdGy5kZYutkySnFxtbXRvPwsck7cnXYvLDF4tEW4r4A55dR54QyqD/IZUn4xpq1p4NsfhownrcnJ/IyeGjky63J/ZAcrTjfllFP2pNEy0dPG4rfVudH8Hj7y/Uh+DhaalJU73A6FwSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzzxcobexoAOA6vDxcYtv3NNKu6RJbUUyNVTTa+DHTHqN9OdV8nSCKxlvj0xjL80VzK4+bZviJ0ADCWPTilFq4pbURCL1eW4LT7qzoAHOm28jvV5exCWy8v/6Z0gDnV6J0qa4emmUXNPVx9NWdYAwxxamtap70bgAUyxbjt7GB1EUuyLKimKLUd/cZ/wAPi90aAis+pt6J/wD2lMcZSwxV0vc3AHO1PqpVD08EzxtYpKW6S2Nq3skDnhF6vLcFp91YTbeR3q8vY6ABzJbLy/8A6ZKvROlTXD00zoAHIuaerj6as0xxamtap70bgAUyK47FwBym2KLUd/cvS7EhMZZIuUlVuvyREIaXKUk/sbAKwxxlHVoi0m9tXsHj/mq7brk3AGU9elKtTTW6E9Vxk1dPhGoAy1tzvTLTVVRlTSmownTVLY6gBjFR0OOmW+7tFMcXcNKcduWjpAGCbeZebVSftVFIpuK8v/6Z1ADnhepqq2tPRRRXtqct07ek6wBzxi1JOSaTdr+50AAAABV8gPkFBcliq5LEAAAAAAAAAzyeqH+o0IApOlLUpqLreysY+RNy0u202atJ8pBpPlWUZRdOeRu0lVloNSlqcouXsk+C9KqrYKKXCX6ASZZeTUrKKlyQUwel/cpm1PW3B0lS4/U2jFRVInkDOck4056HW6tFsTvHFtVtwWcU+UmSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvksVfIBcliq5LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8gPkFBcliq5LEAAAAAAAAAznKSnFVSbqzQpkTcoUvcCJOUpuMXVK7ojqSaSVKTdWTkUbTqV94kKCjjSknze3KKJjKWqUXu1umTCUnKSkkq9iMUak5b77b8kxT6k3XYC5Sc3HguZZuSQWxyc42yubI4qo88/ZE4PR+ZTJinU2p25e1AXzSnGNxqtrs0M8sZPFXLtf7mgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyA+QUFyWKrksQAAAAAAAAADLInrg9TrVwBqDKel5Kyemtr4KXeNbtpSqvdouDoBljSbmlcV27CMUsvk4S8wGpFIkyyya4ZBpVcElMbbxpvkzm0siUZS1Xvb2/6A3BhKac5atdR28vt9zZbrYCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACr5LFXyAXJYquSwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfID5BQXJYquSxAAAAAAAAAKzi5OLXs7LENpVb5AiWv+nTXyVeNpR0vzRd7+5aUox9TSJcko3aruBnom1J2tTVbcImCmqTUEvgvGSkrTshTi3SabKLGWWLfCs1IsgrjTWNJ8lZRySdScdN3tyaNqKtukRGcZ+lpgUlCdy0ONS5v2NIrTFJeyoKSbaTTa5JAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyWKvkAuSxVclgAAAAAAAAKyUn6ZJflZksk1BybTt1Hai+ZtY2ly9iMkaxR0r0tMCHkljlU2mmrtIa5pRlKtMnxXBXJ/Ofk3ST3JctcIQXqtWuwG4Id+wTd0wJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGTPplUVwWxZdbpqmXBqACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABR5IJ1qQFwRySAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ2krbpEOcU0nJWymaM5R8tNVwyumVOLju63XAGqnFtpNNosYwT1RVNaVubAAAAAAAAAVfID5BQXJYquSxAAAAAAAAAMskV1IS97NSso6mn2dgVlccmrS2mq29jNelKt9bpG0ot8Sa+xDxqklarhlGbbXUb2k1wi8XKLimo09lXsSsa3ttt7NsKFNNybriwLmWT8SP3RqUnBykmvYgtJpK5cIpBOUpTapNUkWnBTjTv8AIiMNLvVJ/dgVxRUcuRRVLY1KqKUnJcvksAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvksVfIBcliq5LAAAAAAAAAAQ2krbpEKUZK000BYFYzjL0yTCnFy0qSvsBYj+r8iSP6vyAkAAAAAAAAAAAQ2krZVZISdJgXAAAAAAAAAAAAAAAAAAAAAAAAAAAAiTqLfYDiyLzte1lsG2VWb4I/wAu37sZ4+S1zE1vxGoIi9UU+5JlQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUytrHJo4rOzM6xv52KLw6pbs1ET4ZtwfazYxxfy8jh7co2JVAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfID5BQXJYquSxAAAAAAAAAKPIlJR5bdFzPJ6of6gJlNqWmMdT5HUWlNJtt1XyRJNS1RkltvZmvTFN+qV2UarIqlqVOPKEZtySlFxvgoopucbtVeoeZ5IpyTrfYDYhySaXuyTOX4sSC8pKKt8FVkThrjFv49y5nh/C/N/7gIZdU9OiUXV71/2aGeLdOf1O/wAvY0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyWKvkAuSxVclgAAAAAAAAMcrfVhFK/fcrObktMlT1JOvc1nDU006kuGR0k09Ttv3Azz+WScdnpaJmksWNr2aousdu5y1Oq4ohYmqTlcY8KgNLoi7kWI/q/ICQAAAAAAAAABz+KlVI57Z0wgsrlKX5Erw8b3bZrcRpB3BP4LGOJuE3jf5GxlQAAAAAAAAAAAAAAAAAAAAAAAAzzOsTNDLxHpS7sQXgqgl8FMsqTjXKNFwZZfUEquHI9KjR0HJi2yV8nWWkAARQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGObecI/JsYvfxC+EbFGOXy5IS/I2OXLKTXPDNcMnLlhNagAigAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADly5ZOTSdJFsOVuWlu7KZIOWR6N0aYcTUtUtqNdYjcAGVAAAAAAAAAAAAAFXyA+QUFyWKrksQAAAAAAAACGk+USZynJTS07N1bAu4xbtpP7oNJqmrRVyk56Y0qVtsr1HpWyu6+EBoopKklXagoqPCS+xWMpNyi6te4UpdTTKntewFyrinJS90WKuVTUa5AsQkkqSVCTaXlVspCUp472Uv2AukkqSpEmcJTeRxbTSXKVbmgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAABTJNxcVFJuT9w5uELklfZAXBl1HGVZEltaphZZeVyjUZcbgakf1fkSR/V+QEgAAAAAAAFMrrHJlzLxD/AJdd2ILYlWNFm65EVUUVyehgUzNbTT3RrFqSTRzNWqNPDvyOPYqStgARQAAAAAAAAAAAAAAAAAAAAAMc3qgvk2Mcm+aCLBsY5fUbGOX1ESso7Zl8nWcj2nF/J1lpAAEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxz5HBJLawNgcUcsou9TZ1xnGXDRbBYAEAAAAAAAAAAAAAAAAAAACG0uQ2krbo48mTVN9vYsmjsuyTkwZNM6b2Z1cizBIAIAAAAAAAAAAAAAAAAAAAxjv4iT+DYxxb5cjNi0cs90y/huGVfLJ8NzJD4zHQACNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGeWemNL1Pgu2km2ZY05yeSX5FF8cNEa9/cuDPJNxdIg0Biskm0tjYCOBZnm06d2vzRR+9rz7aQN7JMMda416q8xuAAAAAAAABV8gPkFBcliq5LEAAAAAAAAAzyeqH+o0AGeTSpW3JOvb3KaXGEbT0t3JG4Loxg0nJxT0V2JhXUXTTUa37GoAGcvxYmhFK7rcgkzxJxx7p3b/3NABTEmoJtU3uy4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAABScYSa1c+29GLb0PdyjGSpnRKMZeqKf3QpJVWwGGbzySjvUWyZNSxY0uW0bKKj6Ul9kFGKdqKT70Ad+xCvVuWI/q/ICQAAAAAAADHP/Qu7NjHLvlgiwbFMnoZcpk9DIMC0PJki/aRUvKN4U1ytysxuCsJaoJliNAAAAAAAAAAAAAAAAAAAAAAYy/8AUR+xsY//AMT+RYNjHL6jYxy+oiVjPg64u4pnM1aNsLvGikaAAigAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHNOLzSbXC2RtllpxsYo6caRRzxwSb3VI3eGD9qNANGOicN4StdmXhkU9uH2LnN4l1JVs+49HSDjx5ZRd233OsWYJABAAAAAAAAAAAAhtJW+CTHK9c1jX5gQk8z1S2j7ITwJu47fBslSpEl0YwwJerdkK8MqbuD/AGNm0uWVnpnFq0NFwZYZbOL5iakAAAAAAAAAAAAAAAAAAAY4fVN/JsY+H9MvubFo5nyxg2yyXdB8siDrNF9wzHUACNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXJPRFsDPI9c1jXHuapUqRTDGo6nyzQoGOb1L7Gxjm9S+xEqkfUvudJzR9S+50lIAAigAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAAZT1LJB6tr4NSk4uTi17OwKyp5Km6Vbb0V1N41u6Uq+WjSab/AKYy+5XptKLVNp39yhjSlrW+n2T5EYLq+W6j8+5aMZa3KVJtVSGOLjHflu2Bco2+pFezLmcvxYkF5W15XT7mSm4+H1N2+Lf3NjJY30dDq+f3sBiatrXJv/MamcYyc9UklSpJM0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyWKvkAuSxVclgAAAAAAAAAKZJUtMfVLZGELjhcb5nVgdN2LMMq6Uk4JK4u0JRUIQmvVat9wOgj+r8iSP6vyAkAAAAAAAAxnv4iP2NjHnxP2RYNimT0MuUyehkGBvjV46MDfH6EVmKYXTlB+zNjGfkzRl7PZmwrQACAAAAAAAyy5dGy5K487cqlW5cG4AIAAAAAAAABiv/Uv7GxjD8eRRsY5fUbGOX1ESqR9SL4NtUezKx9SLR8viJLuUjYAEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGOfdxj3ZsYy38RFdkbFAFcjajaMupLuRNbmWbE57rkvB3FNlgrjjjcciU9kzsMfELyWuUykZyau2X1PHSCI+lEkUAAAAAAAAAAESemLb9jPCrub5YzO2oL3NEqSSKJABBjm9RSPqRfN6ikfUisr5PJlU/Z7M2KZI6oNEYZaoLutg00ABAAAAAAAAAAAAAACHwySJel/YDPw/of3NTLB+GjUtHM+WVe1S7Ms+WSlcJfYMt1wSUxO8aZcjQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADPJlUHXLMoz62VJ7JexTOmsj+Rhi3NUazpHYADKhjm9S+xsY5vUvsEqkfUvudJzR9S+50lIAAigAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAARdEmWSK6kJb3qA0clHlpfcWkrvYzlSy3JNqttrKRvTFtPSpPYuDdNNWmmgpJ8NP7GEpbz0ppNI0lFRnBpVvQwaAGcvxYkGhCaatOxKKkqatGC28KqXvX7gbKUZNpSTa5pljODcZ6HGK2taTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfJYq+QC5LFVyWAAAAAAAAApLHGUtTTv4bRnHw9Qkr3u07NwBl03N3krikkFjm1GMmtMe3uagCGrIqpFiP6vyAkAAAAAAAAxjv4iT+DYxxb5Zv5KNimT0MuUyehkGBvj9CMDfH6EVmKeJklCvczx55bat0X8RBupLejCEW56V7lniu0khKkkSZUAAAArJ6Yt9gObP5sjrhcmcVUk3xZ1YI1C3yyPELyGt+I06ke5Y5IO4o6lwjJKkABQAAAAAMcf42Q2McPrm/ko2McvqNjHL6iJVY+pFsvlywl+RWPqRfOrx32KRqCIu4pkkUAAAAAAAAAAAAAAAAAIbUU2+EBIOd+Id7JUbQmpxtFwWABAAAAAAAAAAAAAAAAAAAGK38Q/hGxjj3zTZsWimX0GBvl9BgGa6MfoRYrj9CLEaZ5vQc8Nm0dGX0/mc8tppljNdUPSvsWKw9K+xYjQAAAAAAAAZZMyg6Stmpx504zd+5YNMM1PK5Pn2Og48EW5qvY7BUgACKxzeopH1Ivm9RSPqRWXSc+tYs0l7M6Dhnep3zYi12QnGauLLHL4e9e3Y6hVAAQAAAAAAAAAAAKz9EvsWKZfw5fYCMH4SNCmL8OJcDmfLL4lepfBR8svh5ZWYnA9nHszUxj5c8l3NhWgAEAAAAAAAAAAAARKSirZms8W63QGoAAAAAAAAAAAAAAAAAAAAAAZZpVHSuZAViurkcmvKtkXk+ntFItCOmKRTNyiohZXfCNjmXKOkhAxzepfY2Mc3qX2BVI+pfc6Tmj6l9zpKQBnlppLe/ZJ0ZytW3J6o1W5FdAMMb80Xbbkne5uAAAAAAAABV8gPkFBcliq5LEAAAAAAAAArKOpxd8OyxVzipKLe79gElJvaVL7DS1FKLr5qxKai63b7JDXHSpXswIWNaWm7b5YjB2nKWquNiVOLTfFc37ERmpOt0/lFFyji3kT9kXItXXuQSUWNKGjei0pKKuTpFepHp6/wCkBGCi7bcnxbLlYy1e0l91RYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfJYq+QC5LFVyWAAAAAAAAArJy/pSb+WUWXyNtU06r5Ly321OL+DC/I/dRnz3A0WRqVTSW1qmFlflco1GXDspn88ko71FsmTUsWNLltAbkf1fkPyIXqAsAAAAAAAAY4N9T+TWW0W/gzwfh33ZRqUyehlymT0MgwN8foRgb4/QisxcxzKnGa9mbFckdUGiRpK3RJnhleNfGxoAAAAyzvyJd2amOTzZoR/MsGsVUUimbhGhnm4RErnh7o61wjkjtNnWuEWkSACKAAAAABjg/qfyavgz8P6X9yjUxy+o2McvqIlVj6kbSVxaMY+pHQUjLA7x12NTHH5c0o99zYVQAEAAAAAAAAAAAAAAMc0nK8cFb9y+WeiO3L4IxQ0R35fJRyaX+Zv4Z1cZbPk3pXdIyzLS4zXsy7qNgQt0SZUAAAAAAAAAAAAAAAAAAGOH1TfybGPh/TL7mxaKZfQYG+X0GAZrox+hFiuP0IsRpnl9P5nPk4s6Mvp/Mwl6WWM10w9EfsWM8LvFE0I0AAAAAAAAGMl1M9PdRNW6VmeBWpSfuyjRJLhUSAQAABjm9RSPqRfN6ikfUisukpPFGbtrf4LgjTkhcJSinVGkJSclbKZts19y0PWisugAEaAAAAAAAAAAAM834UjQzz/hMQWx/hx+xYrD0L7FgOZ8svh5ZR8svh5ZWYZvLOEvyNjPNHVjfxuTjlqgmGlwAQAAAAAAAi13AkzlmjF0vM/go5SyvTDaPuzWEIwWy/Mo58zySSbjSMdzvaTVNWijxwgnJR3RZUMM9UEvdcmhyubjkUklvydEJao2yUWABFAAAAAAAAAAAAAAAADGH8zK5ey4LZpaYUuXsWxx0QSKLGWblGplm5RErNco6TmXKOkpAxzepfY2Mc3qX2IVSPqX3Ok5o+pfc6SkVlGMvVFP7oaY2npVrjYsCKhRSbaSTfJIAAAAAAAAAFXyA+QUFyWKrksQAAAAAAAADPIkpwdbuRoQ4ptX7bgUkpRnqitVquTNXpivdybTNpRUuW/yYcItJVsuCjJvT1FLdtexZKSnDW0/ZUXUIpNVd82RHHGLve/lgXM3+LH7GhVxualfBBLMscdfhlG6v3NiuiOjTXl7AVg5LI4SlqpXdGhWMIwVRVFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8lir5ALksVXJYAAAAAAAACJRjJVJJ/dBJJUkq7EgCIxjH0pL7IhRinaik370WIAkj+r8iSP6vyAkAAAAAAAFMrrHIYlWOJXxD8iXdmiVJIvwSUyehlymT0MgwN8foRgb4/QisxcrKWlWWKZfQRpjjyKM5KtmdEXas5JbTTOqHoRakWABFDGPm8RJ9kbGODdyl3ZRsZ5uEaGebhESuf/wCoda4RyS9aOtcItIkAEUAAAAARL0v7GeD8P8y+TbHL7FcP4SL8Ghjl9RsY5fURKrH1I6Dnj6kdAI5MuRvJqjtRrhyub0y5McuKUW9rXc08NB+tmr4OgAGVAAAAAAAAAAAIeyskxyycmscffkBD+Zkc3wuDYiMVGKSJAFMqvGy5D3TQFcTvGi5l4d+RrszUUAAAAAAAAAAAAAAAACHwySs/Q/sBTw/o/M1M8H4SNBRTL6DA3y+gwKzXRj9CLFcfoRYjTPL6fzMXwbZfT+ZiVmtPDv8Al12ZsYeH2ckbitAAIAAAAADPM6xsnGtONIpn3cY92bFFJz0+xCyq+CM3KM1ygmukAEVjm9RSPqRfN6ikfUisukAEac3ifVfYnH6kM+7f2K4eYl+MuoAEaAAAAAAAAAAAMvEfh/mamOfiK+SwarhEkEkHM+WXw8so+WXw8srMayaUW3wcuPM4WqtWdGaLljaRxPZli13QkpxtFjPBFxx7+5oZUAAAAAZZ5OMNvc5LtnV4hpxUfd8FI+Gl7tUaiNsP4a2ouRFKKSXsSZUK5PQyxXJ6GByzXlOjC7xIxfDNfDv+UvgvxmNQARoAAAAAAAAAAAAAADPNLTGly9gKx/mZnL2jwbFMcdEEi4Ayzco1Ms3KCVmuUdJzLlHSUgY5vUvsbGOb1L7EKpH1L7nSc0fUvudJSAAIoAAAAAAAAAAKvkB8goLksVXJYgAAAAAAAAFJTamo6Xu6suZ5PVD/AFATKUtWmCVpW2yOo9KaXmbr8yMmlSvXpdfqUqoR1XpcrZRopupKSVx7Ewc3Tlppr2KQ03OvRQjXUXTbarffYDYrq8yj3LFH+KvsQWk9Kum/hEQlrgpVVljBa34eCgrvnetgNMeTqOVLZOr7lzHDq6k04KK29zYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfJYq+QC5LFVyWAAAAAAAAArOMGrmk0u/Bgn5Hp2hKVL7GmWEpyjVOK5TdWTKEpwqSjFrdU7/wCAM8iWKScElcXaQlFQhCa9Vq33L9OU3eSuKSQWObUYya0x7e4Gg/q/ID+oCQAAAAAAAY5d8kI/mbGMfN4hvsbFoFMnoZcpk9DIMDfH6EYG+P0IrMXKZfQXKZfQRpzT9P2OnHvjj9jBq0zXw7vHXYqRqACKrN1Bv4K4FWNfIzusb+S0FUUvgvwWM83CNDPNwiJXPP2Z1rhHJk9J1RdxT+C0iwAIoAAAAAzzfhMtjVY4/Yp4j8Ou7NFskX4JMcvqNjHL6iJVY+pHQc8fUjoBA5YylCUop8M6jly7Z/uWFaQlJySbNjnx+tHQQgAAoAAAAAESemLfYkpkaWN2BzSzTu7o18Num36jFYpvfSzpw43CO/LNVGgAMqHM+TpOZ8lSp8N6po6DmwbZpLujpFIAAigAAAAAZ5Z6I2uWXbSTb4RzyjLMnLhLhFgos0071WdUJaop9zkWGTdaWbY28UlCXD4ZajcAGVCuT8OX2LFM34UgIw/hI0KYvw4/YuBTL6DA3y+gwKzXRj9CLFcfoRYjTPL6fzMTbL6fzMSs1fH5c33RuYT8rxy/I3FaAAQAAAAAGMt/ERXZGxjHfxEn2RsWjLNyjNco0zcozXKDNdIAI0xzeopH1Ivm9RSPqRWXSACNMMvrKYPVXyXy+szxfjFZdYAI0AAAAAAAAAAAY5t5wXybGM988EWDYAEHM+WXw8so+WXw8srMbGeaClBut1uaEPhkaYRyycVwa45OV2c0dpNG+H3LWY1ABGgAzzS0433ewFcf8zI5vhcGxXHHTBIlulYEgp1I9yyaktgJK5PQyxXJ6GBzl/DcSXyULYNskl3KzHQACNAAAAAAAAAAAAADDNlcXpjz3M8eRyypz37E+Ji1O17kYsUnJbUka+I6wAZUMs3KNTLNyglZrlHScy5R0lIGOb1L7Gxjm9S+xCqR9S+50nNH1L7nSUgCmVyUbi63KTlJOTTpRrbuRWwMYSlqi3K9S47GwAAAAAAAAFXyA+QUFyWKrksQAAAAAAAAADOcpqcVsot19wNAZtuWRxUtKSsrrlo5rzU2BsDPHJty31RXDIjNyy/5atAakUrv3JKuT1pe1AWBWWqvK0n8lcc/5KlJ+1tgaAywylJz1d9l2NQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV8lir5ALksVXJYAAAAAAAAACs5aI3Tf2K9RdJTa59gNAZrI1KpxUdrVOyFlflco1GXDsDUj+r8iSP6vyAkAAAAAIbpN9iTPO6x17vYCMC2cn7s1KwWmCRYAUyehlymT0MDA3x+hGBvj9CKzFymX0FymX0EaYF8G03HvuULPyyhLvsVmOgAEaY5t5wj8mxivN4hv2ijYoGebhGhnm4RErCW8WdGF3iiYGnh35WuzKRsACKAAAAAMc28oR+TYxfm8Ql2RsUDHL6jYxy+oiVWPqR0HPH1I6AQObxHrTOk5/EK2ywpj9aOg5sLtxOkUgACKAAAAAIbpWzFXmnb9CE28s9EfSuWbRSiqXBfBJi8kk3ubHNL1MiVrjm5Pc0McPqZsCBzPk6TmfJSox7Zl8nUcnE4v5OsUgACKAAAAVyTUI3+gGeV65rGvzNUqVIphi0tT9TNCiJOoto55tzjubz9DOcRK1wTc4b8o1ObE9OSvaR0irAzz/AIbNDLxHpS7sQXhtFfYsQuCSCmX0GBvl9BgVmujH6EWK4/QixGmeX0/mYm2X0/mYlZrWcdWH7Ky2OWqCZMfQvsZ4vJOUH90GmwAIAAAAEN0mwMsO85v5NjLw68jfdmpaMs3KM1yjTNyjNcoM10gy6y7F4T13sTGmeb1FI+pF83qKR9SKy6QARphl9ZnD8dGmX1ma2ywZYz9dYAI0AAAAAAAAAAAY8+J+yNjHFvlmyjYAEHM+WXw8so+WXw8srMbEPgkh8Eacktppm+H3MZq0zXw7uLKzGwAI0GM/NmjH2W5sY4vNknP8iwbFZ+llis/SyDnNsXpMTbF6SsxoVyehliuT0MjTnLQ2yx+UVLS2jCXZlZjoABGgAAAAAAAAAAACmWWnG/nYCkPPlc/ZbI1clHllcUdMEiubhFRbqR7lzlOlcEJUmWblGplm5QKzXKOk5lyjpKQMc3qX2NjHN6l9iFUj6l9zpOaPqX3OkpENKSp8EOEXK2tywIqsYRi7S3LAAAAAAAAAAVfID5BQXJYquSxAAAAAAAAAKZE24UuGXAGeRJtXCTfdFdDjGO107aRq2lySUY6HNy5gmSoSWVNybVdjTkWn7jRJR/ir7FwQDFYm8UIuTi12NgBlihOM5uUm0/tuagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACr5LFXyAXJYquSwAAAAAAAAFcn4cvsYv/ANPjfsmmzfkUqqtgMM/nklHdqLZMmpYsaXLaNoxjH0xS+yIUYp2opN+9AS79iF6tyxH9X5ASAAABnkm4tUAzTcI7cs5dcnNNu6L5ZuVK7ZEcM2/TRqdI6oy1RT7lZ5HGVKi0Y6YpdjLN6iRUxyttKkXyehmMPUjbJ6GKjA3x+hGBOprhhI6SmX0GcJSc1bZpl9AVgayjqw/KMjoh6EEisMieO26rkPLDS2nwYeIjpybe5mrbRcV1YI1HU+WakLhFJZabVE9VoZ5uETDJqdURm4RErEvHyZviSKGuWLcE1yipGoMevFRXu+xOPMpuqpjGmoAIAMsmZQdJWyjz6o6Uqky4LYt5Tn+g6suyLxjpx18GBUb45uV2Uy+onDwyMvqIXxWPqR0HMiBiR1GGX1svh9L+5TL6wtUwepLszqOTHtnXydYpAAEUAKy9LrsBWWaEXVlJZHkenHx7s5m7NMMnG6NYmuqEFCNIsYrLL3HWfYmGtjml6mdEXqimc8vUwVfD6mbGGOSi22X6sfkEaHM+ToTtWc75BUNXCXwdEHcU/gzxq1Jd0Tgezg+UCNQRaJIoQ2oq3wSYeJktNXvfAE/xEb4dCKeWet+lcI5avk7MKaxKzV6RoDLM2mqZmm7W7Jg3n6Gc50T9DOcFWkv5akuUzeL1RT7lMa1Y2u5GB+VxfKYI1Mc284L5NjF+bxC/yoRWjkls2FKLezRll9ZGP1oYjXL6DA3y+gwCVtCcVFJsspxbpM52WxetDFaZfT+ZibZfT+ZiEroh6V9jLPJQlGS5RrD0r7HP4iL137MRWmPOpOmqs2OHGm5pfJ3CwgACKFMjrHJ/BcyzvyV3YE4mljW6Lpp8M5uDTDyy2InNyjNcmmblGa5CVBrh9zI1w+5aqM3qKR9SL5vUUj6kRHSACNMMvrM5bOL7M0y+szn6Sxl1grB3BP4LEaAAABHBhLxDvypV8jB0AzxZFkXZo0AAACG6TfYxg3HFqXLZfO6hS5exE1pxJdixFerLubRdxTZzHRD0L7CkYPll8TSbt0UfLI9gjo1R+pfqT7HMdK9P5CxXOML0ZHH2YJUNcXXK4CR0AzhlTj5tmuSP4iF8P7jGlsktONsjDHTjXzuVm+pOMI7rlmoElZ+llis/SyDnNsXpMTSE1GNOysxsVyehlVli3W5bJ6GRpzmmnVgaMzfF6EVmGKWrGu62LmDfRyO/TIvHNCTrdfcNNAAQAAAAAAAADnyT1ZFGtlybSkoxbZyx3bk+WWJXTDIpOqK5uEVw+r8i2bhA+MjpXBzGvV+ARqZZuUWhPW+KK5uUQrNcl+s+yKLkg0kb45ud7FM3qX2Jw+5Gb1L7EX4pH1L7nSc0fUvudIIAAigAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAAZZI/zIO3zwalZR1OLvh2BSelZLyLatrWxS7xpc1LZdzaSl/S0vuirx7Rp0472UUvSslLTdbdizioTg4qvYnp3qcnbarb2JUXqTk7rikBcr/9T8ixWvPftRBnmrqLqXor8rLYHcHzSbSstLV/S0vuhCOmNc/IFgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvksVfIBcliq5LAAAAAAAAAAAABXI3HHJrlIxcVCEJr1WrfcDoI/q/Ikj+r8gKZpOMNuWcjk07t2ds4KcaZzvBJXuqNRKqsja4bD1y52LJUqDCIhFKS72dTdKznj6l9zefoZKqvVXZmeSWp2VD9hE1MPUjbJ6GYw9SNsnoYqsAwGWItj9aNcvoMsfrRrl9BKrA6IehHOW1yWyYSNZwU1uUWKGN6m2xjnJypstm9IVPViYydybID5LE1fD6/yL5uEUw+v8i+bhEvq/GJ0rhHMWc5L3YSM88KyP2spFPUqZ0w87qW6+Rkio1Souqzuf1s06eT/ABCnuT1JdwjLJCUZvU/zIgvMjpx+e1Lf7kZUotUqGqpb7kErkgRGuHhkZfUTh4ZGX1E+r8URBKILEbYfS/uUy+svh9L+5TL6yfVvjOWzUl7HVFqUU17mEFckmTvhlvvB/sCNwcsvESb8rpFoeIVebd/AxdbtpK2YuTyvTHaPuyJqeSLcto9iiVFkRt0IfJnJKMmlwbYvQjKfrZCoIJILEdGP0Iwl6mb4/QjCXqZFp7EE+xBYjoh6F9jB8m8PQvsYPki1fE0m7dFc1R88JKyvsQ1aosGep3fub48s3GlBt9yP4eXdUTGTgqVChN5f6nSfYrHy+y/MtKTklZUDZ4oU3p3oxOl+l/Y5iFPYLlD2C5RUdE/QznOifoZzkWtsXoKTfSzav6XyTCajGmmZ+InrSSsQarPB+4wq3Kb92clM6oZEoJU+C2YajL6yMfrQm9UrQx+tD4NcvoMDfL6DAiUZbF60VZbF60VWmX0/mYm2X0/mYkSjL4knKnuUZfF6yqZoJJOKSZWOeXDqzXNwjBxT5IV1LdBtJW3RioZILyStdmZZZzc/MuPYYOtSUuGmZP8AmZkvaJzRlJPbazfHLQqS/MZhqr5Zph5Zm+TTDyy0Tm5RmuTTNyjNckSoNcPuZGuH3LVRm9RQvm9RQiINsPpf3MTbD6X9y1Ypl9ZVK3Xctl9ZEPWiJ9XwPyaXyjUxmnjnrjunyjOXiJN+V0hmq6ik8kYc7vsYxzzmtMVcu5fp6IuTdy7jFRWXIvpTOeUHF07N9cu5rjeqCb3L4jkjB92jSCyKXld/ctP1shNrdDUXeWcV54P7oweaTd6mjRyk1TZTpTfEbCtMLeWWqX9PBpm9H5mUNWO17kym5KmT6aqdEPQvsc50Q9C+xaRg+WR7EvlkexEDpXp/I5joXp/ItWMDTD7mYtpbOiJFvEY046ktzmp9zfU+7NXihV6fYvis8Eowhw7ZOSSlTRQewTUrlG8vQznXKOiXoZKrnD9gH7FiJj6l9zfJ6GYR9S+5vk9DJVc5pHJpjVGYYSIzz11tsZcG8UpSSfBeWKEY2luXcVeEk4rdNlzkcE/gVJcSZMNdGTIoLfnsUhnUnTVHPNStW2ytPuXDXoA5fN9cjRYXJJuciYaZsrg9MeTKPiJJ77k5cDW8bZmsb7NIvQ0c5ZGnJeVewfLAfIRfD6vyLZuEVw+otm4RL6vxkHyA+SxGmHlk5uURh5ZOblEvq/Ga5IJXJBYjXD7kZvUvsTh9yM3qX2J9X4pH1L7nSc0fUvudIIApObTSirfO7otF6opr3IqQAAAAAAAAABV8gPkFBcliq5LEAAAAAAAAAo8kU6b3Lmc3qThFbvn4AtKcY8slNNWnsUj+LL4SojHFSjJNWtTKL646dV7ELLBtJN2/hkYfw192I+abl22QGgBH9TIKyyQg6k6/IuZ5VNxenTVb2Wg04Ra4oCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFXyWKvkAuSxVclgAAAAAAAAAAAiUVKLi+GZLHNqMZVpj7r3NgBDVkUtRYARpQ0ohySko+7VkLImotLaQE6I9iNEb4LgCuiPYnSiryJOSd7KxruUVXKsCdEexGmNvYuAK6I9idKKvIk5J3srGu5RVcqwJ0R7EKEbexcAV0R7E6V2KvIlq2ezolSubjXCsBoj2IUY77FwBXRHsTpT9ivUW2z3dExlqclXDoBoj2IUI1wXAFdMV7DSn7EdRbbPd0TGWpyVcOgGiPYhQi1wXIeyAjTFew0p+xCyJ6dn5laJhLUrqt6AaI9iFCNcFyHsgI0pcIaU/YhZE9Oz8ytEwlqV1W9AHCNcBQjXBYiUlGLb4QEaUuENMX7Ea1dU7qyYS1RT4sCHCNcE6I9ixEpKMW3wgI0pcIaY9iNauqd1ZMJaop8WAcUlsg4pqixWUlFWwOSeJxlWmzXBirzSX2NXkSUqXpLLdWXUxDiqGiPYsVlJRVsip0rsRoj2IeRJSpekst1YFXGPYnRHsWKykotJ+7oCdKI0R7EPItNpe9FwKOMbWxOiPYsVlJRaT93QE6URoj2IeRabS96LgUcY2tidEexYq5JSUfdqwJ0ojRHsQsiai0tpFwKaY3wToj2LFXJKSj7tWBOlEaI9iFkTUWltIuBTTG+CdEexYo8iTkneysC2lEaI9iNdyiq5VlwKaY3wS8cWqaLFHkSck72VgVWCCd02X0R7Ea7lFVyrLgU0Rt7E6I9ixR5EtWz2dAW0rsRoj2Clc3GuFZYCijG3sToj2LFHkS1bPZ0BbSn7EaI9gpXNxrhWWAooR32J0xXsWKdRbbPd0BOlP2GiPYRlqclXDosBVJUUyYVPe6ZqU6i22e7oCkMCi7bs00R7CMtTkq4dFgKKEa4J0pcIl7IqsienZ+ZWgJ0p+w0R7CEtSuq3osBRQjXBOlLhEvZFVkT07PzK0BOmL9g4RrgQlqV1W9FgKqEa4GlLhEykoxbfCK61dU7qwJ0x7BxilshCWqKfFlgK6U0ck8TjLg65SUVbIeRJSpeksuDPBia8zVGskqJW6skgroj2J0rsRKSirZDyJKVL0gToj2IcY1wWW6skCuiPYnSiJSUWk/d0Q8i02l70BOiPYhxj2LgCuiPYnSiJSUWk/d0Q8i02l70BOiPYhxja2LgCuiPYnSiHJKSj7tWQsiai0tpAToj2IcY2ti4Aroj2J0ohySko+7VkLImotLaQE6I9iNMb4LgCuiPYnSiryJOSd7KxruUVXKsCdEexGmN8FwBXRHsTpRV5EnJO9lY13KKrlWBOiPYjTG+C4Aroj2J0rsVeRLVs9nRKlc3GuFYDRHsRpjb2LgCuiPZELHBcRQeRLVs9nRKlc3GuFYDRHsEluWAEaURpT9iOottnu6JjLU5KuHQDRHsFCNcFgBXTFew0p+xHUW2z3dExlqclXDoA4RrgKEa4LEPZARpS4Q0p+xCyJ6dn5laJhLUrqt6AhxjXBOiPYsQ9kBGlLhDSn7ELInp2fmVomEtSuq3oCHGKXBcACk4OTTjKnxxZaKUYpL2JAAAAAAAAAAAAVfID5BQXJYquSxAAAAFIZNbaqq4+SzdASCuOWqCbq2ibAkz6W7anJW72Ze1V2LXcCrgnTtpra0y0UoqlwRGaknXsyQIjFRjSEYqMaRNruLT9wJIreySAKyxxk7a/ctwVnNx4g2ly0WTTSa4YEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfJYq+QC5LFVyWAAAAAAAAAAAAAAAAAxy6urHS0nT5VlIqenH5o87eX+5rPGm9Udpd+5CxJOLW1crU2gNI6q8zTfwqJAA58urXPS0vLvasJZNcPNH0/T/cvLGm24NJv1Lv8A9FISxdZKE90qptv/AHA3V1u038EgAc+XVrnpaXl3tWEsmuHmj6fp/uTJQ6jjGSU3zF+//nwXjiUZpq6qt23/ALgXV1u038EgAc2RSvJTSWpcr+5ZLJ1X543S/p/uVl0o5NCklfMf7+xOGceq0lJJrbVe/wBrA3+5IIaTVPgDmqflqUa1utv7mmNZNc/NHnfy/wByslCMNVt472W938E+Hkm5KpRd3UuQNwCGk1T4A5qn5alGtbrb+5pjWTXPzR538v8AcpeLqdNT2vi2qfwzWCUJON+rdbtgaES9LJIkk4tS4A5oKd46lHh15f7mmFTr1Rq3/T/cy1xulDJOC4cU9v8AY28O04NK7T3T5QGpEvSySJJOLUuAOaCneOpR4deX+5phU69Uat/0/wByt4lzli4rip01+hfw8ouFRkn782wNSmb8KX2LlMqg4PXwgMUsmt+aPp+n+5phU9EblFquK/uY9SLvUsjlwkrTa/I3wSUsSr22dgaFM34UvsXKZVBwevhAYpZNb80fT9P9zTCp6I3KLVcV/cx6kXepZHLhJWm1+RvgkpYlXts7A0M8/wCHtzaNDPMoaLntXuBk1P8Am+aPz5f7m0FOvNJNV7Kv+WcznqT1Y8tv+qml+e51QalBNO0BYzz/AIe3No0KZYwcbntXv2Axan/N80fny/3NoKdeaSar2Vf8s5uphkmnk8z97aT+/sda4QEmWa7hTSd+6NTLPoilKTqXs1yBlU9D80fX9Pz9zoipL1NP7Kv+WcutUnLHkg7tt3R1p2rQEmWa7hTSd+6NTPKobSlJQl7NsDGp6H5o+v6fn7nRFSXqaf2Vf8s55SxLT546m96nt/udKaatO0BJjl1dWOlpOnyrNjKcYufldToDOKnpx+aPO3l/udEdVeZpv4VHKpwU40ppJ7y3cTrAGOXV1Y6Wk6fKs2MM7x43rclGX62BWKnpx+aPO3l/udEdVeZpv4VGKjDTHJF+VbvzNo2W6Ak58urXPS0vLvas6DCSh1HGMkpvmL9//PgCEsmuHmj6fp/ubq63ab+CkcSjNNXVVu2/9zQAc+XVrnpaXl3tWdBz5XjhOtSjKXKfD/6AJZNcPNH0/T/c3V1u038HPCUFnSSlXFttr8jpAHNkUryU0lqXK/udJk8Kvy+l8oCqWTqvzxul/T/c2+5SGPRNtN017tv/AHNABzZFK8lNJalyv7nSYvHHfS1p/qVgQlk6r88bpf0/3NvuY4Z43klone3Dbv8Ac3AHLU/LUo1rdbf3OlpNU+DD+UnXUjp5rVTTAtjWTXPzR538v9zYxwSg3LTJO3xds2AHLU/LUo1rdbf3OlpNU+DllKClpjGc4J/0p7P7ga41k1z80ed/L/c2McEotyS1J3dSu/3NgIl6Wc0FO8dSjw68v9zpklKLUuDng8U56FO643aa/wCwL4VOvVGrf9P9zYzxJQuF7rc0AiXpZzQU7x1KPDry/wBzomouL1ce5hLRBRb1Sj/So2n/AMAXwqdeqNW/6f7mxj4eScGt0090+UbAUzfhS+xilk1vzR9P0/3N8kYyg9fBz68bi3qc3wtNp/psBrhU9EblFquK/uameCSeJV7bM0Azz/h7c2jJqf8AN80fny/3Nc3T0p5HW+z7Felrg3dt+6k6YF4KdeaSar2Vf8suQtkiQM8/4e3Noyan/N80fny/3NskIyS1bP2Zjl0QT6k6m+ze/wB0gNoKdeaSar2Vf8suRFpxTTtEgZZruFNJ37oyqeh+aPr+n5+5vPGpNPiS4ZTo2k+JXb8zr9ANIqS9TT+yr/llgAMs13Cmk790ZVPQ/NH1/T8/c1zKCWuT0tcMxU8M6SnUrvlpfvsB0xUl6mn9lX/LLAAY5dXVjpaTp8qykVPTj80edvL/AHL5tEPO5KMu/czxywynHRPdezb/AGsDpjqrzNN/CokADHLq6sdLSdPlWUip6cfmjzt5f7ls7jCSaUtb+lX+pmp41KDip0nu93FAdUdVeZpv4VEgAc+XVrnpaXl3tWEsmuHmj6fp/uXljTbcGk36l3/6KQli6yUJ7pVTbf8AuBurrdpv4JAA58urXPS0vLvasJZNcPNH0/T/AHLyxK247N8r2ZMcSjNNXVVu2/8AcC6ut2m/gkADmyKV5KaS1Llf3LJZOq/PG6X9P9ysulHJoUkr5j/f2Jwzj1WkpJNbar3+1gb/AHJAA5sileSmktS5X9yyWTqvzxul/T/cKOOUnGElz5o3/sXhj0TbTdNe7b/3Av8AckENJqnwBzVPy1KNa3W39zTGsmufmjzv5f7lLxdTpqe18W1T+GawShJxv1brdsDQAhpNU+AOap+WpRrW62/uaY1k1z80ed/L/crJQjDVbeO9lvd/BPh5JuSqUXd1LkDciXpZJEknFqXAHNBTvHUo8OvL/c0wqdeqNW/6f7lbxLnLFxXFTpr9C/h5RcKjJP35tgakS9LJIkk4tS4A5oKd46lHh15f7mmFTr1Rq3/T/cy1xulDJOC4cU9v9jbw7Tg0rtPdPlAagAAAAAAAAAAAAAAAq+QHyCguSxVcliAUyyqDrl7IuRQGNSg4SlppbbDyefXWq/c2q+RSu6RdGMXohjn7VTEk1GF1u7d8WbUqqthV8jRi1/Lybxp+0fYs4qOSFJK7T+TSlVUqA0YUulkSSu2WcoyyY6aZrSu6FJcJDRko/wAuckvNb3Iglqi04f8At5ZsEkuEhokj3ZJBBnkmnJw1KPdtmkaUVXHsQ4xbtxTf2JSrgCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKvksVfIBcliq5LAAAAAAAAAAAAAAAAAYeIxwm4uenZ+7qyP4fwyklS1dtT/AOycy/mKUsbyRqqSujGscYuEofzW9trf6gdi2RJC4VkgYThm1yeNwqX1WWeL+XGKq4tGefp9R9e9NeXmv2IxY9EIzxqSbfHdfIHUAAMZQhqm8qjpfDbIhDf+VnbiuVal/wDBGTRHK5Zo3Gtm1aRXVhnKPQj5k+YxqvuB1AADJ4m4ZI7eZ2mJQerGkto8srKOZ5Wo5XGPK8qZaEMqknLNqXbSkBqAAOacMsaUIqaTtb00aQU5T15IqNKkrsooZ3KS6zik9vIjTHDJGVzy6120pAaAADCoRxvHklFfdjHreSLdSilSknyZp4cdrNHz3zKN2Xw6JZdWGNQrd1SYHQRJaotdySJXpdc1sBipZoJR6SnXupUWxxnqc5pJv2Xsczjhm0qlLLe6dnTii4TlFNuK4v2A1IatUySJJuLS5oDmljxwUnBQlFcp1a/P/s18ModKLilut6MNMfK3hcVH1Ouf+zXBpc5SxqoP4pWBuVyR1wcbqyxTKm8clHn4Awc5RlqlPFKS20qVf7m2KMknKSScndL2MVPwsVUopNezhv8A7Gvh1UXScY35UwNSuSOuDjdWWKZdXTlpu/gDLTmTU3plJbaVtt+ZpijJJymknJ3S9jmUMGTJFQTk/wCrk6cOpKUW20ns2BoUywco+WrTtWXM86coVvV712Ap1M/HQX31o0xRcIU3b5dGehYHqhfT91zXyW8O1LHa4bYGpnmjcLVbO9+DQyzxbhtHUk7a7gUjNykp5FCEar1J2a4o6IJbfkc38qM3PJi0wfCa/wCPY6MCrEtml7J9gNDPLGW041ce5oY+ISelyi5QT3SAos88nkjCCb9+ombwjpgo3dI5nPwsk1GKcvZRjv8A7HTjtY46uaAsUyYo5VUlxwXMs/U0p45NO96VgZPFU4ReKLV+pR/3OlJJUlSMenn/AP5j/wDBG0U1FJu33AkyzXFqcXFPipOrNTDMv5ilLG8kaqkroDOMsjXRcYxv3c09vsdSVKjjrHGLhKH81vba3+p2LhWBJRxfVU9uKLnP4jTqXVvp17Xz80BOTHOKl0opqXKuq+TaO0UcmPHFRlkxKUd/K99zrXCsCTJ4lOU9cU0+DU5s/T6j696a8vNfsBdYZRa0ZZKPZ7mxy4seiEZ41JNvjuvk6gBk0lOWpx86pWzU5ssf5krxOepVFpcf9AWpaI4ouLkmrp8G5xxWPywjGsqe+2/6nYAMJeGhLK5Simn8s3MJRzPK1HK4x5XlTAtDw+KElKMKa+WamUIZVJOWbUu2lI1AHLkjkjqi5YlCTvzPc6jlk8UMknnju3s2rQGtRm4Sg4tR90zU5oPHPLF4I8eppUjpAGEvDxi3KEIu+YyXP/RucU1ilayKTzXst/8A4oDfw8Eo3oUXb9tzYxxweOajG9LW65SNgBzqc8TcIxjOt9pJNfc6DjlDbS8MtSduXdff3A1xOWWet6UkqpOzc58Txyy3hVRqnSpHQBElqi13Rn0tWJRdJrhr2NHxs6MIwzyTvM47/QgL41k6knOKW1WnyameOOSN68mv/wBtGgENWmn7nLOc8U4p6JOP+dLb8zqlbi65rY5Yy8PBVkglL31RtgbYlKTeSSS1cJOzUwwU5ScItY3x7WbgUyR1wcUZt41ljJzgmlTVmmVN45KPPwYKfhYqpRSa9nDf/YDbGmnNtVb2NDLw6qLpOMb8qZqBTJFy00rp7lH4eKd45Sxv/Lx+hfLr6b0OpfazNY87V9f/APBAawUlGpS1PvVFisFJRqUtT71RYDPMpOKcXFNO/NwUxum8mWWPzbJp7fuWzxbhtHUk7a7mH8qM3PJi0wfCa/49gOnFHRCtufYuZ4FWJbNL2T7GgGWbEssUmls/cr/CYPo/dk+I4jqvR/VRjjx4pOUsSkkltJN8gdcYqMUlskSVg24Jy5rcsBlmT8s4pPTvTdGcJLK56tCclSipJl/EJPS5RcoJ7pGTn4WSajFOXsox3/2A6YJxgk3bSLFcdrHHVzRYDLIpqanCKm0qq6KrHKWOWqKUpO0uxHiNOpdW+nXtfPzRnjxxUZZMSlHfyvfcDrWyRJC4VkgY5lKMlOM4RfHm4M/PH+T5Hq/q1V+xfMv5ilLG8kaqkroxrHGLhKH81vba3+oHYlSSJIXCskDCcM2uTx6Kl9Vlni/lxiquLRGRZXkShkcYtfSmFjzJq89rtoQGwAAwzYccsink01w7dEQweHbuCTa7Sv8A5GTRHK5Zo3Gtm1aRXVhnKPQj5k+YxqvuB1AADJ4m4ZI7eZ2mJQerGkto8sxy9Jzks+rV/Tz+xfFB49GlNX6o+wHQAAMOnjk3HIo6m7W+4xxqdQzuUVzF03+pnkg3Kcek5SbtS/uTj6byQWKNSj6tq/UDqAAGMYw0PFJx2+SuJylkW8ZRiq1J3ZnKG2l4Zak7cu6+/uaYnjllvCqjVOlSA6AABzThljShFTSdremjSCnKevJFRpUldnPNYpWsik817Lf/AOKN8cHjmoxvS1uuUgNiGrVMkiVuLrmtgOXJDFiuum19MqtfY28PGKxRaik2t6RjGXh4KskEpe+qNs0wU5ScItY3x7WBuRJaotdySHxs6AxUs0Eo9JTr3UqLY4z1Oc0k37L2KRhnkneZx3+hGmOOSN68mv8A9tAaAAAAAAAAAAAAAAAAq+QHyCguSxVcliAAAAAAAAAZz1xTlqVL2o0MXK5PVGVJ7JRAs3KUtMXVK26EXKUdmk06bFuM3Km1JeyK+aMeHcnbpXRROtxU73cfclOcZRUmmpfHBFKWNxipJ87rkm3OUfK0lu7QGgBBBTJKcXGqptJmhTIm1GlxJMuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq+SxV8gFyWKrksAAAAAAAAAAAAAAAABhmfnUZZHji1ynV/mZw1RUpwyykov8Aqdpm2acY1GWOU77KyqzpJJYMqX+gDZbpMkhcEgc+VqWRxnleNJbU6srjcoxU1klJN1Ut7+xfNkgpaZYpT99o2THOm0ujlX/t4A2AAHPlUJZXHNKo1sm6RWsOOUehLzN8Rldl8rnOThCEJJc6xGUY49UIRjK6aoDcAAcslinkks8t09k3SomHThljHDK0+UnaJm55G6xwlCL4ly/sWjKKUHjikpPfYDYAAcijhm280rne6lKqL4tEcunFK4VurtIiTnP+ZLFjlBfFujWMkpRjBJRavZAaAADkUcM23mlc73UpVRfFojl04pXCt1dpESc5/wAyWLHKC+LdGsZJSjGCSi1eyA0Ik2otrmiSG6VgcjqSi/4ibm3vGMq/Y3xOSnKEpaq4Zms0NWqODJfdQNceTXfknH/UqA0Ik2otrmiSG6VgcjqSi/4ibm3vGMq/Y3xOSnKEpaq4Zms0NWqODJfdQNceTXfknH/UqA0KZW1jk48/Bcrklog5VYHOsfhWk3JN93Pf/c1wO4um5RT2bM0qmuvix+b+pL/c2hK5SVKoukBcplk445OPKLlZy0xcqbrsBzUnOKj4icm+UpG+KUmpRk7cXV9zKOaC3j4fIr91A2xz1q9Eo/ElQFzLO2sfLSvdrsalMs3CPlScm6VgYdPwi3Uo3317/wC5tgbeJNtvs37mcIpZNOXFjUnupRWzNccnKLb70BczzycYbOt6b7GhTLNQg24uS7JAc6jeVKHiJy2u9V0dGKTlC5c8GUc0Y+nw+RX2gbQlrjelx+GqAsY+I/pUpOMG92jYzyykqjBJyl9XAGLh4aKcoSSkuHGW/wDudGNt44uXNGONRUmp4oRmt00tmbY5OUFJ8sCxj4j+lSk4wb3aNjPLKSqMEnKX1cAYuHhopuEkpLhxlv8A7nRjbeOLlzRjjUVJqeKEZrdNLZm2OTlBSfLAsYZn51GWR44tcp1f5m5lmnGNRljlO+ysDGGqKlOGWUlF/wBTtM6lukzFZ0kksGVL/QbLgCTDM/OoyyPHFrlOr/M3Ms04xqMscp32VgYw1RUpwyykov8AqdpnUt0mYrOkklgypf6DZcASc+VqWRxnleNJbU6s6DDNkgpaZYpT99o2BTG5RiprJKSbqpb39jqMY502l0cq/wDbwbADnytSyOM8rxpLanVnQYZskFLTLFKfvtGwKY3KMVNZJSTdVLe/sdRjHOm0ujlX/t4NgByyWKeSSzy3T2TdKjqOebnkbrHCUIviXL+wEQ6cMsY4ZWnyk7R0mMZRSg8cUlJ77GwA5ZLFPJJZ5bp7JulR1HPNzyN1jhKEXxLl/YCIdOGWMcMrT5Sdo6TGMopQeOKSk99jYAcc2pRcpZ5Rn9KdfsdhzvLBzb6E3Je6hYFseqE1Byck1e/KNjLHl1yrpzj8yjRqAOOb1RcpZ5Rn9KdfsdhzvLBzb6E3Je6hYFseqE1Byck1e/KNjLHl1yrpzj8yjRqBEr0uua2OWMPDzV5JJy99UqZ1SemLfY5m5NqeXFjcX7pW19wNMDWqUYScoLje6NikX53BJKKVqi4ESvS65rY5Yw8NNXkknL31SpnVJ6Yt9jmbk2p5cWNxfulbX3A0wNapRhJyguN7o2KRfncEkopWqLgUytrHJx5+DBY/CtJuSb7ue/8AudGSWiDlVmCVTXXxY/N/Ul/uBpgdxdNyins2alISuUlSqLpFwMs7ax8tK92uxl0/CLdSjffXv/ub5ZuEfKk5N0rMoRSyacuLGpPdSitmBpgbeNNtvs37mhTHJyi2+9FwM88nGGzrem+xgo3lSh4ictrvVdHRlmoQbcXJdkjKOaMfT4fIr7QA1xScoXLnguVhLXG9Lj8NUWAyzya0rVoi3vIxjF6pdPPOWlXbdo3zTjCPmg5J7UlZnHNGKqODIl2UANoS1QUn7osRF6op01fsyQMfEf0qUnGDe7Rm4eGinKEkpLhxlv8A7m2WUlUYJOUvq4M8aipNTxQjNbppbMDbG28cXLmixXHJygpPllgMMz86jLI8cWuU6v8AMzhqipThllJRf9TtM2zTjGoyxynfZWVWdJJLBlS/0AbLdJkkLgkDDM/OoyyPHFrlOr/MzhqipThllJRf9TtM2zTjGoyxynfZWVWdJJLBlS/0AbLdJkkLgkDnyqEsrjmlUa2TdIrWHHKPQl5m+Iyuy+VznJwhCEkudYjKMceqEIxldNUBuAAOfKoSyuOaVRrZN0itYcco9CXmb4jK7L5XOcnCEISS51iMoxx6oQjGV01QG4AA5cjUpT15njceEnX/AMlsWqGjzykp+0t2hkyQ1tSwzm4+6jZeGbVJLpZF8uIGoAA5cjUpT15njceEnX/yWxaoaPPKSn7S3aGTJDW1LDObj7qNl4ZtUkulkXy4gagADjm9UXKWeUZ/SnX7G2PVCag5OSavflFXlg5t9CbkvdQsvjy65V05x+ZRoDUAAcc2pRcpZ5Rn9KdfsbY9UJqDk5Jq9+UVeWDm30JuS91Cy+PLrlXTnH5lGgNSJXpdc1sSRJ6Yt9gOWMPDTV5JJy99UqZrga1SjCTlBcb3Rm3JtTy4sbi/dK2vubxfncEkopWqAuRK9LrmtiSJPTFvsByxh4eavJJOXvqlTNcDWqUYScoLje6M25NqeXFjcX7pW19zeL87gklFK1QFwAAAAAAAAAAAAAAAVfID5BQLFSUQSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfJLIAFipKAkAAAAAAAAAAAAAAAESipVa43RIAAAAQ4pyUmt0SAAAAFdK1avcrPDGclK2n70+TQAAABVRSba9+SvRj1FNNr3pPY0AAAAVjFRTS4KxwxjPUm/texoAAAArGKimlwVjhjGepN/a9jQAAABEYqN0qvckAAAAIjFRulV7kgACGlJNPhkgCrinHS918kY8axp05O+7LgAAAIjFRVLgkAARKKkqZIArOCnGn+pGOCxx0pt/LLgAQ0pJp7pkgCEqVIkAAVlFSq+VwWAFMmNZFTtP2a5RMIqEVFe3csABWUVKr5XBYAUyY1kVO0/ZrlEwioRUV7dywAESipVa43RIAAAARKKlVrjdEgAAABDinJSa3RIAAAAQ4pyUmt0SAAAAFVFJtr35LADPox6imm170nsaAACqik2178lgBn0Y9RTTa96T2NAABCik20t3ySAAAAEKKTbS3fJIAAACOUQopR0+3yWAGePEscm05O/Zvg0AAjlEKKUdPt8lgBnjxLHJtOTv2b4NAAIaUk0+GQ4px0vdfJYAUx41jTpyd92XAAiUVJUyJwU40/1LACmOCxx0pt/LLgAQ0pJp7phKlSJAAAARKKkqatEgAAABWUVKr5XBGTGsip2n7NcouAKwioRUV7dywAESipVa43RIAAAARKKlVrjdEgAAABXStWr3KzwxnJStp+9Pk0AAAAV0rVq9ys8MZyUrafvT5NAAAAEaVq1VvwSAAAAEaVq1VvwSAAAAEKKTbS3fJIAAAAQopNtLd8kgACOUSAKqKUdPt8lceJY5Npyd+zfBoABHKJAFVFKOn2+SuPEscm05O/Zvg0AAAAAAAAAAAAAAAAIYEAAoBbAAWBWybIJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWQ3YBuwAUAABJJUmyCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIsCSrAKAAAAAAAAAsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYsABYAAAAAAAAAAAAALAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAWLAAAAAAAAAA//9k=","panelStyle":"{\"width\":1600,\"height\":900,\"scale\":100,\"scaleWidth\":100,\"scaleHeight\":100,\"selfAdaption\":true,\"auxiliaryMatrix\":true,\"openCommonStyle\":true,\"panel\":{\"mobileSetting\":{\"customSetting\":false,\"color\":\"#ffffff\",\"imageUrl\":null,\"backgroundType\":\"image\",\"alpha\":100},\"themeColor\":\"dark\",\"color\":\"#E4E9F7\",\"imageUrl\":null,\"backgroundType\":\"color\",\"gap\":\"yes\",\"resultMode\":\"all\",\"resultCount\":1000,\"alpha\":100},\"aidedDesign\":{\"showGrid\":true,\"matrixBase\":4},\"pdfPageLine\":{\"showPageLine\":false,\"proportion\":null},\"refreshViewEnable\":false,\"refreshViewLoading\":true,\"refreshUnit\":\"minute\",\"refreshTime\":5,\"themeId\":\"system_1\",\"chartInfo\":{\"chartTitle\":{\"show\":true,\"fontSize\":\"18\",\"color\":\"#FFFFFF\",\"hPosition\":\"left\",\"vPosition\":\"top\",\"isItalic\":false,\"isBolder\":true,\"remarkShow\":false,\"remark\":\"\",\"remarkBackgroundColor\":\"#5A5C62\",\"fontFamily\":\"Microsoft YaHei\",\"letterSpace\":\"0\",\"fontShadow\":false},\"chartColor\":{\"value\":\"classical\",\"colors\":[\"#314D97\",\"#6888C4\",\"#5E9EA6\",\"#9DBCFB\",\"#ACB7C9\",\"#A4A9F8\",\"#A5D1CD\",\"#dd4b4b\",\"#bb9581\"],\"alpha\":100,\"tableHeaderBgColor\":\"#5470c6\",\"tableItemBgColor\":\"#131E42\",\"tableFontColor\":\"#ffffff\",\"tableStripe\":true,\"dimensionColor\":\"#ffffff\",\"quotaColor\":\"#5470c6\",\"tableBorderColor\":\"#CCCCCC\",\"seriesColors\":[],\"areaBorderColor\":\"#EBEEF5\",\"areaBaseColor\":\"5470C6\",\"tableScrollBarColor\":\"rgba(255, 255, 255, 0.5)\",\"tableScrollBarHoverColor\":\"rgba(255, 255, 255, 0.8)\",\"mapStyle\":\"darkblue\",\"mapLineGradient\":false,\"mapLineSourceColor\":\"#2F58CD\",\"mapLineTargetColor\":\"#3795BD\",\"tableHeaderFontColor\":\"#ffffff\",\"modifyName\":\"colors\"},\"chartCommonStyle\":{\"backgroundColorSelect\":true,\"color\":\"#131E42\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"filterStyle\":{\"horizontal\":\"left\",\"vertical\":\"top\",\"color\":\"#FFFFFF\",\"brColor\":\"#4E4B4B\",\"wordColor\":\"#FFFFFF\",\"innerBgColor\":\"#131E42\"},\"tabStyle\":{\"headFontColor\":\"#FFFFFF\",\"headFontActiveColor\":\"#FFFFFF\",\"headBorderColor\":\"#131E42\",\"headBorderActiveColor\":\"#131E42\",\"headPosition\":\"left\"}},\"chartCommonStyle\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null}}","panelData":"[{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71681-8632-11ee-a2c7-1325e526408f\",\"component\":\"rect-shape\",\"label\":\"矩形\",\"propValue\":\"\",\"icon\":\"juxing\",\"type\":\"rect-shape\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1178,\"height\":400,\"borderColor\":\"#000000\",\"left\":422,\"top\":200},\"x\":39,\"y\":17,\"sizex\":106,\"sizey\":32,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":true,\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":true,\"backgroundType\":\"outerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":\"/static-resource/fce8c800-f94f-11ed-ac8b-cba832e729e5.png\"},\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"linkageFilters\":[],\"mobileSelected\":false,\"_dragId\":0},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71682-8632-11ee-a2c7-1325e526408f\",\"component\":\"rect-shape\",\"label\":\"矩形\",\"propValue\":\"\",\"icon\":\"juxing\",\"type\":\"rect-shape\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1592,\"height\":84,\"borderColor\":\"#000000\",\"left\":3,\"top\":0},\"x\":1,\"y\":1,\"sizex\":144,\"sizey\":7,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":false,\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#2752BF\",\"alpha\":88,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"linkageFilters\":[],\"mobileSelected\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71683-8632-11ee-a2c7-1325e526408f\",\"component\":\"v-text\",\"label\":\"文字\",\"propValue\":\"游戏销量时序数据可视化与分析看板        \",\"icon\":\"wenben\",\"type\":\"v-text\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1511,\"height\":88,\"fontSize\":\"40\",\"fontWeight\":\"550\",\"lineHeight\":\"\",\"letterSpacing\":\"4\",\"textAlign\":\"center\",\"color\":\"#FFFFFF\",\"verticalAlign\":\"middle\",\"left\":77.77777777777779,\"top\":0},\"x\":8,\"y\":1,\"sizex\":136,\"sizey\":7,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":true,\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#131E42\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"linkageFilters\":[],\"mobileSelected\":false,\"_dragId\":1},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71684-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"27ffd790-f86f-11ed-acb5-a3cee510af1d\",\"viewId\":\"0be564e0-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"pie-donut\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1589,\"height\":888,\"left\":0,\"top\":0},\"x\":1,\"y\":1,\"sizex\":143,\"sizey\":71,\"auxiliaryMatrix\":true,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"ddce76e0-f86e-11ed-acb5-a3cee510af1d-8905a420-f86f-11ed-acb5-a3cee510af1d\",\"canvasPid\":\"canvas-main\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"_dragId\":0},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71685-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"27ffd790-f86f-11ed-acb5-a3cee510af1d\",\"viewId\":\"0be2097c-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"pie-donut\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1589,\"height\":900,\"left\":0,\"top\":0},\"x\":1,\"y\":1,\"sizex\":143,\"sizey\":72,\"auxiliaryMatrix\":true,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"ddce76e0-f86e-11ed-acb5-a3cee510af1d-1\",\"canvasPid\":\"canvas-main\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false,\"_dragId\":0},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71686-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"27ffd790-f86f-11ed-acb5-a3cee510af1d\",\"viewId\":\"0be9aaa4-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"pie-donut\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1589,\"height\":888,\"left\":0,\"top\":0},\"x\":1,\"y\":1,\"sizex\":143,\"sizey\":71,\"auxiliaryMatrix\":true,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"ddce76e0-f86e-11ed-acb5-a3cee510af1d-5cc9a2d0-f86f-11ed-acb5-a3cee510af1d\",\"canvasPid\":\"canvas-main\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false,\"_dragId\":0},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71687-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"27ffd790-f86f-11ed-acb5-a3cee510af1d\",\"viewId\":\"0be84b12-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"pie-donut\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1589,\"height\":888,\"left\":0,\"top\":0},\"x\":1,\"y\":1,\"sizex\":143,\"sizey\":71,\"auxiliaryMatrix\":true,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"e4781780-f86e-11ed-acb5-a3cee510af1d-2d93fea0-f871-11ed-acb5-a3cee510af1d\",\"canvasPid\":\"canvas-main\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false,\"_dragId\":0},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71688-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"27ffd790-f86f-11ed-acb5-a3cee510af1d\",\"viewId\":\"0bdc8b3a-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"pie-donut\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1589,\"height\":888,\"left\":0,\"top\":0},\"x\":1,\"y\":1,\"sizex\":143,\"sizey\":71,\"auxiliaryMatrix\":true,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"e4781780-f86e-11ed-acb5-a3cee510af1d-1\",\"canvasPid\":\"canvas-main\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false,\"_dragId\":0},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71689-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"27ffd790-f86f-11ed-acb5-a3cee510af1d\",\"viewId\":\"0be3901e-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"pie-donut\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1589,\"height\":888,\"left\":0,\"top\":0},\"x\":1,\"y\":1,\"sizex\":143,\"sizey\":71,\"auxiliaryMatrix\":true,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"e4781780-f86e-11ed-acb5-a3cee510af1d-01464a10-f871-11ed-acb5-a3cee510af1d\",\"canvasPid\":\"canvas-main\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false,\"_dragId\":0},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7168a-8632-11ee-a2c7-1325e526408f\",\"component\":\"de-show-date\",\"label\":\"时间\",\"propValue\":\"\",\"icon\":\"shijian\",\"type\":\"de-show-date\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":306,\"height\":34,\"fontSize\":\"18\",\"fontWeight\":\"500\",\"lineHeight\":\"\",\"letterSpacing\":0,\"textAlign\":\"center\",\"color\":\"#FFFFFF\",\"verticalAlign\":\"middle\",\"borderColor\":\"#000000\",\"time_margin\":0,\"left\":1283,\"top\":24},\"formatInfo\":{\"openMode\":\"0\",\"showWeek\":true,\"showDate\":true,\"dateFormat\":\"yyyy-MM-dd\",\"timeFormat\":\"hh:mm:ss\"},\"x\":105,\"y\":7,\"sizex\":40,\"sizey\":8,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":false,\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"linkageFilters\":[],\"mobileSelected\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7168b-8632-11ee-a2c7-1325e526408f\",\"component\":\"Picture\",\"type\":\"picture-add\",\"label\":\"图片\",\"icon\":\"\",\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"propValue\":\"/static-resource/0cba77d0-f881-11ed-acb5-a3cee510af1d.png\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#000000\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"adaptation\":\"equiratio\",\"top\":24,\"left\":20,\"width\":30,\"height\":41},\"auxiliaryMatrix\":false,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"linkageFilters\":[],\"x\":3,\"y\":1,\"sizex\":3,\"sizey\":4,\"mobileSelected\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7168c-8632-11ee-a2c7-1325e526408f\",\"component\":\"v-text\",\"label\":\"文字\",\"propValue\":\"  人员结构\",\"icon\":\"wenben\",\"type\":\"v-text\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1148,\"height\":35,\"fontSize\":\"21\",\"fontWeight\":\"550\",\"lineHeight\":\"\",\"letterSpacing\":0,\"textAlign\":\"left\",\"color\":\"#000000\",\"verticalAlign\":\"middle\",\"left\":437,\"top\":206},\"x\":40,\"y\":49,\"sizex\":102,\"sizey\":3,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":false,\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[]},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7168d-8632-11ee-a2c7-1325e526408f\",\"component\":\"v-text\",\"label\":\"文字\",\"propValue\":\"游戏销量时序数据可视化与分析\",\"icon\":\"wenben\",\"type\":\"v-text\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":164,\"height\":56,\"fontSize\":\"18\",\"fontWeight\":\"500\",\"lineHeight\":\"\",\"letterSpacing\":\"2\",\"textAlign\":\"left\",\"color\":\"#FFFFFF\",\"verticalAlign\":\"middle\",\"left\":63,\"top\":18},\"x\":55,\"y\":8,\"sizex\":40,\"sizey\":8,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":false,\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#131E42\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"linkageFilters\":[],\"mobileSelected\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"e4781780-f86e-11ed-acb5-a3cee510af1d\",\"component\":\"de-tabs\",\"label\":\"选项卡\",\"propValue\":\"\",\"icon\":\"tabs\",\"type\":\"de-tabs\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":582,\"height\":352,\"borderColor\":\"#000000\",\"fontSize\":\"14\",\"activeFontSize\":\"18\",\"carouselEnable\":true,\"switchTime\":5,\"left\":1012,\"top\":242,\"headFontColor\":\"#000000\",\"headFontActiveColor\":\"#4562AC\",\"headBorderColor\":null,\"headBorderActiveColor\":null,\"headPosition\":\"center\"},\"options\":{\"tabList\":[{\"title\":\"全球销量占比\",\"name\":\"1\",\"content\":{\"type\":\"canvas\"}},{\"title\":\"日本销量占比\",\"name\":\"01464a10-f871-11ed-acb5-a3cee510af1d\",\"content\":{\"type\":\"canvas\"}},{\"title\":\"欧洲销量占比\",\"name\":\"2d93fea0-f871-11ed-acb5-a3cee510af1d\",\"content\":{\"type\":\"canvas\"}}]},\"x\":93,\"y\":17,\"sizex\":52,\"sizey\":29,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":false,\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[]},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"ddce76e0-f86e-11ed-acb5-a3cee510af1d\",\"component\":\"de-tabs\",\"label\":\"选项卡\",\"propValue\":\"\",\"icon\":\"tabs\",\"type\":\"de-tabs\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":\"0\",\"borderRadius\":0,\"width\":570,\"height\":353,\"borderColor\":\"#000000\",\"fontSize\":\"14\",\"activeFontSize\":\"18\",\"carouselEnable\":true,\"switchTime\":5,\"left\":431,\"top\":241,\"headFontColor\":\"#000000\",\"headFontActiveColor\":\"#4562AC\",\"headBorderColor\":null,\"headBorderActiveColor\":null,\"headPosition\":\"center\"},\"options\":{\"tabList\":[{\"title\":\"游戏平台占比\\n\",\"name\":\"1\",\"content\":{\"type\":\"canvas\"}},{\"title\":\"游戏体裁分布\",\"name\":\"8905a420-f86f-11ed-acb5-a3cee510af1d\",\"content\":{\"type\":\"canvas\"}},{\"title\":\"发行商发行数占比\",\"name\":\"5cc9a2d0-f86f-11ed-acb5-a3cee510af1d\",\"content\":{\"type\":\"canvas\"}}]},\"x\":40,\"y\":49,\"sizex\":52,\"sizey\":29,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":false,\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"linkageFilters\":[],\"mobileSelected\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7168e-8632-11ee-a2c7-1325e526408f\",\"component\":\"rect-shape\",\"label\":\"矩形\",\"propValue\":\"\",\"icon\":\"juxing\",\"type\":\"rect-shape\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":267,\"height\":113,\"borderColor\":\"#000000\",\"left\":0,\"top\":87.5},\"x\":1,\"y\":8,\"sizex\":24,\"sizey\":9,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":true,\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"linkageFilters\":[],\"mobileSelected\":false,\"_dragId\":2},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7168f-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"7a57e350-f86c-11ed-acb5-a3cee510af1d\",\"viewId\":\"0bcd49ee-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"text\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":164,\"height\":90,\"left\":107,\"top\":99},\"x\":7,\"y\":17,\"sizex\":18,\"sizey\":9,\"auxiliaryMatrix\":false,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71690-8632-11ee-a2c7-1325e526408f\",\"component\":\"Picture\",\"type\":\"picture-add\",\"label\":\"图片\",\"icon\":\"\",\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"propValue\":\"/static-resource/d1f2e5d0-f950-11ed-ac8b-cba832e729e5.png\",\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"adaptation\":\"equiratio\",\"top\":122,\"left\":38,\"width\":40,\"height\":45},\"auxiliaryMatrix\":false,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"linkageFilters\":[],\"x\":1,\"y\":1,\"sizex\":5,\"sizey\":5,\"mobileSelected\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71691-8632-11ee-a2c7-1325e526408f\",\"component\":\"rect-shape\",\"label\":\"矩形\",\"propValue\":\"\",\"icon\":\"juxing\",\"type\":\"rect-shape\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":267,\"height\":113,\"borderColor\":\"#000000\",\"left\":266.6666666666667,\"top\":87.5},\"x\":25,\"y\":8,\"sizex\":24,\"sizey\":9,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":true,\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"_dragId\":3},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71692-8632-11ee-a2c7-1325e526408f\",\"component\":\"Picture\",\"type\":\"picture-add\",\"label\":\"图片\",\"icon\":\"\",\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"propValue\":\"/static-resource/9a3dec10-f951-11ed-ac8b-cba832e729e5.png\",\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"adaptation\":\"equiratio\",\"top\":119,\"left\":300,\"width\":47,\"height\":51},\"auxiliaryMatrix\":false,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"x\":1,\"y\":1,\"sizex\":5,\"sizey\":5},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71693-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"7a57e350-f86c-11ed-acb5-a3cee510af1d\",\"viewId\":\"0bd7a934-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"text\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":160,\"height\":99,\"left\":378,\"top\":95},\"x\":25,\"y\":17,\"sizex\":23,\"sizey\":9,\"auxiliaryMatrix\":false,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71694-8632-11ee-a2c7-1325e526408f\",\"component\":\"rect-shape\",\"label\":\"矩形\",\"propValue\":\"\",\"icon\":\"juxing\",\"type\":\"rect-shape\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":267,\"height\":113,\"borderColor\":\"#000000\",\"left\":533.3333333333334,\"top\":87.5},\"x\":49,\"y\":8,\"sizex\":24,\"sizey\":9,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":true,\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"_dragId\":4},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71695-8632-11ee-a2c7-1325e526408f\",\"component\":\"Picture\",\"type\":\"picture-add\",\"label\":\"图片\",\"icon\":\"\",\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"propValue\":\"/static-resource/9cfc21b0-f951-11ed-ac8b-cba832e729e5.png\",\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"adaptation\":\"equiratio\",\"top\":118,\"left\":567,\"width\":47,\"height\":53},\"auxiliaryMatrix\":false,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"x\":1,\"y\":1,\"sizex\":5,\"sizey\":5},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71696-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"7a57e350-f86c-11ed-acb5-a3cee510af1d\",\"viewId\":\"0bdba0d8-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"text\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":163,\"height\":98,\"left\":639,\"top\":95},\"x\":49,\"y\":8,\"sizex\":24,\"sizey\":9,\"auxiliaryMatrix\":false,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71697-8632-11ee-a2c7-1325e526408f\",\"component\":\"rect-shape\",\"label\":\"矩形\",\"propValue\":\"\",\"icon\":\"juxing\",\"type\":\"rect-shape\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":267,\"height\":112,\"borderColor\":\"#000000\",\"left\":800,\"top\":88},\"x\":73,\"y\":8,\"sizex\":24,\"sizey\":9,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":true,\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"_dragId\":5},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71698-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"7a57e350-f86c-11ed-acb5-a3cee510af1d\",\"viewId\":\"0bc840da-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"text\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":175,\"height\":89,\"left\":899,\"top\":99},\"x\":73,\"y\":8,\"sizex\":25,\"sizey\":9,\"auxiliaryMatrix\":false,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f71699-8632-11ee-a2c7-1325e526408f\",\"component\":\"Picture\",\"type\":\"picture-add\",\"label\":\"图片\",\"icon\":\"\",\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"propValue\":\"/static-resource/ae315810-f951-11ed-ac8b-cba832e729e5.png\",\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"adaptation\":\"equiratio\",\"top\":123,\"left\":832,\"width\":39,\"height\":42},\"auxiliaryMatrix\":false,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"x\":1,\"y\":1,\"sizex\":5,\"sizey\":5},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7169a-8632-11ee-a2c7-1325e526408f\",\"component\":\"rect-shape\",\"label\":\"矩形\",\"propValue\":\"\",\"icon\":\"juxing\",\"type\":\"rect-shape\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":267,\"height\":113,\"borderColor\":\"#000000\",\"left\":1067,\"top\":88},\"x\":97,\"y\":8,\"sizex\":24,\"sizey\":9,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":true,\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"_dragId\":6},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7169b-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"7a57e350-f86c-11ed-acb5-a3cee510af1d\",\"viewId\":\"0bd97df6-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"text\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":166,\"height\":86,\"left\":1168,\"top\":100},\"x\":98,\"y\":8,\"sizex\":24,\"sizey\":9,\"auxiliaryMatrix\":false,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7169c-8632-11ee-a2c7-1325e526408f\",\"component\":\"Picture\",\"type\":\"picture-add\",\"label\":\"图片\",\"icon\":\"\",\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"propValue\":\"/static-resource/d3d4f6d0-f951-11ed-ac8b-cba832e729e5.png\",\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"adaptation\":\"equiratio\",\"top\":122,\"left\":1096,\"width\":43,\"height\":44},\"auxiliaryMatrix\":false,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"x\":1,\"y\":1,\"sizex\":5,\"sizey\":5},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7169d-8632-11ee-a2c7-1325e526408f\",\"component\":\"rect-shape\",\"label\":\"矩形\",\"propValue\":\"\",\"icon\":\"juxing\",\"type\":\"rect-shape\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":267,\"height\":113,\"borderColor\":\"#000000\",\"left\":1333.3333333333335,\"top\":87.5},\"x\":121,\"y\":8,\"sizex\":24,\"sizey\":9,\"miniSizex\":1,\"miniSizey\":1,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"auxiliaryMatrix\":true,\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"_dragId\":7},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7169e-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"7a57e350-f86c-11ed-acb5-a3cee510af1d\",\"viewId\":\"0bcecf90-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"text\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":177,\"height\":92,\"left\":1418,\"top\":98},\"x\":121,\"y\":8,\"sizex\":24,\"sizey\":9,\"auxiliaryMatrix\":false,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"commonBackground\":{\"backgroundColorSelect\":false,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":true,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f7169f-8632-11ee-a2c7-1325e526408f\",\"component\":\"Picture\",\"type\":\"picture-add\",\"label\":\"图片\",\"icon\":\"\",\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"propValue\":\"/static-resource/ef2f6000-f951-11ed-ac8b-cba832e729e5.png\",\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":5,\"innerPadding\":0,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"adaptation\":\"equiratio\",\"top\":119,\"left\":1365,\"width\":49,\"height\":50},\"auxiliaryMatrix\":false,\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"linkageFilters\":[],\"x\":1,\"y\":1,\"sizex\":5,\"sizey\":5},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f716a0-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"e562bb10-f86d-11ed-acb5-a3cee510af1d\",\"viewId\":\"0bc9ee8c-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"bar-horizontal\",\"render\":\"antv\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":422,\"height\":700,\"left\":0,\"top\":200},\"x\":1,\"y\":17,\"sizex\":38,\"sizey\":56,\"auxiliaryMatrix\":true,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":5,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false,\"_dragId\":8},{\"animations\":[],\"events\":{},\"groupStyle\":{},\"isLock\":false,\"id\":\"66f716a1-8632-11ee-a2c7-1325e526408f\",\"component\":\"user-view\",\"label\":\"用户视图\",\"propValue\":{\"id\":\"75f68b60-f874-11ed-acb5-a3cee510af1d\",\"viewId\":\"0bd62292-862c-11ee-9761-035140f9220b\",\"textValue\":\"双击输入文本内容\",\"innerType\":\"chart-mix\",\"render\":\"echarts\"},\"icon\":\"juxing\",\"type\":\"view\",\"mobileStyle\":{\"style\":{\"width\":1600,\"height\":300,\"left\":0,\"top\":0,\"borderRadius\":3},\"x\":1,\"y\":1,\"sizex\":6,\"sizey\":4,\"miniSizex\":1,\"miniSizey\":1,\"auxiliaryMatrix\":true},\"hyperlinks\":{\"openMode\":\"_blank\",\"enable\":false,\"content\":\"http://\"},\"style\":{\"rotate\":0,\"opacity\":1,\"borderStyle\":\"solid\",\"borderWidth\":0,\"borderRadius\":0,\"width\":1178,\"height\":300,\"left\":422,\"top\":600},\"x\":39,\"y\":49,\"sizex\":106,\"sizey\":24,\"auxiliaryMatrix\":true,\"miniSizex\":1,\"miniSizey\":1,\"filters\":[],\"linkageFilters\":[],\"canvasId\":\"canvas-main\",\"canvasPid\":\"0\",\"commonBackground\":{\"backgroundColorSelect\":true,\"color\":\"#FFFFFF\",\"alpha\":100,\"borderRadius\":25,\"innerPadding\":5,\"enable\":false,\"backgroundType\":\"innerImage\",\"innerImage\":\"board/blue_1.svg\",\"innerImageColor\":\"#1094E5\",\"outerImage\":null},\"optStatus\":{\"dragging\":false,\"resizing\":false},\"editing\":false,\"mobileSelected\":false,\"needAdaptor\":false,\"_dragId\":9}]","dynamicData":"{\"cf59cf0a-862b-11ee-9317-0242ac130002\":\"{\\\"id\\\":\\\"cf59cf0a-862b-11ee-9317-0242ac130002\\\",\\\"name\\\":\\\"GDP前十强城市\\\",\\\"title\\\":\\\"GDP前十强城市\\\",\\\"sceneId\\\":\\\"117f679e-8355-4645-a692-47e2009cbc0d\\\",\\\"tableId\\\":\\\"5d91825c-8a0a-4c90-aba1-f58cff216561\\\",\\\"type\\\":\\\"bar-horizontal\\\",\\\"render\\\":\\\"echarts\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":1629451634257,\\\"updateTime\\\":1629883342892,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":null,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"energy\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#F8B65E\\\\\\\",\\\\\\\"#2a83a2\\\\\\\",\\\\\\\"#f07474\\\\\\\",\\\\\\\"#c55784\\\\\\\",\\\\\\\"#274a78\\\\\\\",\\\\\\\"#7058a3\\\\\\\",\\\\\\\"#0095d9\\\\\\\",\\\\\\\"#75c24b\\\\\\\",\\\\\\\"#808080\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":1,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"emptyCircle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":false,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true}},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\"}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"GDP前十强城市\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"rect\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"background\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"alpha\\\\\\\":100,\\\\\\\"borderRadius\\\\\\\":10},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"南京市\\\",\\\"武汉市\\\",\\\"杭州市\\\",\\\"成都市\\\",\\\"苏州市\\\",\\\"重庆市\\\",\\\"广州市\\\",\\\"深圳市\\\",\\\"北京市\\\",\\\"上海市\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"tableId\\\":\\\"5d91825c-8a0a-4c90-aba1-f58cff216561\\\",\\\"originName\\\":\\\"city\\\",\\\"name\\\":\\\"city\\\",\\\"dataeaseName\\\":\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629451475515,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"5205fbba-d3a1-41f7-a76e-b1837c3735b3\\\",\\\"tableId\\\":\\\"5d91825c-8a0a-4c90-aba1-f58cff216561\\\",\\\"originName\\\":\\\"id\\\",\\\"name\\\":\\\"id\\\",\\\"dataeaseName\\\":\\\"C_b80bb7740288fda1f201890375a60c8f\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"INT\\\",\\\"size\\\":10,\\\"deType\\\":2,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":2,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629451475515,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"7457904c-e8fe-4095-ab3c-1a868012c837\\\",\\\"tableId\\\":\\\"5d91825c-8a0a-4c90-aba1-f58cff216561\\\",\\\"originName\\\":\\\"province\\\",\\\"name\\\":\\\"province\\\",\\\"dataeaseName\\\":\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629451475515,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\",\\\"tableId\\\":\\\"5d91825c-8a0a-4c90-aba1-f58cff216561\\\",\\\"originName\\\":\\\"gdp\\\",\\\"name\\\":\\\"gdp\\\",\\\"dataeaseName\\\":\\\"C_e785c0883d7a104330e69aee73d4f235\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"DOUBLE\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":3,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":3,\\\"lastSyncTime\\\":1629451475515,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"tableId\\\":\\\"5d91825c-8a0a-4c90-aba1-f58cff216561\\\",\\\"originName\\\":\\\"city\\\",\\\"dataeaseName\\\":\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\",\\\"name\\\":\\\"city\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629451475515,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\",\\\"tableId\\\":\\\"5d91825c-8a0a-4c90-aba1-f58cff216561\\\",\\\"originName\\\":\\\"gdp\\\",\\\"dataeaseName\\\":\\\"C_e785c0883d7a104330e69aee73d4f235\\\",\\\"name\\\":\\\"GDP(亿元)\\\",\\\"type\\\":\\\"DOUBLE\\\",\\\"checked\\\":true,\\\"columnIndex\\\":3,\\\"lastSyncTime\\\":1629451475515,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"asc\\\",\\\"deExtractType\\\":3,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"南京市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":7622.77},{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"武汉市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":8251.5},{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"杭州市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":8656.03},{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"成都市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":9602.72},{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"苏州市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":10684.66},{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"重庆市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":12903},{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"广州市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":13101.89},{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"深圳市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":14324.47},{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"北京市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":19228},{\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\":\\\"上海市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":20102}],\\\"series\\\":[{\\\"name\\\":\\\"GDP(亿元)\\\",\\\"type\\\":\\\"bar-horizontal\\\",\\\"data\\\":[{\\\"value\\\":7622.77,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"南京市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]},{\\\"value\\\":8251.5,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"武汉市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]},{\\\"value\\\":8656.03,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"杭州市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]},{\\\"value\\\":9602.72,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"成都市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]},{\\\"value\\\":10684.66,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"苏州市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]},{\\\"value\\\":12903,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"重庆市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]},{\\\"value\\\":13101.89,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"广州市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]},{\\\"value\\\":14324.47,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"深圳市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]},{\\\"value\\\":19228,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"北京市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]},{\\\"value\\\":20102,\\\"dimensionList\\\":[{\\\"id\\\":\\\"30d6a427-95af-4478-93ff-81511023d193\\\",\\\"value\\\":\\\"上海市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\"}]}]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICB0X2FfMC5gY2l0eWAgQVMgZl9heF8wCiAgICAgICAgLAogICAgICAgIHN1bShDQVNUKHRfYV8wLmBnZHBgIEFTIERFQ0lNQUwoMjcsOCkpKSBBUyBmX2F5XzAKICAgIEZST00KICAgICAgICBgZGVtb19nZHBfYnlfY2l0eV90b3AxMGAgICB0X2FfMAogICAgR1JPVVAgQlkKICAgICAgICB0X2FfMC5gY2l0eWAKICAgICkgICB0X2FfMQpPUkRFUiBCWQogICAgZl9heV8wIGFzYwogTElNSVQgMCwxMDAw\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":\\\"mysql\\\",\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"30d6a427-95af-4478-93ff-81511023d193\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"5d91825c-8a0a-4c90-aba1-f58cff216561\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"city\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"city\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":2,\\\\\\\"lastSyncTime\\\\\\\":1629451475515,\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"b30e9982-91fb-41ae-9e69-2ce7e2717cf6\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"5d91825c-8a0a-4c90-aba1-f58cff216561\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"gdp\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GDP(亿元)\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e785c0883d7a104330e69aee73d4f235\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"DOUBLE\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":3,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":3,\\\\\\\"lastSyncTime\\\\\\\":1629451475515,\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"asc\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"cf59cec4-862b-11ee-9317-0242ac130002\":\"{\\\"id\\\":\\\"cf59cec4-862b-11ee-9317-0242ac130002\\\",\\\"name\\\":\\\"今年上半年GDP产业分布(亿元)\\\",\\\"title\\\":\\\"今年上半年GDP产业分布(亿元)\\\",\\\"sceneId\\\":\\\"117f679e-8355-4645-a692-47e2009cbc0d\\\",\\\"tableId\\\":\\\"99f30713-29ab-4378-941c-bb99182d927a\\\",\\\"type\\\":\\\"pie\\\",\\\"render\\\":\\\"echarts\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":1629442969160,\\\"updateTime\\\":1629875435989,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":null,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"energy\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#ef8b07\\\\\\\",\\\\\\\"#F5C021\\\\\\\",\\\\\\\"#FAE37C\\\\\\\",\\\\\\\"#c55784\\\\\\\",\\\\\\\"#274a78\\\\\\\",\\\\\\\"#7058a3\\\\\\\",\\\\\\\"#0095d9\\\\\\\",\\\\\\\"#75c24b\\\\\\\",\\\\\\\"#808080\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":1,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"emptyCircle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":false,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":38,\\\\\\\"pieOuterRadius\\\\\\\":55,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"outside\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true}},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\"}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"今年上半年GDP产业分布(亿元)\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"rect\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"background\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"alpha\\\\\\\":100,\\\\\\\"borderRadius\\\\\\\":10},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"第一产业\\\",\\\"第三产业\\\",\\\"第二产业\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"32642c98-ce65-482c-b6be-6a177297276a\\\",\\\"tableId\\\":\\\"99f30713-29ab-4378-941c-bb99182d927a\\\",\\\"originName\\\":\\\"id\\\",\\\"name\\\":\\\"id\\\",\\\"dataeaseName\\\":\\\"C_b80bb7740288fda1f201890375a60c8f\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"INT\\\",\\\"size\\\":10,\\\"deType\\\":2,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":2,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629442921534,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"8c216055-17c7-4a8e-8fce-a66ffe9e5bfc\\\",\\\"tableId\\\":\\\"99f30713-29ab-4378-941c-bb99182d927a\\\",\\\"originName\\\":\\\"GDP\\\",\\\"name\\\":\\\"GDP\\\",\\\"dataeaseName\\\":\\\"C_35c9f5040cfbb586586ac8cb8f0b06a6\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629442921534,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"bafcb837-24a2-4f94-9d6b-7ce163bd7fbc\\\",\\\"tableId\\\":\\\"99f30713-29ab-4378-941c-bb99182d927a\\\",\\\"originName\\\":\\\"industry\\\",\\\"name\\\":\\\"industry\\\",\\\"dataeaseName\\\":\\\"C_94074ce331b5db47060fd2d8009503a8\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629442921534,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"bafcb837-24a2-4f94-9d6b-7ce163bd7fbc\\\",\\\"tableId\\\":\\\"99f30713-29ab-4378-941c-bb99182d927a\\\",\\\"originName\\\":\\\"industry\\\",\\\"dataeaseName\\\":\\\"C_94074ce331b5db47060fd2d8009503a8\\\",\\\"name\\\":\\\"industry\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629442921534,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"8c216055-17c7-4a8e-8fce-a66ffe9e5bfc\\\",\\\"tableId\\\":\\\"99f30713-29ab-4378-941c-bb99182d927a\\\",\\\"originName\\\":\\\"GDP\\\",\\\"dataeaseName\\\":\\\"C_35c9f5040cfbb586586ac8cb8f0b06a6\\\",\\\"name\\\":\\\"GDP\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629442921534,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_94074ce331b5db47060fd2d8009503a8\\\":\\\"第一产业\\\",\\\"C_35c9f5040cfbb586586ac8cb8f0b06a6\\\":28402},{\\\"C_94074ce331b5db47060fd2d8009503a8\\\":\\\"第三产业\\\",\\\"C_35c9f5040cfbb586586ac8cb8f0b06a6\\\":296611},{\\\"C_94074ce331b5db47060fd2d8009503a8\\\":\\\"第二产业\\\",\\\"C_35c9f5040cfbb586586ac8cb8f0b06a6\\\":207154}],\\\"series\\\":[{\\\"name\\\":\\\"GDP\\\",\\\"type\\\":\\\"pie\\\",\\\"data\\\":[{\\\"value\\\":28402,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bafcb837-24a2-4f94-9d6b-7ce163bd7fbc\\\",\\\"value\\\":\\\"第一产业\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"8c216055-17c7-4a8e-8fce-a66ffe9e5bfc\\\"}]},{\\\"value\\\":296611,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bafcb837-24a2-4f94-9d6b-7ce163bd7fbc\\\",\\\"value\\\":\\\"第三产业\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"8c216055-17c7-4a8e-8fce-a66ffe9e5bfc\\\"}]},{\\\"value\\\":207154,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bafcb837-24a2-4f94-9d6b-7ce163bd7fbc\\\",\\\"value\\\":\\\"第二产业\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"8c216055-17c7-4a8e-8fce-a66ffe9e5bfc\\\"}]}]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICB0X2FfMC5gaW5kdXN0cnlgIEFTIGZfYXhfMAogICAgICAgICwKICAgICAgICBzdW0oQ0FTVCh0X2FfMC5gR0RQYCBBUyBERUNJTUFMKDI3LDgpKSkgQVMgZl9heV8wCiAgICBGUk9NCiAgICAgICAgYGRlbW9fZ2RwX2J5X2luZHVzdHJ5YCAgIHRfYV8wCiAgICBHUk9VUCBCWQogICAgICAgIHRfYV8wLmBpbmR1c3RyeWAKICAgICkgICB0X2FfMQogTElNSVQgMCwxMDAw\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":\\\"mysql\\\",\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"bafcb837-24a2-4f94-9d6b-7ce163bd7fbc\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"99f30713-29ab-4378-941c-bb99182d927a\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"industry\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"industry\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_94074ce331b5db47060fd2d8009503a8\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1629442921534,\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"8c216055-17c7-4a8e-8fce-a66ffe9e5bfc\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"99f30713-29ab-4378-941c-bb99182d927a\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"GDP\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GDP\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_35c9f5040cfbb586586ac8cb8f0b06a6\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":2,\\\\\\\"lastSyncTime\\\\\\\":1629442921534,\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"cf59ce13-862b-11ee-9317-0242ac130002\":\"{\\\"id\\\":\\\"cf59ce13-862b-11ee-9317-0242ac130002\\\",\\\"name\\\":\\\"今年上半年GDP(亿元)\\\",\\\"title\\\":\\\"今年上半年GDP(亿元)\\\",\\\"sceneId\\\":\\\"117f679e-8355-4645-a692-47e2009cbc0d\\\",\\\"tableId\\\":\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\",\\\"type\\\":\\\"map\\\",\\\"render\\\":\\\"echarts\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":1629366111909,\\\"updateTime\\\":1629883473724,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":null,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"energy\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#FCF4E5\\\\\\\",\\\\\\\"#F8E7C6\\\\\\\",\\\\\\\"#FFE2AD\\\\\\\",\\\\\\\"#FACB75\\\\\\\",\\\\\\\"#FABC4B\\\\\\\",\\\\\\\"#FCB022\\\\\\\",\\\\\\\"#FFA500\\\\\\\",\\\\\\\"#E29201\\\\\\\",\\\\\\\"#B77702\\\\\\\"],\\\\\\\"alpha\\\\\\\":100.0,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100.0,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40.0,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":1.0,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"emptyCircle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4.0,\\\\\\\"lineSmooth\\\\\\\":false,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0.0,\\\\\\\"pieOuterRadius\\\\\\\":80.0,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5.0,\\\\\\\"funnelWidth\\\\\\\":80.0,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"tableTitleFontSize\\\\\\\":12.0,\\\\\\\"tableItemFontSize\\\\\\\":12.0,\\\\\\\"tableTitleHeight\\\\\\\":36.0,\\\\\\\"tableItemHeight\\\\\\\":36.0,\\\\\\\"gaugeMin\\\\\\\":0.0,\\\\\\\"gaugeMax\\\\\\\":100.0,\\\\\\\"gaugeStartAngle\\\\\\\":225.0,\\\\\\\"gaugeEndAngle\\\\\\\":-45.0,\\\\\\\"dimensionFontSize\\\\\\\":18.0,\\\\\\\"quotaFontSize\\\\\\\":18.0,\\\\\\\"spaceSplit\\\\\\\":10.0,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20.0,\\\\\\\"treemapWidth\\\\\\\":80.0,\\\\\\\"treemapHeight\\\\\\\":80.0},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{b}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true}},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#070707\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"areaCode\\\\\\\":\\\\\\\"156100000\\\\\\\"}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"今年上半年GDP(亿元)\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"rect\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"background\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"alpha\\\\\\\":100,\\\\\\\"borderRadius\\\\\\\":10},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"province\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"province\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1629365603090},{\\\\\\\"id\\\\\\\":\\\\\\\"df68fb8f-0e7e-4b69-90e6-28550f955ebf\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"city\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"city\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1629365603090}]\\\",\\\"senior\\\":\\\"{}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"上海市\\\",\\\"云南省\\\",\\\"内蒙古自治区\\\",\\\"北京市\\\",\\\"吉林省\\\",\\\"四川省\\\",\\\"天津市\\\",\\\"安徽省\\\",\\\"山东省\\\",\\\"山西省\\\",\\\"广东省\\\",\\\"广西壮族自治区\\\",\\\"新疆维吾尔自治区\\\",\\\"江苏省\\\",\\\"江西省\\\",\\\"河北省\\\",\\\"河南省\\\",\\\"浙江省\\\",\\\"海南省\\\",\\\"湖北省\\\",\\\"湖南省\\\",\\\"甘肃省\\\",\\\"福建省\\\",\\\"西藏自治区\\\",\\\"贵州省\\\",\\\"辽宁省\\\",\\\"重庆市\\\",\\\"陕西省\\\",\\\"青海省\\\",\\\"黑龙江省\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\",\\\"tableId\\\":\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\",\\\"originName\\\":\\\"gdp\\\",\\\"name\\\":\\\"gdp\\\",\\\"dataeaseName\\\":\\\"C_e785c0883d7a104330e69aee73d4f235\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"FLOAT\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":3,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629365603090,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"tableId\\\":\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\",\\\"originName\\\":\\\"province\\\",\\\"name\\\":\\\"province\\\",\\\"dataeaseName\\\":\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629365603090,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"df68fb8f-0e7e-4b69-90e6-28550f955ebf\\\",\\\"tableId\\\":\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\",\\\"originName\\\":\\\"city\\\",\\\"name\\\":\\\"city\\\",\\\"dataeaseName\\\":\\\"C_4ed5d2eaed1a1fadcc41ad1d58ed603e\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629365603090,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"tableId\\\":\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\",\\\"originName\\\":\\\"province\\\",\\\"dataeaseName\\\":\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\",\\\"name\\\":\\\"province\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629365603090,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\",\\\"tableId\\\":\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\",\\\"originName\\\":\\\"gdp\\\",\\\"dataeaseName\\\":\\\"C_e785c0883d7a104330e69aee73d4f235\\\",\\\"name\\\":\\\"gdp\\\",\\\"type\\\":\\\"FLOAT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629365603090,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":3,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"上海市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":20102},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"云南省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":12680.22},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"内蒙古自治区\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":8312.84},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"北京市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":19228},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"吉林省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":6075.01},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"四川省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":25232.36},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"天津市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":7309},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"安徽省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":20565.77},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"山东省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":38610.25},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"山西省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":9606.81},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"广东省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":57226.27},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"广西壮族自治区\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":5525.09},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"新疆维吾尔自治区\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":7329},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"江苏省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":54890.37},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"江西省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":13977.22},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"河北省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":18754.04},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"河南省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":22719.34},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"浙江省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":34514.84},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"海南省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":2884.31},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"湖北省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":22732.1},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"湖南省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":21671.12},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"甘肃省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":4748.17},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"福建省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":22899.31},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"西藏自治区\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":926.05},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"贵州省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":9075.48},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"辽宁省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":12641.2},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"重庆市\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":12903},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"陕西省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":13454.73},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"青海省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":1557},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"黑龙江省\\\",\\\"C_e785c0883d7a104330e69aee73d4f235\\\":5990}],\\\"series\\\":[{\\\"name\\\":\\\"gdp\\\",\\\"type\\\":\\\"map\\\",\\\"data\\\":[{\\\"value\\\":20102,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"上海市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":12680.22,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"云南省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":8312.84,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"内蒙古自治区\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":19228,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"北京市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":6075.01,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"吉林省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":25232.36,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"四川省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":7309,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"天津市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":20565.77,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"安徽省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":38610.25,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"山东省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":9606.81,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"山西省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":57226.27,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"广东省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":5525.09,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"广西壮族自治区\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":7329,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"新疆维吾尔自治区\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":54890.37,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"江苏省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":13977.22,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"江西省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":18754.04,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"河北省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":22719.34,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"河南省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":34514.84,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"浙江省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":2884.31,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"海南省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":22732.1,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"湖北省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":21671.12,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"湖南省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":4748.17,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"甘肃省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":22899.31,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"福建省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":926.05,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"西藏自治区\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":9075.48,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"贵州省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":12641.2,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"辽宁省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":12903,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"重庆市\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":13454.73,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"陕西省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":1557,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"青海省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]},{\\\"value\\\":5990,\\\"dimensionList\\\":[{\\\"id\\\":\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\",\\\"value\\\":\\\"黑龙江省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\"}]}]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICB0X2FfMC5gcHJvdmluY2VgIEFTIGZfYXhfMAogICAgICAgICwKICAgICAgICBzdW0oQ0FTVCh0X2FfMC5gZ2RwYCBBUyBERUNJTUFMKDI3LDgpKSkgQVMgZl9heV8wCiAgICBGUk9NCiAgICAgICAgYGRlbW9fZ2RwX2J5X2NpdHlgICAgdF9hXzAKICAgIEdST1VQIEJZCiAgICAgICAgdF9hXzAuYHByb3ZpbmNlYAogICAgKSAgIHRfYV8xCiBMSU1JVCAwLDEwMDA=\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":\\\"mysql\\\",\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"680e8e5a-58c8-4760-b151-9e3c0b998621\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"province\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"province\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1629365603090,\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"4042c7a1-d3c0-4877-9146-b4af2da86a84\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"caf2de01-1dd6-4ea5-a0aa-a53a6bb84ebb\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"gdp\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"gdp\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e785c0883d7a104330e69aee73d4f235\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"FLOAT\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":3,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":2,\\\\\\\"lastSyncTime\\\\\\\":1629365603090,\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"cf59ce82-862b-11ee-9317-0242ac130002\":\"{\\\"id\\\":\\\"cf59ce82-862b-11ee-9317-0242ac130002\\\",\\\"name\\\":\\\"历年GDP数据\\\",\\\"title\\\":\\\"历年GDP数据\\\",\\\"sceneId\\\":\\\"117f679e-8355-4645-a692-47e2009cbc0d\\\",\\\"tableId\\\":\\\"4441c859-2e1b-44a0-a0af-4775c93300ee\\\",\\\"type\\\":\\\"line\\\",\\\"render\\\":\\\"echarts\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":1629424803096,\\\"updateTime\\\":1629875503544,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":null,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"energy\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#ef8b07\\\\\\\",\\\\\\\"#2a83a2\\\\\\\",\\\\\\\"#f07474\\\\\\\",\\\\\\\"#c55784\\\\\\\",\\\\\\\"#274a78\\\\\\\",\\\\\\\"#7058a3\\\\\\\",\\\\\\\"#0095d9\\\\\\\",\\\\\\\"#75c24b\\\\\\\",\\\\\\\"#808080\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":1,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"emptyCircle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true}},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\"}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"历年GDP数据\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"rect\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"background\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"alpha\\\\\\\":100,\\\\\\\"borderRadius\\\\\\\":10},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"2011\\\",\\\"2012\\\",\\\"2013\\\",\\\"2014\\\",\\\"2015\\\",\\\"2016\\\",\\\"2017\\\",\\\"2018\\\",\\\"2019\\\",\\\"2020\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"tableId\\\":\\\"4441c859-2e1b-44a0-a0af-4775c93300ee\\\",\\\"originName\\\":\\\"year\\\",\\\"name\\\":\\\"year\\\",\\\"dataeaseName\\\":\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"INT\\\",\\\"size\\\":10,\\\"deType\\\":2,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":2,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629365603157,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"300c5117-7ea3-4f06-bb45-600b8c42179c\\\",\\\"tableId\\\":\\\"4441c859-2e1b-44a0-a0af-4775c93300ee\\\",\\\"originName\\\":\\\"percent\\\",\\\"name\\\":\\\"percent\\\",\\\"dataeaseName\\\":\\\"C_354f047ba64552895b016bbdd60ab174\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"FLOAT\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":3,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629365603157,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\",\\\"tableId\\\":\\\"4441c859-2e1b-44a0-a0af-4775c93300ee\\\",\\\"originName\\\":\\\"gdp\\\",\\\"name\\\":\\\"gdp\\\",\\\"dataeaseName\\\":\\\"C_e785c0883d7a104330e69aee73d4f235\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"FLOAT\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":3,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629365603157,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"tableId\\\":\\\"4441c859-2e1b-44a0-a0af-4775c93300ee\\\",\\\"originName\\\":\\\"year\\\",\\\"dataeaseName\\\":\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\",\\\"name\\\":\\\"year\\\",\\\"type\\\":\\\"INT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629365603157,\\\"deType\\\":2,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":2,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\",\\\"tableId\\\":\\\"4441c859-2e1b-44a0-a0af-4775c93300ee\\\",\\\"originName\\\":\\\"gdp\\\",\\\"dataeaseName\\\":\\\"C_e785c0883d7a104330e69aee73d4f235\\\",\\\"name\\\":\\\"GDP(万亿)\\\",\\\"type\\\":\\\"FLOAT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629365603157,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":3,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":48.94,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2011},{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":55.3,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2012},{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":62.04,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2013},{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":67.94,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2014},{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":71.7,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2015},{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":72.8,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2016},{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":79.8,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2017},{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":90.04,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2018},{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":92.57,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2019},{\\\"C_e785c0883d7a104330e69aee73d4f235\\\":95.42,\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\":2020}],\\\"series\\\":[{\\\"name\\\":\\\"GDP(万亿)\\\",\\\"type\\\":\\\"line\\\",\\\"data\\\":[{\\\"value\\\":48.94,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2011\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]},{\\\"value\\\":55.3,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2012\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]},{\\\"value\\\":62.04,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2013\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]},{\\\"value\\\":67.94,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2014\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]},{\\\"value\\\":71.7,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2015\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]},{\\\"value\\\":72.8,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2016\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]},{\\\"value\\\":79.8,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2017\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]},{\\\"value\\\":90.04,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2018\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]},{\\\"value\\\":92.57,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2019\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]},{\\\"value\\\":95.42,\\\"dimensionList\\\":[{\\\"id\\\":\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\",\\\"value\\\":\\\"2020\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\"}]}]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBDQVNUKHRfYV8wLmB5ZWFyYCBBUyBERUNJTUFMKDIwLDApKSBBUyBmX2F4XzAKICAgICAgICAsCiAgICAgICAgc3VtKENBU1QodF9hXzAuYGdkcGAgQVMgREVDSU1BTCgyNyw4KSkpIEFTIGZfYXlfMAogICAgRlJPTQogICAgICAgIGBkZW1vX2dkcF9oaXN0b3J5YCAgIHRfYV8wCiAgICBHUk9VUCBCWQogICAgICAgIENBU1QodF9hXzAuYHllYXJgIEFTIERFQ0lNQUwoMjAsMCkpCiAgICApICAgdF9hXzEKIExJTUlUIDAsMTAwMA==\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":\\\"mysql\\\",\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"187443f5-9a64-4e9c-9fd5-6aa993c48352\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"4441c859-2e1b-44a0-a0af-4775c93300ee\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"year\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"year\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_84cdc76cabf41bd7c961f6ab12f117d8\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"INT\\\\\\\",\\\\\\\"size\\\\\\\":10,\\\\\\\"deType\\\\\\\":2,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":2,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1629365603157,\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"d9ff23cc-6303-4653-a1a6-130cd8d3f305\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"4441c859-2e1b-44a0-a0af-4775c93300ee\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"gdp\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GDP(万亿)\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e785c0883d7a104330e69aee73d4f235\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"FLOAT\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":3,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1629365603157,\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"cf59cf4d-862b-11ee-9317-0242ac130002\":\"{\\\"id\\\":\\\"cf59cf4d-862b-11ee-9317-0242ac130002\\\",\\\"name\\\":\\\"2021年GDP总值\\\",\\\"title\\\":\\\"2021年GDP总值\\\",\\\"sceneId\\\":\\\"117f679e-8355-4645-a692-47e2009cbc0d\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"type\\\":\\\"text\\\",\\\"render\\\":\\\"echarts\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":1629448071499,\\\"updateTime\\\":1629883000567,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":null,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#807F7F\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#FF0000\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":1,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"emptyCircle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":false,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"dimensionFontSize\\\\\\\":\\\\\\\"16\\\\\\\",\\\\\\\"quotaFontSize\\\\\\\":\\\\\\\"22\\\\\\\",\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true}},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\"}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"2021年GDP总值\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"rect\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"background\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"alpha\\\\\\\":100,\\\\\\\"borderRadius\\\\\\\":10},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"1c78e746-48aa-4e83-b3c8-e54296777467\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"id\\\",\\\"name\\\":\\\"id\\\",\\\"dataeaseName\\\":\\\"C_b80bb7740288fda1f201890375a60c8f\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"INT\\\",\\\"size\\\":10,\\\"deType\\\":2,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":2,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"34199811-e74d-4f71-b88a-2716b18ac41f\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"2020GDP\\\",\\\"name\\\":\\\"2020GDP\\\",\\\"dataeaseName\\\":\\\"C_2ad1fe944da8f2d91df2181ed189d3df\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"5358bb6f-9ddc-4f8d-8e68-c5ea030af0bb\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"increase\\\",\\\"name\\\":\\\"increase\\\",\\\"dataeaseName\\\":\\\"C_11198b294adbcf089f9d27990258fd22\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":3,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"58a7ee7d-6753-400a-a22b-1aa7d16b1648\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"2021GDP)\\\",\\\"name\\\":\\\"2021GDP)\\\",\\\"dataeaseName\\\":\\\"C_e62745cee7a4ffbf5dbfa70cdd73c7b7\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"58a7ee7d-6753-400a-a22b-1aa7d16b1648\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"2021GDP)\\\",\\\"dataeaseName\\\":\\\"C_e62745cee7a4ffbf5dbfa70cdd73c7b7\\\",\\\"name\\\":\\\"今年上半年GDP(亿元)\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629442921465,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_e62745cee7a4ffbf5dbfa70cdd73c7b7\\\":532167}],\\\"series\\\":[{\\\"name\\\":\\\"今年上半年GDP(亿元)\\\",\\\"type\\\":\\\"text\\\",\\\"data\\\":[532167]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBzdW0oQ0FTVCh0X2FfMC5gMjAyMUdEUO+8iWAgQVMgREVDSU1BTCgyNyw4KSkpIEFTIGZfYXlfMAogICAgRlJPTQogICAgICAgIGBkZW1vX2dkcF8yMDIxYCAgIHRfYV8wCiAgICApICAgdF9hXzEKIExJTUlUIDAsMTAwMA==\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":\\\"mysql\\\",\\\"xaxis\\\":\\\"[]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"58a7ee7d-6753-400a-a22b-1aa7d16b1648\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"2021GDP)\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"今年上半年GDP(亿元)\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e62745cee7a4ffbf5dbfa70cdd73c7b7\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1629442921465,\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"cf59d037-862b-11ee-9317-0242ac130002\":\"{\\\"id\\\":\\\"cf59d037-862b-11ee-9317-0242ac130002\\\",\\\"name\\\":\\\"全国百强县分布\\\",\\\"title\\\":\\\"全国百强县分布\\\",\\\"sceneId\\\":\\\"117f679e-8355-4645-a692-47e2009cbc0d\\\",\\\"tableId\\\":\\\"4593fccd-d4f5-49d5-a5eb-c3203910530e\\\",\\\"type\\\":\\\"scatter\\\",\\\"render\\\":\\\"echarts\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":1629456113105,\\\"updateTime\\\":1629875460716,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":null,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"ffbea0d3-bf90-4ccd-8f34-55a8c4651525\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"4593fccd-d4f5-49d5-a5eb-c3203910530e\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"gdp\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"gdp\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e785c0883d7a104330e69aee73d4f235\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"DOUBLE\\\\\\\",\\\\\\\"size\\\\\\\":19,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":3,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":2,\\\\\\\"lastSyncTime\\\\\\\":1629456058536,\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\"}]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"fast\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#F4E526\\\\\\\",\\\\\\\"#00c039\\\\\\\",\\\\\\\"#0482dc\\\\\\\",\\\\\\\"#bb9581\\\\\\\",\\\\\\\"#ff7701\\\\\\\",\\\\\\\"#9c5ec3\\\\\\\",\\\\\\\"#00ccdf\\\\\\\",\\\\\\\"#00c039\\\\\\\",\\\\\\\"#ff7701\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":1,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"emptyCircle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":false,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true}},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\"}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":false},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"rect\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"百强县个数\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"background\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"alpha\\\\\\\":100,\\\\\\\"borderRadius\\\\\\\":10},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"内蒙古自治区\\\",\\\"安徽省\\\",\\\"山东省\\\",\\\"广东省\\\",\\\"新疆维吾尔自治区\\\",\\\"江苏省\\\",\\\"江西省\\\",\\\"河北省\\\",\\\"河南省\\\",\\\"浙江省\\\",\\\"湖北省\\\",\\\"湖南省\\\",\\\"福建省\\\",\\\"贵州省\\\",\\\"辽宁省\\\",\\\"陕西省\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\",\\\"tableId\\\":\\\"4593fccd-d4f5-49d5-a5eb-c3203910530e\\\",\\\"originName\\\":\\\"num\\\",\\\"name\\\":\\\"num\\\",\\\"dataeaseName\\\":\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"INT\\\",\\\"size\\\":10,\\\"deType\\\":2,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":2,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629456058536,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"tableId\\\":\\\"4593fccd-d4f5-49d5-a5eb-c3203910530e\\\",\\\"originName\\\":\\\"province\\\",\\\"name\\\":\\\"province\\\",\\\"dataeaseName\\\":\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629456058536,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"ffbea0d3-bf90-4ccd-8f34-55a8c4651525\\\",\\\"tableId\\\":\\\"4593fccd-d4f5-49d5-a5eb-c3203910530e\\\",\\\"originName\\\":\\\"gdp\\\",\\\"name\\\":\\\"gdp\\\",\\\"dataeaseName\\\":\\\"C_e785c0883d7a104330e69aee73d4f235\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"DOUBLE\\\",\\\"size\\\":19,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":3,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629456058536,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"tableId\\\":\\\"4593fccd-d4f5-49d5-a5eb-c3203910530e\\\",\\\"originName\\\":\\\"province\\\",\\\"dataeaseName\\\":\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\",\\\"name\\\":\\\"province\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629456058536,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\",\\\"tableId\\\":\\\"4593fccd-d4f5-49d5-a5eb-c3203910530e\\\",\\\"originName\\\":\\\"num\\\",\\\"dataeaseName\\\":\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\",\\\"name\\\":\\\"GDP(亿元)\\\",\\\"type\\\":\\\"INT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629456058536,\\\"deType\\\":2,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":2,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"内蒙古自治区\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":2},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"安徽省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":2},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"山东省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":13},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"广东省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":4},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"新疆维吾尔自治区\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":1},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"江苏省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":26},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"江西省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":1},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"河北省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":2},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"河南省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":7},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"浙江省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":18},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"湖北省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":7},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"湖南省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":5},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"福建省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":9},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"贵州省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":1},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"辽宁省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":1},{\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\":\\\"陕西省\\\",\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\":1}],\\\"series\\\":[{\\\"name\\\":\\\"GDP(亿元)\\\",\\\"type\\\":\\\"scatter\\\",\\\"data\\\":[{\\\"value\\\":[\\\"内蒙古自治区\\\",2,8312.84],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"内蒙古自治区\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"安徽省\\\",2,20565.77],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"安徽省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"山东省\\\",13,38610.25],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"山东省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"广东省\\\",4,57226.27],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"广东省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"新疆维吾尔自治区\\\",1,7329],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"新疆维吾尔自治区\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"江苏省\\\",26,54890.37],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"江苏省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"江西省\\\",1,13977.22],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"江西省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"河北省\\\",2,18754.04],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"河北省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"河南省\\\",7,22719.34],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"河南省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"浙江省\\\",18,34514.84],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"浙江省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"湖北省\\\",7,22732.1],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"湖北省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"湖南省\\\",5,21671.12],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"湖南省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"福建省\\\",9,22899.31],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"福建省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"贵州省\\\",1,9075.48],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"贵州省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"辽宁省\\\",1,12641.2],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"辽宁省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]},{\\\"value\\\":[\\\"陕西省\\\",1,13454.73],\\\"dimensionList\\\":[{\\\"id\\\":\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\",\\\"value\\\":\\\"陕西省\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c895946-a611-4110-9a46-df7291b55159\\\"}]}]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICB0X2FfMC5gcHJvdmluY2VgIEFTIGZfYXhfMAogICAgICAgICwKICAgICAgICBzdW0oQ0FTVCh0X2FfMC5gbnVtYCBBUyBERUNJTUFMKDIwLDApKSkgQVMgZl9heV8wLAogICAgICAgIHN1bShDQVNUKHRfYV8wLmBnZHBgIEFTIERFQ0lNQUwoMjcsOCkpKSBBUyBmX2F5XzEKICAgIEZST00KICAgICAgICAoc2VsZWN0IGEucHJvdmluY2UsYS5udW0sYi5nZHAgZnJvbSBkZW1vX2dkcF9kaXN0cmljdF90b3AxMDAgYXMgYQogICAgICAgIGxlZnQgam9pbiAoc2VsZWN0IHByb3ZpbmNlLHN1bShnZHApIGdkcCBmcm9tIGRlbW9fZ2RwX2J5X2NpdHkgZ3JvdXAgYnkgcHJvdmluY2UpIGFzIGIKICAgICAgICBvbiBhLnByb3ZpbmNlPWIucHJvdmluY2UpICAgdF9hXzAKICAgIEdST1VQIEJZCiAgICAgICAgdF9hXzAuYHByb3ZpbmNlYAogICAgKSAgIHRfYV8xCiBMSU1JVCAwLDEwMDA=\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":\\\"mysql\\\",\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"e5241686-2614-4aed-b018-ef80ad3621fc\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"4593fccd-d4f5-49d5-a5eb-c3203910530e\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"province\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"province\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_53aad639aca4b5c010927cf610c3ff9c\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1629456058536,\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"3c895946-a611-4110-9a46-df7291b55159\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"4593fccd-d4f5-49d5-a5eb-c3203910530e\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"num\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GDP(亿元)\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_0fc3cfbc27e91ea60a787de13dae3e3c\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"INT\\\\\\\",\\\\\\\"size\\\\\\\":10,\\\\\\\"deType\\\\\\\":2,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":2,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1629456058536,\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"cf59cff9-862b-11ee-9317-0242ac130002\":\"{\\\"id\\\":\\\"cf59cff9-862b-11ee-9317-0242ac130002\\\",\\\"name\\\":\\\"2021年GDP同比增长率\\\",\\\"title\\\":\\\"2021年GDP总值-copy(1)-copy(1)\\\",\\\"sceneId\\\":\\\"117f679e-8355-4645-a692-47e2009cbc0d\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"type\\\":\\\"text\\\",\\\"render\\\":\\\"echarts\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":1629448071499,\\\"updateTime\\\":1629883021765,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":null,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#807F7F\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#00CC00\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":1,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"emptyCircle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":false,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"dimensionFontSize\\\\\\\":\\\\\\\"16\\\\\\\",\\\\\\\"quotaFontSize\\\\\\\":\\\\\\\"22\\\\\\\",\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true}},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\"}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"2021年GDP总值\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"rect\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"background\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"alpha\\\\\\\":100,\\\\\\\"borderRadius\\\\\\\":10},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"1c78e746-48aa-4e83-b3c8-e54296777467\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"id\\\",\\\"name\\\":\\\"id\\\",\\\"dataeaseName\\\":\\\"C_b80bb7740288fda1f201890375a60c8f\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"INT\\\",\\\"size\\\":10,\\\"deType\\\":2,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":2,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"34199811-e74d-4f71-b88a-2716b18ac41f\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"2020GDP\\\",\\\"name\\\":\\\"2020GDP\\\",\\\"dataeaseName\\\":\\\"C_2ad1fe944da8f2d91df2181ed189d3df\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"5358bb6f-9ddc-4f8d-8e68-c5ea030af0bb\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"increase\\\",\\\"name\\\":\\\"increase\\\",\\\"dataeaseName\\\":\\\"C_11198b294adbcf089f9d27990258fd22\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":3,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"58a7ee7d-6753-400a-a22b-1aa7d16b1648\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"2021GDP)\\\",\\\"name\\\":\\\"2021GDP)\\\",\\\"dataeaseName\\\":\\\"C_e62745cee7a4ffbf5dbfa70cdd73c7b7\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"5358bb6f-9ddc-4f8d-8e68-c5ea030af0bb\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"increase\\\",\\\"dataeaseName\\\":\\\"C_11198b294adbcf089f9d27990258fd22\\\",\\\"name\\\":\\\"同比增长率(%)\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"checked\\\":true,\\\"columnIndex\\\":3,\\\"lastSyncTime\\\":1629442921465,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_11198b294adbcf089f9d27990258fd22\\\":12.7}],\\\"series\\\":[{\\\"name\\\":\\\"同比增长率(%)\\\",\\\"type\\\":\\\"text\\\",\\\"data\\\":[12.7]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBzdW0oQ0FTVCh0X2FfMC5gaW5jcmVhc2VgIEFTIERFQ0lNQUwoMjcsOCkpKSBBUyBmX2F5XzAKICAgIEZST00KICAgICAgICBgZGVtb19nZHBfMjAyMWAgICB0X2FfMAogICAgKSAgIHRfYV8xCiBMSU1JVCAwLDEwMDA=\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":\\\"mysql\\\",\\\"xaxis\\\":\\\"[]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"5358bb6f-9ddc-4f8d-8e68-c5ea030af0bb\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"increase\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"同比增长率(%)\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_11198b294adbcf089f9d27990258fd22\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":3,\\\\\\\"lastSyncTime\\\\\\\":1629442921465,\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"cf59cfbc-862b-11ee-9317-0242ac130002\":\"{\\\"id\\\":\\\"cf59cfbc-862b-11ee-9317-0242ac130002\\\",\\\"name\\\":\\\"2021年GDP总值-copy(1)\\\",\\\"title\\\":\\\"2021年GDP总值-copy(1)\\\",\\\"sceneId\\\":\\\"117f679e-8355-4645-a692-47e2009cbc0d\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"type\\\":\\\"text\\\",\\\"render\\\":\\\"echarts\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":1629448071499,\\\"updateTime\\\":1629882965236,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":null,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#807F7F\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#FF9900\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#4e81bb\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#c6d9f0\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":1,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"emptyCircle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":false,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"dimensionFontSize\\\\\\\":\\\\\\\"16\\\\\\\",\\\\\\\"quotaFontSize\\\\\\\":\\\\\\\"22\\\\\\\",\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true}},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#909399\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\"}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"2021年GDP总值\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"rect\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#333333\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}}},\\\\\\\"background\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"alpha\\\\\\\":100,\\\\\\\"borderRadius\\\\\\\":10},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"1c78e746-48aa-4e83-b3c8-e54296777467\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"id\\\",\\\"name\\\":\\\"id\\\",\\\"dataeaseName\\\":\\\"C_b80bb7740288fda1f201890375a60c8f\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"INT\\\",\\\"size\\\":10,\\\"deType\\\":2,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":2,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"34199811-e74d-4f71-b88a-2716b18ac41f\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"2020GDP\\\",\\\"name\\\":\\\"2020GDP\\\",\\\"dataeaseName\\\":\\\"C_2ad1fe944da8f2d91df2181ed189d3df\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"5358bb6f-9ddc-4f8d-8e68-c5ea030af0bb\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"increase\\\",\\\"name\\\":\\\"increase\\\",\\\"dataeaseName\\\":\\\"C_11198b294adbcf089f9d27990258fd22\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":3,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"58a7ee7d-6753-400a-a22b-1aa7d16b1648\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"2021GDP)\\\",\\\"name\\\":\\\"2021GDP)\\\",\\\"dataeaseName\\\":\\\"C_e62745cee7a4ffbf5dbfa70cdd73c7b7\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"size\\\":255,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1629442921465,\\\"accuracy\\\":0,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"34199811-e74d-4f71-b88a-2716b18ac41f\\\",\\\"tableId\\\":\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\",\\\"originName\\\":\\\"2020GDP\\\",\\\"dataeaseName\\\":\\\"C_2ad1fe944da8f2d91df2181ed189d3df\\\",\\\"name\\\":\\\"去年上半年GDP(亿元)\\\",\\\"type\\\":\\\"VARCHAR\\\",\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1629442921465,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_2ad1fe944da8f2d91df2181ed189d3df\\\":463324.76}],\\\"series\\\":[{\\\"name\\\":\\\"去年上半年GDP(亿元)\\\",\\\"type\\\":\\\"text\\\",\\\"data\\\":[463324.76]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBzdW0oQ0FTVCh0X2FfMC5gMjAyMEdEUGAgQVMgREVDSU1BTCgyNyw4KSkpIEFTIGZfYXlfMAogICAgRlJPTQogICAgICAgIGBkZW1vX2dkcF8yMDIxYCAgIHRfYV8wCiAgICApICAgdF9hXzEKIExJTUlUIDAsMTAwMA==\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":\\\"mysql\\\",\\\"xaxis\\\":\\\"[]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"34199811-e74d-4f71-b88a-2716b18ac41f\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"3e1cf23c-5620-4a59-93b0-e4cae81b47ae\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"2020GDP\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"去年上半年GDP(亿元)\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_2ad1fe944da8f2d91df2181ed189d3df\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"VARCHAR\\\\\\\",\\\\\\\"size\\\\\\\":255,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":2,\\\\\\\"lastSyncTime\\\\\\\":1629442921465,\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0bd62292-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0bd62292-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\" 全球游戏销量年度趋势图\\\",\\\"title\\\":\\\" 全球游戏销量年度趋势图\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"type\\\":\\\"chart-mix\\\",\\\"render\\\":\\\"echarts\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323423033,\\\"updateTime\\\":1700231185153,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"template\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"second\\\",\\\"refreshTime\\\":1,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":81,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"colors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":false,\\\\\\\"barWidth\\\\\\\":9,\\\\\\\"barGap\\\\\\\":0.6,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":10,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":false,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":false,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1,\\\\\\\"modifyName\\\\\\\":\\\\\\\"barWidth\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"size-selector\\\\\\\",\\\\\\\"gaugeAxisLine\\\\\\\":true},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\\n\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"],\\\\\\\"modifyName\\\\\\\":\\\\\\\"formatter\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"label-selector\\\\\\\"},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\" 全球游戏销量年度趋势图\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"title\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"modifyName\\\\\\\":\\\\\\\"hPosition\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"legend-selector\\\\\\\"},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":90,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}年\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"modifyName\\\\\\\":\\\\\\\"axisLabel\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"x-axis-selector\\\\\\\"},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":\\\\\\\"100\\\\\\\",\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":false},\\\\\\\"modifyName\\\\\\\":\\\\\\\"axisLabel\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"y-axis-selector\\\\\\\"},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"8\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":\\\\\\\"300\\\\\\\",\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"modifyName\\\\\\\":\\\\\\\"axisLabel\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"y-axis-ext-selector\\\\\\\"},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}},\\\\\\\"margin\\\\\\\":{\\\\\\\"marginModel\\\\\\\":\\\\\\\"absolute\\\\\\\",\\\\\\\"marginTop\\\\\\\":\\\\\\\"70\\\\\\\",\\\\\\\"marginBottom\\\\\\\":\\\\\\\"15\\\\\\\",\\\\\\\"marginLeft\\\\\\\":\\\\\\\"35\\\\\\\",\\\\\\\"marginRight\\\\\\\":\\\\\\\"35\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"marginRight\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"margin-selector\\\\\\\"}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"1981\\\",\\\"1995\\\",\\\"2007\\\",\\\"2013\\\",\\\"2016\\\",\\\"2002\\\",\\\"1990\\\",\\\"1984\\\",\\\"2008\\\",\\\"1998\\\",\\\"2020\\\",\\\"1989\\\",\\\"2000\\\",\\\"2014\\\",\\\"1986\\\",\\\"1992\\\",\\\"1997\\\",\\\"1983\\\",\\\"2011\\\",\\\"2005\\\",\\\"1994\\\",\\\"1980\\\",\\\"2012\\\",\\\"2006\\\",\\\"2003\\\",\\\"2017\\\",\\\"1985\\\",\\\"1991\\\",\\\"2009\\\",\\\"1999\\\",\\\"1988\\\",\\\"2015\\\",\\\"2001\\\",\\\"1993\\\",\\\"1987\\\",\\\"1982\\\",\\\"1996\\\",\\\"2004\\\",\\\"2010\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"0be53940-b626-44a1-8905-280b0e5a6601\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"Other_Sales\\\",\\\"name\\\":\\\"Other_Sales\\\",\\\"dataeaseName\\\":\\\"C_7f4fc32d27f0561905c55712c87caba1\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":4,\\\"lastSyncTime\\\":1700229821530,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"JP_Sales\\\",\\\"name\\\":\\\"JP_Sales\\\",\\\"dataeaseName\\\":\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":3,\\\"lastSyncTime\\\":1700229821529,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"Year\\\",\\\"name\\\":\\\"Year\\\",\\\"dataeaseName\\\":\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700229821525,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"Global_Sales\\\",\\\"name\\\":\\\"Global_Sales\\\",\\\"dataeaseName\\\":\\\"C_dc191f552d768650e236ad0dba10475c\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":5,\\\"lastSyncTime\\\":1700229821530,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"5555227a-33d6-4fc5-9b15-70edb58098eb\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"EU_Sales\\\",\\\"name\\\":\\\"EU_Sales\\\",\\\"dataeaseName\\\":\\\"C_ff47c5d2f16481beaefa530a526a9d7e\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":2,\\\"lastSyncTime\\\":1700229821528,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"NA_Sales\\\",\\\"name\\\":\\\"NA_Sales\\\",\\\"dataeaseName\\\":\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700229821527,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"Year\\\",\\\"dataeaseName\\\":\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\",\\\"name\\\":\\\"Year\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700229821525,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"Global_Sales\\\",\\\"dataeaseName\\\":\\\"C_dc191f552d768650e236ad0dba10475c\\\",\\\"name\\\":\\\"全球销售额\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":5,\\\"lastSyncTime\\\":1700229821530,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"line\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"JP_Sales\\\",\\\"dataeaseName\\\":\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\",\\\"name\\\":\\\"日本销售额\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":3,\\\"lastSyncTime\\\":1700229821529,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\",\\\"tableId\\\":\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\",\\\"originName\\\":\\\"NA_Sales\\\",\\\"dataeaseName\\\":\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\",\\\"name\\\":\\\"纳米比亚销售额\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700229821527,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1981\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":35.77,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":0,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":33.4},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1995\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":88.11,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":45.75,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":24.82},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2007\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":611.05,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":60.21,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":312.05},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2013\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":368.11,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":47.59,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":154.77},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2016\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":70.93,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":13.7,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":22.66},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2002\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":395.52,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":41.76,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":216.19},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1990\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":49.39,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":14.88,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":25.46},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1984\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":50.36,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":14.27,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":33.28},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2008\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":678.9,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":60.26,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":351.44},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1998\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":256.47,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":50.04,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":128.36},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2020\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":0.29,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":0,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":0.27},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1989\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":73.45,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":18.36,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":45.15},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2000\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":201.56,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":42.77,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":94.49},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2014\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":337.05,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":39.46,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":131.97},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1986\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":37.07,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":19.81,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":12.5},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1992\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":76.16,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":28.91,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":33.87},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1997\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":200.98,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":48.87,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":94.75},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1983\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":16.79,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":8.1,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":7.76},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2011\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":515.99,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":53.04,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":241.06},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2005\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":459.94,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":54.28,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":242.61},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1994\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":79.17,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":33.99,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":28.15},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1980\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":11.38,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":0,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":10.59},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2012\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":363.54,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":51.74,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":154.96},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2006\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":521.04,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":73.73,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":263.12},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2003\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":357.85,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":34.2,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":193.59},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2017\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":0.05,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":0.05,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":0},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1985\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":53.94,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":14.56,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":33.73},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1991\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":32.23,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":14.78,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":12.76},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2009\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":667.3,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":61.89,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":338.85},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1999\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":251.27,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":52.34,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":126.06},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1988\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":47.22,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":15.76,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":23.87},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2015\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":264.44,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":33.72,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":102.82},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2001\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":331.47,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":39.86,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":173.98},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1993\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":45.98,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":25.33,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":15.12},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1987\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":21.74,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":11.63,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":8.46},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1982\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":28.86,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":0,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":26.92},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1996\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":199.15,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":57.44,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":86.76},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2004\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":419.31,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":41.65,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":222.59},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2010\\\",\\\"C_dc191f552d768650e236ad0dba10475c\\\":600.41,\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":59.45,\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\":304.24}],\\\"series\\\":[{\\\"name\\\":\\\"全球销售额\\\",\\\"type\\\":\\\"line\\\",\\\"data\\\":[{\\\"value\\\":35.77,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1981\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":88.11,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1995\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":611.05,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2007\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":368.11,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2013\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":70.93,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2016\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":395.52,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2002\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":49.39,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1990\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":50.36,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1984\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":678.9,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2008\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":256.47,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1998\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":0.29,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2020\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":73.45,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1989\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":201.56,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2000\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":337.05,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2014\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":37.07,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1986\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":76.16,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1992\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":200.98,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1997\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":16.79,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1983\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":515.99,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2011\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":459.94,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2005\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":79.17,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1994\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":11.38,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1980\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":363.54,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2012\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":521.04,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2006\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":357.85,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2003\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":0.05,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2017\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":53.94,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1985\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":32.23,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1991\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":667.3,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2009\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":251.27,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1999\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":47.22,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1988\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":264.44,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2015\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":331.47,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2001\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":45.98,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1993\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":21.74,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1987\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":28.86,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1982\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":199.15,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1996\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":419.31,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2004\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]},{\\\"value\\\":600.41,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2010\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\"}]}]},{\\\"name\\\":\\\"日本销售额\\\",\\\"type\\\":\\\"bar\\\",\\\"data\\\":[{\\\"value\\\":0,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1981\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":45.75,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1995\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":60.21,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2007\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":47.59,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2013\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":13.7,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2016\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":41.76,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2002\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":14.88,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1990\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":14.27,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1984\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":60.26,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2008\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":50.04,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1998\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":0,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2020\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":18.36,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1989\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":42.77,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2000\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":39.46,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2014\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":19.81,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1986\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":28.91,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1992\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":48.87,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1997\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":8.1,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1983\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":53.04,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2011\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":54.28,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2005\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":33.99,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1994\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":0,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1980\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":51.74,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2012\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":73.73,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2006\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":34.2,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2003\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":0.05,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2017\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":14.56,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1985\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":14.78,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1991\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":61.89,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2009\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":52.34,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1999\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":15.76,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1988\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":33.72,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2015\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":39.86,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2001\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":25.33,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1993\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":11.63,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1987\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":0,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1982\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":57.44,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1996\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":41.65,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2004\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]},{\\\"value\\\":59.45,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2010\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"1969b361-f780-4830-a20c-3046c5951260\\\"}]}]},{\\\"name\\\":\\\"纳米比亚销售额\\\",\\\"type\\\":\\\"bar\\\",\\\"data\\\":[{\\\"value\\\":33.4,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1981\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":24.82,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1995\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":312.05,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2007\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":154.77,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2013\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":22.66,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2016\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":216.19,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2002\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":25.46,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1990\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":33.28,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1984\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":351.44,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2008\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":128.36,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1998\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":0.27,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2020\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":45.15,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1989\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":94.49,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2000\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":131.97,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2014\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":12.5,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1986\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":33.87,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1992\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":94.75,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1997\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":7.76,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1983\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":241.06,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2011\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":242.61,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2005\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":28.15,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1994\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":10.59,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1980\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":154.96,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2012\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":263.12,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2006\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":193.59,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2003\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":0,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2017\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":33.73,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1985\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":12.76,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1991\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":338.85,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2009\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":126.06,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1999\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":23.87,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1988\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":102.82,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2015\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":173.98,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2001\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":15.12,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1993\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":8.46,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1987\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":26.92,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1982\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":86.76,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"1996\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":222.59,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2004\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]},{\\\"value\\\":304.24,\\\"dimensionList\\\":[{\\\"id\\\":\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\",\\\"value\\\":\\\"2010\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\"}]}]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":null,\\\"drill\\\":false,\\\"drillFilters\\\":null,\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"3e6e2f01-c8b9-4260-884a-c39db838ea62\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Year\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Year\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1700229821525,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":null,\\\\\\\"dateFormatType\\\\\\\":null,\\\\\\\"disabled\\\\\\\":true,\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"43ae6041-273b-49af-94e9-a27d4e71e5fe\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Global_Sales\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"全球销售额\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_dc191f552d768650e236ad0dba10475c\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":5,\\\\\\\"lastSyncTime\\\\\\\":1700229821530,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"line\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\",\\\\\\\"dsFieldName\\\\\\\":\\\\\\\"Global_Sales\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"1969b361-f780-4830-a20c-3046c5951260\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"JP_Sales\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"日本销售额\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":3,\\\\\\\"lastSyncTime\\\\\\\":1700229821529,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":false,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quotaExt\\\\\\\",\\\\\\\"dsFieldName\\\\\\\":\\\\\\\"JP_Sales\\\\\\\"},{\\\\\\\"id\\\\\\\":\\\\\\\"db844151-8ce0-41c2-be15-bf648f73cb56\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"ecca4267-6ab7-498b-9704-1524d07ce807\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"NA_Sales\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"纳米比亚销售额\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_d11e2d83cec5d86947d5306b5dd119da\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700229821527,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":false,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":1,\\\\\\\"renameType\\\\\\\":\\\\\\\"quotaExt\\\\\\\",\\\\\\\"dsFieldName\\\\\\\":\\\\\\\"NA_Sales\\\\\\\"}]\\\"}\",\"0bc9ee8c-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0bc9ee8c-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\" 年度发行游戏数\\\",\\\"title\\\":\\\" 年度发行游戏数\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"18ac9090-be27-4cb9-bf03-a25af9635c36\\\",\\\"type\\\":\\\"bar-horizontal\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323422953,\\\"updateTime\\\":1700324538837,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"template\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":81,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":true,\\\\\\\"modifyName\\\\\\\":\\\\\\\"colors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":40,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":false,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":false,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":0,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"quota\\\\\\\"],\\\\\\\"modifyName\\\\\\\":\\\\\\\"position\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"label-selector-ant-v\\\\\\\"},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\" 年度发行游戏数\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"title\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"vertical\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"modifyName\\\\\\\":\\\\\\\"vPosition\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"legend-selector-ant-v\\\\\\\"},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":0,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"x-axis-selector-ant-v\\\\\\\"},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#314D97\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"14\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"y-axis-selector-ant-v\\\\\\\"},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"ignoreData\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"sourceFields\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\",\\\"tableId\\\":\\\"18ac9090-be27-4cb9-bf03-a25af9635c36\\\",\\\"originName\\\":\\\"Count\\\",\\\"name\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700298483858,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"tableId\\\":\\\"18ac9090-be27-4cb9-bf03-a25af9635c36\\\",\\\"originName\\\":\\\"Year\\\",\\\"name\\\":\\\"Year\\\",\\\"dataeaseName\\\":\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700298483857,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"data\\\":[{\\\"value\\\":1431,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2009\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2009\\\",\\\"name\\\":\\\"2009\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1428,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2008\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2008\\\",\\\"name\\\":\\\"2008\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1258,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2010\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2010\\\",\\\"name\\\":\\\"2010\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1201,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2007\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2007\\\",\\\"name\\\":\\\"2007\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1139,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2011\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2011\\\",\\\"name\\\":\\\"2011\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1008,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2006\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2006\\\",\\\"name\\\":\\\"2006\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":941,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2005\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2005\\\",\\\"name\\\":\\\"2005\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":829,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2002\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2002\\\",\\\"name\\\":\\\"2002\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":775,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2003\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2003\\\",\\\"name\\\":\\\"2003\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":763,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2004\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2004\\\",\\\"name\\\":\\\"2004\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":657,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2012\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2012\\\",\\\"name\\\":\\\"2012\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":614,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2015\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2015\\\",\\\"name\\\":\\\"2015\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":582,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2014\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2014\\\",\\\"name\\\":\\\"2014\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":546,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2013\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2013\\\",\\\"name\\\":\\\"2013\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":482,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2001\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2001\\\",\\\"name\\\":\\\"2001\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":379,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1998\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1998\\\",\\\"name\\\":\\\"1998\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":349,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2000\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2000\\\",\\\"name\\\":\\\"2000\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":344,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2016\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2016\\\",\\\"name\\\":\\\"2016\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":338,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1999\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1999\\\",\\\"name\\\":\\\"1999\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":289,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1997\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1997\\\",\\\"name\\\":\\\"1997\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":263,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1996\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1996\\\",\\\"name\\\":\\\"1996\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":219,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1995\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1995\\\",\\\"name\\\":\\\"1995\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":121,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1994\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1994\\\",\\\"name\\\":\\\"1994\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":60,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1993\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1993\\\",\\\"name\\\":\\\"1993\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":46,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1981\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1981\\\",\\\"name\\\":\\\"1981\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":43,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1992\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1992\\\",\\\"name\\\":\\\"1992\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":41,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1991\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1991\\\",\\\"name\\\":\\\"1991\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":36,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1982\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1982\\\",\\\"name\\\":\\\"1982\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":21,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1986\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1986\\\",\\\"name\\\":\\\"1986\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":17,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1989\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1989\\\",\\\"name\\\":\\\"1989\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":17,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1983\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1983\\\",\\\"name\\\":\\\"1983\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":16,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1987\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1987\\\",\\\"name\\\":\\\"1987\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":16,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1990\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1990\\\",\\\"name\\\":\\\"1990\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":15,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1988\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1988\\\",\\\"name\\\":\\\"1988\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":14,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1985\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1985\\\",\\\"name\\\":\\\"1985\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":14,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1984\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1984\\\",\\\"name\\\":\\\"1984\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":9,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"1980\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"1980\\\",\\\"name\\\":\\\"1980\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":3,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2017\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2017\\\",\\\"name\\\":\\\"2017\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":2,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"Adventure\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"Adventure\\\",\\\"name\\\":\\\"Adventure\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1,\\\"dimensionList\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"value\\\":\\\"2020\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\"}],\\\"field\\\":\\\"2020\\\",\\\"name\\\":\\\"2020\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null}],\\\"fields\\\":[{\\\"id\\\":\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\",\\\"tableId\\\":\\\"18ac9090-be27-4cb9-bf03-a25af9635c36\\\",\\\"originName\\\":\\\"Year\\\",\\\"dataeaseName\\\":\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\",\\\"name\\\":\\\"Year\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700298483857,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\",\\\"tableId\\\":\\\"18ac9090-be27-4cb9-bf03-a25af9635c36\\\",\\\"originName\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"name\\\":\\\"Count\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700298483858,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"desc\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2009\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1431},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2008\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1428},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2010\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1258},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2007\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1201},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2011\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1139},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2006\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1008},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2005\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":941},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2002\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":829},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2003\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":775},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2004\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":763},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2012\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":657},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2015\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":614},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2014\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":582},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2013\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":546},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2001\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":482},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1998\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":379},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2000\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":349},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2016\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":344},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1999\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":338},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1997\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":289},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1996\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":263},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1995\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":219},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1994\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":121},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1993\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":60},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1981\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":46},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1992\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":43},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1991\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":41},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1982\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":36},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1986\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":21},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1989\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":17},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1983\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":17},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1987\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":16},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1990\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":16},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1988\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":15},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1985\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":14},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1984\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":14},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"1980\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":9},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2017\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":3},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"Adventure\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":2},{\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\":\\\"2020\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":null,\\\"drill\\\":false,\\\"drillFilters\\\":null,\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"bb3960da-1e69-45b2-92cf-892c9c5c9b76\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"18ac9090-be27-4cb9-bf03-a25af9635c36\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Year\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Year\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1700298483857,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":null,\\\\\\\"dateFormatType\\\\\\\":null,\\\\\\\"disabled\\\\\\\":true,\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"9479c40e-37be-4804-81eb-b16e2f2eb56d\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"18ac9090-be27-4cb9-bf03-a25af9635c36\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700298483858,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"desc\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0bdc8b3a-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0bdc8b3a-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"职能占比\\\",\\\"title\\\":\\\"职能占比\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"73da1748-2614-4873-97ee-827864ac4309\\\",\\\"type\\\":\\\"pie-donut\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323423075,\\\"updateTime\\\":1700303072385,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"template\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":88,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[{\\\\\\\"name\\\\\\\":\\\\\\\"客户成功\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#314D97\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"综合部\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#6888C4\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"市场部\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"研发中心\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"销售\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"isCustom\\\\\\\":true},{\\\\\\\"name\\\\\\\":\\\\\\\"售前\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"isCustom\\\\\\\":true},{\\\\\\\"name\\\\\\\":\\\\\\\"管理\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#A4A9FB\\\\\\\",\\\\\\\"isCustom\\\\\\\":true}],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"seriesColors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":60,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":false,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":false,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"outer\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"],\\\\\\\"modifyName\\\\\\\":\\\\\\\"fontSize\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"label-selector-ant-v\\\\\\\"},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"职能占比\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"modifyName\\\\\\\":\\\\\\\"vPosition\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"legend-selector-ant-v\\\\\\\"},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"sourceFields\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\",\\\"tableId\\\":\\\"73da1748-2614-4873-97ee-827864ac4309\\\",\\\"originName\\\":\\\"Global_Sales\\\",\\\"name\\\":\\\"Global_Sales\\\",\\\"dataeaseName\\\":\\\"C_dc191f552d768650e236ad0dba10475c\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700302993807,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"tableId\\\":\\\"73da1748-2614-4873-97ee-827864ac4309\\\",\\\"originName\\\":\\\"Genre\\\",\\\"name\\\":\\\"Genre\\\",\\\"dataeaseName\\\":\\\"C_91563b044939df33670bd362715e334e\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700302993805,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"data\\\":[{\\\"value\\\":1037.37,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Shooter\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Shooter\\\",\\\"name\\\":\\\"Shooter\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":732.04,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Racing\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Racing\\\",\\\"name\\\":\\\"Racing\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":448.91,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Fighting\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Fighting\\\",\\\"name\\\":\\\"Fighting\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":809.96,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Misc\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Misc\\\",\\\"name\\\":\\\"Misc\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":0,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Idea Factory\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Idea Factory\\\",\\\"name\\\":\\\"Idea Factory\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":927.37,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Role-Playing\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Role-Playing\\\",\\\"name\\\":\\\"Role-Playing\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1751.18,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Action\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Action\\\",\\\"name\\\":\\\"Action\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":831.37,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Platform\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Platform\\\",\\\"name\\\":\\\"Platform\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":0,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Sony Computer Entertainment\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Sony Computer Entertainment\\\",\\\"name\\\":\\\"Sony Computer Entertainment\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":392.2,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Simulation\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Simulation\\\",\\\"name\\\":\\\"Simulation\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":238.92,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Adventure\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Adventure\\\",\\\"name\\\":\\\"Adventure\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":244.95,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Puzzle\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Puzzle\\\",\\\"name\\\":\\\"Puzzle\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":175.12,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Strategy\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Strategy\\\",\\\"name\\\":\\\"Strategy\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1330.93,\\\"dimensionList\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"value\\\":\\\"Sports\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\"}],\\\"field\\\":\\\"Sports\\\",\\\"name\\\":\\\"Sports\\\",\\\"category\\\":\\\"Global_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null}],\\\"fields\\\":[{\\\"id\\\":\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\",\\\"tableId\\\":\\\"73da1748-2614-4873-97ee-827864ac4309\\\",\\\"originName\\\":\\\"Genre\\\",\\\"dataeaseName\\\":\\\"C_91563b044939df33670bd362715e334e\\\",\\\"name\\\":\\\"Genre\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700302993805,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\",\\\"tableId\\\":\\\"73da1748-2614-4873-97ee-827864ac4309\\\",\\\"originName\\\":\\\"Global_Sales\\\",\\\"dataeaseName\\\":\\\"C_dc191f552d768650e236ad0dba10475c\\\",\\\"name\\\":\\\"Global_Sales\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700302993807,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_dc191f552d768650e236ad0dba10475c\\\":1037.37,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Shooter\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":732.04,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Racing\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":448.91,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Fighting\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":809.96,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Misc\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":0,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Idea Factory\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":927.37,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Role-Playing\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":1751.18,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Action\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":831.37,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Platform\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":0,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Sony Computer Entertainment\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":392.2,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Simulation\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":238.92,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Adventure\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":244.95,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Puzzle\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":175.12,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Strategy\\\"},{\\\"C_dc191f552d768650e236ad0dba10475c\\\":1330.93,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Sports\\\"}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":null,\\\"drill\\\":false,\\\"drillFilters\\\":null,\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"8db6f61e-ecec-4f6d-8ca2-99708b6401a0\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"73da1748-2614-4873-97ee-827864ac4309\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Genre\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Genre\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_91563b044939df33670bd362715e334e\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1700302993805,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":null,\\\\\\\"dateFormatType\\\\\\\":null,\\\\\\\"disabled\\\\\\\":true,\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"3c3b1527-638c-46b3-9971-22b0c2aeeed3\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"73da1748-2614-4873-97ee-827864ac4309\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Global_Sales\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Global_Sales\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_dc191f552d768650e236ad0dba10475c\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700302993807,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0be2097c-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0be2097c-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"司龄占比\\\",\\\"title\\\":\\\"司龄占比\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"ed74807b-895f-42cb-9d5d-d1d188f809ce\\\",\\\"type\\\":\\\"pie-donut\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323423111,\\\"updateTime\\\":1700300469171,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"template\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":88,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[{\\\\\\\"name\\\\\\\":\\\\\\\"0~6个月\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#00a3af\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"6个月~1年\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#4da798\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"1年~2年\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#57baaa\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"2年~5年\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#62d0bd\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"5年以上\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#6ee4d0\\\\\\\",\\\\\\\"isCustom\\\\\\\":false}],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"colors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":60,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":false,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":false,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"outer\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"],\\\\\\\"modifyName\\\\\\\":\\\\\\\"fontSize\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"label-selector-ant-v\\\\\\\"},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"司龄占比\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"modifyName\\\\\\\":\\\\\\\"vPosition\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"legend-selector-ant-v\\\\\\\"},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"ed74807b-895f-42cb-9d5d-d1d188f809ce\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700300408814,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"filter\\\\\\\":[{\\\\\\\"fieldId\\\\\\\":\\\\\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\\\\\",\\\\\\\"term\\\\\\\":\\\\\\\"lt\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"50\\\\\\\"}],\\\\\\\"index\\\\\\\":0,\\\\\\\"logic\\\\\\\":\\\\\\\"and\\\\\\\",\\\\\\\"filterType\\\\\\\":\\\\\\\"logic\\\\\\\",\\\\\\\"enumCheckField\\\\\\\":[]}]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"sourceFields\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\",\\\"tableId\\\":\\\"ed74807b-895f-42cb-9d5d-d1d188f809ce\\\",\\\"originName\\\":\\\"Count\\\",\\\"name\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700300408814,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"tableId\\\":\\\"ed74807b-895f-42cb-9d5d-d1d188f809ce\\\",\\\"originName\\\":\\\"Platform\\\",\\\"name\\\":\\\"Platform\\\",\\\"dataeaseName\\\":\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700300408812,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"data\\\":[{\\\"value\\\":1,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"2007\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"2007\\\",\\\"name\\\":\\\"2007\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"GG\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"GG\\\",\\\"name\\\":\\\"GG\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":2,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"TG16\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"TG16\\\",\\\"name\\\":\\\"TG16\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":12,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"NG\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"NG\\\",\\\"name\\\":\\\"NG\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":3,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"3DO\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"3DO\\\",\\\"name\\\":\\\"3DO\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":6,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"SCD\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"SCD\\\",\\\"name\\\":\\\"SCD\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"PCFX\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"PCFX\\\",\\\"name\\\":\\\"PCFX\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":6,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"WS\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"WS\\\",\\\"name\\\":\\\"WS\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":27,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"GEN\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"GEN\\\",\\\"name\\\":\\\"GEN\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1,\\\"dimensionList\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"value\\\":\\\"2010\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\"}],\\\"field\\\":\\\"2010\\\",\\\"name\\\":\\\"2010\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null}],\\\"fields\\\":[{\\\"id\\\":\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\",\\\"tableId\\\":\\\"ed74807b-895f-42cb-9d5d-d1d188f809ce\\\",\\\"originName\\\":\\\"Platform\\\",\\\"dataeaseName\\\":\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\",\\\"name\\\":\\\"Platform\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700300408812,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\",\\\"tableId\\\":\\\"ed74807b-895f-42cb-9d5d-d1d188f809ce\\\",\\\"originName\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"name\\\":\\\"Count\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700300408814,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"2007\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1},{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"GG\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1},{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"TG16\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":2},{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"NG\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":12},{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"3DO\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":3},{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"SCD\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":6},{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"PCFX\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1},{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"WS\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":6},{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"GEN\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":27},{\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\":\\\"2010\\\",\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":null,\\\"drill\\\":false,\\\"drillFilters\\\":null,\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"b1e6902f-e6aa-4f0f-a7d6-f4b2f171aadd\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"ed74807b-895f-42cb-9d5d-d1d188f809ce\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Platform\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Platform\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1700300408812,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":null,\\\\\\\"dateFormatType\\\\\\\":null,\\\\\\\"disabled\\\\\\\":true,\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"10ab6102-9b3a-4e47-878e-fe134881dcaa\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"ed74807b-895f-42cb-9d5d-d1d188f809ce\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700300408814,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":false,\\\\\\\"filter\\\\\\\":[],\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0bc840da-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0bc840da-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"当前总人数-copy(1)-copy(1)-copy(1)\\\",\\\"title\\\":\\\"当前总人数-copy(1)-copy(1)-copy(1)\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"0bd5d4d4-3d2f-49c9-8ea7-0e0a17724ab7\\\",\\\"type\\\":\\\"text\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323422942,\\\"updateTime\\\":1700324180688,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#4562AC\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"colors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":\\\\\\\"14\\\\\\\",\\\\\\\"quotaFontSize\\\\\\\":\\\\\\\"28\\\\\\\",\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":true,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":true,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"start\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1,\\\\\\\"modifyName\\\\\\\":\\\\\\\"dimensionFontIsBolder\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"size-selector-ant-v\\\\\\\"},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"middle\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"]},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"当前总人数\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"0b1b2e39-1cad-4866-ac6a-bda3d18e8b8e\\\",\\\"tableId\\\":\\\"0bd5d4d4-3d2f-49c9-8ea7-0e0a17724ab7\\\",\\\"originName\\\":\\\"Year\\\",\\\"name\\\":\\\"Year\\\",\\\"dataeaseName\\\":\\\"C_537c66b24ef5c83b7382cdc3f34885f2\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700323797962,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"6d3aef26-8e78-4b6c-a2ea-c1efdea41aa1\\\",\\\"tableId\\\":\\\"0bd5d4d4-3d2f-49c9-8ea7-0e0a17724ab7\\\",\\\"originName\\\":\\\"Count\\\",\\\"name\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323797963,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"6d3aef26-8e78-4b6c-a2ea-c1efdea41aa1\\\",\\\"tableId\\\":\\\"0bd5d4d4-3d2f-49c9-8ea7-0e0a17724ab7\\\",\\\"originName\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"name\\\":\\\"平均每年发行游戏数\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323797963,\\\"deType\\\":3,\\\"summary\\\":\\\"avg\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":408.175}],\\\"series\\\":[{\\\"name\\\":\\\"平均每年发行游戏数\\\",\\\"type\\\":\\\"text\\\",\\\"data\\\":[408.175]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBST1VORChDQVNUKGF2ZyhDQVNUKHRfYV8wLmBDX2U5M2Y5OTRmMDFjNTM3YzRlMmY3ZDg1MjhjM2ViNWU5YCBBUyBERUNJTUFMKDI3LDgpKSkgQVMgREVDSU1BTCgyNyw4KSksOCkgQVMgZl9heV8wCiAgICBGUk9NCiAgICAgICAgYGRzXzBiZDVkNGQ0XzNkMmZfNDljOV84ZWE3XzBlMGExNzcyNGFiN2AgICB0X2FfMAogICAgKSAgIHRfYV8xCiBMSU1JVCAwLDEwMDA=\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":1,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"6d3aef26-8e78-4b6c-a2ea-c1efdea41aa1\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"0bd5d4d4-3d2f-49c9-8ea7-0e0a17724ab7\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"平均每年发行游戏数\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700323797963,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"avg\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\",\\\\\\\"dsFieldName\\\\\\\":\\\\\\\"Count\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0bcecf90-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0bcecf90-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"当前总人数-copy(1)-copy(1)-copy(1)-copy(1)-copy(1)\\\",\\\"title\\\":\\\"当前总人数-copy(1)-copy(1)-copy(1)-copy(1)-copy(1)\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\",\\\"type\\\":\\\"text\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323422985,\\\"updateTime\\\":1700324456738,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#4562AC\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"colors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":\\\\\\\"14\\\\\\\",\\\\\\\"quotaFontSize\\\\\\\":\\\\\\\"28\\\\\\\",\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":true,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":true,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"start\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1,\\\\\\\"modifyName\\\\\\\":\\\\\\\"dimensionFontIsBolder\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"size-selector-ant-v\\\\\\\"},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"middle\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"]},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"当前总人数\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"d386ae2c-675e-47f9-b773-619a5737b2f2\\\",\\\"tableId\\\":\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\",\\\"originName\\\":\\\"Count\\\",\\\"name\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323821510,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"ed4f22aa-a51f-48a7-a444-e540d3ce202c\\\",\\\"tableId\\\":\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\",\\\"originName\\\":\\\"Genre\\\",\\\"name\\\":\\\"Genre\\\",\\\"dataeaseName\\\":\\\"C_91563b044939df33670bd362715e334e\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700323821509,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"d386ae2c-675e-47f9-b773-619a5737b2f2\\\",\\\"tableId\\\":\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\",\\\"originName\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"name\\\":\\\"冷门体裁:Idea Factory\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323821510,\\\"deType\\\":3,\\\"summary\\\":\\\"min\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1}],\\\"series\\\":[{\\\"name\\\":\\\"冷门体裁:Idea Factory\\\",\\\"type\\\":\\\"text\\\",\\\"data\\\":[1]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBtaW4oQ0FTVCh0X2FfMC5gQ19lOTNmOTk0ZjAxYzUzN2M0ZTJmN2Q4NTI4YzNlYjVlOWAgQVMgREVDSU1BTCgyNyw4KSkpIEFTIGZfYXlfMAogICAgRlJPTQogICAgICAgIGBkc183MDViZTRhZl9mMWVjXzRhMDhfYmY1Yl80YzQ0M2M1NzhkNTJgICAgdF9hXzAKICAgICkgICB0X2FfMQogTElNSVQgMCwxMDAw\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":1,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"d386ae2c-675e-47f9-b773-619a5737b2f2\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"冷门体裁:Idea Factory\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700323821510,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"min\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\",\\\\\\\"dsFieldName\\\\\\\":\\\\\\\"Count\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0bd7a934-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0bd7a934-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"当前总人数-copy(1)\\\",\\\"title\\\":\\\"当前总人数-copy(1)\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\",\\\"type\\\":\\\"text\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323423043,\\\"updateTime\\\":1700323965378,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#4562AC\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"quotaColor\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":\\\\\\\"14\\\\\\\",\\\\\\\"quotaFontSize\\\\\\\":\\\\\\\"28\\\\\\\",\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":true,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":true,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"start\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1,\\\\\\\"modifyName\\\\\\\":\\\\\\\"dimensionFontIsBolder\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"size-selector-ant-v\\\\\\\"},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"middle\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"]},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"当前总人数\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"d386ae2c-675e-47f9-b773-619a5737b2f2\\\",\\\"tableId\\\":\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\",\\\"originName\\\":\\\"Count\\\",\\\"name\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323821510,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"ed4f22aa-a51f-48a7-a444-e540d3ce202c\\\",\\\"tableId\\\":\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\",\\\"originName\\\":\\\"Genre\\\",\\\"name\\\":\\\"Genre\\\",\\\"dataeaseName\\\":\\\"C_91563b044939df33670bd362715e334e\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700323821509,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"d386ae2c-675e-47f9-b773-619a5737b2f2\\\",\\\"tableId\\\":\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\",\\\"originName\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"name\\\":\\\"最佳体裁:Action\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323821510,\\\"deType\\\":3,\\\"summary\\\":\\\"max\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":3316}],\\\"series\\\":[{\\\"name\\\":\\\"最佳体裁:Action\\\",\\\"type\\\":\\\"text\\\",\\\"data\\\":[3316]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBtYXgoQ0FTVCh0X2FfMC5gQ19lOTNmOTk0ZjAxYzUzN2M0ZTJmN2Q4NTI4YzNlYjVlOWAgQVMgREVDSU1BTCgyNyw4KSkpIEFTIGZfYXlfMAogICAgRlJPTQogICAgICAgIGBkc183MDViZTRhZl9mMWVjXzRhMDhfYmY1Yl80YzQ0M2M1NzhkNTJgICAgdF9hXzAKICAgICkgICB0X2FfMQogTElNSVQgMCwxMDAw\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":1,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"d386ae2c-675e-47f9-b773-619a5737b2f2\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"705be4af-f1ec-4a08-bf5b-4c443c578d52\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"最佳体裁:Action\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700323821510,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"max\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\",\\\\\\\"dsFieldName\\\\\\\":\\\\\\\"Count\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0bd97df6-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0bd97df6-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"年度累计离职\\\",\\\"title\\\":\\\"年度累计离职\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"80683be5-9202-4e42-bb53-9ca4d8282149\\\",\\\"type\\\":\\\"text\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323423055,\\\"updateTime\\\":1700324246845,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#4562AC\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"colors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":\\\\\\\"14\\\\\\\",\\\\\\\"quotaFontSize\\\\\\\":\\\\\\\"28\\\\\\\",\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":true,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":true,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"start\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1,\\\\\\\"modifyName\\\\\\\":\\\\\\\"dimensionFontIsBolder\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"size-selector-ant-v\\\\\\\"},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"middle\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"]},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"年度累计离职\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"dc351d31-4d3c-4dc0-9620-63b5cd20310b\\\",\\\"tableId\\\":\\\"80683be5-9202-4e42-bb53-9ca4d8282149\\\",\\\"originName\\\":\\\"Genre\\\",\\\"name\\\":\\\"Genre\\\",\\\"dataeaseName\\\":\\\"C_91563b044939df33670bd362715e334e\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700323472353,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"e8daa987-1722-4023-b97f-5d1900799b4d\\\",\\\"tableId\\\":\\\"80683be5-9202-4e42-bb53-9ca4d8282149\\\",\\\"originName\\\":\\\"Global_Sales\\\",\\\"name\\\":\\\"Global_Sales\\\",\\\"dataeaseName\\\":\\\"C_dc191f552d768650e236ad0dba10475c\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323472355,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"e8daa987-1722-4023-b97f-5d1900799b4d\\\",\\\"tableId\\\":\\\"80683be5-9202-4e42-bb53-9ca4d8282149\\\",\\\"originName\\\":\\\"Global_Sales\\\",\\\"dataeaseName\\\":\\\"C_dc191f552d768650e236ad0dba10475c\\\",\\\"name\\\":\\\"全球发行游戏数\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323472355,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_dc191f552d768650e236ad0dba10475c\\\":8920.32}],\\\"series\\\":[{\\\"name\\\":\\\"全球发行游戏数\\\",\\\"type\\\":\\\"text\\\",\\\"data\\\":[8920.32]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBzdW0oQ0FTVCh0X2FfMC5gQ19kYzE5MWY1NTJkNzY4NjUwZTIzNmFkMGRiYTEwNDc1Y2AgQVMgREVDSU1BTCgyNyw4KSkpIEFTIGZfYXlfMAogICAgRlJPTQogICAgICAgIGBkc184MDY4M2JlNV85MjAyXzRlNDJfYmI1M185Y2E0ZDgyODIxNDlgICAgdF9hXzAKICAgICkgICB0X2FfMQogTElNSVQgMCwxMDAw\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":1,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"e8daa987-1722-4023-b97f-5d1900799b4d\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"80683be5-9202-4e42-bb53-9ca4d8282149\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Global_Sales\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"全球发行游戏数\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_dc191f552d768650e236ad0dba10475c\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700323472355,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\",\\\\\\\"dsFieldName\\\\\\\":\\\\\\\"Global_Sales\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0bcd49ee-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0bcd49ee-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"当前总人数\\\",\\\"title\\\":\\\"当前总人数\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"0bb79d3e-d9ad-4cf7-a5f8-bee81f41f451\\\",\\\"type\\\":\\\"text\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323422975,\\\"updateTime\\\":1700323923556,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#4562AC\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"colors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":\\\\\\\"14\\\\\\\",\\\\\\\"quotaFontSize\\\\\\\":\\\\\\\"28\\\\\\\",\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":true,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":true,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"start\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1,\\\\\\\"modifyName\\\\\\\":\\\\\\\"hPosition\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"size-selector-ant-v\\\\\\\"},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"middle\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"]},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"当前总人数\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"3f50b644-a0d3-452b-81eb-f3b458613ff6\\\",\\\"tableId\\\":\\\"0bb79d3e-d9ad-4cf7-a5f8-bee81f41f451\\\",\\\"originName\\\":\\\"Platform\\\",\\\"name\\\":\\\"Platform\\\",\\\"dataeaseName\\\":\\\"C_419f3742e6de8e0ec4b22cce005e7630\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700323769220,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"fb6b1783-dd7f-4374-a389-c900a8586aed\\\",\\\"tableId\\\":\\\"0bb79d3e-d9ad-4cf7-a5f8-bee81f41f451\\\",\\\"originName\\\":\\\"Count\\\",\\\"name\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323769222,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"fb6b1783-dd7f-4374-a389-c900a8586aed\\\",\\\"tableId\\\":\\\"0bb79d3e-d9ad-4cf7-a5f8-bee81f41f451\\\",\\\"originName\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"name\\\":\\\"最好平台:PS2\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323769222,\\\"deType\\\":3,\\\"summary\\\":\\\"max\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":2163}],\\\"series\\\":[{\\\"name\\\":\\\"最好平台:PS2\\\",\\\"type\\\":\\\"text\\\",\\\"data\\\":[2163]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBtYXgoQ0FTVCh0X2FfMC5gQ19lOTNmOTk0ZjAxYzUzN2M0ZTJmN2Q4NTI4YzNlYjVlOWAgQVMgREVDSU1BTCgyNyw4KSkpIEFTIGZfYXlfMAogICAgRlJPTQogICAgICAgIGBkc18wYmI3OWQzZV9kOWFkXzRjZjdfYTVmOF9iZWU4MWY0MWY0NTFgICAgdF9hXzAKICAgICkgICB0X2FfMQogTElNSVQgMCwxMDAw\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":1,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"fb6b1783-dd7f-4374-a389-c900a8586aed\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"0bb79d3e-d9ad-4cf7-a5f8-bee81f41f451\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"最好平台:PS2\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700323769222,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"max\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\",\\\\\\\"dsFieldName\\\\\\\":\\\\\\\"Count\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0bdba0d8-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0bdba0d8-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"当前总人数-copy(1)-copy(1)\\\",\\\"title\\\":\\\"当前总人数-copy(1)-copy(1)\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"243659d5-f529-42f1-a21b-a45f8ab104b1\\\",\\\"type\\\":\\\"text\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323423069,\\\"updateTime\\\":1700324141188,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"dataset\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#4562AC\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"colors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":0,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":\\\\\\\"14\\\\\\\",\\\\\\\"quotaFontSize\\\\\\\":\\\\\\\"28\\\\\\\",\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":true,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":true,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"start\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1,\\\\\\\"modifyName\\\\\\\":\\\\\\\"dimensionFontIsBolder\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"size-selector-ant-v\\\\\\\"},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"position\\\\\\\":\\\\\\\"middle\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"]},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"当前总人数\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"}},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"x\\\":[\\\"\\\"],\\\"sourceFields\\\":[{\\\"id\\\":\\\"00668bd6-c8b8-4dc2-aca4-543ee08f20ef\\\",\\\"tableId\\\":\\\"243659d5-f529-42f1-a21b-a45f8ab104b1\\\",\\\"originName\\\":\\\"Publisher\\\",\\\"name\\\":\\\"Publisher\\\",\\\"dataeaseName\\\":\\\"C_32c73be0cb175da278c8e2af0811b0d1\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700323785979,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"82e2ccf3-a80f-433a-a1aa-8301c81db136\\\",\\\"tableId\\\":\\\"243659d5-f529-42f1-a21b-a45f8ab104b1\\\",\\\"originName\\\":\\\"Count\\\",\\\"name\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323785982,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"}],\\\"dynamicAssistLines\\\":[],\\\"fields\\\":[{\\\"id\\\":\\\"82e2ccf3-a80f-433a-a1aa-8301c81db136\\\",\\\"tableId\\\":\\\"243659d5-f529-42f1-a21b-a45f8ab104b1\\\",\\\"originName\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"name\\\":\\\"最佳发行商Electronic Arts发行数\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700323785982,\\\"deType\\\":3,\\\"summary\\\":\\\"max\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1351}],\\\"series\\\":[{\\\"name\\\":\\\"最佳发行商Electronic Arts发行数\\\",\\\"type\\\":\\\"text\\\",\\\"data\\\":[1351]}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":\\\"U0VMRUNUCiAgICAqCkZST00KICAgIChTRUxFQ1QKICAgICAgICBtYXgoQ0FTVCh0X2FfMC5gQ19lOTNmOTk0ZjAxYzUzN2M0ZTJmN2Q4NTI4YzNlYjVlOWAgQVMgREVDSU1BTCgyNyw4KSkpIEFTIGZfYXlfMAogICAgRlJPTQogICAgICAgIGBkc18yNDM2NTlkNV9mNTI5XzQyZjFfYTIxYl9hNDVmOGFiMTA0YjFgICAgdF9hXzAKICAgICkgICB0X2FfMQogTElNSVQgMCwxMDAw\\\",\\\"drill\\\":false,\\\"drillFilters\\\":[],\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":1,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"82e2ccf3-a80f-433a-a1aa-8301c81db136\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"243659d5-f529-42f1-a21b-a45f8ab104b1\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"最佳发行商Electronic Arts发行数\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700323785982,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"max\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[],\\\\\\\"index\\\\\\\":0,\\\\\\\"renameType\\\\\\\":\\\\\\\"quota\\\\\\\",\\\\\\\"dsFieldName\\\\\\\":\\\\\\\"Count\\\\\\\"}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0be3901e-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0be3901e-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"专业占比\\\",\\\"title\\\":\\\"专业占比\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"d894da4d-fdf4-466b-98dd-0b004c5f4930\\\",\\\"type\\\":\\\"pie-donut\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323423121,\\\"updateTime\\\":1700303097160,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"template\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#314D97\\\\\\\",\\\\\\\"#6888C4\\\\\\\",\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"#A4A9F8\\\\\\\",\\\\\\\"#A5D1CD\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":88,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[{\\\\\\\"name\\\\\\\":\\\\\\\"设计\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#00a3af\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"软件工程\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#4da798\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"市场营销\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#57baaa\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"人力资源\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#62d0bd\\\\\\\",\\\\\\\"isCustom\\\\\\\":false},{\\\\\\\"name\\\\\\\":\\\\\\\"数据分析\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#86E7BF\\\\\\\",\\\\\\\"isCustom\\\\\\\":true},{\\\\\\\"name\\\\\\\":\\\\\\\"计算机科学\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#86e7d6\\\\\\\",\\\\\\\"isCustom\\\\\\\":false}],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"seriesColors\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":60,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":false,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":false,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"outer\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"dimension\\\\\\\",\\\\\\\"proportion\\\\\\\"],\\\\\\\"modifyName\\\\\\\":\\\\\\\"fontSize\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"label-selector-ant-v\\\\\\\"},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"专业占比\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"modifyName\\\\\\\":\\\\\\\"vPosition\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"legend-selector-ant-v\\\\\\\"},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"sourceFields\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"tableId\\\":\\\"d894da4d-fdf4-466b-98dd-0b004c5f4930\\\",\\\"originName\\\":\\\"Genre\\\",\\\"name\\\":\\\"Genre\\\",\\\"dataeaseName\\\":\\\"C_91563b044939df33670bd362715e334e\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700302993841,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null},{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\",\\\"tableId\\\":\\\"d894da4d-fdf4-466b-98dd-0b004c5f4930\\\",\\\"originName\\\":\\\"JP_Sales\\\",\\\"name\\\":\\\"JP_Sales\\\",\\\"dataeaseName\\\":\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700302993842,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"}],\\\"dynamicAssistLines\\\":[],\\\"data\\\":[{\\\"value\\\":38.28,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Shooter\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Shooter\\\",\\\"name\\\":\\\"Shooter\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":56.69,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Racing\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Racing\\\",\\\"name\\\":\\\"Racing\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":87.35,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Fighting\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Fighting\\\",\\\"name\\\":\\\"Fighting\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":107.76,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Misc\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Misc\\\",\\\"name\\\":\\\"Misc\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":0,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Idea Factory\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Idea Factory\\\",\\\"name\\\":\\\"Idea Factory\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":352.31,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Role-Playing\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Role-Playing\\\",\\\"name\\\":\\\"Role-Playing\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":159.95,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Action\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Action\\\",\\\"name\\\":\\\"Action\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":130.77,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Platform\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Platform\\\",\\\"name\\\":\\\"Platform\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":0,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Sony Computer Entertainment\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Sony Computer Entertainment\\\",\\\"name\\\":\\\"Sony Computer Entertainment\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":63.7,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Simulation\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Simulation\\\",\\\"name\\\":\\\"Simulation\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":51.95,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Adventure\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Adventure\\\",\\\"name\\\":\\\"Adventure\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":57.31,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Puzzle\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Puzzle\\\",\\\"name\\\":\\\"Puzzle\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":49.46,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Strategy\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Strategy\\\",\\\"name\\\":\\\"Strategy\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":135.37,\\\"dimensionList\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"value\\\":\\\"Sports\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\"}],\\\"field\\\":\\\"Sports\\\",\\\"name\\\":\\\"Sports\\\",\\\"category\\\":\\\"JP_Sales\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null}],\\\"fields\\\":[{\\\"id\\\":\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\",\\\"tableId\\\":\\\"d894da4d-fdf4-466b-98dd-0b004c5f4930\\\",\\\"originName\\\":\\\"Genre\\\",\\\"dataeaseName\\\":\\\"C_91563b044939df33670bd362715e334e\\\",\\\"name\\\":\\\"Genre\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700302993841,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\",\\\"tableId\\\":\\\"d894da4d-fdf4-466b-98dd-0b004c5f4930\\\",\\\"originName\\\":\\\"JP_Sales\\\",\\\"dataeaseName\\\":\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\",\\\"name\\\":\\\"JP_Sales\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700302993842,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Shooter\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":38.28},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Racing\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":56.69},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Fighting\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":87.35},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Misc\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":107.76},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Idea Factory\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":0},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Role-Playing\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":352.31},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Action\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":159.95},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Platform\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":130.77},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Sony Computer Entertainment\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":0},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Simulation\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":63.7},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Adventure\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":51.95},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Puzzle\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":57.31},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Strategy\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":49.46},{\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Sports\\\",\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\":135.37}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":null,\\\"drill\\\":false,\\\"drillFilters\\\":null,\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"0e7655dd-b53c-4f65-80fd-e2850ca1238a\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"d894da4d-fdf4-466b-98dd-0b004c5f4930\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Genre\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Genre\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_91563b044939df33670bd362715e334e\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1700302993841,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":null,\\\\\\\"dateFormatType\\\\\\\":null,\\\\\\\"disabled\\\\\\\":true,\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"6d802a2b-bb7f-4c5a-83b5-81dcbb615b25\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"d894da4d-fdf4-466b-98dd-0b004c5f4930\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"JP_Sales\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"JP_Sales\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e77e744c71a3868f5157eb02ecb33dc9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700302993842,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\",\"0be564e0-862c-11ee-9761-035140f9220b\":\"{\\\"id\\\":\\\"0be564e0-862c-11ee-9761-035140f9220b\\\",\\\"name\\\":\\\"学历分布\\\",\\\"title\\\":\\\"学历分布\\\",\\\"sceneId\\\":\\\"0b912b0f-862c-11ee-9761-035140f9220b\\\",\\\"tableId\\\":\\\"d05d2d50-bf4d-41ec-8e31-08dbf356bd6d\\\",\\\"type\\\":\\\"pie-donut\\\",\\\"render\\\":\\\"antv\\\",\\\"resultCount\\\":1000,\\\"resultMode\\\":\\\"custom\\\",\\\"createBy\\\":\\\"demo\\\",\\\"createTime\\\":1700323423133,\\\"updateTime\\\":1700300674632,\\\"stylePriority\\\":\\\"view\\\",\\\"chartType\\\":\\\"private\\\",\\\"isPlugin\\\":false,\\\"dataFrom\\\":\\\"template\\\",\\\"refreshViewEnable\\\":false,\\\"refreshUnit\\\":\\\"minute\\\",\\\"refreshTime\\\":5,\\\"extStack\\\":\\\"[]\\\",\\\"extBubble\\\":\\\"[]\\\",\\\"customAttr\\\":\\\"{\\\\\\\"color\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"classical\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#007bbb\\\\\\\",\\\\\\\"#ffdb4f\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#2ca9e1\\\\\\\",\\\\\\\"#ef8b07\\\\\\\",\\\\\\\"#4a488e\\\\\\\",\\\\\\\"#82ae46\\\\\\\",\\\\\\\"#dd4b4b\\\\\\\",\\\\\\\"#bb9581\\\\\\\"],\\\\\\\"alpha\\\\\\\":88,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#131E42\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#CCCCCC\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[{\\\\\\\"name\\\\\\\":\\\\\\\"本科\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#9DBCFB\\\\\\\",\\\\\\\"isCustom\\\\\\\":true},{\\\\\\\"name\\\\\\\":\\\\\\\"博士\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ACB7C9\\\\\\\",\\\\\\\"isCustom\\\\\\\":true},{\\\\\\\"name\\\\\\\":\\\\\\\"研究生\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#5E9EA6\\\\\\\",\\\\\\\"isCustom\\\\\\\":true},{\\\\\\\"name\\\\\\\":\\\\\\\"专科\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#314D97\\\\\\\",\\\\\\\"isCustom\\\\\\\":true}],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#EBEEF5\\\\\\\",\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"5470C6\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.5)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(255, 255, 255, 0.8)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"darkblue\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#2F58CD\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#3795BD\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"modifyName\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"color-selector\\\\\\\"},\\\\\\\"tableColor\\\\\\\":{\\\\\\\"value\\\\\\\":\\\\\\\"default\\\\\\\",\\\\\\\"colors\\\\\\\":[\\\\\\\"#5470c6\\\\\\\",\\\\\\\"#91cc75\\\\\\\",\\\\\\\"#fac858\\\\\\\",\\\\\\\"#ee6666\\\\\\\",\\\\\\\"#73c0de\\\\\\\",\\\\\\\"#3ba272\\\\\\\",\\\\\\\"#fc8452\\\\\\\",\\\\\\\"#9a60b4\\\\\\\",\\\\\\\"#ea7ccc\\\\\\\"],\\\\\\\"alpha\\\\\\\":100,\\\\\\\"tableHeaderBgColor\\\\\\\":\\\\\\\"#6D9A49\\\\\\\",\\\\\\\"tableItemBgColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableHeaderFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableFontColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"tableStripe\\\\\\\":true,\\\\\\\"dimensionColor\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"quotaColor\\\\\\\":\\\\\\\"#5470c6\\\\\\\",\\\\\\\"tableBorderColor\\\\\\\":\\\\\\\"#E6E7E4\\\\\\\",\\\\\\\"seriesColors\\\\\\\":[],\\\\\\\"areaBorderColor\\\\\\\":\\\\\\\"#303133\\\\\\\",\\\\\\\"gradient\\\\\\\":false,\\\\\\\"areaBaseColor\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"tableScrollBarColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.15)\\\\\\\",\\\\\\\"tableScrollBarHoverColor\\\\\\\":\\\\\\\"rgba(0, 0, 0, 0.4)\\\\\\\",\\\\\\\"mapStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"mapLineGradient\\\\\\\":false,\\\\\\\"mapLineSourceColor\\\\\\\":\\\\\\\"#146C94\\\\\\\",\\\\\\\"mapLineTargetColor\\\\\\\":\\\\\\\"#576CBC\\\\\\\"},\\\\\\\"size\\\\\\\":{\\\\\\\"barDefault\\\\\\\":true,\\\\\\\"barWidth\\\\\\\":40,\\\\\\\"barGap\\\\\\\":0.4,\\\\\\\"lineWidth\\\\\\\":2,\\\\\\\"lineType\\\\\\\":\\\\\\\"solid\\\\\\\",\\\\\\\"lineSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"lineSymbolSize\\\\\\\":4,\\\\\\\"lineSmooth\\\\\\\":true,\\\\\\\"lineArea\\\\\\\":false,\\\\\\\"pieInnerRadius\\\\\\\":60,\\\\\\\"pieOuterRadius\\\\\\\":80,\\\\\\\"pieRoseType\\\\\\\":\\\\\\\"radius\\\\\\\",\\\\\\\"pieRoseRadius\\\\\\\":5,\\\\\\\"funnelWidth\\\\\\\":80,\\\\\\\"radarShape\\\\\\\":\\\\\\\"polygon\\\\\\\",\\\\\\\"radarSize\\\\\\\":80,\\\\\\\"tableTitleFontSize\\\\\\\":12,\\\\\\\"tableItemFontSize\\\\\\\":12,\\\\\\\"tableTitleHeight\\\\\\\":36,\\\\\\\"tableItemHeight\\\\\\\":36,\\\\\\\"tablePageSize\\\\\\\":\\\\\\\"20\\\\\\\",\\\\\\\"tableColumnMode\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"tableColumnWidth\\\\\\\":100,\\\\\\\"tableHeaderAlign\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"tableItemAlign\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"tableAutoBreakLine\\\\\\\":false,\\\\\\\"gaugeMinType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMinField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMin\\\\\\\":0,\\\\\\\"gaugeMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"gaugeMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"gaugeMax\\\\\\\":100,\\\\\\\"gaugeStartAngle\\\\\\\":225,\\\\\\\"gaugeEndAngle\\\\\\\":-45,\\\\\\\"gaugeTickCount\\\\\\\":5,\\\\\\\"dimensionFontSize\\\\\\\":18,\\\\\\\"quotaFontSize\\\\\\\":18,\\\\\\\"spaceSplit\\\\\\\":10,\\\\\\\"dimensionShow\\\\\\\":true,\\\\\\\"quotaShow\\\\\\\":true,\\\\\\\"quotaFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"quotaFontIsBolder\\\\\\\":false,\\\\\\\"quotaFontIsItalic\\\\\\\":false,\\\\\\\"quotaLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"quotaFontShadow\\\\\\\":false,\\\\\\\"dimensionFontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"dimensionFontIsBolder\\\\\\\":false,\\\\\\\"dimensionFontIsItalic\\\\\\\":false,\\\\\\\"dimensionLetterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"dimensionFontShadow\\\\\\\":false,\\\\\\\"scatterSymbol\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"scatterSymbolSize\\\\\\\":20,\\\\\\\"treemapWidth\\\\\\\":80,\\\\\\\"treemapHeight\\\\\\\":80,\\\\\\\"liquidMax\\\\\\\":100,\\\\\\\"liquidMaxType\\\\\\\":\\\\\\\"fix\\\\\\\",\\\\\\\"liquidMaxField\\\\\\\":{\\\\\\\"id\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"liquidSize\\\\\\\":80,\\\\\\\"liquidOutlineBorder\\\\\\\":4,\\\\\\\"liquidOutlineDistance\\\\\\\":8,\\\\\\\"liquidWaveLength\\\\\\\":128,\\\\\\\"liquidWaveCount\\\\\\\":3,\\\\\\\"liquidShape\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"tablePageMode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"symbolOpacity\\\\\\\":0.7,\\\\\\\"symbolStrokeWidth\\\\\\\":2,\\\\\\\"showIndex\\\\\\\":false,\\\\\\\"indexLabel\\\\\\\":\\\\\\\"序号\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"mapPitch\\\\\\\":0,\\\\\\\"mapLineType\\\\\\\":\\\\\\\"arc\\\\\\\",\\\\\\\"mapLineWidth\\\\\\\":1,\\\\\\\"mapLineAnimate\\\\\\\":true,\\\\\\\"mapLineAnimateDuration\\\\\\\":3,\\\\\\\"mapLineAnimateInterval\\\\\\\":1,\\\\\\\"mapLineAnimateTrailLength\\\\\\\":1,\\\\\\\"modifyName\\\\\\\":\\\\\\\"pieInnerRadius\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"size-selector-ant-v\\\\\\\"},\\\\\\\"label\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"outer\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{b} {c}\\\\\\\",\\\\\\\"gaugeFormatter\\\\\\\":\\\\\\\"{value}\\\\\\\",\\\\\\\"labelLine\\\\\\\":{\\\\\\\"show\\\\\\\":true},\\\\\\\"gaugeLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"value\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"reserveDecimalCount\\\\\\\":2,\\\\\\\"labelContent\\\\\\\":[\\\\\\\"proportion\\\\\\\",\\\\\\\"dimension\\\\\\\"],\\\\\\\"modifyName\\\\\\\":\\\\\\\"formatter\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"label-selector\\\\\\\"},\\\\\\\"tooltip\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"trigger\\\\\\\":\\\\\\\"item\\\\\\\",\\\\\\\"confine\\\\\\\":true,\\\\\\\"textStyle\\\\\\\":{\\\\\\\"fontSize\\\\\\\":\\\\\\\"10\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"formatter\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"backgroundColor\\\\\\\":\\\\\\\"#5a5c62\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"tooltip-selector-ant-v\\\\\\\"},\\\\\\\"totalCfg\\\\\\\":{\\\\\\\"row\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"col\\\\\\\":{\\\\\\\"showGrandTotals\\\\\\\":true,\\\\\\\"showSubTotals\\\\\\\":true,\\\\\\\"reverseLayout\\\\\\\":false,\\\\\\\"reverseSubLayout\\\\\\\":false,\\\\\\\"label\\\\\\\":\\\\\\\"总计\\\\\\\",\\\\\\\"subLabel\\\\\\\":\\\\\\\"小计\\\\\\\",\\\\\\\"subTotalsDimensions\\\\\\\":[],\\\\\\\"calcTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"calcSubTotals\\\\\\\":{\\\\\\\"aggregation\\\\\\\":\\\\\\\"SUM\\\\\\\"},\\\\\\\"totalSort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"totalSortField\\\\\\\":\\\\\\\"\\\\\\\"}}}\\\",\\\"customStyle\\\":\\\"{\\\\\\\"text\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"fontSize\\\\\\\":\\\\\\\"18\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"hPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"top\\\\\\\",\\\\\\\"isItalic\\\\\\\":false,\\\\\\\"isBolder\\\\\\\":true,\\\\\\\"remarkShow\\\\\\\":false,\\\\\\\"remark\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"remarkBackgroundColor\\\\\\\":\\\\\\\"#5A5C62\\\\\\\",\\\\\\\"fontFamily\\\\\\\":\\\\\\\"Microsoft YaHei\\\\\\\",\\\\\\\"letterSpace\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"fontShadow\\\\\\\":false,\\\\\\\"title\\\\\\\":\\\\\\\"学历分布\\\\\\\",\\\\\\\"modifyName\\\\\\\":\\\\\\\"show\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"title-selector-ant-v\\\\\\\"},\\\\\\\"legend\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"hPosition\\\\\\\":\\\\\\\"center\\\\\\\",\\\\\\\"vPosition\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"orient\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"icon\\\\\\\":\\\\\\\"circle\\\\\\\",\\\\\\\"textStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"modifyName\\\\\\\":\\\\\\\"vPosition\\\\\\\",\\\\\\\"propertyName\\\\\\\":\\\\\\\"legend-selector-ant-v\\\\\\\"},\\\\\\\"xAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"bottom\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxis\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"yAxisExt\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"position\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"nameTextStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":12},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"rotate\\\\\\\":0,\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"style\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisValue\\\\\\\":{\\\\\\\"auto\\\\\\\":true,\\\\\\\"min\\\\\\\":null,\\\\\\\"max\\\\\\\":null,\\\\\\\"split\\\\\\\":null,\\\\\\\"splitCount\\\\\\\":null},\\\\\\\"axisLabelFormatter\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true}},\\\\\\\"split\\\\\\\":{\\\\\\\"name\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\"},\\\\\\\"splitNumber\\\\\\\":5,\\\\\\\"axisLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisTick\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"length\\\\\\\":5,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"axisLabel\\\\\\\":{\\\\\\\"show\\\\\\\":false,\\\\\\\"rotate\\\\\\\":0,\\\\\\\"margin\\\\\\\":8,\\\\\\\"color\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"fontSize\\\\\\\":\\\\\\\"12\\\\\\\",\\\\\\\"formatter\\\\\\\":\\\\\\\"{value}\\\\\\\"},\\\\\\\"splitLine\\\\\\\":{\\\\\\\"show\\\\\\\":true,\\\\\\\"lineStyle\\\\\\\":{\\\\\\\"color\\\\\\\":\\\\\\\"#858383\\\\\\\",\\\\\\\"width\\\\\\\":1,\\\\\\\"type\\\\\\\":\\\\\\\"solid\\\\\\\"}},\\\\\\\"splitArea\\\\\\\":{\\\\\\\"show\\\\\\\":true}}}\\\",\\\"customFilter\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"d05d2d50-bf4d-41ec-8e31-08dbf356bd6d\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700300637595,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"drillFields\\\":\\\"[]\\\",\\\"senior\\\":\\\"{\\\\\\\"functionCfg\\\\\\\":{\\\\\\\"sliderShow\\\\\\\":false,\\\\\\\"sliderRange\\\\\\\":[0,10],\\\\\\\"sliderBg\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\",\\\\\\\"sliderFillBg\\\\\\\":\\\\\\\"#BCD6F1\\\\\\\",\\\\\\\"sliderTextClolor\\\\\\\":\\\\\\\"#999999\\\\\\\",\\\\\\\"emptyDataStrategy\\\\\\\":\\\\\\\"breakLine\\\\\\\"},\\\\\\\"assistLine\\\\\\\":[],\\\\\\\"threshold\\\\\\\":{\\\\\\\"gaugeThreshold\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"labelThreshold\\\\\\\":[],\\\\\\\"tableThreshold\\\\\\\":[],\\\\\\\"textLabelThreshold\\\\\\\":[]}}\\\",\\\"snapshot\\\":null,\\\"viewFields\\\":\\\"[]\\\",\\\"data\\\":{\\\"sourceFields\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\",\\\"tableId\\\":\\\"d05d2d50-bf4d-41ec-8e31-08dbf356bd6d\\\",\\\"originName\\\":\\\"Count\\\",\\\"name\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"groupType\\\":\\\"q\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":3,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700300637595,\\\"accuracy\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"dateFormatType\\\":\\\"\\\"},{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"tableId\\\":\\\"d05d2d50-bf4d-41ec-8e31-08dbf356bd6d\\\",\\\"originName\\\":\\\"Genre\\\",\\\"name\\\":\\\"Genre\\\",\\\"dataeaseName\\\":\\\"C_91563b044939df33670bd362715e334e\\\",\\\"groupType\\\":\\\"d\\\",\\\"type\\\":\\\"TEXT\\\",\\\"size\\\":0,\\\"deType\\\":0,\\\"deTypeFormat\\\":null,\\\"deExtractType\\\":0,\\\"extField\\\":0,\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700300637593,\\\"accuracy\\\":null,\\\"dateFormat\\\":null,\\\"dateFormatType\\\":null}],\\\"dynamicAssistLines\\\":[],\\\"data\\\":[{\\\"value\\\":1310,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Shooter\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Shooter\\\",\\\"name\\\":\\\"Shooter\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1249,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Racing\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Racing\\\",\\\"name\\\":\\\"Racing\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":848,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Fighting\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Fighting\\\",\\\"name\\\":\\\"Fighting\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1739,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Misc\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Misc\\\",\\\"name\\\":\\\"Misc\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Idea Factory\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Idea Factory\\\",\\\"name\\\":\\\"Idea Factory\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1488,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Role-Playing\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Role-Playing\\\",\\\"name\\\":\\\"Role-Playing\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":3316,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Action\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Action\\\",\\\"name\\\":\\\"Action\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":886,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Platform\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Platform\\\",\\\"name\\\":\\\"Platform\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Sony Computer Entertainment\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Sony Computer Entertainment\\\",\\\"name\\\":\\\"Sony Computer Entertainment\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":867,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Simulation\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Simulation\\\",\\\"name\\\":\\\"Simulation\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":1284,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Adventure\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Adventure\\\",\\\"name\\\":\\\"Adventure\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":582,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Puzzle\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Puzzle\\\",\\\"name\\\":\\\"Puzzle\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":681,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Strategy\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Strategy\\\",\\\"name\\\":\\\"Strategy\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null},{\\\"value\\\":2346,\\\"dimensionList\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"value\\\":\\\"Sports\\\"}],\\\"quotaList\\\":[{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\"}],\\\"field\\\":\\\"Sports\\\",\\\"name\\\":\\\"Sports\\\",\\\"category\\\":\\\"Count\\\",\\\"popSize\\\":null,\\\"group\\\":null,\\\"extValue\\\":null}],\\\"fields\\\":[{\\\"id\\\":\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\",\\\"tableId\\\":\\\"d05d2d50-bf4d-41ec-8e31-08dbf356bd6d\\\",\\\"originName\\\":\\\"Genre\\\",\\\"dataeaseName\\\":\\\"C_91563b044939df33670bd362715e334e\\\",\\\"name\\\":\\\"Genre\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":0,\\\"lastSyncTime\\\":1700300637593,\\\"deType\\\":0,\\\"summary\\\":null,\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":\\\"y_M_d\\\",\\\"datePattern\\\":\\\"date_sub\\\",\\\"extField\\\":0,\\\"chartType\\\":null,\\\"compareCalc\\\":null,\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":null,\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null},{\\\"id\\\":\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\",\\\"tableId\\\":\\\"d05d2d50-bf4d-41ec-8e31-08dbf356bd6d\\\",\\\"originName\\\":\\\"Count\\\",\\\"dataeaseName\\\":\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\",\\\"name\\\":\\\"Count\\\",\\\"type\\\":\\\"TEXT\\\",\\\"checked\\\":true,\\\"columnIndex\\\":1,\\\"lastSyncTime\\\":1700300637595,\\\"deType\\\":3,\\\"summary\\\":\\\"sum\\\",\\\"sort\\\":\\\"none\\\",\\\"deExtractType\\\":0,\\\"dateStyle\\\":null,\\\"datePattern\\\":null,\\\"extField\\\":0,\\\"chartType\\\":\\\"bar\\\",\\\"compareCalc\\\":{\\\"type\\\":\\\"none\\\",\\\"resultData\\\":\\\"percent\\\",\\\"field\\\":\\\"\\\",\\\"custom\\\":{\\\"field\\\":\\\"\\\",\\\"calcType\\\":\\\"0\\\",\\\"timeType\\\":\\\"0\\\",\\\"currentTime\\\":\\\"\\\",\\\"compareTime\\\":\\\"\\\",\\\"currentTimeRange\\\":[],\\\"compareTimeRange\\\":[]}},\\\"logic\\\":null,\\\"filterType\\\":null,\\\"chartId\\\":null,\\\"dateFormat\\\":\\\"\\\",\\\"filter\\\":[],\\\"customSort\\\":null,\\\"busiType\\\":null}],\\\"tableRow\\\":[{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1310,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Shooter\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1249,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Racing\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":848,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Fighting\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1739,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Misc\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Idea Factory\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1488,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Role-Playing\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":3316,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Action\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":886,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Platform\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Sony Computer Entertainment\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":867,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Simulation\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":1284,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Adventure\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":582,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Puzzle\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":681,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Strategy\\\"},{\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\":2346,\\\"C_91563b044939df33670bd362715e334e\\\":\\\"Sports\\\"}]},\\\"privileges\\\":null,\\\"isLeaf\\\":null,\\\"pid\\\":null,\\\"sql\\\":null,\\\"drill\\\":false,\\\"drillFilters\\\":null,\\\"position\\\":\\\"panel\\\",\\\"totalPage\\\":0,\\\"totalItems\\\":0,\\\"datasetMode\\\":0,\\\"datasourceType\\\":null,\\\"xaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"e7e7ca71-3ed3-44be-8db6-c683a9b10278\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"d05d2d50-bf4d-41ec-8e31-08dbf356bd6d\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Genre\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Genre\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_91563b044939df33670bd362715e334e\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":0,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":0,\\\\\\\"lastSyncTime\\\\\\\":1700300637593,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":null,\\\\\\\"dateFormatType\\\\\\\":null,\\\\\\\"disabled\\\\\\\":true,\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"dateStyle\\\\\\\":\\\\\\\"y_M_d\\\\\\\",\\\\\\\"datePattern\\\\\\\":\\\\\\\"date_sub\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"xaxisExt\\\":\\\"[]\\\",\\\"yaxis\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"e3c51063-eae7-4119-9726-94a217fe609b\\\\\\\",\\\\\\\"tableId\\\\\\\":\\\\\\\"d05d2d50-bf4d-41ec-8e31-08dbf356bd6d\\\\\\\",\\\\\\\"originName\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Count\\\\\\\",\\\\\\\"dataeaseName\\\\\\\":\\\\\\\"C_e93f994f01c537c4e2f7d8528c3eb5e9\\\\\\\",\\\\\\\"groupType\\\\\\\":\\\\\\\"q\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"TEXT\\\\\\\",\\\\\\\"size\\\\\\\":0,\\\\\\\"deType\\\\\\\":3,\\\\\\\"deTypeFormat\\\\\\\":null,\\\\\\\"deExtractType\\\\\\\":0,\\\\\\\"extField\\\\\\\":0,\\\\\\\"checked\\\\\\\":true,\\\\\\\"columnIndex\\\\\\\":1,\\\\\\\"lastSyncTime\\\\\\\":1700300637595,\\\\\\\"accuracy\\\\\\\":null,\\\\\\\"dateFormat\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"dateFormatType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"disabled\\\\\\\":true,\\\\\\\"compareCalc\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"resultData\\\\\\\":\\\\\\\"percent\\\\\\\",\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"custom\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"calcType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"timeType\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"currentTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"compareTime\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"currentTimeRange\\\\\\\":[],\\\\\\\"compareTimeRange\\\\\\\":[]}},\\\\\\\"formatterCfg\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"unit\\\\\\\":1,\\\\\\\"suffix\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"decimalCount\\\\\\\":2,\\\\\\\"thousandSeparator\\\\\\\":true},\\\\\\\"chartType\\\\\\\":\\\\\\\"bar\\\\\\\",\\\\\\\"summary\\\\\\\":\\\\\\\"sum\\\\\\\",\\\\\\\"sort\\\\\\\":\\\\\\\"none\\\\\\\",\\\\\\\"filter\\\\\\\":[]}]\\\",\\\"yaxisExt\\\":\\\"[]\\\"}\"}","staticResource":"{\"/static-resource/ae315810-f951-11ed-ac8b-cba832e729e5.png\":\"iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAC2pJREFUeF7tnW1onWcZx6/rOXktK24WNyazzq1M58bGxNbannQrOPwwxMKoFCkShm2TVsFuJSfpOk6zsZy0slYpbV46kSIyraAwYR/sh8ymyWhZt7kxRZ11tRPtYCI40pfkPJcU0hf6cs6Vk3OS58n9C/swyP/c93X/r+d/3b8n50NV+MEBHLihA4o3OIADN3aAgPB04EAJBwgIjwcOEBCeARyozAFukMp841OBOEBAAmk0x6zMAQLi9C2fz0cn5ZGGhub5jc6PJE42oWfjeGx8/H2RiVe7V04krsAEFkRASjRl867R5nPjeqfFE/ebykqR6D6x+OYE9tFdkql+pCbvqupRK8pb8fh/Tgxu/8aYe4HAhATkBg3f0Dv8oIj8RkUWiuiF/yKxC/8zB35UTExN1MbF5O04tu8Pbm05OgdOVvUjzI2GV9GWfN6i083DW0SibSIyv4pLJ3gpK4pG+b6OZT2qagkudMZLIyBXWd5WGGlVtf0mUjfj3ZjlDU3tiYFcy09nuYxEbU9ArmhHe2H4LlP9g4jclKguzVwx/xCLVvV3LXtz5rZM9k4EZLI/qw8ezCz4+6d/JCbfS3bLaludie0a6Gx5qra7pGd1AjLZq009RxcUo/Nviegd6WlfLSq10ai+cc2+p5acqsXqaVuTgEx2bGNhaFGs9X9NWwOrXa+ZnFaLH+/fumKk2muncT0CMtm1tsLoQ6LxG2lsYtVrNlnb35X9edXXTeGCBGSyaesKry7OaN2xFPaw6iWrSmtfLnug6guncEECcikgI4szagRERAjI5SQTEAJyzVwnIATkmodiXYEb5KIpBISAEJAS7wMEhIAQEALi+pMB7yC8g/AOUmpYuGIUgIh3kCuwgj/zXjKDG4QbhBuEG6T8FcgNwg1yvaeEG4QbhBuEG4QbpLwD3CDcICWeEhCLgBAQAuK6SPiikC8K+aKQLwp9w8KlCkAEYoFYIBaI5Rp1IBaIBWKBWL5h4VIFIAKxQCwQC8RyjToQC8QCsUAs37BwqQIQgVggFogFYrlGHYgFYoFYIJZvWLhUAYhALBALxAKxXKMOxAKxQCwQyzcsXKoARCAWiAVigViuUQdigVggFojlGxYuVQAiEAvEArFALNeoA7FALBALxPINC5cqABGIBWKBWCCWa9SBWCAWiAVi+YaFSxWACMQCsUAsEMs16kAsEAvEArF8w8KlCkAEYoFYIBaI5Rp1IBaIBWKBWL5h4VIFIAKxQCwQC8RyjToQC8QCsUAs37BwqQIQgVggFogFYrlGHYgFYoFYIJZvWLhUAYg27vj9vbFl/hjAUcseMVJ5fF8u++uywgAEFf0z0KsPHszc+t5nbzYduyWWxvlFOV8nUp9au+qjiY/jOPqqqP4ktYeobuG9caQvWlE+Wd1lZ3Y1zRSLNqEfN0jDRx8uWvLfX31Li1OtYMoBaS8M32WRbhazVSJ6x1Q3RI8Ds+DAv0Tk5WJsu/ZvbfnLVPZ3BySft+h00+h3RG2PiNw0lU3Q4kASHDCT01FGtvV1ZF/01uMOSFvv4Q6V6HkTqfMujg4HkuiAmnX2dbXs8NTmCsiG3uEHVXRYROZ7FkWDA0l3QGNZ0bc1e+GZLvlTNiCbd402j50vvquinyu3GL/HgRQ5cCg+27RqcPuXx0rVXDYgG3e8dm9sE++IaCZFh6dUHCjrQBzposGO5X+bVkDaC8OrTfUlESEgZS1HkCYHVOWbfbnsyxUHJJ/PRx/Oe3SvmbSl6eDUigMeB1Sloy+X/WHFAWnNDzU1N9cfMpGsZ0M0OJAqB1S39OeWv1BxQNb3vv6JyM4cFtUHUnVwisUBjwMExOMSmmAdICDBtp6DexwgIB6X0ATrAAEJtvUc3OMAAfG4hCZYBwhIsK3n4B4HCIjHJTTBOkBAgm09B/c4QEA8LqEJ1gECEmzrObjHAQLicQlNsA4QkGBbz8E9DhAQj0tognWAgATbeg7ucYCAeFxCE6wDBCTY1nNwjwMExOMSmmAdICDBtp6DexwgIB6X0ATrAAEJtvUc3OMAAfG4hCZYBwhIsK3n4B4HCIjHJTTBOkBAgm09B/c4QEA8LqEJ1gECEmzrObjHAQLicQlNsA4QkGBbz8E9DhAQj0tognWAgATbeg7ucYCAeFxCE6wDBCTY1nNwjwMExOMSmmAdICDBtp6DexwgIB6X0ATrAAEJtvUc3OMAAfG4hCZYBwhIsK3n4B4HCIjHJTTBOkBAgm09B/c4QEA8LqEJ1gECEmzrObjHAQLicQlNsA4QkGBbz8E9DhAQj0tognWAgATbeg7ucWC6AXlix5H5DbEdEdUHPPuhwYFUOTDdgLTmh5oam+tfUZGVqTo4xeKAx4HpBuSR/FDdF5rqd0skm8REPXuiwYG0OGBiPxjobPlxqXrLPvTtvSNrTeSAiEVpOTh14oDHATNZM9CV/eW0AtL2/Mj9krHjItLg2RQNDqTFgUiLX9yXe/hP0wrI+u2/nRc13vKaqPCinpbOU2dZB1RkqKkhemz3k8vOTCsgFz68qWf4K8VIRkQ0U3ZnBDiQfAeKcTFeMvj0ijfKlVr2HeTiAm2FI8+KyjPlFuT3OJB4B1S39+eWPSuiVq5Wd0Dy+Xx0uulrraKaF5GF5Rbm9ziQOAdUTqlI361jh3Z0d3fHnvrcAbl8k4w+ZFpcqyJLzfRuVbnNsxEaHJglB86KynExGc5MaP/ebctPTqWOKQfk4uIbXzj2mfjc2YWi0Z0aSd1UNk2aVkX+F5ssFpHOpNU2K/WY/cwy+ovI5FOzsn+VNo1jOy8a/7NBG0/syS39oJJlKw5IJZsl+TPrd47cHcX2XpJrnKnaLJLHBjqyr8zUfkneh4BMdmddYWRxRu1Ykps1U7WpSmtfLntgpvZL8j4EhIBc83wSkMuWEBACQkBKXGEEhIAQEAJSnnJ5B7kCK3gHuWQGNwg3CDcINwg3SHkHuEGu5xE3CDcINwg3SPn5yTsINwg3SImcEBACQkAISPmrVET4opAvCq95ULhBuEG4QbhBuEFcDnCDcIOU+ssNXxTyReHVzweIBWKBWCCWCzB4SQexQCwQyzcsXKoARCAWiAVigViuUQdigVggFojlGxYuVQAiEAvEArFALNeoA7FALBALxPINC5cqABGIBWKBWCCWa9SBWCAWiAVi+YaFSxWACMQCsUAsEMs16kAsEAvEArF8w8KlCkAEYoFYIBaI5Rp1IBaIBWKBWL5h4VIFIAKxQCwQC8RyjToQC8QCsUAs37BwqQIQgVggFogFYrlGHYgFYoFYIJZvWLhUAYhALBALxAKxXKMOxAKxQCwQyzcsXKoARCAWiAVigViuUQdigVggFojlGxYuVQAiEAvEArFALNeoA7FALBALxPINC5cqABGIBWKBWCWCvn7n4S9FcXQ8gFlQ9ohm9u2BrpaXygoDEGgAZ3QdcV3P8D2ZSP/sEs9t0VmT4tcHOh8+PLeP6TsdAZn0aVPP0QXFaPwdEbndZ90cVamM1Evdmj25pR/M0RNO6VgEZNKu1Qcts+DEyF4R2TAlB+eeuLe/M9s1945V2YkIyBW+beo5ek8xmhgVsQWV2ZnyT6mcyoxry95ty0+m/CRVK5+AXGVl+84j37VY9lfN4RQtpCpb+3LZQopKrnmpBOQ6FrcXhnOm2ltz95OzQVFUn7tt7HfPdXd3x8kpa/YrISA36EF7z5EWi+QZEXl09ttUuwpUZKhYjLcMPt3ypoha7XZK58oEpETf1m9/fZ7MO3d7xuw+Efm8ic6J6WoWT4jpvzNR8e3G+vr3dz+57Ew6H9/aV01Aau8xO6TYAQKS4uZReu0dICC195gdUuwAAUlx8yi99g4QkNp7zA4pdoCApLh5lF57BwhI7T1mhxQ7QEBS3DxKr70D/we2uDcUZyZyAQAAAABJRU5ErkJggg==\",\"/static-resource/9a3dec10-f951-11ed-ac8b-cba832e729e5.png\":\"iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAG7NJREFUeF7tnQl4VNXZx//vnckGYROUr4i1KoJYWqpihWTCUpS6ImJdW1c0mcSiYIGZATWklGQCFBFtMolo9asVi61LP6tQFYRMAipi+4laRNC6QKGyyTJJZua+fe5EWrWQudvM3Ln3zPOo+Nxz3vO+//f8OHc5C0H8hAJCgaMqQEIboYBQ4OgKCEBE7xAKdKKAAER0D6GAAET0AaGAPgXECKJPN1HLIQoIQBySaBGmPgUEIPp0M1yrsnJj7u7eH9H+XQV0sEce9QfQtq/N5UJEaqN4rGv33rxnXxt36x3h+2+/sM1wg8KALgUEILpkS16JmWn27Nm0vd8lrpxde7vLrvw+IBwns9yX2NWLCMfIMvcmot4AFzJzdyLqCYIbzPsA7CGiz5ixG8y7WVL+K+2WpPhejsZ3RQvytvXft2LvYU+qqqoYgPKP+JmogADEBDGnzV/R9UAsfyCRazATnUTMJzH4WwAdD6AvAbkMSAAUvYkBosQfWflXzlFdIMTBkBMdn8Bgpf8r1RMVZUbi2jYAnwL0IUH+gIk+AOTNhVKPtxdMH3rQhPAcbUIAoiP9ty1oPjEewwiG7CHQOQCOJ0IBM9wMdKUOEDL1O0CEGMuIEGELA6+Dqbld4j8/7PPsz5RT2dpuJhOZNZpV1LQMYMTPAGE4g0YB6A3mPiAqtHwQRAyZD5JEu2TmrRLRazJjLbvbmxunjfnM8v5n2EEByFESMHnxuu7RA9GRJNEEBooBDETHbZIdfnvA2A7idyC5Ho1FD72+ZNa5O+wQmNkxCEC+pOjUhS0FB9sxQOL4eBBdDGAIAOuPEgZ6BYMPEugtAj0JV/ylfJd78713FkUMmLRVVccDUllZKW3vNvoYRHPPlIhvYMZYIvS1VZbVBsN8AJL0NDEvzcvrunbR1DP+/ZZMrQm7lXMwIEzemnUngmJXA3QrgJPtllxj8dCbDH6c4/JvG2eN3G7MVvbWdiQgt8xZfZLL7SonQrndb6GMd03aBcgPgd31ocCID43byy4LjgKkvDY8iGXcTYSrGHBnV6oy7u0hEJ4koKbe59mUcW/S5IAjACmf1zJKluNTCNJ4gO3yJipNXeS/mjnEwHIgfl+Df1ST3b/e2xoQb03LGSCeCbDyRio/Uz3Klu0yDjDxSwBmN/hL/mrLGL+Y+mC72G6uDXfLldkHkm4AWJkHKH6pU2AbEx6Ix9wPL5k13HbfUmw1gtxYuSo/r0vuxcTydICG2ejDXuq6tymWWZkz9jYR+eOte1Y3zr7kkClmLWDEHoAwU0Vw7SlxkqsJuAhAFwto6zwXCFFmXgpgoV1uu7IekNLgiz0kLriZCAEGjnVer7RgxIxPmag2SvxItk+QzGpAbpm/+iS37F4MTjyEi5/FFGDm5W6iab/ye962mGuq3claQCpqwxPjjIcI6Kk6WlEw/Qok1rTQT0L+4ifS37jxFrMOkMQbKqY5IPaCkWdcAmEhHQowsCi3y+f+bFs+nFWAdHzXkJcDOC4dSRVtmKsAAWHm+O2hwKg3zbWcOmtZAcjoylXuQQXuawlYDFCP1MkhLKdBgU8lQmWdz/NQGtoy3ITlAZly75s9I20HKwmYDMBlOGJhwAoKtAK8uNDV/edWXzdvaUBurg33y2HUEvATK2RV+GCuAgw8xq3RqY2zrbv017KAlNc0ncxECwFcam5ahDVLKUD0HKKt3tBdYz+1lF9fOGNJQLzzm4cgxo0gjLCiaMInsxXgFhm4ptFf8pHZlo3asxwg5TVNZzHRMrHCz2hqs6s+Ae/JsnxZw8yR71jJc0sBUhFs8siQngNYvKmyUi9Jmy+8DyxNDAWKV6atySQNWQaQBBxEr4DFmyqrdI4M+bEfkK4I+YtWZKj9rzRrCUA6bqukl8XIYYUuYQEfGH8nxnX1Mz3KisWM/jIOSOKBPM7PimeOjPYD6zXO/P+AfGOmv7pnFJDSBS2nSTF+FODvWy9DwqOMK0BokmTp5rpA0fuZ8iVjgHhr1n4LFFsC0NhMBS/atb4CRFgejblvzNRy3owAMrl6zbFRyVUH8I+snyLhYaYVIOCpeGv+dY2zh6V9KW/aAVH2v4208wMA35xp4UX72aMAAf9b7/fckG6P0w5IWU04QBLmJo6EET+hgCYFyBfyF8/TVMVg4bR20vJg+AIGfi82VTCYNedWj0mQRtX5i1rSJUHaAPlpbbhfjLEewDfSFZxox44K8OZYvK0kXeeZpAWQjgVPOc98sSWPHbMmYkqvAo/3jURvqKoaE0t1s2kBpLw2PIWBheK5I9XpdJR9b8jvaUh1xCkHpCzYNJRAawEUpDoYYd9JCvBnTK6rG3xFL6cy6pQCcseidX3b22LLmfG9VAYhbDtVAWqJUftVS3xjPkmVAikDpLJylXtHgXsuQDNS5bywKxQAY04o4LknVUqkDJDyuWu+y5K0FiT2yU1V8oTdxPkEu4mkifUzilanQo+UAFIaXN9DQtsfABbzrFKRNWHz6wqs3BXZdsGTVVe2my1NSgApqwl7iXA/xDFnZudL2DuyAu3EuK0+4FlitkCmA1JR0zJAJv4jwIPNdlbYEwp0osDOaK40+KE7i3abqZLpgHiD4V8DuNFMJ4UtoYA6Bbg+5C+pUFdWXSlTAemYa0VLxdJZdeKLUqYrEJEkKqqbUfwXsyybCoi3JrwGhBKznBN2hAKaFWBu7tsaG23WNBTTAPEG11wN0GMAif1zNWdVVDBVAeYxoUDJK2bYNA2QsmC4iQCPGU45zcaQU3phQP/u6N2j46TqXfta8f4nn2Pjlj1Ok8KkeHmF3KvgksayYVGjBk0BpHzemlEsS6vseqy0UZGPVn/4kONwYdEJOLbXkY9w/+eeVjzf8jHWbdyZKhdsa5eYh9UHSt4wGqA5gNSGX2DG+UadcVL9K889GWPOUrc0ZtUb27Hspa1OksdwrMoS3Xcj0UmvGJwSbxiQxJQSl/RXwxE5yMCEUSfih8P7a4p4xbpP8Mzqv2uq4+TCDN5LLqkkNL14oxEdDAHCzFQebP4NCD824oST6g78Zg9MvWaIrpDvXboR7320T1ddR1YiPBDyeZSDl3T/DAFSGmz5jgRZGT0M2dHtfRZW9E4cjKGnHqPL879u3o3QU+/qquvISszbXUTnGTmGWnfHvuKKZa7eZx5fBeJZjhRfR9AFeW4snHKOjpr/qXLnolcRaUv5SlNDPlqqMuGekM8zR69PugG5qXrNsXkkvQ7CiXobd1o9I7dXh7USt1naeg0R/hJnvlTv4Ty6ASmtWT1OIpcltqjXJlnmSp85qA9unTDIkAMPPrMJGzZ9ZsiGwyqzcsZlvd/zuJ64dQEyefHmvPZDO35FwCQ9jTq1zpmn9cGtlxoE5NlN2PA3AYi2PsRPhPwl12ir01FaFyAVtWsHyxz7M0Da3lXq8dBGdQQgGUvmhxLFL6zzjdL8hkMXIN5guAxAKGPhZmnDApCMJS4KmaeFZpYs1uqBZkASmzHku58G0cVaG3N6eQFI5noAAeF6v0fzTHPNgJTNbx5BcX4GwHGZCzc7WxaAZDRvu2S35GmcVvQ3LV5oBsRb21QJptlaGhFlOxQQgGS0J8RBqNL6TUQ7IMGm5QD9MKOhZmnjApAMJ455dShQMlqLF5oA+Wmw5TsxyE8BGKClEVFWjCAW6QM7C13dTl4wfehBtf5oAsRbG1YmJT4qzjJXK+9Xy4kRRJ9uJtZqJ2BCvd/zglqb2gAJNi8C+A61xkU5AYjV+gCDFzb4S36m1i+tgGwA+Ay1xkU5AYj1+gBvCPlLzlLrl2pAbqtuGhiXpJcBFl/P1ar7tXLiFkuncOZWi8mI9Gn0n6dqYY1qQMpqw5OIE9uJinM+dCZMAKJTODOrEZhkHlcfKHlJjVn1gATDv1FmRaoxKsocWQEBiDV6BhPm/8+hYn9VFcnJPFINiLc2/BYY+taKJvPCIdcFIJZJ9BsFuVLJvXcWRZJ5pAqQGytX5ecX5HwIoG8yg+L60RUQgFimdxyQkd+/0T8s6XOIKkBurW4a6JJoHYBelgkxCx0RgFgkaQRuB/o/7PNsS+aRKkAq5oWvkmUoZy8UJjMorosRJBv6ABFG1Ps8yl/6nf5UAeKtaZ4N4rsAiH13kynayXUxghgQz+SqBLqu3l/8WDKzqgApD4YfZeD6ZMbE9c4VEIBYqIcw5vRtjf482S7wqgDx1oZbwBhhofCy0hUBiKXStiw/r2vZoqln7O3Mq6SAJPa/OqvfxwDUbSRrKQ2s5YwAxDr5IMIH8Zhc3Dhr5HZDgEy5d1XP1lb3xyASD+gG8ysAMSigudWjLMW/3TBj1GZDgJTXhgcx400xxcR4dgQgxjU00wKDv9fgL+l04/Wkt1gVwZYiGfLLAI58iIWZHmfAlrId6Al9u6KwIEfnJkjqnT65XzeMPbuf+gpHKPny69uwddt+QzaSVmbgQCSKj3cctPc2pySdE/IVvWZoBCmraTqfiJ62GyDKNqA/GNZP90bSSTuZTQooG2avXL/NlrvKS4Qf1Pk8ysFPR/0lHUHKasMTiaFs25hnk5xDz/kcdoldbxx2PJ+EweMb/CX/ZxSQSWDUEZCrV1wr1dNyspOV/LaCL3Y76Yol6dqGGUVLdQOiHJBTEWyexkS/ADjrAVHOBLzholOt0Ney1odH/7TZPmcmsnxTKDDyEd2ATF78fF400sMPTpwBkpO1Wf3C8Z+XnnXUAzOzPbZ0+a8cLHpPo+GzMdPlbuftMCaHAp4HDACyOS96aGetHTZqUI5avu1Hp1sjMVnuxa9+/44tjqhmxsyGgKdGNyDKOpC8AncdgW7K8pyKB3MTE2ibB3amqlCguNNdQjt9i1U6e30XqaBtCZh1na1gYk4Mm5o0fhCGDe5j2I4wAKx/9zM89MdNNpCCqkP+4k6PEOwUkGnzV3Q9IBc+KACxQV8wMQS7AEJEtfW+Yr+hW6z8AvdCgMpN1DcjpsS3D/Nkt8stFoN/0eAvuVs3IMpbrPZI9znEmJLtb7HEQ7p5gNjlIZ0IM+p9nvm6Aams3Ji7o2DPnYBUZYfvIOI1r3FI7PSalwjl9T5PpyelJZ9qEmy6g0DzYIMv6eJDoXFA7PWhkCeFAiUP6x5BlIoVwZbrZciNdpmLJaaa6IfEblNNAFwV8nuWGQLEW9N8OYh/axdAFDHEA7t2SOzyYP6VyCXpktCMoucMAVJR0zxOJn5WTHfX3qnsUMPO093BPCYUKHnFECDlNU1ngaiJbbpptVgwdYTu4ZAFU0w4u8HnWW8IEO8vWo6HW1bW7Ypd3Q0OCWLJrUEBza3OErm+Xecb8a4hQJRXvTsL9u5moKu5/jnPmgDEUjnfnUPuoff7hn9iEJBKaUfBuE0Ai4M7DeZXAGJQQDOrM6+GW7oyNL14pyFAlMplNeEVRBhnpn9OtCUAsVLW6cFCV+HUZCfeJv1QqITkrWm+D8S3Wym8bPRFAGKdrDEwvcHvWZDMI3WA1DbdDqageFBPJmfn1wUgxvQzszYTXdHgK/59MpuqACmvXjOKJemPALonMyiuH10BAYh1eofE9P26QPHryTxSBcgtc9f1dbtibwPoncyguC4AyYI+wIi1nRC6a+ynyXxVBcgVy5a5en/QbwsYJyYzKK4LQKzfB/gfUiR2al3VmAPJfFUFSMeDengNCCXJDIrrAhCr9wEG/sS98i9rLBsWTearakDKa8LVTOQDWEpmVFw/sgLiGcQiPYPojpCveLEab1QD4p3XdDFk6TGAe6gxLMr8twICEEv0CmbwGcl2dT/sqWpAvtgC6B0CnWSJMLPQCQGIJZK2vzUSPe6RqjGtarxRDUjiOSQY/jOA89QYFmXECGLJPkC0OuQrGgMQq/FPEyAdzyEIqDEsyghArNYHGGAiujvkK56r1jdtgNS2TADkXzOjp9oGRLn/KCBusTLbGxhoRwzFDXd1vgbky15qAmRy9ZpjoxKtBmhwZkPNztYFIJnOG3/WN9Lr+KqqIe1qPdEESOI5pCb8LAjj1TYgyokRxEJ9YE3I7xmlxR89gEwFYaGWRkTZDgXECJLJnsBxEE0J+To/7uDrHmoHZO6qIXDlPAPglEyGm41tC0AymTXaAW4fHgqM+VCLF5oBSXwPyc95hAhXaWlIlBUjSEb7AOH5kM9zkVYfNAOiNFBRG54oM/6gtTGnlxcjSKZ6AMlgTAoFijs9bu1I3ukCpLym6WQmWgvguEyFnI3tCkAylrUtxDyuPlCyVasHugBJ7HTSZe99zPBqbdDJ5QUgmck+AQ/V+z236GldFyBKQ97gmh8C0nI9jTq1zpmD+uDWCYMMhf/gM5uwYdNnhmw4rbJEuLzO53lKT9y6ASldsKqPFMtpAnCanoadWGfgN3tg6jVDDIV+79KNeO+jfYZsOKoy0QYpGptQd9eoj/XErRsQpbHy2nA1s5ibpVZ4ZZvThVPOUVv8iOXuXPQqIm0xQzacVJkJ8xt8nhl6YzYESGn1qtNIynmHAEN29DqfjfW8Ewdj6KnH6HJd2Ug69FSnO2XqsmvjSjsZPE7t2o8j6WC0Y5M3GH4MwLU2FtnU0IzcZonbK62poIf7RnqUa5l79fUWjAKCsgXrTqdY/C2xFFd98vScT2LL8znUS6a9JOMQs3x2w8yR72iv/J8ahgEBM3lrm/8E4AIjjjitrpaTrmx4slPq0814dFdrz9InNczcTcUtVsJm+bxwCctYCcCd+sjt04JyZuKFRSfg2F75RwxKOTDz+ZaPsW5jp/sr20cQ8yKJM2F4srM/1DRnfARRWlFGkWB4FYg0TSVW46ATyihHVA/o3x29e3SAsmtfK97/5HNs3LLHCeGnIsY/yL3yr1GzrU+yxs0BRBlFgs0XMVjZ6/TIfx0m80RcFwqYowCD5OEh38jXzDBnGiCVlZXSji7jVoJZjCJmZEbY0KUAA6tCvuKxROo2ZUjWiGmAJJ5FaprOlQlPEkisWU+mvLhuvgKEOGTp7FCg6E2zjJsKSMcocl4DGLomhpkVlLDjVAXowZC/uNTM6E0FRHGsbM7qUynHpUxiPNlMR4UtoUASBXbm5bu/e9+U4TvMVMp0QBTnvDXNN4L4YYgpKGbmStjqRAFmlDcEPCGzRUoJIFMXthwTaY//DqBzzXZY2BMKfF0BIiyPHIpepnY7US0KpgSQjlGkaTQRvcji46GWfIiy2hXYA6YfhQLFyodq038pA+SKZezqvTVcDZDuqcamRysM2k4BBi9s8Jf8LFWBpQwQxeGKX752ghxtfxGAsWV0qYpe2M1yBfi1GMUuX+Ib80mqAkkpIAlI5rWcL8vyC6kKQNh1qgK8j2W6tmGm5/lUKpByQBTny2qafESJY6TFTyhgigIEzKr3e6pNMdaJkbQAouw6X17b/Dwzzk91QMK+ExTgJ+StBdc3NiY/Y9CoGmkCBPhpbbhfTOZ1IDrBqNOivqMVeF9GZFij/7y07FyRNkCUlJYHwxcwsAxAoaNTLILXq8AhJowyY52HWgfSCkjieSTYdBeB5qh1UJQTCvxbAcbkUEDb7uxG1Us7IMrm1wUFOQ8wMMmo86K+cxQg4LF6f/H1as8WNEuZtAOiOH5b9au941KsAeDLzQpE2LG1AivlXvnnm7FCUKtKGQFEcfKW2nX93Rx7FMAPtDotyjtIAcLaQqnbeQumDz2YiagzBkjieWTe6lNJdv0OwBmZCF60aXUF6C23y33pA9PP+SBTnmYUECVo79zmIeTiFQz0y5QIol1LKrA1Dox/0O95O5PeZRwQJfjymqazQLSaga6ZFEO0bRUFlOPS6AIzl87qjcwSgCQg6dgVZSmAbnqDEfVsocDnTNLEBl/Ry1aIxjKAJCCpDo9nCfUQt1tW6BuZ8GE3MV9VHyh5KRONH6lNSwHScbu19lym+P3i3BGrdJG0+fERu+jqhunFytF+lvlZDhBFmYpgS5EM+T4AwyyjlHAkdQoQNjLzT4wcU5Aq5ywJiBJsWbBpKIEWARidquCFXQsoQFjrlnJ+nMlXuZ2pYFlAFKdLg03flECLAVxqgVQKF0xXgF+GS7o2NL3YsrtzWxoQJR+TF6/rHj0UexDAlabnRxjMmALM+B0fk39dJqaPaAna8oAcDsZb0zwbhLvFQT1a0mvJsm2AfE+9r2S+WfvnpjLKrAEk8VxS2zJWgvwQM05MpSjCdsoUeB+yfGNo5sjmlLVgsuGsAkSJ/Zb5q09yx13K+nZxy2VyZ0itOX6iNRK7KRWbu6XS76wDJPHw3rA+x7UnUioDtQQS01NS2UOM294DosXylry56VhDbtzdr1rISkAOh1AWbL6UwMrOFqebLYywZ1wBBm8AY1ZDoETZzDwrf1kNiKL4rdVNA90SzWDC9WDkZGUWbOY0AQeZsJRkrqkPlGzN5vCyHhBF/MrKjbn/6LJ7vMTSXAYGAJCyOSlZ7vs6YmlhfaDoySyPI+G+LQA5nIjJ1WuOjbokLzPuJECccpXGHsrAXkC+ty0SX/xI1Zi9aWw6pU3ZCpDDSt22oPnEWIwXEuhigHNTqqAwLhPwOOXkzqz72fc/tpsctgSkI0lMFbXNo+PMCwh0pt0SZ414aAMR31bv86yzhj/me2FjQDrEmrx4c157ZMdFBEwDY4T5EjrNIskMXi2RvNhd8I0X7r/91DY7K2B7QA4nr7RhfRdp98HhIFcZmC8EkdjdUUvPZhyCRM/KLNe1R2Lrs+2Dn5ZQv1zWMYB8CZQc9+6277HENzMnnlH66xXPIfW2M3i5G/RLqUvf9+0+Ynw9p44D5MsClM9f8105Lk0g4BIAynOKeD38hUAEeh2ElRzDY33be7xXVTWk3SF/IXwlTEcDcliJjp3n5RFEkrK59mgGTiDAWW+/CAzGB8z8EgjP5RC98YDPs82JUDj6FitZwkvnNZ/iYoxl5qsADAXQy8YjiwxgD0DrATwrMb1YFyh6P5lGTrouRpBOsl1R0zJAluRrwLiMwQMJpIwq2T2dhRBNTAVhbAHhWcTo6dCs4o1O6vRaYhWAqFSrdPaqPu6CnJEMnMcyjySigUxwgS0+G6Hj1qmVgK0yczMk6cV4zNW0ZNbwHSpDd3QxAYjO9Cd2qKf27zDRGGKMBeF0BnpSpqfvEDGY9wL8LgMrJcn10rsH25pXzR4dz4YVfDrTkbJqAhCD0lZWVkp/x+jcbr0Lctv2t3elXNe3pDhOYeaBIAwiwtnMUF4lm31rFgPjn0z0qsT8LiRsIuYtMeCjvC45e/fvirQ/Mnt0GxRgxE+3AgIQ3dJ1XrGycpV7X8+ehYcO7S8gmQvJnVMIjnVhlztfYjlXBuUSOI+V/zLlgmKH/ywRcTuY2mTidkLHn4mkduX/mTlCwH6JsT+ez5E8V+7BBAxVY1pTFIqjzQpAHJ1+EXwyBQQgyRQS1x2tgADE0ekXwSdTQACSTCFx3dEKCEAcnX4RfDIFBCDJFBLXHa2AAMTR6RfBJ1NAAJJMIXHd0Qr8C1L2pFBAw6qOAAAAAElFTkSuQmCC\",\"/static-resource/d3d4f6d0-f951-11ed-ac8b-cba832e729e5.png\":\"iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAACl5JREFUeF7tm0+IVVUcx3/njo5FQan9oagRKotCcKELMV/RJJQE6qLatGgh6Gi7dPFGISmoeYtql46CixZtrIUKUYFO5FNxUYuBKMoKnKLonxYU5ujcEzebGMvJufece3+/6/3M+p5zvufzfZ95999zwh8EIDAtAQcbCEBgegIIwqcDAv9DAEH4eEAAQfgMQKAYAb5BinFjVEMIIEhDimabxQggSDFujGoIAQRpSNFssxgBBCnGjVENIYAgDSmabRYjgCDFuDGqIQQQpCFFs81iBBCkGDdGNYQAgjSkaLZZjACCFOPGqIYQMCPI+k63b5ZI34T4+Yl3vQ3hzzanEEidH+8R9/N5kbHd7daYBThqgmwaOnZXKhNrnMjK1MkyJ+56C0DIYIOAF/9L4uW4FzmYSM/+HYPLv9BIVrkgGzqH1yTeDXjnHtXYMGvWk4Dz/t3U+eFd7Qf2V7mDygTZ1OmuSMU9LyL9VW6Qta44AiOJ+O072q0jVeysEkEGOkdfFPFbq9gQazSFgHtpuH3/trJ3W6og6149Nq/37MQbnE6VXWMz589Ou8bn9Dy159nlp8oiUJog2V2pROSAiFtcVnjmhYCIH01FVpd116sUQbJvjtnjEyPIwQe4GgJ+9FxvT38Z3ySlCLJxqPsOp1XVfDRY5QKB7HRr52BrVWwe0QXhgjx2Rcw3cwLxL9yjCvL3rdzuzDfEkRCISyAR34p5CziqIAOdI4d4zhG3cGbLTWBkuL3i4dyjphkQTZDsCbmTZF+sYMwDgaIEvKRrYz1xjyYIF+ZF62RcbAIxL9ijCPLXi4cuPRF7o8wHgaIEEp8sjPGCYxRBBoa6m8W5l4tuhnEQiE7A+y3Dg61XQueNIginV6E1MD42gVinWVEE2dDpnub3HLErZr4QAtnvSXa1W3ND5sjGBgty4Z0rdzI0COMhEJtAKn5B6DtawYLwcDB2rcwXi0CMh4bBgvD8I1adzBObQIznIcGCbBzqPuGd2xt7c8wHgVACzvsndw623gyZB0FC6DHWNAEEMV0P4bQJIIh2A6xvmgCCmK6HcNoEEES7AdY3TQBBTNdDOG0CCKLdAOubJoAgpushnDYBBNFugPVNE0AQ0/UQTpsAgmg3wPqmCSCI6XoIp00AQbQbYH3TBBDEdD2E0yaAINoNsL5pAghiuh7CaRNAEO0GWN80AQQxXQ/htAkgiHYDrG+aAIKYrodw2gQQRLsB1jdNAEFM10M4bQIIot0A65smgCCm6yGcNgEE0W6A9U0TQBDT9RBOmwCCaDfA+qYJIIjpeginTQBBtBtgfdMEEMR0PYTTJoAg2g2wvmkCCGK6HsJpE0AQ7QZY3zQBBDFdD+G0CSCIdgOsb5oAgpiuh3DaBBBEuwHWN00AQUzXQzhtAgii3QDrmyaAIKbrIZw2AQTRboD1TRNAENP1EE6bAIJoN8D6pgkgiOl6CKdNAEG0G2B90wQQxHQ9hNMmgCDaDbC+aQIIYroewmkTQBDtBljfNAEEMV0P4bQJIIh2A6xvmgCCmK6HcNoEEES7AdY3TQBBItRz9ZxZcvvN18i1V88WcREmvBKm8CK/nTknX3//u5w5e762O0KQgOru7rtO+pfeKosXzguY5cofOnrilIx8+K18PvZr7TaLIAUrW/vgAnlk2W0FRzdz2HvHv5F9H5ys1eYRpEBdT668Qx5ackuBkQx5/6PvZO/Br2oDAkFyVrVs0U3y9GMLc47i8KkEXn/7hBz/+IdaQEGQnDW9sH6J3Dj3qpyjOHwqgR9P/yHP7f6oFlAQJEdNi+6cK888fl+OERw6HYHX3vpEPv7ytHlACJKjIi7Mc8C6zKF1uWBHkBydr1t9jyy994YcIzh0OgIffvqT7DnwmXlACJKjIgTJAesyhyJIDpYbh7pPeOf25hiiciinWPGwc4qVg2VdBOEiPUeplzmUi/QcLOsiSLYlbvPmKHaaQ7nNm5NhnQThQWHOci9xOA8KczKskyDZ1njVJGfBUw7nVZMC7OomSLZFLtjzF12XC/OpO+M2b/6e/xnB6+4zg8fr7jPjNO1RdfwGmboZfjB1iWr5wdQ/UIJ/Q1d3QQL/PzDcMAFOsQyXQzR9Agii3wEJDBNAEMPlEE2fAILod0ACwwQQxHA5RNMngCD6HZDAMAEEMVwO0fQJIIh+ByQwTABBDJdDNH0CCKLfAQkME0AQw+UQTZ8Aguh3QALDBBDEcDlE0yeAIPodkMAwAQQxXA7R9AkgiH4HJDBMAEEMl0M0fQIIot8BCQwTQBDD5RBNnwCC6HdAAsMEEMRwOUTTJ4Ag+h2QwDABBDFcDtH0CSCIfgckMEwAQQyXQzR9Agii3wEJDBNAEMPlEE2fAILod0ACwwQQxHA5RNMngCD6HZDAMAEEMVwO0fQJIIh+ByQwTABBDJdDNH0CCKLfAQkME0AQw+UQTZ8Aguh3QALDBBDEcDlE0yeAIPodkMAwAQQxXA7R9AkgiH4HJDBMAEEMl0M0fQIIot8BCQwTQBDD5RBNnwCC6HdAAsMEEMRwOUTTJ4Ag+h2QwDABBDFcDtH0CSCIfgckMEwAQQyXQzR9Agii3wEJDBNAEMPlEE2fAILod0ACwwQQxHA5RNMnYEKQDZ3Da5wk+/RxkAACFxPwkq7d1X5gfwgXFzI4G7up012RiuuGzsN4CMQmkIhv7Wi3joTMGyzI+k63LxF3MiQEYyFQBoFU/ILd7dZYyNzBgmSLb+h0Tztx14cEYSwEYhLw4n/Z1W7NDZ0ziiAbh7rveOceDQ3DeAjEIuC8f3fnYGtV6HxRBBkY6m4W514ODcN4CEQj4P2W4cHWK6HzRRFk09Cxu1KXnggNw3gIxCKQ+GThjsHlX4TOF0WQLASnWaFVMD4WgVinV1meaILwPCRWvcwTSiDG84/JDNEEySYc6Bw5JCL9oRtkPAQCCIwMt1c8HDD+oqFRBeGhYaxamKcogRgPB6euHVWQC98iR18U8VuLbpBxEChOwL003L5/W/Hx/x0ZXRAu2GPWw1wzJRDzwrzUb5Bs8nWvHps3e3xiRMQtnukGOQ4CxQn40XO9Pf17nl1+qvgclx5ZyjdIttSFd7TkAJLEroz5LibgR1OR1aHvXE1HtTRBJr9Jes9OvMFrKHyoyyCQnVaNz+l5qoxvjsm8pQoyuQgX7mV8PJo+Z/wL8ksRrUSQbOG/bwE/z3OSpn+wg/c/kojfHvo7j5mmqEyQyUDZE/fEuwFOu2ZaEcdlBLLTqdT54dBfCOalWbkgkwH/esFRJtY4kZWpk2X8niRvdVf28dnvORIvx73IwUR69sd48bAIMTVB/h02u+s1S6RvQvz8xLveIpthTL0JpM6P94j7+bzIWFl3pfISMiNI3uAcD4EqCCBIFZRZo7YEEKS21RG8CgIIUgVl1qgtAQSpbXUEr4IAglRBmTVqSwBBalsdwasggCBVUGaN2hJAkNpWR/AqCCBIFZRZo7YEEKS21RG8CgIIUgVl1qgtAQSpbXUEr4IAglRBmTVqSwBBalsdwasggCBVUGaN2hL4E7J5yxQxydKyAAAAAElFTkSuQmCC\",\"/static-resource/9cfc21b0-f951-11ed-ac8b-cba832e729e5.png\":\"iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAGgBJREFUeF7tnQl4VOW5x//vmckGkUVUblFr3bBaWmrFFpIJS1GqVXGra+uKzWZxKzAzoIZIycwARUWbTCJavbVqsa3aaxWqEkMmgSpqe0W9Fre6UahsZZkkM3Pe+5yJ9FGrmTPnnJk5c+Y9zwOE53zfu/y+75+zfQtBDiEgBL6QAAkbISAEvpiACER6hxAYgIAIRLqHEBCBSB8QAsYIyBXEGDepVSAERCAF0tCSpjECIhBj3EzXamjYULxtxLu0a2sZ7RlaQocA6N3Z63IhqvRSIj54yAjevrOX9xsR5Tuu+X6vaYdiwBABEYghbKkrMTPNnz+fNo06w1W0dccQ1VV6AAgHqayOJHYNJ8L+qsojiGgEwOXMPISIhoHgBvNOANuJ6CNmbAPzNla0f5VtipLYwbHE1lhZyYeH7Fy1Y18kjY2NDED7I4eFBEQgFsCctXjV4N3x0tFErmOZ6HBiPpzBXwHoYAAjCShmQAGg8SYGiJI/svZX0ReGQEiAoSY7PoHBWv/XqicrqozkuQ8BfADQOwT1bSZ6G1A3litDX1kye+weC9IraBMiEAPNf/WSrsMScUxgqB4CfQfAwUQoY4abgcHUL4RcHbuJEGcVUSK8ycDzYOrqU/hP93g9u3IVVL76zWVD5g2z+kD3UYzE8SCMZ9AkACPAfACIym2fBBFD5T2k0FaV+S2F6DmVsZbdfV1ts6Z8ZPv4cxygCOQLGmDmsnVDYrtjE0mhsxioBDAa/bdJTji2g7EJxK9Ccd0Xj+19fvm8kzY7ITGrcxCBfILo9Uu7y/b04SiFE9NBdDqAMQDsf5Uw0SsYvIdALxPoYbgST5e63BtvvaEiasKko6oWvEAaGhqUTftN3h+x4m8pxJcxYyoRRjqqlfUmw7wbivIIMT9YUjJ47W3XH//vt2R6TTitXAELhKk2sO4wUPxCgH4M4AinNa65fOglBj/ACfXXbfMmbjJnK39rF6RArlrQcbjL7aojQp3Tb6HMd03aCqh3g90tYf+Ed8zbyy8LBSWQulDkGFZxExEuYMCdX02V82j3gvAwAYEWr+f1nEeTpQAKQiB1i7onqWriOoIyHWCnvInKUhf5Dzd7GVgJJG5v9U3qdPrXe0cLpDbQfTyI5wKsvZEqzVWPcqRfxm4mfhrA/FZf1V8dmePHQx8cl9uVoch+xSp7QcplAGvjAOXIHIEPmXBnIu6+Z/m88Y77luKoK8jlDe2lJYOKTydWZwM0zkEf9jLXvS2xzNqYsVeIyJfo2d7RNv+MvZaYtYERZwiEmeqDa49MkNpEwGkABtmAbeGFQIgx84MAljrltivvBVIdfGqowmVXEsHPwIGF1yttmDHjAyYKxYjvzfcBknktkKsWdxzuVt3LwMmHcDlsRoCZV7qJZv3C53nFZqHpDidvBVIfipyTYNxNwDDd2UrB7BNIzmmhH4V9lQ9l37l5j3knkOQbKqYFIK4Fo8Q8ArGQDQIM3FY86F++fJs+nFcC6f+uoa4EcFA2GlV8WEuAgAhz4pqwf9JL1lrOnLW8EMjkhnb3MWXuiwlYBtDQzOEQy1kg8IFCaGj2eu7Ogi/TLmwvkOtufWlYtHdPAwEzAbhMZywG7ECgB+Bl5a4ht9h93rytBXJlKDKqiBEi4Ed2aFWJwVoCDNzPPbHr2+bbd+qvbQVSF+g8gomWAjjT2mYRa7YiQPQ4Yj214RunfmCruD4OxpYCqV3cNQZxbgNhgh2hSUxWE+BuFbiozVf1rtWWzdqznUDqAp0nMNEKmeFntmnzqz4Bf1NV9ezWuRNftVPkthJIfbDTo0J5HGB5U2WnXpK1WHgnWDkn7K9cnTWXKRzZRiBJcRA9C5Y3VXbpHDmKYxegnBf2VazKkf9PubWFQPpvq5Rn5Mphhy5hgxgYfyfGJS1zPdqMxZweORdI8oE8wY/JM0dO+4H9nDP/L6Benuuv7jkVSPWS7q8qcb4P4G/br4UkopwTIHQqqnJls7/ijVzFkjOB1AbWfgUUXw7Q1FwlL37tT4AIK2Nx9+W5ms6bE4HMbFpzYExxNQP8A/s3kUSYawIE/D7RU3pJ2/xxWZ/Km3WBaOvfRvv4ToCvzDV48Z8/BAj47xaf57JsR5x1gdQEIn5SsDC5JYwcQiAtAuQN+yoXpVXFZOGsdtK6YORUBn4riyqYbLXCrR5XoExq9lV0ZwtB1gTyk1BkVJyxHsCXspWc+HEiAd4YT/RWZWs/k6wIpH/CU9GjHy/J48RWk5yyS+CBkdHYZY2NU+KZdpsVgdSFItcxsFSeOzLdnAVlvzbs87RmOuOMC6Qm2DmWQGsBlGU6GbFfSAT4IybXha3eimcymXVGBXLtbetG9vXGVzLjm5lMQmwXKgHqjlPfBcu9U97PFIGMCaShod29ucy9EKA5mQpe7AoBMBaE/Z6bM0UiYwKpW7jmG6woa0GyTm6mGk/sJvcn2EaknNMyp6IjEzwyIpDq4PqhCnp/B7CMs8pEq4nNzxJYvTX64akPN57fZzWajAikJhCpJcIdkG3OrG4vsff5BPqIcXWL37PcakCWC6Q+0H2USvwHgI+1OlixJwQGILAlVqwce/cNFduspGS5QGqDkV8CuNzKIMWWENBHgFvCvqp6fWX1lbJUIP1jrehBmTqrD76UspxAVFGoonlO5V+ssmypQGoDkTUgVFkVnNgRAmkTYO4a2ROfbNUwFMsEUhtccyFA9wMk6+em3apSwVICzFPC/qpnrbBpmUBqgpFOAjxWBCU2hIA5ArxKHV52RlvNuJg5O9pnFguOukVrJrGqtDt1W2kLEImJLBMg5nEt/qoXzLq1RiChyJPMOMVsMFJfCFhFQJui+1o0NuNZk0PiTQskOaTEpfzVqsTEjhCwggCDd5BLqQrPrtxgxp4pgTAz1QW7fgXCD80EIXWFQEYIEO4Mez3axkuGD1MCqQ52f12Bql09TNkxHL1UFAIDEWDe5CI62cw21IY79nnnrXCN+NbBjSCeJ60kBGxLgHBz2OtZYDQ+wwK5omnNgSWkPA/CYUadSz0hkGkCRPhLgvlMo5vzGBZIdaBjmkIuWyxRn2nIYj+vCbC2x2WLz/OAkSwMCWTmso0lfXs3/4KAGUacSh0hkF0C/FDYV3WREZ+GBFIfWnusyvE/AXSIEadSRwhkmcA7CiW+3+yd9Fq6fg0JpDYYqQEQTteZlBcCOSIQg8qzwnOrlqXrP22BJBdjKHU/AqLT03Um5YVArggQEGnxedIeaZ62QGoWd02gBD8K4KBcJSt+hYABAltVt+Jpm1Xxf+nUTVsgtaHOBjDNT8eJlBUCNiCQAKEx3W8i6Qsk2LkSoO/ZIGEJQQikR4C5I+yvmpxOpbQE8pNg99fjUH8P4Kh0nEhZIWATAlvKXfsdsWT22D1640lLILWhiDYo8T7Zy1wvXilnMwJ9BJzV4vM8qTeu9AQS7LoN4Gv1GpdyQsBuBBi8tNVX9VO9caUrkBcBPl6vcSknBOxHgF8M+6pO0BuXboFc3dQ5OqEozwAsX8/10pVydiQQVxE9oM138k49wekWSE0oMoM4uZyo7POhh6yUsScBApPK01r8VU/rCVC/QIKRX2mjIvUYlTJCwM4EmLD4v/ZW+hobSU0Vp26B1IYiL4MxJpVBOS8E8oDAC2XFStWtN1REU8WqSyCXN7SXlpYVvQNgZCqDcl4I5AGB3SpKD2nzjUv5HKJLID9u6hztUmgdgOF5kLyEKAQGJkDgPuCQe7yeD1Oh0iWQ+kWRC1QV2t4L5akMynkhkA8EiDChxevRfukPeOgSSG2gaz6IbwQg6+6mIirn84IAgS5p8VXenypYXQKpC0buY+DSVMbkvBDIGwKMBSN7YrekWgVel0BqQ5FuMCbkTfISqBBITWBFacngmtuuP37HQEVTCiS5/tUJo94D8KXUPqWEEMgPAkR4OxFXK9vmTdxkSiDX3do+rKfH/R6I5AE9P9peotRHIMZK4mutcyZtNCWQulDkGGa8JENM9FGXUvlDgMHfbPVVDbjwespbrPpgd4UK9RkApfmTuv5Iy0rcOHTkYJSXFckKw/uwMbA7GsN7m/cg2hvXDzPfSpLynbC34jlTV5CaQOcpRPSI0wQy+stD8d1xozD26P3zrVmzGu9fN27D6vUf4m/vpvzonNW4rHCmEL7b7PVoGz994ZHyClITipxDDG3ZxhIrgrKDjbMmHYbvjZdR++m0xap17+PRjr+nU8X2ZRk8vdVX9T9mBTIDjGYCim2fsY4Azz/pCEw5QV7I6UD1H0XaX9iEFU+/ZaSqLeuwolzcOqfiQcMC0TbIqQ92zWKinwGc9wIZP+YgXHba0bZsrHwJ6r4/bsS6DVvyJdyB42T1irB/4r2GBTJz2RMlsehQHzi5B0hRvlO5pfoEHDjcke8astY0/9zeg5vbTO+NmbV4B3TEmBn2e+40IZCNJbG9W0JOWKhhzJHDcfUPjrNHw+R5FL/47avY8Ob2PM8CYMbcVr8nYFgg2jyQkjJ3M4GuyHca8mBuXQs65oGdqTHsrxxwldAB32JVz18/SCnrXQ5mQ3srWNck5i3NmH4Mxh17gHlDYgHrX/sId//hdQeQoKawr3LALQQHFMisxasG71bL7xKBOKAvWJiCUwRCRKEWb6XP1C1WaZl7KUB1FvLNiSm5xbIOu1NusRj8s1Zf1U2GBaK9xeqLDllAjOvy/S2WPKRbJxCnPKQTYU6L17PYsEAaGjYUby7bfgOgNDrhO4i85jUvEie95iVCXYvXM+BOaamHmgQ7ryXQIjjgS7p8KDQvEGd9KOQZYX/VPYavIFrF+mD3pSrUNqeMxZKhJsZF4rShJgAuCPs8K0wJpDbQdS6If+0UgWgw5IE9fZE45cH8U5kryhnhORWPmxJIfaBrmkr8mAx3T79TOaGGk4e7g3lK2F/1rCmB1AU6TwBRJzt00WqZMPU53aNAJkwx4cRWr2e9KYHU/qz7YLhVbd6urOruhEuC5LCPACvk+lqzd8JrpgSiverdUrZjGwODha0QcBCBbUXkHnuHd/z7JgXSoGwum/Y6wLJxp4N6R8GnwtwBt3J+eHblgJNbUn4H0UDWBCKriDCt4KEKAAcRoLvKXeXXp9rxVpdAagNdt4P4GgfRkVQKnAADs1t9niWpMOgTSKjzGjAF5UE9FU45ny8EmOi8Vm/lb1PFq0sgdU1rJrGi/AHAkFQG5bwQyAcCCtO3m/2Vz6eKVZdArlq4bqTbFX8FwIhUBuW8EMgDAox476HhG6d+kCpWXQI5b8UK14i3R70JxmGpDMp5IWB/AvwPJRo/urlxyu5UseoSiGakNhBZA0JVKoNyXgjYnQADf+ThpWe31YyLpYpVt0DqApEmJvICrKQyKueFgK0JEF0b9lYu0xOjboHULuo8HapyP8BD9RiWMkLApgSYwcenWtV9X+y6BfLxEkCvEuhwmyYuYQkBPQR29URjB93bOKVHT2HdAkk+hwQjfwJwsh7DUkYI2JIAUUfYWzEFINYTX1oC6X8OgV+PYSkjBOxGgAEmopvC3sqFemNLTyCh7rMA9ZfMGKbXgZQTAnYhwEAf4qhsvXHgOSCfjDctgcxsWnNgTKEOgI61S9IShxDQT4A/GhkdfnBj45g+vXXSEkjyOSQQeQyE6XodSDkhYCMCa8I+z6R04jEikOtBWJqOEykrBHJPgBMgui7sHXi7g8/Gmb5AFraPgavoUQBH5j5piUAI6CVAm8F948P+Ke/oraGVS1sgye8hpUX3EuGCdBxJWSGQUwKEJ8Jez2npxpC2QDQH9aHIOSrjd+k6k/JCIDcESAVjRthfOeB2a58XmyGB1AU6j2CitQAOyk3C4lUIpEXgTWKe1uKvSnsHUkMCSa50MmjH7cyoTStMKSwEckCAgLtbfJ6rjLg2JBDNUW1wzfcAZaURp1JHCGSTgEI4t9nr+b0Rn4YFUr2k/QAlXtQJ4KtGHEsdIZAVAkQvKrH4Wc03TnrPiD/DAtGc1YUiTcwyNssIeKmTHQJMWNzq9cwx6s2UQKqb2r9KStGrZOB1sdGApZ4QSIPAFgZP0zv3w7K3WJ8wRLXByP0ALk4jaCkqBLJEgO4ZGR1al87Yq88GZuoKohmrWbLuOIonXpapuFlqc3GjjwBjL7N6Yuvcia/qq/D5pUwLBMxUG+r6I4BTzQQidYWApQQY923tGVb9cBojdzNxi5W0WbcoUsUqVgNwW5qkGBMCxggkmDA+1d4fekybv4JoXrSrSDDSDqK0hhLrCVDKCAEDBH6nDi+9SM+yPqlsWyMQ7SoS7DqNwdpap6WpnMp5IZBBAgxSx4e9E5+zwodlAmloaFA2D5q2GsxyFbGiZcSGIQIMtIe9lVOJ9C3KkMqJZQJJPosEOk9SCQ8TSOaspyIv560nQEhAVU4M+ytessq4pQLpv4qc3AqGoYFhViUldgqVAN0V9lVWW5m9pQLRAqtZ0HE0Fbm0QYxHWBmo2BICKQhsKSl1f+P268ZvtpKU5QLRgqsNdF0O4nuMzFi0MjmxVTgEmFHX6veErc44IwK5fmn3/tG+xG8AOsnqgMWeEPgsASKsjO6Nna13OdF0CGZEIP1Xkc7JRPQUy8fDdNpDyqZPYDuYfhD2V2ofqi0/MiaQ81awa8RbkSaADA81tjxbMeg4Agxe2uqr+mmmEsuYQLSA63/+3KFqrO8pAMdkKgGxW8gE+Lk4xc9d7p3yfqYoZFQgSZEs6j5FVdUnM5WA2C1UAryTVbq4da7niUwSyLhAtOBrAp1eouQ20nIIAUsIEDCvxedpssTYAEayIhBt1fm6UNcTzDgl0wmJ/UIgwA+pb5Vd2taWeo9BszSyJBDgJ6HIqLjK60B0qNmgpX5BE3hDRXRcm+/kndmgkDWBaMnUBSOnMrACQHk2khMfjiOwlwmTrJjnoZdMVgWSfB4Jdt5IoAV6A5RyQuDfBBgzw/70Vmc3Sy/rAtEWvy4rK7qTgRlmg5f6hUOAgPtbfJWX6t1b0CoyWReIFvjVTX8ekVDirQCfa1UiYsfRBFarw0tPsWKGYLqUciIQLcirQusOcXP8PgDfTTdoKV9ABAhry5X9Tl4ye+yeXGSdM4Ekn0cWdRxNqus3AI7PRfLi0+4E6GW3y33mnbO/83auIs2pQLSkaxd2jSEXr2JgVK4giF9bEngrAUy/y+d5JZfR5VwgWvJ1gc4TQNTBwOBcwhDfdiGgbZdGp1o5ddZoZrYQSFIk/auiPAhgP6PJSD1HEPgXk3JOq7fiGTtkYxuBJEXSFJnOClogt1t26Bu5iGEbMV/Q4q96OhfOP8+nrQTSf7u19iSmxB2y74hdukjW4niXXXRh6+xKbWs/2xy2E4hGpj7YXaFCvR3AONuQkkAyR4CwgZl/ZGabgkwFZ0uBaMnWBDvHEug2AJMzlbzYtQEBwlq3UvTDXL7KHYiCbQWiBV0d7PyyAloG4EwbNKWEYDkBfgYu5eLw7Motlpu2yKCtBaLlOHPZuiGxvfG7AJxvUc5ixgYEmPEb3r/0klwMH0knfdsLZF8ytYGu+SDcJBv1pNO8tizbC6g3t3irFlu1fm4ms8wbgSSfS0LdUxWodzPjsExCEdsZI/AGVPXy8NyJXRnzYLHhvBKIlvtVizsOdydc2vx2ueWyuDNk1hw/1BONX5GJxd0yGXfeCST58N66vsi1PVqtAiECyfCUTPYQ87a3g2iZ+mbJwmzMITcf7qct5KVA9qVQE+w6k8DayhbHWQ1G7JknwOAXwZjX6q/SFjPPyyOvBaIR/3FT52i3QnOYcCkYRXnZCg4LmoA9THiQVA60+Kveyuf08l4gGvyGhg3F/xi0bbrCykIGjgKg5HOj5Hns64iVpS3+iofzPI9k+I4QyL6GmNm05sCYS6llxg0EyC5XWeyhDOwA1Ft7o4ll9zZO2ZFF1xl15SiB7CN19ZKuw+JxXkqg0wEuzihBMa4S8AAVFc9t/um333MaDkcKpL+RmOpDXZMTzEsI9C2nNZw98qEXifjqFq9nnT3isT4KBwukH9bMZRtL+qKbTyNgFhgTrEdYaBZJZXCHQuoyd9mXnrzjmqN7nUzA8QLZ13jVresHKdv2jAe5asD8fRDJ6o7p9GzGXij0mMpqc180vj7fPvilk+onyxaMQD4hlCL3tt5vssJXMiefUQ4xCq9A6m1i8Eo36OfKoJFvOP2K8dk2LTiBfBJA3eI131ATylkEnAFAe06R18MfAyLQ8yCs5jjuH9k39G+NjWP6CuQXwqfSLGiB7CPRv/K8OoFI0RbXnszAoQQU1tsvAoPxNjM/DcLjRUQv3On1fFiIoijoW6xUDV69qOtIF2MqM18AYCyA4Q6+sqgAtgO0HsBjCtNTzf6KN1IxKqTzcgUZoLXrA91HqYp6ERhnM3g0gbSrSn4PZyHEkkNBGG+C8Bji9Eh4XuWGQur06eQqAtFJq3p++wHusqKJDJzMKk8kotFMcIFtPhqh/9aph4C3VOYuKMpTibirc/m88Zt1pl7QxUQgBps/uUI99X2diaYQYyoIxzEwjHI9fIeIwbwD4NcYWK0orqdf29Pb1T5/ciIfZvAZbI6MVROBmETb0NCg/B2Ti/cbUVbcu6tvMBW7vqIkcCQzjwbhGCKcyAztVbLVt2ZxMP7JRH9WmF+DgteJ+c048G7JoKIdu7ZG++6dP7kXmmDkMExABGIY3cAVGxra3TuHDSvfu3dXGalcTu6icnB8ELvcpQqrxSqomMAlrP3LVAyK7/tZIeI+MPWqxH2E/p+JlD7t/8wcJWCXwtiVKOVoiat4T1IMjVN6MpRKQZsVgRR080vyqQiIQFIRkvMFTUAEUtDNL8mnIiACSUVIzhc0ARFIQTe/JJ+KgAgkFSE5X9AERCAF3fySfCoCIpBUhOR8QRP4f+XKAEFPbZj1AAAAAElFTkSuQmCC\",\"/static-resource/ef2f6000-f951-11ed-ac8b-cba832e729e5.png\":\"iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAErJJREFUeF7tnXt0FNd9x7939EDiFd4CZCm8YhsTx2ADzmFXEGo7ObZJ06QHO25PYtdu0Io0aV03aGWnBZoarcSJkzS1tJLzsJ3TpMUnD8c2OSm2MWiXE0CAcU2MXb9AQeINNggJpJ3bMyspKEKPmTs7Ozua7/wD5+h3f/O739/vo9/O6t47AryoABUYUAFBbagAFRhYAQLC6qACgyhAQFgeVICAsAaogJoC7CBqunGUTxQgID5JNKeppgABUdONo3yiAAHxSaI5TTUFCIiabhzlEwUIiE8SzWmqKUBA1HTjKJ8oQEB8kmhOU00BAqKmG0f5RAEC4pNEc5pqChAQNd04yicKEBCfJJrTVFOAgKjpxlE+UYCA+CTRnKaaAgRETTeO8okCBMQnieY01RQgIGq6cZRPFCAgPkk0p6mmAAFR042jfKIAAfFJojlNNQV8DUiosuF+KcQXBLAIwBQJ2SqgHYDAb7SOzh/WfHNZk5qs5ketejS2PCsLfy2BZQBmdI98XwDbEgn8Z/0jwa3mvalZrv63bUV6TvYDkLhdQp8nIEYBOC6B3ULKX0QrSn6k5tn7o3wJSFllw626EN8VwLzBUyjKo+FAtRNpvm/t1nF5I3NrIOU9g/oX4mftFy6tfnL98rNOxBGKxNcAsmow3xI4oEn5D7UVJS86EUMm+/QdIKFI/IuA/JnppEhRE60IfNW0vQnDVY9un6Zlab8BcIMJc8Nkv57Qb69/ZGmLSXtTZqHK+OMQcrUp46SRuCcaDvyXeXvvW/oKkNXV8fm6LvdZT1tqO0koEtsC4FaLcbwYDQdvszhmQHMznaO/wZomFtSsCbyaqjgy3Y+vACmLxJ+XkHeqJEXrTBSn4pkkFNleBmg1KjEA+upoeGmt2tjLo5LPHNlZh1X8CIgXasOBFSpjvTjGN4CEKrctgMjaq5wkIdZHywPrlMd3DwxFYsZvX7Mfrfrebn80HJxvO4aq+DpIuVbZj0zcGK1YptCJle/o2kDfAFJa2VAuhIioKy12RcOBm9XHA6uq47M1Xb5tx4euiTn1awLv2PERisR3AnKxqg8pZbiuomTQB3tV35k2zjeAhCLxHwPyPtUEGF8B14VLRquON8aVVsfuEDpesONDarizbk1wsx0fpZGG891f5Sq6EU9Gw4G/URzsqWG+AaQ0EtskgJV2shMNB23pVVbZsFIKsclODELKu2orSp6x4yMUiUk74yXwTF04eJcdH14ZayvhXplk8rc3AfljugiI+colIOa1AjtIl1jsIBaKxium7CCXM8UOYr5q2UHMa8UO0q0VO4iFovGKKTsIO4hKrbKDWFCNzyB8BrFQLt4yZQdhB1GpWHYQC6qxg7CDWCgXb5nyL+mX88W/pJuvXf90EK7F6vWHQq7FMouIbwDhat5ezyBczWuWD/gGEEMR7gfpqgvuBzHNh78A4Y7C3t9kDb0Xvb8y4o5C83B50pJ70ntBwj3pQ9awrz5i9ajBU02sdRKeajIkR8PTgOdi9Xom4blY/Ra5LzvI8MSds3JCAQLihKr0OWwUICDDJpWciBMKEBAnVKXPYaOArwFZHdmxREL/vIRcKCEmC4hWAL8H8Nt0HbG56juN07T2tr8CxFIIfDRZWRKHALldz8v/af2DC1N63OhAldv19Tc+A+A6CTlKQJ4QEI0C2i9rwkt2DJuKtzgRXwJSVtkwSxf4toD4i4H0EsBbUoqHoxWBn1vU1LR5qDL2rxD450EHSHwrWhH8F9NOLRqGKuN/KYTcIIGrBxoqIX+lSTxUW1HyrkX3njf3HSBG19Ch/9J43YGZ7Dl1SFqoMvYsBP7cTAyQ+HW0Ivg5U7YWjCwepndcg/Z5v3UTXwGyunrXVF2/1Aig0EIdAUJ8OVoe+ImlMYMYl0ViT0ngy1b8CeDp2nDwXitjBrMNVcW/BCmftujviKblLqxZs/ioxXGeNfcVIKHK2JMQUCmy43r7mZn16z57wW6m7Rwel4pD44z4V617bqSWN/49s130T+Ys8VS0Iqh8QqVd/dI93jeAGM8dUgjlM20l5EN14ZLH7CYoVBV/BVIab5OyfgmxLVoe+JT1gX86ojTS8I8C4tuqfoSUs/3yPOIbQEoj8a8JyH9XLQoAr0TDweU2xiP5jdXF9mY7PvQRedPtfrMVisSM17opgyYhvl4XDnzfzjy8MtY3gISqYk9A4m9VEyOBs3Xh4HjV8cmPNpXxT2tC/taOD12Kz9RXBP7Hjo/SSOyMAMYp+xD4QbQ8+BXl8R4a6BtAeKrJ5arkyYrmCSUg5rXiyYrdWvFkRQtF4xVTdhB2EJVaZQexoBrPxeoSix3EQtF4xZQdhB1EpVbZQSyoxg7CDmKhXLxlyg7CDqJSsewgFlRjB2EHsVAu3jJlB2EHUalYdhALqrGDsINYKBdvmbKDsIOoVCw7iAXV2EHYQSyUi7dM2UHYQVQqlh3EgmrsIOwgFsrFW6bsIOwgKhXLDmJBNXYQdhAL5eItU3YQdhCVimUHsaAaOwg7iIVy8ZYpOwg7iErFsoNYUI0dhB3EQrl4y5QdhB1EpWLZQSyoxg7CDmKhXLxlyg7CDqJSsewgFlRjB2EHsVAu3jJlB2EHUalYdhALqrGDsINYKBdvmbKDsIOoVCw7iAXV2EHYQSyUi7dM2UHYQVQq1rUOcn9VbEyuLhYJgfm61KcITTunS/le94s0VeYy6BgBfQ0glthxLAd5p6EZvwJYAsg1ZmwHthHVErD1Uk0B+St7McgdElq1PR/9jzZeIKoJMRNSjoSUp3VN7O0EGn9UHjznxP2G8ukGIKI0EvuekLgXAmOHCpA/pwKA+EAI/HdteaA03WqkFZCyx3bNkhcvvfzH1x2ne7a8n7cVMF6PnbgYiH7zliPpmkjaACmrbBgvhTgEYEy6Jsf7DEcFxAcfntVn/jRSciYds0sbIKWR2D4BzE/HpHiPYa/Anmg4uDAds0wLIKHKbfdDZP0wHRPiPfyigFgVDQeecHq26QBEhCKxNwBc4/Rk6N9PCsj90XCJ459IHAfkvrVb8/Lycz4AkOun9HGuzioggNaORPbsHzzyyWNO3slxQB5Yu2NCTr5+yslJ0LcPFRBC6glxXf3DSw46OXvHAQltjE9BQjpKuZMC0XfmKqBr+k31a5budTJCAuKkuvTtqAKaFItrKgK7nbwJAXFSXfp2VAEC4qi8dO51BQiI1zPI+B1VgIA4Ki+de10BAuL1DDJ+RxUgII7KS+deV4CAeD2DjN9RBQiIo/LSudcVICBezyDjd1QBAuKovHTudQUIiNczyPgdVYCAOCovnXtdAQLi9QwyfkcVICCOykvnXleAgHg9g4zfUQUIiKPy0rnXFSAgXs8g43dUAQLiqLx07nUFCIjXM8j4HVWAgDgqL517XQEC4vUMMn5HFSAgjspL515XgIB4PYOM31EFCMgg8o4dlYuS+QX4xJwJmDw+P2l5/Ewb/vft09i+7yjOXehwNDk9zpd8ogCL5k7C1IkjMW5MLo6dbsO7R84htv9o8t90XHOuGovADQWYOX0MCibk4+y5S2g5dQG7DpzA714/no4Q4EY+CEg/qZ30kTzcESjCzfMmQ9P6P9ZL12WyMF6IN+H0hxdTXiA52RqW3TgNty0uxNhROQP6f6/5XDKGA+868yqLebPG485AURKMga4PWzuwZdcRbNvbgo5OPeVauJkPAtIrnUYi7gwWYbEBhjB33p0Byq7fn8ALsSac/KDddnEYYCy/qQuM0SMHBqPvjQ61nMfz8cN4/Z3UgHL97AlJMD46bbTpORkd1QDllT2pASUT8kFAutM/Y9oYfONL15sGo2/V6FJitwFKvAknzlgHZUROVhKMWxZPx+h882D0jePw0fPJGF57+7Tpwu5teMPHJiS7Z3GBeTD63uh8Wwde3NWcBOViR8JyHJPH52FFoBgLr5tkKx8bf/Ia3m85b/n+vQcQkG41brx2Er7yOfuvF5ESaHzjBJ6LHTYFSl5uDxiFGJWXbSuZvQc3HWtNgrL//8wdej//6onJjnHVlFEpi6G1rRMv7j6CrY3mQDGebYwYFs6dDJMNfNBYn3j2Tew9eNLWfAhIigHpyYYByp6DJ/F87HDyobrvZYBxy6Lp+LOF0zEyhWD0vc8fjrdic7wJ+966EhTjQ+SCayYmO0bh5NSB0TeG1vZOvLS7GVsbm9F+6cqOYoCxIliMm66dlBIweu5PQLqVSMXrD1LVQfoWhwHK3jdP4rmGLlDyRxhgFCbBMP6fruvIiQvYvKMJ+7p/oxrzvWNJEaZPHpmuENB2sQuUlxub0XYxgWmTRibBMCA198RnLVQC4gFAeqf04KGzmDltDEbkpg+MviXV082M39puXRcvJXDo6HlcXfwRR0MgIB4DxNFqoPMrFCAgBIRYDKIAASEgBISADF0DmfyQPnT0tHBKAXYQdhCnamtY+CUgBGRYFLJTkyAgBMSp2hoWfgkIARkWhezUJAgIAXGqtoaFXwKSRkCSK3QFMHlcnmvFY/wFuvnkhUH3ZqQjOGMPyvRJI11dEWAmHwQkDYA0d69hSq4KFUguqDPWMBnriNJ1GWuYXm5swUu7j6RlDVN/85JAch3X8/EmtJy84NqaMiv5ICAOAnLkRNdy8VffPAWjOHpfl1fBFqPQwcV+F7pXwRqL+wZaBfvZkmLceE1qV8H2nutQq5KNBZfGwktjZXL+iNQt1+8LqUo+CIgDgPT8hjKWqpu5jI5irEidOjF1i/+Mla5bdv4BW/e09AtG37iMhYe3L7kKN8+bYiZk0zY7D3RtKTazAaxn+b6xUjmVq5Tt5IOApBCQa2eMQ262ZmMnXteGo6IC9X0VKdmJFyzGwrn2duLZ3hm5cBpuXVSIUfnqHcX+zsiJuNSRwBvvnzX9C6E/Q26YsiXflYONE1AMUIqnmt+y6sRe7hUlRVh0nbW99TsPnEhurkrF3npjC/Gy5N56a1uIU7233m56CYhdBQcY//HZxmkgxZgxyKEHw/k0kB5ZjEMoPtV9CMWYQQ6hcPp0FtU0ExBV5UyOm1U4BsEbpsL4d8LYETjf1omjLp0ndf2cCSgYnw8JieNn2pPnezW8egwftl4yORt7Zp/8+JTkUUpunu9ldQYExKpitPeVAgTEV+nmZK0qQECsKkZ7XylAQHyVbk7WqgIExKpitPeVAgTEV+nmZK0qQECsKkZ7XykwLABZu3Zr9rH8nPS8rMNX5cHJCpk7u7Zi8btOKqF0qmTosR2F4mJirg4xR9PEDKkjXwp5hS8hpRSaKJASdzs5Cfr2rQKvQIg9UsrcvgoIyGxAOyMFjkgdb+dq8vX/KA82W1XKEiD/tHH/qHP6+XuFlPcBuB6AezuUrM6U9r5VQAJSSLlDaNrT2flTnvr+1z9m+q1KpgFZVR2frelyA4C7fKs0J+51BTohsTlL5tz/+MM3m3r3hClAVtU15mhn2jcDuNXrCjF+KgDg5VNtzbc/s/6uIRe6mQKkrCr2DSlRTWmpwPBRQF8dDS+tHWo+QwJiPGeXVcVPAJg4lDP+nAp4RgGJ1/LyRi377oMLBt21NSQg3c8eBwGob0HzjGoM1EcKSMiOWdGK5e8PNuchASmtij0gpKgHpOYj8ThVfyhwdzQc3KQMiPFwnnWmfYMEHgTg3quX/JEszjLNCgiJNbUVwY3KgKxcuSlr0k3TKiTEOgKS5uzxdo4rICD/rjZc8rgyIMbAUHXDCujiWQD8iOV4yniDdCogBT5dVx7cYg+QjfEpSOAtQDr7Vsd0KsN7+V4BCVySCX1G/SNLW2wBYgwurWyoE0Ks8r2qFGDYKCAlNk5t3xJev369bhuQr23YPrlD0/YBKBw2CnEiflbgHa2tY37N+uXnhxJhyK95exyUVsVuExLGs0jqzvEcKjr+nAqkXoGjEuLuunBguxnXpgExnH11Q8PVCU2sBXAPkuep86IC3lFAQv44K0dfW/PQsiazUVsu8pVrN+VOGV20IJHo/IKAmC+lnAshiszekHZUII0KHIOUu4UQu6WW9VJBa/vO9euXd1q5v2VAejv/+0d/V9Ce3Vmk6XIcsrkSxYrwtHVWAdnZ2akL/RTa9Zb6dcvNvQ6gn5BsAeLsFOmdCrivAAFxPweMIIMVICAZnByG5r4CBMT9HDCCDFaAgGRwchia+woQEPdzwAgyWAECksHJYWjuK0BA3M8BI8hgBQhIBieHobmvAAFxPweMIIMVICAZnByG5r4CBMT9HDCCDFaAgGRwchia+woQEPdzwAgyWAECksHJYWjuK0BA3M8BI8hgBQhIBieHobmvAAFxPweMIIMVICAZnByG5r4CBMT9HDCCDFaAgGRwchia+woQEPdzwAgyWAECksHJYWjuK0BA3M8BI8hgBf4fbwmJX1tG+hAAAAAASUVORK5CYII=\",\"/static-resource/d1f2e5d0-f950-11ed-ac8b-cba832e729e5.png\":\"iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAIABJREFUeF7tfXucHFW17reqZyYJHoGQCBgUBQSPgHCUSMJ09YTwEAWCyNPrEYEA09UJiYRHunoCJjnAdPUECBAyXT2GgJcrvxsecpEjCkeNTFcPwQNy4KByDpeXCoomQOBCQma61v3VZNAQZrqretera6r+7b1e39pf12PvvRYhvmIEYgTGRIBibGIEYgTGRiAmSDw7YgRqIBATJJ4eMQIxQeI5ECPQGALxHaQx3GKpcYJATJBxkug4zMYQiAnSGG6x1DhBICZIQImef/1jBw0NDR4qmTjAJEwjwmQwJg27Q9jCjDckxqumhOcl4DfFrPxfAbk6rs3GBPEp/XMLxrRWE6cQ8ZdBlAJjqiPThI1gLjPTw4MSfrQ2K7/qSD4e3BACMUEags2+ULpgnCYxzmNgjn2p+iMJeMAk3F7Kyj+sPzoe0SgCMUEaRa6OXKZgnMsmLgXhMI9MbFfLeJok3FDMyt/31M44VR4TxOXEK/lHjwaGrgFR0mXVtdUxV0yTrupbIq/31W7EjcUEcTHBGa1/BUO63EWVjlURzOuKascVjgVjgVERiAniwsTIFIzPssm3+n7XGMt35gpJdEH85Us8uTFBBDFMF4zjCbjT8VcpQbt1xQkbGfhmKSv/W92x8YAxEYgJIjA5rC9UxLhXQIXnokw4Pf7S1TjMMUEaxC7TbZzCEu5vUNxXMTLxtWKX/CNfjUbEWEyQBhKZKRgzTcYjBLQ1IO67CAPbJMKsYlbe4LvxJjcYE8RhAjP58mQmPAbQgQ5FAx7OzxFjRjGXeiNgR5rKfEwQh+lSNGMdgLMcioVl+F26Kp8dFmeawY+YIA6ylM4bChGKDkRCN5QZmVJO1kPnWEgdigliMzELuvs/NijRcwDtZlMkpMN4c6vJB67q6vhrSB0MlVsxQWymQykYq8C42ObwcA8j3KJn5QXhdjIc3sUEsZGH4ZVyxrM2hjbNECL8Y7zSXj9dMUHqY4RI3T3ejze+i9jIvHV2Lb5qIjC3YHy0lbGxWdY87KbTWhsZJExdm5XftiszHsfFBKmT9Sh8uRorxPiLVn3KxwSpg5GiGdZmv+PqQ9mUI36mq/LxTem5T07HBKkB9PZVc3rdp1wEYoaY94hX18eGPiZIjWnZDLt1RVkV7/atjWBMkFoE0fpXUMAnBEUJUE+eCStKWXlxvXHj9feYIDUyH/H3j/cjj99DasyBmCA17yDlPxDoE1H+92TwH0tq6pNRjlEktpggY6C3dOn6ltcmtQ6KgNsssnttGWxdvnz2ULP466efMUHGQNuqhNjGeMXPZARlaxthn7hS4+joxwQZY1ZGcf/VWASM92XFn3kd/zlfpBmHJIBnHAs2oUAVOPR7qvybJnTdc5fjO0h8B0F8B4nvII7/aeJ3EMeQRVIgvoPEX7EQf8WK7yAN/bultXgdpCHgIiQU30FqJDNeSY/QTG8wlJggNYBLF4weYkS6UjrDvK4UV4MfcxbEBKlNkNDX3m3wj/FvYvFu3toIxgSpgU98HkSUfs0vHxOkTg4j/h4S7+Stk/+YIHUAis+kN/9dQCSCmCB10IurmohMr+aXjQliI4dxXSwbIEV0SEwQG4mN4s7eeP+VjcQjLhxnDyUgWtUV46qKtvMe30FsQhVXd7cJVMSGxQRxkNAofNGKqyk6SHj8iOUMLGt03GHKOWbNLBHfQRxmT9Eq3wB4LYBJDkWDHv4uE51byibvCdqRZrIfE8RmtuYVHv2cyVWLGDNtioR12AaWqt8uLZ71XFgdDJNfMUHqZOPMpc+0TZ305hIGVDRJ22cbE+w9Brp58sR8X3r6uChtZAOTUYfEBKmBXGdP5QAy+X4CDmkU4JDLPWVKdHrf4uTzIfczMPdigowBvaIZVqvn2wDsElh2/DH8LoDzdVW+yx9zzWUlJshO+Tpv6fqJEye1Wq2ez2uuVAp6S1iz9d3BBbcvn71VUFOkxGOC7JDO+d2PTalKg1bDnC9EKsv2g3li4oTB425cNPtN+yLRHhkTZCS/ndf2f1xKSP0APhPtlNeN7rcthONvycqv1h05DgbEBLEW//KPfhpStR+MuMr59kn/+6FE9eg1V8x6cRxwoGaI454g8zXjkCqwHsDHxvtk2Cn+vySAY1aP85Kk45ogmXx5fyZ6FMCeMTlGReA1E3xkn5r6/XjFZ9wS5MJrN+zVkhjaAODTQSff6llOwHsAbdvuC7cxMCEMvdkJeLHFNGes6ur4a9A4BWF/XBLEOkbbZsIA4TCfQX+BGOsY/DAz/6XKbZvWLJn5Wi0fLCJPSAxNZcKebOJ4JpwNYH+f/X5yG2HW2qz8ts92Azc37giyfZ2j5ecAtfuCPuEZmHyvSYl7+9T2/3TDZqc28PkEzDMYOAPAwW7orKeDAGPjlt2PvXv5oSN3uXoS0fh93BEkoxlrGLjA+/TRWiLuKWbl//LS1sgmSqtLrecLm0TQi1k542U8YdM9rgii5MtfB9EPPU7CfUTIeU2MnWOwiFJls5vAp3oaH9MZei55r6c2QqR83BBkeK2Dqk8D+KgX+FuPIMzSQj3X/qQX+u3q7Owuz5BIKoB4ll0Zh+Peloaqh/ReOesPDuWacvj4IUjBGADjKA+yNAjQd3Q1ae3fCs2V0crzGXQjgBa3nWJgfUmVj3Fbbxj1jQuCKPnKeSC2dua6ff2VCKcUs7L1uTh0V6bHSLGJ+wBMcd05wrf0rPwD1/WGTGHkCXLJyvW7b3mv9UUCdncZ+6fMqvnVviUdf3JZr6vqLixs+EQLD/0rgMNdVQxsnDhh8MCob2yMPEHSWnktgc53c3IQYV3LpLfOXbXwxPfc1OuVrgU3Pzhh6N1d72TgNDdtMFFfKZtMu6kzbLoiTRCluz8JSTJcBZ3wXT0rX+2qTp+UKfnyMhAtddMcm9Re6kpa23UieUWbIJrx7wCmu5U5Bt9WUlNz3dIXhB6lYHwPjAtds80o6zm5wzV9IVMUWYKktUoHgR9xDW+mRzYd8Mqxd591VtU1nQEoOvOuuxJTXpz2CBhJt8xLTEf25pLWn1HkrsgSRMlXHgDxyS5l7KXWLS2Hr1o+8y2X9AWqxuqcBaInGNjPJUfu01XZ1fcbl/wSVhNJglzUXT4oIdGzLlWOfIul6vSo1ZEawegJAP8gPIsAHkpUD4jiAatIEkTJl28C0UIXEl8lyTy2uLjDvUc1F5xyS4WiDZwAmA8CkIR1El2vZ5OXC+sJmYLIEWT4GfuFadZ5avFDUIxb9Jy8IGQ5c9UdRTN0AG58qn1NzyY/DiJ21cGAlUWOIPPylS+bxA+5gOvWoWrLp+ud13DBTqAq5vWs39s0W192o2qkRDimNytbx5cjc0WOIBnN+D4D3xbPEPfoaiorrif8GhTNuAHAImFPCWv0rHyRsJ4QKYgcQRTN2ARgDxGMCXinion79KnTN4voaRZZqx6YKQ2+zMBHBH1+XVdl9/d9CTolIh4pgmRW9B/GVekpEUCGZYmW6dnkcmE9TaRAyZevAdESUZclShzcmz3qd6J6wiIfKYIohcpCMN8kCC4nzNaPre6aYd2Jxs11ccGYNsR4RTRgJp5fyqZ6RfWERT5aBNEM67Tg1wXB3aCrshfnRgTd8l5c0YzHARwhZonv0dXUmWI6wiMdNYIIv38AnNPVlBaeFPnniVIwrgLjXwQtRuo9JDIEGTlSK1wqM2rP0E4me1orH06g/3AiM9pYE/ypqBSbiwxB0gXjeGI8LJjcl3RVdmt/kqArwYgrmmG9h0wTsc5kHlfKdvxcREdYZCNDkIxm3MyA2Kp3RLdLOJlsrmzTYb5Zz6W+48RuWMc2NUHShYFjifmbgHk6QLsJg0z0R5i41UzgjvHWlsxqNydVcQ7IOivC+whjCd4MSPcy0Z2lbHvT3k2akiCZbuNclnCxm4ehdp4QzFgHppuifFrOijndXTkKxN+h7SVNvboeJxO3FLvk73tlwCu9TUWQtNb/NYJ0lfinSPtwEvC/qhIti9odxbpjJExexsC37KMhPPIJhnl1Se24X1iTTwqagiDDrdFo20oQneMTLjuZIRNsLtZzqeuDse+uVSVfvgwk9QAsvs29EdeY70hw26JmWIwNPUGU7vLJINJBcOG5uJFs/l2GgAdIGuzsXTz7z2KagpG2du6y2drHwJxgPNjBqrVqz6zoXSmrJFFor1ATZPs/HV0XLvToJRPmOX1qyt1qKR4H2amVZQnSHQAH3g/lA6EyXx7mO3NoCaJo5QJAVtXyEF5cZUinl9RkUzxLp7XK1wjmvQAlQgim1TAotEcLQkmQjFa+nkGXhjOZOzxykfT1Yrb9/4TZz0xh4FRm0yo/GuqLwDcU1dRlYXMydATxoriZp6Azz9ZzqV96aqNB5Uq+fDSImueEH/NyPZda1mC4noiFiiCZQuV8Zl7rSaQeKSXgVamF2ldfnrSOrYbmmn9d5VPmEA+w4LYRvwMiornFbNKLQuMNhRIagnRe2/9FqUV6HIzQ+OQA0Z/pqny8g/GeD1U0498AHOe5IbcNENgcMqf3Len4tduqG9EXmsmoaOWKb30DG0GqngzxMj2bCsUpRKVQXgqmUD2q1IPvg7/zgK6mXKv86Mz2B0eHgiAZzehi4FqRQMIga0rmEX2Lg/3n6+zp/6JkSlZBuKa+CFhSVOXuoIMInCDWs3J1iF9wpXhZ4GjSv+rZZKCLcEqh8gDYtZKrQSJqJlpo/6Df7QInSKZgFJmhBJkJV21LPEdfHMzqsNJTPhkmPeBqPAEqC0NX3UAJksmX92ei5wPMgQem6ee6mgzk5VjRKj8D+FgPggpMJTEfUMylrCeMQK5ACRLu1XKBfJimrHd1VAQ0OBb1pFmQYy+8EAh2lT1gglT+DPBeXsAapM4gWpOlC5USMXcGGbc3tuk1XU3u7Y3u+loDI8jI2Y5Qb9OoD99YI3izrqbcbhpa0x1FK7/pyqnKxoP2TJJhnhrUGZLACJLRjDUMXOAZqgErNmGe3Kd2/NgPNzq1/pMkSKHeNi6CAwG3FlXZvbZxDpwJjCCKZlhbM/Z14GtTDWXgxpIqixeEthF1WjNWEnCJjaHNOuT3uip/KgjnAyFIuueRA8lM/HcQAfto83Fdlb/khz3F5Walfvjs1AZL1YOC6PIVCEHm9Rhnmyb+t1OQmm38XlsGW5cvnz3kpd9Ll65veW1S66CXNsKgW5Lwjd7F8jq/fQmEIEre+BcQrOILkb6oah5eXNLxtJdBZq7tP4wTLlS099JJN3QzrtZz8nfdUOVERyAEyWjGHT5X03CCiWtjGXSq16cOt58W5Ih+Dfx7KqzqMkVV9r1oRyAEieKK72isYkamlJOtHoCeXem8oRCh6JmB0CgOZodCQARxo8x+aDJXwxHvK8UrWlkFKN8MaAj6+ISuytMFdTgWD4Qgac14hoBDHHvbbAI+dKpSCpWlYG7isx/2ksrAb0qqfKi90e6NCoQgilZ5GuDPuxdGODUxsLSkyqL9NmoGl9aM7xIQioNa3maB/lNXk4d5a+PD2gMhSEYzNjAww+9gfbdHdLmeTXpajVEpVC4Dc8hqh7mPNAGPFVV5pvuaa2sMhCBK3vgxCCf6Hazv9pjO13PJ2720q+Qr54E4NEUOPIuV8aCek0/yTP8YigMhSHR3nn4QZSZ8uZSVreIJnl0uNQ7yzD+3FAexQ9ryPRCCZPLGFUzocQu8sOoZSlT3X3PFLOG2cLXiu3DFI/u1VBOBHSjyC3tiLC7m5BV+2XvfTiAESefLXyGin/gdrJ/2GPxmSU1N9sNmWiu/QSBft9f7EdeONpj5q6Vc6qd+2w2EIBfcMLBH6zYz4n3I+SFdTX3Fj4QqWvmnAJ3gh62gbAy2SVNuvbT9db/tB0IQK8io70BlQlcpK/uygJcuGDliBF4ix8PJ69vO6J1jCIwgaa1yNYGv9BDUQFWbUuKIvsVH+VIdsLPn0S9KZrXpa2GNlTAGXVNSk4Fsbg2MIJl8+QgmejzQWeyR8SBWfaO8O4GYpxdzqUD+AAIjyPbHrMpjAB/p0TwNTi3zlXou5WulSCVfXgKia4IL2ivL9CtdTQa2qBwwQQbSgOnpblev0lZL7zbCPmuz8qt+2p5bMKa1WW3NoncpuiqXggorUIKMvKz/EQi+/6CLCSjpqhxIpUhFM6w/m7SLsQSt6hVdlT8RpBOBEyRTMC5hxsogQXDTNkstB5UWz3zOTZ12daV7NhxI5lBkzvoTYVExK99oN34vxgVOkJF3kYjs7g22CuB2LMPc29HJFA5m925oPvPu6Mg8rTzHBP3ICXwhHPvCpi2vfu7u5WdtC9K3M5fe1TZl0rTfAdg/SD9EbUvgU3rVVOCFuENxBxn+58uXV4NoniiwQcn7cf7cbmxNf06duVfPpebbjdfLcaEhyJl33ZWY8sI06/m5+f75mNfquVSoqkQq+fKtIJrr5eTxRDfzC3ttlQ9cvpxMT/Q7VBoKgszTBtpNmFbzzs869D88wxk/aGVz0aqujr8G6dS8nvV7m2bLSoC+EaQfgrZ/K0G6qFdtHxDUIyweKEEWdPd/bJAS14PY93IuwsiNqoA3D+/BWiwXQcTe2Bhd69KlLP15krGAQNYR3139tO2RLWbw7S1m2xWru2YEtrE1MIJktMpJDL4DgC9bwj1K4qhqCTCqVfOsviUdf/LD7rxrHvmk2ZK4C4DvR1J9iG+jxPTPvbnkwz7Y+pAJ3wnSWXq8NfHG1usZWBBEwD7atM5onFNUk55WeM8U+k9lptuj2vpgJF9M4JXVyZPUvvR0X8us+kqQzp7KAZLJ9wI43MeJGqgpBla37fLWZasWnviem46ct3T9xAm7tN0UzaY5YyL1lCnR6X2Lk7617fONICMtwqxThB91c6I0hy7+1cQJQyfcuGj2m274O7/7sSlVadA66/4FN/Q1mY63YZpf9avFnS8EGem+eg+ACU2WDDfdfdasmseIvpeMvG/8AsBn3HSuyXS9B4nP8KObsOcEyRSMc5lhfcKVmiwJ7rtL+INkSsf05tr/byPKO7sH/lGSTIscH29EPmIyJhHmFrPy972My1OCKIXKEjBH8IyCUEo2gaXj9Vz7k060KIWBI5nNhwiIdHEGJ5hsH0tZXU16ViHHM4LE5KiZ6rfB0iy7JElr5cMJZC2a7eJ8AkVfwsvz/54QZNxU+xObe5tMiWbU+yKTyZf3Z6JfAZgiZi7a0ky4sJSVb3U7StcJki4YpxHD+pTr9/UKQPeA+WVIvJGrtInBm1oosYlR3VTMpd648NoNeyVo2xRIianE5hQCTQF4ChNZvQStUqiT/HSagBcHqy1HrVky87XR7F5cMKYNmRgAwe8Glu8C/CAxHge240gJ2mgOmZuq3LbJ8jeTL08mJKYMcXU7jhJPJaYpRNiPgdOCOARHhK8Vs7Kru8JdJYiSLx8NoocAtPk00Z4H+F6JpXt6c8l/F7G5fV2h9URinA5gjm+fownPbAPa12blt3f0/5KV63d/773Wxxg4SCQuB7JvgfGAhefWrUM/uX357K0OZD801HpnAldPB8jC8wARXQ5kt5ngY/vUlOFApuZQ1wgy/7rKp6pD/AyAf3DLuTH0bGHCLQmiO3sXJ//DK1tprTwHoDQBfhRM/omuyh8o5q1ohrXOcZxX8b2vl4AfssS3efnJVMkPfIHI/CYDFwOY6G1MvFkaMj/fe+WsP7hhxxWCjHRatV4ivWx7vA2MPrN1cHnf5bM3uhG8HR3DC5wJqQBG0s74RscwcEVJlYfbGGQ0o4sBr6uibGDCglJW9q300vAjbmLoKgI6AbQ2ilV9Of7VXluGkm50GHaFIBmtfD2DLq3veEMjTDD9wCTzyj419fuGNLgglNGMrzJgVUr0apvMEEhKojrUCknq93Dd6Elm7gqizu37aVDyj34aqF4Dwv/wKk4mKpSySVU09cIE8bgQ9esSpDlhOBdgAb19S/nAcgIv8aIyPoFfZaIWMPYUTewo8kzA1cVscpnfW/HHikXJV44BsbUL2ZMvdEzmcaVsx89FsBQiyNyC8dE2hlV6f6qIE2PIPokhaY5+ZXvoaj2NbJ35QfOcu+DNxDijmEv9zIM8Cam8sLDhEy08ZLWxPkJI0ejCfzK3TvxM37Lp7zaqW4ggSr58E4gWNmq8hlxp05bdF969/NBACyDUisvamUwm3x/+ZqT8OxP4SpCPp/Xmx5lLn2mbMnHzGi8OzhFwXVGVr6jnw1i/N0yQTMH4LDN+AyDRqPFR5N4jYG5Rle90UadnqhbdMDBp66B5GzPO9syIkGK+Z1Jb4tsrL23fIqTGJ2FFq1wE8CqXN7VWTVM6tK+r/dlGwmicIJpRZkBuxOgYMq8w+KSSmnrKRZ2+qApj8TsGLSypSWuyNdWVLhjTiWEt9rm5IfMXuiof2wgQDREk3W2cSBJcOylHwDtEiS/1Zo+y6jk15RWmHh3ErBZzqUJTAmnVTu3uP5gkyfr87NrOhkb7RTZEECVv9IOQcikBzIQTvG526ZKvNdWkNeMuAs70w1YNG3fqqvzPAfsgbD5TME5hhvXy3tAcHcWBhu4ijo139vR/UTIlF3s1eLtdWThTDhQsuPnBCYPv7lr2eMG0lkePm5Mntvt9btsBRI6Gur1gyoQvOV0YdUwQJV95AMQnO4p07MGR+LfbMbzhUkYJ6QkwPukSRjbV8B/NlqEv+LnLwKZjQsNcvivfp6uytZHS9uWIIMO7SxlWuwJHcmN4E6l/ux1j9OIZulZGo/AON1Z8Lt+VGQnaW78i+Re7DHE00V285Q2CEwfpuaNesutos41TtMpigP15UWZcqufkyLSQ2DnXI73grZYSwksKTvutOyXICwzsJzxZGbfoOTnSdbGs7fMTJ7VafwB7CeNVW8Er5uSJ+0XlvWOsUDMFo8gM8cZEjKf1nGx7P51tgrjVdNN6HNjWJu0bRM9rjyfqh9SPLHz1eWqX6Xw9l7zdUxshUG7tBG5JDFl/OMLb5dk0Dyl1dfzWTli2CZLWjJUEXGJHaa0xQbb0FfXdqbxVsX7qC9Oec+WuO4pxAv57zy3Jz4WlErpTfJyOVzTDOgLQ5VRu5/FMWFHKyovt6LFNEEUzrGdA0VpMr7+TeGffO6444R07zkVhTLpQOYOY7/YiljD1JPEivp11dmqP7yZhy8viZVb5d7qaOtiOz7YIMlLJT/iQEoMuK6nJG+w4FqUxilZ+GqDPuxsT/VpXk17sgHXXTZe1KfnyZSAaPlgmcrVuadlt1fKZb9XTYYsgLhViqL6TeGe38XT3eB/8TN64kAnfq5cMJ78T4Tyvi6Y58cevseeseOgjH6l+xDq/b2vujuUXg08p2WjxZsuIohnWv/4iERCslgBFVXZre4qIK77LdmrlfSXQy24abjXNPYNu1uNmPE50KVq5AlC7E5kPv4fYO3FoiyBpzfgFAbNFHALRlXo26fU5ayEXvRRWNMM6GmDrudeGH0/pqvxPNsZFckhaM75LwHKR4Bh4uKTKJ9TTYYsgimZYq+f71FNW6/dG9sGI2AubrBt34b/HFHy76SDx7ewuz5Ak2iDow0u6Ktdd06tLkJGlfqEaSQBv1rPy5LCchRYEtiFxRRs4ATB/2pDwTkIS4ZjerLzeDV1NqYOZ0oXK66J1ilt3eWtivb4tdQkyr6fyT6bJjgotjwJ65DYlOp1YI380m0VPy1kLrRv3f3W3u886q+rUhyiNd2MTYwI4dLUqW4++Y151CaJoxlkA1omA2+wHeERi31E2nS8/TST8ufcJXZWnu+VTs+rJaOUrGXS1kP/Mp+m51H1CBHHlOCnzBXouZfUIGddXxp1jyg0d/Ika8IpmpAHoInEx8fxSNtUrRBClYFwFhtVauPFL4jlelrZs3DF/JZW88WPQcJFsgYvv09WUozMNAsZCK+rG2pydJ5u6j1jpgtFDjIbLplgImybP7OtKPRZatH1yTNHK6wCyHlkbvgj4n0VVPrdhBRER7NTKsgSyTm82fjFfq+dSVwrdQdzYZkzMBxRzKavA3Li+Mlp5LYPOFwGBCXopK2dEdERBdqTsVEOlfP4WP/PNei71HSGCpDXjDgK+JQLqNsKuO5f3F9HXrLJKobIazPNE/GfgxpIqC+1qELEfFtkLbhjYo3WbuUnEHwbfVlJTc4UIomiVWwGuqaSOk2/pqrybSCBRkXXjRKad5+ao4FUvDkUzrM/mu9YbN9bvTNRXyiatl/0xr/rvIFplAYFvbtQJAP26Ks8SkI+MaGZF/2FclYQK40mtbfv2XnakK70vmh1Y0fJTBL64qKZWCxFE9GUofiT4IPyKZlgLfI21xCZU9azc0uwT2y3/RWtDs0ntpa7ko0IEsU7FTXlh2tMNbrQTqovqFpBh0qPkywaIGm3G80tdlcU2jYYJDEFfRnZ5/LrBre/P6tnkwfW2P9V9xLJiSGuVDgI/4jQeBlaXVNlquxVfIwh0Lls/VZrYajXtdHgX4WrrLm/vsWrhiXUP+YwnsBXNsBYLa75HjIqHacp6V0elHla2CGIpyWjGvSPdS+vpHP6dgTcnTRjc78ZFs9+0JTCOBqU142YCHFV1ES3jH1V4rW67TPQ8gMl2YyTCumJW/oad8bYJoqyo7MlVtj75ftmG4lfA/C09l/qljbHjcoiiGdZu3KNtBh8/WtUAal7BmG0yrJYZe9fHkx9qNfkcu4fNbBPkfcOZgnEuM6wiZaMxlsFUfKfl/y0ej0dr6yfngyMyWuUkxnBBh1GrmFs7dwE6u6gmXauk79THZhlvdTubAPQwDz9ujTavN4F4kZ5N3eEkJscE+RtRevpnwZSsl82ZAD/HDCPBbf2ru2YILd44cT4qY619RQDOIgtLRpWZHwPxupLacX9UYvQrjuHayEQykdW7hg4EsMEEGSU1aTVGdXw1TBDHlmKBGIEmRCAmSBMmLXbZPwRigviHdWypCRGICdKESYtd9g8rIZobAAAALElEQVSBmCD+YR1bakIEYoI0YdJil/1DICaIf1jHlpoQgZggTZi02GX/EPj/WkXiXwe2oyEAAAAASUVORK5CYII=\",\"/static-resource/fce8c800-f94f-11ed-ac8b-cba832e729e5.png\":\"iVBORw0KGgoAAAANSUhEUgAAB0sAAAJ9CAYAAABUyZrwAAAciUlEQVR4nOzdQWotyxFAwSrt0V6Dl+Q12Hu87YFe40Y0/MmnjiAjIEEDDe60OWTWWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC82/UPAAAAYJ5//uu/9597rXWttdZ//v2P7PcAAAAw01f9AwAAAAAAAAAKYikAAAAAAAAwklgKAAAAAAAAjCSWAgAAAAAAACOJpQAAAAAAAMBIYikAAAAAAAAwklgKAAAAAAAAjCSWAgAAAAAAACOJpQAAAAAAAMBIYikAAAAAAAAwklgKAAAAAAAAjCSWAgAAAAAAACOJpQAAAAAAAMBIYikAAAAAAAAwklgKAAAAAAAAjCSWAgAAAAAAACOJpQAAAAAAAMBIYikAAAAAAAAwklgKAAAAAAAAjCSWAgAAUNmPAQAAgOPEUgAAAAAAAGAksRQAAAAAAAAYSSwFAAAAAAAARhJLAQAAAAAAgJHEUgAAAAAAAGAksRQAAAAAAAAYSSwFAAAAAAAARhJLAQAAAAAAgJHEUgAAAAAAAGAksRQAAAAAAAAYSSwFAAAAAAAARhJLAQAAAAAAgJHEUgAAAAAAAGAksRQAAIDSrn8AAAAAc4mlAAAAAAAAwEhiKQAAAAAAADCSWAoAAAAAAACMJJYCAABQ28vbpQAAAATEUgAAAAAAAGAksRQAAAAAAAAYSSwFAACgdv0ZAAAAOEosBQAAAAAAAEYSSwEAACjslwEAAICjxFIAAAAAAABgJLEUAAAAAAAAGEksBQAAAAAAAEYSSwEAAKh4rxQAAICUWAoAAAAAAACMJJYCAAAAAAAAI4mlAAAAAAAAwEhiKQAAAAAAADCSWAoAAAAAAACMJJYCAAAAAAAAI4mlAAAAlHb9AwAAAJhLLAUAAAAAAABGEksBAAAAAACAkcRSAAAAAAAAYCSxFAAAAAAAABhJLAUAAKCyHwMAAADHiaUAAAAAAADASGIpAAAAAAAAMJJYCgAAAAAAAIwklgIAAAAAAAAjiaUAAAAAAADASGIpAAAAAAAAMJJYCgAAQGk/BgAAAI4SSwEAAAAAAICRxFIAAAAKtkkBAADIiaUAAAAAAADASGIpAAAAJdulAAAAZMRSAAAAAAAAYCSxFAAAAAAAABhJLAUAAAAAAABGEksBAAAAAACAkcRSAAAAKvsxAAAAcJxYCgAAAAAAAIwklgIAAFCyVQoAAEBGLAUAAAAAAABGEksBAACoeLMUAACAlFgKAAAAAAAAjCSWAgAAAAAAACOJpQAAAAAAAMBIYikAAAAAAAAwklgKAABAYb8MAAAAHCWWAgAAAAAAACOJpQAAAJRslAIAAJARSwEAAAAAAICRxFIAAAAAAABgJLEUAAAAAAAAGEksBQAAAAAAAEYSSwEAAKjsxwAAAMBxYikAAAAAAAAwklgKAABAyVYpAAAAGbEUAACAijO8AAAApMRSAAAAAAAAYCSxFAAAgJKtUgAAADJiKQAAAIX9MgAAAHCUWAoAAAAAAACMJJYCAAAAAAAAI4mlAAAAAAAAwEhiKQAAAAAAADCSWAoAAEBlPwYAAACOE0sBAAAAAACAkcRSAAAASrZLAQAAyIilAAAAAAAAwEhiKQAAAAUbpQAAAOTEUgAAACqCKQAAACmxFAAAgJJQCgAAQEYsBQAAAAAAAEYSSwEAAAAAAICRxFIAAAAq3iwFAAAgJZYCAAAAAAAAI4mlAAAAlGyVAgAAkBFLAQAAAAAAgJHEUgAAACp7ebcUAACAkFgKAABASSgFAAAgI5YCAAAAAAAAI4mlAAAAFJzfBQAAICeWAgAAUBFMAQAASImlAAAAlIRSAAAAMmIpAAAAAAAAMJJYCgAAQMUZXgAAAFJiKQAAAAAAADCSWAoAAEBhvwwAAAAcJZYCAABQEkkBAADIiKUAAAAAAADASGIpAAAAFSd4AQAASImlAAAAlIRSAAAAMmIpAAAANdulAAAAJMRSAAAAKnt9f5cKpQAAACTEUgAAAAq2SQEAAMiJpQAAAJQEUwAAADJiKQAAAKW9bJkCAAAQEUsBAAAAAACAkcRSAAAAKrZKAQAASImlAAAAFIRSAAAAcmIpAAAAFcEUAACAlFgKAAAAAAAAjCSWAgAAUPJdCgAAQMZHKQAAADWneAEAAEiIpQAAAFS8WQoAAEBKLAUAAKAglAIAAJATSwEAACiJpQAAAGTEUgAAACq2SwEAAEiJpQAAAJSEUgAAADJiKQAAABWbpQAAAKTEUgAAAGqCKQAAAAmxFAAAgMpevksBAAAI+SgFAACgYJMUAACAnFgKAABAxZulAAAApMRSAAAASoIpAAAAGbEUAACAilAKAABASiwFAACgJJQCAACQEUsBAAAo7PX9Tfq1BFMAAAAiYikAAAAloRQAAICMWAoAAEDh+Vapd0sBAABIiKUAAACURFIAAAAyYikAAACVvWyVAgAAEBJLAQAAKAmlAAAAZMRSAAAACnt9f5PeI5oCAABwnFgKAABASSQFAAAgI5YCAABQ8WYpAAAAKbEUAACAklAKAABARiwFAACgYrMUAACAlFgKAADAbyCYAgAAcJxYCgAAQGWv7+9SoRQAAICEWAoAAEBhL2d4AQAAiImlAAAAlIRSAAAAMmIpAAAAFdulAAAApMRSAAAASkIpAAAAGbEUAACAklAKAABARiwFAACgsNf3N6nNUgAAADJiKQAAAJVnMAUAAIDjxFIAAAAK+2UAAADgKLEUAACAkkgKAABARiwFAACgYrMUAACAlFgKAABASSgFAAAgI5YCAABQEkoBAADIiKUAAAAU9vr+Jv1agikAAAARsRQAAICK90oBAABIiaUAAACUBFMAAAAyYikAAACV+xSvUAoAAEBCLAUAAKCwXwYAAACOEksBAACo2CwFAAAgJZYCAABQsFEKAABATiwFAACgIpgCAACQEksBAAAoCaUAAABkxFIAAAAq95ul3i0FAAAgIZYCAABQEkkBAADIiKUAAAAU9ssAAADAUWIpAAAAlfsMr1AKAABAQiwFAACgYJsUAACAnFgKAABASTAFAAAgI5YCAABQuc/wOsULAABAQiwFAACgspdzvAAAAITEUgAAAEpCKQAAABmxFAAAgIITvAAAAOTEUgAAAEpCKQAAABmxFAAAgIrtUgAAAFJiKQAAAJU7lgqlAAAAJMRSAAAACvtlAAAA4CixFAAAgIpICgAAQEosBQAAoGCrFAAAgJxYCgAAQEkoBQAAICOWAgAAUNnr+7tUMAUAACAhlgIAAFBxihcAAICUWAoAAEDFZikAAAApsRQAAIDC/vG3YAoAAMBxYikAAAAVm6UAAACkxFIAAAAKdygVSwEAAMiIpQAAAJSEUgAAADJiKQAAAJW9vFcKAABASCwFAACgJJgCAACQEUsBAACo3O+WiqUAAAAkxFIAAAAKe9kqBQAAICaWAgAAUHlulgIAAMBxYikAAAAloRQAAICMWAoAAEDFZikAAAApsRQAAIDCzzdLBVMAAACOE0sBAACoCKUAAACkxFIAAAAKdyT9WoIpAAAAEbEUAACAis1SAAAAUmIpAAAAJaEUAACAjFgKAABAxWYpAAAAKbEUAACAklAKAABARiwFAACgsF8GAAAAjhJLAQAAqOz1/V0qlAIAAJAQSwEAAKjYKgUAACAllgIAAFASSgEAAMiIpQAAAFSc4QUAACAllgIAAFDYLwMAAABHiaUAAABUhFIAAABSYikAAAAFm6UAAADkxFIAAAAq3iwFAAAgJZYCAABQEkoBAADIiKUAAABUnN8FAAAgJZYCAABQcooXAACAjFgKAABASSQFAAAgI5YCAABQ2cspXgAAAEJiKQAAAIX7/K7vUgAAADI+SgEAACjZLAUAACAjlgIAAFD4GUkFUwAAAI4TSwEAAKjcp3iFUgAAABJiKQAAACVneAEAAMiIpQAAAFSEUgAAAFJiKQAAAIX9MgAAAHCUWAoAAEBJKAUAACAjlgIAAFARSgEAAEiJpQAAAJS+lmAKAABARCwFAACg4r1SAAAAUmIpAAAAhf0yAAAAcJRYCgAAQEkkBQAAICOWAgAAAAAAACOJpQAAAFSc4AUAACAllgIAAFDY6/ub9GuJpQAAAETEUgAAAEq2SwEAAMiIpQAAAJTEUgAAADJiKQAAABWRFAAAgJRYCgAAQEkwBQAAICOWAgAAUHB+FwAAgJxYCgAAAAAAAIwklgIAAFCxXQoAAEBKLAUAAAAAAABGEksBAAAo2S4FAAAgI5YCAABQEUkBAABIiaUAAACUBFMAAAAyYikAAAAF53cBAADIiaUAAABUBFMAAABSYikAAAAloRQAAICMWAoAAAAAAACMJJYCAABQ2cspXgAAAEJiKQAAAAAAADCSWAoAAEDBJikAAAA5sRQAAICKE7wAAACkxFIAAABKQikAAAAZsRQAAICKzVIAAABSYikAAAAAAAAwklgKAABAyVYpAAAAGbEUAAAAAAAAGEksBQAAoLBfBgAAAI4SSwEAAAAAAICRxFIAAAAqtkoBAABIiaUAAAAAAADASGIpAAAAJVulAAAAZMRSAAAAAAAAYCSxFAAAAAAAABhJLAUAAAAAAABGEksBAAAAAACAkcRSAAAAKvsxAAAAcJxYCgAAAAAAAIwklgIAAAAAAAAjiaUAAAAAAADASGIpAAAAAAAAMJJYCgAAQGk/BgAAAI4SSwEAAAAAAICRxFIAAABq158BAACAo8RSAAAAAAAAYCSxFAAAgJo3SwEAAEiIpQAAAAAAAMBIYikAAAAAAAAwklgKAABA7fozAAAAcJRYCgAAAAAAAIwklgIAAFDbfwYAAACOEksBAAAAAACAkcRSAAAAat4sBQAAICGWAgAAAAAAACOJpQAAAJTujVJvlgIAAHCcWAoAAAAAAACMJJYCAAAAAAAAI4mlAAAA/AbXX/8LAAAA/L3EUgAAAAAAAGAksRQAAIDK9RgAAAA4TiwFAAAAAAAARhJLAQAAAAAAgJHEUgAAAAAAAGAksRQAAAAAAAAYSSwFAACgdNU/AAAAgLnEUgAAAAAAAGAksRQAAIDC9WMAAADgOLEUAAAAAAAAGEksBQAAoGK7FAAAgJRYCgAAAAAAAIwklgIAAFCyUQoAAEBGLAUAAAAAAABGEksBAACoeK8UAACAlFgKAABASSgFAAAgI5YCAAAAAAAAI4mlAAAAFK6XAQAAgKPEUgAAACpCKQAAACmxFAAAAAAAABhJLAUAAKByrbU+y2YpAAAAEbEUAAAAAAAAGEksBQAAoGSrFAAAgIxYCgAAQOl6DAAAABwllgIAAAAAAAAjiaUAAABUbJUCAACQEksBAAAoCKUAAADkxFIAAAAqgikAAAApsRQAAICCQAoAAEBOLAUAAKByrbU+SzgFAAAgIpYCAADwGwimAAAAHCeWAgAAUPFmKQAAACmxFAAAgJJQCgAAQEYsBQAAoGSzFAAAgIxYCgAAQEUoBQAAICWWAgAAULheBgAAAI4SSwEAAKgIpQAAAKTEUgAAAAAAAGAksRQAAIDSZ9ksBQAAICKWAgAAULjW/0OpU7wAAAAkxFIAAABKIikAAAAZsRQAAICSrVIAAAAyYikAAAAVoRQAAICUWAoAAEBJMAUAACAjlgIAAFC4XgYAAACOEksBAACoiKQAAACkxFIAAABKgikAAAAZsRQAAIDKtdb6LLEUAACAiFgKAABAwZulAAAA5MRSAAAAKiIpAAAAKbEUAACAgs1SAAAAcmIpAAAAJaEUAACAjFgKAABARSgFAAAgJZYCAABQEkwBAADIiKUAAABUrrXWp/4RAAAAzCWWAgAAULge81m2SwEAAAiIpQAAAFSc4AUAACAllgIAAFASSwEAAMiIpQAAAFSep3gBAADgOLEUAACAivdKAQAASImlAAAAFO6N0s+yXQoAAEBELAUAAKDiDC8AAAApsRQAAAAAAAAYSSwFAACg4s1SAAAAUmIpAAAAhetlAAAA4CixFAAAgIrNUgAAAFJiKQAAAAUbpQAAAOTEUgAAAEqCKQAAABmxFAAAgIpQCgAAQEosBQAAoHK/WerdUgAAABJiKQAAACWRFAAAgIxYCgAAQOF6GQAAADhKLAUAAKByn+EVSgEAAEiIpQAAABRslgIAAJATSwEAAKjYLAUAACAllgIAAFCxVQoAAEBKLAUAAKAklAIAAJARSwEAACjZLAUAACAjlgIAAFC43yu93ywVTAEAADhOLAUAAKAklAIAAJARSwEAAKgIpQAAAKTEUgAAACr3KV7BFAAAgIRYCgAAQOF6GQAAADhKLAUAAKAklAIAAJARSwEAAKg8z/AKpgAAABwnlgIAAFBxghcAAICUWAoAAEBJKAUAACAjlgIAAFC4T/DeZ3gBAADgOLEUAACAklAKAABARiwFAACg8Hyv1HYpAAAACbEUAACAyh1KAQAAICGWAgAAULFZCgAAQEosBQAAoCSSAgAAkBFLAQAAKNwbpbZKAQAAyIilAAAAlIRSAAAAMmIpAAAAlesxAAAAcJxYCgAAQEkwBQAAICOWAgAAUPBmKQAAADmxFAAAgML1MgAAAHCUWAoAAEDl3i4VSgEAAEiIpQAAAJSEUgAAADJiKQAAABUneAEAAEiJpQAAABTuSOoMLwAAABmxFAAAgMq1bJcCAAAQEksBAAAoiaUAAABkxFIAAAAqzvACAACQEksBAAAoCaUAAABkxFIAAAAKTu8CAACQE0sBAACoOMMLAABASiwFAACgdC1bpgAAAETEUgAAACpCKQAAACmxFAAAgIozvAAAAKTEUgAAAAq2SgEAAMiJpQAAAJQEUwAAADJiKQAAAIXnCV7BFAAAgIRYCgAAQMmbpQAAAGTEUgAAAH4DwRQAAIDjxFIAAAAqz1O8AAAAcJxYCgAAQOHnm6UAAABwnFgKAABASSgFAAAgI5YCAABQslkKAABARiwFAACgcv0YAAAAOEosBQAAoCSSAgAAkBFLAQAAKNgqBQAAICeWAgAAULnWWp8llgIAABARSwEAAPgNBFMAAACOE0sBAACo2CwFAAAgJZYCAABQ8GYpAAAAObEUAACAilAKAABASiwFAACgJJgCAACQEUsBAACoOMULAABASiwFAACgJJICAACQEUsBAACo2CwFAAAgJZYCAABQ+iyhFAAAgIhYCgAAQME2KQAAADmxFAAAgIoTvAAAAKTEUgAAAApCKQAAADmxFAAAgJJYCgAAQEYsBQAAoGK7FAAAgJRYCgAAQEkwBQAAICOWAgAAUBFKAQAASImlAAAAFIRSAAAAcmIpAAAAJbEUAACAjFgKAABA5d4s/SzRFAAAgIBYCgAAAAAAAIwklgIAAFCxVQoAAEBKLAUAAKAklAIAAJARSwEAACiJpQAAAGTEUgAAAArPE7xO8QIAAJAQSwEAAAAAAICRxFIAAABKNkoBAADIiKUAAACUxFIAAAAyYikAAACF51ulgikAAAAJsRQAAICSUAoAAEBGLAUAAKB0LdulAAAARMRSAAAAAAAAYCSxFAAAgIqtUgAAAFJiKQAAACWhFAAAgIxYCgAAQMVmKQAAACmxFAAAgML1MgAAAHCUWAoAAAAAAACMJJYCAABQslEKAABARiwFAAAAAAAARhJLAQAAqHivFAAAgJRYCgAAQEkoBQAAICOWAgAAULFZCgAAQEosBQAAoHC9DAAAABwllgIAAAAAAAAjiaUAAACUbJQCAACQEUsBAAAAAACAkcRSAAAAAAAAYCSxFAAAgMr1GAAAADhOLAUAAKAglAIAAJATSwEAACgJpgAAAGTEUgAAAAAAAGAksRQAAIDKtZzjBQAAICSWAgAAUBJJAQAAyIilAAAAVGyVAgAAkBJLAQAAAAAAgJHEUgAAAAAAAGAksRQAAAAAAAAYSSwFAACg5L1SAAAAMmIpAAAAlesxAAAAcJxYCgAAQEkoBQAAICOWAgAAUHhulNouBQAAICGWAgAAAAAAACOJpQAAAJRslAIAAJARSwEAAAAAAICRxFIAAAAq1/JeKQAAACGxFAAAAAAAABhJLAUAAAAAAABGEksBAAAoXC8DAAAAR4mlAAAAAAAAwEhiKQAAACUbpQAAAGTEUgAAAAAAAGAksRQAAICK90oBAABIiaUAAAAAAADASGIpAAAAJVulAAAAZMRSAAAAAAAAYCSxFAAAgIo3SwEAAEiJpQAAAAAAAMBIYikAAAAAAAAwklgKAAAAAAAAjCSWAgAAAAAAACOJpQAAAJSu+gcAAAAwl1gKAAAAAAAAjCSWAgAAULheBgAAAI4SSwEAAAAAAICRxFIAAAAqtkoBAABIiaUAAAAAAADASGIpAAAAAAAAMJJYCgAAAAAAAIwklgIAAAAAAAAjiaUAAACUrvoHAAAAMJdYCsD/2rtjFAaCGAiCDvz/L8vp4QfcBF0FYlPljVgAAAAAAEgSSwEAAFi5xwAAAMDrxFIAAAAAAAAgSSwFAAAAAAAAksRSAAAAAAAAIEksBQAAAAAAAJLEUgAAAJZuvQAAAABdYikAAAAAAACQJJYCAACwcB9XpQAAAIyJpQAAAAAAAECSWAoAAMDSfVyZAgAAMCKWAgAAAAAAAEliKQAAAAAAAJAklgIAAAAAAABJYikAAAAAAACQJJYCAAAAAAAASWIpAAAAAAAAkCSWAgAAsHKPAQAAgNeJpQAAAAAAAECSWAoAAAAAAAAkiaUAAAAAAABAklgKAAAAAAAAJImlAAAALN16AQAAALrEUgAAAAAAACBJLAUAAAAAAACSxFIAAAAAAAAgSSwFAAAAAAAAksRSAAAAAAAAIEksBQAAAAAAAJLEUgAAAFbuMQAAAPA6sRQAAAAAAABIEksBAAAAAACAJLEUAAAAAAAASBJLAQAAWPJvKQAAADNiKQAAAAAAAJAklgIAALDgmhQAAIA5sRQAAAAAAABIEksBAAAAAACAJLEUAAAAAAAASBJLAQAAAAAAgCSxFAAAAAAAAEgSSwEAAAAAAIAksRQAAIClWy8AAABAl1gKAAAAAAAAJImlAAAAAAAAQJJYCgAAAAAAACSJpQAAAAAAAECSWAoAAAAAAAAkiaUAAAAAAABAklgKAAAAAAAAJImlAAAAAAAAQJJYCgAAAAAAACSJpQAAAAAAAECSWAoAAAAAAAAkiaUAAAAAAABAklgKAAAAAAAAJImlAAAAAAAAQJJYCgAAAAAAACR91wsAAACQdX8vAAAAvMplKQAAAAAAAJAklgIAAAAAAABJYikAAAAAAACQJJYCAAAAAAAASWIpAAAAAAAAkCSWAgAAAAAAAEliKQAAAAAAAJAklgIAAAAAAABJYikAAAAAAACQJJYCAAAAAAAASWIpAAAAAAAAkCSWAgAAAAAAAEliKQAAAAAAAJAklgIAAAAAAABJYikAAAAAAACQJJYCAAAAAAAASWIpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPP+5q88Q5AqXLAAAAAElFTkSuQmCC\",\"/static-resource/0cba77d0-f881-11ed-acb5-a3cee510af1d.png\":\"iVBORw0KGgoAAAANSUhEUgAAAMoAAADqCAYAAADjydqeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAErNJREFUeNrsXe1xG7kSHF/df/NFYDoC0RFoHYHpCLSKQLwItIrAVASmIjAdgagITEVwVASPjoCPeB4UKWqX3OUCgwHQXYW6Olki9wMNTA8ag3ebzYYAADiOv/AIAABEAQAQBQBAlHxRbtsAjwFEAepRbNty275v22rbKjwSPXiHrFdwDLdtum1fav7tZdsm2zbHYwJRcsWASWDa+xO/+8Qh2QqPDaFXbjrEhFm3ByS537b/bNtXnk0sLrftX555oF8wo2ShQyru+KdmjKYZ5zd/xhSPE0RJMcwyHfuqRoMYgixOaJjqzL8FEHpFg4pniquDWeGOSXCqo6+YEJ955rH4sG2PLPSHeMyYUWLFmGeRDwc/f+Bwat1D30xrEgB3/PM1Hj2IEgNG3GHrdMiERbyLUG7CyQA6mKnMz2d4DSCKZh1iwqybGi3hay1kSPVrMM/8ndAvIIoqTJgkh9mpqVA4VPAsUhfmWY0EgCjBoK2DhiYsiAK0CnmeuKOGDHmOhYAV9AuIItUJYxHRQ74en0kFEAV4g5LiTMv6SlNnBSw4ttMh1v6+T5Kf2/aRwxlXnc3OWCOH128XJO945rO4Itj528PMKGi1bbhts81bLLet8PB95bat977HfPfA8XcMGu5p5emekml4CPWdqTrotBv+/4mH7yuYfHVY87W4/s7Rti1qvm/BAwT6AYhyclRf1XSgqYfR3XTI+aYdzDWNI7/fqBvE/B8cs52UjtdDumzYooDXAzs/NEqrmF1yBO8KXzOcpCZD6BVJa9IhkpqgD6Q10zxn/ZJj6FVQs+3E9bpC04Ytl/C1gSvWdSOEXg5Ci6ZMz0hoxvIJHyO+zQDWzWYlQq/0dMi0QYf4eNljRzrkXFSe9EvTIFOAKPG3yREdItWZQsDXiF80DAKz1PVLqjfWJEhnnsKT6UYnfI34kgMQiOJJh8wFU5wTYR1yLiQHCF+pdWS9IrS/N2XONMPXBi6JGgHIenkwE/oWtfNN3PA14o+P6JcBQq+wOkTK2NeUJo0ZkmlxX4ujCL2OYEiylRObFt5SgeRCa7TVLWPauGX3gi/pbdXFf6hd1UUXG7ZSg48NXGs6Xt1yQbFVt4xk6hsL299nmzzhawNX9HZ+7aGXZEalj/09NUjb+fVXt4T9XYXtRCskN6yptvPHZjuJwf7eB0smrabQD3Z+ZUQpBPPwgwg6o0YSSxTV8LkOFjVRpJ2p0vb3vuGNq12RruDLzi/p8I6KKNIPp1DW4bosjA4UEjwrO78m20kO9ve+CQltqWvpQS2YHUaL/V1yOg+pQyrPzzHk7Cht50+SKLnb332NhKXC+/Qx4EkuFQQhivSea40j7SjQM05h5mxb3XIUM1G0Vl2MOXbPRYtpsTN5JUrO9ncN22E1Zveit/NLmAmljXYpxefQaUr6XIzsLjZ5rFinmvmT7BPOopiYtn9qW0OIqQicNjuMzyjDix0mlgxEDqvSIff1hNQvUVS31F6iJocXq6VAeUiot/PD/h42VNC45ye1UNaJG0RbGc0Y7O8pVtXMITnSq7qlJientnRmbsezwc7fkShNYign+/soI4JotvNLO8ob332deJasupiD5SKlGs4h3420nf8oURYBp7/QoxYIkq+dv24WPVquaLFXGujaQwkZbVUXfVRJTBE5vLcBl7+yhdffta0U6bKmk7aqi09cxbAESVphxpUd7xOvbrkKVVLVPNw5l9G8UPCAX3imLGKsfxsYax7FPx6USQ0FM+Decucex1p7eL9O8BcFD9VUI7zjypMz9PleWPFA85kHntAwodIPHvhGMRGlZILcKgmzfvIDrBBmOcWCI4Z/eCAKDaOtf7GWGmgmig1nvpOOk6ieedQbO9ZbwGtMmTAPSq7nht/3RCNRZqxDLpWEWdc8i0CHyOkXE0l8UqRfvjFhhpqIcqXkhd3zg8lRh+zrws1eW3AnHghcw5Iji6+K9IsqooSGGcU+Ur5rIhWPnkYXXtTE7t+5E4+ErmfOHfROiX7JnigvrEOKTHXIeI8gpxInH8hzZqiBwCNF+iU7ovg6ji4W2Pv+Qd0SJ+/57waC17qi+mPqQBTPeOCOMs1Uh5j7/pfOT5y8J8cZoZZY8Mx/HWM4FhNRzGj0ifK1nUx4dL5x8FllwPuY7ekXEMWxDvlKO79YbrD66xu5W8B1lg06E2vWLyYB8xNE6a9D7mjnF8sRZvR9JD8LuEMF97fihITRL88gynk6xNpOKGOSXGVyrwt+31rsMOqJsm9/X2VMkrEASRYK79vaYe61XdjfCuNxwP9MqlkXWDu/+e8tZhTgmHbwvXdniscMoqRAFN+zyQKPGUQBjmvAEo8BRAHqYVPtBWHzWhJiHnCf7UOlGcwoyRLFxeIbKs2AKFFgxKHOObb2qsf3otIMiKIeQ/qzom5GcFPo4JH/u6GdGbAN5tR9DwcqzYAo6rFvfzcr6nXmxSv+97azRdmBLKg0A6KoR1f7+21Hsnw9olmsDkGlGc9A1ut8FBzinOPsvWX90EZDzGm3B30/dFti9gBRtOsQE2b1rYA56Si2V5g1QJRYdMiE3Bn1vvBnhpwVxvQ6K7fm2QuEBFHOQkl+jj0IVaSvZJ1UFzZ+4yRCBcJAzHfRIZqOq3B5P8e01RXJ1gEDUSLWIUaoazmuIsT9hChtBKJEpEMqHk0ltuFKhDZ97uc9Ye8KiFITt0seV/HsmShdqkjSiTBsCKIAVlBLH1dReQyzzP38cHg/BYiSd5hl4nbjxZI+rsJkleYe7qdvFclj5MsauaaHzWg+oTCZrAdyv8uwJF2n9oIokWPMHSrEiWAvTE6XM0nB93OBrgyiuNIhUwpzIthv/m7TXK3CD3lWlCqQNwdR0tchpkPdBPp+1yvc1kYjGTaamXAJoqQ9i8wDhVnP1N30qDVsnBCQLFEGgUjymzvWLJGw0Ud2Lkqkmh6uApDEVt6fOSS7IcivQCQxBbNLUCTdGWUgrEl+0m6Xo8twp6Iw6V4f9wOiKEQhKHJLxzqkoHDpXh/3g9BLuYj3rUNcH7Q6ZC0Qwq2c+8GxWYt5X7gnt5VOQqR7D8U6qkhmShQfL90Wt3YZt4d0CTwxQZagQL6hl8vwYf+gVVcksW7lHwFIsl9FEiTJnChL7hB943bXB62GTveiiiSI8gZ9VpMfaOelcnk9ZkYKYaUx6d6PhCqSIEoNzqnda+L2T+S2+vuIZziXZ8R3CbN8VJEcUYZFJ1LeuFVyuBEqbrdaJIV075gHnw2Hjrbw+JIyWb1PfYdjxWHHA709v/yZO5SPuN16zaRnERs2Th2T3SQe6ipjmkHgO2VQ2iiHdZRVgFHPaBLJjJbrdK9NPLTd73LBhBpRotYXFJfwF/ZJ6RDXYWPFnb3rprD3lHBGDSvz7jEUmE187Jos6Pzq/BaXlOhJX5hR/BDFJ1wfGmRF/6Mjgicp7kGUeGCSDy7Tvb7KGw1BFKANXFtDbLrXZeV7nwuglyAK0AZrcnP8tcE9uU33WtHvcwH0GUTJT2sU3LpWdO/bsa1LwJUF3tyL1H6XFYiSPmx5oxXH7o/c/kvdVqFn3Nm7Yt+tvHR4P+Zevgg9wzmIkjbsYpmp/l6X/dlfhW4zw4w7hCH7Z8S76mjl3v1I4QVESZ8ki5Zxu12FPkWWNc8M9yd+74HcpnsL2lXnl7bQlJSoQxkLjn86/KJjp7pgHVK2IMuEf9ceLDrkkX5Jbg8WHZJsmdVDXFPCe+5BlPP3q19R+3KpK/J3clXoffdZbCtG6NVvJXkc+NrHJHtKmM/EA4iiHH1sG0VgTRVi372PbdIIvZSjb0eXPjG3q/3dNbI9fz53ovR94ZIZniqwDqko4wJ5IEo/SMTmZtabUbhTwipC5RZoFPpjWz8XPmP0Ibm1v3cFyhuBKK9wbtr2ydOM4vN037YDB8obgShvYEbt+45/YzI/PlLDIet/ud7vAqIkCNNB29YBe2Hd4HK0LShc/S9D+mtyu98FREkYJXeYlyMd6p52Re1c6ZBQxz0Q7fa7QIecACwsrzHjVtDrNZYlj7auj3u4DXSfPqrzgyiZ6hZfYUjJYj3EeghO1ULopR4FhbO/41QtzCjqYTpnRWFtJzhVC0RRC9jfQRSghQ4xs0go24khyByvAUTRihEL9RAr6rbMaoXXAKJoDrNC29+hQzwCWa/+MCP4KhBJjA75TAkXdcCMEj8Kgv0dRAFOivXvAXWIy+MeABDFC8aBSPKTdu5iAERRL9qlw51nJsgCjx9EiWk2kVo8/M0EyVWHDDRdjLas14rClQBqSxQJ2HJAs0wJYu77BkRphskgmb0Zc9J5cpPvUc6ke3PehltRuFR7VESxMEcU/MsPbpBBBzHp3s88m+Yo1u324xAVL6MmisUthTknXgq5299DVrxMiijEI4w9lyS0fnFpNHR97FxsOsTc9y+K5MzHmCwsF6xfZgH1iwuiuD52LjaErDSTBVEsrnh2CaFfVtS9tNG+Dsmm+nsNrP4KUWkmS6LYcOyWup2r6HJE7HLybZbV3/dg7ztUxcusiWLxgfXLgoWhpAhtM7M80G4rcI46xNy35EGrIMoJXLIwnAmGYxPWGg8HM8wz/+wj5Wt/L0n+oNUoiHKv5H6u+AVJjeA29DMzzDtuI8q3ZpbVXyEqzdThydV7cEWUCY+gTwoejtUvK9Jth0lNh8woXMXLOl14TQ4XcF2GXrZjmhXmFyX65ZH1yxB92asOWZIe24kXn5wPjWI75h0zW4N+MYJySnnYYSR1SKiDVuvg9bgKn2K+YsI8KHmxNzzrTdDHe8HaTr6TjnSvyHEVvrNeax55PinSL99Ihx0mxjDLhDNabCfWJydyXMVfJ0YOV7Ad81qJfrF2GK12fm2oSJf93YdPbnisLxwjyjdyv5A348/Tol9ys/N3hTb7u92v49Int5+QaA4lN5vNfhtv22rzFtNtGxz8bt823LbZRg/W21Y6vsdYm3k3C0XvxvTJwsN9lkf6+6vfrftjQ4iKO85hR5p4uFjzAJaKXsrC00uJoQ24k2gavCpPfW7R8O6HdX9zzojvk91rRS9p1vTQEm0Thc9/4GEgOKtP92Hf3ENHsrOZthFtkDBBNM7oIw/32RQltZqxXIz4PjrSkImoKUYeJ6hDcnjGTbq704zlasT3JYSLhptMbbST1iE5zNqjIzqk8zt0PRotPemXHOJniZaDDmxKSPSasXzFt5IPIORIONnEo0M0pXslB1QnM5b6C8w4x4+1qv4hurMBW2rK8/Fwxgr1i5Z0ctNaWEhIJn2cr4VJrupKpv1CwoeLIeYBRHIZwZu7IsQLk1xISi3EOCfLk1pIKrlMIUIUJws9EK1RDhKSVicfM1YQovSyDvQYdVIPPzSmzSXNsxKDkDhR2iwC+YpjUxS0Ghdipd5fkLR8yIUvSTu/NqtGuUknNT6OvH+oJgrs/N1SmLnY3yUjjmiIEioGjc3GofF6Je3vKsyoMdi9c7Lz57ihTTIrmgRRQtn5tcX8ZUKaSss6W+/27v9s0VkaZ0Jvizz7OlK64M/8gHoSr571lJvLgnJDftaXNYUjJqT17BiFM0pbO0wOdv6U1n2kvYDJh15B3KGKM0wpOAkk3eVZEyXEA9fmnfKdTPBlf5farwSidJjCJfdcpwJJ+7uo7SQHMd+2WPRUUBRW/LnvExHrT+T+wCPpJAzEvNI0o7Ydg+eme5OxvyP0crdw5csOE5t+kX4WIvZ3EAV2fpeQtL9rriEAorQc5XzawTXCx/ZrVfZ3EAV2/r46RDIDGLpOAIjieQSUXDuQ0iHS9vdRBn0oC6KEyu1L2+N9uRRU299BlHTs/L7tMJK+N3X2dxAFdv42OkS66uIg1/6SM1FCOFpdFYWQJLOvGQtEiVS/xGDnh/0dRMnSzt/WDiOZcMjhlDEQJUIhe8zOL53CTsp2AqKEt8NILOZJLoouoUPStdmnaOcfsPV9Dvu7LoAo7TFmwhwWoLjnvSprpddd8vXFdt0gSuSo28D1m38+VXSdBV/TpcCGLRAFaCy5Yzrh1cHPX7gTLnBtaeEvPIKzsOJO95lHaAsT3jxyZxwGmu2WByQxs90/fD0gCWYUlTrgjtwXkOuinx44TIQOAVHUIERmSbrABogCONUIpvN+Ofj5M3fehSNSmhnspkaHmO+Y4zVAo8SgX8asX573fn7B+mXeU79M+DtuDmatO/5ckAQzSpSY8Oh/mE7uWgC7oPpC4g/8+Ss8ahAlBf3SFCpVJ/TLkJqrv1eETBaIkqh+advpm5IDbcgFgChJ4FgYNaFduvewfKtUuhkAUVShonb1jH/uiXgARMlWv5hZ4qrm31ymlIEeQHo4PEwYVW7bJ9rZYaztZASSYEYBmvXLEjoERAEAhF4AAKIAAIgCAEAT/ifAANS2NLCbKJKzAAAAAElFTkSuQmCC\"}"} \ No newline at end of file diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276/\344\270\211\345\244\247\346\235\241\345\233\276.png" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276/\344\270\211\345\244\247\346\235\241\345\233\276.png" new file mode 100644 index 0000000000000000000000000000000000000000..af5002f2cda998aff8c31843a0b1e531600ca318 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276/\344\270\211\345\244\247\346\235\241\345\233\276.png" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276/\346\234\200\346\234\211\345\275\261\345\223\215\345\212\233\345\271\263\345\217\260" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276/\346\234\200\346\234\211\345\275\261\345\223\215\345\212\233\345\271\263\345\217\260" new file mode 100644 index 0000000000000000000000000000000000000000..e46dbadd0577747cf705292bbb6deae92b2efa81 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276/\346\234\200\346\234\211\345\275\261\345\223\215\345\212\233\345\271\263\345\217\260" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276/\346\234\200\346\234\211\345\275\261\345\223\215\345\212\233\346\270\270\346\210\217" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276/\346\234\200\346\234\211\345\275\261\345\223\215\345\212\233\346\270\270\346\210\217" new file mode 100644 index 0000000000000000000000000000000000000000..e46dbadd0577747cf705292bbb6deae92b2efa81 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276/\346\234\200\346\234\211\345\275\261\345\223\215\345\212\233\346\270\270\346\210\217" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\346\210\252\345\233\276.jpg" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\346\210\252\345\233\276.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..26d26ad98b0091b1b0b7562cb56f5a2eb379c106 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\346\210\252\345\233\276.jpg" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\346\217\217\350\277\260\346\200\247\347\273\237\350\256\241/sales_data_boxplot.png" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\346\217\217\350\277\260\346\200\247\347\273\237\350\256\241/sales_data_boxplot.png" new file mode 100644 index 0000000000000000000000000000000000000000..edbc3c2189ab983a7415737dbfc8e91e07b1db54 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\346\217\217\350\277\260\346\200\247\347\273\237\350\256\241/sales_data_boxplot.png" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\346\217\217\350\277\260\346\200\247\347\273\237\350\256\241/sales_data_histograms.png" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\346\217\217\350\277\260\346\200\247\347\273\237\350\256\241/sales_data_histograms.png" new file mode 100644 index 0000000000000000000000000000000000000000..737e7cb4b94d33655d8fd9888c27fe4ba8af51e4 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\210\252\345\261\217\346\210\226\345\275\225\345\261\217/\346\217\217\350\277\260\346\200\247\347\273\237\350\256\241/sales_data_histograms.png" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/combined_sales_data.xlsx" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/combined_sales_data.xlsx" new file mode 100644 index 0000000000000000000000000000000000000000..bc7c82fc6556b0eaf45d8d119a446d86571d56eb Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/combined_sales_data.xlsx" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/dataset.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/dataset.csv" new file mode 100644 index 0000000000000000000000000000000000000000..dbd27724144283126921f72978fd8035a8510244 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/dataset.csv" @@ -0,0 +1,16599 @@ +Rank,Name,Platform,Year,Genre,Publisher,NA_Sales,EU_Sales,JP_Sales,Other_Sales,Global_Sales +1,Wii Sports,Wii,2006,Sports,Nintendo,41.49,29.02,3.77,8.46,82.74 +2,Super Mario Bros.,NES,1985,Platform,Nintendo,29.08,3.58,6.81,0.77,40.24 +3,Mario Kart Wii,Wii,2008,Racing,Nintendo,15.85,12.88,3.79,3.31,35.82 +4,Wii Sports Resort,Wii,2009,Sports,Nintendo,15.75,11.01,3.28,2.96,33 +5,Pokemon Red/Pokemon Blue,GB,1996,Role-Playing,Nintendo,11.27,8.89,10.22,1,31.37 +6,Tetris,GB,1989,Puzzle,Nintendo,23.2,2.26,4.22,0.58,30.26 +7,New Super Mario Bros.,DS,2006,Platform,Nintendo,11.38,9.23,6.5,2.9,30.01 +8,Wii Play,Wii,2006,Misc,Nintendo,14.03,9.2,2.93,2.85,29.02 +9,New Super Mario Bros. Wii,Wii,2009,Platform,Nintendo,14.59,7.06,4.7,2.26,28.62 +10,Duck Hunt,NES,1984,Shooter,Nintendo,26.93,0.63,0.28,0.47,28.31 +11,Nintendogs,DS,2005,Simulation,Nintendo,9.07,11,1.93,2.75,24.76 +12,Mario Kart DS,DS,2005,Racing,Nintendo,9.81,7.57,4.13,1.92,23.42 +13,Pokemon Gold/Pokemon Silver,GB,1999,Role-Playing,Nintendo,9,6.18,7.2,0.71,23.1 +14,Wii Fit,Wii,2007,Sports,Nintendo,8.94,8.03,3.6,2.15,22.72 +15,Wii Fit Plus,Wii,2009,Sports,Nintendo,9.09,8.59,2.53,1.79,22 +16,Kinect Adventures!,X360,2010,Misc,Microsoft Game Studios,14.97,4.94,0.24,1.67,21.82 +17,Grand Theft Auto V,PS3,2013,Action,Take-Two Interactive,7.01,9.27,0.97,4.14,21.4 +18,Grand Theft Auto: San Andreas,PS2,2004,Action,Take-Two Interactive,9.43,0.4,0.41,10.57,20.81 +19,Super Mario World,SNES,1990,Platform,Nintendo,12.78,3.75,3.54,0.55,20.61 +20,Brain Age: Train Your Brain in Minutes a Day,DS,2005,Misc,Nintendo,4.75,9.26,4.16,2.05,20.22 +21,Pokemon Diamond/Pokemon Pearl,DS,2006,Role-Playing,Nintendo,6.42,4.52,6.04,1.37,18.36 +22,Super Mario Land,GB,1989,Platform,Nintendo,10.83,2.71,4.18,0.42,18.14 +23,Super Mario Bros. 3,NES,1988,Platform,Nintendo,9.54,3.44,3.84,0.46,17.28 +24,Grand Theft Auto V,X360,2013,Action,Take-Two Interactive,9.63,5.31,0.06,1.38,16.38 +25,Grand Theft Auto: Vice City,PS2,2002,Action,Take-Two Interactive,8.41,5.49,0.47,1.78,16.15 +26,Pokemon Ruby/Pokemon Sapphire,GBA,2002,Role-Playing,Nintendo,6.06,3.9,5.38,0.5,15.85 +27,Pokemon Black/Pokemon White,DS,2010,Role-Playing,Nintendo,5.57,3.28,5.65,0.82,15.32 +28,Brain Age 2: More Training in Minutes a Day,DS,2005,Puzzle,Nintendo,3.44,5.36,5.32,1.18,15.3 +29,Gran Turismo 3: A-Spec,PS2,2001,Racing,Sony Computer Entertainment,6.85,5.09,1.87,1.16,14.98 +30,Call of Duty: Modern Warfare 3,X360,2011,Shooter,Activision,9.03,4.28,0.13,1.32,14.76 +31,Pok茅mon Yellow: Special Pikachu Edition,GB,1998,Role-Playing,Nintendo,5.89,5.04,3.12,0.59,14.64 +32,Call of Duty: Black Ops,X360,2010,Shooter,Activision,9.67,3.73,0.11,1.13,14.64 +33,Pokemon X/Pokemon Y,3DS,2013,Role-Playing,Nintendo,5.17,4.05,4.34,0.79,14.35 +34,Call of Duty: Black Ops 3,PS4,2015,Shooter,Activision,5.77,5.81,0.35,2.31,14.24 +35,Call of Duty: Black Ops II,PS3,2012,Shooter,Activision,4.99,5.88,0.65,2.52,14.03 +36,Call of Duty: Black Ops II,X360,2012,Shooter,Activision,8.25,4.3,0.07,1.12,13.73 +37,Call of Duty: Modern Warfare 2,X360,2009,Shooter,Activision,8.52,3.63,0.08,1.29,13.51 +38,Call of Duty: Modern Warfare 3,PS3,2011,Shooter,Activision,5.54,5.82,0.49,1.62,13.46 +39,Grand Theft Auto III,PS2,2001,Action,Take-Two Interactive,6.99,4.51,0.3,1.3,13.1 +40,Super Smash Bros. Brawl,Wii,2008,Fighting,Nintendo,6.75,2.61,2.66,1.02,13.04 +41,Call of Duty: Black Ops,PS3,2010,Shooter,Activision,5.98,4.44,0.48,1.83,12.73 +42,Animal Crossing: Wild World,DS,2005,Simulation,Nintendo,2.55,3.52,5.33,0.88,12.27 +43,Mario Kart 7,3DS,2011,Racing,Nintendo,4.74,3.91,2.67,0.89,12.21 +44,Halo 3,X360,2007,Shooter,Microsoft Game Studios,7.97,2.83,0.13,1.21,12.14 +45,Grand Theft Auto V,PS4,2014,Action,Take-Two Interactive,3.8,5.81,0.36,2.02,11.98 +46,Pokemon HeartGold/Pokemon SoulSilver,DS,2009,Action,Nintendo,4.4,2.77,3.96,0.77,11.9 +47,Super Mario 64,N64,1996,Platform,Nintendo,6.91,2.85,1.91,0.23,11.89 +48,Gran Turismo 4,PS2,2004,Racing,Sony Computer Entertainment,3.01,0.01,1.1,7.53,11.66 +49,Super Mario Galaxy,Wii,2007,Platform,Nintendo,6.16,3.4,1.2,0.76,11.52 +50,Pokemon Omega Ruby/Pokemon Alpha Sapphire,3DS,2014,Role-Playing,Nintendo,4.23,3.37,3.08,0.65,11.33 +51,Super Mario Land 2: 6 Golden Coins,GB,1992,Adventure,Nintendo,6.16,2.04,2.69,0.29,11.18 +52,Grand Theft Auto IV,X360,2008,Action,Take-Two Interactive,6.76,3.1,0.14,1.03,11.02 +53,Gran Turismo,PS,1997,Racing,Sony Computer Entertainment,4.02,3.87,2.54,0.52,10.95 +54,Super Mario 3D Land,3DS,2011,Platform,Nintendo,4.89,2.99,2.13,0.78,10.79 +55,Gran Turismo 5,PS3,2010,Racing,Sony Computer Entertainment,2.96,4.88,0.81,2.12,10.77 +56,Call of Duty: Modern Warfare 2,PS3,2009,Shooter,Activision,4.99,3.69,0.38,1.63,10.69 +57,Grand Theft Auto IV,PS3,2008,Action,Take-Two Interactive,4.76,3.76,0.44,1.62,10.57 +58,Super Mario All-Stars,SNES,1993,Platform,Nintendo,5.99,2.15,2.12,0.29,10.55 +59,Pokemon FireRed/Pokemon LeafGreen,GBA,2004,Role-Playing,Nintendo,4.34,2.65,3.15,0.35,10.49 +60,Super Mario 64,DS,2004,Platform,Nintendo,5.08,3.11,1.25,0.98,10.42 +61,Just Dance 3,Wii,2011,Misc,Ubisoft,6.05,3.15,0,1.07,10.26 +62,Call of Duty: Ghosts,X360,2013,Shooter,Activision,6.72,2.63,0.04,0.82,10.21 +63,Halo: Reach,X360,2010,Shooter,Microsoft Game Studios,7.03,1.98,0.08,0.78,9.88 +64,Mario Kart 64,N64,1996,Racing,Nintendo,5.55,1.94,2.23,0.15,9.87 +65,New Super Mario Bros. 2,3DS,2012,Platform,Nintendo,3.66,3.07,2.47,0.63,9.82 +66,Halo 4,X360,2012,Shooter,Microsoft Game Studios,6.63,2.36,0.04,0.73,9.76 +67,Final Fantasy VII,PS,1997,Role-Playing,Sony Computer Entertainment,3.01,2.47,3.28,0.96,9.72 +68,Call of Duty: Ghosts,PS3,2013,Shooter,Activision,4.09,3.73,0.38,1.38,9.59 +69,Just Dance 2,Wii,2010,Misc,Ubisoft,5.84,2.89,0.01,0.78,9.52 +70,Gran Turismo 2,PS,1999,Racing,Sony Computer Entertainment,3.88,3.42,1.69,0.5,9.49 +71,Call of Duty 4: Modern Warfare,X360,2007,Shooter,Activision,5.91,2.38,0.13,0.9,9.32 +72,Donkey Kong Country,SNES,1994,Platform,Nintendo,4.36,1.71,3,0.23,9.3 +73,Minecraft,X360,2013,Misc,Microsoft Game Studios,5.58,2.83,0.02,0.77,9.2 +74,Animal Crossing: New Leaf,3DS,2012,Simulation,Nintendo,2.01,2.32,4.36,0.41,9.09 +75,Mario Party DS,DS,2007,Misc,Nintendo,4.46,1.88,1.98,0.7,9.02 +76,The Elder Scrolls V: Skyrim,X360,2011,Role-Playing,Bethesda Softworks,5.03,2.86,0.1,0.85,8.84 +77,Super Mario Kart,SNES,1992,Racing,Nintendo,3.54,1.24,3.81,0.18,8.76 +78,FIFA 16,PS4,2015,Sports,Electronic Arts,1.11,6.06,0.06,1.26,8.49 +79,Wii Party,Wii,2010,Misc,Nintendo,1.79,3.53,2.49,0.68,8.49 +80,Halo 2,XB,2004,Shooter,Microsoft Game Studios,6.82,1.53,0.05,0.08,8.49 +81,Mario Party 8,Wii,2007,Misc,Nintendo,3.81,2.3,1.58,0.73,8.42 +82,Pokemon Black 2/Pokemon White 2,DS,2012,Role-Playing,Nintendo,2.91,1.86,3.14,0.43,8.33 +83,FIFA Soccer 13,PS3,2012,Action,Electronic Arts,1.06,5.05,0.13,2.01,8.24 +84,The Sims 3,PC,2009,Simulation,Electronic Arts,0.98,6.42,0,0.71,8.11 +85,GoldenEye 007,N64,1997,Shooter,Nintendo,5.8,2.01,0.13,0.15,8.09 +86,Mario & Sonic at the Olympic Games,Wii,2007,Sports,Sega,2.58,3.9,0.66,0.91,8.06 +87,Final Fantasy X,PS2,2001,Role-Playing,Sony Computer Entertainment,2.91,2.07,2.73,0.33,8.05 +88,Final Fantasy VIII,PS,1999,Role-Playing,SquareSoft,2.28,1.72,3.63,0.23,7.86 +89,Pok茅mon Platinum Version,DS,2008,Role-Playing,Nintendo,2.82,1.78,2.69,0.55,7.84 +90,Pac-Man,2600,1982,Puzzle,Atari,7.28,0.45,0,0.08,7.81 +91,Grand Theft Auto: Liberty City Stories,PSP,2005,Action,Take-Two Interactive,2.9,2.83,0.24,1.75,7.72 +92,Super Mario Galaxy 2,Wii,2010,Platform,Nintendo,3.66,2.42,0.98,0.64,7.69 +93,Star Wars Battlefront (2015),PS4,2015,Shooter,Electronic Arts,2.93,3.29,0.22,1.23,7.67 +94,Call of Duty: Advanced Warfare,PS4,2014,Shooter,Activision,2.8,3.3,0.14,1.37,7.6 +95,The Legend of Zelda: Ocarina of Time,N64,1998,Action,Nintendo,4.1,1.89,1.45,0.16,7.6 +96,Crash Bandicoot 2: Cortex Strikes Back,PS,1997,Platform,Sony Computer Entertainment,3.78,2.17,1.31,0.31,7.58 +97,Super Mario Bros. 2,NES,1988,Platform,Nintendo,5.39,1.18,0.7,0.19,7.46 +98,Super Smash Bros. for Wii U and 3DS,3DS,2014,Fighting,Nintendo,3.24,1.35,2.42,0.43,7.45 +99,Call of Duty: World at War,X360,2008,Shooter,Activision,4.79,1.9,0,0.69,7.37 +100,Battlefield 3,X360,2011,Shooter,Electronic Arts,4.46,2.13,0.06,0.69,7.34 +101,The Legend of Zelda: Twilight Princess,Wii,2006,Action,Nintendo,3.83,2.19,0.6,0.7,7.31 +102,Call of Duty: Black Ops 3,XOne,2015,Shooter,Activision,4.52,2.09,0.01,0.67,7.3 +103,Just Dance,Wii,2009,Misc,Ubisoft,3.51,3.03,0,0.73,7.27 +104,Battlefield 3,PS3,2011,Shooter,Electronic Arts,2.85,2.93,0.35,1.1,7.23 +105,Need for Speed Underground,PS2,2003,Racing,Electronic Arts,3.27,2.83,0.08,1.02,7.2 +106,Tekken 3,PS,1998,Fighting,Sony Computer Entertainment,3.27,2.22,1.4,0.29,7.16 +107,Crash Bandicoot 3: Warped,PS,1998,Platform,Sony Computer Entertainment,3.68,1.75,1.42,0.28,7.13 +108,Super Smash Bros. Melee,GC,2001,Fighting,Nintendo,4.41,1.04,1.39,0.22,7.07 +109,Mario Kart 8,WiiU,2014,Racing,Nintendo,3.13,2.07,1.27,0.49,6.96 +110,Fallout 4,PS4,2015,Role-Playing,Bethesda Softworks,2.47,3.15,0.24,1.1,6.96 +111,Mario Kart: Double Dash!!,GC,2003,Racing,Nintendo,4.12,1.77,0.87,0.19,6.95 +112,Just Dance 4,Wii,2012,Misc,Ubisoft,4.14,2.21,0,0.56,6.91 +113,FIFA 14,PS3,2013,Sports,Electronic Arts,0.78,4.32,0.07,1.73,6.9 +114,Need for Speed Underground 2,PS2,2004,Racing,Electronic Arts,2.71,3.02,0.08,1.09,6.9 +115,Medal of Honor: Frontline,PS2,2002,Shooter,Electronic Arts,2.93,2.75,0.17,0.99,6.83 +116,Uncharted 3: Drake's Deception,PS3,2011,Action,Sony Computer Entertainment,2.77,2.8,0.19,1.06,6.83 +117,Crash Bandicoot,PS,1996,Platform,Sony Computer Entertainment,3.23,2.35,0.94,0.3,6.82 +118,Zumba Fitness,Wii,2010,Sports,505 Games,3.5,2.64,0,0.67,6.81 +119,Gears of War 2,X360,2008,Shooter,Microsoft Game Studios,4.15,1.92,0.06,0.64,6.76 +120,Uncharted 2: Among Thieves,PS3,2009,Action,Sony Computer Entertainment,3.27,2.25,0.21,1,6.73 +121,Call of Duty 4: Modern Warfare,PS3,2007,Shooter,Activision,3.1,2.3,0.28,1.04,6.72 +122,FIFA 12,PS3,2011,Sports,Electronic Arts,0.84,4.32,0.11,1.42,6.69 +123,Big Brain Academy,DS,2005,Misc,Nintendo,1.67,2.78,1.6,0.62,6.67 +124,Red Dead Redemption,PS3,2010,Action,Take-Two Interactive,2.79,2.61,0.17,1.03,6.6 +125,FIFA 15,PS4,2014,Sports,Electronic Arts,0.79,4.29,0.05,1.47,6.59 +126,Donkey Kong Country Returns,Wii,2010,Platform,Nintendo,3.25,1.84,1.03,0.47,6.59 +127,The Elder Scrolls V: Skyrim,PS3,2011,Role-Playing,Bethesda Softworks,2.55,2.71,0.25,1.05,6.56 +128,The Legend of Zelda,NES,1986,Action,Nintendo,3.74,0.93,1.69,0.14,6.51 +129,Assassin's Creed III,PS3,2012,Action,Ubisoft,2.64,2.56,0.16,1.14,6.5 +130,Halo: Combat Evolved,XB,2001,Shooter,Microsoft Game Studios,4.98,1.3,0.08,0.07,6.43 +131,Pok茅mon Emerald Version,GBA,2004,Role-Playing,Nintendo,2.57,1.58,2.06,0.21,6.41 +132,Kingdom Hearts,PS2,2002,Role-Playing,Sony Computer Entertainment,3.64,1.2,1.49,0.07,6.4 +133,Pok茅mon Crystal Version,GB,2000,Role-Playing,Nintendo,2.55,1.56,1.29,0.99,6.39 +134,Halo 3: ODST,X360,2009,Shooter,Microsoft Game Studios,4.34,1.35,0.06,0.61,6.36 +135,Red Dead Redemption,X360,2010,Action,Take-Two Interactive,3.7,1.97,0.09,0.57,6.34 +136,Super Mario Sunshine,GC,2002,Platform,Nintendo,4.01,1.26,0.87,0.17,6.31 +137,Street Fighter II: The World Warrior,SNES,1992,Fighting,Capcom,2.47,0.83,2.87,0.12,6.3 +138,World of Warcraft,PC,2004,Role-Playing,Activision,0.07,6.21,0,0,6.28 +139,Driver,PS,1999,Action,GT Interactive,3.11,2.8,0.02,0.33,6.27 +140,Kinect Sports,X360,2010,Sports,Microsoft Game Studios,3.92,1.78,0.03,0.51,6.24 +141,Gears of War 3,X360,2011,Shooter,Microsoft Game Studios,4.05,1.62,0.07,0.49,6.24 +142,Gears of War,X360,2006,Shooter,Microsoft Game Studios,3.54,1.9,0.07,0.6,6.11 +143,Metal Gear Solid 2: Sons of Liberty,PS2,2001,Action,Konami Digital Entertainment,2.45,2.01,0.87,0.72,6.05 +144,Sonic the Hedgehog 2,GEN,1992,Platform,Sega,4.47,1.2,0.16,0.19,6.03 +145,Metal Gear Solid 4: Guns of the Patriots,PS3,2008,Action,Konami Digital Entertainment,2.63,1.74,0.83,0.83,6.03 +146,Metal Gear Solid,PS,1998,Action,Konami Digital Entertainment,3.18,1.83,0.78,0.24,6.03 +147,The Last of Us,PS3,2013,Action,Sony Computer Entertainment Europe,2.41,2.28,0.28,1.01,5.99 +148,Final Fantasy XII,PS2,2006,Role-Playing,Square Enix,1.88,0,2.33,1.74,5.95 +149,LittleBigPlanet,PS3,2008,Platform,Sony Computer Entertainment,2.8,2.05,0.17,0.9,5.92 +150,Dragon Quest IX: Sentinels of the Starry Skies,DS,2009,Role-Playing,Nintendo,0.66,0.69,4.35,0.15,5.84 +151,LEGO Star Wars: The Complete Saga,Wii,2007,Action,LucasArts,3.66,1.63,0,0.53,5.83 +152,Resident Evil 2,PS,1998,Action,Virgin Interactive,1.88,1.47,2.02,0.45,5.82 +153,Tekken 2,PS,1996,Fighting,Sony Computer Entertainment,2.26,1.89,1.36,0.23,5.74 +154,Cooking Mama,DS,2006,Simulation,505 Games,3.13,1.94,0.07,0.58,5.72 +155,Destiny,PS4,2014,Shooter,Activision,2.49,2.05,0.16,0.96,5.65 +156,Tetris,NES,1988,Puzzle,Nintendo,2.97,0.69,1.81,0.11,5.58 +157,Assassin's Creed II,PS3,2009,Action,Ubisoft,2.54,1.95,0.21,0.87,5.57 +158,Super Smash Bros.,N64,1999,Fighting,Nintendo,2.95,0.6,1.97,0.04,5.55 +159,Assassin's Creed,X360,2007,Adventure,Ubisoft,3.28,1.65,0.07,0.55,5.55 +160,Batman: Arkham City,PS3,2011,Action,Warner Bros. Interactive Entertainment,2.7,1.91,0.11,0.8,5.53 +161,Forza Motorsport 3,X360,2009,Racing,Microsoft Game Studios,2.99,1.92,0.1,0.51,5.51 +162,Monster Hunter Freedom Unite,PSP,2008,Role-Playing,Capcom,0.47,0.57,4.13,0.34,5.5 +163,Super Mario Advance,GBA,2001,Platform,Nintendo,3.14,1.24,0.91,0.2,5.49 +164,Mario Kart: Super Circuit,GBA,2001,Racing,Nintendo,2.62,1.64,0.99,0.23,5.47 +165,Super Mario World,GBA,2001,Platform,Nintendo,3.21,1.11,0.95,0.2,5.46 +166,Pokemon Stadium,N64,1999,Strategy,Nintendo,3.18,1.24,0.94,0.09,5.45 +167,Call of Duty: World at War,PS3,2008,Shooter,Activision,2.72,1.87,0,0.84,5.43 +168,Crash Bandicoot: The Wrath of Cortex,PS2,2001,Platform,Universal Interactive,2.07,2.29,0.24,0.82,5.42 +169,Minecraft,PS3,2014,Misc,Sony Computer Entertainment,1.97,2.51,0,0.94,5.42 +170,Final Fantasy XIII,PS3,2009,Role-Playing,Square Enix,1.74,1.24,1.87,0.52,5.36 +171,Dr. Mario,GB,1989,Puzzle,Nintendo,2.18,0.96,2,0.2,5.34 +172,Pokemon Pinball,GB,1999,Misc,Nintendo,3.02,1.12,1.01,0.16,5.31 +173,Assassin's Creed III,X360,2012,Action,Ubisoft,3.13,1.71,0.03,0.44,5.3 +174,Final Fantasy IX,PS,2000,Role-Playing,SquareSoft,1.62,0.77,2.78,0.14,5.3 +175,Final Fantasy X-2,PS2,2003,Role-Playing,Electronic Arts,1.92,1.08,2.11,0.17,5.29 +176,Donkey Kong 64,N64,1999,Platform,Nintendo,3.33,0.79,1.09,0.06,5.27 +177,Assassin's Creed II,X360,2009,Action,Ubisoft,3.1,1.56,0.08,0.51,5.27 +178,Professor Layton and the Curious Village,DS,2007,Puzzle,Nintendo,1.22,2.48,1.03,0.52,5.26 +179,Tomb Raider II,PS,1997,Action,Eidos Interactive,2.3,2.46,0.2,0.28,5.24 +180,Madden NFL 2004,PS2,N/A,Sports,Electronic Arts,4.26,0.26,0.01,0.71,5.23 +181,Dragon Quest VIII: Journey of the Cursed King,PS2,2004,Role-Playing,Square Enix,0.65,0.75,3.61,0.2,5.21 +182,Diablo III,PC,2012,Role-Playing,Activision,2.43,2.15,0,0.62,5.2 +183,Super Mario Bros. 3,GBA,2003,Platform,Nintendo,2.93,1.25,0.83,0.2,5.2 +184,New Super Mario Bros. U,WiiU,2012,Platform,Nintendo,2.32,1.3,1.27,0.31,5.19 +185,Super Mario Land 3: Wario Land,GB,1994,Platform,Nintendo,2.49,0.98,1.57,0.15,5.19 +186,FIFA Soccer 13,X360,2012,Action,Electronic Arts,1.08,3.48,0.03,0.58,5.18 +187,The Legend of Zelda: Phantom Hourglass,DS,2007,Action,Nintendo,1.9,1.83,0.95,0.49,5.17 +188,Donkey Kong Country 2: Diddy's Kong Quest,SNES,1995,Platform,Nintendo,2.1,0.74,2.2,0.11,5.15 +189,Tomodachi Life,3DS,2013,Simulation,Nintendo,0.96,2.02,1.89,0.28,5.15 +190,Mario & Sonic at the Olympic Games,DS,2008,Sports,Sega,1.64,2.48,0.44,0.58,5.14 +191,Medal of Honor: Rising Sun,PS2,2003,Shooter,Electronic Arts,1.98,2.23,0.13,0.8,5.13 +192,Kirby's Dream Land,GB,1992,Platform,Nintendo,2.71,0.61,1.7,0.11,5.13 +193,Fable III,X360,2010,Role-Playing,Microsoft Game Studios,3.59,1.11,0.05,0.38,5.13 +194,Call of Duty: Advanced Warfare,XOne,2014,Shooter,Activision,3.21,1.53,0.01,0.38,5.13 +195,Microsoft Flight Simulator,PC,1996,Simulation,Microsoft Game Studios,3.22,1.69,0,0.2,5.12 +196,Guitar Hero II,PS2,2006,Misc,RedOctane,3.81,0.63,0,0.68,5.12 +197,Resident Evil 5,PS3,2009,Action,Capcom,1.96,1.43,1.08,0.65,5.11 +198,Grand Theft Auto V,XOne,2014,Action,Take-Two Interactive,2.66,2.01,0,0.41,5.08 +199,Grand Theft Auto: Vice City Stories,PSP,2006,Action,Take-Two Interactive,1.7,2.02,0.16,1.21,5.08 +200,FIFA Soccer 11,PS3,2010,Sports,Electronic Arts,0.6,3.29,0.06,1.13,5.08 +201,Super Mario Bros.,GB,1999,Platform,Nintendo,3.4,1.3,0.15,0.22,5.07 +202,Resident Evil,PS,1996,Action,Virgin Interactive,2.05,1.16,1.11,0.73,5.05 +203,Tony Hawk's Pro Skater,PS,1999,Sports,Activision,3.42,1.38,0.02,0.2,5.02 +204,Super Smash Bros. for Wii U and 3DS,WiiU,2014,Fighting,Nintendo,2.59,1.06,0.8,0.57,5.02 +205,Warzone 2100,PS,1999,Strategy,Eidos Interactive,2.79,1.89,0,0.33,5.01 +206,Spyro the Dragon,PS,1998,Platform,Sony Computer Entertainment,3.36,1.36,0.07,0.21,5 +207,Link's Crossbow Training,Wii,2007,Shooter,Nintendo,3.06,1.18,0.29,0.46,5 +208,Guitar Hero III: Legends of Rock,PS2,2007,Misc,Activision,3.49,0.01,0.01,1.48,4.98 +209,Fallout 3,X360,2008,Role-Playing,Bethesda Softworks,3.39,1.03,0.09,0.44,4.96 +210,Pokemon Mystery Dungeon: Explorers of Time/Explorers of Darkness,DS,2007,Role-Playing,Nintendo,1.85,1.2,1.54,0.37,4.96 +211,Uncharted: Drake's Fortune,PS3,2007,Action,Sony Computer Entertainment,2.31,1.73,0.12,0.78,4.94 +212,Madden NFL 06,PS2,2005,Sports,Electronic Arts,3.98,0.26,0.01,0.66,4.91 +213,LEGO Star Wars: The Complete Saga,DS,2007,Action,LucasArts,2.89,1.54,0,0.46,4.9 +214,Diddy Kong Racing,N64,1997,Racing,Nintendo,2.91,0.99,0.89,0.1,4.88 +215,Monster Hunter Freedom 3,PSP,2010,Role-Playing,Capcom,0,0,4.87,0,4.87 +216,Dr. Mario,NES,1990,Puzzle,Nintendo,2.62,0.6,1.52,0.1,4.85 +217,God of War III,PS3,2010,Action,Sony Computer Entertainment,2.74,1.36,0.12,0.63,4.84 +218,StarCraft II: Wings of Liberty,PC,2010,Strategy,Activision,2.56,1.68,0,0.59,4.83 +219,Assassin's Creed,PS3,2007,Adventure,Ubisoft,1.91,2,0.09,0.83,4.83 +220,FIFA 15,PS3,2014,Sports,Electronic Arts,0.57,3.14,0.04,1.07,4.82 +221,Crash Team Racing,PS,1999,Racing,Sony Computer Entertainment,2.57,1.57,0.44,0.21,4.79 +222,FIFA 17,PS4,2016,Sports,Electronic Arts,0.28,3.75,0.06,0.69,4.77 +223,Batman: Arkham City,X360,2011,Action,Warner Bros. Interactive Entertainment,2.99,1.31,0.04,0.41,4.76 +224,Driver 2,PS,2000,Action,Atari,2.36,2.1,0.02,0.25,4.73 +225,The Simpsons: Hit & Run,PS2,2003,Racing,Vivendi Games,1.73,2.19,0,0.79,4.7 +226,Tony Hawk's Pro Skater 2,PS,2000,Sports,Activision,3.05,1.41,0.02,0.2,4.68 +227,Animal Crossing: City Folk,Wii,2008,Simulation,Nintendo,1.87,1.12,1.32,0.37,4.68 +228,The Lord of the Rings: The Two Towers,PS2,2002,Action,Electronic Arts,1.94,1.95,0.08,0.7,4.67 +229,Forza Motorsport 4,X360,2011,Racing,Microsoft Game Studios,2.08,2.04,0.06,0.47,4.64 +230,Tomb Raider,PS,1996,Action,Eidos Interactive,2.29,1.97,0.13,0.24,4.63 +231,Guitar Hero III: Legends of Rock,Wii,2007,Misc,Activision,3.06,1.12,0,0.44,4.62 +232,The Legend of Zelda: A Link to the Past,SNES,1991,Action,Nintendo,2.42,0.91,1.15,0.13,4.61 +233,The Legend of Zelda: The Wind Waker,GC,2002,Action,Nintendo,2.6,0.99,0.89,0.13,4.6 +234,Mario & Sonic at the Olympic Winter Games,Wii,2009,Sports,Sega,1.89,1.99,0.22,0.48,4.58 +235,Luigi's Mansion: Dark Moon,3DS,2013,Action,Nintendo,1.78,1.39,1.1,0.3,4.58 +236,Splatoon,WiiU,2015,Shooter,Nintendo,1.55,1.15,1.44,0.43,4.57 +237,The Last of Us,PS4,2014,Action,Sony Computer Entertainment,1.78,1.87,0.07,0.82,4.55 +238,Guitar Hero III: Legends of Rock,X360,2007,Misc,Activision,3.19,0.92,0.01,0.42,4.53 +239,Madden NFL 2005,PS2,2004,Sports,Electronic Arts,4.18,0.26,0.01,0.08,4.53 +240,Pitfall!,2600,1981,Platform,Activision,4.21,0.24,0,0.05,4.5 +241,Madden NFL 07,PS2,2006,Sports,Electronic Arts,3.63,0.24,0.01,0.61,4.49 +242,Spider-Man: The Movie,PS2,2002,Action,Activision,2.71,1.51,0.03,0.23,4.48 +243,Dragon Quest VII: Warriors of Eden,PS,2000,Role-Playing,Enix Corporation,0.2,0.14,4.1,0.02,4.47 +244,Uncharted: The Nathan Drake Collection,PS4,2015,Action,Sony Computer Entertainment,1.96,1.69,0.08,0.74,4.47 +245,Call of Duty: Advanced Warfare,PS3,2014,Shooter,Activision,1.54,1.94,0.19,0.77,4.45 +246,God of War,PS2,2005,Action,Sony Computer Entertainment,2.71,1.29,0.02,0.43,4.45 +247,Nintendo Land,WiiU,2012,Misc,Nintendo,2.55,1.11,0.46,0.33,4.44 +248,Michael Jackson: The Experience,Wii,2010,Misc,Ubisoft,2.67,1.35,0.01,0.39,4.42 +249,Tony Hawk's Pro Skater 3,PS2,2001,Sports,Activision,2.66,1.29,0.01,0.46,4.41 +250,Winning Eleven: Pro Evolution Soccer 2007,PS2,2006,Sports,Konami Digital Entertainment,0.1,2.39,1.05,0.86,4.39 +251,The Elder Scrolls IV: Oblivion,X360,2006,Role-Playing,Take-Two Interactive,2.82,1.05,0.13,0.4,4.39 +252,Zelda II: The Adventure of Link,NES,1987,Adventure,Nintendo,2.19,0.5,1.61,0.08,4.38 +253,Need for Speed: Most Wanted,PS2,2005,Racing,Electronic Arts,2.03,1.79,0.08,0.47,4.37 +254,Resistance: Fall of Man,PS3,2006,Shooter,Sony Computer Entertainment,1.73,1.73,0.14,0.75,4.35 +255,Sonic the Hedgehog,GEN,1991,Platform,Sega,3.03,0.91,0.26,0.13,4.34 +256,Kingdom Hearts II,PS2,2005,Role-Playing,Square Enix,2.2,0.58,1.38,0.17,4.33 +257,FIFA 14,X360,2013,Sports,Electronic Arts,0.92,2.93,0.01,0.46,4.31 +258,Call of Duty: Advanced Warfare,X360,2014,Shooter,Activision,2.75,1.18,0,0.37,4.31 +259,Asteroids,2600,1980,Shooter,Atari,4,0.26,0,0.05,4.31 +260,Fable II,X360,2008,Role-Playing,Microsoft Game Studios,2.51,1.27,0.11,0.41,4.31 +261,Halo 5: Guardians,XOne,2015,Shooter,Microsoft Game Studios,2.64,1.2,0.03,0.39,4.26 +262,Super Mario 3D World,WiiU,2013,Platform,Nintendo,2.11,1.11,0.72,0.3,4.25 +263,Batman: Arkham Asylum,PS3,2009,Action,Eidos Interactive,2.23,1.34,0.07,0.61,4.25 +264,Assassin's Creed: Revelations,PS3,2011,Action,Ubisoft,1.41,2.02,0.1,0.72,4.24 +265,Namco Museum,GBA,2001,Misc,Namco Bandai Games,3,1.11,0.05,0.07,4.24 +266,Metal Gear Solid 3: Snake Eater,PS2,2004,Action,Konami Digital Entertainment,1.46,0,0.83,1.93,4.23 +267,Daxter,PSP,2006,Platform,Sony Computer Entertainment,2.45,1.02,0,0.75,4.22 +268,Warcraft II: Tides of Darkness,PC,1995,Strategy,Activision,1.7,2.27,0,0.23,4.21 +269,The Legend of Zelda: Ocarina of Time,3DS,2011,Action,Nintendo,2.03,1.27,0.62,0.3,4.21 +270,FIFA Soccer 06,PS2,2005,Sports,Electronic Arts,0.78,2.55,0.04,0.84,4.21 +271,EyeToy Play,PS2,2003,Misc,Sony Computer Entertainment,0.88,2.3,0.2,0.83,4.2 +272,Uncharted 4: A Thief's End,PS4,2016,Shooter,Sony Computer Entertainment,1.3,2.07,0.18,0.65,4.2 +273,Gran Turismo 5 Prologue,PS3,2007,Racing,Sony Computer Entertainment,1.28,1.83,0.57,0.53,4.2 +274,Assassin's Creed: Revelations,X360,2011,Action,Ubisoft,2.25,1.47,0.04,0.43,4.19 +275,Street Fighter IV,PS3,2009,Fighting,Capcom,2.02,1.06,0.58,0.53,4.19 +276,FIFA 12,X360,2011,Sports,Electronic Arts,0.84,2.79,0.02,0.53,4.19 +277,Teenage Mutant Ninja Turtles,NES,1989,Action,Palcom,3.38,0.44,0.31,0.04,4.17 +278,Excitebike,NES,1984,Racing,Nintendo,2.04,0.48,1.57,0.07,4.16 +279,Frogger,PS,1997,Action,Hasbro Interactive,3.79,0.27,0,0.11,4.16 +280,Madden NFL 2003,PS2,2002,Sports,Electronic Arts,3.36,0.21,0.01,0.56,4.14 +281,Watch Dogs,PS4,2014,Action,Ubisoft,1.4,1.86,0.11,0.77,4.14 +282,Half-Life,PC,1997,Shooter,Vivendi Games,4.03,0,0.09,0,4.12 +283,Super Mario World 2: Yoshi's Island,SNES,1995,Platform,Nintendo,1.65,0.61,1.76,0.09,4.12 +284,FIFA Soccer 07,PS2,2006,Sports,Electronic Arts,0.71,2.48,0.03,0.89,4.11 +285,The Legend of Zelda: Skyward Sword,Wii,2011,Action,Nintendo,2.14,1.2,0.37,0.4,4.1 +286,Street Fighter II Turbo,SNES,1992,Fighting,Capcom,1.42,0.51,2.1,0.07,4.1 +287,Carnival Games,Wii,2007,Misc,Take-Two Interactive,2.13,1.5,0.05,0.42,4.1 +288,Fallout 4,XOne,2015,Role-Playing,Bethesda Softworks,2.45,1.26,0.01,0.37,4.09 +289,World of Warcraft: The Burning Crusade,PC,2007,Role-Playing,Activision,2.57,1.52,0,0,4.09 +290,Fallout: New Vegas,X360,2010,Role-Playing,Bethesda Softworks,2.65,1.06,0.04,0.33,4.08 +291,God of War II,PS2,2007,Action,Sony Computer Entertainment,2.32,0.04,0.04,1.67,4.07 +292,Forza Motorsport 2,X360,2007,Racing,Microsoft Game Studios,2.35,1.28,0.03,0.41,4.06 +293,World Soccer Winning Eleven 9,PS2,2005,Sports,Konami Digital Entertainment,0.12,2.26,0.9,0.77,4.06 +294,Namco Museum Vol.3,PS,1996,Misc,Sony Computer Entertainment,2.28,1.55,0.16,0.06,4.05 +295,Tekken Tag Tournament,PS2,2000,Fighting,Namco Bandai Games,1.68,1.51,0.51,0.35,4.05 +296,Far Cry 4,PS4,2014,Shooter,Ubisoft,1.12,2.12,0.1,0.69,4.03 +297,Star Fox 64,N64,1997,Shooter,Nintendo,2.78,0.58,0.64,0.04,4.03 +298,Minecraft,PS4,2014,Misc,Sony Computer Entertainment Europe,1.38,1.87,0.12,0.65,4.02 +299,Golf,NES,1984,Sports,Nintendo,1.22,0.28,2.46,0.04,4.01 +300,Fallout 3,PS3,2008,Role-Playing,Bethesda Softworks,2.15,1.2,0.07,0.59,4.01 +301,Professor Layton and the Diabolical Box,DS,2007,Puzzle,Nintendo,0.92,1.78,0.92,0.37,4 +302,Left 4 Dead 2,X360,2009,Shooter,Electronic Arts,2.67,0.89,0.05,0.37,3.99 +303,Namco Museum: 50th Anniversary,PS2,2005,Misc,Namco Bandai Games,2.08,1.35,0,0.54,3.98 +304,EA Sports Active,Wii,2009,Sports,Electronic Arts,2.1,1.36,0.06,0.4,3.92 +305,Assassin's Creed: Unity,PS4,2014,Action,Ubisoft,1.18,1.96,0.08,0.7,3.92 +306,Donkey Kong Land,GB,1994,Platform,Nintendo,1.97,0.76,1.07,0.11,3.91 +307,Tony Hawk's Underground,PS2,2003,Sports,Activision,2.29,1.17,0.01,0.42,3.9 +308,Assassin's Creed IV: Black Flag,PS3,2013,Action,Ubisoft,1.33,1.71,0.13,0.73,3.89 +309,Monster Hunter 4 Ultimate,3DS,2014,Role-Playing,Nintendo,0.67,0.49,2.62,0.11,3.89 +310,MotorStorm,PS3,2006,Racing,Sony Computer Entertainment,1.53,1.61,0.06,0.67,3.88 +311,The Elder Scrolls V: Skyrim,PC,2011,Role-Playing,Bethesda Softworks,1.15,2.09,0,0.64,3.88 +312,Tekken 5,PS2,2005,Fighting,Namco Bandai Games,0.93,1.94,0.31,0.7,3.87 +313,Dragon Warrior III,NES,1988,Role-Playing,Enix Corporation,0.1,0,3.77,0,3.87 +314,Sports Champions,PS3,2010,Sports,Sony Computer Entertainment,2.12,1.14,0.1,0.51,3.87 +315,NBA 2K16,PS4,2015,Sports,Take-Two Interactive,2.48,0.65,0.03,0.69,3.85 +316,World Soccer Winning Eleven 8 International,PS2,2004,Sports,Konami Digital Entertainment,0.16,1.89,1.12,0.68,3.85 +317,Flash Focus: Vision Training in Minutes a Day,DS,2007,Misc,Nintendo,0.87,1.57,1.05,0.35,3.84 +318,Namco Museum Vol.1,PS,1995,Misc,Sony Computer Entertainment,2.12,1.44,0.22,0.06,3.84 +319,The Legend of Zelda: Link's Awakening,GB,1992,Action,Nintendo,2.21,0.96,0.54,0.13,3.83 +320,Mario & Luigi: Bowser's Inside Story,DS,2009,Role-Playing,Nintendo,2.26,0.48,0.81,0.27,3.83 +321,Big Brain Academy: Wii Degree,Wii,2007,Misc,Nintendo,1.06,1.93,0.41,0.43,3.82 +322,Nintendogs + cats,3DS,2011,Simulation,Nintendo,1.44,1.37,0.73,0.27,3.81 +323,Batman: Arkham Knight,PS4,2015,Action,Warner Bros. Interactive Entertainment,1.49,1.58,0.1,0.61,3.79 +324,Mario & Sonic at the London 2012 Olympic Games,Wii,2011,Sports,Sega,1.14,1.91,0.27,0.46,3.78 +325,LEGO Indiana Jones: The Original Adventures,X360,2008,Action,Activision,2.4,1.03,0,0.36,3.78 +326,Resident Evil Director's Cut,PS,1996,Action,Virgin Interactive,1.82,1.24,0.47,0.25,3.77 +327,Ratchet & Clank: Size Matters,PSP,2007,Platform,Sony Computer Entertainment,1.4,1.4,0.1,0.87,3.77 +328,Just Dance 2014,Wii,2013,Misc,Ubisoft,1.98,1.47,0,0.32,3.76 +329,The Sims: Unleashed,PC,2002,Simulation,Electronic Arts,2.03,1.56,0,0.17,3.76 +330,Super Paper Mario,Wii,2007,Platform,Nintendo,1.98,0.88,0.59,0.32,3.76 +331,Harry Potter and the Sorcerer's Stone,PS,2001,Action,Electronic Arts,1.37,2,0.14,0.22,3.73 +332,The Witcher 3: Wild Hunt,PS4,2015,Role-Playing,Namco Bandai Games,0.96,2,0.21,0.56,3.73 +333,Resident Evil 3: Nemesis,PS,1999,Action,Eidos Interactive,1.3,0.77,1.54,0.11,3.72 +334,Spyro: Year of the Dragon,PS,2000,Platform,Sony Computer Entertainment,1.93,1.58,0,0.19,3.71 +335,FIFA Soccer 2005,PS2,2004,Sports,Electronic Arts,0.58,2.48,0.04,0.59,3.7 +336,Pok茅mon Trading Card Game,GB,1998,Strategy,Nintendo,1.49,0.73,1.38,0.1,3.7 +337,Battlefield 4,PS3,2013,Shooter,Electronic Arts,1.3,1.51,0.27,0.61,3.69 +338,MySims,DS,2007,Simulation,Electronic Arts,1.59,1.61,0.08,0.41,3.69 +339,Friend Collection,DS,2009,Misc,Nintendo,0,0,3.67,0,3.67 +340,Tony Hawk's Pro Skater 4,PS2,2002,Sports,Activision,2.13,1.18,0.01,0.35,3.67 +341,Midnight Club 3: DUB Edition,PSP,2005,Racing,Take-Two Interactive,1.65,1.22,0,0.79,3.66 +342,Banjo-Kazooie,N64,1998,Platform,Nintendo,1.87,1.13,0.55,0.1,3.65 +343,SOCOM: U.S. Navy SEALs,PS2,2002,Shooter,Sony Computer Entertainment,2.53,0.81,0.06,0.24,3.65 +344,Guitar Hero: World Tour,Wii,2008,Misc,Activision,2.33,0.97,0,0.35,3.65 +345,Gran Turismo 6,PS3,2013,Racing,Sony Computer Entertainment,0.71,1.8,0.4,0.74,3.64 +346,Jak and Daxter: The Precursor Legacy,PS2,2001,Platform,Sony Computer Entertainment,2.08,1.09,0.15,0.33,3.64 +347,Pokemon Snap,N64,1999,Simulation,Nintendo,2.23,0.68,0.66,0.06,3.63 +348,FIFA Soccer 10,PS3,2009,Sports,Electronic Arts,0.6,2.46,0.05,0.52,3.63 +349,Pro Evolution Soccer 2008,PS2,2007,Sports,Konami Digital Entertainment,0.05,0,0.64,2.93,3.63 +350,Call of Duty: Ghosts,PS4,2013,Shooter,Activision,1.78,1.42,0.05,0.38,3.63 +351,Resident Evil 4,PS2,2005,Action,Capcom,2.08,0.83,0.46,0.25,3.62 +352,Tom Clancy's The Division,PS4,2016,Shooter,Ubisoft,1.28,1.61,0.15,0.57,3.61 +353,Star Wars: Battlefront,PS2,2004,Shooter,LucasArts,1.93,1.22,0.03,0.44,3.61 +354,Doom II: Hell on Earth,PC,1994,Shooter,Virgin Interactive,2.05,1.4,0,0.16,3.61 +355,The Simpsons: Road Rage,PS2,2001,Racing,Electronic Arts,2.02,1.17,0,0.42,3.61 +356,Cooking Mama 2: Dinner With Friends,DS,2007,Simulation,505 Games,1.61,1.5,0.1,0.39,3.61 +357,Luigi's Mansion,GC,2001,Action,Nintendo,2.38,0.67,0.46,0.1,3.6 +358,Star Wars: Battlefront II,PS2,2005,Shooter,LucasArts,2.18,1.02,0.03,0.37,3.59 +359,WWF SmackDown!,PS,2000,Fighting,THQ,2.01,1.35,0.06,0.16,3.58 +360,Croc: Legend of the Gobbos,PS,1997,Platform,Fox Interactive,1.57,1.79,0,0.2,3.56 +361,Grand Theft Auto: Liberty City Stories,PS2,2006,Action,Take-Two Interactive,1.56,1.4,0.07,0.5,3.54 +362,The Getaway,PS2,2002,Action,Sony Computer Entertainment,1.23,1.77,0.05,0.49,3.54 +363,Tomb Raider III: Adventures of Lara Croft,PS,1997,Action,Eidos Interactive,1.66,1.58,0.12,0.18,3.54 +364,James Bond 007: Agent Under Fire,PS2,2001,Shooter,Electronic Arts,1.9,1.13,0.1,0.41,3.53 +365,LEGO Star Wars: The Video Game,PS2,2005,Action,Eidos Interactive,1.98,1.14,0.01,0.41,3.53 +366,Battlefield 4,X360,2013,Shooter,Electronic Arts,2.14,1.08,0.02,0.29,3.53 +367,FIFA Soccer 11,X360,2010,Sports,Electronic Arts,0.71,2.4,0.02,0.4,3.53 +368,Rugrats in Paris: The Movie,PS,2000,Action,THQ,1.96,1.33,0,0.23,3.52 +369,Spyro 2: Ripto's Rage!,PS,1999,Platform,Sony Computer Entertainment,2.14,1.21,0.01,0.17,3.52 +370,Left 4 Dead,X360,2008,Shooter,Electronic Arts,2.66,0.5,0.05,0.3,3.52 +371,Mario & Sonic at the Olympic Winter Games,DS,2009,Sports,Sega,1.22,1.66,0.27,0.38,3.52 +372,Resident Evil 5,X360,2009,Action,Capcom,2.11,0.94,0.12,0.34,3.51 +373,Donkey Kong Country 3: Dixie Kong's Double Trouble!,SNES,1996,Platform,Nintendo,1.17,0.5,1.75,0.08,3.51 +374,Assassin's Creed: Brotherhood,X360,2010,Action,Ubisoft,2.84,0.39,0.03,0.24,3.5 +375,Kung Fu,NES,1985,Action,Nintendo,1.64,0.38,1.42,0.06,3.5 +376,Batman: Arkham Asylum,X360,2009,Action,Eidos Interactive,2.2,0.97,0.02,0.31,3.5 +377,Clubhouse Games,DS,2006,Misc,Nintendo,0.59,1.83,0.73,0.35,3.5 +378,FIFA Soccer 2004,PS2,N/A,Sports,Electronic Arts,0.59,2.36,0.04,0.51,3.49 +379,Star Wars Battlefront (2015),XOne,2015,Shooter,Electronic Arts,1.94,1.22,0.02,0.31,3.49 +380,Battlefield: Bad Company 2,X360,2010,Shooter,Electronic Arts,2.09,1.02,0.04,0.32,3.48 +381,Guitar Hero: On Tour,DS,2008,Misc,Activision,2.11,1.01,0.01,0.35,3.48 +382,Assassin's Creed: Unity,XOne,2014,Action,Ubisoft,2.26,0.89,0,0.3,3.46 +383,Far Cry 3,PS3,2012,Shooter,Ubisoft,0.88,1.75,0.1,0.72,3.45 +384,Monster Hunter 4,3DS,2013,Role-Playing,Capcom,0,0,3.44,0,3.44 +385,Borderlands,X360,2009,Shooter,Take-Two Interactive,2.39,0.73,0.03,0.29,3.44 +386,Tekken 4,PS2,2002,Fighting,Namco Bandai Games,1.55,1.27,0.33,0.29,3.44 +387,Battlefield 4,PS4,2013,Shooter,Electronic Arts,1.34,1.54,0.17,0.38,3.43 +388,LittleBigPlanet 2,PS3,2011,Platform,Sony Computer Entertainment,1.82,1.07,0.06,0.47,3.42 +389,Grand Theft Auto 2,PS,1998,Action,Take-Two Interactive,1.13,2.07,0,0.22,3.42 +390,Final Fantasy III,SNES,1994,Role-Playing,SquareSoft,0.86,0,2.55,0.02,3.42 +391,Spider-Man 2,PS2,2004,Action,Activision,1.75,1.2,0.02,0.43,3.41 +392,F-1 Race,GB,1990,Racing,Nintendo,1.73,0.69,0.59,0.4,3.41 +393,FIFA Soccer 2003,PS2,2002,Sports,Electronic Arts,0.46,2.28,0.05,0.61,3.4 +394,Crash Bash,PS,2000,Misc,Sony Computer Entertainment,1.56,1.47,0.19,0.17,3.39 +395,LEGO Batman: The Videogame,X360,2008,Action,Warner Bros. Interactive Entertainment,2.03,1.03,0,0.32,3.38 +396,Metal Gear Solid V: The Phantom Pain,PS4,2015,Action,Konami Digital Entertainment,1.08,1.35,0.48,0.47,3.38 +397,The Legend of Zelda: Spirit Tracks,DS,2009,Action,Nintendo,1.43,0.94,0.74,0.27,3.38 +398,WWF War Zone,PS,1998,Fighting,Acclaim Entertainment,2.47,0.76,0,0.13,3.36 +399,The Legend of Zelda: Majora's Mask,N64,2000,Action,Nintendo,1.9,0.67,0.73,0.06,3.36 +400,Professor Layton and the Unwound Future,DS,2008,Puzzle,Nintendo,0.65,1.61,0.82,0.28,3.36 +401,Rugrats: Search For Reptar,PS,1998,Adventure,THQ,1.63,1.53,0,0.18,3.34 +402,Assassin's Creed IV: Black Flag,X360,2013,Action,Ubisoft,1.9,1.14,0.01,0.29,3.34 +403,English Training: Have Fun Improving Your Skills!,DS,2006,Misc,Nintendo,0,0.99,2.32,0.02,3.33 +404,James Bond 007: Nightfire,PS2,2002,Shooter,Electronic Arts,1.45,1.29,0.12,0.46,3.33 +405,Ratchet & Clank,PS2,2002,Platform,Sony Computer Entertainment,1.44,1.01,0.57,0.3,3.33 +406,Mario Party 9,Wii,2012,Misc,Nintendo,1.15,1.17,0.76,0.24,3.32 +407,Star Wars Episode III: Revenge of the Sith,PS2,2005,Action,LucasArts,1.47,1.39,0.03,0.43,3.32 +408,Max Payne,PS2,2001,Shooter,Take-Two Interactive,1.99,1.05,0.05,0.22,3.31 +409,The Lord of the Rings: The Return of the King,PS2,2003,Action,Electronic Arts,1.5,1.28,0.05,0.46,3.28 +410,Assassin's Creed Syndicate,PS4,2015,Action,Ubisoft,0.8,1.92,0.06,0.5,3.28 +411,Destiny,XOne,2014,Shooter,Activision,2.13,0.92,0,0.23,3.28 +412,True Crime: Streets of LA,PS2,2003,Action,Activision,1.89,1.05,0.02,0.31,3.27 +413,Wii Music,Wii,2008,Misc,Nintendo,1.36,1.13,0.46,0.32,3.27 +414,Gran Turismo (PSP),PSP,2009,Racing,Sony Computer Entertainment,0.5,1.59,0.31,0.87,3.27 +415,Monster Hunter X,3DS,2015,Action,Capcom,0.25,0.19,2.78,0.04,3.26 +416,Tekken,PS,1995,Fighting,Sony Computer Entertainment,0.95,1.3,0.77,0.22,3.24 +417,FIFA 16,XOne,2015,Sports,Electronic Arts,0.88,2.11,0,0.23,3.23 +418,L.A. Noire,PS3,2011,Adventure,Take-Two Interactive,1.27,1.33,0.12,0.51,3.23 +419,Madden NFL 16,PS4,2015,Sports,Electronic Arts,2.33,0.3,0,0.59,3.22 +420,Yokai Watch 2 Ganso/Honke,3DS,2014,Role-Playing,Nintendo,0.03,0,3.18,0,3.22 +421,007: Tomorrow Never Dies,PS,1999,Shooter,Electronic Arts,1.72,1.33,0,0.16,3.21 +422,Baseball,NES,1983,Sports,Nintendo,0.73,0.1,2.35,0.02,3.2 +423,Killer Instinct,SNES,1995,Fighting,Nintendo,2.26,0.72,0.12,0.1,3.2 +424,WWF SmackDown! 2: Know Your Role,PS,2000,Fighting,THQ,1.76,1.21,0.07,0.16,3.2 +425,Crisis Core: Final Fantasy VII,PSP,2007,Role-Playing,Square Enix,1.35,0.6,0.8,0.44,3.19 +426,God of War: Chains of Olympus,PSP,2008,Action,Sony Computer Entertainment,1.48,1.01,0.04,0.66,3.19 +427,Dragon Quest VI: Maboroshi no Daichi,SNES,1995,Role-Playing,Enix Corporation,0,0,3.19,0,3.19 +428,Dance Central,X360,2010,Misc,MTV Games,2.15,0.77,0.01,0.26,3.19 +429,Enter the Matrix,PS2,2003,Action,Atari,1.78,1.12,0.09,0.19,3.18 +430,Super Mario Maker,WiiU,2015,Platform,Nintendo,1.18,0.87,0.93,0.2,3.18 +431,Fallout: New Vegas,PS3,2010,Role-Playing,Bethesda Softworks,1.52,1.08,0.1,0.47,3.17 +432,LEGO Batman: The Videogame,Wii,N/A,Action,Warner Bros. Interactive Entertainment,1.86,1.02,0,0.29,3.17 +433,Rhythm Heaven,DS,2008,Misc,Nintendo,0.58,0.51,1.93,0.14,3.17 +434,Ace Combat 04: Shattered Skies,PS2,2001,Simulation,Sony Computer Entertainment Europe,2.06,0.56,0.38,0.17,3.17 +435,Club Penguin: Elite Penguin Force,DS,2008,Adventure,Disney Interactive Studios,1.88,0.98,0,0.3,3.16 +436,Animal Crossing,GC,2001,Simulation,Nintendo,1.92,0.16,0.99,0.09,3.15 +437,LEGO Batman: The Videogame,DS,2008,Action,Warner Bros. Interactive Entertainment,1.79,1.06,0,0.29,3.15 +438,Sonic Rush,DS,2005,Platform,Sega,1.22,1.57,0.06,0.29,3.15 +439,Resident Evil 6,PS3,2012,Shooter,Capcom,0.88,0.97,0.88,0.42,3.15 +440,Halo: The Master Chief Collection,XOne,2014,Shooter,Microsoft Game Studios,1.89,0.99,0.03,0.24,3.15 +441,FIFA Soccer 08,PS2,2007,Sports,Electronic Arts,0.68,0,0,2.46,3.14 +442,Spider-Man,PS,2000,Action,Activision,1.7,1.25,0.02,0.16,3.13 +443,Need for Speed III: Hot Pursuit,PS,1998,Racing,Electronic Arts,2.14,0.86,0,0.13,3.12 +444,Star Wars Episode I Racer,N64,1999,Racing,Nintendo,2.31,0.62,0.14,0.04,3.12 +445,Personal Trainer: Cooking,DS,2006,Misc,Nintendo,0.91,1,1.03,0.17,3.12 +446,The Elder Scrolls IV: Oblivion,PS3,2007,Role-Playing,Ubisoft,1.69,0.87,0.14,0.42,3.12 +447,Dragon Warrior IV,NES,1990,Role-Playing,Enix Corporation,0.08,0,3.03,0.01,3.12 +448,Heavy Rain,PS3,2010,Adventure,Sony Computer Entertainment,1.29,1.27,0.06,0.5,3.12 +449,Mass Effect 2,X360,2010,Role-Playing,Electronic Arts,1.99,0.82,0.03,0.27,3.11 +450,FIFA 15,X360,2014,Sports,Electronic Arts,0.78,2.02,0,0.3,3.11 +451,Dragon Ball Z: Budokai,PS2,2002,Fighting,Atari,2.17,0.28,0.55,0.08,3.09 +452,Madden NFL 2002,PS2,2001,Sports,Electronic Arts,2.5,0.16,0.01,0.42,3.08 +453,World Class Track Meet,NES,1986,Sports,Namco Bandai Games,1.92,0.45,0.64,0.07,3.08 +454,Borderlands 2,X360,2012,Shooter,Take-Two Interactive,1.89,0.91,0.04,0.24,3.07 +455,The Legend of Zelda: A Link Between Worlds,3DS,2013,Action,Nintendo,1.4,0.99,0.46,0.22,3.07 +456,Donkey Kong,GB,1994,Platform,Nintendo,1.57,0.62,0.55,0.34,3.07 +457,The Sims: Vacation,PC,2002,Simulation,Electronic Arts,1.72,1.21,0,0.14,3.07 +458,Mass Effect 3,X360,2012,Role-Playing,Electronic Arts,1.94,0.86,0.03,0.24,3.07 +459,Kung Fu Panda,X360,2008,Action,Activision,1.91,0.84,0,0.29,3.05 +460,Far Cry 3,X360,2012,Shooter,Ubisoft,1.38,1.35,0.02,0.28,3.04 +461,Epic Mickey,Wii,2010,Platform,Disney Interactive Studios,2.06,0.64,0.12,0.22,3.04 +462,Saints Row 2,X360,2008,Action,THQ,1.94,0.8,0.02,0.27,3.03 +463,Rayman,PS,1995,Platform,Ubisoft,1.54,1.33,0,0.16,3.03 +464,Killzone 2,PS3,2009,Shooter,Sony Computer Entertainment,1.4,1.07,0.08,0.47,3.02 +465,Tom Clancy's Splinter Cell,XB,2002,Action,Ubisoft,1.85,1.04,0,0.13,3.02 +466,Mike Tyson's Punch-Out!!,NES,1987,Fighting,Nintendo,2.03,0.47,0.45,0.07,3.02 +467,WWE SmackDown! Shut Your Mouth,PS2,2002,Sports,THQ,1.45,1.13,0.07,0.38,3.02 +468,Gears of War: Ultimate Edition,XOne,2015,Shooter,Microsoft Game Studios,2.38,0.32,0,0.31,3 +469,NBA 2K13,X360,2012,Sports,Take-Two Interactive,2.6,0.21,0.01,0.19,3 +470,Dragon Ball Z: Budokai Tenkaichi 3,PS2,2007,Fighting,Atari,1.15,0,0.76,1.09,3 +471,wwe Smackdown vs. Raw 2006,PS2,N/A,Fighting,N/A,1.57,1.02,0,0.41,3 +472,Middle-Earth: Shadow of Mordor,PS4,2014,Action,Warner Bros. Interactive Entertainment,1.01,1.41,0.05,0.53,2.99 +473,Star Fox,SNES,1993,Shooter,Nintendo,1.61,0.51,0.8,0.07,2.99 +474,The Sims: Livin Large,PC,2000,Misc,Electronic Arts,1.67,1.18,0,0.13,2.99 +475,World Soccer Winning Eleven 6 International,PS2,2002,Sports,Konami Digital Entertainment,0.12,1.26,1.16,0.45,2.99 +476,Devil May Cry,PS2,2001,Action,Capcom,1.36,0.86,0.64,0.13,2.99 +477,Animal Crossing: Happy Home Designer,3DS,2015,Simulation,Nintendo,0.47,1,1.39,0.12,2.98 +478,Battlefield: Bad Company 2,PS3,2010,Shooter,Electronic Arts,1.33,1.12,0.08,0.45,2.97 +479,The Sims 4,PC,2014,Simulation,Electronic Arts,0.96,1.72,0,0.29,2.97 +480,Star Wars: The Old Republic,PC,2011,Role-Playing,Electronic Arts,1.58,1.01,0,0.38,2.97 +481,Sonic Heroes,PS2,2003,Platform,Sega,1.04,1.37,0.06,0.49,2.96 +482,Kirby Super Star Ultra,DS,2008,Platform,Nintendo,1.57,0.04,1.19,0.15,2.96 +483,Hitman 2: Silent Assassin,PS2,2002,Action,Eidos Interactive,1.36,1.15,0.04,0.41,2.96 +484,Street Fighter IV,X360,2009,Fighting,Capcom,1.82,0.71,0.15,0.26,2.95 +485,Wave Race 64,N64,1996,Racing,Nintendo,1.98,0.58,0.34,0.04,2.94 +486,SOCOM II: U.S. Navy SEALs,PS2,2003,Shooter,Sony Computer Entertainment,2.22,0.51,0.06,0.15,2.94 +487,WWE SmackDown! vs. RAW 2006,PS2,2005,Fighting,THQ,1.45,1.11,0.04,0.33,2.94 +488,inFAMOUS,PS3,2009,Action,Sony Computer Entertainment,1.76,0.69,0.12,0.37,2.94 +489,Pac-Man Collection,GBA,2001,Puzzle,Atari,2.07,0.77,0.05,0.05,2.94 +490,Mass Effect,X360,2007,Role-Playing,Microsoft Game Studios,1.83,0.8,0.03,0.27,2.93 +491,WarioWare: Smooth Moves,Wii,2006,Puzzle,Nintendo,0.87,1.06,0.73,0.26,2.92 +492,Cooking Mama: Cook Off,Wii,2007,Simulation,505 Games,1.43,1.13,0.05,0.3,2.91 +493,Super Mario World 2: Yoshi's Island,GBA,2002,Platform,Nintendo,1.75,0.45,0.62,0.09,2.91 +494,FIFA 14,PS4,2013,Sports,Electronic Arts,0.61,1.85,0.11,0.33,2.9 +495,Titanfall,XOne,2014,Shooter,Electronic Arts,1.84,0.8,0.04,0.22,2.9 +496,Sonic Mega Collection Plus,PS2,2004,Misc,Sega,1.54,1.14,0,0.22,2.9 +497,Sega Superstars Tennis,X360,2008,Sports,Sega,1.75,0.86,0,0.28,2.9 +498,World Soccer Winning Eleven 7 International,PS2,2003,Sports,Konami Digital Entertainment,0.08,1.24,1.13,0.45,2.9 +499,Need for Speed: Most Wanted,PS3,2012,Racing,Electronic Arts,0.71,1.51,0.06,0.61,2.89 +500,Hot Shots Golf 3,PS2,2001,Sports,Sony Computer Entertainment,0.99,0.32,1.38,0.2,2.89 +501,Call of Duty: Finest Hour,PS2,2004,Shooter,Activision,1.51,1.12,0.01,0.24,2.89 +502,Zumba Fitness 2,Wii,2011,Sports,Majesco Entertainment,1.54,1.07,0,0.28,2.88 +503,Syphon Filter,PS,1999,Shooter,Sony Computer Entertainment,2.03,0.72,0.02,0.11,2.88 +504,Imagine: Babyz,DS,2007,Simulation,Ubisoft,1.3,1.27,0,0.31,2.88 +505,Colin McRae Rally,PS,1998,Racing,Codemasters,0.09,2.43,0.12,0.22,2.87 +506,Call of Duty: Ghosts,XOne,2013,Shooter,Activision,1.87,0.77,0,0.22,2.86 +507,Madden NFL 13,X360,2012,Sports,Electronic Arts,2.53,0.16,0,0.17,2.86 +508,The Elder Scrolls III: Morrowind,XB,2002,Role-Playing,Ubisoft,2.09,0.63,0.03,0.11,2.86 +509,Mortal Kombat,PS3,2011,Fighting,Warner Bros. Interactive Entertainment,1.98,0.55,0,0.32,2.85 +510,F-Zero,SNES,1990,Racing,Nintendo,1.37,0.51,0.89,0.07,2.85 +511,Yoshi's Story,N64,1997,Platform,Nintendo,1.29,0.53,0.98,0.05,2.85 +512,Command & Conquer: Red Alert,PC,1996,Strategy,Virgin Interactive,1.37,1.34,0,0.14,2.85 +513,Skylanders: Spyro's Adventure,Wii,2011,Action,Activision,1.4,1.14,0,0.31,2.85 +514,FIFA 16,PS3,2015,Sports,Electronic Arts,0.4,1.98,0.05,0.42,2.85 +515,Assassin's Creed: Brotherhood,PS3,2010,Action,Ubisoft,1.87,0.57,0.11,0.3,2.84 +516,BioShock,X360,2007,Shooter,Take-Two Interactive,1.65,0.86,0.05,0.28,2.83 +517,Madden NFL 10,X360,2009,Sports,Electronic Arts,2.52,0.09,0,0.22,2.83 +518,Medal of Honor,PS3,2010,Shooter,Electronic Arts,1.28,1.05,0.07,0.43,2.83 +519,WWE SmackDown! vs. Raw,PS2,2002,Fighting,THQ,1.32,1.08,0.04,0.39,2.83 +520,Metroid Prime,GC,2002,Shooter,Nintendo,1.96,0.67,0.1,0.09,2.82 +521,Finding Nemo,GBA,2003,Action,THQ,1.59,1.05,0.04,0.14,2.82 +522,Myst,PC,1994,Adventure,Red Orb,0.02,2.79,0,0,2.81 +523,Need for Speed: Hot Pursuit,PS3,2010,Racing,Electronic Arts,1.05,1.25,0.03,0.48,2.81 +524,Imagine: Fashion Designer,DS,2007,Simulation,Ubisoft,1.32,1.19,0,0.3,2.81 +525,WWE SmackDown! Here Comes the Pain,PS2,2003,Fighting,THQ,1.32,1.06,0.04,0.38,2.8 +526,Star Wars: The Force Unleashed,X360,2008,Action,LucasArts,1.74,0.8,0,0.26,2.8 +527,Yoshi's Island DS,DS,2006,Platform,Nintendo,1.47,0.07,1.1,0.15,2.8 +528,Hot Shots Golf,PS,1997,Sports,Sony Computer Entertainment,0.29,0.2,2.13,0.18,2.79 +529,Killzone 3,PS3,2011,Shooter,Sony Computer Entertainment,1.45,0.88,0.09,0.38,2.79 +530,A Bug's Life,PS,1998,Platform,Sony Computer Entertainment,1.96,0.72,0,0.11,2.79 +531,WWF SmackDown! Just Bring It,PS2,2001,Fighting,THQ,1.19,1.15,0.04,0.41,2.79 +532,Dragon Quest V: Tenkuu no Hanayome,SNES,1992,Role-Playing,Enix Corporation,0,0,2.78,0.01,2.79 +533,Mortal Kombat Trilogy,PS,1996,Fighting,GT Interactive,1.98,0.7,0,0.11,2.79 +534,Battlefield 3,PC,2011,Shooter,Electronic Arts,0.89,1.43,0,0.48,2.79 +535,NBA Street,PS2,2001,Sports,Electronic Arts,2.19,0.22,0,0.38,2.79 +536,Professor Layton and the Last Specter,DS,2009,Puzzle,Nintendo,0.3,1.47,0.68,0.34,2.79 +537,Monster Hunter Tri,3DS,2011,Role-Playing,Nintendo,0.46,0.29,1.96,0.07,2.79 +538,Jak II,PS2,2003,Platform,Sony Computer Entertainment,1.68,0.74,0,0.36,2.78 +539,inFAMOUS: Second Son,PS4,2014,Action,Sony Computer Entertainment,1.27,0.97,0.07,0.47,2.78 +540,Ratchet & Clank: Going Commando,PS2,2003,Platform,Sony Computer Entertainment,1.44,0.83,0.26,0.25,2.78 +541,Tekken 6,PS3,2009,Fighting,Namco Bandai Games,1.2,0.98,0.17,0.43,2.78 +542,The Sims,PS2,2003,Simulation,Electronic Arts,1.41,1.12,0,0.24,2.77 +543,Sonic and the Secret Rings,Wii,2007,Platform,Sega,1.24,1.2,0.04,0.3,2.77 +544,Saints Row: The Third,X360,2011,Action,THQ,1.25,1.15,0.07,0.3,2.77 +545,Missile Command,2600,1980,Shooter,Atari,2.56,0.17,0,0.03,2.76 +546,Mario Paint,SNES,1992,Misc,Nintendo,1.43,0.54,0.71,0.07,2.75 +547,Assassin's Creed IV: Black Flag,PS4,2013,Action,Ubisoft,1.07,1.31,0.06,0.31,2.74 +548,Pok茅mon Stadium 2,N64,2000,Strategy,Nintendo,1.02,0.36,1.13,0.23,2.73 +549,Metroid,NES,1986,Action,Nintendo,1.33,0.31,1.04,0.05,2.73 +550,L.A. Noire,X360,2011,Adventure,Take-Two Interactive,1.52,0.94,0.02,0.24,2.72 +551,Call of Duty 3,X360,2006,Shooter,Activision,1.49,0.93,0.02,0.27,2.71 +552,The Legend of Zelda: A Link to the Past,GBA,2002,Action,Nintendo,1.75,0.52,0.33,0.1,2.7 +553,Onimusha: Warlords,PS2,2001,Action,Virgin Interactive,0.99,0.48,1.09,0.14,2.7 +554,Mortal Kombat X,PS4,2015,Fighting,Warner Bros. Interactive Entertainment,1.47,0.76,0,0.47,2.7 +555,Mario Party,N64,1998,Misc,Nintendo,1.25,0.53,0.87,0.05,2.7 +556,Madden NFL 12,X360,2011,Sports,Electronic Arts,2.42,0.11,0,0.16,2.69 +557,LEGO Star Wars II: The Original Trilogy,PS2,2006,Action,LucasArts,1.85,0.64,0.01,0.19,2.69 +558,Madden NFL 11,X360,2010,Sports,Electronic Arts,2.38,0.12,0,0.18,2.69 +559,Mario vs. Donkey Kong: Mini-Land Mayhem!,DS,2010,Puzzle,Nintendo,1.63,0.52,0.35,0.18,2.69 +560,Skate 3,X360,2010,Sports,Electronic Arts,1.46,0.98,0,0.24,2.68 +561,Burnout 3: Takedown,PS2,2004,Racing,Electronic Arts,1.23,1.11,0,0.34,2.68 +562,Yokai Watch 2 Shinuchi,3DS,2014,Role-Playing,Level 5,0,0,2.68,0,2.68 +563,Need for Speed: Shift,PS3,2009,Racing,Electronic Arts,0.69,1.41,0.04,0.53,2.68 +564,Final Fantasy XIII-2,PS3,2011,Role-Playing,Square Enix,0.78,0.75,0.89,0.26,2.68 +565,Mortal Kombat,GEN,1992,Fighting,Arena Entertainment,1.95,0.63,0,0.09,2.67 +566,Call Of Duty 2: Big Red One,PS2,2005,Shooter,Activision,1.48,0.92,0.01,0.26,2.67 +567,Guitar Hero: World Tour,X360,2008,Misc,Activision,1.78,0.64,0,0.25,2.67 +568,Medal of Honor,PS,1998,Shooter,Electronic Arts,1.44,1.09,0,0.14,2.67 +569,Fable,XB,2004,Role-Playing,Microsoft Game Studios,1.99,0.58,0,0.09,2.66 +570,Hannah Montana,DS,2006,Action,Disney Interactive Studios,1.59,0.8,0,0.26,2.65 +571,Tom Clancy's Splinter Cell,PS2,2003,Action,Ubisoft,1.15,1.11,0,0.4,2.65 +572,Skylanders Giants,Wii,2012,Action,Activision,1.56,0.88,0,0.22,2.65 +573,Medal of Honor Heroes,PSP,2006,Shooter,Electronic Arts,0.86,1.11,0.01,0.66,2.65 +574,Super Mario Bros.: The Lost Levels,NES,1986,Platform,Nintendo,0,0,2.65,0,2.65 +575,Star Wars: Shadows of the Empire,N64,1996,Action,Nintendo,2,0.5,0.12,0.03,2.65 +576,LEGO Star Wars: The Complete Saga,X360,2007,Action,LucasArts,1.53,0.87,0,0.24,2.64 +577,Midnight Club: Street Racing,PS2,2000,Racing,Take-Two Interactive,2,0.47,0.02,0.14,2.63 +578,Pac-Man: Adventures in Time,PSP,2006,Fighting,Sony Computer Entertainment,0.76,1.1,0.12,0.65,2.63 +579,Halo Wars,X360,2009,Strategy,Microsoft Game Studios,1.53,0.82,0.04,0.24,2.63 +580,God of War Collection,PS3,2009,Action,Sony Computer Entertainment,1.7,0.46,0.06,0.41,2.63 +581,ESPN NFL 2K5,PS2,2004,Sports,Sega,2.15,0.12,0,0.36,2.62 +582,Mario Strikers Charged,Wii,2007,Sports,Nintendo,1.07,1.06,0.24,0.25,2.62 +583,Medal of Honor,X360,2010,Shooter,Electronic Arts,1.55,0.81,0.04,0.21,2.62 +584,FIFA Soccer 10,X360,2009,Sports,Electronic Arts,0.59,1.79,0.01,0.23,2.62 +585,NBA 2K12,X360,2011,Sports,Take-Two Interactive,2.31,0.14,0.01,0.16,2.62 +586,Style Savvy,DS,2008,Simulation,Nintendo,0.63,0.84,0.96,0.19,2.61 +587,Harry Potter and the Chamber of Secrets,PS2,2002,Action,Electronic Arts,0.9,1.22,0.04,0.44,2.61 +588,Super Mario All-Stars: Limited Edition,Wii,2010,Platform,Nintendo,1.02,0.52,0.92,0.14,2.6 +589,Streets of Rage,GEN,1990,Action,Sega,1.86,0.55,0.11,0.08,2.6 +590,FIFA Soccer 09,PS3,2008,Sports,Electronic Arts,0.48,1.63,0.04,0.43,2.59 +591,Ratchet & Clank Future: Tools of Destruction,PS3,2007,Platform,Sony Computer Entertainment,0.93,1.12,0.08,0.45,2.59 +592,NBA Live 2005,PS2,2004,Sports,Electronic Arts,2.03,0.21,0,0.35,2.59 +593,LittleBigPlanet,PSP,2009,Platform,Sony Computer Entertainment,0.64,1.24,0.01,0.69,2.58 +594,Killzone: Shadow Fall,PS4,2013,Shooter,Sony Computer Entertainment,0.89,1.33,0.07,0.28,2.58 +595,Ghostbusters: The Video Game (DS Version),X360,2009,Action,Take-Two Interactive,1.04,1.24,0.03,0.27,2.58 +596,Monster Hunter Freedom 2,PSP,2007,Role-Playing,Capcom,0.37,0.27,1.75,0.18,2.58 +597,WWE SmackDown vs. RAW 2007,PS2,2006,Fighting,THQ,1.4,0.88,0.03,0.26,2.58 +598,Ratchet & Clank: Up Your Arsenal,PS2,2004,Platform,Sony Computer Entertainment,1.31,0.74,0.31,0.22,2.57 +599,Art Academy,DS,2010,Misc,Nintendo,0.28,1.68,0.33,0.28,2.57 +600,Dragon Age: Origins,X360,2009,Role-Playing,Electronic Arts,1.76,0.56,0.03,0.22,2.57 +601,Madden NFL 08,PS2,2007,Sports,Electronic Arts,2.14,0.08,0,0.35,2.57 +602,Sonic Adventure 2 Battle,GC,2001,Platform,Sega,1.7,0.59,0.21,0.07,2.56 +603,Dragon Warrior II,NES,1987,Role-Playing,Enix Corporation,0.15,0,2.41,0,2.56 +604,Madden NFL 13,PS3,2012,Sports,Electronic Arts,2.11,0.23,0,0.22,2.56 +605,Pok茅mon Colosseum,GC,2003,Role-Playing,Nintendo,1.21,0.57,0.7,0.07,2.54 +606,Deca Sports,Wii,2008,Sports,Konami Digital Entertainment,1.13,0.87,0.29,0.25,2.54 +607,Madden NFL 09,X360,2008,Sports,Electronic Arts,2.21,0.12,0,0.2,2.54 +608,Space Invaders,2600,N/A,Shooter,Atari,2.36,0.14,0,0.03,2.53 +609,Crazy Taxi,PS2,2001,Racing,Acclaim Entertainment,1.13,1.12,0.06,0.22,2.52 +610,Perfect Dark,N64,2000,Action,Nintendo,1.55,0.75,0.16,0.06,2.52 +611,Game Party,Wii,2007,Misc,Midway Games,1.5,0.78,0,0.24,2.52 +612,Dragon Warrior,NES,1986,Role-Playing,Capcom,0.49,0,0.52,1.51,2.52 +613,Tomb Raider (2013),PS3,2013,Action,Square Enix,0.6,1.31,0.08,0.52,2.51 +614,Marvel: Ultimate Alliance,X360,2006,Role-Playing,Activision,2.29,0.02,0,0.19,2.5 +615,PES 2009: Pro Evolution Soccer,PS2,2008,Sports,Konami Digital Entertainment,0.13,0.07,0.26,2.05,2.5 +616,Mario Party 2,N64,1999,Misc,Nintendo,1.28,0.14,1.08,0.01,2.5 +617,Saints Row: The Third,PS3,2011,Action,THQ,0.86,1.06,0.18,0.39,2.49 +618,Rockstar Games Double Pack: Grand Theft Auto III & Grand Theft Auto Vice City,XB,2003,Action,Take-Two Interactive,1.84,0.56,0,0.09,2.49 +619,LEGO Harry Potter: Years 1-4,Wii,2010,Action,Warner Bros. Interactive Entertainment,1.29,0.97,0,0.23,2.49 +620,Mortal Kombat: Deadly Alliance,PS2,2002,Fighting,Midway Games,1.81,0.52,0,0.15,2.49 +621,Resistance 2,PS3,2008,Shooter,Sony Computer Entertainment,1.15,0.85,0.1,0.39,2.48 +622,Pure,X360,2008,Racing,Disney Interactive Studios,1.38,0.85,0,0.25,2.48 +623,Tomb Raider: The Last Revelation,PS,1998,Action,Eidos Interactive,1.15,1.14,0.06,0.13,2.48 +624,NBA 2K13,PS3,2012,Sports,Take-Two Interactive,1.72,0.44,0.05,0.27,2.48 +625,Rock Band,X360,N/A,Misc,Electronic Arts,1.93,0.34,0,0.21,2.48 +626,NBA 2K14,X360,2013,Sports,Take-Two Interactive,2.1,0.2,0,0.17,2.47 +627,Mario Party 4,GC,2002,Misc,Nintendo,1.13,0.36,0.92,0.07,2.47 +628,uDraw Studio,Wii,2010,Misc,THQ,1.67,0.58,0,0.2,2.46 +629,Midnight Club: Los Angeles,PS3,2008,Racing,Take-Two Interactive,1.55,0.54,0.05,0.31,2.45 +630,Final Fantasy V,SNES,1992,Role-Playing,SquareSoft,0,0,2.43,0.02,2.45 +631,Final Fantasy Tactics,PS,1997,Role-Playing,SquareSoft,0.93,0.12,1.34,0.06,2.45 +632,Twisted Metal 2,PS,1996,Racing,Sony Computer Entertainment,2.12,0.25,0,0.07,2.44 +633,Halo: Combat Evolved Anniversary,X360,2011,Shooter,Microsoft Game Studios,1.44,0.73,0.04,0.22,2.44 +634,Need for Speed Carbon: Own the City,PSP,2006,Racing,Electronic Arts,0.87,0.98,0,0.59,2.44 +635,The Sims: Bustin' Out,PS2,2003,Simulation,Electronic Arts,1.07,1.19,0,0.18,2.43 +636,Riven: The Sequel to Myst,PC,1997,Adventure,Red Orb,1.52,0.82,0,0.1,2.43 +637,Tom Clancy's Rainbow Six: Vegas 2,X360,2008,Shooter,Ubisoft,1.56,0.61,0.02,0.23,2.42 +638,Sonic Adventure,DC,1998,Platform,Sega,1.26,0.61,0.46,0.08,2.42 +639,Ice Hockey,NES,1988,Sports,Nintendo,1.27,0.32,0.78,0.05,2.42 +640,pro evolution soccer 2011,PS3,2010,Sports,Konami Digital Entertainment,0.29,1.18,0.54,0.41,2.42 +641,Dragon Ball Z: Budokai 2,PS2,2003,Fighting,Atari,1.63,0.22,0.51,0.06,2.41 +642,ATV Offroad Fury,PS2,2001,Racing,Sony Computer Entertainment,2.07,0.26,0,0.08,2.41 +643,Dino Crisis,PS,1998,Action,Capcom,0.81,0.76,0.7,0.14,2.41 +644,Minecraft,XOne,2014,Misc,Microsoft Game Studios,1.43,0.76,0,0.22,2.41 +645,Need for Speed: ProStreet,PS2,2007,Racing,Electronic Arts,0.69,0,0.04,1.68,2.41 +646,Madden NFL 16,XOne,2015,Sports,Electronic Arts,2.07,0.08,0,0.26,2.4 +647,Tetris Plus,PS,1996,Puzzle,JVC,2.1,0.24,0,0.07,2.4 +648,Pro Wrestling,NES,1987,Fighting,Nintendo,0.77,0.18,1.42,0.03,2.4 +649,Theme Hospital,PC,1997,Strategy,Electronic Arts,2.3,0.1,0,0,2.4 +650,Frogger's Adventures: Temple of the Frog,GBA,N/A,Adventure,Konami Digital Entertainment,2.15,0.18,0,0.07,2.39 +651,Need for Speed (2015),PS4,2015,Racing,Electronic Arts,0.49,1.49,0.05,0.36,2.39 +652,Zumba Fitness,X360,2010,Sports,505 Games,1.74,0.48,0,0.18,2.39 +653,LEGO Indiana Jones: The Original Adventures,Wii,N/A,Action,LucasArts,1.54,0.63,0,0.22,2.39 +655,Monopoly,PC,1994,Misc,Hasbro Interactive,1.49,0.81,0,0.1,2.39 +656,Batman: Arkham Origins,PS3,2013,Action,Warner Bros. Interactive Entertainment,1.07,0.87,0.04,0.4,2.39 +657,Dead Island,X360,2011,Action,Deep Silver,1.48,0.71,0,0.2,2.39 +658,Guitar Hero,PS2,2005,Misc,RedOctane,1.67,0.61,0.03,0.07,2.38 +659,LEGO Star Wars: The Complete Saga,PS3,2007,Action,LucasArts,1.02,0.97,0,0.39,2.38 +660,Kinect: Disneyland Adventures,X360,2011,Misc,Microsoft Game Studios,1.73,0.46,0.02,0.18,2.38 +661,WCW/nWo Revenge,N64,1998,Fighting,THQ,1.94,0.39,0.03,0.02,2.38 +662,Bloodborne,PS4,2015,Action,Sony Computer Entertainment,1,0.76,0.26,0.36,2.38 +663,NBA 2K15,PS4,2014,Sports,Take-Two Interactive,1.46,0.54,0.01,0.37,2.38 +664,Madden NFL 11,PS3,2010,Sports,Electronic Arts,2.04,0.15,0,0.19,2.38 +665,Yu-Gi-Oh! The Duelists of the Roses,PS2,2001,Misc,Konami Digital Entertainment,1.16,0.91,0,0.3,2.38 +666,Madden NFL 08,X360,2007,Sports,Electronic Arts,2.18,0.01,0,0.18,2.37 +667,Half-Life 2,PC,2004,Shooter,Vivendi Games,2.28,0.02,0.08,0,2.37 +668,The Incredibles,PS2,2004,Action,THQ,0.96,1.08,0.04,0.3,2.37 +669,Tony Hawk's Underground 2,PS2,2004,Sports,Activision,1.25,0.86,0.01,0.26,2.37 +670,Madden NFL 10,PS3,2009,Sports,Electronic Arts,2.03,0.13,0,0.21,2.37 +671,Kinect Sports: Season Two,X360,2011,Sports,Microsoft Game Studios,1.38,0.74,0.02,0.22,2.36 +672,Kirby's Dream Land 2,GB,1995,Platform,Nintendo,0.69,0.14,1.48,0.05,2.36 +673,LEGO Harry Potter: Years 1-4,DS,2010,Action,Warner Bros. Interactive Entertainment,1.07,1.05,0,0.23,2.35 +674,Donkey Kong Land II,GB,1996,Platform,Nintendo,1.39,0.48,0.4,0.08,2.35 +675,Dragon Warrior Monsters,GB,1998,Role-Playing,Eidos Interactive,0,0,2.34,0.01,2.35 +676,Midnight Club: Los Angeles,X360,2008,Racing,Take-Two Interactive,1.68,0.46,0.01,0.2,2.35 +677,Skylanders SWAP Force,Wii,2013,Platform,Activision,1.32,0.83,0,0.2,2.34 +678,WWE SmackDown vs Raw 2008,PS2,2007,Fighting,THQ,0.92,0,0.01,1.41,2.34 +679,My Fitness Coach,Wii,2008,Sports,Ubisoft,1.2,0.9,0,0.24,2.34 +680,Resident Evil - Code: Veronica X,PS2,2001,Action,Capcom,1.08,0.7,0.34,0.21,2.34 +681,The Sims 3,X360,2010,Simulation,Electronic Arts,1.27,0.86,0,0.2,2.33 +682,The Legend of Zelda: Majora's Mask 3D,3DS,2015,Action,Nintendo,1.14,0.54,0.47,0.17,2.32 +683,NBA 2K16,XOne,2015,Sports,Take-Two Interactive,1.93,0.14,0,0.24,2.32 +684,Just Dance Kids,Wii,2010,Misc,Ubisoft,1.57,0.56,0,0.19,2.32 +685,Mario Tennis,N64,2000,Sports,Nintendo,0.78,0.4,1.06,0.07,2.32 +686,Grand Theft Auto,PS,1997,Action,Take-Two Interactive,0.79,1.35,0.04,0.14,2.32 +687,James Bond 007: Everything or Nothing,PS2,2004,Shooter,Electronic Arts,0.85,1.06,0.09,0.32,2.31 +688,WarioWare Touched!,DS,2004,Puzzle,Nintendo,0.52,0.45,1.21,0.13,2.31 +689,Need For Speed: High Stakes,PS,1999,Racing,Electronic Arts,1.58,0.64,0,0.09,2.31 +690,Chrono Trigger,SNES,1995,Role-Playing,SquareSoft,0.28,0,2.02,0.01,2.31 +691,Cool Boarders 3,PS,1998,Sports,989 Studios,1.65,0.46,0.1,0.1,2.31 +692,LEGO Marvel Super Heroes,X360,2013,Action,Warner Bros. Interactive Entertainment,1.24,0.85,0,0.21,2.3 +693,Guild Wars 2,PC,2012,Action,NCSoft,0.95,1.06,0,0.29,2.3 +694,Pokemon Ranger: Shadows of Almia,DS,2008,Role-Playing,Nintendo,0.95,0.54,0.62,0.18,2.3 +695,Dead Island,PS3,2011,Action,Deep Silver,1.08,0.75,0.15,0.31,2.29 +696,Tomb Raider II,PC,1997,Action,Eidos Interactive,0.91,1.25,0,0.13,2.29 +697,God of War: Ascension,PS3,2013,Action,Sony Computer Entertainment,1.23,0.68,0.04,0.34,2.29 +698,Need for Speed Underground 2,XB,2004,Racing,Electronic Arts,1.38,0.8,0,0.1,2.28 +699,Pro Evolution Soccer 2010,PS3,2009,Sports,Konami Digital Entertainment,0.3,1.27,0.46,0.26,2.28 +700,Just Dance 2015,Wii,2014,Misc,Ubisoft,1.11,0.98,0,0.2,2.28 +701,Yokai Watch Busters,3DS,2015,Action,Level 5,0,0,2.28,0,2.28 +702,Mario Bros.,NES,1983,Platform,Nintendo,0.51,0.12,1.63,0.02,2.28 +703,FIFA Soccer 09,PS2,2008,Sports,Electronic Arts,0.38,0.07,0.01,1.82,2.28 +704,Star Wars: The Force Unleashed,PS3,2008,Action,LucasArts,1.01,0.9,0,0.37,2.28 +705,Borderlands 2,PS3,2012,Shooter,Take-Two Interactive,1.05,0.77,0.1,0.36,2.28 +706,TOCA Touring Car Championship,PS,1997,Racing,Codemasters,0.07,2,0.02,0.18,2.28 +707,Paper Mario: Sticker Star,3DS,2012,Role-Playing,Nintendo,1.12,0.39,0.64,0.12,2.27 +708,Sonic's Ultimate Genesis Collection,PS3,2009,Misc,Sega,1.34,0.62,0,0.31,2.27 +709,Super Monkey Ball: Banana Blitz,Wii,2006,Misc,Sega,1.07,0.92,0.04,0.24,2.27 +710,Kirby: Nightmare in Dream Land,GBA,2002,Platform,Nintendo,1.22,0.1,0.91,0.04,2.27 +711,Wario Land 4,GBA,2001,Platform,Nintendo,0.9,0.73,0.54,0.09,2.26 +712,Guitar Hero III: Legends of Rock,PS3,2007,Misc,Activision,1.4,0.54,0.02,0.3,2.26 +713,Call of Duty 3,Wii,N/A,Shooter,Activision,1.19,0.84,0,0.23,2.26 +714,Resident Evil 4,Wii,2007,Action,Capcom,1.34,0.57,0.14,0.21,2.26 +715,Minecraft,PSV,2014,Misc,Sony Computer Entertainment Europe,0.28,0.79,0.87,0.32,2.25 +716,Onimusha 2: Samurai's Destiny,PS2,2002,Adventure,Capcom,0.62,0.44,1.06,0.13,2.25 +717,Cool Boarders 2,PS,1997,Sports,UEP Systems,1.52,0.46,0.2,0.08,2.25 +718,Paper Mario: The Thousand-Year Door,GC,2004,Role-Playing,Nintendo,1.48,0.25,0.46,0.06,2.25 +719,Madden NFL 12,PS3,2011,Sports,Electronic Arts,1.93,0.15,0,0.17,2.25 +720,Monster Hunter Tri,Wii,2009,Role-Playing,Nintendo,0.67,0.41,1.05,0.11,2.25 +721,Dissidia: Final Fantasy,PSP,2008,Fighting,Square Enix,0.51,0.51,0.91,0.32,2.25 +722,Sonic Advance,GBA,2001,Platform,Sega,1.19,0.71,0.22,0.13,2.24 +723,Spyro: Season of Ice,GBA,2001,Platform,Vivendi Games,1.29,0.83,0,0.11,2.23 +724,Teenage Mutant Ninja Turtles II: The Arcade Game,NES,1990,Action,Konami Digital Entertainment,1.74,0.25,0.21,0.03,2.23 +725,LEGO Indiana Jones: The Original Adventures,DS,2008,Action,Activision,1.42,0.61,0,0.21,2.23 +726,Dance Dance Revolution X2,PS2,2009,Simulation,Konami Digital Entertainment,1.09,0.85,0,0.28,2.23 +727,New Super Luigi U,WiiU,2013,Platform,Nintendo,1.27,0.62,0.18,0.16,2.22 +728,Prince of Persia: The Sands of Time,PS2,2003,Action,Ubisoft,0.88,1.03,0,0.31,2.22 +729,Scribblenauts,DS,2009,Puzzle,Warner Bros. Interactive Entertainment,1.71,0.32,0.02,0.18,2.22 +730,The Legend of Zelda: Link's Awakening DX,GB,1998,Adventure,Nintendo,1,0.63,0.45,0.13,2.22 +731,Need for Speed: Hot Pursuit,X360,2010,Racing,Electronic Arts,1.03,0.98,0,0.21,2.22 +732,BioShock 2,X360,2010,Shooter,Take-Two Interactive,1.45,0.55,0.02,0.19,2.21 +733,Assassin's Creed IV: Black Flag,XOne,2013,Action,Ubisoft,1.47,0.55,0,0.19,2.21 +734,Devil May Cry 3: Dante's Awakening Special Edition,PS2,2006,Action,Capcom,1.06,0.82,0.05,0.28,2.21 +735,Rock Band 2,X360,2008,Misc,Electronic Arts,1.78,0.24,0,0.18,2.2 +736,Frogger,2600,1981,Action,Parker Bros.,2.06,0.12,0,0.02,2.2 +737,Guitar Hero II,X360,2007,Misc,Activision,2.01,0.02,0,0.17,2.2 +738,Wario Land 3,GB,2000,Platform,Nintendo,1.11,0.51,0.34,0.23,2.2 +739,Pro Yakyuu Family Stadium,NES,1986,Sports,Namco Bandai Games,0.15,0,2.05,0,2.2 +740,Sonic Unleashed,Wii,2008,Platform,Sega,1.28,0.68,0.02,0.21,2.2 +741,High School Musical: Makin' the Cut!,DS,2007,Puzzle,Disney Interactive Studios,1.06,0.91,0,0.23,2.2 +742,Pro Evolution Soccer 2012,PS3,2011,Action,Konami Digital Entertainment,0.34,0.97,0.55,0.33,2.19 +743,Saints Row,X360,2006,Action,THQ,1.17,0.78,0.02,0.22,2.19 +744,Star Wars: Knights of the Old Republic,XB,2003,Role-Playing,Activision,1.68,0.44,0,0.08,2.19 +745,Kirby's Pinball Land,GB,1992,Misc,Nintendo,0.87,0.17,1.1,0.05,2.19 +746,Donkey Kong Country,GB,2000,Platform,Nintendo,1.04,0.72,0.3,0.13,2.19 +747,Hitman: Absolution,PS3,2012,Action,Square Enix,0.59,1.07,0.07,0.45,2.19 +748,Yu-Gi-Oh: Duel Monsters 4,GB,2000,Role-Playing,Konami Digital Entertainment,0,0,2.17,0.01,2.18 +749,ATV Offroad Fury 2,PS2,2002,Racing,THQ,1.92,0.2,0,0.06,2.18 +750,Forza Motorsport 5,XOne,2013,Racing,Microsoft Game Studios,1.21,0.78,0.01,0.17,2.18 +751,Madden NFL 25,X360,2013,Sports,Electronic Arts,1.97,0.07,0,0.13,2.18 +752,Pokemon Ranger,DS,2006,Role-Playing,Nintendo,1.29,0.04,0.73,0.12,2.18 +753,Mario & Luigi: Superstar Saga,GBA,2003,Role-Playing,Nintendo,1.48,0.17,0.47,0.06,2.17 +754,Final Fantasy XIII,X360,2010,Role-Playing,Square Enix,1.27,0.68,0.01,0.2,2.17 +755,Star Wars: Rogue Squadron,N64,1998,Simulation,Nintendo,1.6,0.46,0.08,0.03,2.17 +756,Tennis,NES,1984,Sports,Nintendo,0.48,0.11,1.56,0.02,2.17 +757,The Sims: House Party,PC,2001,Simulation,Electronic Arts,1.23,0.83,0,0.1,2.16 +758,Your Shape featuring Jenny McCarthy,Wii,2009,Sports,Ubisoft,1.51,0.47,0,0.18,2.16 +759,Syphon Filter 2,PS,2000,Shooter,Sony Computer Entertainment,1.5,0.55,0.02,0.08,2.15 +760,Tom Clancy's Rainbow Six: Siege,PS4,2015,Shooter,Ubisoft,0.54,1.16,0.13,0.32,2.15 +761,Volleyball,NES,1987,Sports,Nintendo,0.14,0.03,1.98,0,2.15 +762,FIFA 15,XOne,2014,Sports,Electronic Arts,0.6,1.41,0,0.14,2.15 +763,Call of Duty: Roads to Victory,PSP,2007,Shooter,Activision,0.52,1.03,0,0.59,2.14 +764,Super Mario RPG: Legend of the Seven Stars,SNES,1996,Role-Playing,Nintendo,0.66,0,1.45,0.03,2.14 +765,Mahjong,NES,1983,Misc,Nintendo,0.01,0,2.13,0,2.14 +766,R.C. Pro-Am,NES,1988,Racing,Nintendo,1.47,0.38,0.19,0.1,2.14 +767,SimCity 2000,PC,1992,Simulation,Maxis,1.2,0.84,0,0.1,2.14 +768,Demon Attack,2600,1981,Shooter,Imagic,1.99,0.12,0,0.02,2.13 +769,Dance Dance Revolution Extreme,PS2,2004,Simulation,Konami Digital Entertainment,1.04,0.81,0,0.27,2.13 +770,Tetris DS,DS,2006,Puzzle,Nintendo,0.64,0.07,1.35,0.08,2.13 +771,Final Fantasy Tactics Advance,GBA,2003,Role-Playing,SquareSoft,0.82,0.37,0.89,0.05,2.13 +772,Far Cry: Primal,PS4,2016,Action,Ubisoft,0.59,1.16,0.06,0.33,2.13 +773,Toy Story 3: The Video Game,DS,2010,Action,Disney Interactive Studios,0.93,0.97,0.02,0.21,2.12 +774,Final Fantasy III,DS,2006,Role-Playing,Square Enix,0.91,0.05,1.07,0.09,2.12 +775,Kirby's Epic Yarn,Wii,2010,Platform,Nintendo,1.47,0.09,0.45,0.11,2.12 +776,Project Gotham Racing,XB,2001,Racing,Microsoft Game Studios,1.37,0.61,0.05,0.09,2.12 +777,Golf,GB,1989,Sports,Nintendo,0.83,0.33,0.92,0.04,2.12 +778,NBA 2K12,PS3,2011,Sports,Take-Two Interactive,1.61,0.27,0.05,0.18,2.11 +779,Borderlands,PS3,2009,Shooter,Take-Two Interactive,1.2,0.62,0,0.29,2.11 +780,Tony Hawk's Pro Skater,N64,2000,Sports,Activision,1.68,0.4,0,0.03,2.11 +781,PES 2009: Pro Evolution Soccer,PS3,2008,Sports,Konami Digital Entertainment,0.11,1.34,0.4,0.26,2.11 +782,Need for Speed: Hot Pursuit 2,PS2,2002,Racing,Electronic Arts,1.68,0.31,0.02,0.09,2.11 +783,Mario Sports Mix,Wii,2010,Sports,Nintendo,0.9,0.45,0.63,0.13,2.11 +784,Rock Band,Wii,N/A,Misc,MTV Games,1.35,0.56,0,0.2,2.11 +785,Dynasty Warriors 4,PS2,2003,Action,Tecmo Koei,0.63,0.21,1.13,0.13,2.11 +786,Mortal Kombat,X360,2011,Fighting,Warner Bros. Interactive Entertainment,1.63,0.33,0,0.15,2.11 +787,Parasite Eve,PS,1998,Role-Playing,SquareSoft,0.94,0.07,1.05,0.04,2.1 +788,Scooby-Doo! Night of 100 Frights,PS2,2002,Platform,THQ,1.17,0.72,0,0.22,2.1 +789,Project Gotham Racing (JP weekly sales),XB,2002,Action,Microsoft Game Studios,1.54,0.44,0.04,0.07,2.1 +790,Need for Speed: Most Wanted 5-1-0,PSP,2005,Racing,Electronic Arts,1.77,0.13,0.02,0.18,2.1 +791,Portal 2,X360,2011,Shooter,Valve Software,1.41,0.51,0.01,0.17,2.1 +792,Devil May Cry 3: Dante's Awakening,PS2,2005,Action,Capcom,0.99,0.63,0.29,0.19,2.09 +793,Derby Stallion,PS,1997,Sports,ASCII Entertainment,0,0,1.96,0.14,2.09 +794,Dead Rising,X360,2006,Action,Capcom,1.16,0.65,0.08,0.2,2.09 +795,Finding Nemo,PS2,2003,Action,THQ,1.26,0.6,0.05,0.18,2.09 +796,NBA 2K11,X360,2010,Action,Take-Two Interactive,1.84,0.12,0.01,0.13,2.09 +797,Wipeout: The Game,Wii,2009,Misc,Mindscape,1.97,0,0,0.12,2.09 +798,The Sims 2: Pets,DS,2006,Simulation,Electronic Arts,0.92,0.94,0,0.22,2.09 +799,Battlefield: Hardline,PS4,2015,Shooter,Electronic Arts,0.7,0.93,0.14,0.32,2.09 +800,Metal Gear Solid: Peace Walker,PSP,2010,Action,Konami Digital Entertainment,0.46,0.42,0.96,0.25,2.09 +801,World of Warcraft: Cataclysm,PC,2010,Role-Playing,Activision,1.77,0.32,0,0,2.08 +802,Tetris Worlds,PS2,2002,Puzzle,THQ,1.11,0.71,0,0.27,2.08 +803,Need For Speed: Undercover,PS3,2008,Racing,Electronic Arts,0.63,1.02,0.05,0.39,2.08 +804,Dance Dance Revolution: Hottest Party,Wii,2007,Simulation,Konami Digital Entertainment,1.36,0.52,0,0.2,2.08 +805,Mario Party 5,GC,2003,Misc,Nintendo,0.97,0.33,0.73,0.06,2.08 +806,Ghostbusters: The Video Game (DS Version),PS3,2010,Action,Take-Two Interactive,0.59,0.99,0.13,0.36,2.08 +807,Sim Theme Park,PC,1998,Strategy,Electronic Arts,2.04,0.04,0,0,2.08 +808,Warcraft: Orcs & Humans,PC,1994,Strategy,Activision,0.89,1.08,0,0.11,2.08 +809,Skate 3,PS3,2010,Sports,Electronic Arts,0.79,0.94,0,0.35,2.08 +810,Spec Ops: Airborne Commando,PS,2002,Shooter,Take-Two Interactive,1.54,0.46,0,0.08,2.07 +811,Kingdom Hearts: Birth by Sleep,PSP,2010,Role-Playing,Square Enix,0.63,0.42,0.75,0.26,2.07 +812,UFC 2009 Undisputed,X360,2009,Fighting,THQ,1.48,0.39,0,0.19,2.07 +813,Dark Souls,PS3,2011,Role-Playing,Namco Bandai Games,0.75,0.54,0.54,0.23,2.07 +814,Yu-Gi-Oh! The Eternal Duelist Soul,GBA,2001,Strategy,Konami Digital Entertainment,1.64,0.36,0,0.07,2.07 +815,Need for Speed: ProStreet,X360,2007,Racing,Electronic Arts,1.04,0.8,0.01,0.22,2.06 +816,The Sims 3,PS3,2010,Simulation,Electronic Arts,0.73,0.97,0.02,0.34,2.06 +817,Tom Clancy's Splinter Cell: Conviction,X360,2010,Action,Ubisoft,1.2,0.63,0.04,0.19,2.06 +818,Pokemon Mystery Dungeon: Red/Blue Rescue Team,GBA,2005,Role-Playing,Nintendo,0.71,0.52,0.74,0.08,2.06 +819,The Incredibles,GBA,2004,Action,THQ,1.15,0.77,0.04,0.1,2.06 +820,R4: Ridge Racer Type 4,PS,1998,Racing,Namco Bandai Games,0.68,0.46,0.79,0.13,2.06 +821,SoulCalibur II,PS2,2003,Fighting,Namco Bandai Games,1.06,0.62,0.13,0.25,2.06 +822,Mario & Luigi: Dream Team,3DS,2013,Role-Playing,Nintendo,0.89,0.57,0.46,0.13,2.06 +823,Need for Speed: ProStreet,PS3,2007,Racing,Electronic Arts,0.73,0.92,0.04,0.37,2.05 +824,Carnival Games,DS,2008,Misc,Take-Two Interactive,1.23,0.64,0,0.19,2.05 +825,NBA 2K14,PS3,2013,Sports,Take-Two Interactive,1.43,0.33,0.04,0.25,2.05 +826,Pok茅mon Mystery Dungeon: Blue Rescue Team,DS,2005,Role-Playing,Nintendo,1.16,0.06,0.83,0,2.05 +827,Sonic Mega Collection,GC,2002,Misc,Infogrames,1.47,0.48,0.05,0.06,2.05 +828,Diablo III,PS3,2013,Role-Playing,Activision,0.71,0.83,0.15,0.35,2.05 +829,NBA Jam,GEN,1992,Sports,Arena Entertainment,1.75,0.25,0,0.05,2.05 +830,PGR4 - Project Gotham Racing 4,X360,2007,Racing,Microsoft Game Studios,0.48,1.29,0.02,0.25,2.05 +831,Kingdom Hearts 358/2 Days,DS,2009,Role-Playing,Square Enix,1.11,0.27,0.53,0.14,2.04 +832,Dance Central 2,X360,2011,Misc,Microsoft Game Studios,1.45,0.42,0.01,0.16,2.04 +833,Rayman Raving Rabbids: TV Party,Wii,2008,Misc,Ubisoft,0.73,1.09,0,0.23,2.04 +834,SOCOM: U.S. Navy SEALs: Combined Assault,PS2,2006,Shooter,Sony Computer Entertainment,1.74,0.02,0,0.28,2.04 +835,Peter Jackson's King Kong: The Official Game of the Movie,PS2,2005,Action,Ubisoft,0.71,1.02,0,0.31,2.04 +836,Donkey Kong Country,GBA,2003,Platform,Nintendo,1.2,0.48,0.29,0.07,2.04 +837,Need for Speed: The Run,PS3,2011,Action,Electronic Arts,0.58,1.06,0.03,0.37,2.04 +838,Madden NFL 15,PS4,2014,Sports,Electronic Arts,1.53,0.25,0,0.25,2.03 +839,1080掳: TenEighty Snowboarding,N64,1998,Sports,Nintendo,1.25,0.61,0.13,0.05,2.03 +840,Just Dance 3,X360,2011,Misc,Ubisoft,1.47,0.4,0,0.16,2.03 +841,NBA Live 2004,PS2,2003,Sports,Electronic Arts,1.57,0.18,0,0.27,2.03 +842,Dead Space,PS3,2008,Action,Electronic Arts,1.05,0.67,0,0.3,2.02 +843,Call of Duty 2,X360,2005,Shooter,Activision,1.81,0.05,0.01,0.15,2.02 +844,Madden NFL 15,X360,2014,Sports,Electronic Arts,1.76,0.09,0,0.17,2.02 +845,Forza Horizon,X360,2012,Racing,Microsoft Game Studios,0.82,0.98,0.04,0.18,2.02 +846,TouchMaster,DS,2007,Puzzle,Midway Games,0.49,1.27,0,0.25,2.01 +847,Tom Clancy's The Division,XOne,2016,Shooter,Ubisoft,1.2,0.62,0,0.18,2.01 +848,LEGO Marvel Super Heroes,PS3,2013,Action,Warner Bros. Interactive Entertainment,0.77,0.85,0.01,0.37,2 +849,Fire Emblem: Awakening,3DS,2012,Role-Playing,Nintendo,0.89,0.45,0.53,0.13,2 +850,DriveClub,PS4,2014,Racing,Sony Computer Entertainment,0.35,1.31,0.02,0.33,2 +851,Super Street Fighter II,SNES,1993,Fighting,Nintendo,0.52,0.16,1.29,0.03,2 +852,Mortal Kombat vs. DC Universe,PS3,2008,Fighting,Midway Games,1.48,0.3,0,0.22,2 +853,Tenchu: Stealth Assassins,PS,1997,Action,Activision,0.95,0.64,0.27,0.13,1.99 +854,Tennis,GB,1989,Sports,Nintendo,0.75,0.3,0.9,0.04,1.99 +855,Harry Potter and the Chamber of Secrets,GBA,2002,Action,Electronic Arts,1.21,0.64,0.05,0.09,1.99 +856,Harry Potter and the Chamber of Secrets,PS,2002,Action,Electronic Arts,0.75,1.09,0.02,0.12,1.98 +857,SimCity,SNES,1991,Simulation,Nintendo,0.93,0.27,0.75,0.04,1.98 +858,Battlefield 4,XOne,2013,Shooter,Electronic Arts,1.25,0.58,0,0.16,1.98 +859,Resident Evil 6,X360,2012,Shooter,Capcom,1.11,0.63,0.07,0.16,1.98 +860,Dragon Age: Inquisition,PS4,2014,Role-Playing,Electronic Arts,0.72,0.86,0.08,0.32,1.97 +861,Sonic Classic Collection,DS,2010,Platform,Sega,0.99,0.8,0,0.18,1.97 +862,Spyro: Enter the Dragonfly,PS2,2002,Platform,Universal Interactive,0.74,0.95,0,0.28,1.97 +863,Call of Duty: World at War,Wii,2008,Shooter,Activision,1.2,0.59,0,0.19,1.97 +864,Devil May Cry 2,PS2,2003,Action,Capcom,0.71,0.58,0.51,0.17,1.97 +865,Burnout Paradise,PS3,2008,Racing,Electronic Arts,1.01,0.64,0.02,0.3,1.97 +866,E.T.: The Extra Terrestrial,2600,1981,Action,Atari,1.84,0.11,0,0.02,1.97 +867,BioShock Infinite,X360,2013,Shooter,Take-Two Interactive,1.22,0.57,0.02,0.15,1.96 +868,Hot Shots Golf: Open Tee,PSP,2004,Sports,Sony Computer Entertainment,0.5,0.5,0.63,0.33,1.96 +869,Rad Racer,NES,1986,Racing,Nintendo,1.13,0.37,0.41,0.05,1.96 +870,Soccer,NES,1985,Sports,Nintendo,0.18,0.23,1.53,0.02,1.96 +871,Kirby Squeak Squad,DS,2006,Platform,Nintendo,0.79,0.03,1.05,0.08,1.96 +872,Tom Clancy's Rainbow Six: Vegas,X360,2006,Shooter,Ubisoft,1.09,0.65,0.02,0.2,1.96 +873,Destiny,X360,2014,Shooter,Activision,1.3,0.49,0,0.16,1.95 +874,Crash Nitro Kart,PS2,2003,Racing,Vivendi Games,0.74,1.01,0,0.2,1.95 +875,Grand Theft Auto: San Andreas,XB,2005,Action,Take-Two Interactive,1.26,0.61,0,0.09,1.95 +876,Star Wars: Dark Forces,PC,1994,Shooter,LucasArts,1.09,0.77,0,0.09,1.95 +877,NBA Street Vol. 2,PS2,2003,Sports,Electronic Arts,1.69,0.2,0,0.06,1.95 +878,Def Jam Vendetta,PS2,2003,Fighting,Electronic Arts,0.95,0.74,0,0.25,1.94 +879,FIFA Soccer 09,X360,2008,Sports,Electronic Arts,0.49,1.26,0.01,0.18,1.94 +880,Who wants to be a millionaire,PC,1999,Misc,Disney Interactive Studios,1.94,0,0,0,1.94 +881,Scooby Doo and the Cyber Chase,PS,2001,Adventure,THQ,0.59,1.23,0,0.13,1.94 +882,Alleyway,GB,1989,Puzzle,Nintendo,0.96,0.38,0.55,0.05,1.94 +883,Dragon Ball Z: Budokai 3,PS2,2004,Fighting,Atari,1.09,0.15,0.65,0.04,1.94 +884,Jet Moto 2,PS,1997,Racing,Sony Computer Entertainment,1.41,0.42,0.03,0.07,1.94 +885,Tom Clancy's Ghost Recon,PS2,2002,Shooter,Ubisoft,1.42,0.4,0,0.12,1.94 +886,X-Men Legends,PS2,2004,Role-Playing,Activision,1,0.72,0,0.21,1.93 +887,Batman: Arkham Origins,X360,2013,Action,Warner Bros. Interactive Entertainment,1.15,0.61,0,0.17,1.93 +888,Guitar Hero: World Tour,PS3,2008,Misc,Activision,1.1,0.56,0,0.27,1.93 +889,Mortal Kombat II,SNES,1993,Fighting,Acclaim Entertainment,1.48,0.39,0,0.06,1.93 +890,Virtua Fighter 2,SAT,1995,Fighting,Sega,0.34,0.26,1.3,0.03,1.93 +891,Tetris DX,GB,1998,Puzzle,Nintendo,1.06,0.6,0.2,0.07,1.93 +892,Mortal Kombat vs. DC Universe,X360,2008,Fighting,Midway Games,1.53,0.24,0,0.16,1.93 +893,Watch Dogs,PS3,2014,Action,Ubisoft,0.56,0.89,0.1,0.37,1.93 +894,Mario Super Sluggers,Wii,2008,Sports,Nintendo,1.51,0,0.29,0.12,1.93 +895,Tomb Raider (2013),X360,2013,Action,Square Enix,0.86,0.87,0.01,0.17,1.92 +896,The Legend of Zelda: Oracle of Ages,GB,2001,Action,Nintendo,0.92,0.53,0.41,0.06,1.92 +897,Need for Speed: Shift,X360,2009,Racing,Electronic Arts,0.73,0.97,0.01,0.22,1.92 +898,Monopoly,Wii,2008,Misc,Electronic Arts,0.87,0.85,0,0.2,1.92 +899,Red Faction,PS2,2001,Shooter,THQ,0.76,0.96,0,0.2,1.92 +900,The Sims: Makin' Magic,PC,2003,Simulation,Electronic Arts,1.03,0.8,0,0.09,1.92 +901,MX Unleashed,PS2,2004,Racing,THQ,0.94,0.73,0,0.25,1.92 +902,PaRappa The Rapper,PS,1996,Misc,Sony Computer Entertainment,0.26,0.16,1.46,0.03,1.92 +903,Toy Story Mania!,Wii,2009,Misc,Disney Interactive Studios,1.06,0.67,0,0.18,1.92 +904,Mario Party 3,N64,2000,Misc,Nintendo,0.72,0.16,1.01,0.02,1.91 +905,Star Wars: The Force Unleashed,Wii,2008,Action,LucasArts,1.14,0.57,0,0.19,1.91 +906,Game Party 2,Wii,2008,Misc,Midway Games,1.3,0.44,0,0.17,1.91 +907,Destiny: The Taken King,PS4,2015,Shooter,Activision,0.77,0.78,0.04,0.31,1.91 +908,LEGO Star Wars III: The Clone Wars,Wii,2011,Action,LucasArts,1.08,0.66,0,0.17,1.91 +909,Star Wars Rogue Leader: Rogue Squadron II,GC,2001,Simulation,LucasArts,1.03,0.75,0.03,0.09,1.9 +910,Max Payne 3,PS3,2012,Shooter,Take-Two Interactive,0.59,0.92,0.06,0.32,1.9 +911,Need for Speed Rivals,PS4,2013,Racing,Electronic Arts,0.73,0.91,0.03,0.22,1.89 +912,Madden NFL 09,PS3,2008,Sports,Electronic Arts,1.56,0.15,0,0.18,1.89 +913,Yokai Watch,3DS,2013,Role-Playing,Nintendo,0.21,0.3,1.33,0.04,1.89 +914,Ratchet & Clank Future: A Crack in Time,PS3,2009,Platform,Sony Computer Entertainment,1.05,0.54,0.03,0.26,1.88 +915,Yu-Gi-Oh! Forbidden Memories,PS,1999,Role-Playing,Konami Digital Entertainment,1.37,0.44,0,0.08,1.88 +916,Mortal Kombat: Deception,PS2,2004,Fighting,Midway Games,0.92,0.72,0,0.24,1.88 +917,Hot Shots Golf 2,PS,1999,Sports,Sony Computer Entertainment,0.25,0.12,1.48,0.03,1.88 +918,Medal of Honor: European Assault (All Region sales),PS2,2005,Shooter,Electronic Arts,0.89,0.69,0.09,0.21,1.88 +919,WCW Nitro,PS,1998,Fighting,THQ,1.42,0.36,0.03,0.07,1.88 +920,High School Musical: Sing It!,PS2,2007,Misc,Disney Interactive Studios,0.47,0.08,0,1.33,1.87 +921,Star Fox Adventures,GC,2002,Adventure,Nintendo,0.96,0.53,0.3,0.09,1.87 +922,FIFA 2000,PS,1998,Sports,Electronic Arts,0.22,1.47,0.04,0.14,1.87 +923,Dynasty Warriors 3,PS2,2001,Action,THQ,0.53,0.16,1.07,0.1,1.87 +924,Donkey Kong Country Returns,3DS,2013,Platform,Nintendo,0.73,0.62,0.4,0.12,1.87 +925,The Legend of Zelda: Oracle of Seasons,GB,2001,Adventure,Nintendo,0.87,0.52,0.41,0.06,1.86 +926,Madden NFL 06,XB,2005,Sports,Electronic Arts,1.75,0.03,0,0.08,1.86 +927,Shrek 2,PS2,2004,Platform,Activision,1.12,0.69,0.03,0.02,1.86 +928,The Legend of Dragoon,PS,1999,Role-Playing,Sony Computer Entertainment,0.94,0.44,0.39,0.1,1.86 +929,Turok 2: Seeds of Evil,N64,1997,Platform,Acclaim Entertainment,1.37,0.41,0.04,0.04,1.86 +930,SingStar,PS2,2004,Misc,Sony Computer Entertainment,0,1.37,0,0.49,1.86 +931,LittleBigPlanet 3,PS4,2014,Platform,Sony Computer Entertainment,0.64,0.92,0.01,0.29,1.86 +932,NBA Live 2002,PS2,2001,Sports,Electronic Arts,0.91,0.71,0,0.24,1.86 +933,Phineas and Ferb,DS,2009,Action,Disney Interactive Studios,1.34,0.37,0,0.15,1.86 +934,Chrono Cross,PS,1999,Role-Playing,SquareSoft,0.62,0.42,0.69,0.12,1.86 +935,GoldenEye 007 (2010),Wii,2010,Action,Activision,0.85,0.71,0.13,0.16,1.86 +936,Mario Party: Island Tour,3DS,2013,Misc,Nintendo,0.61,0.59,0.55,0.11,1.85 +937,Jak 3,PS2,2004,Platform,Sony Computer Entertainment,1.33,0.49,0,0.03,1.85 +938,Rayman Raving Rabbids 2,Wii,2007,Misc,Ubisoft,0.83,0.82,0,0.2,1.85 +939,Kingdom Hearts: Chain of Memories,GBA,2004,Role-Playing,Square Enix,1.26,0.18,0.35,0.06,1.85 +940,Pinball,NES,1984,Action,Nintendo,0.8,0.19,0.83,0.03,1.85 +941,inFAMOUS 2,PS3,2011,Action,Sony Computer Entertainment,1.05,0.49,0.08,0.23,1.85 +942,Gran Turismo Concept 2001 Tokyo,PS2,2001,Racing,Unknown,0,1.1,0.42,0.33,1.84 +943,Demon's Souls,PS3,2009,Role-Playing,Namco Bandai Games,0.97,0.34,0.35,0.18,1.84 +944,NCAA Football 06,PS2,2005,Sports,Electronic Arts,1.53,0.05,0,0.25,1.84 +945,"Hey You, Pikachu!",N64,1998,Simulation,Nintendo,0.83,0.06,0.93,0,1.83 +946,2 Games in 1: Sonic Advance & ChuChu Rocket!,GBA,2005,Misc,THQ,1.31,0.49,0,0.03,1.83 +947,World of Warcraft: Mists of Pandaria,PC,2012,Role-Playing,Activision,0.84,0.76,0,0.23,1.83 +948,Jet Moto,PS,1996,Racing,Sony Computer Entertainment,1.33,0.4,0.03,0.07,1.83 +949,Just Cause 3,PS4,2015,Action,Square Enix,0.46,1.02,0.07,0.28,1.83 +950,Secret of Mana,SNES,1993,Role-Playing,SquareSoft,0.25,0.07,1.49,0.02,1.83 +951,The Orange Box,X360,2007,Shooter,Electronic Arts,1.09,0.54,0.02,0.17,1.83 +952,Air Combat,PS,1995,Simulation,Sony Computer Entertainment,0.92,0.33,0.52,0.05,1.83 +953,Kirby: Triple Deluxe,3DS,2014,Platform,Nintendo,0.61,0.34,0.79,0.09,1.82 +954,Sonic & Knuckles,GEN,1994,Platform,Sega,1.24,0.43,0.03,0.12,1.82 +955,Namco Museum,PS2,2001,Misc,Namco Bandai Games,1.73,0.07,0,0.02,1.82 +956,The Sims: Hot Date,PC,2001,Simulation,Electronic Arts,1.81,0,0,0,1.82 +957,Metroid Prime 3: Corruption,Wii,2007,Shooter,Nintendo,0.91,0.74,0.07,0.09,1.82 +958,Dragon Quest VI: Realms of Revelation,DS,2010,Role-Playing,Nintendo,0.22,0.21,1.35,0.03,1.81 +959,The Evil Within,PS4,2014,Action,Bethesda Softworks,0.55,0.84,0.11,0.31,1.81 +960,DDRMAX2: Dance Dance Revolution,PS2,2003,Simulation,Konami Digital Entertainment,1.05,0.59,0,0.18,1.81 +961,Crazy Taxi,DC,2000,Racing,Sega,1.1,0.51,0.12,0.08,1.81 +962,Virtua Fighter 4,PS2,2002,Fighting,Sega,0.78,0.44,0.56,0.04,1.81 +963,Sly 2: Band of Thieves,PS2,2004,Platform,Sony Computer Entertainment,0.88,0.69,0,0.23,1.81 +964,Guitar Hero: World Tour,PS2,2008,Misc,Activision,1,0.03,0,0.77,1.8 +965,Sonic Advance 2,GBA,2002,Platform,Sega,0.93,0.59,0.21,0.07,1.8 +966,Madden NFL 07,X360,2006,Sports,Electronic Arts,1.66,0,0.01,0.13,1.8 +967,NBA 2K11,PS3,2010,Action,Take-Two Interactive,1.41,0.21,0.03,0.16,1.8 +968,NFL GameDay 2000,PS,1999,Sports,989 Studios,1,0.68,0,0.12,1.8 +969,Call of Duty: Black Ops 3,PS3,2015,Shooter,Activision,0.49,0.96,0.07,0.27,1.79 +970,Disney's The Lion King,SNES,1994,Platform,Virgin Interactive,1.26,0.39,0.08,0.06,1.79 +971,Beyond: Two Souls,PS3,2013,Adventure,Sony Computer Entertainment,0.52,0.88,0.06,0.34,1.79 +972,Kinect Star Wars,X360,2012,Action,Microsoft Game Studios,1.05,0.57,0.03,0.14,1.78 +973,Midnight Club II,PS2,2003,Racing,Take-Two Interactive,1.25,0.29,0,0.24,1.78 +974,Dragon Quest Monsters: Joker,DS,2006,Role-Playing,Square Enix,0.23,0.03,1.49,0.03,1.78 +975,SpongeBob SquarePants: SuperSponge,PS,2001,Action,THQ,1.12,0.58,0,0.08,1.78 +976,The Getaway: Black Monday,PS2,2004,Action,Sony Computer Entertainment,0.39,1.01,0.02,0.36,1.78 +977,Professor Layton and the Mask of Miracle,3DS,2011,Puzzle,Nintendo,0.32,0.95,0.36,0.14,1.78 +978,Just Cause 2,PS3,2010,Action,Square Enix,0.45,0.94,0.06,0.33,1.78 +979,Dragon's Dogma,PS3,2012,Role-Playing,Capcom,0.41,0.46,0.72,0.19,1.78 +980,The Legend of Zelda: The Wind Waker,WiiU,2013,Action,Nintendo,0.93,0.57,0.14,0.13,1.77 +981,50 Cent: Bulletproof,PS2,2005,Action,Vivendi Games,0.85,0.76,0,0.16,1.77 +982,High School Musical: Sing It!,Wii,2007,Misc,Disney Interactive Studios,1.16,0.45,0,0.16,1.77 +983,Wii Party U,WiiU,2013,Misc,Nintendo,0.31,0.54,0.84,0.08,1.77 +984,Madden NFL 25,PS3,2013,Sports,Electronic Arts,1.59,0.03,0,0.15,1.77 +985,Final Fantasy II,SNES,1991,Role-Playing,Square,0.24,0.09,1.33,0.12,1.77 +986,Kirby 64: The Crystal Shards,N64,2000,Platform,Nintendo,0.63,0.06,1.03,0.04,1.77 +987,Dead or Alive 3,XB,2001,Fighting,Microsoft Game Studios,1.19,0.29,0.24,0.06,1.77 +988,UFC 2009 Undisputed,PS3,2009,Fighting,THQ,1.07,0.45,0.01,0.24,1.77 +989,Metroid II: Return of Samus,GB,1991,Adventure,Nintendo,0.85,0.31,0.56,0.04,1.76 +990,WWF Attitude,PS,1998,Fighting,Acclaim Entertainment,1.27,0.42,0,0.07,1.76 +991,The SpongeBob SquarePants Movie,PS2,2004,Platform,THQ,1.06,0.54,0,0.16,1.76 +992,Golden Sun,GBA,2001,Role-Playing,Nintendo,0.93,0.38,0.4,0.06,1.76 +993,Sonic the Hedgehog 3,GEN,1994,Platform,Sega,1.02,0.47,0.2,0.07,1.76 +994,Kid Icarus,NES,1986,Platform,Nintendo,0.53,0.12,1.09,0.02,1.76 +995,Def Jam: Fight for NY,PS2,2004,Fighting,Electronic Arts,0.86,0.67,0,0.22,1.76 +996,Tom Clancy's Ghost Recon,XB,2002,Shooter,Ubisoft,1.23,0.46,0,0.07,1.76 +997,State of Emergency,PS2,2002,Action,Take-Two Interactive,0.86,0.67,0,0.22,1.76 +998,BioShock Infinite,PS3,2013,Shooter,Take-Two Interactive,0.72,0.69,0.04,0.31,1.76 +999,Hitman: Absolution,X360,2012,Action,Square Enix,0.68,0.9,0.01,0.17,1.76 +1000,2 Games in 1 Double Pack: The Incredibles / Finding Nemo: The Continuing Adventures,GBA,2007,Action,THQ,1.26,0.47,0,0.03,1.76 +1001,Call of Duty: Black Ops 3,X360,2015,Shooter,Activision,1.11,0.48,0,0.16,1.76 +1002,The Urbz: Sims in the City,PS2,2004,Simulation,Electronic Arts,0.52,0.95,0,0.29,1.76 +1003,FIFA Soccer 08,PS3,2007,Sports,Electronic Arts,0.35,1.07,0.02,0.32,1.76 +1004,Star Wars: Starfighter,PS2,2001,Simulation,Activision,0.61,0.87,0.02,0.26,1.76 +1005,Madden NFL 2000,PS,1998,Sports,Electronic Arts,1.68,0.04,0,0.04,1.75 +1006,Kingdom Hearts,PS3,2013,Role-Playing,Square Enix,0.9,0.37,0.25,0.24,1.75 +1007,Star Wars: Battlefront,XB,2004,Shooter,Activision,1.24,0.45,0,0.07,1.75 +1008,Pro Evolution Soccer,PS2,2001,Sports,Konami Digital Entertainment,0.06,0.9,0.53,0.27,1.75 +1009,Crackdown,X360,2007,Shooter,Microsoft Game Studios,1,0.54,0.03,0.18,1.75 +1010,Yoshi,NES,1991,Puzzle,Nintendo,0.7,0.13,0.91,0.01,1.75 +1011,Disney's Aladdin,SNES,1993,Platform,Capcom,0.94,0.34,0.21,0.27,1.75 +1012,Kirby's Adventure,NES,1993,Platform,Nintendo,0.79,0.14,0.8,0.02,1.75 +1013,Cooking Mama 3: Shop & Chop,DS,2009,Simulation,505 Games,0.83,0.66,0.08,0.18,1.75 +1014,Dance Dance Revolution X,PS2,2008,Simulation,Konami Digital Entertainment,0.85,0.66,0.01,0.22,1.75 +1015,2 Games in 1: Disney Princess & The Lion King,GBA,2004,Misc,THQ,1.25,0.46,0,0.03,1.75 +1016,Star Wars Episode I: The Phantom Menace,PS,1999,Adventure,LucasArts,0.72,0.89,0.04,0.1,1.74 +1017,Xenosaga Episode I: Der Wille zur Macht,PS2,2002,Role-Playing,Namco Bandai Games,0.63,0.49,0.45,0.17,1.74 +1018,Portal 2,PS3,2011,Shooter,Valve,0.83,0.63,0.02,0.25,1.74 +1019,The Beatles: Rock Band,Wii,2009,Misc,MTV Games,1.19,0.4,0,0.16,1.74 +1020,Forza Motorsport 6,XOne,2015,Racing,Microsoft Game Studios,0.69,0.89,0.03,0.14,1.74 +1021,Sonic Colors,Wii,2010,Platform,Sega,0.96,0.61,0.01,0.16,1.74 +1022,Cruis'n USA,N64,1996,Racing,Nintendo,1.69,0.04,0,0.01,1.74 +1023,Madden NFL 99,PS,1998,Sports,Electronic Arts,1.66,0.04,0,0.04,1.74 +1024,Diablo III,PS4,2014,Role-Playing,Activision,0.49,0.88,0.06,0.3,1.74 +1025,Uncharted: Golden Abyss,PSV,2011,Shooter,Sony Computer Entertainment,0.59,0.75,0.13,0.27,1.74 +1026,Destiny,PS3,2014,Shooter,Activision,0.67,0.66,0.12,0.27,1.73 +1027,SSX Tricky,PS2,2001,Sports,Electronic Arts,0.85,0.66,0,0.22,1.73 +1028,Overwatch,PS4,2016,Shooter,Activision,0.64,0.68,0.14,0.26,1.73 +1029,Twisted Metal III,PS,1998,Action,989 Studios,1.48,0.2,0,0.05,1.73 +1030,Harry Potter and the Sorcerer's Stone,GB,2001,Action,Electronic Arts,0.94,0.62,0.1,0.07,1.73 +1031,Disney Infinity,Wii,2013,Action,Disney Interactive Studios,1.15,0.44,0,0.14,1.73 +1032,Crash Bandicoot: The Huge Adventure,GBA,2002,Platform,Universal Interactive,0.95,0.7,0,0.08,1.73 +1033,Dishonored,X360,2012,Action,Bethesda Softworks,1.06,0.52,0.01,0.14,1.73 +1034,Rockstar Games Double Pack: Grand Theft Auto III & Grand Theft Auto Vice City,PS2,2003,Action,Take-Two Interactive,0.85,0.66,0,0.22,1.72 +1035,The Order: 1886,PS4,2015,Shooter,Sony Computer Entertainment,0.61,0.78,0.06,0.27,1.72 +1036,The Elder Scrolls Online,PS4,2015,Role-Playing,Bethesda Softworks,0.66,0.78,0,0.28,1.72 +1037,Call of Duty: World at War Final Fronts,PS2,2008,Shooter,Activision,0.61,0.18,0,0.94,1.72 +1038,Imagine: Teacher,DS,2008,Simulation,Ubisoft,0.7,0.83,0,0.19,1.72 +1039,Call of Duty: Modern Warfare 3,PC,2011,Shooter,Activision,0.41,0.98,0,0.33,1.72 +1040,Madden NFL 2005,XB,2004,Sports,Electronic Arts,1.61,0.03,0,0.08,1.72 +1041,Star Ocean: Till The End of Time,PS2,2003,Role-Playing,Ubisoft,0.8,0.21,0.55,0.15,1.72 +1042,The Sims 3: Late Night Expansion Pack,PC,2010,Simulation,Electronic Arts,0.59,0.87,0,0.25,1.71 +1043,Game Party 3,Wii,2009,Puzzle,Warner Bros. Interactive Entertainment,1.43,0.16,0,0.12,1.71 +1044,Toy Story 2: Buzz Lightyear to the Rescue!,PS,1998,Platform,Activision,0.99,0.64,0,0.08,1.71 +1045,Deal or No Deal,DS,2007,Misc,Mindscape,1.15,0.41,0,0.15,1.71 +1046,Ace Combat 5: The Unsung War,PS2,2004,Simulation,Sony Computer Entertainment Europe,0.88,0.34,0.32,0.18,1.71 +1047,Need for Speed Underground,XB,2003,Racing,Electronic Arts,1.09,0.55,0,0.07,1.71 +1048,Kanshuu Nippon Joushikiryoku Kentei Kyoukai: Imasara Hito ni wa Kikenai Otona no Joushikiryoku Training DS,DS,2006,Misc,Nintendo,0,0,1.71,0,1.71 +1049,Tetris Worlds,GBA,2001,Puzzle,THQ,1.25,0.39,0,0.06,1.71 +1050,Cabela's Big Game Hunter 2010,Wii,2009,Sports,Activision Value,1.58,0,0,0.12,1.7 +1051,The Crew,PS4,2014,Racing,Ubisoft,0.34,1.08,0.03,0.26,1.7 +1052,FIFA Soccer 10,PS2,2009,Sports,Electronic Arts,0.23,0.24,0,1.23,1.7 +1053,We Ski,Wii,2008,Sports,Namco Bandai Games,0.99,0.42,0.14,0.15,1.7 +1054,Personal Trainer: Math,DS,2007,Puzzle,Nintendo,0.49,1.12,0,0.09,1.7 +1055,Kirby's Return to Dreamland,Wii,2011,Platform,Nintendo,0.62,0.21,0.79,0.08,1.7 +1056,Super Puyo Puyo,SNES,1993,Puzzle,Banpresto,0,0,1.69,0.01,1.7 +1057,Ben 10: Protector of Earth,DS,2007,Action,D3Publisher,0.69,0.83,0,0.19,1.7 +1058,NCAA Football 07,PS2,2006,Sports,Electronic Arts,1.41,0.05,0,0.23,1.7 +1059,SOCOM 3: U.S. Navy SEALs,PS2,2005,Shooter,Sony Computer Entertainment,1.22,0.34,0.04,0.1,1.69 +1060,NBA 2K15,XOne,2014,Sports,Take-Two Interactive,1.36,0.18,0,0.15,1.69 +1061,Saints Row 2,PS3,2008,Action,THQ,0.88,0.54,0.02,0.25,1.69 +1062,Saints Row IV,X360,2013,Action,Deep Silver,1.01,0.53,0.01,0.14,1.69 +1063,Jampack Winter '99,PS,1999,Misc,Sony Computer Entertainment,0.94,0.64,0,0.11,1.69 +1064,Dragon Age: Origins,PS3,2009,Role-Playing,Electronic Arts,0.96,0.44,0.08,0.22,1.69 +1065,FIFA 16,X360,2015,Sports,Electronic Arts,0.55,1.01,0,0.13,1.69 +1066,WCW vs. nWo: World Tour,N64,1997,Fighting,THQ,1.37,0.28,0.03,0.02,1.69 +1067,WCW/NWO Thunder,PS,1998,Fighting,THQ,1.1,0.48,0.04,0.07,1.69 +1068,Harry Potter and the Sorcerer's Stone,GBA,2001,Action,Electronic Arts,0.87,0.66,0.08,0.08,1.69 +1069,Need For Speed: Undercover,X360,2008,Racing,Electronic Arts,0.79,0.71,0.01,0.18,1.69 +1070,Dragon Ball Z: The Legacy of Goku,GBA,2002,Role-Playing,Infogrames,1.52,0.12,0,0.05,1.69 +1071,Sid Meier's Civilization V,PC,2010,Strategy,Take-Two Interactive,0.98,0.52,0,0.19,1.69 +1072,Resident Evil 4,GC,2005,Action,Capcom,0.98,0.42,0.22,0.06,1.69 +1073,Call of Duty Black Ops: Declassified,PSV,2012,Action,Activision,0.8,0.52,0.07,0.3,1.69 +1074,Star Wars Battlefront: Renegade Squadron,PSP,2007,Shooter,LucasArts,0.9,0.47,0,0.32,1.68 +1075,World Championship Poker: Featuring Howard Lederer - All In,PS2,2006,Misc,Oxygen Interactive,0.82,0.64,0,0.22,1.68 +1076,NFL GameDay 98,PS,1997,Sports,Sony Computer Entertainment,1.58,0.06,0,0.04,1.68 +1077,LEGO Batman 2: DC Super Heroes,X360,2012,Action,Warner Bros. Interactive Entertainment,0.9,0.64,0,0.15,1.68 +1078,Yoshi's Cookie,GB,1992,Puzzle,Nintendo,0.59,0.24,0.82,0.03,1.68 +1079,Time Crisis,PS,1997,Shooter,Namco Bandai Games,0.38,0.87,0.33,0.1,1.68 +1080,The Sims: Superstar,PC,2003,Simulation,Electronic Arts,1.67,0,0,0,1.68 +1081,Star Wars The Clone Wars: Lightsaber Duels,Wii,2008,Action,LucasArts,1.23,0.3,0,0.14,1.68 +1082,MySims,Wii,2007,Simulation,Electronic Arts,0.91,0.55,0.04,0.17,1.68 +1083,Metroid Fusion,GBA,2002,Action,Nintendo,1.18,0.27,0.17,0.06,1.68 +1084,Shaun White Snowboarding: Road Trip,Wii,2008,Sports,Ubisoft,0.94,0.57,0,0.17,1.67 +1085,SSX 3,PS2,2003,Sports,Electronic Arts,0.93,0.52,0,0.22,1.67 +1086,Big Beach Sports,Wii,2008,Sports,THQ,0.45,1.02,0,0.2,1.67 +1087,Madden NFL 2001,PS,2000,Sports,Electronic Arts,1.58,0.05,0,0.04,1.67 +1088,Fight Night Round 3,PS3,2006,Fighting,Electronic Arts,0.81,0.59,0.01,0.26,1.67 +1089,Knack,PS4,2013,Platform,Sony Computer Entertainment Europe,0.43,0.67,0.42,0.15,1.67 +1090,Star Wars: Battlefront II,XB,2005,Shooter,Activision,1.22,0.39,0,0.06,1.67 +1091,Disney's DuckTales,NES,1989,Platform,Capcom,0.91,0.3,0.42,0.04,1.67 +1092,Tony Hawk's Pro Skater 3,PS,2001,Sports,Activision,1.09,0.49,0.02,0.07,1.67 +1093,"Monsters, Inc.",GBA,2001,Adventure,THQ,0.59,0.95,0.03,0.1,1.67 +1094,StarCraft II: Heart of the Swarm,PC,2013,Strategy,Activision,0.82,0.65,0,0.19,1.67 +1095,PGR: Project Gotham Racing 2,XB,2003,Racing,Microsoft Game Studios,0.97,0.59,0.04,0.07,1.67 +1096,Spy Hunter,PS2,2001,Racing,Midway Games,1.13,0.32,0,0.22,1.67 +1097,NCAA Football 2004,PS2,2003,Sports,Electronic Arts,1.35,0.09,0,0.23,1.67 +1098,SpongeBob SquarePants: Battle for Bikini Bottom,PS2,2003,Platform,THQ,1.08,0.45,0,0.14,1.67 +1099,Dying Light,PS4,2015,Action,Warner Bros. Interactive Entertainment,0.63,0.66,0.11,0.26,1.66 +1100,Heavenly Sword,PS3,2007,Action,Sony Computer Entertainment,0.57,0.73,0.06,0.3,1.66 +1101,Street Fighter II': Special Champion Edition,GEN,1992,Fighting,Sega,1,0.3,0.31,0.04,1.66 +1102,SSX,PS2,2000,Sports,Electronic Arts,0.78,0.61,0.06,0.2,1.66 +1103,Max Payne 3,X360,2012,Shooter,Take-Two Interactive,0.86,0.64,0.01,0.14,1.66 +1104,NBA Ballers,PS2,2004,Sports,Midway Games,0.81,0.63,0,0.21,1.66 +1105,Need for Speed Carbon,X360,2006,Racing,Electronic Arts,0.76,0.7,0.02,0.18,1.66 +1106,NBA Live 2003,PS2,2002,Sports,Electronic Arts,1.25,0.15,0.03,0.22,1.66 +1107,Dragon Ball Z: Budokai Tenkaichi,PS2,2005,Fighting,Atari,0.96,0.12,0.54,0.04,1.66 +1108,Ms. Pac-Man,2600,1981,Puzzle,Atari,1.54,0.1,0,0.02,1.65 +1109,Mario Party 6,GC,2004,Misc,Nintendo,0.9,0.11,0.6,0.05,1.65 +1110,Super Scope 6,SNES,1991,Shooter,Nintendo,1.06,0.38,0.15,0.05,1.65 +1111,Go Vacation,Wii,2011,Misc,Namco Bandai Games,0.48,0.68,0.33,0.16,1.65 +1112,Dragon Quest V: Tenkuu no Hanayome,PS2,2004,Role-Playing,Enix Corporation,0,0,1.65,0,1.65 +1113,Army of Two,X360,2008,Shooter,Electronic Arts,1.09,0.38,0.02,0.16,1.65 +1114,Dragon Quest IV: Chapters of the Chosen,DS,2007,Role-Playing,Square Enix,0.32,0.02,1.27,0.03,1.64 +1115,Kirby & the Amazing Mirror,GBA,2004,Platform,Nintendo,0.8,0.05,0.76,0.03,1.64 +1116,LEGO Pirates of the Caribbean: The Video Game,Wii,2011,Action,Disney Interactive Studios,0.76,0.72,0,0.16,1.64 +1117,Dig Dug,2600,1982,Puzzle,Atari,1.52,0.1,0,0.02,1.64 +1118,Tom Clancy's Rainbow Six,PS,1999,Shooter,Red Storm Entertainment,0.93,0.63,0,0.08,1.64 +1119,Ghosts 'n Goblins,NES,1986,Action,Capcom,0.74,0.26,0.61,0.03,1.64 +1120,Tiger Woods PGA Tour 2003,PS2,2002,Sports,Electronic Arts,0.8,0.63,0,0.21,1.64 +1121,NBA Live 06 (All region sales),PS2,2005,Sports,Electronic Arts,1.44,0.15,0,0.05,1.64 +1122,Prince of Persia: Warrior Within,PS2,2004,Action,Ubisoft,0.54,0.88,0,0.22,1.64 +1123,Kinectimals,X360,2010,Simulation,Microsoft Game Studios,1.02,0.48,0,0.14,1.64 +1124,Until Dawn,PS4,2015,Adventure,Sony Computer Entertainment Europe,0.44,0.89,0.05,0.25,1.64 +1125,ESPN NFL 2K5,XB,2004,Sports,Sega,1.54,0.02,0,0.07,1.63 +1126,Viva Pinata,X360,2006,Simulation,Microsoft Game Studios,0.45,0.96,0.02,0.2,1.63 +1127,Pikmin,GC,2001,Strategy,Nintendo,0.78,0.25,0.56,0.04,1.63 +1128,Call of Duty: Black Ops,PC,N/A,Shooter,Activision,0.58,0.81,0,0.24,1.63 +1129,Sonic Generations,PS3,2011,Platform,Sega,0.6,0.73,0.02,0.28,1.63 +1130,Tiger Woods PGA Tour 2004,PS2,2003,Sports,Electronic Arts,1.18,0.34,0,0.1,1.63 +1131,Ape Escape,PS,1999,Platform,Sony Computer Entertainment,0.71,0.48,0.32,0.11,1.63 +1132,NBA 2K15,X360,2014,Sports,Take-Two Interactive,1.33,0.14,0,0.15,1.63 +1133,NCAA Football 2005,PS2,2004,Sports,Electronic Arts,1.32,0.09,0,0.22,1.62 +1134,Just Cause 2,X360,2010,Action,Square Enix,0.59,0.85,0.02,0.17,1.62 +1135,Rock Band,PS3,N/A,Misc,Electronic Arts,0.99,0.41,0,0.22,1.62 +1136,Tony Hawk's American Wasteland (Old all region sales),PS2,2005,Sports,Activision,0.8,0.63,0.01,0.19,1.62 +1137,Rage,X360,2011,Shooter,Bethesda Softworks,0.82,0.61,0.03,0.15,1.62 +1138,Mario Hoops 3 on 3,DS,2006,Sports,Nintendo,0.99,0.04,0.49,0.1,1.62 +1139,Kirby Air Ride,GC,2003,Racing,Nintendo,1.01,0.11,0.45,0.04,1.62 +1140,Sled Storm,PS,1998,Racing,Electronic Arts,0.9,0.61,0,0.11,1.62 +1141,Pokemon Battle Revolution,Wii,2006,Role-Playing,Nintendo,0.8,0.38,0.3,0.13,1.61 +1142,NFL Street 2,PS2,2004,Sports,Electronic Arts,0.79,0.62,0,0.21,1.61 +1143,Gears of War: Judgment,X360,2013,Shooter,Microsoft Game Studios,0.92,0.53,0.03,0.13,1.61 +1144,Baseball,GB,1989,Sports,Nintendo,0.66,0.27,0.65,0.03,1.61 +1145,Yu-Gi-Oh! Duel Monsters,GB,1998,Strategy,Konami Digital Entertainment,0,0,1.61,0.01,1.61 +1146,Super Mario Strikers,GC,2005,Sports,Nintendo,0.98,0.38,0.2,0.04,1.61 +1147,Buzz! The Music Quiz,PS2,2005,Misc,Sony Computer Entertainment,0,1.18,0,0.43,1.61 +1148,SpongeBob's Atlantis SquarePantis,DS,2007,Action,THQ,1.5,0,0,0.11,1.61 +1149,Far Cry 4,XOne,2014,Shooter,Ubisoft,0.79,0.68,0.01,0.13,1.61 +1150,Dance Dance Revolution: Hottest Party 2,Wii,2008,Simulation,Konami Digital Entertainment,0.95,0.48,0.01,0.15,1.6 +1151,Moshi Monsters: Moshling Zoo,DS,2011,Misc,Activision,0.4,0.99,0,0.22,1.6 +1152,Dollar Dash,PS2,2005,Action,Take-Two Interactive,1.3,0.23,0,0.07,1.6 +1153,Far Cry 2,X360,2008,Action,Ubisoft,0.71,0.69,0.02,0.18,1.6 +1154,F-1 World Grand Prix,N64,1998,Racing,Video System,0.46,0.96,0.09,0.08,1.6 +1155,River Raid,2600,1981,Shooter,Activision,1.49,0.09,0,0.02,1.6 +1156,Silent Hill,PS,1999,Action,Konami Digital Entertainment,0.71,0.48,0.3,0.1,1.6 +1157,Dragon Quest V: Hand of the Heavenly Bride,DS,2008,Role-Playing,Square Enix,0.19,0.02,1.36,0.02,1.6 +1158,No Man's Sky,PS4,2016,Action,Hello Games,0.58,0.74,0.02,0.26,1.6 +1159,Sonic Heroes,GC,2003,Platform,Sega,1.05,0.44,0.06,0.04,1.6 +1160,ESPN NBA 2K5,PS2,2004,Sports,Global Star,1.26,0.12,0,0.21,1.59 +1161,Diablo,PC,1996,Role-Playing,Activision,0.01,1.58,0,0,1.59 +1162,The Legend of Zelda: Twilight Princess,GC,2006,Action,Nintendo,1.15,0.36,0.04,0.04,1.59 +1163,Soul Edge,PS,1996,Fighting,Sony Computer Entertainment,0.61,0.41,0.46,0.1,1.59 +1164,Devil May Cry 4,PS3,2008,Action,Capcom,0.58,0.46,0.34,0.21,1.59 +1165,Mario Bros.,2600,1982,Platform,Atari,1.48,0.09,0,0.02,1.59 +1166,Pro Evolution Soccer 2008,PS3,2007,Sports,Konami Digital Entertainment,0.04,1.1,0.32,0.13,1.59 +1167,SoulCalibur IV,X360,2008,Fighting,Ubisoft,0.92,0.44,0.07,0.15,1.59 +1168,LEGO Harry Potter: Years 1-4,X360,2010,Action,Warner Bros. Interactive Entertainment,0.95,0.5,0,0.14,1.59 +1169,NASCAR 2000,PS,1999,Racing,Electronic Arts,0.88,0.6,0,0.1,1.59 +1170,Wolfenstein: The New Order,PS4,2014,Shooter,Bethesda Softworks,0.47,0.8,0.03,0.29,1.58 +1171,Carnival Games: Mini Golf,Wii,2008,Sports,Take-Two Interactive,0.87,0.56,0,0.15,1.58 +1172,Guitar Hero: On Tour Decades,DS,2008,Misc,Activision,0.85,0.58,0,0.16,1.58 +1173,MySims Kingdom,DS,2008,Simulation,Electronic Arts,0.81,0.6,0.01,0.17,1.58 +1174,Jampack Summer 2K,PS,2000,Misc,Sony Computer Entertainment,0.88,0.6,0,0.1,1.58 +1175,Need for Speed: Most Wanted,X360,2012,Racing,Electronic Arts,0.62,0.8,0.01,0.15,1.58 +1176,Guitar Hero 5,Wii,2009,Misc,Activision,0.94,0.49,0,0.15,1.58 +1177,High School Musical 3: Senior Year,DS,2008,Misc,Disney Interactive Studios,0.64,0.76,0,0.17,1.58 +1178,Kingdom Hearts 3D: Dream Drop Distance,3DS,2012,Action,Square Enix,0.88,0.26,0.34,0.09,1.58 +1179,Hannah Montana: Music Jam,DS,2007,Action,Disney Interactive Studios,1.06,0.37,0,0.15,1.58 +1180,Pokemon Mystery Dungeon: Explorers of Sky,DS,2009,Role-Playing,Nintendo,0.58,0.44,0.44,0.12,1.58 +1181,Spyro 2: Season of Flame,GBA,2002,Platform,Vivendi Games,0.85,0.65,0,0.08,1.58 +1182,Pro Evolution Soccer 2010,PS2,2009,Sports,Konami Digital Entertainment,0.1,0.18,0.12,1.16,1.57 +1183,NCAA Football 2002,PS2,2001,Sports,Electronic Arts,0.77,0.6,0,0.2,1.57 +1184,Conflict: Desert Storm,PS2,2002,Shooter,Gotham Games,0.98,0.53,0,0.06,1.57 +1185,Mario Party 7,GC,2005,Misc,Nintendo,0.95,0.11,0.46,0.04,1.57 +1186,Pro Evolution Soccer 2013,PS3,2012,Sports,Konami Digital Entertainment,0.18,0.64,0.49,0.25,1.56 +1187,Smuggler's Run,PS2,2000,Racing,Take-Two Interactive,0.77,0.6,0,0.2,1.56 +1188,Fight Night Round 3,PS2,2006,Fighting,Electronic Arts,1.07,0.4,0,0.1,1.56 +1189,Donkey Kong Classics,NES,1988,Platform,Nintendo,0.59,0.14,0.81,0.02,1.56 +1190,Twisted Metal,PS,1995,Action,Sony Computer Entertainment,1.32,0.19,0,0.05,1.56 +1191,Dark Souls III,PS4,2016,Role-Playing,Namco Bandai Games,0.58,0.44,0.33,0.21,1.56 +1192,Final Fight,SNES,1990,Action,Capcom,0.67,0.17,0.69,0.03,1.56 +1193,Dragon Quest Monsters 2,GB,2001,Role-Playing,Enix Corporation,0,0,1.56,0,1.56 +1194,Pokemon Pinball: Ruby & Sapphire,GBA,2003,Misc,Nintendo,0.68,0.38,0.44,0.05,1.56 +1195,LEGO Marvel Super Heroes,PS4,2013,Action,Warner Bros. Interactive Entertainment,0.59,0.75,0.01,0.21,1.56 +1196,Mafia II,X360,2010,Action,Take-Two Interactive,0.84,0.56,0,0.15,1.55 +1197,Dishonored,PS3,2012,Action,Bethesda Softworks,0.72,0.54,0.04,0.25,1.55 +1198,Stuntman,PS2,2002,Racing,Atari,0.76,0.59,0,0.2,1.55 +1199,Tom Clancy's Rainbow Six 3,XB,2003,Shooter,Ubisoft,0.91,0.57,0,0.07,1.55 +1200,Active Life: Outdoor Challenge,Wii,2008,Sports,Atari,0.79,0.44,0.19,0.14,1.55 +1201,BioShock 2,PS3,2010,Shooter,Take-Two Interactive,0.85,0.47,0.02,0.22,1.55 +1202,007: The World is not Enough,N64,2000,Action,Electronic Arts,1.13,0.38,0.02,0.03,1.55 +1203,Spider-Man 2: Enter: Electro,PS,2001,Action,Activision,0.57,0.87,0.02,0.09,1.55 +1204,Watch Dogs,XOne,2014,Action,Ubisoft,0.9,0.53,0,0.13,1.55 +1205,Star Wars: The Force Unleashed II,PS3,2010,Action,LucasArts,0.8,0.53,0,0.22,1.55 +1206,Ni no Kuni: Wrath of the White Witch,PS3,2011,Role-Playing,Namco Bandai Games,0.6,0.51,0.21,0.23,1.55 +1207,Command & Conquer: Tiberian Sun,PC,1999,Strategy,Westwood Studios,1.55,0,0,0,1.55 +1208,LEGO Battles: Ninjago,DS,2011,Strategy,Warner Bros. Interactive Entertainment,1.07,0.36,0,0.12,1.55 +1209,Mario Party 10,WiiU,2015,Misc,Nintendo,0.69,0.5,0.24,0.11,1.55 +1210,Dead Rising 3,XOne,2013,Action,Microsoft Game Studios,1.06,0.35,0.01,0.12,1.54 +1211,Resident Evil: The Umbrella Chronicles,Wii,2007,Action,Capcom,0.68,0.43,0.29,0.14,1.54 +1212,Fire Emblem Fates,3DS,2015,Role-Playing,Nintendo,0.71,0.22,0.52,0.1,1.54 +1213,Dark Cloud,PS2,2000,Role-Playing,Sony Computer Entertainment,0.83,0.44,0.08,0.19,1.54 +1214,Warcraft III: The Frozen Throne,PC,2003,Strategy,Activision,0.58,0.87,0,0.09,1.54 +1215,Tom Clancy's Ghost Recon Advanced Warfighter,X360,2006,Shooter,Ubisoft,1.4,0.02,0.02,0.1,1.54 +1216,Disney Fairies: Tinker Bell,DS,2008,Adventure,Disney Interactive Studios,0.86,0.52,0.01,0.15,1.54 +1217,MVP Baseball 2005,PS2,2005,Sports,Electronic Arts,1.26,0.07,0,0.21,1.54 +1218,Die Hard Trilogy,PS,1996,Shooter,Fox Interactive,0.85,0.58,0,0.1,1.54 +1219,Call of Duty: Black Ops II,PC,2012,Shooter,Activision,0.63,0.69,0,0.21,1.53 +1220,Fight Night Round 4,PS3,2009,Fighting,Electronic Arts,0.92,0.41,0,0.21,1.53 +1221,MySims Kingdom,Wii,2008,Simulation,Electronic Arts,0.71,0.65,0.01,0.17,1.53 +1222,The Simpsons Game,DS,2007,Action,Electronic Arts,0.57,0.79,0,0.17,1.53 +1223,Mortal Kombat 3,SNES,1994,Fighting,Acclaim Entertainment,1.19,0.29,0,0.05,1.53 +1224,NFL GameDay 99,PS,1998,Sports,989 Studios,1.44,0.05,0,0.04,1.53 +1225,Call of Duty: Modern Warfare: Reflex Edition,Wii,2009,Shooter,Activision,0.95,0.43,0,0.14,1.53 +1226,FIFA 17,XOne,2016,Sports,Electronic Arts,0.17,1.26,0,0.1,1.53 +1227,Mario Golf: Toadstool Tour,GC,2003,Sports,Nintendo,1.09,0.15,0.25,0.04,1.53 +1228,Tiger Woods 99 PGA Tour Golf,PS,1997,Sports,Electronic Arts,0.85,0.58,0,0.1,1.53 +1229,Donkey Kong Country: Tropical Freeze,WiiU,2014,Platform,Nintendo,0.73,0.52,0.15,0.12,1.52 +1230,Dead Space 2,X360,2011,Shooter,Electronic Arts,0.94,0.45,0,0.13,1.52 +1231,Sonic Rivals 2,PSP,2007,Racing,Sega,0.44,0.69,0,0.39,1.52 +1232,Knockout Kings,PS,1997,Fighting,Electronic Arts,1.07,0.39,0,0.06,1.52 +1233,The Simpsons Skateboarding,PS2,2002,Sports,Electronic Arts,0.36,0.9,0,0.27,1.52 +1234,NASCAR 98,PS,1996,Racing,Electronic Arts,1.43,0.05,0,0.04,1.52 +1235,F1 Race,NES,1984,Racing,Nintendo,0,0,1.52,0,1.52 +1236,Xevious,NES,1984,Shooter,Namco Bandai Games,0.18,0.06,1.27,0.01,1.52 +1237,NASCAR 99,PS,1998,Racing,Electronic Arts,1.45,0.04,0,0.04,1.52 +1238,NBA Live 2000,PS,1998,Sports,Electronic Arts,1.43,0.05,0,0.03,1.52 +1239,Mafia II,PS3,2010,Action,Take-Two Interactive,0.5,0.72,0.04,0.26,1.52 +1240,Call of Duty 3,PS3,2006,Shooter,Activision,0.6,0.63,0.03,0.26,1.52 +1241,Super Monkey Ball 2,GC,2002,Puzzle,Atari,1.11,0.31,0.06,0.04,1.52 +1242,Pac-Man World 2,PS2,2002,Action,Namco Bandai Games,1.26,0.05,0,0.21,1.51 +1243,Madden NFL 15,XOne,2014,Sports,Electronic Arts,1.3,0.09,0,0.12,1.51 +1244,Sonic & Sega All-Stars Racing,Wii,2010,Racing,Sega,0.65,0.71,0,0.15,1.51 +1245,LEGO Star Wars III: The Clone Wars,X360,2011,Action,LucasArts,0.84,0.54,0,0.13,1.51 +1246,Football Manager 2012,PC,2011,Sports,Sega,0.02,1.16,0,0.34,1.51 +1247,Puzzle & Dragons,3DS,2013,Role-Playing,GungHo,0,0,1.51,0,1.51 +1248,Mega Man 2,NES,1988,Action,Capcom,0.93,0.15,0.42,0.01,1.51 +1249,Simpsons Wrestling,PS,2001,Fighting,Electronic Arts,0.23,1.16,0,0.11,1.51 +1250,NBA Live 98,PS,1997,Sports,Electronic Arts,1.41,0.06,0,0.04,1.51 +1251,The Simpsons Game,PS2,2007,Action,Electronic Arts,0.35,0.03,0,1.13,1.51 +1252,Monopoly,PS,1997,Misc,Hasbro Interactive,1.18,0.27,0,0.05,1.51 +1253,SoulCalibur II,GC,2003,Fighting,Namco Bandai Games,0.99,0.32,0.11,0.08,1.5 +1254,Resistance 3,PS3,2011,Shooter,Sony Computer Entertainment,0.64,0.58,0.05,0.23,1.5 +1255,Tokyo Xtreme Racer Zero,PS2,2000,Racing,Crave Entertainment,0.66,0.52,0.15,0.17,1.5 +1256,Final Fantasy XIV: A Realm Reborn,PC,2010,Role-Playing,Square Enix,0.86,0.48,0,0.17,1.5 +1257,NFL Blitz,PS,1998,Sports,Midway Games,1.41,0.05,0,0.04,1.5 +1258,Red Faction II,PS2,2002,Shooter,THQ,0.49,0.78,0,0.23,1.5 +1259,Super Scribblenauts,DS,2010,Puzzle,Warner Bros. Interactive Entertainment,1.08,0.31,0,0.11,1.5 +1260,Madden NFL 2001,PS2,2000,Sports,Electronic Arts,1.19,0.07,0.05,0.2,1.5 +1261,WWF No Mercy,N64,2000,Fighting,THQ,1.2,0.27,0.02,0.02,1.5 +1262,Ice Climber,NES,1985,Platform,Nintendo,0.46,0.1,0.92,0.02,1.5 +1263,Sonic CD,SCD,1993,Platform,Sega,1,0.36,0.09,0.05,1.5 +1264,Ninja Hattori Kun: Ninja wa Shuugyou Degogiru no Maki,NES,1986,Platform,Hudson Soft,0,0,1.5,0,1.5 +1265,Dead Rising 2,X360,2010,Action,Capcom,0.75,0.53,0.09,0.12,1.5 +1266,Rock Band 2,PS3,2008,Misc,MTV Games,1.13,0.2,0,0.16,1.5 +1267,Pac-Man World,PS,1998,Action,Namco Bandai Games,1.21,0.14,0.1,0.04,1.5 +1268,Disney Sing It: Pop Hits,Wii,2009,Misc,Disney Interactive Studios,1.08,0.28,0,0.13,1.49 +1269,Final Fantasy: Crystal Chronicles,GC,2003,Role-Playing,Nintendo,0.72,0.38,0.36,0.04,1.49 +1270,Medal of Honor: Frontline,XB,2002,Shooter,Electronic Arts,1,0.43,0,0.06,1.49 +1271,Madden NFL 09,PS2,2008,Sports,Electronic Arts,1.22,0,0,0.27,1.49 +1272,Drawn To Life: SpongeBob SquarePants Edition,DS,2008,Adventure,THQ,1,0.36,0,0.13,1.49 +1273,Banjo-Tooie,N64,2000,Platform,Nintendo,0.82,0.36,0.25,0.06,1.49 +1274,Buzz! The BIG Quiz,PS2,2006,Misc,Sony Computer Entertainment,0,1.1,0,0.39,1.49 +1275,007: Quantum of Solace,X360,2008,Action,Activision,0.82,0.52,0.01,0.14,1.49 +1276,The Sims 3,Wii,2010,Simulation,Electronic Arts,0.61,0.73,0,0.15,1.49 +1277,New Play Control! Mario Power Tennis,Wii,2009,Sports,Nintendo,0.37,0.69,0.28,0.14,1.48 +1278,Bratz: Forever Diamondz,DS,2006,Adventure,THQ,0.43,0.88,0,0.18,1.48 +1279,Dirge of Cerberus: Final Fantasy VII,PS2,2006,Shooter,Square Enix,0.47,0.37,0.52,0.12,1.48 +1280,Nintendo World Cup,NES,1990,Sports,Nintendo,0.28,0.5,0.65,0.05,1.48 +1281,WWF WrestleMania 2000,N64,1999,Fighting,THQ,1.2,0.25,0.02,0.02,1.48 +1282,Wario Land II,GB,1997,Platform,Nintendo,0.7,0.35,0.39,0.04,1.48 +1283,Mass Effect 2,PS3,2011,Role-Playing,Electronic Arts,0.78,0.47,0.03,0.2,1.48 +1284,Major League Baseball 2K5,PS2,2005,Sports,Take-Two Interactive,0.72,0.56,0,0.19,1.48 +1285,Fight Night 2004,PS2,2004,Fighting,Electronic Arts,1.08,0.2,0,0.2,1.48 +1286,Tom Clancy's Splinter Cell: Pandora Tomorrow,XB,2004,Action,Ubisoft,0.82,0.59,0,0.07,1.48 +1287,Imagine: Master Chef,DS,2007,Simulation,Ubisoft,0.39,0.92,0,0.17,1.47 +1288,Assassin's Creed III: Liberation,PSV,2012,Action,Ubisoft,0.58,0.55,0.06,0.28,1.47 +1289,SoulCalibur IV,PS3,2008,Fighting,Ubisoft,0.72,0.41,0.14,0.2,1.47 +1290,Mario Golf,N64,1999,Action,Nintendo,0.62,0.18,0.65,0.02,1.47 +1291,Disney Princess,GBA,2003,Platform,THQ,1.04,0.37,0,0.06,1.47 +1292,Fight Night Round 3,X360,2006,Fighting,Electronic Arts,1.33,0.03,0.01,0.1,1.47 +1293,Metal Gear Rising: Revengeance,PS3,2013,Action,Konami Digital Entertainment,0.45,0.4,0.44,0.18,1.47 +1294,Chrono Trigger,DS,2008,Role-Playing,Square Enix,0.69,0.2,0.49,0.09,1.47 +1295,Star Wars: The Force Unleashed II,X360,2010,Action,LucasArts,0.95,0.4,0,0.12,1.47 +1296,The House of the Dead 2 & 3 Return,Wii,2008,Shooter,Sega,0.78,0.5,0.03,0.15,1.47 +1297,Disney Princess: Magical Jewels,DS,2007,Adventure,Disney Interactive Studios,1.15,0.2,0,0.12,1.47 +1298,LittleBigPlanet PS Vita,PSV,2012,Platform,Sony Computer Entertainment,0.4,0.72,0.02,0.33,1.47 +1299,Xenogears,PS,1998,Role-Playing,SquareSoft,0.29,0.19,0.89,0.1,1.46 +1300,The SpongeBob SquarePants Movie,GBA,2004,Platform,THQ,1.02,0.38,0,0.06,1.46 +1301,Tom Clancy's Ghost Recon: Future Soldier,X360,2012,Shooter,Ubisoft,0.93,0.4,0.02,0.12,1.46 +1302,Battlefield: Bad Company,X360,2008,Shooter,Electronic Arts,0.81,0.46,0.04,0.15,1.46 +1303,Midway Arcade Treasures,PS2,2003,Misc,Midway Games,0.72,0.56,0,0.19,1.46 +1304,Wall-E,DS,2008,Platform,THQ,0.46,0.83,0,0.17,1.46 +1305,Triple Play 99,PS,N/A,Sports,N/A,0.81,0.55,0,0.1,1.46 +1306,Homefront,X360,2011,Shooter,THQ,0.83,0.48,0.02,0.12,1.46 +1307,Super Monkey Ball,GC,2001,Puzzle,Atari,0.95,0.37,0.1,0.04,1.46 +1308,Donkey Kong,2600,1981,Platform,Coleco,1.36,0.08,0,0.02,1.46 +1309,Mortal Kombat 4,PS,1998,Fighting,GT Interactive,0.81,0.55,0,0.1,1.46 +1310,Mario Superstar Baseball,GC,2005,Sports,Nintendo,0.93,0.24,0.25,0.04,1.46 +1311,Mass Effect 3,PS3,2012,Role-Playing,Electronic Arts,0.63,0.59,0.03,0.21,1.46 +1312,LEGO Batman 2: DC Super Heroes,Wii,2012,Action,Warner Bros. Interactive Entertainment,0.94,0.4,0,0.11,1.46 +1313,Medal of Honor: Warfighter,PS3,2012,Action,Electronic Arts,0.47,0.65,0.06,0.28,1.46 +1314,WCW vs the World,PS,1998,Fighting,THQ,1.17,0.2,0.04,0.05,1.46 +1315,SNK vs. Capcom: The Match of the Millennium,PSP,2006,Fighting,Sega,0.53,0.58,0,0.35,1.46 +1316,LEGO City Undercover,3DS,2013,Platform,Nintendo,0.51,0.75,0.07,0.12,1.46 +1317,Onimusha 3: Demon Siege,PS2,2004,Action,Capcom,0.37,0.47,0.54,0.07,1.45 +1318,Diablo III,X360,2013,Role-Playing,Activision,0.89,0.44,0,0.12,1.45 +1319,Batman: Arkham Knight,XOne,2015,Action,Warner Bros. Interactive Entertainment,0.86,0.46,0,0.13,1.45 +1320,BioShock,PS3,2008,Shooter,Take-Two Interactive,0.75,0.49,0.01,0.21,1.45 +1321,Red Dead Revolver,PS2,2004,Shooter,Take-Two Interactive,0.71,0.55,0,0.19,1.45 +1322,Anno 2070,PC,2011,Strategy,Ubisoft,0,1.13,0,0.32,1.45 +1323,Resident Evil: Outbreak,PS2,2003,Action,Capcom,0.54,0.35,0.46,0.1,1.45 +1324,Smarty Pants,Wii,2007,Misc,Electronic Arts,0.53,0.76,0,0.16,1.45 +1325,Tamagotchi,GB,1996,Simulation,Namco Bandai Games,0,0,1.44,0.01,1.45 +1326,4 Nin uchi Mahjong,NES,1984,Misc,Nintendo,0,0,1.45,0,1.45 +1327,Dragon Ball Z,SNES,1993,Fighting,Namco Bandai Games,0,0,1.45,0,1.45 +1328,Game de Hakken!! Tamagotchi 2,GB,1997,Simulation,Namco Bandai Games,0,0,1.44,0.01,1.45 +1329,Namco Museum 64,N64,1999,Misc,Namco Bandai Games,1.24,0.17,0.03,0.01,1.45 +1330,Hasbro Family Game Night,Wii,2008,Puzzle,Electronic Arts,0.97,0.34,0,0.13,1.45 +1331,Dragon Quest Monsters: Joker 2,DS,2010,Role-Playing,Square Enix,0.11,0.08,1.24,0.02,1.45 +1332,Tony Hawk's American Wasteland (Weekly american sales),PS2,2005,Sports,Activision,1.38,0.05,0,0.02,1.45 +1333,My Word Coach,DS,2007,Misc,Ubisoft,0.37,0.9,0,0.18,1.45 +1334,Hello Kitty Party,DS,2007,Misc,Rising Star Games,0.79,0.53,0,0.13,1.44 +1335,SingStar Pop,PS2,2007,Misc,Sony Computer Entertainment,0.04,1.08,0,0.32,1.44 +1336,Sonic Rivals,PSP,2006,Racing,Sega,0.73,0.42,0,0.28,1.44 +1337,SimCity (2013),PC,2013,Simulation,Electronic Arts,0.48,0.77,0,0.19,1.44 +1338,Kirby Super Star,SNES,1996,Platform,Nintendo,0.26,0.07,1.09,0.02,1.44 +1339,Far Cry 4,PS3,2014,Shooter,Ubisoft,0.33,0.79,0.08,0.23,1.44 +1340,WWE SmackDown vs Raw 2008,X360,2007,Fighting,THQ,0.92,0.38,0,0.13,1.44 +1341,Kinect Joy Ride,X360,2010,Racing,Microsoft Game Studios,0.92,0.4,0,0.12,1.44 +1342,Rayman Raving Rabbids,Wii,2006,Misc,Ubisoft,1.23,0.07,0.02,0.11,1.44 +1343,Need for Speed Rivals,PS3,2013,Racing,Electronic Arts,0.33,0.74,0.05,0.31,1.44 +1344,Tiger Woods PGA Tour 2005,PS2,2004,Sports,Electronic Arts,1.03,0.32,0,0.09,1.44 +1345,Dead Space 2,PS3,2011,Shooter,Electronic Arts,0.73,0.5,0,0.21,1.44 +1346,NCAA Football 2003,PS2,2002,Sports,Electronic Arts,1.16,0.08,0,0.19,1.44 +1347,Frogger 2: Swampy's Revenge,PS,1999,Action,Hasbro Interactive,0.8,0.54,0,0.09,1.43 +1348,Disney Infinity,X360,2013,Action,Disney Interactive Studios,0.96,0.37,0,0.11,1.43 +1349,LEGO Indiana Jones 2: The Adventure Continues,Wii,2009,Action,Activision,0.91,0.39,0,0.13,1.43 +1350,Sonic's Ultimate Genesis Collection,X360,2009,Misc,Sega,0.85,0.46,0,0.13,1.43 +1351,Tiger Woods PGA Tour 09 All-Play,Wii,2008,Sports,Electronic Arts,0.81,0.48,0,0.14,1.43 +1352,Disney's DuckTales,GB,1988,Platform,Capcom,0.82,0.23,0.35,0.03,1.43 +1353,Classic NES Series: Super Mario Bros.,GBA,2004,Platform,Nintendo,0,0,1.39,0.03,1.43 +1354,Triple Play 2000,PS,1999,Sports,Electronic Arts,0.79,0.54,0,0.09,1.43 +1355,Dragon Quest VII: Warriors of Eden,3DS,2013,Role-Playing,Square Enix,0.07,0.04,1.3,0.01,1.42 +1356,Cabela's Big Game Hunter,PS2,2002,Sports,Activision,0.7,0.54,0,0.18,1.42 +1357,UFC Undisputed 2010,PS3,2010,Fighting,THQ,0.8,0.41,0.02,0.19,1.42 +1358,NBA Live 06 (Weekly american sales),PS2,2005,Sports,Electronic Arts,1.35,0.05,0,0.02,1.42 +1359,The Legend of Zelda: The Minish Cap,GBA,2004,Action,Nintendo,0.89,0.22,0.22,0.1,1.42 +1360,NFL Street,PS2,2004,Sports,Electronic Arts,1.15,0.08,0,0.19,1.42 +1361,Sonic Generations,X360,2011,Platform,Sega,0.71,0.57,0,0.14,1.42 +1362,Super Metroid,SNES,1994,Action,Nintendo,0.57,0.12,0.71,0.02,1.42 +1363,Pro Yakyuu Family Stadium '87,NES,1987,Sports,Namco Bandai Games,0.12,0,1.3,0,1.42 +1364,Dead Space,X360,2008,Action,Electronic Arts,0.89,0.4,0,0.13,1.42 +1365,Resident Evil (Remake),GC,2002,Action,Capcom,0.63,0.38,0.35,0.05,1.42 +1366,Inazuma Eleven 2,DS,2009,Role-Playing,Nintendo,0,0.21,1.18,0.03,1.42 +1367,Tomb Raider (2013),PS4,2014,Action,Square Enix,0.47,0.64,0.06,0.25,1.41 +1368,LEGO Star Wars II: The Original Trilogy,PSP,2006,Action,LucasArts,0.58,0.51,0,0.32,1.41 +1369,Toy Story 3: The Video Game,Wii,2010,Action,Disney Interactive Studios,0.64,0.63,0,0.14,1.41 +1370,Fight Night Round 4,X360,2009,Fighting,Electronic Arts,0.95,0.34,0,0.13,1.41 +1371,LEGO Star Wars: The Video Game,GC,2005,Action,Eidos Interactive,1.09,0.28,0,0.04,1.41 +1372,Injustice: Gods Among Us,X360,2013,Fighting,Warner Bros. Interactive Entertainment,0.97,0.34,0,0.11,1.41 +1373,Madden NFL 15,PS3,2014,Sports,Electronic Arts,1.07,0.15,0,0.19,1.41 +1374,Disney's The Lion King,GEN,1994,Platform,Virgin Interactive,0.97,0.37,0.03,0.05,1.41 +1375,Ridge Racer,PSP,2004,Racing,Sony Computer Entertainment,0.36,0.45,0.32,0.28,1.41 +1376,Metroid: Other M,Wii,2010,Action,Nintendo,0.87,0.31,0.13,0.1,1.41 +1377,Knockout Kings 2000,PS,1999,Fighting,Electronic Arts,1.02,0.34,0,0.05,1.41 +1378,Gran Turismo 4 Prologue,PS2,2003,Racing,Sony Computer Entertainment,0,0.47,0.77,0.17,1.41 +1379,Twisted Metal: Black,PS2,2001,Racing,Sony Computer Entertainment,1.19,0.17,0,0.05,1.41 +1380,NASCAR 2005: Chase for the Cup,PS2,2004,Racing,Electronic Arts,0.69,0.54,0,0.18,1.41 +1381,Call of Duty: Black Ops,Wii,2010,Shooter,Activision,0.82,0.47,0,0.12,1.4 +1382,Spider-Man: The Movie,XB,2002,Action,Activision,1.07,0.28,0,0.05,1.4 +1383,Need For Speed: Undercover,PS2,2008,Racing,Electronic Arts,0.38,0.08,0.03,0.93,1.4 +1384,2Xtreme,PS,1996,Sports,Sony Computer Entertainment,1.15,0.2,0,0.05,1.4 +1385,Far Cry 2,PS3,2008,Action,Ubisoft,0.43,0.7,0.01,0.27,1.4 +1386,Sonic Advance 3,GBA,2004,Platform,THQ,0.74,0.52,0.08,0.06,1.4 +1387,Final Fantasy III,NES,1990,Role-Playing,SquareSoft,0,0,1.39,0.01,1.4 +1388,Battlefield 4,PC,2013,Shooter,Electronic Arts,0.38,0.86,0,0.16,1.4 +1389,Colin McRae Rally 3,PS2,2002,Racing,Codemasters,0.03,1.05,0.02,0.3,1.4 +1390,Madden NFL 2002,PS,2001,Sports,Electronic Arts,0.78,0.53,0,0.09,1.39 +1391,Doom (2016),PS4,2016,Shooter,Bethesda Softworks,0.49,0.66,0.02,0.22,1.39 +1392,Final Fantasy XII: Revenant Wings,DS,2007,Role-Playing,Square Enix,0.34,0.42,0.54,0.1,1.39 +1393,Bakugan: Battle Brawlers,DS,2009,Action,Activision,1.27,0.02,0,0.09,1.39 +1394,Deus Ex: Human Revolution,PS3,2011,Shooter,Square Enix,0.5,0.6,0.07,0.23,1.39 +1395,NBA Jam,SNES,1994,Sports,Acclaim Entertainment,1.19,0.16,0,0.03,1.39 +1396,Teenage Mutant Ninja Turtles III: The Manhattan Project,NES,1991,Action,Konami Digital Entertainment,1.05,0.17,0.15,0.02,1.39 +1397,Dynasty Warriors 5,PS2,2005,Action,Tecmo Koei,0.24,0.18,0.91,0.06,1.39 +1398,Hannah Montana: Spotlight World Tour,Wii,2007,Action,Disney Interactive Studios,0.87,0.38,0,0.13,1.39 +1399,WWE '13,PS3,2012,Action,THQ,0.51,0.62,0,0.26,1.39 +1400,Deus Ex: Human Revolution,X360,2011,Shooter,Square Enix,0.76,0.48,0.02,0.12,1.39 +1401,True Crime: Streets of LA,XB,2003,Action,Activision,0.96,0.37,0,0.05,1.38 +1402,The Sims 2,PSP,2005,Simulation,Electronic Arts,0.49,0.56,0,0.33,1.38 +1403,Paper Mario,N64,2000,Role-Playing,Nintendo,0.58,0.18,0.59,0.02,1.38 +1404,Bravely Default: Flying Fairy,3DS,2012,Role-Playing,Nintendo,0.5,0.32,0.49,0.07,1.38 +1405,Titanfall,X360,2014,Shooter,Electronic Arts,0.87,0.38,0.02,0.11,1.38 +1406,Duke Nukem: Time to Kill,PS,1998,Shooter,Take-Two Interactive,0.77,0.54,0,0.07,1.38 +1407,Persona 4: Golden,PSV,2012,Role-Playing,Atlus,0.46,0.34,0.38,0.21,1.38 +1408,Dead Rising 2,PS3,2010,Action,Capcom,0.43,0.57,0.15,0.22,1.38 +1409,Hasbro Family Game Night 2,Wii,2009,Misc,Electronic Arts,0.71,0.53,0,0.13,1.38 +1410,Disney Princess: Enchanted Journey,Wii,2007,Adventure,Disney Interactive Studios,1.24,0.04,0,0.09,1.38 +1411,Gardening Mama,DS,2009,Puzzle,505 Games,0.8,0.43,0.01,0.13,1.38 +1412,Dave Mirra Freestyle BMX 2,PS2,2001,Sports,Acclaim Entertainment,0.67,0.53,0,0.18,1.38 +1413,Need for Speed: The Run,X360,2011,Action,Electronic Arts,0.63,0.58,0,0.15,1.38 +1414,LEGO Indiana Jones: The Original Adventures,PS2,2008,Action,LucasArts,0.6,0.01,0,0.76,1.37 +1415,Assassin's Creed: Rogue,PS3,2014,Action,Ubisoft,0.46,0.62,0.06,0.23,1.37 +1416,Ridge Racer 7,PS3,2006,Racing,Namco Bandai Games,0.24,0.7,0.16,0.26,1.37 +1417,A Collection of Activision Classic Games for the Atari 2600,PS,1998,Misc,Activision,0.76,0.52,0,0.09,1.37 +1418,Forza Horizon 2,XOne,2014,Racing,Microsoft Game Studios,0.5,0.78,0.01,0.09,1.37 +1419,MotorStorm: Pacific Rift,PS3,2008,Racing,Sony Computer Entertainment,0.43,0.67,0.02,0.26,1.37 +1420,Sonic Colors,DS,2010,Platform,Sega,0.74,0.5,0.01,0.13,1.37 +1421,Star Wars Knights of the Old Republic II: The Sith Lords,XB,2004,Role-Playing,Activision,0.99,0.33,0,0.05,1.37 +1422,LEGO Harry Potter: Years 1-4,PS3,2010,Action,Warner Bros. Interactive Entertainment,0.55,0.6,0,0.22,1.37 +1423,Pocket Monsters Stadium,N64,1998,Strategy,Nintendo,0,0,1.37,0,1.37 +1424,NBA 2K15,PS3,2014,Sports,Take-Two Interactive,0.86,0.27,0.02,0.22,1.36 +1425,Tom Clancy's Ghost Recon 2,XB,2004,Shooter,Ubisoft,0.86,0.45,0,0.06,1.36 +1426,Crash Bandicoot 2: N-Tranced,GBA,2003,Platform,Vivendi Games,0.63,0.66,0,0.07,1.36 +1427,Burnout Paradise,X360,2008,Racing,Electronic Arts,0.63,0.58,0.01,0.15,1.36 +1428,SingStar Abba,PS2,2008,Misc,Sony Computer Entertainment,0.23,0.04,0,1.09,1.36 +1429,Gradius,NES,1986,Shooter,Konami Digital Entertainment,0.27,0.08,1,0.01,1.36 +1430,Dragon Quest III: Soshite Densetsu e...,SNES,1996,Role-Playing,Enix Corporation,0,0,1.36,0,1.36 +1431,Centipede,2600,1981,Shooter,Atari,1.26,0.08,0,0.01,1.36 +1432,Yoshi's New Island,3DS,2014,Platform,Nintendo,0.47,0.51,0.28,0.09,1.36 +1433,Ryse: Son of Rome,XOne,2013,Action,Microsoft Game Studios,0.82,0.42,0,0.11,1.36 +1434,Dead to Rights,PS2,2002,Shooter,Electronic Arts,0.67,0.52,0,0.17,1.36 +1435,LEGO Harry Potter: Years 5-7,Wii,N/A,Action,Warner Bros. Interactive Entertainment,0.76,0.47,0,0.13,1.36 +1436,Marvel vs. Capcom 3: Fate of Two Worlds,PS3,2011,Fighting,Capcom,0.81,0.29,0.11,0.14,1.35 +1437,Dance Dance Revolution (Japan),PS,1999,Simulation,Konami Digital Entertainment,0,0,1.26,0.09,1.35 +1438,F1 2010,PS3,2010,Racing,Codemasters,0.25,0.76,0.08,0.27,1.35 +1439,Madden NFL 98,PS,1997,Sports,Electronic Arts,1.29,0.03,0,0.03,1.35 +1440,FIFA Soccer 09,PSP,2008,Sports,Electronic Arts,0.23,0.73,0.02,0.37,1.35 +1441,Namco Museum DS,DS,2007,Misc,Atari,1.18,0.01,0.06,0.09,1.35 +1442,FIFA Soccer 08,PSP,2007,Sports,Electronic Arts,0.2,0.76,0,0.39,1.35 +1443,Grand Theft Auto: Chinatown Wars,DS,2009,Action,Take-Two Interactive,0.59,0.57,0.05,0.14,1.35 +1444,Alan Wake,X360,2010,Action,Microsoft Game Studios,0.66,0.51,0.05,0.13,1.35 +1445,Battlefield: Bad Company,PS3,2008,Shooter,Electronic Arts,0.76,0.36,0.05,0.18,1.35 +1446,Mortal Kombat X,XOne,2015,Fighting,Warner Bros. Interactive Entertainment,1,0.21,0,0.13,1.35 +1447,Samurai Warriors,PS2,2004,Action,Electronic Arts,0.22,0.05,1.06,0.02,1.35 +1448,The Simpsons: Hit & Run,XB,2003,Racing,Vivendi Games,0.7,0.58,0,0.07,1.35 +1449,Devil May Cry 4,X360,2008,Action,Capcom,0.79,0.34,0.08,0.13,1.35 +1450,Tom Clancy's Rainbow Six: Vegas 2,PS3,2008,Shooter,Ubisoft,0.66,0.45,0.04,0.21,1.35 +1451,Monster Hunter Freedom,PSP,2005,Role-Playing,Capcom,0.24,0.04,1.03,0.04,1.35 +1452,Crysis 2,X360,2011,Action,Electronic Arts,0.7,0.5,0.02,0.12,1.35 +1453,SaGa Frontier,PS,1997,Role-Playing,SquareSoft,0.15,0.04,1.07,0.09,1.35 +1454,SingStar Party,PS2,2004,Misc,Sony Computer Entertainment,0,1.04,0,0.31,1.35 +1455,FIFA Soccer 08,X360,2007,Sports,Electronic Arts,0.31,0.89,0.01,0.14,1.35 +1456,The ICO & Shadow of the Colossus Collection,PS3,2011,Adventure,Sony Computer Entertainment,0.67,0.37,0.13,0.17,1.35 +1457,Test Drive,PS2,2002,Racing,Atari,0.95,0.21,0.01,0.18,1.34 +1458,Mario & Luigi: Partners in Time,DS,2005,Role-Playing,Nintendo,0.77,0.07,0.43,0.08,1.34 +1459,Lost Planet: Extreme Condition,X360,2006,Shooter,Capcom,1.09,0.04,0.1,0.11,1.34 +1460,Mortal Kombat 3,GEN,1994,Fighting,Acclaim Entertainment,1.03,0.27,0,0.04,1.34 +1461,Doom 3,XB,2005,Shooter,Activision,0.85,0.43,0,0.06,1.34 +1462,Donkey Kong Jungle Beat,GC,2004,Platform,Nintendo,0.84,0.22,0.24,0.04,1.34 +1463,Need for Speed Carbon,PS2,2006,Racing,Electronic Arts,1.22,0.05,0.05,0.01,1.34 +1464,Max Payne 2: The Fall of Max Payne,PS2,2003,Shooter,Take-Two Interactive,0.65,0.51,0,0.17,1.34 +1465,Command & Conquer: Red Alert 2,PC,2000,Strategy,Electronic Arts,1.32,0.02,0,0,1.34 +1466,MVP Baseball 2004,PS2,2004,Sports,Electronic Arts,1.1,0.06,0,0.18,1.34 +1467,WWE SmackDown vs Raw 2008,PS3,2007,Fighting,THQ,0.62,0.5,0.01,0.21,1.33 +1468,Ratchet & Clank: Up Your Arsenal (Weekly american sales),PS2,2004,Platform,Sony Computer Entertainment,1.27,0.05,0,0.02,1.33 +1469,Your Shape: Fitness Evolved,X360,2010,Sports,Ubisoft,0.79,0.42,0,0.11,1.33 +1470,Rage,PS3,2011,Shooter,Bethesda Softworks,0.47,0.59,0.06,0.21,1.33 +1471,Skylanders SWAP Force,X360,2013,Platform,Activision,0.86,0.36,0,0.11,1.33 +1472,NBA 2K14,PS4,2013,Sports,Take-Two Interactive,0.89,0.31,0.01,0.12,1.33 +1473,Spider-Man: The Movie,GBA,2002,Action,Activision,0.92,0.35,0.01,0.05,1.33 +1474,WWF War Zone,N64,1998,Fighting,Acclaim Entertainment,1.08,0.24,0,0.02,1.33 +1475,Tony Hawk's Pro Skater,GB,2000,Sports,Activision,0.9,0.38,0.01,0.05,1.33 +1476,The Sims: Bustin' Out,GBA,2003,Simulation,Electronic Arts,0.93,0.35,0,0.06,1.33 +1477,Triple Play 2001,PS,2000,Sports,Electronic Arts,0.74,0.5,0,0.09,1.33 +1478,Metroid Prime 2: Echoes,GC,2004,Shooter,Nintendo,0.87,0.35,0.07,0.04,1.33 +1479,UFC Undisputed 2010,X360,2010,Fighting,THQ,0.9,0.31,0,0.11,1.33 +1480,Final Fantasy X / X-2 HD Remaster,PS3,2013,Role-Playing,Square Enix,0.43,0.4,0.32,0.18,1.33 +1481,Corvette,PS2,2004,Racing,TDK Mediactive,0.65,0.51,0,0.17,1.33 +1482,Petz Wild Animals: Dolphinz,DS,2007,Simulation,Ubisoft,0.71,0.48,0,0.13,1.33 +1483,Pokemon Ranger: Guardian Signs,DS,2010,Role-Playing,Nintendo,0.51,0.17,0.58,0.06,1.33 +1484,Middle-Earth: Shadow of Mordor,XOne,2014,Action,Warner Bros. Interactive Entertainment,0.72,0.5,0.01,0.1,1.32 +1485,Need for Speed Underground Rivals,PSP,2005,Racing,Electronic Arts,0.69,0.38,0.02,0.24,1.32 +1486,LEGO Batman: The Videogame,PS3,2008,Action,Warner Bros. Interactive Entertainment,0.72,0.42,0,0.19,1.32 +1487,Dark Souls II,PS3,2014,Role-Playing,Namco Bandai Games,0.4,0.36,0.4,0.17,1.32 +1488,World of Warcraft: Wrath of the Lich King,PC,2008,Role-Playing,Activision,0.01,0.13,0,1.18,1.32 +1489,Kingdom Hearts II,PS3,2014,Role-Playing,Square Enix,0.52,0.43,0.18,0.19,1.32 +1490,The LEGO Movie Videogame,X360,2014,Action,Warner Bros. Interactive Entertainment,0.69,0.52,0,0.11,1.32 +1491,TOCA 2: Touring Cars,PS,1998,Racing,Codemasters,0.03,1.16,0.02,0.11,1.32 +1492,Gyromite,NES,1985,Puzzle,Nintendo,0.73,0.16,0.4,0.03,1.32 +1493,NFL 2K3,PS2,2002,Sports,Atari,1.06,0.08,0,0.18,1.32 +1494,Fighting Force,PS,1997,Fighting,Eidos Interactive,0.73,0.5,0,0.09,1.32 +1495,Mega Man Battle Network 4: Red Sun / Blue Moon,GBA,2003,Role-Playing,Capcom,0.31,0.04,0.96,0.01,1.32 +1496,MAG: Massive Action Game,PS3,2010,Shooter,Sony Computer Entertainment,0.77,0.3,0.09,0.16,1.32 +1497,Madden NFL 97,PS,1996,Sports,Electronic Arts,0.73,0.5,0,0.09,1.32 +1498,Cars 2,DS,2011,Racing,Disney Interactive Studios,0.72,0.44,0.04,0.12,1.32 +1499,Skylanders Giants,X360,2012,Action,Activision,0.75,0.45,0,0.11,1.32 +1500,LEGO Batman: The Videogame,PSP,N/A,Action,Warner Bros. Interactive Entertainment,0.57,0.46,0,0.28,1.32 +1501,TNN Motor Sports Hardcore 4x4,PS,1996,Racing,ASC Games,0.73,0.5,0,0.09,1.31 +1502,IHRA Drag Racing 2,PS2,2002,Racing,Bethesda Softworks,0.64,0.5,0,0.17,1.31 +1503,The Beatles: Rock Band,X360,2009,Misc,MTV Games,0.97,0.23,0,0.11,1.31 +1504,Tekken 6,X360,2009,Fighting,Namco Bandai Games,0.71,0.42,0.05,0.13,1.31 +1505,[Prototype],X360,2009,Action,Activision,0.84,0.35,0,0.12,1.31 +1506,Deal or No Deal,Wii,2009,Misc,Zoo Games,1.22,0,0,0.09,1.31 +1507,Madagascar,PS2,2005,Platform,Activision,0.78,0.45,0,0.07,1.31 +1508,Rugrats Studio Tour,PS,1999,Adventure,THQ,0.57,0.67,0,0.07,1.31 +1509,LEGO Battles,DS,2009,Strategy,Warner Bros. Interactive Entertainment,0.81,0.38,0,0.12,1.31 +1510,Pitfall II: Lost Caverns,2600,1983,Platform,Activision,1.22,0.07,0,0.02,1.31 +1511,Turok: Evolution,PS2,2002,Shooter,Acclaim Entertainment,0.64,0.5,0,0.17,1.31 +1512,High School Musical 3: Senior Year DANCE!,Wii,2008,Misc,Disney Interactive Studios,0.68,0.49,0,0.13,1.31 +1513,Gold's Gym: Cardio Workout,Wii,2008,Sports,Ubisoft,1.11,0.04,0.06,0.09,1.31 +1514,Burnout 3: Takedown,XB,2004,Racing,Electronic Arts,0.84,0.43,0,0.04,1.31 +1515,Adventure,2600,N/A,Adventure,Atari,1.21,0.08,0,0.01,1.3 +1516,Yu-Gi-Oh! The Sacred Cards,GBA,2002,Role-Playing,Konami Digital Entertainment,0.94,0.35,0,0.02,1.3 +1517,Crysis 2,PS3,2011,Action,Electronic Arts,0.45,0.57,0.06,0.21,1.3 +1518,NBA Live 07,PS2,2006,Sports,Electronic Arts,1.07,0.04,0.02,0.17,1.3 +1519,Saints Row IV,PS3,2013,Action,Deep Silver,0.56,0.44,0.09,0.21,1.3 +1520,SingStar '80s,PS2,2005,Misc,Sony Computer Entertainment,0.27,0.02,0,1.02,1.3 +1521,EA Playground,Wii,2007,Sports,Electronic Arts,0.69,0.48,0,0.13,1.3 +1522,Test Drive 5,PS,1997,Racing,Accolade,1.05,0.2,0,0.05,1.3 +1523,Romancing SaGa 3,SNES,1995,Role-Playing,SquareSoft,0,0,1.29,0.01,1.3 +1524,EA Sports Active 2,Wii,2010,Sports,Electronic Arts,0.78,0.4,0,0.11,1.3 +1525,Digimon World,PS,1999,Role-Playing,Namco Bandai Games,0.56,0.38,0.28,0.08,1.3 +1526,Rise of the Tomb Raider,XOne,2015,Adventure,Square Enix,0.53,0.64,0.02,0.1,1.3 +1527,Need for Speed Carbon,Wii,2006,Racing,Electronic Arts,0.46,0.66,0.02,0.15,1.29 +1528,Yoshi's Woolly World,WiiU,2015,Platform,Nintendo,0.61,0.47,0.11,0.1,1.29 +1529,Mega Man Battle Network 3 Blue / White Version,GBA,2002,Role-Playing,Capcom,0.39,0.02,0.85,0.03,1.29 +1530,FIFA Street,PS3,2012,Sports,Electronic Arts,0.11,0.92,0,0.25,1.29 +1531,Resident Evil Zero,GC,2002,Action,Capcom,0.54,0.27,0.45,0.04,1.29 +1532,Need for Speed: Most Wanted,X360,2005,Racing,Electronic Arts,1,0.17,0.02,0.1,1.29 +1533,Tom Clancy's Rainbow Six: Siege,XOne,2015,Shooter,Ubisoft,0.73,0.44,0,0.12,1.29 +1534,Pirates of the Caribbean: The Curse of the Black Pearl,GBA,2003,Platform,TDK Mediactive,0.93,0.34,0,0.02,1.29 +1535,Transformers,PS2,2004,Shooter,Atari,0.63,0.49,0,0.16,1.29 +1536,Guitar Hero: Aerosmith,Wii,2008,Misc,Activision,1.04,0.14,0,0.1,1.29 +1537,Mystery Case Files: MillionHeir,DS,2008,Adventure,Nintendo,0.76,0.4,0,0.12,1.29 +1538,Valkyria Chronicles,PS3,2008,Role-Playing,Sega,0.71,0.2,0.24,0.13,1.29 +1539,Midnight Club 3: DUB Edition (America weekly sales),PS2,2005,Racing,Take-Two Interactive,1.22,0.05,0,0.01,1.29 +1540,Champions of Norrath,PS2,2004,Role-Playing,Sony Online Entertainment,0.63,0.49,0,0.16,1.28 +1541,Watch Dogs,X360,2014,Action,Ubisoft,0.72,0.45,0.01,0.11,1.28 +1542,Imagine: Wedding Designer,DS,2008,Simulation,Ubisoft,0.55,0.59,0,0.14,1.28 +1543,Metal Gear Solid V: Ground Zeroes,PS4,2014,Action,Konami Digital Entertainment,0.45,0.46,0.17,0.2,1.28 +1544,Yakuman,GB,1989,Misc,Nintendo,0,0,1.28,0,1.28 +1545,Assassin's Creed Syndicate,XOne,2015,Action,Ubisoft,0.61,0.56,0,0.11,1.28 +1546,Army Men 3D,PS,1999,Action,3DO,1.1,0.14,0,0.04,1.28 +1547,WWE '13,X360,2012,Action,THQ,0.72,0.45,0,0.11,1.28 +1548,Twisted Metal 4,PS,1999,Racing,989 Studios,1.07,0.16,0,0.04,1.28 +1549,Manhunt,PS2,2003,Action,Take-Two Interactive,0.63,0.49,0,0.16,1.28 +1550,Kid Icarus: Uprising,3DS,2012,Action,Nintendo,0.48,0.35,0.36,0.07,1.28 +1551,Silent Hill 2,PS2,2001,Action,Konami Digital Entertainment,0.62,0.49,0,0.16,1.28 +1552,Tomb Raider: Underworld,PS3,2008,Action,Eidos Interactive,0.45,0.56,0.05,0.22,1.27 +1553,Castlevania: Symphony of the Night,PS,1997,Platform,Konami Digital Entertainment,0.58,0.4,0.21,0.08,1.27 +1554,The Sims 2: Nightlife,PC,2005,Simulation,Electronic Arts,1.22,0.05,0,0,1.27 +1555,LEGO Batman: The Videogame,PS2,2008,Action,Warner Bros. Interactive Entertainment,0.72,0.03,0,0.52,1.27 +1556,Road Rash,PS,1995,Racing,Electronic Arts,0.71,0.48,0,0.08,1.27 +1557,Pokemon Mystery Dungeon: Gates to Infinity,3DS,2012,Role-Playing,Nintendo,0.44,0.3,0.47,0.06,1.27 +1558,Atlantis,2600,1981,Shooter,Imagic,1.18,0.08,0,0.01,1.27 +1559,NBA 2K9,X360,2008,Sports,Take-Two Interactive,1,0.16,0,0.11,1.27 +1560,WWE '12,X360,2011,Fighting,THQ,0.74,0.4,0,0.12,1.27 +1561,Tony Hawk's Underground,XB,2003,Sports,Activision,0.85,0.37,0,0.05,1.27 +1562,Hogan's Alley,NES,1984,Shooter,Nintendo,0.68,0.16,0.41,0.02,1.27 +1563,The Elder Scrolls Online,XOne,2015,Role-Playing,Bethesda Softworks,0.77,0.38,0,0.12,1.27 +1564,Jillian Michaels' Fitness Ultimatum 2009,Wii,2008,Sports,Deep Silver,0.96,0.2,0,0.11,1.27 +1565,.hack//Infection Part 1,PS2,2002,Role-Playing,Atari,0.49,0.38,0.26,0.13,1.27 +1566,Rockstar Games presents Table Tennis,Wii,2007,Sports,Take-Two Interactive,0.39,0.73,0,0.15,1.27 +1567,Sonic Adventure DX: Director's Cut,GC,2003,Platform,Sega,0.87,0.3,0.06,0.03,1.27 +1568,Jet Li: Rise to Honor,PS2,2004,Action,Sony Computer Entertainment,0.62,0.48,0,0.16,1.27 +1569,Battle Arena Toshinden,PS,1994,Fighting,Sony Computer Entertainment,0.39,0.26,0.53,0.08,1.27 +1570,Yokai Watch 3,3DS,2016,Action,Level 5,0,0,1.27,0,1.27 +1571,Kung Fu Panda,DS,2008,Action,Activision,0.56,0.57,0,0.14,1.26 +1572,Tamagotchi Connection: Corner Shop,DS,2005,Simulation,Atari,0.1,0.02,1.12,0.01,1.26 +1573,Football Manager 2011,PC,2010,Sports,Sega,0,1.01,0,0.25,1.26 +1574,Devil Dice,PS,1998,Puzzle,THQ,0.05,0.03,1.1,0.08,1.26 +1575,Final Fantasy IV,DS,2007,Simulation,Square Enix,0.54,0.05,0.62,0.05,1.26 +1576,Hyrule Warriors,WiiU,2014,Action,Nintendo,0.61,0.42,0.13,0.1,1.26 +1577,Need for Speed Carbon,PS3,2006,Racing,Electronic Arts,0.49,0.52,0.03,0.21,1.26 +1578,Championship Manager 03/04,PC,2003,Sports,Eidos Interactive,0,1.15,0,0.11,1.26 +1579,Brian Lara Cricket,PS,1998,Sports,Codemasters,0.02,1.13,0.01,0.1,1.26 +1580,Ratatouille,DS,2007,Action,THQ,0.5,0.62,0,0.14,1.26 +1581,Wheel of Fortune,PS,1998,Misc,Hasbro Interactive,0.99,0.22,0,0.04,1.26 +1582,LEGO The Lord of the Rings,X360,2012,Action,Warner Bros. Interactive Entertainment,0.63,0.51,0,0.11,1.26 +1583,Winter Sports: The Ultimate Challenge,Wii,2007,Sports,RTL,0.45,0.68,0,0.12,1.26 +1584,SOCOM: U.S. Navy SEALs Confrontation,PS3,2008,Shooter,Sony Computer Entertainment,0.94,0.17,0.02,0.13,1.25 +1585,NBA Live 2001,PS,2000,Sports,Electronic Arts,0.7,0.47,0,0.08,1.25 +1586,Star Wars: The Force Unleashed,PS2,2008,Action,LucasArts,0.49,0,0.01,0.75,1.25 +1587,Combat,2600,N/A,Action,Atari,1.17,0.07,0,0.01,1.25 +1588,Tom Clancy's Rainbow Six: Vegas,PS3,2007,Shooter,Ubisoft,0.47,0.53,0.03,0.22,1.25 +1589,Dragon Ball: Daimaou Fukkatsu,NES,1988,Role-Playing,Namco Bandai Games,0,0,1.25,0,1.25 +1590,Gegege no Kitarou 2: Youkai Gundan no Chousen,NES,1987,Role-Playing,Namco Bandai Games,0,0,1.25,0,1.25 +1591,Reel Fishing,PS,1996,Sports,Natsume,0.99,0.13,0.1,0.04,1.25 +1592,Injustice: Gods Among Us,PS3,2013,Fighting,Warner Bros. Interactive Entertainment,0.48,0.53,0.01,0.23,1.25 +1593,Pokemon XD: Gale of Darkness,GC,2005,Role-Playing,Nintendo,0.71,0.19,0.31,0.03,1.25 +1594,Black,PS2,2006,Shooter,Electronic Arts,1.01,0.04,0.03,0.16,1.25 +1595,RollerCoaster Tycoon 2,PC,2002,Strategy,Atari,1.19,0.05,0,0,1.25 +1596,Lara Croft Tomb Raider: The Angel of Darkness,PS2,2003,Action,Eidos Interactive,0.61,0.48,0,0.16,1.25 +1597,Tom Clancy's Splinter Cell: Pandora Tomorrow,PS2,2004,Action,Ubisoft,0.52,0.56,0,0.17,1.25 +1598,Road Rash 3D,PS,1998,Racing,Electronic Arts,1.05,0.16,0,0.04,1.25 +1599,Ratchet: Deadlocked,PS2,2005,Shooter,Sony Computer Entertainment,0.85,0.03,0.22,0.14,1.24 +1600,Baldur's Gate: Dark Alliance,PS2,2001,Role-Playing,Virgin Interactive,0.61,0.48,0,0.16,1.24 +1601,Transformers: Autobots / Decepticons,DS,2007,Action,Activision,1.12,0.03,0,0.09,1.24 +1602,Tales of Xillia,PS3,2011,Role-Playing,Namco Bandai Games,0.29,0.19,0.67,0.09,1.24 +1603,Diddy Kong Racing DS,DS,2007,Racing,Nintendo,1.1,0.04,0,0.1,1.24 +1604,[Prototype],PS3,2009,Action,Activision,0.65,0.41,0,0.19,1.24 +1605,Assassin's Creed: Bloodlines,PSP,2009,Action,Ubisoft,0.43,0.48,0.05,0.28,1.24 +1606,Oddworld: Abe's Oddysee,PS,1997,Platform,GT Interactive,0.75,0.44,0,0.06,1.24 +1607,The Witcher 3: Wild Hunt,XOne,2015,Role-Playing,Namco Bandai Games,0.66,0.47,0,0.11,1.24 +1608,Ridge Racer V,PS2,2000,Action,Namco Bandai Games,0.24,0.19,0.75,0.06,1.24 +1609,WWE SmackDown vs. Raw 2009,PS2,2008,Fighting,THQ,0.69,0,0,0.55,1.24 +1610,Tetris 2 (All region sales),GB,1992,Puzzle,Nintendo,0.56,0.22,0.43,0.03,1.24 +1611,Star Wars Episode III: Revenge of the Sith,XB,2005,Action,Activision,0.82,0.38,0,0.04,1.24 +1612,Ben 10: Protector of Earth,Wii,2007,Action,D3Publisher,0.55,0.55,0,0.13,1.23 +1613,Frogger: The Great Quest,PS2,2001,Platform,Konami Digital Entertainment,0.6,0.47,0,0.16,1.23 +1614,2010 FIFA World Cup South Africa,PS3,2010,Sports,Electronic Arts,0.3,0.64,0.07,0.22,1.23 +1615,Ninja Gaiden,XB,2004,Action,Microsoft Game Studios,0.92,0.2,0.07,0.04,1.23 +1616,Crash Bandicoot: The Wrath of Cortex,XB,2002,Platform,Universal Interactive,0.59,0.57,0,0.07,1.23 +1617,Driv3r,PS2,2004,Racing,Atari,0.6,0.47,0,0.16,1.23 +1618,Disney's Tarzan / Disney's Aladdin in Nasira's Revenge / Disney's The Emperor's New Groove Action Game,PS,2003,Misc,Sony Computer Entertainment,0.69,0.47,0,0.08,1.23 +1619,Farming Simulator 2015,PC,2014,Simulation,Focus Home Interactive,0.08,1.02,0,0.13,1.23 +1620,Guitar Hero: Aerosmith,X360,2008,Misc,Activision,1,0.14,0,0.1,1.23 +1621,Medal of Honor: Airborne,PS3,2007,Shooter,Electronic Arts,0.25,0.7,0.03,0.25,1.23 +1622,Kirby Tilt 'n' Tumble,GB,2000,Puzzle,Nintendo,0.29,0.17,0.75,0.02,1.23 +1623,SpongeBob SquarePants: Battle for Bikini Bottom,GBA,2003,Platform,THQ,0.88,0.33,0,0.02,1.23 +1624,Vigilante 8,PS,1998,Racing,Activision,0.68,0.47,0,0.08,1.23 +1625,Castlevania,NES,1986,Platform,Konami Digital Entertainment,0.54,0.06,0.62,0.01,1.23 +1626,Donkey Kong Country 2,GBA,2004,Platform,Nintendo,0.79,0.27,0.12,0.04,1.23 +1627,Bayonetta,PS3,2009,Action,Sega,0.44,0.41,0.21,0.17,1.23 +1628,"WarioWare, Inc.: Mega MicroGame$",GBA,2003,Puzzle,Nintendo,0.4,0.11,0.7,0.02,1.23 +1629,Star Wars: Battlefront II,PSP,2005,Shooter,LucasArts,1.05,0.06,0.01,0.11,1.23 +1630,Madden NFL 17,PS4,2016,Sports,Electronic Arts,0.92,0.08,0,0.23,1.23 +1631,Boom Blox,Wii,2008,Puzzle,Electronic Arts,0.72,0.38,0,0.12,1.23 +1632,Fallout 4,PC,2015,Role-Playing,Bethesda Softworks,0.5,0.63,0,0.1,1.23 +1633,The Sims 2: Castaway,Wii,2007,Simulation,Electronic Arts,0.45,0.64,0,0.14,1.23 +1634,LEGO Batman 2: DC Super Heroes,PS3,2012,Action,Warner Bros. Interactive Entertainment,0.5,0.53,0,0.2,1.22 +1635,Naruto Shippuden: Ultimate Ninja Storm 2,PS3,2010,Fighting,Namco Bandai Games,0.42,0.47,0.15,0.18,1.22 +1636,Mario Power Tennis,GC,2004,Sports,Nintendo,0.58,0.16,0.46,0.03,1.22 +1637,Intelligent Qube,PS,1997,Puzzle,Sony Computer Entertainment,0.13,0.07,1,0.02,1.22 +1638,Game & Watch Gallery 2,GB,1997,Misc,Nintendo,0.76,0.3,0.12,0.04,1.22 +1639,Game & Watch Gallery 3,GB,1999,Misc,Nintendo,0.79,0.31,0.08,0.04,1.22 +1640,Pac-Man,NES,1984,Puzzle,Namco Bandai Games,0.27,0.08,0.85,0.02,1.22 +1641,Parfait: Chocolat Second Style,PS2,2006,Adventure,Alchemist,0.59,0.46,0.01,0.15,1.22 +1642,F1 2011,PS3,2011,Racing,Codemasters,0.12,0.75,0.11,0.25,1.22 +1643,Cars,PSP,2006,Racing,THQ,0.72,0.29,0,0.21,1.22 +1644,NBA Live 99,PS,1997,Sports,Electronic Arts,1.13,0.05,0,0.03,1.22 +1645,Chocobo no Fushigi Dungeon,PS,1997,Role-Playing,SquareSoft,0,0,1.14,0.08,1.22 +1646,Golden Sun: The Lost Age,GBA,2002,Role-Playing,Nintendo,0.61,0.27,0.27,0.07,1.22 +1647,SimCity 2000,PS,1996,Simulation,Maxis,0.68,0.46,0,0.08,1.22 +1648,Max Payne,XB,2001,Shooter,Take-Two Interactive,0.98,0.19,0,0.05,1.22 +1649,WCW Mayhem,PS,1998,Fighting,Electronic Arts,0.68,0.46,0,0.08,1.22 +1650,NBA 2K2,PS2,2002,Sports,Sega,0.59,0.46,0.01,0.15,1.22 +1651,NASCAR Thunder 2003,PS2,N/A,Racing,Unknown,0.6,0.46,0,0.16,1.22 +1652,Super Street Fighter IV: 3D Edition,3DS,2011,Fighting,Capcom,0.55,0.44,0.14,0.09,1.22 +1653,Cars,PS2,2006,Racing,THQ,1.01,0.04,0,0.16,1.21 +1654,Fuzion Frenzy,XB,2001,Misc,Microsoft Game Studios,0.93,0.24,0,0.04,1.21 +1655,Call of Duty: Finest Hour,XB,2004,Shooter,Activision,0.78,0.4,0,0.04,1.21 +1656,FIFA Soccer 11,PSP,2010,Sports,Electronic Arts,0.13,0.7,0.01,0.37,1.21 +1657,Sly Cooper and the Thievius Raccoonus,PS2,2002,Platform,Sony Computer Entertainment,1.03,0.14,0,0.04,1.21 +1658,LEGO Indiana Jones 2: The Adventure Continues,DS,2009,Action,Activision,0.66,0.43,0,0.12,1.21 +1659,The Magical Quest starring Mickey Mouse,SNES,1992,Platform,Capcom,0.66,0.17,0.35,0.03,1.21 +1660,Dragon Quest IV: Michibikareshi Monotachi,PS,2001,Role-Playing,Enix Corporation,0,0,1.2,0.01,1.21 +1661,Star Wars Episode 1: Jedi Power Battles,PS,1999,Action,LucasArts,0.66,0.48,0.01,0.06,1.21 +1662,Dino Crisis 2,PS,2000,Action,Virgin Interactive,0.34,0.49,0.28,0.1,1.21 +1663,Need for Speed Underground,GC,2003,Racing,Electronic Arts,0.69,0.48,0.01,0.03,1.21 +1664,Shrek / Shrek 2 2-in-1 Gameboy Advance Video,GBA,2007,Misc,N/A,0.87,0.32,0,0.02,1.21 +1665,Test Drive 4,PS,1997,Racing,Electronic Arts,0.67,0.46,0,0.08,1.21 +1666,FIFA Soccer 07,PSP,2006,Sports,Electronic Arts,0.24,0.65,0,0.32,1.21 +1667,World Soccer Winning Eleven 9 (JP & Others sales),PSP,2005,Sports,Konami Digital Entertainment,0.01,0.88,0.31,0,1.2 +1668,The Lord of the Rings: The Fellowship of the Ring,PS2,2002,Action,Black Label Games,0.59,0.46,0,0.15,1.2 +1669,LEGO Star Wars III: The Clone Wars,PS3,2011,Action,LucasArts,0.52,0.49,0,0.2,1.2 +1670,ATV Offroad Fury 3,PS2,2004,Racing,SouthPeak Games,1,0.04,0,0.16,1.2 +1671,Pikmin 2,GC,2004,Strategy,Nintendo,0.48,0.13,0.56,0.03,1.2 +1672,Just Dance 2016,Wii,2015,Misc,Ubisoft,0.52,0.59,0,0.1,1.2 +1673,Disney Sing It,Wii,2008,Misc,Disney Interactive Studios,0.77,0.31,0,0.12,1.2 +1674,Battlefield: Hardline,XOne,2015,Shooter,Electronic Arts,0.72,0.37,0.01,0.11,1.2 +1675,WWE 2K16,PS4,2015,Sports,Take-Two Interactive,0.41,0.6,0,0.19,1.2 +1676,Dragon Ball Z: La Legende Saien,SNES,1993,Fighting,Namco Bandai Games,0,0,1.2,0,1.2 +1677,TwinBee,NES,1986,Shooter,Konami Digital Entertainment,0,0,1.2,0,1.2 +1678,Ganbare Goemon! Karakuri Douchuu,NES,1986,Platform,Konami Digital Entertainment,0,0,1.2,0,1.2 +1679,NFL 2K,DC,1999,Sports,Sega,1.12,0.05,0,0.02,1.2 +1680,SolarStriker,GB,1989,Shooter,Nintendo,0.4,0.39,0.36,0.04,1.2 +1681,Enter the Matrix,XB,2003,Action,Atari,0.72,0.43,0.01,0.04,1.2 +1682,NHL 2002,PS2,2001,Sports,Electronic Arts,0.59,0.46,0,0.15,1.2 +1683,Mario vs. Donkey Kong 2: March of the Minis,DS,2006,Puzzle,Nintendo,0.74,0.03,0.36,0.07,1.2 +1684,Pok茅Park Wii: Pikachu's Adventure,Wii,2009,Adventure,Nintendo,0.55,0.17,0.42,0.06,1.2 +1685,One Piece: Pirate Warriors,PS3,2012,Action,Namco Bandai Games,0.01,0.24,0.86,0.09,1.2 +1686,WWE 2K14,PS3,2013,Sports,Take-Two Interactive,0.49,0.49,0,0.21,1.19 +1687,Metal Gear Solid: Portable Ops,PSP,2006,Action,Konami Digital Entertainment,0.38,0.35,0.38,0.09,1.19 +1688,Nuclear Strike,PS,1997,Simulation,Electronic Arts,0.66,0.45,0,0.08,1.19 +1689,Captain Toad: Treasure Tracker,WiiU,2014,Puzzle,Nintendo,0.56,0.36,0.19,0.09,1.19 +1690,WWE SmackDown vs Raw 2008,PSP,2007,Fighting,THQ,0.45,0.47,0,0.28,1.19 +1691,The Simpsons: Road Rage,GBA,2003,Racing,THQ,0.86,0.32,0,0.02,1.19 +1692,Pro Evolution Soccer 2008,Wii,2008,Sports,Konami Digital Entertainment,0.09,0.84,0.11,0.15,1.19 +1693,SpongeBob SquarePants: Revenge of the Flying Dutchman,GBA,2002,Platform,THQ,0.92,0.23,0,0.04,1.19 +1694,Mario & Sonic at the London 2012 Olympic Games,3DS,2012,Sports,Sega,0.18,0.64,0.27,0.1,1.19 +1695,Scarface: The World is Yours,PS2,2006,Action,Vivendi Games,0.99,0.04,0,0.16,1.19 +1696,Kobe Bryant in NBA Courtside,N64,1998,Sports,Nintendo,1.02,0.13,0.04,0.01,1.19 +1697,Disney's Chip 'n Dale: Rescue Rangers,NES,1990,Platform,Capcom,0.68,0.14,0.35,0.02,1.19 +1698,The Dukes of Hazzard: Racing for Home,PS,1999,Racing,Ubisoft,0.99,0.16,0,0.04,1.19 +1699,Hitman 2: Silent Assassin,XB,N/A,Action,Eidos Interactive,0.76,0.38,0,0.05,1.19 +1700,FIFA 14,XOne,2013,Sports,Electronic Arts,0.41,0.66,0,0.12,1.19 +1701,Spider-Man: The Movie,GC,2002,Action,Activision,0.86,0.27,0.01,0.04,1.19 +1702,Final Fantasy I & II: Dawn of Souls,GBA,2004,Role-Playing,Nintendo,0.64,0.24,0.29,0.02,1.19 +1703,NBA 2K17,PS4,2016,Sports,Take-Two Interactive,0.83,0.14,0,0.22,1.19 +1704,Pokemon Super Mystery Dungeon,3DS,2015,Role-Playing,Nintendo,0.46,0.31,0.33,0.08,1.19 +1705,Just Dance 4,X360,2012,Misc,Ubisoft,0.9,0.2,0,0.08,1.19 +1706,Metal Gear Solid VR Missions,PS,1999,Adventure,Konami Digital Entertainment,0.66,0.45,0,0.08,1.18 +1707,Pole Position,2600,1982,Racing,Atari,1.1,0.07,0,0.01,1.18 +1708,Resident Evil: Operation Raccoon City,PS3,2012,Action,Capcom,0.48,0.25,0.36,0.1,1.18 +1709,LEGO Indiana Jones: The Original Adventures,PSP,2008,Action,LucasArts,0.4,0.49,0,0.29,1.18 +1710,Pro Yakyuu Family Stadium '88,NES,1988,Sports,Namco Bandai Games,0.1,0,1.08,0,1.18 +1711,Shenmue,DC,1999,Adventure,Sega,0.52,0.24,0.38,0.04,1.18 +1712,Mario Tennis,GB,2000,Sports,Nintendo,0.5,0.18,0.44,0.06,1.18 +1713,Tony Hawk's Pro Skater 2,GBA,2001,Sports,Activision,0.85,0.31,0,0.02,1.18 +1714,WWE '12,PS3,2011,Fighting,THQ,0.53,0.46,0.02,0.17,1.18 +1715,WWE SmackDown vs. Raw 2010,PS3,2009,Fighting,THQ,0.48,0.49,0.01,0.2,1.18 +1716,Plants vs. Zombies,DS,2011,Strategy,Mastertronic,0.95,0.15,0,0.08,1.18 +1717,Sonic the Hedgehog,PS3,2006,Platform,Sega,0.41,0.07,0.04,0.66,1.18 +1718,Super Ghouls 'n Ghosts,SNES,1991,Platform,Capcom,0.5,0.14,0.52,0.02,1.18 +1719,Spore,PC,2008,Strategy,Electronic Arts,0.03,1.06,0,0.09,1.17 +1720,Soviet Strike,PS,1996,Simulation,Electronic Arts,0.65,0.44,0,0.08,1.17 +1721,Your Shape: Fitness Evolved 2012,X360,2011,Sports,Ubisoft,0.7,0.37,0,0.1,1.17 +1722,Army of Two,PS3,2008,Shooter,Electronic Arts,0.74,0.26,0.02,0.15,1.17 +1723,Gun,PS2,2005,Shooter,Activision,0.98,0.04,0,0.16,1.17 +1724,Ty the Tasmanian Tiger,PS2,2002,Platform,Electronic Arts,0.57,0.45,0,0.15,1.17 +1725,Wario Land: Shake It!,Wii,2008,Platform,Nintendo,0.6,0.31,0.15,0.11,1.17 +1726,Sonic Rush Adventure,DS,2007,Platform,Sega,0.54,0.49,0.01,0.12,1.17 +1727,Medal of Honor: Warfighter,X360,2012,Action,Electronic Arts,0.58,0.47,0.01,0.1,1.17 +1728,Mega Man 3,NES,1990,Platform,Capcom,0.68,0.1,0.39,0,1.17 +1729,Ratchet & Clank (2016),PS4,2016,Platform,Sony Computer Entertainment,0.32,0.64,0.04,0.18,1.17 +1730,Mission: Impossible,N64,1997,Action,Ocean,0.74,0.38,0.02,0.03,1.17 +1731,Romancing SaGa 2,SNES,1993,Role-Playing,SquareSoft,0,0,1.17,0,1.17 +1732,Cabela's Dangerous Hunts,PS2,2003,Sports,Zoo Digital Publishing,0.57,0.45,0,0.15,1.17 +1733,Cool Boarders 4,PS,1998,Sports,989 Studios,0.65,0.44,0,0.08,1.17 +1734,Rage Racer,PS,1996,Racing,Sony Computer Entertainment,0.16,0.11,0.83,0.08,1.17 +1735,Medal of Honor: Rising Sun,XB,2003,Shooter,Electronic Arts,0.76,0.36,0,0.05,1.17 +1736,Football Manager 2013,PC,2012,Sports,Sega,0,0.95,0,0.22,1.17 +1737,Destruction Derby 2,PS,1996,Racing,Psygnosis,0.65,0.44,0,0.08,1.17 +1738,Mirror's Edge,X360,2008,Platform,Electronic Arts,0.51,0.51,0.01,0.13,1.17 +1739,Destiny: The Taken King,XOne,2015,Shooter,Activision,0.82,0.23,0,0.11,1.17 +1740,Mario vs. Donkey Kong,GBA,2004,Puzzle,Nintendo,0.68,0.25,0.21,0.02,1.17 +1741,007: Quantum of Solace,PS3,2008,Action,Activision,0.43,0.52,0.02,0.2,1.16 +1742,EA Sports Active: More Workouts,Wii,2009,Sports,Electronic Arts,0.78,0.28,0,0.1,1.16 +1743,Fallout: New Vegas,PC,2010,Role-Playing,Bethesda Softworks,0.58,0.45,0,0.14,1.16 +1744,Need for Speed: Most Wanted,PSV,2012,Racing,Electronic Arts,0.38,0.52,0.01,0.25,1.16 +1745,Final Fantasy Tactics: The War of the Lions,PSP,2007,Role-Playing,Square Enix,0.45,0.25,0.3,0.16,1.16 +1746,Midnight Club 3: DUB Edition Remix,PS2,2006,Racing,Take-Two Interactive,0.97,0.04,0,0.16,1.16 +1747,Tom Clancy's Ghost Recon: Jungle Storm,PS2,2004,Shooter,Ubisoft,0.57,0.44,0,0.15,1.16 +1748,SingStar,PS3,2007,Misc,Sony Computer Entertainment,0.45,0.58,0,0.13,1.16 +1749,Bushido Blade,PS,1997,Fighting,Sony Computer Entertainment,0.39,0.27,0.43,0.08,1.16 +1750,LEGO Star Wars III: The Clone Wars,DS,2011,Action,LucasArts,0.66,0.39,0,0.11,1.16 +1751,NASCAR Thunder 2002,PS2,2001,Racing,Electronic Arts,0.57,0.44,0,0.15,1.16 +1752,Jet Force Gemini,N64,1999,Shooter,Nintendo,0.78,0.28,0.07,0.02,1.16 +1753,Mega Man X,SNES,1993,Platform,Capcom,0.57,0.08,0.5,0.01,1.16 +1754,Yu-Gi-Oh! The Sacred Cards (American and Others sales),GBA,2002,Role-Playing,Konami Digital Entertainment,0.84,0.27,0,0.05,1.16 +1755,Sega Rally Championship,SAT,1995,Racing,Sega,0.21,0.16,0.77,0.02,1.16 +1756,Test Drive: Off Road,PS,1997,Racing,Eidos Interactive,0.65,0.44,0,0.08,1.16 +1757,Medal of Honor Heroes 2,PSP,2007,Shooter,Electronic Arts,0.5,0.39,0.02,0.25,1.16 +1758,Sniper: Ghost Warrior,X360,2010,Shooter,City Interactive,0.54,0.51,0,0.12,1.16 +1759,Rocksmith,PS3,2011,Misc,Ubisoft,0.52,0.38,0.09,0.17,1.16 +1760,LEGO Star Wars: The Video Game,XB,2005,Action,Eidos Interactive,0.83,0.28,0,0.05,1.16 +1761,FIFA Soccer 10,PSP,2009,Sports,Electronic Arts,0.15,0.68,0.01,0.32,1.16 +1762,Plants vs. Zombies: Garden Warfare,X360,2014,Shooter,Electronic Arts,0.51,0.54,0,0.1,1.16 +1763,Worldwide Soccer Manager 2009,PC,2008,Simulation,Sega,0,1.14,0,0.01,1.15 +1764,Omerta: City of Gangsters,PS3,2011,Simulation,Konami Digital Entertainment,0.52,0.46,0,0.17,1.15 +1765,Gauntlet: Dark Legacy,PS2,2001,Action,Midway Games,0.56,0.44,0,0.15,1.15 +1766,Ninja Gaiden Sigma,PS3,2007,Action,Eidos Interactive,0.57,0.33,0.09,0.16,1.15 +1767,Bad Boys: Miami Takedown,PS2,2004,Shooter,Empire Interactive,0.56,0.44,0,0.15,1.15 +1768,Kaboom!,2600,1980,Misc,Activision,1.07,0.07,0,0.01,1.15 +1769,Red Dead Redemption: Undead Nightmare,PS3,2010,Action,Take-Two Interactive,0.44,0.46,0.06,0.18,1.15 +1770,Sonic and the Black Knight,Wii,2009,Platform,Sega,0.69,0.35,0.01,0.11,1.15 +1771,Call of Duty 4: Modern Warfare,PC,2007,Shooter,Activision,0,1.12,0,0.03,1.15 +1772,Qix,GB,1990,Puzzle,Nintendo,0.51,0.2,0.41,0.03,1.15 +1773,Derby Stallion III,SNES,1995,Sports,ASCII Entertainment,0,0,1.15,0,1.15 +1774,Doraemon,NES,1986,Action,Hudson Soft,0,0,1.15,0,1.15 +1775,High School Musical 2: Work This Out!,DS,2008,Misc,Disney Interactive Studios,0.5,0.52,0,0.13,1.15 +1776,Ratchet & Clank: All 4 One,PS3,2011,Platform,Sony Computer Entertainment,0.75,0.22,0.05,0.12,1.15 +1777,Donkey Konga,GC,2003,Misc,Nintendo,0.5,0.16,0.46,0.03,1.15 +1778,Fight Night Champion,PS3,2011,Fighting,Electronic Arts,0.45,0.51,0,0.19,1.15 +1779,Dragon Quest I & II,SNES,1993,Role-Playing,Enix Corporation,0,0,1.15,0,1.15 +1780,Tak and the Power of Juju,PS2,2003,Platform,THQ,0.56,0.44,0,0.15,1.15 +1781,Asteroids,PS,1998,Shooter,Success,0.64,0.43,0,0.07,1.15 +1782,Puyo Puyo Sun Ketteiban,PS,1997,Puzzle,Compile,0,0,1.07,0.07,1.15 +1783,Pokemon Rumble Blast,3DS,2011,Action,Nintendo,0.47,0.26,0.35,0.07,1.14 +1784,Action Bass,PS,2000,Action,Take-Two Interactive,0.64,0.43,0,0.07,1.14 +1785,Tenchu: Wrath of Heaven,PS2,2003,Action,Activision,0.44,0.34,0.25,0.11,1.14 +1786,Shadow of the Colossus,PS2,2005,Action,Sony Computer Entertainment,0.78,0.03,0.2,0.13,1.14 +1787,Brave Fencer Musashi,PS,1998,Role-Playing,SquareSoft,0.25,0.17,0.65,0.07,1.14 +1788,Hot Shots Golf: Out of Bounds,PS3,2007,Sports,Sony Computer Entertainment,0.31,0.03,0.76,0.04,1.14 +1789,Dance Dance Revolution Extreme 2,PS2,2005,Simulation,Konami Digital Entertainment,0.95,0.04,0,0.16,1.14 +1790,Mirror's Edge,PS3,2008,Platform,Electronic Arts,0.31,0.59,0.02,0.22,1.14 +1791,Rabbids Go Home,Wii,2009,Platform,Ubisoft,0.26,0.75,0,0.14,1.14 +1792,South Park,N64,1998,Shooter,Acclaim Entertainment,0.9,0.23,0,0.02,1.14 +1793,Commando,NES,1986,Action,Capcom,0.71,0.16,0.25,0.03,1.14 +1794,Pilotwings,SNES,1990,Simulation,Nintendo,0.46,0.17,0.48,0.02,1.14 +1795,Resident Evil - Code: Veronica,DC,2000,Action,Eidos Interactive,0.41,0.23,0.47,0.03,1.14 +1796,Super R.C. Pro-Am,GB,1991,Racing,Nintendo,0.58,0.37,0.15,0.04,1.14 +1797,The Lord of the Rings: The Return of the King,XB,2003,Action,Electronic Arts,0.71,0.38,0,0.05,1.14 +1798,LEGO Star Wars: The Video Game,GBA,2005,Action,Eidos Interactive,0.82,0.3,0,0.02,1.14 +1799,Royal Palace of White Sword and The City of Gentiles,PS2,2005,Role-Playing,Take-Two Interactive,0,0.51,0,0.62,1.14 +1800,Guitar Hero 5,X360,2009,Misc,Activision,0.65,0.37,0,0.11,1.14 +1801,Mobile Suit Gundam: Federation vs. Zeon,PS2,2001,Simulation,Atari,0.12,0.1,0.88,0.03,1.14 +1802,Need for Speed Underground 2,GC,2004,Racing,Electronic Arts,0.7,0.39,0.01,0.03,1.14 +1803,MechAssault,XB,2002,Simulation,Microsoft Game Studios,1.01,0.1,0,0.03,1.13 +1804,ModNation Racers,PS3,2010,Racing,Sony Computer Entertainment,0.5,0.41,0.06,0.16,1.13 +1805,LEGO Star Wars III: The Clone Wars,3DS,2011,Action,LucasArts,0.61,0.43,0,0.09,1.13 +1806,Derby Stallion 99,PS,1999,Sports,ASCII Entertainment,0,0,1.06,0.07,1.13 +1807,Cars,GBA,2006,Racing,THQ,0.81,0.3,0,0.02,1.13 +1808,Fantasy Life,3DS,2012,Role-Playing,Nintendo,0.33,0.37,0.37,0.06,1.13 +1809,Tom Clancy's Rainbow Six 3: Black Arrow,XB,2004,Shooter,Ubisoft,0.99,0.12,0,0.02,1.13 +1810,WWE 2K15,PS4,2014,Sports,Take-Two Interactive,0.38,0.56,0,0.19,1.13 +1811,Donkey Kong,NES,1983,Platform,Nintendo,0.23,0.05,0.84,0.01,1.13 +1812,Jampack Winter '98,PS,1998,Misc,Sony Computer Entertainment,0.63,0.43,0,0.07,1.13 +1813,WWE 2K14,X360,2013,Sports,Take-Two Interactive,0.64,0.39,0,0.1,1.13 +1814,Alien: Isolation,PS4,2014,Shooter,Sega,0.34,0.56,0.04,0.19,1.13 +1815,Yakuza 3,PS3,2009,Action,Sega,0.21,0.21,0.62,0.08,1.13 +1816,Pok茅mon Mystery Dungeon: Red Rescue Team (US weekly sales),GBA,2005,Role-Playing,Nintendo,0.81,0.3,0,0.02,1.13 +1817,The Beatles: Rock Band,PS3,2009,Misc,MTV Games,0.67,0.3,0,0.15,1.13 +1818,Dragon Age II,X360,2011,Action,Electronic Arts,0.72,0.3,0.01,0.09,1.12 +1819,Moon Patrol,2600,1982,Shooter,Atari,1.05,0.06,0,0.01,1.12 +1820,Supercar Street Challenge,PS2,2001,Racing,Activision,0.55,0.43,0,0.14,1.12 +1821,Pilotwings 64,N64,1996,Simulation,Nintendo,0.56,0.24,0.3,0.02,1.12 +1822,Crackdown 2,X360,2010,Shooter,Microsoft Game Studios,0.63,0.37,0.02,0.1,1.12 +1823,Final Fantasy XIV: A Realm Reborn,PS3,2013,Role-Playing,Square Enix,0.36,0.33,0.28,0.15,1.12 +1824,Castlevania: Lords of Shadow,PS3,2010,Action,Konami Digital Entertainment,0.5,0.37,0.1,0.16,1.12 +1825,Rocksmith,X360,2011,Misc,Ubisoft,0.84,0.2,0.01,0.08,1.12 +1826,Disney Infinity 2.0: Marvel Super Heroes,X360,2014,Action,Disney Interactive Studios,0.62,0.4,0,0.1,1.12 +1827,SOCOM: U.S. Navy SEALs Fireteam Bravo,PSP,2005,Shooter,Sony Computer Entertainment,1.03,0,0.01,0.08,1.12 +1828,Call Of Duty 2: Big Red One,XB,2005,Shooter,Activision,0.66,0.4,0,0.05,1.12 +1829,Yoshi's Cookie,NES,1992,Puzzle,Nintendo,0.41,0.06,0.63,0.02,1.12 +1830,Guitar Hero 5,PS2,2009,Misc,Activision,0.28,0.3,0,0.54,1.12 +1831,Worldwide Soccer Manager 2008,PC,2007,Sports,Russel,0,1.12,0,0,1.12 +1832,Spider-Man 2,XB,2004,Action,Activision,0.82,0.26,0,0.04,1.12 +1833,Counter-Strike,XB,2003,Shooter,Microsoft Game Studios,0.85,0.23,0,0.04,1.11 +1834,Mad Max (2015),PS4,2015,Action,Warner Bros. Interactive Entertainment,0.32,0.58,0.04,0.17,1.11 +1835,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",PS2,2007,Action,Activision,0.63,0.37,0,0.11,1.11 +1836,GRID,PS3,2008,Racing,Codemasters,0.31,0.57,0.03,0.2,1.11 +1837,Guitar Hero Encore: Rocks The 80s,PS2,2007,Misc,RedOctane,0.92,0.04,0,0.15,1.11 +1838,Sunset Overdrive,XOne,2014,Shooter,Microsoft Game Studios,0.62,0.4,0,0.08,1.11 +1839,Rock Band,PS2,N/A,Misc,Electronic Arts,0.71,0.06,0,0.35,1.11 +1840,Tom Clancy's Splinter Cell: Chaos Theory,XB,2005,Action,Ubisoft,0.68,0.38,0,0.05,1.11 +1841,Donkey Kong Jr.,NES,1983,Platform,Nintendo,0.33,0.07,0.7,0.01,1.11 +1842,Arc the Lad,PS,1995,Role-Playing,Sony Computer Entertainment,0,0,1.1,0.01,1.11 +1843,NBA Jam Tournament Edition,GEN,1994,Sports,Acclaim Entertainment,0.95,0.14,0,0.03,1.11 +1844,Need for Speed: ProStreet,Wii,2007,Racing,Electronic Arts,0.54,0.46,0,0.12,1.11 +1845,Pikmin 3,WiiU,2013,Strategy,Nintendo,0.45,0.31,0.29,0.06,1.11 +1846,Legend of Mana,PS,1999,Role-Playing,SquareSoft,0.18,0.13,0.73,0.07,1.11 +1847,Lumines: Puzzle Fusion,PSP,2004,Puzzle,Ubisoft,0.52,0.35,0,0.23,1.11 +1848,Toy Story 3: The Video Game,PS3,2010,Action,Disney Interactive Studios,0.51,0.42,0,0.17,1.11 +1849,Guitar Hero 5,PS3,2009,Misc,Activision,0.53,0.4,0,0.17,1.1 +1850,Megamania,2600,1981,Shooter,Activision,1.03,0.06,0,0.01,1.1 +1851,Medal of Honor: Airborne,X360,2007,Shooter,Electronic Arts,0.45,0.53,0.01,0.12,1.1 +1852,The Legend of Zelda: Tri Force Heroes,3DS,2015,Action,Nintendo,0.52,0.33,0.17,0.08,1.1 +1853,Jungle Hunt,2600,1982,Platform,Atari,1.03,0.06,0,0.01,1.1 +1854,Triple Play 98,PS,1997,Sports,Electronic Arts,0.61,0.42,0,0.07,1.1 +1855,LEGO The Lord of the Rings,PS3,2012,Action,Warner Bros. Interactive Entertainment,0.36,0.53,0,0.21,1.1 +1856,Petz Dogz 2,DS,2007,Simulation,Ubisoft,0.47,0.52,0,0.12,1.1 +1857,WWE SmackDown vs. Raw 2011,PS3,2010,Fighting,THQ,0.44,0.46,0.01,0.18,1.1 +1858,Yu-Gi-Oh! Duel Monsters II: Dark Duel Stories,GB,1999,Strategy,Konami Digital Entertainment,0,0,1.1,0,1.1 +1859,Lode Runner,NES,1984,Puzzle,Hudson Soft,0,0,1.1,0,1.1 +1860,The Final Fantasy Legend,GB,1989,Role-Playing,SquareSoft,0,0,1.1,0,1.1 +1861,Famicom Jump: Eiyuu Retsuden,NES,1989,Role-Playing,Namco Bandai Games,0,0,1.1,0,1.1 +1862,F-Zero X,N64,1998,Racing,Nintendo,0.45,0.33,0.29,0.03,1.1 +1863,Popeye,NES,1983,Platform,Nintendo,0.51,0.12,0.45,0.02,1.1 +1864,NERF N-Strike,Wii,2008,Shooter,Electronic Arts,0.92,0.09,0,0.09,1.1 +1865,NBA Live 2001,PS2,2001,Sports,Electronic Arts,0.52,0.4,0.04,0.13,1.1 +1866,SingStar Legends,PS2,2006,Misc,Sony Computer Entertainment,0.12,0.75,0,0.23,1.1 +1867,SingStar Rocks!,PS2,2006,Misc,Sony Computer Entertainment,0,0.84,0,0.25,1.1 +1868,Tales of Symphonia,GC,2003,Role-Playing,Nintendo,0.54,0.21,0.31,0.04,1.1 +1869,Untold Legends: Brotherhood of the Blade,PSP,2005,Role-Playing,Activision,0.54,0.33,0.01,0.22,1.1 +1870,Star Ocean: The Second Story,PS,1998,Role-Playing,Sony Computer Entertainment,0.26,0.1,0.72,0.02,1.1 +1871,Lightning Returns: Final Fantasy XIII,PS3,2013,Role-Playing,Square Enix,0.31,0.22,0.45,0.12,1.1 +1872,Star Wars: The Force Unleashed,PSP,2008,Action,LucasArts,0.43,0.41,0,0.25,1.09 +1873,Imagine: Babysitters,DS,2008,Simulation,Ubisoft,0.63,0.36,0,0.1,1.09 +1874,The Simpsons Game,PSP,2007,Action,Electronic Arts,0.24,0.55,0,0.31,1.09 +1875,Yakuza 2,PS2,2006,Adventure,Sega,0.05,0.04,0.84,0.16,1.09 +1876,Skate 2,X360,2009,Sports,Electronic Arts,0.82,0.17,0.01,0.09,1.09 +1877,Dragon Ball Z: The Legacy of Goku II,GBA,2003,Role-Playing,Atari,0.78,0.29,0,0.02,1.09 +1878,Virtua Fighter 5,PS3,2007,Fighting,Sega,0.29,0.52,0.08,0.2,1.09 +1879,NFL 2K1,DC,2000,Sports,Sega,1.02,0.05,0,0.02,1.09 +1880,BeatMania,PS,1998,Simulation,Konami Digital Entertainment,0,0,1.07,0.02,1.09 +1881,Namco Museum Battle Collection,PSP,2005,Misc,Sony Computer Entertainment,0.75,0.18,0,0.16,1.09 +1882,LEGO Star Wars II: The Original Trilogy,DS,2006,Action,LucasArts,0.96,0.04,0,0.08,1.09 +1883,Madden NFL 2004,XB,2003,Sports,Electronic Arts,1.02,0.02,0,0.05,1.09 +1884,Empire: Total War,PC,2009,Strategy,Sega,0.01,0.97,0,0.11,1.09 +1885,The Godfather,PS2,2006,Action,Electronic Arts,0.89,0.03,0.01,0.15,1.09 +1886,Tiger Woods PGA Tour 10,Wii,2009,Sports,Electronic Arts,0.61,0.37,0,0.11,1.09 +1887,Star Wars: Bounty Hunter,PS2,2002,Shooter,LucasArts,0.53,0.42,0,0.14,1.09 +1888,Densha De Go!,PS,1997,Simulation,Taito,0,0,1.02,0.07,1.09 +1889,Dante's Inferno,PS3,2010,Action,Electronic Arts,0.64,0.28,0.04,0.13,1.09 +1890,Sonic & Sega All-Stars Racing,DS,2010,Racing,Sega,0.44,0.54,0,0.11,1.09 +1891,Skylanders Giants,PS3,2012,Action,Activision,0.35,0.52,0,0.22,1.09 +1892,Endless Ocean,Wii,2007,Adventure,Nintendo,0.44,0.47,0.09,0.09,1.09 +1893,NFL Blitz 2000,PS,1998,Sports,Midway Games,0.6,0.41,0,0.07,1.09 +1894,Sonic Free Riders,X360,2010,Racing,Sega,0.74,0.26,0,0.09,1.09 +1895,NASCAR Thunder 2004,PS2,2003,Racing,Electronic Arts,0.53,0.41,0,0.14,1.08 +1896,Prince of Persia,PS3,2008,Action,Ubisoft,0.47,0.41,0.03,0.18,1.08 +1897,SpongeBob SquarePants: Revenge of the Flying Dutchman,PS2,2002,Platform,THQ,0.53,0.41,0,0.14,1.08 +1898,Grand Theft Auto V,PC,2015,Action,Take-Two Interactive,0.36,0.64,0,0.08,1.08 +1899,The Biggest Loser,Wii,2009,Sports,THQ,0.87,0.12,0,0.09,1.08 +1900,Fisherman's Bass Club,PS2,2002,Sports,Agetec,0.53,0.41,0,0.14,1.08 +1901,MySims Agents,DS,2009,Adventure,Electronic Arts,0.55,0.43,0,0.11,1.08 +1902,Resident Evil: The Darkside Chronicles,Wii,2009,Action,Capcom,0.48,0.32,0.2,0.09,1.08 +1903,NCAA Football 13,X360,2012,Action,Electronic Arts,1.02,0,0,0.06,1.08 +1904,Grand Theft Auto: Chinatown Wars,PSP,2009,Action,Take-Two Interactive,0.28,0.5,0.03,0.28,1.08 +1905,FIFA Soccer 11,Wii,2010,Sports,Electronic Arts,0.26,0.69,0,0.12,1.08 +1906,The Orange Box,PS3,2007,Shooter,Electronic Arts,0.28,0.59,0,0.22,1.08 +1907,Joust,2600,1982,Platform,Atari,1.01,0.06,0,0.01,1.08 +1908,Tomb Raider: Underworld,X360,2008,Action,Eidos Interactive,0.53,0.43,0.01,0.11,1.08 +1909,Tom Clancy's Ghost Recon 2,PS2,2004,Shooter,Ubisoft,0.64,0.34,0,0.1,1.08 +1910,DiRT 3,PS3,2011,Racing,Codemasters,0.27,0.59,0.01,0.21,1.08 +1911,LEGO City Undercover,WiiU,2013,Platform,Nintendo,0.47,0.4,0.13,0.08,1.08 +1912,Spore Creatures,DS,2008,Simulation,Electronic Arts,0.67,0.3,0,0.11,1.08 +1913,Ready 2 Rumble Boxing,PS,1998,Sports,Midway Games,0.6,0.41,0,0.07,1.08 +1914,Dragon Ball Z: Taiketsu,GBA,2003,Fighting,Atari,0.77,0.29,0,0.02,1.08 +1915,Disney's Lilo & Stitch,GBA,2002,Platform,Ubisoft,0.77,0.29,0,0.02,1.08 +1916,Star Fox: Assault,GC,2005,Shooter,Nintendo,0.68,0.18,0.19,0.03,1.08 +1917,Naruto: Ultimate Ninja Storm,PS3,2008,Fighting,Namco Bandai Games,0.49,0.35,0.09,0.16,1.08 +1918,Marvel vs. Capcom 3: Fate of Two Worlds,X360,2011,Fighting,Capcom,0.79,0.18,0.03,0.07,1.08 +1919,NCAA Football 14,X360,2013,Sports,Electronic Arts,1.01,0,0,0.06,1.07 +1920,Doko Demo Issyo,PS,1999,Misc,Sony Computer Entertainment,0,0,1,0.07,1.07 +1921,Call of Duty 3,PS2,2006,Shooter,Activision,0.89,0.03,0,0.15,1.07 +1922,Imagine: Fashion Designer New York,DS,2008,Simulation,Ubisoft,0.65,0.32,0,0.1,1.07 +1923,Red Dead Redemption: Undead Nightmare,X360,2010,Action,Take-Two Interactive,0.57,0.39,0.02,0.09,1.07 +1924,Bully: Scholarship Edition,X360,2008,Action,Take-Two Interactive,0.53,0.4,0.03,0.11,1.07 +1925,Virtua Fighter,SAT,1994,Fighting,Sega,0.17,0.12,0.77,0.02,1.07 +1926,Championship Manager 99/00,PC,1999,Sports,Eidos Interactive,0,0.98,0,0.09,1.07 +1927,WWE SmackDown vs. Raw 2010,PS2,2009,Fighting,THQ,0.53,0.01,0,0.54,1.07 +1928,Pro Evolution Soccer 2008,X360,2007,Sports,Konami Digital Entertainment,0.08,0.9,0.04,0.05,1.07 +1929,Super Princess Peach,DS,2005,Platform,Nintendo,0.72,0.06,0.21,0.07,1.07 +1930,NHL 99,PS,1997,Sports,Electronic Arts,0.59,0.4,0,0.07,1.07 +1931,SoulCalibur III,PS2,2005,Fighting,Namco Bandai Games,0.74,0.15,0.13,0.05,1.07 +1932,Skylanders SWAP Force,PS3,2013,Platform,Activision,0.43,0.44,0,0.2,1.07 +1933,F1 2012,PS3,2012,Racing,Codemasters,0.12,0.64,0.05,0.25,1.07 +1934,World Tour Soccer,PSP,2005,Sports,Sony Computer Entertainment,0.1,0.63,0,0.34,1.07 +1935,Disney Universe,Wii,2011,Action,Disney Interactive Studios,0.67,0.3,0,0.1,1.07 +1936,Ridge Racer Revolution,PS,1995,Racing,Sony Computer Entertainment,0.17,0.12,0.71,0.07,1.07 +1937,LEGO Pirates of the Caribbean: The Video Game,X360,2011,Action,Disney Interactive Studios,0.54,0.42,0,0.1,1.07 +1938,Hot Wheels Turbo Racing,PS,1999,Racing,Electronic Arts,0.59,0.4,0,0.07,1.07 +1939,NCAA Football 99,PS,1998,Sports,Electronic Arts,0.59,0.4,0,0.07,1.06 +1940,Mortal Kombat: Armageddon,PS2,2006,Fighting,Midway Games,0.88,0.04,0,0.14,1.06 +1941,Aliens vs Predator,X360,2010,Shooter,Sega,0.55,0.4,0,0.11,1.06 +1942,Freekstyle,PS2,2002,Racing,Electronic Arts,0.52,0.41,0,0.14,1.06 +1943,Junior Brain Trainer,DS,2008,Misc,GSP,0.23,0.74,0,0.1,1.06 +1944,Darksiders,X360,2010,Action,THQ,0.67,0.29,0.01,0.1,1.06 +1945,DiRT,PS3,2007,Racing,Codemasters,0.16,0.67,0,0.23,1.06 +1946,Call of Duty 4: Modern Warfare,DS,2007,Shooter,Activision,0.96,0.02,0.01,0.08,1.06 +1947,Simple 1500 Series Vol. 1: The Mahjong,PS,1998,Misc,D3Publisher,0,0,0.99,0.07,1.06 +1948,Sega Superstars Tennis,Wii,2008,Sports,Sega,0.28,0.65,0,0.13,1.06 +1949,NBA Street V3,PS2,2005,Sports,Electronic Arts,0.52,0.41,0,0.14,1.06 +1950,Sleeping Dogs,PS3,2012,Action,Square Enix,0.31,0.5,0.05,0.19,1.06 +1951,Mercenaries 2: World in Flames,X360,2008,Shooter,Electronic Arts,0.65,0.3,0.01,0.1,1.06 +1952,Worms Armageddon,PS,1999,Strategy,Microprose,0.18,0.81,0,0.08,1.06 +1953,Hulk,PS2,2003,Action,Universal Interactive,0.52,0.41,0,0.14,1.06 +1954,LEGO Indiana Jones: The Original Adventures,PS3,2008,Action,Activision,0.44,0.44,0,0.18,1.06 +1955,NFL Blitz,N64,1998,Sports,Midway Games,1.02,0.04,0,0.01,1.06 +1956,NFL Quarterback Club 98,N64,1997,Sports,Acclaim Entertainment,1.01,0.05,0,0.01,1.06 +1957,DJ Hero,X360,2009,Misc,Activision,0.56,0.4,0,0.11,1.06 +1958,Dora the Explorer: Dora Saves the Mermaids,DS,2007,Platform,Take-Two Interactive,0.97,0.01,0,0.08,1.06 +1959,Diablo II: Lord of Destruction,PC,2001,Role-Playing,Vivendi Games,1.03,0.02,0,0,1.06 +1960,Naruto Shippuden: Ultimate Ninja Storm 4,PS4,2016,Fighting,Namco Bandai Games,0.39,0.41,0.1,0.16,1.06 +1961,Spider-Man 2,GBA,2004,Action,Activision,0.76,0.28,0,0.02,1.06 +1962,Virtua Tennis 3,PS3,2007,Sports,Sega,0.23,0.59,0.03,0.22,1.06 +1963,Seek and Destroy,PS2,2002,Racing,Play It,0.52,0.4,0,0.14,1.06 +1964,Warhawk,PS3,2007,Simulation,Sony Computer Entertainment,0.49,0.39,0,0.17,1.06 +1965,Apollo Justice: Ace Attorney,DS,2007,Adventure,Capcom,0.32,0.06,0.64,0.04,1.06 +1966,Assassin's Creed: Rogue,X360,2014,Action,Ubisoft,0.58,0.38,0,0.09,1.05 +1967,Cosmic Ark,2600,1981,Shooter,Imagic,0.99,0.05,0,0.01,1.05 +1968,SOCOM: U.S. Navy SEALs Fireteam Bravo 2,PSP,2006,Shooter,Sony Computer Entertainment,0.81,0.11,0,0.13,1.05 +1969,Skylanders: Trap Team,Wii,2014,Action,Activision,0.42,0.54,0,0.08,1.05 +1970,Aliens vs Predator,PS3,2010,Shooter,Sega,0.41,0.47,0,0.18,1.05 +1971,Defender,2600,1980,Misc,Atari,0.99,0.05,0,0.01,1.05 +1972,Dance on Broadway,Wii,2010,Misc,Ubisoft,0.27,0.66,0,0.12,1.05 +1973,Adventure Island,NES,1986,Platform,Hudson Soft,0,0,1.05,0,1.05 +1974,Arc the Lad II,PS,1996,Role-Playing,Sony Computer Entertainment,0,0,0.92,0.13,1.05 +1975,Tag Team Match M.U.S.C.L.E.,NES,1985,Fighting,Namco Bandai Games,0,0,1.05,0,1.05 +1976,Derby Stallion 96,SNES,1996,Sports,ASCII Entertainment,0,0,1.04,0.01,1.05 +1977,UFC Undisputed 3,PS3,2012,Action,THQ,0.55,0.34,0.03,0.13,1.05 +1978,NBA 2K3,PS2,2002,Sports,Sega,0.51,0.4,0,0.13,1.05 +1979,Dragon Ball: XenoVerse,PS4,2015,Fighting,Namco Bandai Games,0.3,0.48,0.12,0.15,1.05 +1980,The Simpsons: Road Rage,XB,2001,Racing,Electronic Arts,0.78,0.26,0,0.01,1.05 +1981,Dave Mirra Freestyle BMX,PS,2000,Sports,Acclaim Entertainment,0.91,0.11,0,0.03,1.05 +1982,Imagine: Animal Doctor,DS,2007,Simulation,Ubisoft,0.45,0.49,0,0.11,1.05 +1983,WWE SmackDown vs. Raw 2010,X360,2009,Fighting,THQ,0.56,0.38,0.01,0.11,1.05 +1984,Forza Motorsport,XB,2005,Racing,Microsoft Game Studios,0.52,0.51,0,0.02,1.05 +1985,Sonic the Hedgehog,X360,2006,Platform,Sega,0.44,0.49,0,0.11,1.05 +1986,MySims Agents,Wii,2009,Adventure,Electronic Arts,0.62,0.32,0,0.1,1.05 +1987,Monster Rancher 2,PS,1998,Simulation,Sony Computer Entertainment,0.19,0.13,0.66,0.07,1.05 +1988,Pokemon Conquest,DS,2012,Role-Playing,Nintendo,0.58,0.06,0.37,0.04,1.05 +1989,The Simpsons Game,X360,2007,Action,Electronic Arts,0.54,0.4,0,0.11,1.05 +1990,Guinness World Records: The Videogame,Wii,2008,Action,Warner Bros. Interactive Entertainment,0.46,0.47,0,0.11,1.04 +1991,MVP Baseball 2003,PS2,2003,Sports,Electronic Arts,0.51,0.4,0,0.13,1.04 +1992,Legacy of Kain: Soul Reaver,PS,N/A,Action,Eidos Interactive,0.58,0.4,0,0.07,1.04 +1993,Dragon Ball Z: Budokai Tenkaichi 3,Wii,2007,Fighting,Atari,0.33,0.37,0.26,0.09,1.04 +1994,Disney Tangled,DS,2010,Action,Disney Interactive Studios,0.58,0.37,0,0.09,1.04 +1995,Tales of Destiny,PS,1997,Role-Playing,Namco Bandai Games,0.09,0.06,0.83,0.07,1.04 +1996,ATV: Quad Power Racing,PS,2000,Racing,Acclaim Entertainment,0.58,0.39,0,0.07,1.04 +1997,Disney Fairies: Tinker Bell and the Lost Treasure,DS,2009,Adventure,Disney Interactive Studios,0.57,0.35,0.02,0.1,1.04 +1998,Mega Man X4,PS,1996,Action,Virgin Interactive,0.45,0.3,0.22,0.07,1.04 +1999,Naruto: Clash of Ninja 2,GC,2003,Fighting,Nintendo,0.44,0.12,0.45,0.03,1.04 +2000,Dance Dance Revolution SuperNOVA,PS2,2006,Simulation,Konami Digital Entertainment,0.87,0.03,0,0.14,1.04 +2001,Brink,X360,2011,Shooter,Bethesda Softworks,0.59,0.35,0.01,0.09,1.04 +2002,F-Zero: Maximum Velocity,GBA,2001,Racing,Nintendo,0.39,0.16,0.37,0.12,1.04 +2003,Bomberman 64,N64,1997,Puzzle,Hudson Soft,0.5,0.2,0.31,0.03,1.04 +2004,Jeremy McGrath Supercross 98,PS,1998,Racing,Acclaim Entertainment,0.91,0.1,0,0.03,1.04 +2005,LEGO Indiana Jones 2: The Adventure Continues,X360,2009,Action,Activision,0.62,0.33,0,0.09,1.04 +2006,Project CARS,PS4,2015,Racing,Slightly Mad Studios,0.17,0.69,0.02,0.15,1.04 +2007,Need for Speed: Most Wanted,XB,2005,Racing,Electronic Arts,0.53,0.46,0,0.05,1.04 +2008,Kirby: Mass Attack,DS,2011,Platform,Nintendo,0.52,0.06,0.41,0.05,1.04 +2009,LEGO Marvel Super Heroes,XOne,2013,Action,Warner Bros. Interactive Entertainment,0.61,0.34,0,0.09,1.04 +2010,ZhuZhu Pets,DS,2010,Simulation,Activision,0.68,0.27,0,0.09,1.04 +2011,Tom Clancy's Ghost Recon Advanced Warfighter 2,PS3,2007,Shooter,Ubisoft,0.34,0.48,0.02,0.19,1.04 +2012,MotorStorm: Arctic Edge,PSP,2009,Racing,Sony Computer Entertainment,0.16,0.58,0,0.3,1.04 +2013,WipEout Pure,PSP,2005,Racing,Sony Computer Entertainment,0.47,0.34,0,0.22,1.04 +2014,EA Sports UFC,PS4,2014,Sports,Electronic Arts,0.46,0.4,0.01,0.17,1.04 +2015,MX vs. ATV Unleashed,PS2,2005,Racing,THQ,0.86,0.03,0,0.14,1.03 +2016,Sonic Unleashed,PS3,2008,Platform,Sega,0.56,0.33,0.01,0.14,1.03 +2017,Tiger Woods PGA Tour 08,Wii,2007,Sports,Electronic Arts,0.94,0.02,0,0.08,1.03 +2018,Rayman Origins,PS3,2011,Platform,Ubisoft,0.33,0.51,0.01,0.18,1.03 +2019,Epic Mickey 2: The Power of Two,Wii,2012,Action,Disney Interactive Studios,0.72,0.23,0,0.08,1.03 +2020,NCAA March Madness 2004,PS2,2003,Sports,Electronic Arts,0.5,0.39,0,0.13,1.03 +2021,Donkey Kong Land III,GB,N/A,Platform,Nintendo,0.68,0.31,0,0.04,1.03 +2022,Bomberman,NES,1985,Puzzle,Hudson Soft,0.18,0,0.85,0,1.03 +2023,The Simpsons Game,Wii,2007,Action,Electronic Arts,0.45,0.47,0,0.11,1.03 +2024,Tomb Raider,PC,1996,Action,Eidos Interactive,0.96,0.07,0,0,1.03 +2025,Rock Band 2,Wii,2008,Misc,MTV Games,0.94,0.01,0,0.08,1.03 +2026,Street Fighter Alpha 3,PS,1998,Fighting,Virgin Interactive,0.38,0.12,0.51,0.02,1.03 +2027,Bulletstorm,X360,2011,Shooter,Electronic Arts,0.61,0.32,0.01,0.08,1.02 +2028,FIFA Soccer 08,Wii,2007,Sports,Electronic Arts,0.32,0.59,0.01,0.11,1.02 +2029,Naruto: Clash of Ninja Revolution,Wii,2007,Fighting,Tomy Corporation,0.45,0.46,0,0.11,1.02 +2030,Tom Clancy's Ghost Recon Advanced Warfighter 2,X360,2007,Shooter,Ubisoft,0.87,0.05,0.02,0.08,1.02 +2031,ZombiU,WiiU,2012,Action,Ubisoft,0.53,0.36,0.05,0.08,1.02 +2032,Shrek 2,GC,2004,Platform,Activision,0.73,0.26,0.01,0.03,1.02 +2033,Petz: Catz 2,DS,2007,Simulation,Ubisoft,0.51,0.4,0,0.11,1.02 +2034,Tales of Graces f,PS3,2010,Role-Playing,Namco Bandai Games,0.28,0.21,0.45,0.08,1.02 +2035,Final Fight 2,SNES,1993,Action,Capcom,0.39,0.12,0.49,0.02,1.02 +2036,Wall-E,Wii,2008,Platform,THQ,0.51,0.4,0,0.11,1.02 +2037,The Lost World: Jurassic Park,PS,1997,Action,Electronic Arts,0.57,0.39,0,0.07,1.02 +2038,Ace Combat 6: Fires of Liberation,X360,2007,Simulation,Atari,0.69,0.04,0.22,0.06,1.02 +2039,Madden NFL 07,XB,2006,Sports,Electronic Arts,0.97,0.03,0,0.03,1.02 +2040,Disney Infinity 2.0: Marvel Super Heroes,PS3,2014,Action,Disney Interactive Studios,0.44,0.4,0,0.17,1.02 +2041,Harry Potter and the Prisoner of Azkaban,PS2,2004,Action,Electronic Arts,0.5,0.39,0,0.13,1.02 +2042,Pong: The Next Level,PS,1998,Puzzle,Hasbro Interactive,0.56,0.38,0,0.07,1.01 +2043,Bayonetta 2,WiiU,2014,Action,Nintendo,0.34,0.28,0.1,0.3,1.01 +2044,Prince of Persia,X360,2008,Action,Ubisoft,0.54,0.35,0.02,0.1,1.01 +2045,God of War: Ghost of Sparta,PSP,2010,Action,Sony Computer Entertainment,0.41,0.36,0.03,0.21,1.01 +2046,Sonic Generations,3DS,2011,Platform,Sega,0.44,0.46,0.01,0.09,1.01 +2047,Ninja Gaiden II,X360,2008,Action,Tecmo Koei,0.65,0.22,0.05,0.1,1.01 +2048,NBA Jam Tournament Edition,SNES,1995,Sports,Acclaim Entertainment,0.87,0.12,0,0.02,1.01 +2049,Championship Manager 3,PC,2003,Sports,Eidos Interactive,0,0.93,0,0.08,1.01 +2050,Guitar Hero: Warriors of Rock,Wii,2010,Misc,Activision,0.48,0.44,0,0.09,1.01 +2051,Oshare Majo Love and Berry: DS Collection,DS,2006,Misc,Sega,0,0,1.01,0,1.01 +2052,Monster Rancher,PS,1997,Simulation,Tecmo Koei,0.12,0.08,0.74,0.07,1.01 +2053,The LEGO Movie Videogame,PS3,2014,Action,Warner Bros. Interactive Entertainment,0.33,0.48,0.02,0.18,1.01 +2054,DiRT 2,PS3,2009,Racing,Codemasters,0.27,0.53,0,0.2,1.01 +2055,Rayman Legends,PS4,2014,Platform,Ubisoft,0.21,0.61,0,0.18,1.01 +2056,NERF N-Strike Elite,Wii,2009,Shooter,Electronic Arts,0.93,0,0,0.07,1 +2057,Ford Racing 2,PS2,2003,Racing,Empire Interactive,0.49,0.38,0,0.13,1 +2058,Breath of Fire III,PS,1997,Role-Playing,Capcom,0.29,0.19,0.46,0.07,1 +2059,PES 2009: Pro Evolution Soccer,X360,2008,Sports,Konami Digital Entertainment,0.13,0.76,0.03,0.09,1 +2060,Dead or Alive 2,PS2,2000,Fighting,Tecmo Koei,0.3,0.24,0.38,0.08,1 +2061,1942,NES,1985,Shooter,Capcom,0.65,0.14,0.21,0,1 +2062,Excitebike 64,N64,2000,Racing,Nintendo,0.65,0.15,0.19,0.01,1 +2063,NES Open Tournament Golf,NES,1991,Sports,Nintendo,0.41,0.1,0.47,0.02,1 +2064,Game & Watch Gallery,GB,1997,Misc,Nintendo,0.63,0.25,0.09,0.03,1 +2065,Jissen Pachi-Slot Hisshouhou: Hokuto no Ken,PS2,2004,Misc,Sammy Corporation,0,0,1,0,1 +2066,SoulCalibur II,XB,2003,Fighting,Namco Bandai Games,0.78,0.18,0.03,0,1 +2067,Haze,PS3,2008,Shooter,Ubisoft,0.49,0.33,0.02,0.15,1 +2068,UFC Undisputed 3,X360,2012,Action,THQ,0.72,0.21,0,0.07,1 +2069,Winning Eleven: Pro Evolution Soccer 2007 (All Region sales),X360,2006,Sports,Konami Digital Entertainment,0.08,0.9,0.02,0,1 +2070,Road & Track Presents: The Need for Speed,PS,1995,Racing,Electronic Arts,0.56,0.38,0,0.07,1 +2071,NFL GameDay 2001,PS,2000,Sports,Sony Computer Entertainment,0.56,0.38,0,0.07,1 +2072,Killzone: Mercenary,PSV,2013,Shooter,Sony Computer Entertainment Europe,0.25,0.49,0.04,0.22,1 +2073,NBA Live 97,PS,1996,Sports,Electronic Arts,0.55,0.38,0,0.07,1 +2074,Dynasty Warriors 3: Xtreme Legends,PS2,2002,Action,Tecmo Koei,0.13,0.1,0.74,0.03,1 +2075,Zoo Tycoon DS,DS,2005,Strategy,THQ,0.86,0.04,0.01,0.08,1 +2076,Rocksmith 2014,PS3,2013,Misc,Ubisoft,0.51,0.27,0.05,0.15,1 +2077,Dead Space 3,PS3,2013,Action,Electronic Arts,0.44,0.38,0,0.17,1 +2078,Wheel of Fortune,Wii,2010,Misc,THQ,0.89,0.04,0,0.06,1 +2079,Disney Infinity,PS3,2013,Action,Disney Interactive Studios,0.48,0.35,0,0.16,1 +2080,Dark Souls,X360,2011,Role-Playing,Namco Bandai Games,0.64,0.28,0,0.08,1 +2081,Puzzler Collection,DS,2008,Puzzle,Ubisoft,0.17,0.78,0,0.04,1 +2082,Jampack Winter 2000,PS,2000,Misc,Sony Computer Entertainment,0.55,0.38,0,0.07,1 +2083,Dead Space 3,X360,2013,Action,Electronic Arts,0.64,0.28,0,0.08,0.99 +2084,Phoenix Wright: Ace Attorney,DS,2005,Adventure,Capcom,0.49,0.07,0.39,0.05,0.99 +2085,NFL Fever 2002,XB,2000,Sports,Microsoft Game Studios,0.74,0.21,0,0.04,0.99 +2086,The Simpsons: Hit & Run,GC,2003,Racing,Vivendi Games,0.77,0.2,0,0.03,0.99 +2087,Littlest Pet Shop: Winter,DS,2008,Simulation,Electronic Arts,0.59,0.31,0,0.1,0.99 +2088,LEGO Harry Potter: Years 5-7,X360,N/A,Action,Warner Bros. Interactive Entertainment,0.51,0.39,0,0.09,0.99 +2089,Tom Clancy's Splinter Cell: Blacklist,X360,2013,Action,Ubisoft,0.57,0.34,0.01,0.08,0.99 +2090,Ace Combat X: Skies of Deception,PSP,2006,Simulation,Namco Bandai Games,0.37,0.31,0.12,0.19,0.99 +2091,NCAA Football 12,X360,2011,Sports,Electronic Arts,0.94,0,0,0.06,0.99 +2092,LEGO Pirates of the Caribbean: The Video Game,PS3,2011,Action,Disney Interactive Studios,0.36,0.46,0,0.17,0.99 +2093,Band Hero,Wii,2009,Misc,Activision,0.6,0.3,0,0.09,0.99 +2094,Cars: Race-O-Rama,Wii,2009,Racing,THQ,0.61,0.3,0,0.09,0.99 +2095,Oddworld: Abe's Exoddus,PS,1998,Platform,GT Interactive,0.55,0.38,0,0.06,0.99 +2096,EyePet,PS3,2009,Simulation,Sony Computer Entertainment,0.35,0.52,0.04,0.09,0.99 +2097,Scooby-Doo! First Frights,Wii,2009,Action,Warner Bros. Interactive Entertainment,0.88,0.05,0,0.07,0.99 +2098,Midnight Club: LA Remix,PSP,2008,Racing,Take-Two Interactive,0.52,0.28,0,0.19,0.99 +2099,The Bouncer,PS2,2000,Action,Sony Computer Entertainment,0.3,0.23,0.38,0.08,0.99 +2100,Guitar Hero: Aerosmith,PS3,2008,Misc,Activision,0.73,0.15,0,0.11,0.99 +2101,WWE SmackDown vs Raw 2008,Wii,2007,Fighting,THQ,0.38,0.5,0,0.11,0.99 +2102,FIFA Soccer 10,Wii,2009,Sports,Electronic Arts,0.23,0.65,0,0.11,0.99 +2103,Shadow The Hedgehog,GC,2005,Platform,Sega,0.76,0.2,0,0.03,0.99 +2104,Farming Simulator 2013,PC,2012,Simulation,Focus Home Interactive,0,0.8,0,0.18,0.99 +2105,Fallout 3,PC,2008,Role-Playing,Bethesda Softworks,0.02,0.88,0,0.08,0.99 +2106,Cars,DS,2006,Racing,THQ,0.85,0.05,0,0.08,0.98 +2107,Pro Evolution Soccer 2008,PSP,2008,Sports,Konami Digital Entertainment,0.02,0.53,0.19,0.25,0.98 +2108,Far Cry 3,PC,2012,Shooter,Ubisoft,0.21,0.62,0,0.14,0.98 +2109,Xenoblade Chronicles,Wii,2010,Role-Playing,Nintendo,0.49,0.26,0.16,0.08,0.98 +2110,Just Dance 2014,X360,2013,Misc,Ubisoft,0.72,0.19,0,0.07,0.98 +2111,Mario Party Advance,GBA,2005,Misc,Nintendo,0.5,0.19,0.28,0.02,0.98 +2112,Sonic & Sega All-Stars Racing,PS3,2010,Racing,Sega,0.36,0.46,0,0.17,0.98 +2113,Tetris 2,NES,1993,Puzzle,Nintendo,0.62,0.13,0.21,0.02,0.98 +2114,NASCAR 99,N64,1998,Racing,Electronic Arts,0.94,0.04,0,0.01,0.98 +2115,Air-Sea Battle,2600,N/A,Shooter,Atari,0.91,0.06,0,0.01,0.98 +2116,Suikoden III,PS2,N/A,Role-Playing,Unknown,0.29,0.23,0.38,0.08,0.98 +2117,Kingdom Hearts Re:coded,DS,2010,Role-Playing,Square Enix,0.56,0.1,0.27,0.05,0.98 +2118,South Park: The Stick of Truth,PS3,2014,Role-Playing,Ubisoft,0.42,0.38,0,0.17,0.98 +2119,Driver: San Francisco,PS3,2011,Racing,Ubisoft,0.24,0.54,0.01,0.18,0.98 +2120,Sniper Elite V2,PS3,2012,Shooter,505 Games,0.38,0.39,0.06,0.15,0.98 +2121,Far Cry 4,X360,2014,Shooter,Ubisoft,0.45,0.44,0,0.08,0.98 +2122,Grand Theft Auto: San Andreas,PC,2005,Action,Take-Two Interactive,0,0.92,0,0.05,0.98 +2123,Tom Clancy's Splinter Cell: Blacklist,PS3,2013,Action,Ubisoft,0.34,0.41,0.06,0.18,0.98 +2124,Pro Evolution Soccer 2014,PS3,2013,Action,Konami Digital Entertainment,0.03,0.43,0.51,0.01,0.98 +2125,Madden NFL 16,X360,2015,Sports,Electronic Arts,0.82,0.05,0,0.1,0.98 +2126,Madden NFL 10,PS2,2009,Sports,Electronic Arts,0.88,0,0,0.1,0.98 +2127,Brutal Legend,X360,2009,Action,Electronic Arts,0.62,0.27,0,0.09,0.98 +2128,Tamagotchi Connection: Corner Shop 2,DS,2006,Simulation,Namco Bandai Games,0.09,0.02,0.86,0.01,0.98 +2129,Final Fantasy Type-0,PS4,2015,Role-Playing,Square Enix,0.37,0.32,0.15,0.14,0.97 +2130,Madden NFL 08,PS3,2007,Sports,Electronic Arts,0.89,0.01,0,0.08,0.97 +2131,de Blob,Wii,2008,Platform,THQ,0.5,0.37,0,0.1,0.97 +2132,NCAA Football 06,XB,2005,Sports,Electronic Arts,0.73,0.21,0,0.03,0.97 +2133,Mass Effect 3,PC,2012,Role-Playing,Electronic Arts,0.4,0.44,0,0.13,0.97 +2134,NBA 2K10,X360,2009,Sports,Take-Two Interactive,0.88,0.02,0,0.08,0.97 +2135,Fire Emblem,GBA,2003,Strategy,Nintendo,0.49,0.18,0.29,0.01,0.97 +2136,Yakuza 4,PS3,N/A,Action,Sega,0.15,0.14,0.63,0.05,0.97 +2137,Skylanders: Spyro's Adventure,X360,2011,Action,Activision,0.53,0.35,0,0.1,0.97 +2138,Club Penguin: Game Day!,Wii,2010,Sports,Disney Interactive Studios,0.56,0.33,0,0.08,0.97 +2139,NHL 2004,PS2,2003,Sports,Electronic Arts,0.47,0.37,0,0.12,0.97 +2140,Grand Theft Auto: Vice City Stories,PS2,2007,Action,Take-Two Interactive,0.78,0.03,0.03,0.13,0.97 +2141,NBA 2K16,X360,2015,Sports,Take-Two Interactive,0.77,0.1,0,0.1,0.97 +2142,FIFA Soccer 2005,XB,2004,Sports,Electronic Arts,0.33,0.6,0,0.04,0.97 +2143,LEGO The Lord of the Rings,Wii,2012,Action,Warner Bros. Interactive Entertainment,0.52,0.37,0,0.08,0.97 +2144,Romancing SaGa,SNES,1992,Role-Playing,SquareSoft,0,0,0.97,0,0.97 +2145,Donkey Kong Junior,2600,1981,Platform,Atari,0.9,0.05,0,0.01,0.97 +2146,LEGO Star Wars II: The Original Trilogy,GC,2006,Action,LucasArts,0.75,0.19,0,0.03,0.97 +2147,LEGO Harry Potter: Years 5-7,PS3,N/A,Action,Warner Bros. Interactive Entertainment,0.36,0.45,0,0.16,0.97 +2148,Final Fantasy X / X-2 HD Remaster,PSV,2013,Role-Playing,Square Enix,0.21,0.31,0.28,0.16,0.97 +2149,Medal of Honor: Underground,PS,2000,Shooter,Electronic Arts,0.54,0.37,0,0.06,0.97 +2150,The Sims 2,DS,2005,Simulation,Electronic Arts,0.82,0.07,0,0.07,0.96 +2151,Dark Cloud 2,PS2,2002,Role-Playing,Sony Computer Entertainment,0.38,0.25,0.26,0.07,0.96 +2152,Jampack Summer '99,PS,1999,Misc,Sony Computer Entertainment,0.54,0.36,0,0.06,0.96 +2153,PlayStation All-Stars Battle Royale,PS3,2012,Action,Sony Computer Entertainment,0.5,0.28,0.04,0.14,0.96 +2154,Dance Dance Revolution 2nd ReMIX,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.9,0.06,0.96 +2155,Monster High: Ghoul Spirit,DS,2011,Misc,THQ,0.72,0.17,0,0.07,0.96 +2156,Dragon Quest X,Wii,2012,Role-Playing,Square Enix,0,0,0.96,0,0.96 +2157,LEGO Pirates of the Caribbean: The Video Game,DS,2011,Action,Disney Interactive Studios,0.37,0.49,0,0.1,0.96 +2158,Gangs of London,PSP,2006,Adventure,Sony Computer Entertainment,0.3,0.44,0,0.22,0.96 +2159,Mortal Kombat Trilogy,N64,1996,Fighting,GT Interactive,0.72,0.22,0,0.02,0.96 +2160,Star Soldier,NES,1986,Shooter,Hudson Soft,0.32,0.06,0.57,0.01,0.96 +2161,Sonic Unleashed,X360,2008,Platform,Sega,0.54,0.33,0,0.09,0.96 +2162,Lost Planet 2,PS3,2010,Shooter,Capcom,0.29,0.34,0.2,0.13,0.96 +2163,NHL 2001,PS2,2000,Sports,Electronic Arts,0.47,0.37,0,0.12,0.96 +2164,Dragon Quest Monsters: Terry's Wonderland 3D,3DS,2012,Role-Playing,Square Enix,0,0,0.96,0,0.96 +2165,My Weight Loss Coach,DS,2008,Sports,Ubisoft,0.3,0.54,0,0.11,0.96 +2166,Tom Clancy's Ghost Recon: Future Soldier,PS3,2012,Shooter,Ubisoft,0.41,0.33,0.09,0.12,0.96 +2167,Mega Man Star Force Dragon / Leo / Pegasus,DS,2006,Action,Capcom,0.39,0,0.53,0.03,0.96 +2168,Shinobi,PS2,2002,Platform,Sony Computer Entertainment,0.36,0.28,0.22,0.09,0.96 +2169,Mortal Kombat: Deadly Alliance,XB,2002,Fighting,Midway Games,0.77,0.15,0,0.04,0.96 +2170,The Witcher 2: Assassins of Kings,PC,2011,Action,Namco Bandai Games,0.25,0.56,0,0.15,0.96 +2171,PilotWings Resort,3DS,2011,Simulation,Nintendo,0.4,0.36,0.13,0.07,0.96 +2172,Naruto Shippuden: Ultimate Ninja Storm 3,PS3,2013,Fighting,Namco Bandai Games,0.32,0.33,0.15,0.15,0.96 +2173,LEGO Jurassic World,X360,2015,Action,Warner Bros. Interactive Entertainment,0.47,0.4,0,0.08,0.95 +2174,ESPN NBA 2K5,XB,2004,Sports,Global Star,0.88,0.04,0,0.04,0.95 +2175,Wheel of Fortune,PS2,N/A,Misc,Unknown,0.47,0.36,0,0.12,0.95 +2176,World Championship Poker,PS2,2004,Misc,Play It,0.8,0.03,0,0.13,0.95 +2177,Tom Clancy's Splinter Cell: Chaos Theory,PS2,2005,Action,Ubisoft,0.36,0.45,0,0.14,0.95 +2178,SpongeBob SquarePants: Battle for Bikini Bottom,GC,2003,Platform,THQ,0.74,0.19,0,0.03,0.95 +2179,South Park: The Stick of Truth,X360,2014,Role-Playing,Ubisoft,0.57,0.3,0,0.08,0.95 +2180,Ben 10: Alien Force,DS,2008,Action,Koch Media,0.65,0.22,0,0.09,0.95 +2181,SingStar Abba,PS3,2008,Misc,Sony Computer Entertainment,0.27,0.51,0,0.17,0.95 +2182,Cars 2,Wii,2011,Racing,Disney Interactive Studios,0.46,0.39,0,0.1,0.95 +2183,Wild ARMs,PS,1996,Role-Playing,Sony Computer Entertainment,0.26,0.17,0.46,0.06,0.95 +2184,Kessen,PS2,2000,Strategy,Electronic Arts,0.27,0.21,0.41,0.07,0.95 +2185,Yu-Gi-Oh! Worldwide Edition: Stairway to the Destined Duel,GBA,2003,Misc,Konami Digital Entertainment,0.68,0.25,0,0.02,0.95 +2186,NCAA Football 2000,PS,1999,Sports,Electronic Arts,0.53,0.36,0,0.06,0.95 +2187,Brutal Legend,PS3,2009,Action,Electronic Arts,0.54,0.28,0,0.13,0.95 +2188,Skylanders: Spyro's Adventure,PS3,2011,Action,Activision,0.39,0.4,0,0.16,0.95 +2189,Guitar Hero: Metallica,Wii,2009,Misc,Activision,0.41,0.43,0,0.1,0.95 +2190,Evolve,PS4,2015,Shooter,Take-Two Interactive,0.35,0.41,0.05,0.15,0.95 +2191,WWE SmackDown vs. Raw 2009,PS3,2008,Fighting,THQ,0.51,0.31,0.01,0.13,0.95 +2192,Army of Two: The 40th Day,X360,2010,Shooter,Electronic Arts,0.62,0.24,0,0.08,0.95 +2193,Tony Hawk: RIDE,Wii,2009,Sports,Activision,0.7,0.17,0,0.08,0.95 +2194,Lego Batman 3: Beyond Gotham,X360,2014,Action,Warner Bros. Interactive Entertainment,0.48,0.38,0,0.08,0.95 +2195,Wii Play: Motion,Wii,2011,Misc,Nintendo,0.24,0.43,0.18,0.09,0.95 +2196,Killzone,PS2,2004,Shooter,Sony Computer Entertainment,0.79,0.03,0,0.13,0.94 +2197,The Tomb Raider Trilogy,PS3,2011,Action,Square Enix,0.27,0.5,0,0.17,0.94 +2198,Colin McRae Rally 04,PS2,2003,Racing,Codemasters,0.01,0.71,0.01,0.21,0.94 +2199,Star Fox 64 3D,3DS,2011,Shooter,Nintendo,0.48,0.27,0.13,0.07,0.94 +2200,The SpongeBob SquarePants Movie,GC,2004,Platform,THQ,0.73,0.19,0,0.03,0.94 +2201,Rocksmith 2014,X360,2013,Misc,Ubisoft,0.69,0.17,0,0.08,0.94 +2202,Midway Presents Arcade's Greatest Hits: The Atari Collection 1,PS,1996,Misc,GT Interactive,0.52,0.36,0,0.06,0.94 +2203,Cars,Wii,2006,Racing,THQ,0.83,0.04,0,0.07,0.94 +2204,Assassin's Creed III,PC,2012,Action,Ubisoft,0.28,0.53,0,0.13,0.94 +2205,Castlevania: Lament of Innocence,PS2,2003,Action,Konami Digital Entertainment,0.46,0.36,0,0.12,0.94 +2206,Mario Tennis Open,3DS,2012,Sports,Nintendo,0.26,0.29,0.33,0.05,0.94 +2207,The Witcher 2: Assassins of Kings,X360,2012,Action,Namco Bandai Games,0.48,0.36,0.02,0.08,0.94 +2208,Bayonetta,X360,2009,Action,Sega,0.51,0.26,0.09,0.08,0.94 +2209,Destroy All Humans!,PS2,2005,Shooter,THQ,0.78,0.03,0,0.13,0.94 +2210,MVP Baseball 2005,XB,2005,Sports,Electronic Arts,0.7,0.2,0,0.03,0.94 +2211,SaGa Frontier 2,PS,1999,Role-Playing,SquareSoft,0.1,0.07,0.71,0.06,0.94 +2212,NCAA Football 10,X360,2009,Sports,Electronic Arts,0.87,0,0,0.07,0.94 +2213,MLB 2000,PS,1999,Sports,Sony Computer Entertainment,0.52,0.35,0,0.06,0.94 +2214,The Legend of Zelda: Twilight Princess HD,WiiU,2016,Action,Nintendo,0.48,0.3,0.08,0.08,0.94 +2215,Bully,PS2,2006,Action,Take-Two Interactive,0.75,0.03,0.04,0.12,0.94 +2216,Prince of Persia: The Sands of Time,XB,2003,Action,Ubisoft,0.57,0.33,0,0.04,0.94 +2217,Phantasy Star Portable,PSP,2008,Role-Playing,Sega,0.19,0.06,0.63,0.05,0.94 +2218,Hot Shots Golf Fore!,PS2,2003,Sports,Sony Computer Entertainment,0.46,0.36,0,0.12,0.94 +2219,MLB 06: The Show,PS2,2006,Sports,Sony Computer Entertainment,0.78,0.03,0,0.13,0.94 +2220,NHL 2003,PS2,2002,Sports,Electronic Arts,0.46,0.36,0,0.12,0.93 +2221,Operation Flashpoint: Dragon Rising,X360,2009,Shooter,Codemasters,0.36,0.45,0.02,0.1,0.93 +2222,Nickelodeon Fit,Wii,2010,Sports,Take-Two Interactive,0.78,0.09,0,0.06,0.93 +2223,Buzz! Quiz World,PS3,2009,Misc,Sony Computer Entertainment,0.16,0.58,0,0.2,0.93 +2224,Bentley's Hackpack,GBA,2005,Misc,N/A,0.67,0.25,0,0.02,0.93 +2225,Tony Hawk's Pro Skater 4,XB,2002,Sports,Activision,0.59,0.3,0,0.04,0.93 +2226,Borderlands 2,PC,2012,Shooter,Take-Two Interactive,0.42,0.41,0,0.11,0.93 +2227,EA Sports Grand Slam Tennis,Wii,2009,Sports,Electronic Arts,0.29,0.52,0.02,0.11,0.93 +2228,White Knight Chronicles: International Edition,PS3,2008,Role-Playing,Sony Computer Entertainment,0.33,0.16,0.36,0.08,0.93 +2229,SSX,PS3,2012,Sports,Electronic Arts,0.35,0.42,0.02,0.14,0.93 +2230,Sonic Riders: Zero Gravity,Wii,2008,Racing,Sega,0.5,0.32,0.02,0.1,0.93 +2231,LEGO Jurassic World,PS3,2015,Action,Warner Bros. Interactive Entertainment,0.34,0.44,0,0.15,0.93 +2232,Build-A-Bear Workshop,DS,2007,Simulation,Game Factory,0.85,0.01,0,0.07,0.93 +2233,Crash City Mayhem,GBA,2004,Racing,THQ,0.67,0.25,0,0.02,0.93 +2234,Spider-Man,2600,1981,Action,Parker Bros.,0.87,0.05,0,0.01,0.93 +2235,Mega Man 4,NES,1991,Platform,Capcom,0.51,0.09,0.32,0.01,0.93 +2236,Castlevania II: Simon's Quest,NES,1987,Platform,Konami Digital Entertainment,0.45,0.06,0.42,0,0.93 +2237,Toy Story 2: Buzz Lightyear to the Rescue!,N64,1999,Platform,Activision,0.71,0.2,0,0.01,0.93 +2238,Teenage Mutant Ninja Turtles,GBA,2003,Action,Unknown,0.67,0.25,0,0.02,0.93 +2239,MLB 07: The Show,PS2,2007,Sports,Sony Computer Entertainment,0.77,0.03,0,0.13,0.93 +2240,Skylanders: Trap Team,X360,2014,Action,Activision,0.54,0.31,0,0.08,0.93 +2241,Cars,GC,2006,Racing,THQ,0.72,0.19,0,0.03,0.93 +2242,Brothers in Arms: Hell's Highway,PS3,2008,Shooter,Ubisoft,0.44,0.34,0,0.15,0.93 +2243,Inazuma Eleven 3,DS,2010,Role-Playing,Level 5,0,0,0.93,0,0.93 +2244,Pokken Tournament,WiiU,2016,Fighting,Namco Bandai Games,0.47,0.22,0.16,0.07,0.93 +2245,SnoCross Championship Racing,PS,1999,Racing,Ubisoft,0.52,0.35,0,0.06,0.93 +2246,Teenage Mutant Ninja Turtles,PS2,2003,Action,Konami Digital Entertainment,0.45,0.35,0,0.12,0.92 +2247,Top Gun: Combat Zones,PS2,2001,Simulation,Titus,0.45,0.35,0,0.12,0.92 +2248,Blue Dragon,X360,2006,Role-Playing,Microsoft Game Studios,0.3,0.33,0.21,0.08,0.92 +2249,007: The World is not Enough,PS,2000,Action,Electronic Arts,0.51,0.35,0,0.06,0.92 +2250,NCAA Football 11,X360,2010,Sports,Electronic Arts,0.86,0,0,0.06,0.92 +2251,NHL 98,PS,1997,Sports,Electronic Arts,0.51,0.35,0,0.06,0.92 +2252,FIFA Street,X360,2012,Sports,Electronic Arts,0.17,0.65,0,0.1,0.92 +2253,EA Sports Active 2,PS3,2010,Sports,Electronic Arts,0.52,0.28,0,0.12,0.92 +2254,SpongeBob SquarePants: The Yellow Avenger,PSP,2006,Action,THQ,0.55,0.21,0,0.16,0.92 +2255,WWE SmackDown vs. Raw 2009,X360,2008,Fighting,THQ,0.58,0.26,0,0.08,0.92 +2256,Dante's Inferno,X360,2010,Action,Electronic Arts,0.63,0.2,0.02,0.07,0.92 +2257,Wipeout: In The Zone,X360,2011,Misc,Activision,0.87,0,0,0.05,0.92 +2258,Space Jam,PS,1996,Sports,Acclaim Entertainment,0.51,0.35,0,0.06,0.92 +2259,Kung Fu Panda,Wii,2008,Action,Activision,0.5,0.32,0,0.09,0.92 +2260,Knockout Kings 2000,N64,1999,Fighting,Electronic Arts,0.63,0.27,0,0.02,0.92 +2261,Balloon Fight,NES,1985,Platform,Nintendo,0.39,0.09,0.43,0.01,0.92 +2262,Assassin's Creed,PC,2008,Adventure,Ubisoft,0.01,0.83,0,0.08,0.92 +2263,Disney Magical World,3DS,2013,Adventure,Nintendo,0.16,0.2,0.53,0.03,0.92 +2264,Crysis 3,X360,2013,Shooter,Electronic Arts,0.51,0.33,0.01,0.08,0.92 +2265,Lego Batman 3: Beyond Gotham,PS4,2014,Action,Warner Bros. Interactive Entertainment,0.37,0.39,0,0.15,0.92 +2266,Dynasty Warriors 7,PS3,2011,Action,Tecmo Koei,0.25,0.14,0.46,0.06,0.92 +2267,The Evil Within,PS3,2014,Action,Bethesda Softworks,0.26,0.39,0.12,0.14,0.92 +2268,MLB 12: The Show,PS3,2012,Sports,Sony Computer Entertainment,0.86,0,0,0.06,0.92 +2269,Sonic Riders,GC,2006,Racing,Sega,0.71,0.18,0,0.03,0.92 +2270,Starsky & Hutch,PS2,2003,Racing,Empire Interactive,0.45,0.35,0,0.12,0.92 +2271,Tobal No.1,PS,1996,Fighting,Sony Computer Entertainment,0.12,0.08,0.66,0.06,0.92 +2272,Lost Odyssey,X360,2007,Role-Playing,Microsoft Game Studios,0.45,0.27,0.11,0.09,0.92 +2273,MLB 15: The Show,PS4,2015,Sports,Sony Computer Entertainment,0.67,0.08,0,0.17,0.92 +2274,Operation Flashpoint: Dragon Rising,PS3,2009,Shooter,Codemasters,0.23,0.46,0.05,0.17,0.92 +2275,Homefront,PS3,2011,Shooter,THQ,0.32,0.4,0.04,0.15,0.91 +2276,AMF Bowling Pinbusters!,Wii,2007,Sports,Bethesda Softworks,0.85,0,0,0.07,0.91 +2277,Street Hoops,PS2,2002,Sports,Activision,0.45,0.35,0,0.12,0.91 +2278,Avatar: The Game,PS3,2009,Action,Ubisoft,0.32,0.43,0,0.16,0.91 +2279,Harvest Moon 3D: A New Beginning,3DS,2012,Action,Marvelous Entertainment,0.41,0.17,0.29,0.05,0.91 +2280,Tom Clancy's EndWar,X360,2008,Strategy,Ubisoft,0.58,0.24,0.01,0.09,0.91 +2281,Knockout Kings 2002,PS2,2002,Sports,Electronic Arts,0.45,0.35,0,0.12,0.91 +2282,Tokyo Xtreme Racer 3,PS2,2003,Racing,Genki,0.35,0.27,0.21,0.09,0.91 +2283,LEGO Indiana Jones 2: The Adventure Continues,PS3,2009,Action,Activision,0.47,0.3,0,0.13,0.91 +2284,Colin McRae Rally 2.0,PS,2000,Racing,Codemasters,0.02,0.8,0.02,0.07,0.91 +2285,Glover,N64,1998,Platform,Hasbro Interactive,0.72,0.17,0,0.01,0.91 +2286,MX vs. ATV Reflex,PS3,2009,Racing,THQ,0.52,0.26,0,0.12,0.91 +2287,Minecraft: Story Mode,X360,2015,Adventure,Mojang,0.46,0.38,0,0.08,0.91 +2288,Namco Museum,XB,N/A,Misc,Unknown,0.77,0.11,0,0.04,0.91 +2289,Marvel: Ultimate Alliance 2,X360,2009,Role-Playing,Activision,0.68,0.15,0,0.08,0.91 +2290,Call of Duty: World at War,DS,2008,Shooter,Activision,0.57,0.26,0,0.08,0.91 +2291,Super Momotarou Dentetsu III,SNES,1994,Simulation,Hudson Soft,0,0,0.91,0,0.91 +2292,Sonic Mega Collection Plus,XB,2004,Misc,Sega,0.61,0.26,0,0.04,0.91 +2293,DJ Hero,PS3,2009,Misc,Activision,0.42,0.34,0,0.14,0.91 +2294,Dragon Age: Inquisition,XOne,2014,Role-Playing,Electronic Arts,0.55,0.28,0,0.07,0.91 +2295,The Simpsons Game,PS3,2007,Action,Electronic Arts,0.38,0.37,0,0.15,0.91 +2296,Tiger Woods PGA Tour 2002,PS2,2002,Sports,Electronic Arts,0.44,0.35,0,0.12,0.9 +2297,Rhythm Heaven,Wii,N/A,Misc,Unknown,0.13,0,0.77,0.01,0.9 +2298,Mini-Yonku Shining Scorpion: Let's & Go!!,SNES,1996,Racing,ASCII Entertainment,0,0,0.9,0,0.9 +2299,MLB 2005,PS2,2004,Sports,Sony Computer Entertainment,0.44,0.35,0,0.12,0.9 +2300,SOCOM 4: U.S. Navy SEALs,PS3,2011,Shooter,Sony Computer Entertainment,0.66,0.12,0.04,0.08,0.9 +2301,Burnout Revenge,PS2,2005,Racing,Electronic Arts,0.75,0.03,0,0.12,0.9 +2302,Buzz! Quiz TV,PS3,2008,Misc,Sony Computer Entertainment,0.28,0.48,0,0.14,0.9 +2303,We Ski & Snowboard,Wii,2008,Sports,Atari,0.38,0.29,0.15,0.08,0.9 +2304,Destruction Derby,PS,1995,Racing,Psygnosis,0.5,0.34,0,0.06,0.9 +2305,TouchMaster 2,DS,2008,Puzzle,Midway Games,0.3,0.49,0,0.1,0.9 +2306,Crysis 3,PS3,2013,Shooter,Electronic Arts,0.26,0.43,0.03,0.18,0.9 +2307,3Xtreme,PS,1999,Action,989 Studios,0.5,0.34,0,0.06,0.9 +2308,Hot Shots Tennis,PS2,2006,Sports,Sony Computer Entertainment,0.17,0.13,0.55,0.05,0.9 +2309,Sonic Heroes,XB,2003,Platform,Sega,0.41,0.43,0.01,0.05,0.9 +2310,Resistance: Retribution,PSP,2009,Shooter,Sony Computer Entertainment,0.27,0.36,0.05,0.22,0.9 +2311,Tiger Woods PGA Tour 12: The Masters,PS3,2011,Sports,Electronic Arts,0.52,0.26,0,0.12,0.9 +2312,Star Wars: The Force Unleashed,DS,2008,Action,LucasArts,0.51,0.29,0,0.09,0.9 +2313,Madden NFL 99,N64,1998,Sports,Electronic Arts,0.84,0.05,0,0.01,0.9 +2314,Spider-Man 3,PS2,2007,Platform,Activision,0.74,0.03,0.01,0.12,0.9 +2315,James Bond 007: Agent Under Fire,XB,2002,Shooter,Electronic Arts,0.65,0.22,0,0.03,0.9 +2316,Samba De Amigo,Wii,2008,Misc,Sega,0.42,0.37,0.01,0.1,0.9 +2317,The Elder Scrolls Online,PC,2014,Role-Playing,Bethesda Softworks,0.32,0.48,0,0.09,0.9 +2318,Pure,PS3,2008,Racing,Disney Interactive Studios,0.42,0.33,0,0.14,0.9 +2319,FIFA Soccer 09 All-Play,Wii,2008,Sports,Electronic Arts,0.29,0.52,0,0.09,0.9 +2320,Fossil Fighters,DS,2008,Role-Playing,Nintendo,0.84,0,0,0.06,0.9 +2321,LittleBigPlanet Karting,PS3,2012,Action,Sony Computer Entertainment,0.42,0.32,0.01,0.15,0.9 +2322,X-Men Legends,XB,2004,Role-Playing,Activision,0.62,0.24,0,0.04,0.9 +2323,NBA Live 2005,XB,2004,Sports,Electronic Arts,0.81,0.05,0,0.04,0.9 +2324,Harry Potter: Quidditch World Cup,PS2,2003,Sports,Electronic Arts,0.44,0.34,0,0.11,0.9 +2325,The Biggest Loser: Ultimate Workout,X360,2010,Sports,THQ,0.73,0.1,0,0.06,0.9 +2326,Madagascar,GBA,2005,Platform,Activision,0.62,0.24,0,0.03,0.89 +2327,Call of Juarez: Bound in Blood,PS3,2009,Shooter,Ubisoft,0.35,0.38,0.01,0.16,0.89 +2328,Killzone: Liberation,PSP,2006,Shooter,Sony Computer Entertainment,0.44,0.28,0,0.18,0.89 +2329,Madden NFL 08,Wii,2007,Sports,Electronic Arts,0.82,0.01,0,0.07,0.89 +2330,Blitz: The League,PS2,2005,Sports,Unknown,0.74,0.03,0,0.12,0.89 +2331,LEGO Jurassic World,PS4,2015,Action,Warner Bros. Interactive Entertainment,0.32,0.42,0.01,0.14,0.89 +2332,Castlevania: Circle of the Moon,GBA,2001,Platform,Konami Digital Entertainment,0.6,0.22,0.05,0.02,0.89 +2333,Sonic Chronicles: The Dark Brotherhood,DS,2008,Role-Playing,Sega,0.51,0.29,0.01,0.09,0.89 +2334,Tiger Woods PGA Tour 06,PS2,2005,Sports,Electronic Arts,0.74,0.03,0,0.12,0.89 +2335,Classic NES Series: The Legend of Zelda,GBA,2004,Adventure,Nintendo,0.46,0.17,0.24,0.02,0.89 +2336,The Jak and Daxter Collection,PS3,2012,Platform,Sony Computer Entertainment,0.6,0.19,0,0.1,0.89 +2337,Fire Emblem: The Sacred Stones,GBA,2004,Strategy,Nintendo,0.42,0.16,0.3,0.02,0.89 +2338,Pokemon Card GB2: Here Comes Team GR!,GB,2001,Strategy,Nintendo,0,0,0.89,0,0.89 +2339,Finding Nemo,GC,2003,Action,THQ,0.69,0.18,0,0.02,0.89 +2340,CSI: Hard Evidence,Wii,2008,Adventure,Ubisoft,0.36,0.43,0,0.1,0.89 +2341,Ace Combat 2,PS,1997,Simulation,Sony Computer Entertainment,0.16,0.11,0.56,0.06,0.89 +2342,F1 2009,Wii,2009,Racing,Codemasters,0.15,0.63,0,0.11,0.89 +2343,NFL 2K2,PS2,2001,Sports,Sega,0.44,0.34,0,0.11,0.89 +2344,EA Sports UFC 2,PS4,2016,Sports,Electronic Arts,0.28,0.47,0,0.14,0.89 +2345,Dissidia 012: Duodecim Final Fantasy,PSP,2011,Fighting,Square Enix,0.21,0.13,0.46,0.08,0.89 +2346,LEGO Marvel Super Heroes,3DS,2013,Action,Warner Bros. Interactive Entertainment,0.42,0.36,0.04,0.07,0.89 +2347,F1 2010,X360,2010,Racing,Codemasters,0.18,0.59,0.01,0.1,0.89 +2348,Monster 4X4: World Circuit,Wii,2006,Racing,Ubisoft,0.81,0,0.01,0.07,0.89 +2349,Call of Duty: Modern Warfare 2,PC,2009,Shooter,Activision,0.01,0.79,0,0.09,0.89 +2350,Wii Fit U,WiiU,2013,Sports,Nintendo,0.39,0.24,0.21,0.06,0.89 +2351,Kingdoms of Amalur: Reckoning,X360,2012,Role-Playing,Electronic Arts,0.55,0.25,0.01,0.07,0.89 +2352,Call of Duty: Modern Warfare 3,Wii,2011,Shooter,Activision,0.6,0.21,0,0.08,0.89 +2353,MLB 2001,PS,2000,Sports,Sony Computer Entertainment,0.49,0.34,0,0.06,0.89 +2354,SingStar Anthems,PS2,2006,Misc,Sony Computer Entertainment,0,0.68,0,0.2,0.89 +2355,Seiken Densetsu 3,SNES,1995,Role-Playing,SquareSoft,0,0,0.89,0,0.89 +2356,Mega Man 8 Anniversary Collector's Edition,PS,1996,Platform,Capcom,0.44,0.3,0.09,0.06,0.88 +2357,WWE SmackDown vs. Raw 2011,X360,2010,Fighting,THQ,0.44,0.36,0,0.08,0.88 +2358,Sleeping Dogs,X360,2012,Action,Square Enix,0.38,0.41,0.01,0.08,0.88 +2359,Grand Theft Auto IV,PC,2008,Action,Take-Two Interactive,0.01,0.79,0,0.08,0.88 +2360,Peppa Pig: The Game,DS,2008,Misc,Pinnacle,0,0.82,0,0.06,0.88 +2361,Michael Jackson: The Experience,X360,2011,Misc,Ubisoft,0.62,0.2,0,0.07,0.88 +2362,Ghostbusters: The Video Game,Wii,2009,Action,Atari,0.6,0.21,0,0.08,0.88 +2363,Rock Band 3,X360,2010,Misc,MTV Games,0.73,0.1,0,0.06,0.88 +2364,Resident Evil: Revelations,3DS,2012,Action,Capcom,0.3,0.22,0.3,0.05,0.88 +2365,NBA 2K6,PS2,2005,Action,Take-Two Interactive,0.43,0.34,0,0.11,0.88 +2366,Buzz! The Mega Quiz,PS2,2007,Misc,Sony Computer Entertainment,0.32,0.06,0,0.5,0.88 +2367,Endless Ocean: Blue World,Wii,2009,Simulation,Nintendo,0.47,0.22,0.12,0.07,0.88 +2368,Star Wars: Rebel Assault II - The Hidden Empire,PS,1996,Shooter,CTO SpA,0.49,0.33,0,0.06,0.88 +2369,Just Cause 3,XOne,2015,Action,Square Enix,0.42,0.38,0,0.07,0.88 +2370,Metal Gear Ac!d,PSP,2004,Strategy,Konami Digital Entertainment,0.32,0.26,0.12,0.17,0.88 +2371,Cooking Mama: World Kitchen,Wii,2008,Simulation,505 Games,0.51,0.28,0.01,0.08,0.88 +2372,Tekken Tag Tournament 2,PS3,2012,Fighting,Namco Bandai Games,0.28,0.33,0.13,0.14,0.88 +2373,ESPN NHL 2K5,PS2,2004,Sports,Global Star,0.43,0.33,0,0.11,0.88 +2374,GRID,X360,2008,Racing,Codemasters,0.33,0.44,0.01,0.09,0.88 +2375,Phantasy Star Portable 2,PSP,2009,Role-Playing,Sega,0.08,0.11,0.62,0.06,0.88 +2376,Crimson Skies: High Road to Revenge,XB,2003,Simulation,Microsoft Game Studios,0.65,0.19,0,0.03,0.87 +2377,Spec Ops: Ranger Elite,PS,2001,Shooter,TalonSoft,0.49,0.33,0,0.06,0.87 +2378,Gex,PS,1995,Platform,Crystal Dynamics,0.49,0.33,0,0.06,0.87 +2379,NBA 2K14,XOne,2013,Sports,Take-Two Interactive,0.7,0.11,0,0.06,0.87 +2380,DiRT,X360,2007,Racing,Codemasters,0.38,0.4,0,0.09,0.87 +2381,Derby Stallion II,SNES,1994,Sports,ASCII Entertainment,0,0,0.87,0,0.87 +2382,Gold's Gym: Dance Workout,Wii,2010,Sports,Ubisoft,0.71,0.11,0,0.06,0.87 +2383,Red Faction: Guerrilla,X360,2009,Shooter,THQ,0.48,0.29,0.01,0.09,0.87 +2384,Tom Clancy's Ghost Recon: Island Thunder,XB,2003,Shooter,Ubisoft,0.61,0.24,0,0.03,0.87 +2385,Mercenaries 2: World in Flames,PS3,2008,Shooter,Electronic Arts,0.29,0.4,0.02,0.16,0.87 +2386,Need for Speed: V-Rally,PS,1997,Racing,Infogrames,0.43,0.29,0.09,0.06,0.87 +2387,Kingdom Hearts Re: Chain of Memories,PS2,2008,Role-Playing,Square Enix,0.73,0.03,0,0.12,0.87 +2388,Pictionary,Wii,2010,Puzzle,THQ,0.61,0.19,0,0.07,0.87 +2389,NCAA Football 13,PS3,2012,Action,Electronic Arts,0.82,0,0,0.06,0.87 +2390,Kingdoms of Amalur: Reckoning,PS3,2012,Role-Playing,Electronic Arts,0.37,0.3,0.09,0.11,0.87 +2391,NFL GameDay '97,PS,1996,Sports,Sony Computer Entertainment,0.48,0.33,0,0.06,0.87 +2392,Beijing 2008,PS3,2008,Sports,Sega,0.14,0.54,0.01,0.18,0.87 +2393,The House of the Dead: Overkill,Wii,2009,Shooter,Sega,0.46,0.31,0.02,0.09,0.87 +2394,Tony Hawk's Project 8,PS2,2006,Sports,Activision,0.72,0.03,0,0.12,0.87 +2395,Injustice: Gods Among Us,PS4,2013,Fighting,Warner Bros. Interactive Entertainment,0.46,0.29,0,0.12,0.87 +2396,NHL 2000,PS,1998,Sports,Electronic Arts,0.48,0.33,0,0.06,0.87 +2397,Buzz! Master Quiz,PSP,2008,Misc,Sony Computer Entertainment,0.2,0.44,0,0.23,0.87 +2398,Brothers in Arms: Hell's Highway,X360,2008,Shooter,Ubisoft,0.47,0.31,0,0.09,0.87 +2399,Fight Night Round 2,PS2,2005,Fighting,Electronic Arts,0.72,0.03,0,0.12,0.87 +2400,Wizards of Waverly Place,DS,2009,Misc,Disney Interactive Studios,0.59,0.2,0,0.08,0.87 +2401,Scooby-Doo! First Frights,DS,2009,Action,Warner Bros. Interactive Entertainment,0.63,0.17,0,0.07,0.87 +2402,Conflict: Desert Storm,XB,2002,Shooter,SCi,0.48,0.37,0,0.02,0.87 +2403,Triple Play 2002,PS2,2002,Sports,Electronic Arts,0.43,0.33,0,0.11,0.87 +2404,Vagrant Story,PS,2000,Role-Playing,Crave Entertainment,0.3,0.2,0.3,0.06,0.87 +2405,Lemmings,PSP,2006,Puzzle,Sony Computer Entertainment,0.12,0.52,0,0.23,0.87 +2406,Warriors Orochi,PS2,2007,Action,Tecmo Koei,0.11,0.09,0.64,0.03,0.87 +2407,Guitar Hero: Warriors of Rock,X360,2010,Misc,Activision,0.47,0.32,0,0.08,0.87 +2408,Enduro,2600,1982,Misc,Quelle,0.81,0.05,0,0.01,0.87 +2409,Tales of Xillia 2,PS3,2012,Role-Playing,Namco Bandai Games,0.2,0.15,0.45,0.07,0.87 +2410,SingStar '90s,PS2,2007,Misc,Sony Computer Entertainment,0.1,0.59,0,0.18,0.87 +2411,Monster Strike 3DS,3DS,2015,Action,"mixi, Inc",0,0,0.86,0,0.86 +2412,Tomb Raider: Anniversary,Wii,2007,Action,Eidos Interactive,0.12,0.63,0,0.11,0.86 +2413,Winning Eleven: Pro Evolution Soccer 2007,PSP,2006,Sports,Konami Digital Entertainment,0.01,0.72,0.12,0.01,0.86 +2414,Darksiders II,PS3,2012,Action,THQ,0.35,0.37,0.01,0.14,0.86 +2415,Ghostbusters: The Video Game,PS3,2009,Action,Sony Computer Entertainment,0.34,0.37,0,0.15,0.86 +2416,The World Ends With You,DS,2007,Role-Playing,Square Enix,0.54,0.06,0.21,0.05,0.86 +2417,The Lord of the Rings: War in the North,PS3,N/A,Action,Warner Bros. Interactive Entertainment,0.25,0.45,0.01,0.15,0.86 +2418,Rocky,PS2,2002,Fighting,Rage Software,0.42,0.33,0,0.11,0.86 +2419,Dragon Quest VIII: Journey of the Cursed King,3DS,2015,Role-Playing,Square Enix,0,0,0.86,0,0.86 +2420,Ford Racing,PS,2001,Racing,Empire Interactive,0.48,0.33,0,0.06,0.86 +2421,Madden Football 64,N64,1997,Sports,Electronic Arts,0.81,0.04,0,0.01,0.86 +2422,MLB 99,PS,1998,Sports,Sony Computer Entertainment,0.48,0.32,0,0.06,0.86 +2423,Dragon Ball Z: Burst Limit,PS3,2008,Fighting,Atari,0.22,0.34,0.18,0.12,0.86 +2424,The Lord of the Rings: War in the North,X360,N/A,Action,Warner Bros. Interactive Entertainment,0.52,0.26,0,0.08,0.86 +2425,The Legendary Starfy,DS,2008,Platform,Nintendo,0.61,0,0.2,0.05,0.86 +2426,2010 FIFA World Cup South Africa,X360,2010,Sports,Electronic Arts,0.32,0.43,0.02,0.09,0.86 +2427,Dynasty Warriors 4: Xtreme Legends,PS2,2003,Action,Tecmo Koei,0.17,0.13,0.51,0.04,0.86 +2428,Ninja Gaiden Sigma 2,PS3,2009,Action,Ubisoft Annecy,0.52,0.16,0.08,0.1,0.86 +2429,Forza Horizon 2,X360,2014,Racing,Microsoft Game Studios,0.35,0.43,0,0.07,0.85 +2430,Skate 2,PS3,2009,Sports,Electronic Arts,0.46,0.26,0.01,0.12,0.85 +2431,FIFA Soccer 08,DS,2007,Sports,Electronic Arts,0.1,0.65,0,0.11,0.85 +2432,Army Men: Air Attack,PS,1999,Action,3DO,0.47,0.32,0,0.06,0.85 +2433,Need for Speed: Nitro,Wii,2009,Racing,Electronic Arts,0.46,0.31,0,0.08,0.85 +2434,Madden NFL 09 All-Play,Wii,2008,Sports,Electronic Arts,0.78,0.01,0,0.07,0.85 +2435,NBA 2K8,X360,2007,Sports,Take-Two Interactive,0.79,0,0,0.07,0.85 +2436,Far Cry: Primal,XOne,2016,Action,Ubisoft,0.46,0.32,0,0.07,0.85 +2437,Street Fighter Alpha 2,PS,1996,Fighting,Virgin Interactive,0.14,0.09,0.57,0.06,0.85 +2438,Tiger Woods PGA Tour 2005,XB,2004,Sports,Electronic Arts,0.64,0.18,0,0.03,0.85 +2439,Army of Two: The 40th Day,PS3,2010,Shooter,Electronic Arts,0.44,0.27,0.01,0.12,0.85 +2440,Blazing Angels: Squadrons of WWII,Wii,2007,Simulation,Ubisoft,0.74,0.04,0,0.06,0.85 +2441,Castlevania III: Dracula's Curse,NES,1989,Platform,Konami Digital Entertainment,0.4,0.07,0.37,0.01,0.85 +2442,Harry Potter and the Order of the Phoenix,DS,2007,Action,Electronic Arts,0.28,0.47,0,0.1,0.85 +2443,Rampage World Tour,PS,1997,Action,GT Interactive,0.47,0.32,0,0.06,0.85 +2444,Burnout Legends,PSP,2005,Racing,Electronic Arts,0.7,0.06,0,0.09,0.85 +2445,WWE 2K15,PS3,2014,Sports,Take-Two Interactive,0.36,0.35,0,0.14,0.85 +2446,Overwatch,XOne,2016,Shooter,Activision,0.52,0.25,0,0.08,0.85 +2447,Ratatouille,PS2,2007,Action,THQ,0.31,0,0,0.53,0.85 +2448,NFL GameDay,PS,1995,Sports,Sony Computer Entertainment,0.47,0.32,0,0.06,0.85 +2449,Burnout 2: Point of Impact,PS2,2002,Racing,Acclaim Entertainment,0.42,0.32,0,0.11,0.85 +2450,Kirby: Planet Robobot,3DS,2016,Action,Nintendo,0.26,0.1,0.44,0.04,0.85 +2451,Street Fighter EX3,PS2,2000,Fighting,Virgin Interactive,0.32,0.25,0.2,0.08,0.85 +2452,Karaoke Revolution Glee,Wii,2010,Misc,Konami Digital Entertainment,0.52,0.25,0,0.07,0.85 +2453,Sniper Elite V2,X360,2012,Shooter,505 Games,0.46,0.29,0.02,0.07,0.85 +2454,Thief (2014),PS4,2014,Action,Square Enix,0.28,0.37,0.03,0.16,0.84 +2455,Spider-Man 2,GC,2004,Action,Activision,0.65,0.17,0,0.02,0.84 +2456,Golden Sun: Dark Dawn,DS,2010,Role-Playing,Nintendo,0.56,0.11,0.13,0.05,0.84 +2457,Tiger Woods PGA Tour 11,PS3,2010,Sports,Electronic Arts,0.37,0.34,0,0.13,0.84 +2458,Devil May Cry HD Collection,PS3,2012,Action,Capcom,0.42,0.21,0.11,0.1,0.84 +2459,MLB 16: The Show,PS4,2016,Action,Sony Computer Entertainment,0.68,0,0,0.16,0.84 +2460,NBA 2K10,PS3,2009,Sports,Take-Two Interactive,0.75,0.01,0.01,0.07,0.84 +2461,Xenoblade Chronicles X,WiiU,2015,Role-Playing,Nintendo,0.36,0.28,0.14,0.06,0.84 +2462,Petz Dogz Fashion,DS,2008,Simulation,Ubisoft,0.46,0.3,0,0.09,0.84 +2463,The Incredibles,GC,2004,Action,THQ,0.65,0.17,0,0.02,0.84 +2464,NCAA Football 11,PS3,2010,Sports,Electronic Arts,0.79,0,0,0.06,0.84 +2465,Dragon Age II,PS3,2011,Action,Electronic Arts,0.4,0.27,0.05,0.12,0.84 +2466,ATV Quad Power Racing 2,PS2,2003,Racing,Acclaim Entertainment,0.41,0.32,0,0.11,0.84 +2467,Harvest Moon: Tree of Tranquility,Wii,2007,Simulation,Rising Star Games,0.69,0.03,0.06,0.06,0.84 +2468,Final Fantasy,NES,1987,Role-Playing,SquareSoft,0.32,0,0.52,0,0.84 +2469,Street Fighter X Tekken,PS3,2012,Fighting,Capcom,0.42,0.22,0.1,0.1,0.84 +2470,Rocket Power: Team Rocket Rescue,PS,2001,Sports,THQ,0.47,0.32,0,0.05,0.84 +2471,Duke Nukem Forever,X360,2011,Shooter,Take-Two Interactive,0.52,0.25,0,0.07,0.84 +2472,Big Mutha Truckers,PS2,2002,Racing,Empire Interactive,0.41,0.32,0,0.11,0.84 +2473,Borderlands: The Handsome Collection,PS4,2015,Shooter,Take-Two Interactive,0.36,0.32,0.03,0.14,0.84 +2474,Rogue Galaxy,PS2,2005,Role-Playing,Sony Computer Entertainment,0.24,0.16,0.39,0.05,0.84 +2475,ESPN College Hoops 2K5,PS2,2004,Sports,Sega,0.41,0.32,0,0.11,0.84 +2476,Metroid: Zero Mission,GBA,2004,Adventure,Nintendo,0.6,0.22,0,0.01,0.84 +2477,FIFA 15,PSV,2014,Sports,Electronic Arts,0.13,0.48,0.04,0.19,0.84 +2478,Time Crisis 4,PS3,2007,Shooter,Namco Bandai Games,0.32,0.33,0.05,0.14,0.84 +2479,Ben 10: Protector of Earth,PS2,2007,Action,D3Publisher,0.09,0,0,0.74,0.84 +2480,Need for Speed Rivals,X360,2013,Racing,Electronic Arts,0.37,0.38,0.01,0.08,0.84 +2481,Q*bert,PS,1999,Puzzle,Atari,0.46,0.32,0,0.05,0.84 +2482,WWE SmackDown vs. Raw 2009,Wii,2008,Fighting,THQ,0.44,0.31,0,0.08,0.83 +2483,Ace Combat 3: Electrosphere,PS,1999,Simulation,Sony Computer Entertainment,0.22,0.15,0.4,0.05,0.83 +2484,Dynasty Warriors 2,PS2,2000,Action,THQ,0.24,0.19,0.34,0.06,0.83 +2485,Battle of Giants: Dinosaurs,DS,2008,Strategy,Ubisoft,0.38,0.37,0,0.09,0.83 +2486,Madden NFL 07,PSP,N/A,Sports,Unknown,0.77,0.03,0,0.04,0.83 +2487,Lizzie McGuire 2: Lizzie Diaries,GBA,2004,Action,Disney Interactive Studios,0.6,0.22,0,0.01,0.83 +2488,Borderlands 2,PSV,2014,Shooter,Take-Two Interactive,0.43,0.21,0.01,0.19,0.83 +2489,FIFA Soccer World Championship,PS2,2000,Sports,Electronic Arts,0.27,0.21,0.28,0.07,0.83 +2490,Brute Force,XB,2003,Shooter,Microsoft Game Studios,0.62,0.18,0.01,0.03,0.83 +2491,Dance Central 3,X360,2012,Misc,Microsoft Game Studios,0.57,0.2,0,0.06,0.83 +2492,Yu-Gi-Oh! Dark Duel Stories,GB,2000,Misc,Konami Digital Entertainment,0,0,0.83,0,0.83 +2493,The Game of Life,PS,1998,Misc,Unknown,0.46,0.31,0,0.05,0.83 +2494,Mega Man Legends,PS,1997,Adventure,Capcom,0.39,0.26,0.12,0.05,0.83 +2495,NCAA Football 12,PS3,2011,Sports,Electronic Arts,0.78,0,0,0.05,0.83 +2496,Sly 3: Honor Among Thieves,PS2,2005,Platform,Sony Computer Entertainment,0.69,0.03,0,0.11,0.83 +2497,The Price is Right,Wii,2008,Misc,Ubisoft,0.77,0,0,0.06,0.83 +2498,Sid Meier's Civilization Revolution,X360,2008,Strategy,Take-Two Interactive,0.58,0.17,0,0.07,0.83 +2499,MLB SlugFest 20-03,PS2,N/A,Sports,Unknown,0.41,0.32,0,0.11,0.83 +2500,I Spy: Fun House,DS,2007,Puzzle,Scholastic Inc.,0.77,0,0,0.06,0.83 +2501,The Amazing Spider-Man (Console Version),PS3,2012,Action,Activision,0.31,0.37,0,0.14,0.83 +2502,Dragon Ball: Raging Blast 2,PS3,2010,Fighting,Namco Bandai Games,0.42,0.2,0.11,0.09,0.83 +2503,MediEvil,PS,1998,Platform,Sony Computer Entertainment,0.46,0.31,0,0.05,0.83 +2504,Casper,PS,1996,Adventure,Interplay,0.46,0.31,0,0.05,0.83 +2505,Deca Sports 2,Wii,2009,Sports,Hudson Soft,0.33,0.34,0.09,0.07,0.82 +2506,James Bond 007: Nightfire,XB,2002,Shooter,Electronic Arts,0.58,0.22,0,0.03,0.82 +2507,Madden NFL 17,XOne,2016,Sports,Electronic Arts,0.72,0.02,0,0.09,0.82 +2508,Tony Hawk's Underground 2 Remix,PSP,2005,Sports,Activision,0.46,0.21,0,0.15,0.82 +2509,Tony Hawk's Pro Skater 3,GC,2001,Sports,Activision,0.64,0.17,0,0.02,0.82 +2510,Marvel: Ultimate Alliance,PS2,2006,Role-Playing,Activision,0.69,0.03,0,0.11,0.82 +2511,Star Wars The Clone Wars: Republic Heroes,Wii,2009,Action,LucasArts,0.44,0.3,0,0.08,0.82 +2512,DJ Hero 2,X360,2010,Misc,Activision,0.64,0.12,0,0.06,0.82 +2513,Street Fighter V,PS4,2016,Fighting,Capcom,0.35,0.26,0.08,0.13,0.82 +2514,Need for Speed: Hot Pursuit 2,XB,2002,Racing,Electronic Arts,0.68,0.11,0,0.03,0.82 +2515,Clu Clu Land,NES,1984,Puzzle,Nintendo,0.42,0.1,0.28,0.02,0.82 +2516,Killer Instinct Gold,N64,1996,Fighting,Nintendo,0.61,0.19,0,0.01,0.82 +2517,Amped: Freestyle Snowboarding,XB,2001,Sports,Microsoft Game Studios,0.69,0.11,0,0.02,0.82 +2518,Custer's Revenge,2600,1981,Action,Mystique,0.76,0.05,0,0.01,0.82 +2519,MediEvil: Resurrection,PSP,2005,Adventure,Sony Computer Entertainment,0.19,0.41,0,0.22,0.82 +2520,DmC: Devil May Cry,PS3,2013,Action,Capcom,0.24,0.28,0.19,0.12,0.82 +2521,Tales of the Abyss,3DS,2011,Role-Playing,Namco Bandai Games,0.42,0.19,0.14,0.06,0.82 +2522,Rocket Power: Beach Bandits,PS2,2002,Platform,THQ,0.4,0.31,0,0.1,0.82 +2523,Guitar Hero: Warriors of Rock,PS3,2010,Misc,Activision,0.33,0.35,0,0.14,0.82 +2524,Hasbro Family Game Night 3,Wii,2010,Misc,Electronic Arts,0.47,0.28,0,0.07,0.82 +2525,Madden NFL 16,PS3,2015,Sports,Electronic Arts,0.56,0.11,0,0.15,0.82 +2526,Stranglehold,X360,2007,Shooter,Midway Games,0.4,0.33,0.01,0.09,0.82 +2527,Imagine: Rock Star,DS,2008,Simulation,Ubisoft,0.4,0.33,0,0.09,0.82 +2528,Shin Megami Tensei: Persona 4,PS2,2008,Role-Playing,Atlus,0.34,0.04,0.36,0.08,0.82 +2529,SingStar Vol. 2,PS3,2008,Misc,Sony Computer Entertainment,0.29,0.4,0,0.13,0.82 +2530,Shaun White Snowboarding,X360,N/A,Sports,Ubisoft,0.48,0.26,0,0.08,0.82 +2531,Madden NFL 25,PS4,2013,Sports,Electronic Arts,0.62,0.13,0,0.07,0.82 +2532,Twisted Metal (2012),PS3,2012,Action,Sony Computer Entertainment,0.67,0.07,0,0.07,0.82 +2533,Dragon Warrior III,GB,2000,Role-Playing,Enix Corporation,0,0,0.81,0,0.81 +2534,Disney's The Little Mermaid: Ariel's Undersea Adventure,DS,2006,Action,Disney Interactive Studios,0.73,0.03,0,0.06,0.81 +2535,Ready 2 Rumble Boxing: Round 2,PS2,2000,Fighting,Midway Games,0.4,0.31,0,0.1,0.81 +2536,Kamaitachi no Yoru,SNES,1994,Adventure,ChunSoft,0,0,0.81,0,0.81 +2537,Patapon,PSP,2007,Misc,Sony Computer Entertainment,0.33,0.25,0.07,0.17,0.81 +2538,Tales of Destiny II,PS,2000,Role-Playing,Namco Bandai Games,0.06,0.04,0.66,0.05,0.81 +2539,Super Bomberman 2,SNES,1994,Puzzle,Hudson Soft,0,0,0.81,0,0.81 +2540,NASCAR 2001,PS,2000,Racing,Electronic Arts,0.45,0.31,0,0.05,0.81 +2541,EA Sports Active NFL Training Camp,Wii,2010,Sports,Electronic Arts,0.77,0,0,0.05,0.81 +2542,The Legend of Zelda: Four Swords Adventures,GC,2004,Action,Nintendo,0.63,0.16,0,0.02,0.81 +2543,Jikkyou Powerful Pro Yakyuu '99 Kaimakuban,PS,1999,Sports,Konami Digital Entertainment,0,0,0.76,0.05,0.81 +2544,Guitar Hero Live,PS4,2015,Misc,Activision,0.32,0.35,0,0.13,0.81 +2545,Valkyrie Profile,PS,1999,Role-Playing,Enix Corporation,0.07,0.05,0.63,0.05,0.81 +2546,Final Fantasy Type-0,PSP,2011,Role-Playing,Unknown,0,0,0.81,0,0.81 +2547,Pro Evolution Soccer 2010,X360,2009,Sports,Konami Digital Entertainment,0.12,0.58,0.03,0.08,0.81 +2548,Army Men: Sarge's Heroes,N64,1999,Action,3DO,0.68,0.12,0,0.01,0.81 +2549,Mega Man,NES,1987,Platform,Capcom,0.45,0.08,0.27,0.01,0.81 +2550,Tom Clancy's Rainbow Six 3,PS2,2004,Shooter,Ubisoft,0.4,0.31,0,0.1,0.81 +2551,Lego Batman 3: Beyond Gotham,PS3,2014,Action,Warner Bros. Interactive Entertainment,0.33,0.35,0,0.13,0.81 +2552,EarthBound,SNES,1994,Role-Playing,Nintendo,0,0,0.81,0,0.81 +2553,DiRT 2,X360,2009,Racing,Codemasters,0.32,0.4,0,0.09,0.81 +2554,Professor Layton vs Phoenix Wright: Ace Attorney,3DS,2012,Puzzle,Level 5,0.2,0.26,0.3,0.04,0.81 +2555,The Next Tetris,PS,1998,Puzzle,Atari,0.45,0.31,0,0.05,0.81 +2556,Dying Light,XOne,2015,Action,Warner Bros. Interactive Entertainment,0.43,0.3,0.01,0.07,0.81 +2557,NCAA Football 10,PS3,2009,Sports,Electronic Arts,0.75,0,0,0.06,0.81 +2558,Ben 10: Alien Force,Wii,2008,Action,Koch Media,0.52,0.21,0,0.07,0.81 +2559,World Soccer Jikkyou Winning Eleven 3: World Cup France '98,PS,1998,Sports,Konami Digital Entertainment,0,0,0.75,0.05,0.81 +2560,Final Fantasy XI: Wings of the Goddess,PS2,2007,Role-Playing,Square Enix,0.35,0.27,0.09,0.09,0.81 +2561,The Sims 2,PS2,2005,Simulation,Electronic Arts,0.67,0.03,0,0.11,0.81 +2562,Guitar Hero: Metallica,X360,2009,Misc,Activision,0.52,0.21,0,0.07,0.81 +2563,NCAA Football 14,PS3,2013,Sports,Electronic Arts,0.75,0,0,0.06,0.8 +2564,MadWorld,Wii,2009,Action,Sega,0.46,0.25,0.02,0.07,0.8 +2565,Fight Night Champion,X360,2011,Fighting,Electronic Arts,0.4,0.33,0,0.07,0.8 +2566,Who wants to be a millionaire,PS,2000,Misc,Eidos Interactive,0.45,0.3,0,0.05,0.8 +2567,Yakuza,PS2,2005,Action,Sega,0.03,0.02,0.74,0.01,0.8 +2568,Star Wars Rogue Squadron III: Rebel Strike,GC,2003,Simulation,LucasArts,0.62,0.16,0,0.02,0.8 +2569,ABBA: You Can Dance,Wii,2011,Misc,Ubisoft,0.19,0.5,0,0.11,0.8 +2570,Moto Racer,PS,1997,Racing,Electronic Arts,0.45,0.3,0,0.05,0.8 +2571,Hitman: Contracts,PS2,2004,Shooter,Eidos Interactive,0.39,0.31,0,0.1,0.8 +2572,The Sims 2: Pets,PSP,2006,Simulation,Electronic Arts,0.19,0.39,0,0.22,0.8 +2573,Final Fantasy Anthology,PS,1999,Role-Playing,Square EA,0.45,0.3,0,0.05,0.8 +2574,Aliens: Colonial Marines,X360,2013,Shooter,Sega,0.36,0.37,0,0.07,0.8 +2575,Pro Evolution Soccer 2010,PSP,2009,Sports,Konami Digital Entertainment,0.09,0.33,0.2,0.18,0.8 +2576,[Prototype 2],X360,2012,Action,Activision,0.48,0.25,0,0.07,0.8 +2577,Sonic & SEGA All-Stars Racing with Banjo-Kazooie,X360,2010,Racing,Sega,0.37,0.35,0,0.07,0.8 +2578,Goldeneye 007: Reloaded,PS3,2011,Shooter,Activision,0.33,0.35,0,0.13,0.8 +2579,NBA 2K16,PS3,2015,Sports,Take-Two Interactive,0.44,0.19,0.03,0.13,0.8 +2580,All Star Cheer Squad,Wii,2008,Sports,THQ,0.43,0.29,0,0.08,0.8 +2581,The Sims 2: Castaway,PSP,2007,Simulation,Electronic Arts,0.08,0.46,0,0.25,0.8 +2582,Prince of Persia: Warrior Within,XB,2004,Action,Ubisoft,0.48,0.28,0,0.04,0.8 +2583,Dragon's Dogma,X360,2012,Role-Playing,Capcom,0.42,0.24,0.07,0.06,0.8 +2584,Darksiders II,X360,2012,Action,THQ,0.45,0.28,0,0.07,0.8 +2585,Resident Evil: Revelations,PS3,2013,Action,Capcom,0.14,0.32,0.22,0.12,0.8 +2586,Rayman Raving Rabbids 2,DS,2007,Misc,Ubisoft,0.73,0.01,0,0.06,0.8 +2587,Super Robot Taisen 伪,PS,2000,Strategy,Banpresto,0,0,0.75,0.05,0.8 +2588,PES 2009: Pro Evolution Soccer,PSP,N/A,Sports,Konami Digital Entertainment,0.04,0.33,0.26,0.17,0.8 +2589,Need for Speed: Hot Pursuit 2,GC,2002,Racing,Electronic Arts,0.68,0.09,0,0.02,0.8 +2590,Star Wars: The Force Unleashed II,Wii,2010,Action,LucasArts,0.54,0.19,0,0.06,0.8 +2591,Band Hero,X360,2009,Misc,Activision,0.51,0.22,0,0.07,0.8 +2592,Mario & Sonic at the Sochi 2014 Olympic Winter Games,WiiU,2013,Sports,Nintendo,0.39,0.22,0.13,0.06,0.8 +2593,Tales of Destiny 2,PS2,2002,Role-Playing,Namco Bandai Games,0,0,0.8,0,0.8 +2594,Capcom's Soccer Shootout,SNES,1993,Sports,Nintendo,0,0,0.8,0,0.8 +2595,Sniper: Ghost Warrior,PS3,2011,Shooter,City Interactive,0.26,0.36,0.04,0.14,0.8 +2596,The Godfather II,X360,2009,Action,Electronic Arts,0.47,0.24,0.01,0.08,0.79 +2597,pro evolution soccer 2011,PSP,2010,Sports,Konami Digital Entertainment,0.05,0.3,0.29,0.16,0.79 +2598,Alien,2600,1981,Action,20th Century Fox Video Games,0.74,0.04,0,0.01,0.79 +2599,Dragon Ball Z: Budokai Tenkaichi 2,PS2,2006,Fighting,Atari,0.66,0.02,0,0.11,0.79 +2600,The Walking Dead: Season One,PS3,2012,Adventure,Avanquest Software,0.4,0.25,0.03,0.11,0.79 +2601,Rayman Origins,X360,2011,Platform,Ubisoft,0.38,0.34,0,0.08,0.79 +2602,Guitar Hero: Aerosmith,PS2,2008,Misc,Activision,0.61,0,0,0.18,0.79 +2603,Ridge Racer,PS,1994,Racing,Sony Computer Entertainment,0,0,0.74,0.05,0.79 +2604,Final Fantasy Tactics A2: Grimoire of the Rift,DS,2007,Role-Playing,Square Enix,0.42,0.03,0.3,0.04,0.79 +2605,Harvest Moon: A Wonderful Life,GC,2003,Role-Playing,Ubisoft,0.61,0.16,0,0.02,0.79 +2606,Momotarou Dentetsu 7,PS,1997,Simulation,Hudson Entertainment,0,0,0.74,0.05,0.79 +2607,Invizimals,PSP,2009,Strategy,Sony Computer Entertainment,0.17,0.51,0,0.11,0.79 +2608,Motocross Mania,PS,2001,Racing,Take-Two Interactive,0.44,0.3,0,0.05,0.79 +2609,Tiger Woods PGA Tour 10,PS3,2009,Sports,Electronic Arts,0.42,0.25,0,0.12,0.79 +2610,Star Wars The Clone Wars: Jedi Alliance,DS,2008,Action,LucasArts,0.62,0.11,0,0.07,0.79 +2611,WCW Mayhem,N64,1999,Fighting,Electronic Arts,0.63,0.15,0,0.01,0.79 +2612,Mega Man 5,NES,1992,Platform,Capcom,0.39,0.07,0.32,0.01,0.79 +2613,Star Ocean: The Last Hope,X360,2009,Role-Playing,Square Enix,0.32,0.2,0.21,0.06,0.79 +2614,Dance Dance Revolution SuperNOVA 2,PS2,2007,Simulation,Konami Digital Entertainment,0.64,0.03,0.02,0.1,0.79 +2615,Armored Core 2,PS2,2000,Simulation,Ubisoft,0.28,0.22,0.23,0.07,0.79 +2616,Dragon Quest Monsters 2,3DS,2014,Role-Playing,Square Enix,0,0,0.79,0,0.79 +2617,Ghost Squad,Wii,2007,Shooter,Sega,0.42,0.21,0.08,0.07,0.79 +2618,Dead Island: Riptide,X360,2013,Action,Deep Silver,0.44,0.27,0.01,0.07,0.79 +2619,Drawn to Life,DS,2007,Action,THQ,0.71,0.02,0,0.06,0.79 +2620,Major League Baseball Featuring Ken Griffey Jr,N64,1998,Sports,Nintendo,0.75,0.03,0,0.01,0.79 +2621,FIFA 12,Wii,2011,Sports,Electronic Arts,0.16,0.52,0,0.11,0.79 +2622,Too Human,X360,2008,Role-Playing,Microsoft Game Studios,0.38,0.3,0.03,0.08,0.79 +2623,Sid Meier's Civilization Revolution,PS3,2008,Strategy,Take-Two Interactive,0.49,0.19,0.01,0.1,0.79 +2624,NCAA Football 08,PS2,2007,Sports,Electronic Arts,0.65,0.03,0,0.11,0.79 +2625,FIFA Soccer 2004,XB,2003,Sports,Electronic Arts,0.24,0.49,0,0.05,0.79 +2626,Personal Trainer: Walking,DS,2008,Sports,Nintendo,0.22,0.32,0.17,0.07,0.79 +2627,Naruto Shippuden: Ultimate Ninja Storm 2,X360,2010,Fighting,Namco Bandai Games,0.43,0.27,0.01,0.07,0.79 +2628,PokePark 2: Wonders Beyond,Wii,2011,Action,Nintendo,0.27,0.2,0.27,0.05,0.79 +2629,Professor Layton and the Azran Legacy,3DS,2013,Puzzle,Nintendo,0,0.48,0.25,0.06,0.78 +2630,Tom Clancy's Splinter Cell: Double Agent,X360,2006,Action,Ubisoft,0.67,0.05,0.01,0.06,0.78 +2631,Yars' Revenge,2600,1982,Shooter,Atari,0.73,0.04,0,0.01,0.78 +2632,Lips,X360,2008,Misc,Microsoft Game Studios,0.12,0.56,0,0.1,0.78 +2633,Secret Agent Barbie: Royal Jewels Mission,GBA,2002,Platform,Vivendi Games,0.56,0.21,0,0.01,0.78 +2634,Metroid Prime Hunters,DS,2006,Shooter,Nintendo,0.58,0.04,0.11,0.06,0.78 +2635,The 7th Guest,PC,1992,Adventure,Virgin Interactive,0.01,0.77,0,0,0.78 +2636,Doom,PS,1994,Shooter,Infogrames,0.43,0.3,0,0.05,0.78 +2637,Buzz! The Hollywood Quiz,PS2,2007,Misc,Sony Computer Entertainment,0.17,0,0,0.61,0.78 +2638,Puzzler World,DS,2009,Puzzle,Ubisoft,0.41,0.3,0,0.07,0.78 +2639,My Little Pony: Pinkie Pie's Party,DS,2008,Adventure,THQ,0.72,0,0,0.06,0.78 +2640,We Sing,Wii,2009,Misc,Nordic Games,0,0.69,0,0.09,0.78 +2641,Marvel vs. Capcom: Clash of Super Heroes,PS,1999,Fighting,Capcom,0.43,0.3,0,0.05,0.78 +2642,God of War Saga,PS3,2012,Action,Sony Computer Entertainment,0.72,0,0,0.06,0.78 +2643,Battle Stations,PS,1997,Strategy,Electronic Arts,0.43,0.29,0,0.05,0.78 +2644,Tetris Party Deluxe,DS,2010,Puzzle,Nintendo,0.29,0.3,0.12,0.07,0.78 +2645,Pro Evolution Soccer 2016,PS4,2015,Sports,Konami Digital Entertainment,0.13,0.42,0.13,0.1,0.78 +2646,Worms: Open Warfare,PSP,2006,Strategy,THQ,0.11,0.43,0,0.24,0.78 +2647,Star Wars Battlefront: Elite Squadron,PSP,2009,Shooter,LucasArts,0.38,0.24,0,0.16,0.78 +2648,UFC Personal Trainer: The Ultimate Fitness System,X360,2011,Sports,THQ,0.53,0.19,0,0.06,0.78 +2649,Resident Evil: Operation Raccoon City,X360,2012,Action,Capcom,0.55,0.15,0.03,0.06,0.78 +2650,NBA 2K7,PS2,2006,Sports,Take-Two Interactive,0.65,0.02,0,0.11,0.78 +2651,Need for Speed: ProStreet,PSP,2008,Racing,Electronic Arts,0.24,0.33,0.01,0.2,0.78 +2652,Toy Story 3: The Video Game,X360,2010,Action,Disney Interactive Studios,0.41,0.29,0,0.07,0.78 +2653,Torneko no Daibouken: Fushigi no Dungeon,SNES,1993,Role-Playing,ChunSoft,0,0,0.78,0,0.78 +2654,Jr. Pac-Man,2600,1983,Puzzle,Atari,0.72,0.05,0,0.01,0.78 +2655,James Bond 007: Nightfire,GC,2002,Shooter,Electronic Arts,0.6,0.16,0,0.02,0.78 +2656,Banjo-Kazooie: Nuts & Bolts,X360,2008,Platform,Microsoft Game Studios,0.32,0.36,0,0.09,0.78 +2657,NBA ShootOut 98,PS,1998,Sports,Sony Computer Entertainment,0.43,0.29,0,0.05,0.78 +2658,Avatar: The Game,X360,2009,Action,Ubisoft,0.34,0.35,0,0.08,0.78 +2659,Harry Potter and the Half-Blood Prince,Wii,2009,Action,Electronic Arts,0.28,0.4,0,0.09,0.77 +2660,DJ Hero,Wii,2009,Misc,Activision,0.47,0.23,0,0.07,0.77 +2661,Perfect Dark Zero,X360,2005,Shooter,Microsoft Game Studios,0.66,0.02,0.03,0.06,0.77 +2662,Galaxian,2600,1982,Shooter,Atari,0.72,0.05,0,0.01,0.77 +2663,Andretti Racing,PS,1996,Racing,Electronic Arts,0.43,0.29,0,0.05,0.77 +2664,Caesars Palace 2000: Millennium Gold Edition,PS,2000,Misc,Interplay,0.43,0.29,0,0.05,0.77 +2665,Madden NFL 25,XOne,2013,Sports,Electronic Arts,0.67,0.05,0,0.05,0.77 +2666,Air Raid,2600,1981,Action,Men-A-Vision,0.72,0.04,0,0.01,0.77 +2667,Need For Speed: Undercover,PSP,2008,Racing,Electronic Arts,0.23,0.32,0.03,0.19,0.77 +2668,Duke Nukem Forever,PS3,2011,Shooter,Take-Two Interactive,0.33,0.31,0,0.12,0.77 +2669,Freedom Wars,PSV,2014,Role-Playing,Sony Computer Entertainment,0.22,0.14,0.32,0.1,0.77 +2670,Marvel Nemesis: Rise of the Imperfects,PS2,2005,Fighting,Electronic Arts,0.64,0.02,0,0.1,0.77 +2671,Boxing,2600,1980,Fighting,Activision,0.72,0.04,0,0.01,0.77 +2672,Need for Speed: Porsche Unleashed,PS,1999,Racing,Electronic Arts,0.43,0.29,0,0.05,0.77 +2673,Dragon Ball: Raging Blast,PS3,2009,Fighting,Namco Bandai Games,0.37,0.19,0.11,0.1,0.77 +2674,Crystal Castles,2600,1983,Action,Atari,0.72,0.04,0,0.01,0.77 +2675,Conker's Bad Fur Day,N64,2001,Platform,THQ,0.53,0.22,0,0.02,0.77 +2676,Dragon Warrior I&II,GB,1999,Role-Playing,Enix Corporation,0,0,0.77,0,0.77 +2677,Star Wars Episode II: Attack of the Clones,GBA,2002,Action,THQ,0.55,0.2,0,0.01,0.77 +2678,My Baby Girl,DS,2008,Simulation,Nobilis,0.61,0.1,0,0.06,0.77 +2679,LEGO Batman 2: DC Super Heroes,DS,2012,Action,Warner Bros. Interactive Entertainment,0.43,0.27,0,0.06,0.77 +2680,Twisted Metal: Head On,PSP,2005,Action,Sony Computer Entertainment,0.71,0,0,0.06,0.77 +2681,Conflict: Desert Storm II - Back to Bagdhad,PS2,2003,Shooter,SCi,0.38,0.29,0,0.1,0.77 +2682,Maximo: Ghosts to Glory,PS2,2001,Platform,Capcom,0.38,0.29,0,0.1,0.77 +2683,Pokemon Dash,DS,2004,Racing,Nintendo,0.21,0.14,0.38,0.04,0.77 +2684,Donkey Kong Country 3,GBA,2005,Platform,Nintendo,0.45,0.17,0.14,0.01,0.77 +2685,All-Star Baseball 2003,PS2,2002,Sports,Acclaim Entertainment,0.38,0.29,0,0.1,0.77 +2686,Unlimited Saga,PS2,2002,Role-Playing,Atari,0.1,0.08,0.56,0.03,0.77 +2687,Cabela's Deer Hunt: 2004 Season,PS2,2003,Sports,Activision Value,0.37,0.29,0,0.1,0.76 +2688,Sonic Unleashed,PS2,2008,Platform,Sega,0.37,0.04,0,0.36,0.76 +2689,Formula 1,PS,1996,Racing,Psygnosis,0.18,0.12,0.42,0.05,0.76 +2690,Plants vs. Zombies: Garden Warfare,PS3,2014,Shooter,Electronic Arts,0.22,0.4,0.01,0.14,0.76 +2691,Raving Rabbids: Travel in Time,Wii,2010,Adventure,Ubisoft,0.22,0.47,0,0.08,0.76 +2692,The Sims 3,3DS,2011,Simulation,Electronic Arts,0.3,0.37,0.03,0.07,0.76 +2693,Driv3r,XB,2004,Racing,Atari,0.36,0.38,0,0.03,0.76 +2694,Mercenaries: Playground of Destruction,PS2,2005,Action,LucasArts,0.64,0.02,0,0.1,0.76 +2695,MTV Celebrity Deathmatch,PS2,2003,Fighting,Gotham Games,0.37,0.29,0,0.1,0.76 +2696,Street Fighter Alpha: Warriors' Dreams,PS,1995,Fighting,Virgin Interactive,0.17,0.11,0.43,0.05,0.76 +2697,Mortal Kombat,PSV,2012,Fighting,Warner Bros. Interactive Entertainment,0.47,0.18,0,0.12,0.76 +2698,ISS Pro Evolution,PS,1998,Sports,Konami Digital Entertainment,0,0,0.71,0.05,0.76 +2699,Lost Planet 2,X360,2010,Shooter,Capcom,0.38,0.24,0.08,0.06,0.76 +2700,SoulCalibur V,PS3,2012,Fighting,Namco Bandai Games,0.35,0.24,0.07,0.1,0.76 +2701,Portal 2,PC,2011,Shooter,Valve Software,0.33,0.32,0,0.11,0.76 +2702,Super Monkey Ball: Touch & Roll,DS,2005,Misc,Sega,0.7,0.01,0,0.06,0.76 +2703,Pro Evolution Soccer 2015,PS4,2014,Sports,Konami Digital Entertainment,0.09,0.43,0.11,0.13,0.76 +2704,Drawn to Life: The Next Chapter,Wii,2009,Puzzle,THQ,0.29,0.39,0,0.08,0.76 +2705,The Lord of the Rings: Conquest,PS3,2009,Action,Electronic Arts,0.38,0.26,0,0.12,0.76 +2706,Final Fantasy II,NES,1988,Role-Playing,SquareSoft,0,0,0.76,0,0.76 +2707,Tony Hawk's Pro Skater 2,N64,2001,Sports,Activision,0.59,0.16,0,0.01,0.76 +2708,Taiko no Tatsujin: Tatakon de Dodon ga Don,PS2,2002,Misc,Namco Bandai Games,0,0,0.76,0,0.76 +2709,Mega Man Battle Network 6: Cybeast Falzar / Gregar,GBA,2005,Role-Playing,Capcom,0.09,0.03,0.62,0.02,0.76 +2710,Syphon Filter: The Omega Strain,PS2,2004,Shooter,Sony Computer Entertainment,0.37,0.29,0,0.1,0.76 +2711,FIFA Soccer 11,PS2,2010,Sports,Electronic Arts,0.11,0.29,0,0.36,0.76 +2712,Deer Drive,Wii,2009,Sports,Big Ben Interactive,0.67,0.04,0,0.05,0.76 +2713,Kane & Lynch: Dead Men,X360,2007,Shooter,Eidos Interactive,0.36,0.31,0.01,0.08,0.76 +2714,Assassin's Creed: Revelations,PC,2011,Action,Ubisoft,0.14,0.48,0,0.14,0.76 +2715,Mortal Kombat: Deception,XB,2004,Fighting,Midway Games,0.61,0.12,0,0.03,0.76 +2716,Ace Attorney Investigations: Miles Edgeworth,DS,2009,Adventure,Capcom,0.27,0.15,0.3,0.04,0.76 +2717,That's So Raven,GBA,2004,Adventure,Disney Interactive Studios,0.54,0.2,0,0.01,0.76 +2718,FIFA 15,Wii,2014,Sports,Electronic Arts,0.24,0.46,0,0.06,0.76 +2719,Marvel vs. Capcom 2: New Age of Heroes,PS2,2002,Fighting,Capcom,0.31,0.24,0.13,0.08,0.76 +2720,Need for Speed: Shift,PSP,2009,Racing,Electronic Arts,0.16,0.38,0.01,0.21,0.76 +2721,Kane & Lynch: Dead Men,PS3,2007,Shooter,Eidos Interactive,0.29,0.32,0.01,0.13,0.76 +2722,Dark Souls II,X360,2014,Role-Playing,Namco Bandai Games,0.48,0.2,0.01,0.06,0.76 +2723,True Crime: New York City,PS2,2005,Action,Activision,0.57,0.02,0.07,0.09,0.76 +2724,Legends of Wrestling,PS2,2001,Fighting,Acclaim Entertainment,0.37,0.29,0,0.1,0.76 +2725,Rockstar Games presents Table Tennis,X360,2006,Sports,Take-Two Interactive,0.28,0.39,0,0.09,0.76 +2726,Monopoly Streets,Wii,2010,Misc,Electronic Arts,0.24,0.44,0,0.08,0.76 +2727,Genji: Days of the Blade,PS3,2006,Action,Sony Computer Entertainment,0.18,0.38,0.06,0.14,0.76 +2728,Harvest Moon: Animal Parade,Wii,2008,Simulation,Rising Star Games,0.6,0.09,0.02,0.05,0.76 +2729,Final Fantasy Legend III,GB,1991,Role-Playing,SquareSoft,0,0,0.76,0,0.76 +2730,Total War: Rome II,PC,2013,Strategy,Sega,0.12,0.53,0,0.11,0.76 +2731,Rare Replay,XOne,2015,Misc,Microsoft Game Studios,0.47,0.21,0.01,0.07,0.75 +2732,Spectrobes,DS,2007,Role-Playing,Disney Interactive Studios,0.67,0.03,0,0.06,0.75 +2733,Wall-E,PS2,2008,Platform,THQ,0.21,0,0,0.54,0.75 +2734,WWE SmackDown vs. Raw 2009,PSP,2008,Fighting,THQ,0.41,0.21,0,0.14,0.75 +2735,Band Hero,PS3,2009,Misc,Activision,0.41,0.24,0,0.11,0.75 +2736,Mega Man X5,PS,2000,Platform,Capcom,0.3,0.21,0.2,0.05,0.75 +2737,Tearaway,PSV,2013,Adventure,Sony Computer Entertainment Europe,0.17,0.39,0,0.19,0.75 +2738,DJ Hero 2,PS3,2010,Misc,Activision,0.47,0.19,0,0.09,0.75 +2739,The Godfather II,PS3,2009,Action,Electronic Arts,0.41,0.22,0.01,0.11,0.75 +2740,WWE SmackDown vs. Raw 2010,Wii,2009,Fighting,THQ,0.51,0.17,0,0.07,0.75 +2741,Turok,X360,2008,Action,Touchstone,0.46,0.21,0.01,0.07,0.75 +2742,[Prototype 2],PS3,2012,Action,Activision,0.36,0.28,0,0.11,0.75 +2743,Shark Tale,PS2,2004,Action,Activision,0.37,0.29,0,0.1,0.75 +2744,San Francisco Rush: Extreme Racing,N64,1997,Racing,GT Interactive,0.63,0.11,0,0.01,0.75 +2745,The Amazing Spider-Man (Console Version),X360,2012,Action,Activision,0.43,0.26,0,0.06,0.75 +2746,Zone of the Enders,PS2,2001,Shooter,Konami Digital Entertainment,0.3,0.24,0.13,0.08,0.75 +2747,Red Faction: Guerrilla,PS3,2009,Shooter,THQ,0.33,0.28,0.02,0.12,0.75 +2748,Street Fighter EX Plus Alpha,PS,1997,Fighting,Virgin Interactive,0.28,0.19,0.23,0.05,0.75 +2749,Madden NFL 06,PSP,2005,Sports,Electronic Arts,0.69,0,0,0.06,0.75 +2750,Coded Arms,PSP,2005,Shooter,Konami Digital Entertainment,0.28,0.29,0,0.18,0.75 +2751,Tony Hawk's Underground 2,XB,2004,Sports,Activision,0.48,0.24,0,0.03,0.75 +2752,Tales of Vesperia,X360,2008,Role-Playing,Atari,0.32,0.18,0.19,0.05,0.75 +2753,X-Men Origins: Wolverine - Uncaged Edition,PS3,2009,Action,Activision,0.31,0.32,0,0.13,0.75 +2754,Madagascar: Escape 2 Africa,DS,2008,Action,Activision,0.42,0.26,0,0.07,0.75 +2755,Split/Second,PS3,2010,Racing,Disney Interactive Studios,0.31,0.31,0.01,0.12,0.75 +2756,Capcom vs. SNK 2: Mark of the Millennium 2001,PS2,2001,Fighting,Capcom,0.22,0.17,0.3,0.06,0.75 +2757,MVP 06 NCAA Baseball,PS2,2006,Sports,Electronic Arts,0.62,0.02,0,0.1,0.75 +2758,Just Dance 2015,WiiU,2014,Misc,Ubisoft,0.4,0.28,0,0.07,0.75 +2759,Borderlands: The Pre-Sequel,X360,2014,Shooter,Take-Two Interactive,0.46,0.22,0.01,0.06,0.75 +2760,LittleBigPlanet 3,PS3,2014,Platform,Sony Computer Entertainment,0.2,0.43,0.01,0.11,0.75 +2761,Marvel: Ultimate Alliance 2,PS3,2009,Role-Playing,Activision,0.49,0.16,0,0.09,0.75 +2762,Sega Superstars Tennis,DS,2008,Sports,Sega,0.29,0.37,0,0.08,0.75 +2763,The Walking Dead: Season One,X360,2012,Adventure,Avanquest Software,0.55,0.14,0,0.05,0.75 +2764,Ace Combat: Assault Horizon,PS3,2011,Action,Namco Bandai Games,0.3,0.16,0.22,0.07,0.74 +2765,Jump Ultimate Stars,DS,2006,Fighting,Nintendo,0,0,0.74,0,0.74 +2766,Jampack Summer 2001,PS2,2001,Misc,Sony Computer Entertainment,0.36,0.28,0,0.1,0.74 +2767,Resonance of Fate,PS3,2010,Role-Playing,Sega,0.2,0.22,0.24,0.09,0.74 +2768,Burnout,PS2,2001,Racing,Acclaim Entertainment,0.36,0.28,0,0.1,0.74 +2769,Tom Clancy's Rainbow Six: Vegas,PSP,2007,Shooter,Ubisoft,0.42,0.19,0,0.14,0.74 +2770,Final Fantasy XIII-2,X360,2011,Role-Playing,Square Enix,0.36,0.3,0.02,0.06,0.74 +2771,LEGO Batman 2: DC Super Heroes,3DS,2012,Action,Warner Bros. Interactive Entertainment,0.41,0.27,0,0.06,0.74 +2772,Mortal Kombat: Unchained,PSP,2006,Fighting,Midway Games,0.67,0.01,0,0.06,0.74 +2773,Mario & Luigi: Paper Jam,3DS,2015,Role-Playing,Nintendo,0.16,0.3,0.25,0.04,0.74 +2774,Yu-Gi-Oh! Dungeon Dice Monsters,GBA,2001,Misc,Konami Digital Entertainment,0.42,0.16,0.15,0.01,0.74 +2775,Brink,PS3,2011,Shooter,Bethesda Softworks,0.29,0.32,0.01,0.12,0.74 +2776,LEGO Marvel Super Heroes,WiiU,2013,Action,Warner Bros. Interactive Entertainment,0.31,0.35,0.02,0.06,0.74 +2777,Blur,PS3,2010,Racing,Activision,0.22,0.37,0.02,0.13,0.74 +2778,Madden NFL 11,Wii,N/A,Sports,Unknown,0.7,0,0,0.05,0.74 +2779,Namco Museum Remix,Wii,2007,Misc,Atari,0.68,0,0,0.05,0.74 +2780,Midnight Club 3: DUB Edition,XB,2005,Racing,Take-Two Interactive,0.61,0.1,0,0.03,0.74 +2781,Crysis 2,PC,2011,Action,Electronic Arts,0.16,0.45,0,0.13,0.74 +2782,The Lord of the Rings: The Two Towers,GBA,2002,Action,Electronic Arts,0.53,0.2,0,0.01,0.74 +2783,Tiger Woods PGA Tour 2001,PS2,2001,Sports,Electronic Arts,0.36,0.28,0,0.09,0.74 +2784,Indiana Jones and the Staff of Kings,Wii,2009,Action,Activision,0.36,0.3,0,0.08,0.74 +2785,Jet Moto 3,PS,1999,Racing,Sony Computer Entertainment,0.41,0.28,0,0.05,0.74 +2786,Naruto Shippuden: Ultimate Ninja Storm Generations,PS3,2012,Fighting,Namco Bandai Games,0.27,0.25,0.14,0.08,0.74 +2787,Unreal Championship,XB,2002,Shooter,Atari,0.59,0.12,0,0.03,0.74 +2788,WarioWare: Twisted!,GBA,N/A,Puzzle,Unknown,0.16,0.06,0.5,0.02,0.74 +2789,Pirates of the Caribbean: At World's End,PS3,2007,Action,Disney Interactive Studios,0.17,0.41,0,0.15,0.74 +2790,Tiger Woods PGA Tour 08,PS3,2007,Sports,Electronic Arts,0.22,0.38,0,0.14,0.74 +2791,Persona 4: Arena,PS3,2012,Fighting,Atlus,0.3,0.12,0.24,0.07,0.74 +2792,Sword of Mana,GBA,2003,Role-Playing,Nintendo,0.31,0.11,0.3,0.02,0.74 +2793,Harvest Moon DS: Island of Happiness,DS,2007,Simulation,Rising Star Games,0.44,0.01,0.25,0.04,0.74 +2794,Star Ocean: The Last Hope International,PS3,2010,Role-Playing,Square Enix,0.28,0.16,0.22,0.08,0.73 +2795,The Sims 2: Castaway,DS,2007,Simulation,Electronic Arts,0.63,0.05,0,0.06,0.73 +2796,FIFA: Road to World Cup 98,PS,1997,Sports,Electronic Arts,0.14,0.09,0.46,0.05,0.73 +2797,Dragon Ball Z: Ultime Menace,SNES,1993,Fighting,Namco Bandai Games,0,0,0.73,0,0.73 +2798,Classic NES Series: Donkey Kong,GBA,2004,Platform,Nintendo,0.4,0.15,0.17,0.01,0.73 +2799,Call of Duty: Ghosts,PC,2013,Shooter,Activision,0.23,0.41,0,0.09,0.73 +2800,Yoshi,GB,1991,Puzzle,Nintendo,0,0,0.73,0,0.73 +2801,Mortal Kombat 4,N64,1998,Fighting,GT Interactive,0.55,0.17,0,0.01,0.73 +2802,F1 2011,X360,2011,Racing,Codemasters,0.11,0.51,0.01,0.09,0.73 +2803,Madden NFL 10,Wii,2009,Sports,Electronic Arts,0.63,0.04,0,0.06,0.73 +2804,Kirby: Canvas Curse,DS,2005,Platform,Nintendo,0.37,0,0.32,0.04,0.73 +2805,Croc 2,PS,1999,Platform,Fox Interactive,0.41,0.28,0,0.05,0.73 +2806,Practise English!,DS,2007,Misc,Nintendo,0,0,0.73,0,0.73 +2807,Oddworld: Munch's Oddysee,XB,2001,Platform,Atari,0.54,0.16,0,0.03,0.73 +2808,Berzerk,2600,1981,Shooter,Atari,0.68,0.04,0,0.01,0.73 +2809,NHL 11,X360,2010,Sports,Electronic Arts,0.61,0.07,0,0.05,0.73 +2810,Dragon Age: Inquisition,PC,2014,Role-Playing,Electronic Arts,0.32,0.34,0,0.07,0.73 +2811,iCarly,DS,2009,Adventure,Activision,0.67,0.01,0,0.05,0.73 +2812,DiRT 3,X360,2011,Racing,Codemasters,0.23,0.41,0.01,0.08,0.73 +2813,NCAA Football 07,X360,2006,Sports,Electronic Arts,0.67,0,0,0.06,0.73 +2814,Just Dance Wii,Wii,2011,Misc,Nintendo,0,0,0.73,0,0.73 +2815,Full Spectrum Warrior,XB,2004,Strategy,THQ,0.54,0.16,0,0.03,0.73 +2816,Katamari Damacy,PS2,2004,Puzzle,Namco Bandai Games,0.47,0.02,0.17,0.08,0.73 +2817,Beyblade VForce: Ultimate Blader Jam,GBA,2003,Action,Atari,0.52,0.19,0,0.01,0.73 +2818,Ratchet & Clank Collection,PS3,2012,Action,Sony Computer Entertainment,0.47,0.14,0.02,0.09,0.73 +2819,Avatar: The Game,Wii,2009,Action,Ubisoft,0.33,0.32,0,0.08,0.73 +2820,Shaun Palmer's Pro Snowboarder,PS2,2001,Sports,Codemasters,0.36,0.28,0,0.09,0.73 +2821,MX vs. ATV Reflex,X360,2009,Racing,THQ,0.52,0.15,0,0.06,0.73 +2822,Imagine: Interior Designer,DS,2008,Simulation,Ubisoft,0.34,0.31,0,0.08,0.73 +2823,SSX,X360,2012,Sports,Electronic Arts,0.38,0.28,0,0.06,0.72 +2824,Style Savvy: Trendsetters,3DS,2012,Simulation,Nintendo,0.16,0.02,0.53,0.01,0.72 +2825,James Bond 007: Agent Under Fire,GC,2002,Shooter,Electronic Arts,0.56,0.15,0,0.02,0.72 +2826,XCOM: Enemy Unknown,PC,2012,Strategy,Take-Two Interactive,0.26,0.36,0,0.1,0.72 +2827,Rabbids Go Home,DS,2009,Platform,Ubisoft,0.35,0.3,0,0.07,0.72 +2828,Star Wars Episode III: Revenge of the Sith,GBA,2005,Action,Ubisoft,0.52,0.19,0,0.01,0.72 +2829,Ultimate Spider-Man,PS2,2005,Action,Activision,0.6,0.02,0,0.1,0.72 +2830,FIFA Soccer 13,Wii,2012,Action,Electronic Arts,0.19,0.46,0,0.08,0.72 +2831,God Eater,PSP,2010,Action,Unknown,0,0,0.72,0,0.72 +2832,Final Fantasy XIV: A Realm Reborn,PS4,2014,Role-Playing,Square Enix,0.32,0.22,0.08,0.1,0.72 +2833,SD Gundam G Generation,PS,1998,Strategy,Namco Bandai Games,0,0,0.67,0.05,0.72 +2834,Area 51,PS,1996,Shooter,GT Interactive,0.4,0.27,0,0.05,0.72 +2835,NBA Live 08,PS2,2007,Sports,Electronic Arts,0.59,0.02,0.01,0.1,0.72 +2836,Dead to Rights,XB,2002,Shooter,Electronic Arts,0.53,0.17,0,0.03,0.72 +2837,Tiger Woods PGA Tour 07,PS2,2006,Sports,Electronic Arts,0.6,0.02,0,0.1,0.72 +2838,Test Drive 6,PS,1999,Racing,Atari,0.4,0.27,0,0.05,0.72 +2839,Kouchuu Ouja Mushi King,GBA,2005,Action,Sega,0,0,0.7,0.02,0.72 +2840,LEGO Harry Potter: Years 5-7,DS,N/A,Action,Warner Bros. Interactive Entertainment,0.35,0.3,0,0.07,0.72 +2841,Major League Baseball 2K7,X360,2007,Sports,Spike,0.67,0,0,0.05,0.72 +2842,X-Men: Mutant Academy 2,PS,2001,Fighting,Activision,0.4,0.27,0,0.05,0.72 +2843,Terraria,X360,2013,Action,505 Games,0.35,0.31,0,0.06,0.72 +2844,Jampack Winter 2001,PS2,2001,Misc,Sony Computer Entertainment,0.35,0.28,0,0.09,0.72 +2845,Kangaroo,2600,1982,Platform,Atari,0.67,0.04,0,0.01,0.72 +2846,James Bond 007: Blood Stone,PS3,2010,Shooter,Activision,0.18,0.38,0.02,0.13,0.72 +2847,Ben 10: Protector of Earth,PSP,2007,Action,D3Publisher,0.23,0.31,0,0.18,0.72 +2848,Skate,X360,2007,Sports,Electronic Arts,0.62,0.04,0,0.06,0.72 +2849,Super Monkey Ball Jr.,GBA,2002,Puzzle,Atari,0.51,0.19,0,0.01,0.72 +2850,Driver: San Francisco,X360,2011,Racing,Ubisoft,0.25,0.39,0,0.08,0.72 +2851,MLB 09: The Show,PS3,2009,Sports,Sony Computer Entertainment,0.66,0,0,0.05,0.72 +2852,Monster Hunter Tri,WiiU,2012,Role-Playing,Nintendo,0.26,0.19,0.22,0.04,0.72 +2853,Mobile Suit Gundam: Encounters in Space,PS2,2003,Simulation,Namco Bandai Games,0.05,0.04,0.61,0.01,0.72 +2854,Catherine,PS3,2011,Adventure,Deep Silver,0.3,0.15,0.2,0.07,0.72 +2855,Fear Effect,PS,1998,Action,Eidos Interactive,0.4,0.27,0,0.05,0.72 +2856,FIFA Soccer 11,DS,2010,Sports,Electronic Arts,0.13,0.5,0,0.09,0.72 +2857,Crysis,PC,2007,Shooter,Electronic Arts,0,0.69,0,0.03,0.72 +2858,Battlefield: Bad Company 2,PC,2010,Shooter,Electronic Arts,0.19,0.53,0,0,0.71 +2859,The Lord of the Rings: The Two Towers,XB,2002,Action,Electronic Arts,0.45,0.24,0,0.03,0.71 +2860,Madden NFL 2003,XB,2002,Sports,Electronic Arts,0.67,0.02,0,0.03,0.71 +2861,Dragon Quest Swords: The Masked Queen and the Tower of Mirrors,Wii,2007,Role-Playing,Square Enix,0.18,0.01,0.5,0.02,0.71 +2862,MLB 13: The Show,PS3,2013,Sports,Sony Computer Entertainment,0.66,0,0,0.05,0.71 +2863,Omerta: City of Gangsters,X360,2011,Simulation,Konami Digital Entertainment,0.42,0.23,0,0.06,0.71 +2864,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PS4,2015,Action,Square Enix,0.16,0.13,0.37,0.06,0.71 +2865,Virtua Fighter 4: Evolution,PS2,2003,Fighting,Sega,0.35,0.27,0,0.09,0.71 +2866,Top Spin 4,PS3,2011,Sports,Take-Two Interactive,0.17,0.4,0,0.14,0.71 +2867,Resident Evil: Survivor,PS,2000,Action,Eidos Interactive,0.23,0.15,0.29,0.05,0.71 +2868,Dynasty Warriors 6,PS3,2007,Action,Tecmo Koei,0.18,0.08,0.41,0.04,0.71 +2869,Super Trucks Racing,PS2,2002,Racing,Jester Interactive,0.35,0.27,0,0.09,0.71 +2870,Persona Q: Shadow of the Labyrinth,3DS,2014,Role-Playing,Nippon Ichi Software,0.33,0.07,0.27,0.04,0.71 +2871,Madden NFL 08,PSP,2007,Sports,Electronic Arts,0.6,0.04,0,0.07,0.71 +2872,Godzilla: Destroy All Monsters Melee,GC,2002,Fighting,Atari,0.55,0.14,0,0.02,0.71 +2873,Jeremy McGrath Supercross 2000,PS,2000,Racing,Acclaim Entertainment,0.4,0.27,0,0.05,0.71 +2874,Conker: Live And Reloaded,XB,2005,Adventure,Microsoft Game Studios,0.49,0.2,0,0.02,0.71 +2875,Silent Hill 3,PS2,2003,Action,Konami Digital Entertainment,0.35,0.27,0,0.09,0.71 +2876,Madden NFL 09,PSP,2008,Sports,Electronic Arts,0.65,0,0,0.06,0.71 +2877,Final Fantasy X/X-2 HD Remaster,PS4,2015,Role-Playing,Square Enix,0.29,0.25,0.06,0.11,0.71 +2878,Yu-Gi-Oh! The Falsebound Kingdom,GC,2002,Strategy,Konami Digital Entertainment,0.49,0.13,0.07,0.02,0.71 +2879,LEGO Rock Band,Wii,2009,Misc,Warner Bros. Interactive Entertainment,0.42,0.22,0,0.07,0.71 +2880,MLB 10: The Show,PS3,2010,Sports,Sony Computer Entertainment,0.66,0,0,0.05,0.71 +2881,Spyro: Enter the Dragonfly,GC,2002,Platform,Universal Interactive,0.55,0.14,0,0.02,0.71 +2882,Scooby-Doo 2: Monsters Unleashed,GBA,2004,Action,THQ,0.51,0.19,0,0.01,0.71 +2883,Power Rangers: Dino Thunder,PS2,2004,Action,THQ,0.35,0.27,0,0.09,0.71 +2884,Rhythm Heaven: The Best+,3DS,2015,Misc,Nintendo,0,0,0.71,0,0.71 +2885,LEGO Racers,N64,1999,Racing,LEGO Media,0.51,0.18,0,0.01,0.71 +2886,WWF Attitude,N64,1999,Fighting,Acclaim Entertainment,0.57,0.13,0,0.01,0.71 +2887,Blast Corps,N64,1997,Action,Nintendo,0.39,0.09,0.17,0.06,0.71 +2888,LEGO Harry Potter: Years 1-4,PSP,2010,Action,Warner Bros. Interactive Entertainment,0.14,0.37,0,0.19,0.71 +2889,Tactics Ogre: Let Us Cling Together,SNES,1995,Role-Playing,Quest,0,0,0.71,0,0.71 +2890,"WarioWare, Inc.: Mega Party Game$",GC,2003,Puzzle,Nintendo,0.2,0.05,0.44,0.02,0.71 +2891,Football Manager 2014,PC,2013,Sports,Sega,0,0.6,0,0.1,0.71 +2892,Battle Arena Toshinden 2,PS,1995,Fighting,Sony Computer Entertainment,0.15,0.1,0.41,0.05,0.71 +2893,WWE SmackDown vs. Raw 2011,PSP,2010,Fighting,THQ,0.22,0.31,0,0.17,0.71 +2894,Jeopardy!,PS,1997,Misc,Hasbro Interactive,0.39,0.27,0,0.05,0.71 +2895,South Park,PS,1998,Shooter,Acclaim Entertainment,0.39,0.27,0,0.05,0.71 +2896,Metal Gear Solid V: The Phantom Pain,XOne,2015,Action,Konami Digital Entertainment,0.37,0.26,0.01,0.06,0.71 +2897,Two Worlds,X360,2007,Role-Playing,SouthPeak Games,0.41,0.23,0,0.07,0.71 +2898,Doom 3: Resurrection of Evil,XB,2005,Shooter,Activision,0.53,0.15,0,0.03,0.71 +2899,NCAA Football 09,X360,2008,Sports,Electronic Arts,0.65,0,0,0.05,0.71 +2900,NBA Live 09,X360,2008,Sports,Electronic Arts,0.5,0.14,0,0.07,0.71 +2901,Ratchet & Clank: Into the Nexus,PS3,2013,Shooter,Sony Computer Entertainment,0.3,0.29,0,0.11,0.71 +2902,Spider-Man 2,PSP,2005,Action,Activision,0.35,0.21,0,0.14,0.71 +2903,2014 FIFA World Cup Brazil,PS3,2014,Sports,Electronic Arts,0.15,0.39,0.01,0.16,0.71 +2904,London 2012: The Official Video Game of the Olympic Games,PS3,2012,Sports,Sega,0.06,0.5,0,0.15,0.7 +2905,NHL 12,X360,2011,Sports,Electronic Arts,0.55,0.1,0,0.05,0.7 +2906,Tony Hawk's Underground,GC,2003,Sports,Activision,0.54,0.14,0,0.02,0.7 +2907,Infinite Undiscovery,X360,2008,Role-Playing,Square Enix,0.34,0.18,0.12,0.06,0.7 +2908,Super Bomberman 3,SNES,1994,Puzzle,Hudson Soft,0,0,0.7,0,0.7 +2909,Command & Conquer: Red Alert Retaliation,PS,1998,Strategy,Virgin Interactive,0.39,0.27,0,0.05,0.7 +2910,The Sims 2: Apartment Pets,DS,2008,Simulation,Electronic Arts,0.32,0.31,0,0.07,0.7 +2911,Star Wars: Obi-Wan,XB,2001,Action,Activision,0.52,0.16,0,0.02,0.7 +2912,NCAA Football 08,X360,2007,Sports,Electronic Arts,0.65,0,0,0.05,0.7 +2913,Kill.Switch,PS2,2003,Shooter,Sony Computer Entertainment,0.34,0.27,0,0.09,0.7 +2914,Lalaloopsy,DS,2011,Simulation,Activision,0.54,0.1,0,0.06,0.7 +2915,Madden NFL 2005,GC,2004,Sports,Electronic Arts,0.54,0.14,0,0.02,0.7 +2916,F-14 Tomcat,GBA,2001,Action,Majesco Entertainment,0.5,0.19,0,0.01,0.7 +2917,SplashDown,PS2,2001,Racing,Atari,0.34,0.27,0,0.09,0.7 +2918,NCAA Football 98,PS,1997,Sports,Electronic Arts,0.39,0.27,0,0.05,0.7 +2919,Jade Empire,XB,2005,Role-Playing,Microsoft Game Studios,0.48,0.19,0,0.03,0.7 +2920,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",PS3,2009,Shooter,Activision,0.28,0.3,0,0.12,0.7 +2921,The Sims 3,DS,2010,Simulation,Electronic Arts,0.39,0.25,0,0.06,0.7 +2922,Skylanders: Trap Team,WiiU,2014,Action,Activision,0.39,0.25,0,0.06,0.7 +2923,Prince of Persia: The Forgotten Sands,PS3,2010,Action,Ubisoft,0.19,0.36,0.01,0.13,0.7 +2924,Chocobo's Dungeon 2,PS,1998,Role-Playing,SquareSoft,0.04,0.03,0.58,0.05,0.7 +2925,Advance Wars,GBA,2001,Strategy,Nintendo,0.5,0.19,0,0.01,0.7 +2926,Hannah Montana: The Movie,DS,2009,Adventure,Disney Interactive Studios,0.38,0.25,0,0.07,0.7 +2927,World of Zoo,DS,2009,Simulation,THQ,0.43,0.2,0,0.06,0.7 +2928,Ape Escape: On the Loose,PSP,2005,Platform,Sony Computer Entertainment,0.52,0.01,0.12,0.05,0.7 +2929,NASCAR 2001,PS2,2000,Racing,Electronic Arts,0.34,0.27,0,0.09,0.7 +2930,IL-2 Sturmovik: Birds of Prey,PS3,2009,Simulation,505 Games,0.34,0.26,0,0.1,0.7 +2931,Book of Spells,PS3,2012,Action,Sony Computer Entertainment,0.13,0.4,0,0.16,0.7 +2932,NCAA Football 2001,PS,2000,Sports,Electronic Arts,0.39,0.26,0,0.05,0.7 +2933,Mafia,PS2,2004,Action,Illusion Softworks,0.34,0.27,0,0.09,0.7 +2934,Mobile Suit Gundam: Journey to Jaburo,PS2,2000,Simulation,Namco Bandai Games,0.16,0.13,0.36,0.04,0.7 +2935,Metal Gear Solid V: The Phantom Pain,PS3,2015,Action,Konami Digital Entertainment,0.21,0.18,0.22,0.08,0.7 +2936,TimeSplitters 2,PS2,2002,Shooter,Eidos Interactive,0.34,0.27,0,0.09,0.7 +2937,MotionSports,X360,2010,Sports,Ubisoft,0.38,0.26,0,0.06,0.7 +2938,MLB 08: The Show,PS3,2008,Sports,Sony Computer Entertainment,0.64,0,0,0.05,0.7 +2939,Classic NES Series: Zelda II: The Adventure of Link,GBA,2004,Adventure,Nintendo,0.37,0.14,0.17,0.01,0.7 +2940,Fire Emblem: Monsh? no Nazo,SNES,1994,Role-Playing,Nintendo,0,0,0.7,0,0.7 +2941,Disney's Chicken Little,GBA,2005,Platform,Disney Interactive Studios,0.5,0.18,0,0.01,0.7 +2942,King Kong,2600,1981,Action,Tigervision,0.65,0.04,0,0.01,0.69 +2943,WWE 2K15,X360,2014,Sports,Take-Two Interactive,0.38,0.26,0,0.06,0.69 +2944,The LEGO Movie Videogame,3DS,2014,Action,Warner Bros. Interactive Entertainment,0.28,0.31,0.05,0.05,0.69 +2945,X-Men Origins: Wolverine - Uncaged Edition,X360,2009,Action,Activision,0.42,0.21,0,0.06,0.69 +2946,Metal Gear Solid: Portable Ops Plus,PSP,2007,Action,Konami Digital Entertainment,0.26,0.01,0.26,0.17,0.69 +2947,Disney Tangled,Wii,2010,Action,Disney Interactive Studios,0.47,0.17,0,0.05,0.69 +2948,Shrek the Third,X360,2007,Action,Activision,0.54,0.1,0,0.06,0.69 +2949,Test Drive Unlimited 2,X360,N/A,Racing,Atari,0.3,0.32,0,0.07,0.69 +2950,Moto Racer 2,PS,1997,Racing,Electronic Arts,0.39,0.26,0,0.05,0.69 +2951,Halo 2 Multiplayer Map Pack,XB,2005,Shooter,Microsoft Game Studios,0.54,0.13,0,0.02,0.69 +2952,Minecraft: Story Mode,PS3,2015,Adventure,Mojang,0.25,0.33,0,0.11,0.69 +2953,Mortal Kombat: Shaolin Monks,PS2,2005,Action,Midway Games,0.58,0.02,0,0.09,0.69 +2954,MX vs. ATV Unleashed: On the Edge,PSP,2006,Racing,THQ,0.64,0,0,0.05,0.69 +2955,Skylanders: Trap Team,PS3,2014,Action,Activision,0.24,0.33,0,0.12,0.69 +2956,Mario Pinball Land,GBA,2004,Misc,Nintendo,0.5,0.18,0,0.01,0.69 +2957,Mappy,NES,1984,Platform,Namco Bandai Games,0,0,0.69,0,0.69 +2958,J-League Soccer: Prime Goal,SNES,1993,Sports,Namco Bandai Games,0,0,0.69,0,0.69 +2959,Dragon Ball Z: Budokai,GC,2003,Fighting,Atari,0.53,0.14,0,0.02,0.69 +2960,NFL Xtreme,PS,1998,Sports,Sony Computer Entertainment,0.38,0.26,0,0.05,0.69 +2961,The Sly Collection,PS3,2010,Platform,Sony Computer Entertainment,0.52,0.09,0.01,0.07,0.69 +2962,One Piece: Pirate Warriors 2,PS3,2013,Action,Namco Bandai Games,0,0.2,0.42,0.07,0.69 +2963,Assassin's Creed IV: Black Flag,PC,2013,Action,Ubisoft,0.22,0.38,0,0.1,0.69 +2964,Harry Potter and the Chamber of Secrets,GC,2002,Action,Electronic Arts,0.53,0.14,0,0.02,0.69 +2965,Need for Speed: Shift 2 Unleashed,PS3,2011,Racing,Electronic Arts,0.2,0.36,0,0.13,0.69 +2966,The Lord of the Rings: The Return of the King,GC,2003,Action,Electronic Arts,0.53,0.14,0,0.02,0.69 +2967,Nintendo Presents: New Style Boutique 2 - Fashion Forward,3DS,2015,Misc,Nintendo,0.01,0.61,0.02,0.04,0.69 +2968,MX vs. ATV Untamed,X360,2007,Racing,THQ,0.55,0.08,0,0.06,0.69 +2969,The Last Remnant,X360,2008,Role-Playing,Square Enix,0.25,0.2,0.18,0.06,0.69 +2970,Frozen: Olaf's Quest,DS,2013,Platform,Disney Interactive Studios,0.28,0.35,0,0.06,0.69 +2971,The Sims: Medieval,PC,2011,Simulation,Electronic Arts,0.27,0.32,0,0.1,0.69 +2972,Baldur's Gate: Dark Alliance II,PS2,2004,Role-Playing,Interplay,0.34,0.26,0,0.09,0.68 +2973,Shark Tale,GBA,2004,Action,Activision,0.49,0.18,0,0.01,0.68 +2974,Plants vs. Zombies: Garden Warfare,XOne,2014,Shooter,Electronic Arts,0.39,0.23,0,0.06,0.68 +2975,Kirby's Dream Collection: Special Edition,Wii,2012,Action,Nintendo,0.34,0,0.33,0.02,0.68 +2976,Bakugan: Battle Brawlers,Wii,2009,Action,Activision,0.6,0.03,0,0.05,0.68 +2977,Star Wars: Masters of Teras Kasi,PS,1997,Action,LucasArts,0.38,0.26,0,0.04,0.68 +2978,The Last Story,Wii,2011,Role-Playing,Nintendo,0.32,0.13,0.18,0.04,0.68 +2979,NBA Street Vol. 2,XB,2003,Sports,Electronic Arts,0.62,0.04,0,0.02,0.68 +2980,Iron Man,PS3,2008,Action,Sega,0.32,0.25,0,0.11,0.68 +2981,Disney Infinity 3.0,PS4,2015,Action,Disney Interactive Studios,0.21,0.36,0,0.11,0.68 +2982,Spider-Man 3,PS3,2007,Platform,Activision,0.26,0.29,0.02,0.12,0.68 +2983,NCAA Football 2005,XB,2004,Sports,Electronic Arts,0.63,0.02,0,0.03,0.68 +2984,Mortal Kombat Mythologies: Sub-Zero,PS,1997,Fighting,GT Interactive,0.38,0.26,0,0.04,0.68 +2985,Rayman Legends,WiiU,2013,Platform,Ubisoft,0.26,0.33,0.03,0.06,0.68 +2986,Naruto: Clash of Ninja,GC,2003,Fighting,Tomy Corporation,0.53,0.14,0,0.02,0.68 +2987,Prince of Persia: The Two Thrones,PS2,2005,Action,Ubisoft,0.57,0.02,0,0.09,0.68 +2988,Hot Shots Golf: Open Tee 2,PSP,2007,Sports,Sony Computer Entertainment,0.21,0.11,0.28,0.08,0.68 +2989,Metro: Last Light,PS4,2014,Action,Deep Silver,0.22,0.3,0.04,0.12,0.68 +2990,Fossil Fighters: Champions,DS,2010,Role-Playing,Nintendo,0.32,0,0.34,0.02,0.68 +2991,Mercenaries: Playground of Destruction,XB,2005,Action,LucasArts,0.54,0.11,0,0.03,0.68 +2992,Sniper Elite 3,PS4,2014,Shooter,505 Games,0.22,0.33,0,0.13,0.68 +2993,Doom (2016),XOne,2016,Shooter,Bethesda Softworks,0.39,0.23,0,0.06,0.68 +2994,Bushido Blade 2,PS,1998,Fighting,SquareSoft,0.25,0.17,0.22,0.04,0.68 +2995,Suikoden II,PS,1998,Role-Playing,Konami Digital Entertainment,0.15,0.1,0.38,0.04,0.68 +2996,Need for Speed (2015),XOne,2015,Racing,Electronic Arts,0.3,0.33,0,0.06,0.68 +2997,Cars: Mater-National Championship,DS,2007,Racing,THQ,0.63,0.01,0,0.05,0.68 +2998,FIFA Soccer 06,XB,2005,Sports,Electronic Arts,0.29,0.38,0,0.01,0.68 +2999,Hidden Objects: Mystery Stories,DS,2009,Adventure,GSP,0.19,0.43,0,0.05,0.68 +3000,Red Steel,Wii,2006,Shooter,Ubisoft,0.55,0.04,0.04,0.05,0.68 +3001,Fight Night 2004,XB,2004,Fighting,Electronic Arts,0.51,0.15,0,0.02,0.68 +3002,Tourist Trophy: The Real Riding Simulator,PS2,2006,Racing,Sony Computer Entertainment,0.28,0.22,0.11,0.07,0.68 +3003,Mass Effect,PC,2008,Role-Playing,Electronic Arts,0,0.59,0,0.09,0.68 +3004,.hack//Mutation Part 2,PS2,2002,Role-Playing,Atari,0.23,0.18,0.2,0.06,0.68 +3005,Country Dance,Wii,2011,Misc,Funbox Media,0.59,0.04,0,0.04,0.68 +3006,Turok,PS3,2008,Action,Touchstone,0.35,0.22,0.01,0.1,0.68 +3007,Midway Arcade Treasures 2,PS2,2004,Misc,Midway Games,0.33,0.26,0,0.09,0.68 +3008,100 Classic Books,DS,2008,Misc,Nintendo,0.13,0.52,0,0.02,0.67 +3009,Unreal Tournament III,PS3,2007,Shooter,Midway Games,0.33,0.24,0,0.11,0.67 +3010,Final Fantasy Crystal Chronicles: Ring of Fates,DS,2007,Role-Playing,Square Enix,0.22,0.01,0.42,0.02,0.67 +3011,Return to Castle Wolfenstein: Tides of War,XB,2003,Shooter,Activision,0.49,0.16,0,0.02,0.67 +3012,Need for Speed Rivals,XOne,2013,Racing,Electronic Arts,0.45,0.17,0,0.05,0.67 +3013,Lollipop Chainsaw,PS3,2012,Action,Warner Bros. Interactive Entertainment,0.26,0.21,0.11,0.09,0.67 +3014,The Darkness,PS3,2007,Shooter,Take-Two Interactive,0.2,0.34,0,0.13,0.67 +3015,Street Sk8er,PS,1998,Sports,Electronic Arts,0.37,0.25,0,0.04,0.67 +3016,Club Penguin: Elite Penguin Force - Herbert's Revenge,DS,2010,Adventure,Disney Interactive Studios,0.4,0.22,0,0.06,0.67 +3017,Contra: Legacy of War,PS,1996,Shooter,Konami Digital Entertainment,0.37,0.25,0,0.04,0.67 +3018,Blazing Angels: Squadrons of WWII,PS3,2006,Simulation,Ubisoft,0.35,0.22,0,0.1,0.67 +3019,Fight Night Round 2004,XB,2004,Fighting,Electronic Arts,0.46,0.18,0,0.03,0.67 +3020,Wolfenstein: The New Order,XOne,2014,Shooter,Bethesda Softworks,0.33,0.28,0,0.06,0.67 +3021,The Biggest Loser: Challenge,Wii,2010,Sports,THQ,0.49,0.13,0,0.05,0.67 +3022,Zaidan Houjin Nippon Kanji Nouryoko Kentei Kyoukai Kounin: KanKen DS,DS,2006,Misc,Rocket Company,0,0,0.67,0,0.67 +3023,Spice World,PS,1998,Action,Sony Computer Entertainment,0.37,0.25,0,0.04,0.67 +3024,Star Wars: Republic Commando,XB,2005,Shooter,Activision,0.48,0.17,0,0.02,0.67 +3025,Armored Core 3,PS2,2002,Simulation,Metro 3D,0.22,0.17,0.23,0.06,0.67 +3026,Need For Speed: Undercover,Wii,2008,Racing,Electronic Arts,0.27,0.32,0,0.07,0.67 +3027,Taiko no Tatsujin Wii,Wii,2008,Misc,Namco Bandai Games,0,0,0.67,0,0.67 +3028,The Witcher 3: Wild Hunt,PC,2015,Role-Playing,Namco Bandai Games,0.2,0.42,0,0.05,0.67 +3029,Virtua Tennis: World Tour (US & Others sales),PSP,2005,Sports,Sega,0.16,0.36,0,0.14,0.67 +3030,The LEGO Movie Videogame,PS4,2014,Action,Warner Bros. Interactive Entertainment,0.24,0.31,0.01,0.11,0.67 +3031,Ratatouille,PSP,2007,Action,THQ,0.22,0.28,0,0.16,0.67 +3032,RIFT,PC,2011,Role-Playing,Unknown,0.44,0.16,0,0.07,0.67 +3033,Wild ARMs 2,PS,1999,Role-Playing,Sony Computer Entertainment,0.19,0.13,0.31,0.04,0.67 +3034,Summer Sports: Paradise Island (Others sales),Wii,2008,Sports,Ubisoft,0,0.66,0,0.01,0.67 +3035,Castlevania: Lords of Shadow,X360,2010,Action,Konami Digital Entertainment,0.42,0.18,0.01,0.05,0.67 +3036,BioShock Infinite,PC,2013,Shooter,Take-Two Interactive,0.28,0.3,0,0.08,0.67 +3037,Minecraft: Story Mode,PS4,2015,Adventure,Mojang,0.23,0.33,0,0.11,0.67 +3038,TV Show King Party,Wii,2008,Puzzle,Ubisoft,0.18,0.41,0,0.08,0.67 +3039,Crafting Mama,DS,2010,Simulation,505 Games,0.4,0.21,0.01,0.05,0.67 +3040,007: Quantum of Solace,Wii,2008,Action,Activision,0.3,0.29,0.01,0.07,0.67 +3041,Rock Band 3,Wii,2010,Misc,MTV Games,0.56,0.06,0,0.05,0.67 +3042,Command & Conquer: Red Alert 3,PC,2008,Strategy,Electronic Arts,0.01,0.64,0,0.02,0.67 +3043,The Fairly Odd Parents: Breakin Da Rules,PS2,2003,Platform,THQ,0.33,0.25,0,0.09,0.67 +3044,WWE SmackDown vs. RAW 2007,PSP,2006,Fighting,THQ,0.33,0.2,0,0.14,0.67 +3045,Peppa Pig: Fun and Games,DS,2010,Misc,Ubisoft,0,0.58,0,0.09,0.67 +3046,Adventures of Tron,2600,1981,Action,Mattel Interactive,0.63,0.03,0,0.01,0.67 +3047,Phoenix Wright: Ace Attorney - Trials and Tribulations,DS,2007,Adventure,Capcom,0.33,0.05,0.25,0.04,0.67 +3048,NHL 13,X360,2012,Sports,Electronic Arts,0.51,0.11,0,0.05,0.67 +3049,Borderlands: The Pre-Sequel,PS3,2014,Shooter,Take-Two Interactive,0.25,0.26,0.05,0.11,0.67 +3050,The Sims 3: High-End Loft Stuff,PC,2010,Simulation,Electronic Arts,0.01,0.53,0,0.12,0.67 +3051,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",GBA,N/A,Action,Disney Interactive Studios,0.48,0.18,0,0.01,0.67 +3052,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 200 Mannin no KanKen: Tokoton Kanji Nou,DS,2006,Misc,IE Institute,0,0,0.66,0,0.66 +3053,Pro Pinball: Big Race USA,PS,1999,Simulation,Take-Two Interactive,0.37,0.25,0,0.04,0.66 +3054,NFL Street,XB,2004,Sports,Electronic Arts,0.49,0.15,0,0.02,0.66 +3055,Shaun White Snowboarding,PS3,2008,Sports,Ubisoft,0.31,0.24,0.01,0.1,0.66 +3056,The LEGO Movie Videogame,WiiU,2014,Action,Warner Bros. Interactive Entertainment,0.35,0.23,0.03,0.06,0.66 +3057,Tony Hawk's Proving Ground,PS2,2007,Sports,Activision,0.55,0.02,0,0.09,0.66 +3058,MLB 2004,PS2,2003,Sports,Sony Computer Entertainment,0.32,0.25,0,0.08,0.66 +3059,Naruto Shippuden: Ultimate Ninja 4,PS2,2007,Fighting,Atari,0.26,0.01,0.13,0.26,0.66 +3060,Tiger Woods PGA Tour 2000,PS,1998,Sports,Electronic Arts,0.37,0.25,0,0.04,0.66 +3061,Darkstone,PS,2001,Role-Playing,Electronic Arts,0.37,0.25,0,0.04,0.66 +3062,NCAA March Madness 2003,PS2,2002,Sports,Electronic Arts,0.32,0.25,0,0.08,0.66 +3063,Finding Nemo,XB,2003,Action,THQ,0.48,0.16,0,0.02,0.66 +3064,Thrillville,PS2,2006,Strategy,Atari,0.55,0.02,0,0.09,0.66 +3065,NHL 10,X360,2009,Sports,Electronic Arts,0.51,0.1,0,0.06,0.66 +3066,Jikkyou World Soccer 2000 Final Edition,PS2,2000,Sports,Konami Digital Entertainment,0,0,0.66,0,0.66 +3067,Madagascar,GC,2005,Platform,Activision,0.52,0.13,0,0.02,0.66 +3068,Puzzler Brain Games,Wii,2012,Puzzle,Namco Bandai Games,0,0,0.66,0,0.66 +3069,Dragon Quest Monsters: Caravan Heart,GBA,2003,Role-Playing,Enix Corporation,0,0,0.64,0.02,0.66 +3070,Strawberry Shortcake: Summertime Adventure,GBA,2004,Adventure,Majesco Entertainment,0.47,0.18,0,0.01,0.66 +3071,Rayman Legends,PS3,2013,Platform,Ubisoft,0.14,0.38,0,0.14,0.66 +3072,Rocksmith 2014,PC,2013,Misc,Ubisoft,0.35,0.24,0,0.07,0.66 +3073,Street Fighter Anniversary Collection,PS2,2004,Fighting,Capcom,0.32,0.25,0,0.08,0.66 +3074,Legend of Legaia,PS,1998,Role-Playing,Sony Computer Entertainment,0.37,0.25,0,0.04,0.66 +3075,Napoleon: Total War,PC,2010,Strategy,Sega,0.02,0.52,0,0.12,0.66 +3076,Fist of the North Star: Ken's Rage,PS3,2010,Action,Ubisoft Annecy,0.06,0.03,0.55,0.02,0.66 +3077,Wario: Master of Disguise,DS,2007,Platform,Nintendo,0.28,0.02,0.33,0.03,0.66 +3078,Toy Story 3: The Video Game,PSP,2010,Action,Disney Interactive Studios,0.27,0.25,0,0.14,0.66 +3079,The Sims: Bustin' Out,GC,2003,Simulation,Electronic Arts,0.43,0.2,0,0.03,0.66 +3080,Tiger Woods PGA Tour 09,PS3,2008,Sports,Electronic Arts,0.34,0.22,0,0.1,0.66 +3081,Keystone Kapers,2600,1982,Action,Activision,0.62,0.04,0,0.01,0.66 +3082,LEGO Marvel Super Heroes,PSV,2013,Action,Warner Bros. Interactive Entertainment,0.15,0.35,0,0.16,0.66 +3083,New Play Control! Pikmin,Wii,2008,Strategy,Nintendo,0.29,0.14,0.19,0.04,0.66 +3084,Shrek: Hassle at the Castle,GBA,2002,Action,TDK Mediactive,0.47,0.17,0,0.01,0.66 +3085,Suikoden IV,PS2,2004,Role-Playing,Konami Digital Entertainment,0.17,0.13,0.3,0.05,0.66 +3086,Gods Eater Burst,PSP,2010,Action,Namco Bandai Games,0.03,0,0.62,0,0.66 +3087,Disney's Kim Possible 2: Drakken's Demise,GBA,2004,Platform,Disney Interactive Studios,0.47,0.17,0,0.01,0.66 +3088,Um Jammer Lammy,PS,1998,Misc,Sony Computer Entertainment,0.12,0.08,0.41,0.04,0.66 +3089,Brothers In Arms: Road to Hill 30,XB,2005,Shooter,Ubisoft,0.49,0.14,0,0.02,0.66 +3090,Madden NFL 10,PSP,2009,Sports,Electronic Arts,0.5,0.08,0,0.08,0.66 +3091,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",PSP,2007,Action,Activision,0.23,0.27,0,0.16,0.66 +3092,Taiko no Tatsujin DS: Touch de Dokodon!,DS,2007,Misc,Namco Bandai Games,0,0,0.66,0,0.66 +3093,F1 2015,PS4,2015,Racing,Codemasters,0.09,0.44,0.03,0.09,0.66 +3094,Scene It? Box Office Smash,X360,2008,Misc,Microsoft Game Studios,0.33,0.25,0,0.07,0.66 +3095,Animaniacs Ten Pin Alley,PS,1998,Sports,ASC Games,0.36,0.25,0,0.04,0.66 +3096,Disney Infinity 2.0: Marvel Super Heroes,WiiU,2014,Action,Disney Interactive Studios,0.38,0.22,0,0.06,0.65 +3097,NHL 13,PS3,2012,Sports,Electronic Arts,0.33,0.22,0,0.1,0.65 +3098,Kung Fu Panda,PS2,2008,Action,Activision,0.24,0,0,0.41,0.65 +3099,Tom Clancy's EndWar,PS3,2008,Strategy,Ubisoft,0.32,0.22,0.01,0.1,0.65 +3100,The Evil Within,XOne,2014,Action,Bethesda Softworks,0.35,0.25,0,0.05,0.65 +3101,Tiger Woods PGA Tour 09,X360,2008,Sports,Electronic Arts,0.35,0.23,0,0.07,0.65 +3102,Radiata Stories,PS2,2005,Role-Playing,Square Enix,0.18,0.14,0.29,0.05,0.65 +3103,F-Zero GX,GC,2003,Racing,Nintendo,0.41,0.11,0.12,0.02,0.65 +3104,Disney's Chicken Little,PS2,2005,Platform,Disney Interactive Studios,0.32,0.25,0,0.08,0.65 +3105,Wall-E,PSP,2008,Platform,THQ,0.29,0.22,0,0.14,0.65 +3106,Yoshi Topsy-Turvy,GBA,2004,Platform,Nintendo,0.25,0.09,0.3,0.01,0.65 +3107,Up,DS,2009,Action,THQ,0.31,0.28,0,0.07,0.65 +3108,Monster Jam: Maximum Destruction,PS2,2002,Racing,Ubisoft,0.32,0.25,0,0.08,0.65 +3109,Real Heroes: Firefighter,Wii,2009,Action,Rondomedia,0.56,0.04,0,0.05,0.65 +3110,Cartoon Network Block Party / Cartoon Network Speedway Double Pack,GBA,2005,Misc,THQ,0.47,0.17,0,0.01,0.65 +3111,World of Dragon Warrior - Torneko: The Last Hope,PS,1999,Role-Playing,Enix Corporation,0.02,0.01,0.58,0.04,0.65 +3112,Drawn to Life: The Next Chapter,DS,2009,Puzzle,THQ,0.45,0.14,0,0.06,0.65 +3113,MLB 14: The Show,PS4,2014,Sports,Sony Computer Entertainment America,0.58,0,0,0.07,0.65 +3114,Tiger Woods PGA Tour 10,X360,2009,Sports,Electronic Arts,0.39,0.2,0,0.06,0.65 +3115,Advance Wars 2: Black Hole Rising,GBA,2003,Strategy,Nintendo,0.47,0.17,0,0.01,0.65 +3116,Fire Emblem: Shadow Dragon,DS,2008,Role-Playing,Nintendo,0.31,0.03,0.27,0.03,0.65 +3117,Centipede,PS,1998,Shooter,Atari,0.36,0.25,0,0.04,0.65 +3118,Drakengard,PS2,2003,Role-Playing,Square Enix,0.19,0.15,0.26,0.05,0.65 +3119,SingStar Pop Hits,PS2,2007,Misc,Sony Computer Entertainment,0,0.5,0,0.15,0.65 +3120,Kung-Fu Master,2600,1987,Action,Activision,0.6,0.04,0,0.01,0.65 +3121,Champions: Return to Arms,PS2,2005,Role-Playing,Sony Online Entertainment,0.32,0.25,0,0.08,0.65 +3122,Harry Potter and the Goblet of Fire,PS2,2005,Action,Electronic Arts,0.54,0.02,0,0.09,0.65 +3123,SingStar R&B,PS2,2007,Misc,Sony Computer Entertainment,0,0.05,0,0.6,0.65 +3124,Mary-Kate and Ashley: Magical Mystery Mall,PS,2000,Adventure,Acclaim Entertainment,0.36,0.24,0,0.04,0.65 +3125,MX vs. ATV Untamed,PSP,2007,Racing,THQ,0.35,0.18,0,0.12,0.65 +3126,Disney Sing It: Party Hits,Wii,2010,Misc,Disney Interactive Studios,0.5,0.11,0,0.05,0.65 +3127,Dead or Alive 5,PS3,2012,Fighting,Tecmo Koei,0.23,0.15,0.2,0.07,0.65 +3128,Star Ocean: First Departure,PSP,2007,Role-Playing,Square Enix,0.2,0.14,0.22,0.09,0.65 +3129,Super Robot Taisen Impact,PS2,2002,Strategy,Banpresto,0,0,0.65,0,0.65 +3130,Dragon Age: Inquisition,PS3,2014,Role-Playing,Electronic Arts,0.26,0.23,0.05,0.1,0.65 +3131,The Black Eyed Peas Experience,Wii,2011,Misc,Ubisoft,0.39,0.2,0,0.06,0.65 +3132,Meccha! Taiko no Tatsujin Master DS: 7-tsu no Shima no Daibouken,DS,2008,Misc,Namco Bandai Games,0,0,0.65,0,0.65 +3133,Sengoku Basara: Samurai Heroes,PS3,2010,Action,Capcom,0.17,0.04,0.4,0.03,0.65 +3134,Crysis 3,PC,2013,Shooter,Electronic Arts,0.17,0.39,0,0.09,0.64 +3135,Paws & Claws: Pet Vet,DS,2007,Simulation,THQ,0.6,0,0,0.05,0.64 +3136,Harry Potter and the Half-Blood Prince,PS2,2009,Action,Electronic Arts,0.13,0.07,0,0.44,0.64 +3137,Crash Bandicoot Purple: Ripto's Rampage,GBA,2004,Platform,Vivendi Games,0.46,0.17,0,0.01,0.64 +3138,Diablo III,XOne,2014,Role-Playing,Activision,0.35,0.24,0,0.05,0.64 +3139,Spyro: A Hero's Tail,PS2,2004,Platform,Vivendi Games,0.32,0.25,0,0.08,0.64 +3140,Crash of the Titans,PSP,2007,Action,Vivendi Games,0.25,0.25,0,0.15,0.64 +3141,Aliens: Colonial Marines,PS3,2013,Shooter,Sega,0.2,0.31,0,0.13,0.64 +3142,Crash: Twinsanity,PS2,2004,Platform,Vivendi Games,0.32,0.25,0,0.08,0.64 +3143,Test Drive Unlimited 2,PS3,N/A,Racing,Atari,0.16,0.35,0.01,0.12,0.64 +3144,Max Payne 2: The Fall of Max Payne,XB,2003,Shooter,Take-Two Interactive,0.47,0.15,0,0.02,0.64 +3145,Dragon Ball: Raging Blast 2,X360,2010,Fighting,Namco Bandai Games,0.49,0.09,0.01,0.05,0.64 +3146,GoldenEye: Rogue Agent,PS2,2004,Shooter,Electronic Arts,0.54,0.02,0,0.09,0.64 +3147,NBA 2K17,XOne,2016,Sports,Take-Two Interactive,0.54,0.04,0,0.07,0.64 +3148,Lost Planet: Extreme Condition,PS3,2008,Shooter,Capcom,0.31,0.17,0.07,0.09,0.64 +3149,XCOM: Enemy Unknown,X360,2012,Strategy,Take-Two Interactive,0.36,0.23,0,0.05,0.64 +3150,Rayman 3D,3DS,2011,Platform,Ubisoft,0.23,0.35,0,0.06,0.64 +3151,LEGO Marvel's Avengers,PS4,2016,Action,Warner Bros. Interactive Entertainment,0.25,0.29,0,0.1,0.64 +3152,James Bond 007: Everything or Nothing,XB,2004,Shooter,Electronic Arts,0.43,0.19,0,0.02,0.64 +3153,X2: Wolverine's Revenge,PS2,2003,Platform,Activision,0.31,0.24,0,0.08,0.64 +3154,Stuntman: Ignition,X360,2007,Racing,THQ,0.25,0.32,0,0.07,0.64 +3155,NBA Live 06,XB,2005,Sports,Electronic Arts,0.57,0.04,0,0.03,0.64 +3156,Dragon Age II,PC,2011,Action,Electronic Arts,0.23,0.33,0,0.09,0.64 +3157,LEGO Star Wars II: The Original Trilogy,X360,2006,Action,LucasArts,0.55,0.04,0,0.05,0.64 +3158,Tom Clancy's Rainbow Six,N64,1999,Shooter,Red Storm Entertainment,0.48,0.15,0,0.01,0.64 +3159,Castlevania,N64,1999,Platform,Konami Digital Entertainment,0.44,0.1,0.04,0.05,0.64 +3160,Rayman 2: The Great Escape,N64,1999,Platform,Ubisoft,0.4,0.22,0,0.02,0.64 +3161,Nicktoons Collection: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.46,0.17,0,0.01,0.64 +3162,The Lord of the Rings: Conquest,X360,2009,Action,Electronic Arts,0.37,0.21,0,0.06,0.64 +3163,TimeSplitters 2,XB,2002,Shooter,Eidos Interactive,0.29,0.33,0,0.01,0.64 +3164,Onimusha: Dawn of Dreams,PS2,2006,Action,Capcom,0.15,0.12,0.34,0.04,0.64 +3165,NieR,PS3,2010,Role-Playing,Square Enix,0.17,0.2,0.2,0.07,0.64 +3166,The Princess and the Frog,DS,2009,Platform,Disney Interactive Studios,0.41,0.17,0,0.06,0.64 +3167,Sega Rally Revo,PS3,2007,Racing,Sega,0.07,0.43,0,0.14,0.64 +3168,SpongeBob SquarePants: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.46,0.17,0,0.01,0.64 +3169,Gravity Rush,PSV,2012,Action,Sony Computer Entertainment,0.26,0.2,0.09,0.1,0.64 +3170,Konami Collector's Series: Arcade Advanced,GBA,2002,Misc,Konami Digital Entertainment,0.46,0.17,0,0.01,0.64 +3171,White Knight Chronicles II,PS3,2010,Role-Playing,Sony Computer Entertainment,0.23,0.09,0.27,0.05,0.64 +3172,Wolfenstein,PS3,2009,Shooter,Activision,0.25,0.28,0,0.11,0.64 +3173,Jampack Volume 13 (RP-T),PS2,2005,Misc,Sony Computer Entertainment,0.31,0.24,0,0.08,0.64 +3174,LEGO Dimensions,PS4,2015,Action,Warner Bros. Interactive Entertainment,0.22,0.32,0,0.1,0.64 +3175,Start the Party!,PS3,2010,Misc,Sony Computer Entertainment,0.07,0.42,0,0.14,0.64 +3176,Cruis'n World,N64,1998,Racing,Nintendo,0.59,0.04,0,0.01,0.64 +3177,Madden NFL 2001,N64,2000,Sports,Electronic Arts,0.6,0.03,0,0.01,0.64 +3178,NBA Live 08,PS3,2007,Sports,Electronic Arts,0.56,0.02,0.01,0.05,0.64 +3179,The Walking Dead: Survival Instinct,X360,2013,Shooter,Activision,0.46,0.12,0,0.05,0.64 +3180,Donkey Kong Barrel Blast,Wii,2007,Racing,Nintendo,0.2,0.26,0.11,0.06,0.64 +3181,Okami,Wii,2008,Action,Capcom,0.45,0.1,0.04,0.05,0.64 +3182,Lemony Snicket's A Series of Unfortunate Events,PS2,2004,Platform,Activision,0.31,0.24,0,0.08,0.64 +3183,Middle-Earth: Shadow of Mordor,PS3,2014,Action,Warner Bros. Interactive Entertainment,0.2,0.33,0.01,0.1,0.64 +3184,Family Feud: 2010 Edition,Wii,2009,Misc,Ubisoft,0.59,0,0,0.04,0.64 +3185,Red Steel 2,Wii,2010,Shooter,Ubisoft,0.36,0.21,0.01,0.06,0.63 +3186,X-Men Legends II: Rise of Apocalypse,PS2,2005,Role-Playing,Activision,0.53,0.02,0,0.09,0.63 +3187,Nightmare Creatures,PS,1997,Action,Sony Computer Entertainment,0.35,0.24,0,0.04,0.63 +3188,SingStar Queen,PS2,2009,Misc,Sony Computer Entertainment,0.08,0.12,0,0.44,0.63 +3189,Just Dance 2015,X360,2014,Misc,Ubisoft,0.41,0.16,0,0.06,0.63 +3190,F1 2013,PS3,2013,Racing,Codemasters,0.01,0.45,0.03,0.15,0.63 +3191,Juiced 2: Hot Import Nights,X360,2007,Racing,THQ,0.22,0.34,0,0.07,0.63 +3192,Tony Hawk's Pro Skater 2x,XB,2001,Sports,Activision,0.41,0.19,0,0.03,0.63 +3193,Sim Theme Park,PS,1999,Strategy,Electronic Arts,0.35,0.24,0,0.04,0.63 +3194,FIFA Soccer 2003,XB,2002,Sports,Electronic Arts,0.2,0.4,0,0.04,0.63 +3195,Ghostbusters: The Video Game,X360,2009,Action,Atari,0.43,0.14,0,0.06,0.63 +3196,Monster Hunter 2,PS2,N/A,Role-Playing,Capcom,0,0,0.63,0,0.63 +3197,NASCAR 06: Total Team Control,PS2,2005,Racing,Electronic Arts,0.53,0.02,0,0.09,0.63 +3198,Tony Hawk's Project 8,PS3,2006,Sports,Activision,0.3,0.23,0.01,0.1,0.63 +3199,Dogz,GBA,2004,Simulation,Ubisoft,0.45,0.17,0,0.01,0.63 +3200,Disney Universe,PS3,2011,Action,Disney Interactive Studios,0.3,0.23,0,0.09,0.63 +3201,Guitar Hero: Metallica,PS3,2009,Misc,Activision,0.28,0.24,0,0.1,0.63 +3202,Iron Man,PSP,2008,Action,Sega,0.46,0.09,0,0.09,0.63 +3203,Taiko no Tatsujin: Chibi Dragon to Fushigi na Orb,3DS,2012,Misc,Namco Bandai Games,0,0,0.63,0,0.63 +3204,Harry Potter and the Half-Blood Prince,DS,2009,Action,Electronic Arts,0.21,0.35,0,0.07,0.63 +3205,A Bug's Life,N64,1998,Platform,Activision,0.49,0.13,0,0.01,0.63 +3206,Super Castlevania IV,SNES,1991,Platform,Konami Digital Entertainment,0.32,0.05,0.25,0.01,0.63 +3207,DJ Hero 2,Wii,2010,Misc,Activision,0.49,0.09,0,0.04,0.63 +3208,Angry Birds Trilogy,3DS,2012,Action,Activision,0.38,0.2,0,0.05,0.63 +3209,Condemned 2: Bloodshot,X360,2008,Action,Sega,0.38,0.19,0,0.06,0.63 +3210,Cabela's Big Game Hunter (2008),Wii,2007,Sports,Activision,0.58,0,0,0.05,0.63 +3211,Mobile Suit Z Gundam: AEUG vs. Titans,PS2,2003,Fighting,Namco Bandai Games,0,0,0.63,0,0.63 +3212,Just Dance 3,PS3,2011,Misc,Ubisoft,0.33,0.21,0,0.09,0.63 +3213,Call of Duty: Black Ops,DS,2010,Shooter,Activision,0.54,0.05,0,0.04,0.63 +3214,God of War III,PS4,2015,Action,Sony Computer Entertainment,0.23,0.29,0.01,0.1,0.63 +3215,Ape Escape 2,PS2,2002,Platform,Sony Computer Entertainment,0.12,0.09,0.38,0.03,0.63 +3216,Metroid Prime: Trilogy,Wii,2009,Shooter,Nintendo,0.43,0.05,0,0.14,0.63 +3217,X-Man,2600,1982,Action,Universal Gamex,0.58,0.04,0,0.01,0.63 +3218,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",X360,2009,Shooter,Activision,0.34,0.23,0,0.06,0.63 +3219,Advance Wars: Days of Ruin,DS,N/A,Strategy,Nintendo,0.44,0.13,0,0.06,0.63 +3220,The Sims 3: Generations,PC,2011,Simulation,Electronic Arts,0.4,0.23,0,0,0.63 +3221,The Crew,XOne,2014,Racing,Ubisoft,0.24,0.34,0,0.05,0.63 +3222,Battle of Giants: Dragons,DS,2009,Strategy,Ubisoft,0.31,0.25,0,0.06,0.63 +3223,Dragon Quest Monsters Joker 3,3DS,2016,Role-Playing,Square Enix,0,0,0.63,0,0.63 +3224,Sonic & All-Stars Racing Transformed,X360,2012,Racing,Sega,0.2,0.37,0,0.06,0.63 +3225,Shin Megami Tensei: Persona 3 FES,PS2,2007,Role-Playing,Tecmo Koei,0.22,0.2,0.16,0.05,0.63 +3226,FIFA Soccer 2002,PS2,2001,Sports,Electronic Arts,0.31,0.24,0,0.08,0.63 +3227,Shin Megami Tensei: Persona 3 Portable,PSP,2009,Role-Playing,Ghostlight,0.18,0.06,0.34,0.04,0.63 +3228,Final Fantasy VII International,PS,1997,Role-Playing,Square,0,0,0.59,0.04,0.63 +3229,Tiger Woods PGA Tour 12: The Masters,X360,2011,Sports,Electronic Arts,0.4,0.17,0,0.05,0.63 +3230,Okami,PS2,2006,Action,Capcom,0.11,0.03,0.15,0.34,0.63 +3231,NHL 2001,PS,2000,Sports,Electronic Arts,0.35,0.24,0,0.04,0.63 +3232,World of Zoo,Wii,2009,Simulation,THQ,0.41,0.16,0,0.05,0.63 +3233,LEGO Jurassic World,XOne,2015,Action,Warner Bros. Interactive Entertainment,0.35,0.22,0,0.06,0.63 +3234,Wet,PS3,2009,Shooter,Bethesda Softworks,0.22,0.27,0.01,0.11,0.63 +3235,MySims Racing,DS,2009,Racing,Electronic Arts,0.26,0.29,0,0.07,0.63 +3236,Buzz Lightyear of Star Command,PS,2000,Platform,Activision,0.35,0.24,0,0.04,0.63 +3237,Namco Museum,GC,2002,Misc,Namco Bandai Games,0.48,0.13,0,0.02,0.63 +3238,Nobunaga no Yabou: Haouden,SNES,1993,Strategy,Tecmo Koei,0.3,0,0.32,0,0.62 +3239,Virtua Cop,SAT,1995,Shooter,Sega,0,0,0.62,0,0.62 +3240,Metal Gear Solid 2: Substance,XB,N/A,Action,Konami Digital Entertainment,0.38,0.22,0,0.03,0.62 +3241,Tony Hawk's American Wasteland,XB,2005,Sports,Activision,0.4,0.2,0,0.03,0.62 +3242,WWF in Your House,PS,1996,Fighting,Acclaim Entertainment,0.35,0.24,0,0.04,0.62 +3243,Prince of Persia: The Forgotten Sands,X360,2010,Action,Ubisoft,0.3,0.26,0,0.06,0.62 +3244,Vanquish,PS3,2010,Shooter,Sega,0.21,0.22,0.11,0.09,0.62 +3245,Wild ARMs 3,PS2,2002,Role-Playing,Ubisoft,0.16,0.13,0.29,0.04,0.62 +3246,NBA ShootOut '97,PS,1997,Sports,Sony Computer Entertainment,0.35,0.24,0,0.04,0.62 +3247,Sacred 2: Fallen Angel,PS3,2009,Role-Playing,Deep Silver,0.22,0.23,0.08,0.09,0.62 +3248,Madden NFL 07,GC,2006,Sports,Electronic Arts,0.48,0.13,0,0.02,0.62 +3249,Far Cry 4,PC,2014,Shooter,Ubisoft,0.15,0.42,0,0.05,0.62 +3250,Battlezone,2600,1982,Shooter,Atari,0.58,0.03,0,0.01,0.62 +3251,Tiger Woods PGA Tour 2004,XB,2003,Sports,Electronic Arts,0.47,0.13,0,0.02,0.62 +3252,LEGO Pirates of the Caribbean: The Video Game,3DS,2011,Action,Disney Interactive Studios,0.29,0.28,0,0.06,0.62 +3253,Pro Evolution Soccer 2015,PS3,2014,Sports,Konami Digital Entertainment,0.1,0.23,0.22,0.08,0.62 +3254,Evolve,XOne,2015,Shooter,Take-Two Interactive,0.36,0.2,0,0.06,0.62 +3255,Tak 2: The Staff of Dreams,PS2,2004,Platform,THQ,0.3,0.24,0,0.08,0.62 +3256,Dead Island: Riptide,PS3,2013,Action,Deep Silver,0.26,0.2,0.07,0.09,0.62 +3257,Warriors Orochi 3,PS3,2011,Action,Ubisoft Annecy,0,0.04,0.57,0.01,0.62 +3258,Bolt,DS,2008,Adventure,Disney Interactive Studios,0.35,0.21,0,0.06,0.62 +3259,Viewtiful Joe,GC,2003,Action,Capcom,0.38,0.1,0.12,0.02,0.62 +3260,The Urbz: Sims in the City,GBA,2004,Simulation,Electronic Arts,0.37,0.22,0,0.03,0.62 +3261,Beetle Adventure Racing!,N64,1999,Racing,Electronic Arts,0.4,0.2,0,0.02,0.62 +3262,FIFA Soccer,PSV,2012,Sports,Electronic Arts,0.17,0.34,0.02,0.09,0.62 +3263,Disney's 102 Dalmatians: Puppies to the Rescue,PS,2000,Platform,Eidos Interactive,0.34,0.23,0,0.04,0.62 +3264,Wipeout: The Game,DS,2010,Misc,Activision,0.58,0,0,0.04,0.62 +3265,Strike Force Bowling,PS2,2004,Sports,Play It,0.3,0.24,0,0.08,0.62 +3266,SpongeBob's Atlantis SquarePantis,Wii,2007,Action,THQ,0.57,0.01,0,0.04,0.62 +3267,Metal Gear Solid V: Ground Zeroes,PS3,2014,Action,Konami Digital Entertainment,0.14,0.14,0.27,0.06,0.62 +3268,Halloween,2600,1982,Action,Wizard Video Games,0.58,0.03,0,0.01,0.62 +3269,Dragon Ball Z: Ultimate Tenkaichi,PS3,2011,Fighting,Namco Bandai Games,0.27,0.18,0.09,0.08,0.62 +3270,WWE SmackDown vs. Raw 2010,PSP,2009,Fighting,THQ,0.25,0.23,0,0.14,0.62 +3271,Bass Landing,PS,1999,Sports,ASCII Entertainment,0.21,0.14,0.23,0.04,0.62 +3272,XGRA: Extreme G-Racing Association,PS2,2004,Racing,Eidos Interactive,0.3,0.24,0,0.08,0.62 +3273,Mario's Picross,GB,1995,Puzzle,Nintendo,0,0,0.62,0,0.62 +3274,Pac-Man Player's Choice Bundle,GC,2003,Misc,Namco Bandai Games,0.48,0.12,0,0.02,0.62 +3275,Rocksmith 2014,PS4,2014,Misc,Ubisoft,0.34,0.17,0,0.11,0.62 +3276,Fighters MEGAMiX,SAT,1996,Fighting,Sega,0,0,0.62,0,0.62 +3277,Bahamut Lagoon,SNES,1996,Role-Playing,SquareSoft,0,0,0.62,0,0.62 +3278,Wall-E,X360,2008,Platform,THQ,0.29,0.26,0,0.07,0.62 +3279,Tomb Raider III: Adventures of Lara Croft,PC,1998,Action,Eidos Interactive,0.59,0.03,0,0,0.62 +3280,Toshochu: Run for Money,3DS,2012,Adventure,Namco Bandai Games,0,0,0.62,0,0.62 +3281,Dragon Quest Monsters: Joker 2 Professional,DS,2011,Role-Playing,Square Enix,0,0,0.62,0,0.62 +3282,NFL Quarterback Club 99,N64,1998,Sports,Acclaim Entertainment,0.59,0.02,0,0,0.62 +3283,Super Robot Taisen 伪 Gaiden,PS,2001,Strategy,Banpresto,0,0,0.58,0.04,0.62 +3284,Formula 1: Championship Edition,PS3,2006,Racing,Sony Computer Entertainment,0,0.57,0.04,0,0.61 +3285,Muramasa: The Demon Blade,Wii,2009,Role-Playing,Rising Star Games,0.33,0.13,0.11,0.04,0.61 +3286,NBA 2K9,PS3,2008,Sports,Take-Two Interactive,0.56,0,0,0.05,0.61 +3287,SingStar Singalong With Disney,PS2,2008,Misc,Sony Computer Entertainment,0,0.04,0,0.57,0.61 +3288,NHL 16,PS4,2015,Sports,Electronic Arts,0.35,0.15,0,0.11,0.61 +3289,Plants vs. Zombies: Garden Warfare,PS4,2014,Shooter,Electronic Arts,0.21,0.29,0.01,0.11,0.61 +3290,NFL Fever 2003,XB,2002,Sports,Microsoft Game Studios,0.46,0.13,0,0.02,0.61 +3291,Samurai Warriors 2,PS2,2006,Action,Tecmo Koei,0.02,0.02,0.57,0.01,0.61 +3292,Dynasty Warriors 8,PS3,2013,Action,Tecmo Koei,0.12,0.11,0.34,0.05,0.61 +3293,Disney Sing It: Family Hits,Wii,2010,Misc,Disney Interactive Studios,0.39,0.18,0,0.05,0.61 +3294,2 Games in 1: Sonic Battle & ChuChu Rocket!,GBA,2005,Misc,THQ,0.44,0.16,0,0.01,0.61 +3295,Robotech: Battlecry,PS2,2002,Shooter,TDK Mediactive,0.3,0.23,0,0.08,0.61 +3296,Dora the Explorer: Super Spies,GBA,2004,Platform,Gotham Games,0.44,0.16,0,0.01,0.61 +3297,New Carnival Games,Wii,2010,Misc,Take-Two Interactive,0.35,0.21,0,0.05,0.61 +3298,Tony Hawk: RIDE,X360,2009,Sports,Activision,0.46,0.1,0,0.05,0.61 +3299,Just Dance 2014,WiiU,2013,Misc,Ubisoft,0.33,0.23,0,0.05,0.61 +3300,Cooking Mama 4: Kitchen Magic!,3DS,2011,Simulation,505 Games,0.5,0.07,0,0.04,0.61 +3301,Texas Hold 'Em Poker,GBA,2004,Misc,Majesco Entertainment,0.44,0.16,0,0.01,0.61 +3302,Time Crisis 3,PS2,2003,Shooter,Namco Bandai Games,0.3,0.23,0,0.08,0.61 +3303,Cabela's Monster Buck Hunter,Wii,2010,Sports,Activision,0.58,0,0,0.03,0.61 +3304,Ganbaru Watashi no Kakei Diary,DS,2007,Misc,Nintendo,0,0,0.61,0,0.61 +3305,pro evolution soccer 2011,X360,2010,Sports,Konami Digital Entertainment,0.09,0.44,0,0.07,0.61 +3306,New Play Control! Donkey Kong Jungle Beat,Wii,2008,Platform,Nintendo,0.24,0.17,0.14,0.05,0.61 +3307,Small Soldiers,PS,1998,Platform,Electronic Arts,0.34,0.23,0,0.04,0.61 +3308,Yakuza: Dead Souls,PS3,2011,Shooter,Sega,0.09,0.07,0.42,0.03,0.61 +3309,Littlest Pet Shop: Garden,DS,2008,Simulation,Electronic Arts,0.31,0.24,0,0.06,0.61 +3310,Half-Life 2,XB,2005,Shooter,Electronic Arts,0.37,0.21,0,0.03,0.61 +3311,Duke Nukem: Total Meltdown,PS,1997,Shooter,GT Interactive,0.34,0.23,0,0.04,0.61 +3312,Pac-Man Party,Wii,2010,Misc,Namco Bandai Games,0.47,0.09,0.01,0.04,0.61 +3313,Jak and Daxter: The Lost Frontier,PSP,2009,Platform,Sony Computer Entertainment,0.18,0.27,0,0.15,0.61 +3314,Major League Baseball 2K8,X360,2008,Sports,Bethesda Softworks,0.56,0,0,0.05,0.61 +3315,SimCity DS,DS,2007,Simulation,Electronic Arts,0.33,0.03,0.21,0.03,0.61 +3316,Major League Baseball 2K9,X360,2009,Sports,Spike,0.56,0,0,0.05,0.61 +3317,Petz: Dogz Pack,DS,2008,Simulation,Ubisoft,0.56,0,0,0.05,0.61 +3318,Split/Second,X360,2010,Racing,Disney Interactive Studios,0.32,0.23,0,0.06,0.61 +3319,Final Fantasy IV Advance,GBA,2005,Role-Playing,Nintendo,0.27,0.1,0.22,0.01,0.61 +3320,Madden NFL 2003,GBA,2002,Sports,Electronic Arts,0.44,0.16,0,0.01,0.61 +3321,Tomb Raider Chronicles,PS,1999,Action,Eidos Interactive,0.34,0.23,0,0.04,0.61 +3322,Harry Potter and the Goblet of Fire,GBA,2005,Action,Electronic Arts,0.44,0.16,0,0.01,0.61 +3323,Dragon Ball Z: Buu's Fury,GBA,2004,Action,Atari,0.44,0.16,0,0.01,0.61 +3324,Madden NFL 2002,GC,2001,Sports,Electronic Arts,0.47,0.12,0,0.02,0.61 +3325,Guitar Hero: Smash Hits,Wii,2009,Misc,Activision,0.33,0.21,0,0.06,0.61 +3326,Disney TH!NK Fast: The Ultimate Trivia Showdown,Wii,2008,Misc,Disney Interactive Studios,0.37,0.16,0.01,0.06,0.61 +3327,Spider-Man: Mysterio's Menace,GBA,2001,Action,Activision,0.43,0.16,0,0.01,0.61 +3328,Madden NFL 2000,N64,1999,Sports,Electronic Arts,0.58,0.02,0,0,0.61 +3329,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",X360,2007,Action,Activision,0.51,0.05,0,0.05,0.61 +3330,Game & Watch Gallery 4,GBA,2002,Misc,Nintendo,0.43,0.16,0,0.01,0.61 +3331,Littlest Pet Shop: Jungle,DS,2008,Simulation,Electronic Arts,0.34,0.2,0,0.06,0.61 +3332,Naruto: Ultimate Ninja,PS2,2003,Fighting,Atari,0.5,0.02,0,0.08,0.61 +3333,Fighters Uncaged,X360,2010,Fighting,Ubisoft,0.31,0.24,0,0.06,0.61 +3334,Call of Juarez: Bound in Blood,X360,2009,Shooter,Ubisoft,0.3,0.24,0,0.06,0.61 +3335,New Play Control! Pikmin 2,Wii,2009,Strategy,Nintendo,0.11,0.14,0.33,0.02,0.6 +3336,Tony Hawk's Underground,GBA,2003,Sports,Activision,0.43,0.16,0,0.01,0.6 +3337,Hot Shots Golf: World Invitational,PSV,2011,Sports,Sony Computer Entertainment,0.19,0.11,0.25,0.06,0.6 +3338,Monster Trucks,GBA,2004,Racing,Majesco Entertainment,0.43,0.16,0,0.01,0.6 +3339,Shadow The Hedgehog,PS2,2005,Platform,Sega,0.5,0.02,0,0.08,0.6 +3340,Wave Race: Blue Storm,GC,2001,Racing,Nintendo,0.4,0.1,0.09,0.02,0.6 +3341,Backyard Wrestling: Don't Try This at Home,PS2,2003,Fighting,Eidos Interactive,0.3,0.23,0,0.08,0.6 +3342,Fight Night Round 2,XB,2005,Fighting,Electronic Arts,0.42,0.16,0,0.02,0.6 +3343,MonHun Nikki: Poka Poka Ailu Mura,PSP,2010,Role-Playing,Capcom,0,0,0.6,0,0.6 +3344,The Golden Compass,DS,2007,Action,Sega,0.28,0.25,0,0.06,0.6 +3345,NBA 2K8,PS2,2007,Sports,Take-Two Interactive,0.5,0.02,0,0.08,0.6 +3346,Phineas and Ferb: Across the 2nd Dimension,Wii,2011,Action,Disney Interactive Studios,0.36,0.19,0,0.05,0.6 +3347,Disney Infinity,WiiU,2013,Action,Disney Interactive Studios,0.33,0.22,0,0.05,0.6 +3348,The Golden Compass,Wii,N/A,Action,Sega,0.26,0.28,0,0.07,0.6 +3349,WarioWare D.I.Y.,DS,2009,Misc,Nintendo,0.18,0.19,0.2,0.04,0.6 +3350,Tony Hawk: RIDE,PS3,2009,Sports,Activision,0.38,0.15,0,0.08,0.6 +3351,LEGO Jurassic World,3DS,2015,Action,Warner Bros. Interactive Entertainment,0.31,0.22,0.03,0.05,0.6 +3352,Alice: Madness Returns,PS3,2011,Adventure,Electronic Arts,0.22,0.25,0.04,0.09,0.6 +3353,LEGO The Hobbit,PS4,2014,Action,Warner Bros. Interactive Entertainment,0.12,0.37,0,0.1,0.6 +3354,Suikoden,PS,1995,Role-Playing,Konami Digital Entertainment,0.21,0.14,0.21,0.04,0.6 +3355,Secret Agent Clank,PS2,2009,Platform,Sony Computer Entertainment,0.13,0.18,0,0.29,0.6 +3356,Rayman Arena,PS2,2001,Racing,Ubisoft,0.29,0.23,0,0.08,0.6 +3357,Avatar: The Game,PSP,2009,Action,Ubisoft,0.22,0.24,0,0.14,0.6 +3358,Jaws Unleashed,PS2,2006,Action,THQ,0.5,0.02,0,0.08,0.6 +3359,Puyo Puyo Sun,SAT,1997,Puzzle,Compile,0,0,0.6,0,0.6 +3360,Half-Life,PS2,2001,Shooter,Vivendi Games,0.29,0.23,0,0.08,0.6 +3361,Tomb Raider (2013),XOne,2014,Action,Square Enix,0.34,0.21,0,0.05,0.6 +3362,Mickey's Speedway USA,N64,2000,Racing,Nintendo,0.37,0.08,0.14,0.01,0.6 +3363,International Superstar Soccer 64,N64,1997,Sports,Konami Digital Entertainment,0.09,0.26,0.23,0.02,0.6 +3364,Skylanders SWAP Force,WiiU,2013,Platform,Activision,0.4,0.15,0,0.06,0.6 +3365,NASCAR Heat 2002,PS2,2001,Racing,Infogrames,0.29,0.23,0,0.08,0.6 +3366,Disney Sing It! High School Musical 3: Senior Year,Wii,2008,Misc,Disney Interactive Studios,0.32,0.23,0,0.04,0.6 +3367,From TV Animation One Piece: Grand Battle 2,PS,2002,Fighting,Namco Bandai Games,0,0,0.56,0.04,0.6 +3368,BeatMania Append 3rdMix,PS,1998,Simulation,Konami Digital Entertainment,0,0,0.56,0.04,0.6 +3369,PGR3 - Project Gotham Racing 3,X360,2005,Racing,Microsoft Game Studios,0.49,0.03,0.03,0.05,0.6 +3370,XCOM: Enemy Unknown,PS3,2012,Strategy,Take-Two Interactive,0.24,0.25,0,0.11,0.6 +3371,Blur,X360,2010,Racing,Activision,0.25,0.28,0,0.06,0.6 +3372,Xena: Warrior Princess,PS,1998,Adventure,Electronic Arts,0.33,0.23,0,0.04,0.6 +3373,Scribblenauts: Unlimited,3DS,2012,Action,Warner Bros. Interactive Entertainment,0.55,0.01,0,0.04,0.6 +3374,Front Mission,SNES,1995,Strategy,SquareSoft,0,0,0.6,0,0.6 +3375,NHL 11,PS3,2010,Sports,Electronic Arts,0.4,0.13,0,0.07,0.6 +3376,Kinect Rush: A Disney Pixar Adventure,X360,2012,Adventure,Microsoft Game Studios,0.38,0.16,0,0.05,0.6 +3377,Monopoly,X360,2008,Misc,Electronic Arts,0.34,0.2,0,0.06,0.6 +3378,Disney Infinity 2.0: Marvel Super Heroes,PS4,2014,Action,Disney Interactive Studios,0.26,0.24,0,0.1,0.6 +3379,Major League Baseball 2K7,PS2,2007,Sports,Spike,0.29,0.23,0,0.08,0.6 +3380,Asphalt: Urban GT,DS,2004,Racing,Ubisoft,0.31,0.22,0,0.06,0.6 +3381,The Fight: Lights Out,PS3,2010,Fighting,Sony Computer Entertainment,0.29,0.22,0,0.09,0.6 +3382,Dai-2-Ji Super Robot Taisen 伪,PS2,2003,Strategy,Banpresto,0,0,0.6,0,0.6 +3383,Pokemon Trozei!,DS,2005,Puzzle,Nintendo,0.26,0,0.31,0.02,0.6 +3384,Dead Space,PC,2008,Action,Electronic Arts,0,0.53,0,0.06,0.59 +3385,Hot Wheels: Stunt Track Challenge,PS2,2004,Racing,THQ,0.29,0.23,0,0.08,0.59 +3386,Rayman Origins,PSV,2012,Platform,Ubisoft,0.13,0.35,0,0.11,0.59 +3387,London 2012: The Official Video Game of the Olympic Games,X360,2012,Sports,Sega,0.07,0.46,0,0.07,0.59 +3388,Beijing 2008,X360,2008,Sports,Sega,0.15,0.38,0,0.07,0.59 +3389,Dai-3-Ji Super Robot Taisen 伪: Shuuen no Ginga e,PS2,2005,Strategy,Banpresto,0,0,0.59,0,0.59 +3390,Jeopardy!,Wii,2010,Misc,THQ,0.56,0,0,0.03,0.59 +3391,Jikkyou Powerful Pro Yakyuu '97 Kaimakuban,PS,1997,Sports,Konami Digital Entertainment,0,0,0.56,0.04,0.59 +3392,Assassin's Creed: Brotherhood,PC,2011,Action,Ubisoft,0.15,0.34,0,0.1,0.59 +3393,CyberTiger,PS,1998,Sports,Electronic Arts,0.33,0.22,0,0.04,0.59 +3394,Jampack Fall 2001,PS,2001,Misc,Sony Computer Entertainment,0.33,0.22,0,0.04,0.59 +3395,Medal of Honor: Frontline,GC,2002,Shooter,Electronic Arts,0.46,0.12,0,0.02,0.59 +3396,Final Fantasy: The 4 Heroes of Light,DS,2009,Role-Playing,Square Enix,0.23,0.11,0.23,0.03,0.59 +3397,Iron Man,Wii,2008,Action,Sega,0.31,0.22,0,0.06,0.59 +3398,Kane & Lynch 2: Dog Days,PS3,2010,Shooter,Square Enix,0.17,0.28,0.05,0.1,0.59 +3399,NFL Blitz 2001,PS,2000,Sports,Midway Games,0.33,0.22,0,0.04,0.59 +3400,Total War: Shogun 2,PC,2011,Strategy,Sega,0.19,0.31,0,0.09,0.59 +3401,Jikkyou Powerful Pro Yakyuu '98 Kaimakuban,PS,1998,Sports,Konami Digital Entertainment,0,0,0.55,0.04,0.59 +3402,Rock Band 2,PS2,2008,Misc,MTV Games,0.29,0.23,0,0.08,0.59 +3403,Yakuza 5,PS3,2012,Action,Sega,0,0,0.59,0,0.59 +3404,LEGO Indiana Jones 2: The Adventure Continues,PSP,2009,Action,Activision,0.21,0.24,0,0.14,0.59 +3405,BurgerTime,2600,1981,Puzzle,Mattel Interactive,0.55,0.03,0,0.01,0.59 +3406,Naruto: The Broken Bond,X360,2008,Action,Ubisoft,0.24,0.28,0,0.07,0.59 +3407,2002 FIFA World Cup,PS2,2002,Sports,Electronic Arts,0.21,0.17,0.16,0.06,0.59 +3408,MVP Baseball 2004,XB,2004,Sports,Electronic Arts,0.44,0.13,0,0.02,0.59 +3409,Crash Bandicoot: The Wrath of Cortex,GC,2002,Platform,Universal Interactive,0.46,0.12,0,0.02,0.59 +3410,Smurf: Rescue In Gargamel's Castle,2600,1981,Action,Coleco,0.55,0.03,0,0.01,0.59 +3411,Spelling Challenges and more!,DS,2007,Misc,505 Games,0.54,0,0,0.04,0.59 +3412,Go Diego Go! Great Dinosaur Rescue,Wii,2008,Action,Take-Two Interactive,0.53,0.02,0,0.04,0.59 +3413,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",Wii,2007,Action,Activision,0.52,0.03,0,0.04,0.59 +3414,Extreme-G,N64,1997,Racing,Acclaim Entertainment,0.47,0.11,0,0.01,0.59 +3415,Ready 2 Rumble Boxing,N64,1999,Sports,Midway Games,0.47,0.11,0,0.01,0.59 +3416,Payday 2,X360,2013,Shooter,505 Games,0.33,0.21,0,0.05,0.59 +3417,Dead or Alive Xtreme Beach Volleyball,XB,2003,Sports,Microsoft Game Studios,0.36,0.08,0.14,0.02,0.59 +3418,Tales of Rebirth,PS2,2004,Role-Playing,Namco Bandai Games,0,0,0.59,0,0.59 +3419,SoulCalibur V,X360,2012,Fighting,Namco Bandai Games,0.39,0.14,0.02,0.04,0.59 +3420,NHL 12,PS3,2011,Sports,Electronic Arts,0.36,0.16,0,0.07,0.59 +3421,Tales of Zestiria,PS3,2015,Role-Playing,Namco Bandai Games,0.05,0.09,0.42,0.03,0.59 +3422,Silent Hill: Shattered Memories,PS2,2010,Action,Konami Digital Entertainment,0.13,0.22,0.01,0.23,0.59 +3423,Madden NFL 06,X360,N/A,Sports,Electronic Arts,0.54,0,0.01,0.03,0.59 +3424,Skate it,Wii,2008,Sports,Electronic Arts,0.51,0.04,0,0.05,0.59 +3425,Game Party in Motion,X360,2010,Misc,Warner Bros. Interactive Entertainment,0.36,0.18,0,0.05,0.59 +3426,Barbie: Race & Ride,PS,1999,Action,Sony Computer Entertainment,0.33,0.22,0,0.04,0.59 +3427,Lost: Via Domus,X360,2008,Action,Ubisoft,0.18,0.34,0,0.07,0.59 +3428,Mega Man Anniversary Collection,PS2,2004,Platform,Capcom,0.29,0.22,0,0.08,0.59 +3429,Final Fantasy Anniversary Edition,PSP,2007,Role-Playing,Square Enix,0.39,0.02,0.13,0.04,0.59 +3430,Dark Souls II,PS4,2015,Role-Playing,Namco Bandai Games,0.2,0.22,0.08,0.08,0.59 +3431,Ben 10: Alien Force,PSP,2008,Action,Koch Media,0.35,0.14,0,0.1,0.59 +3432,Deus Ex: Human Revolution,PC,2011,Shooter,Square Enix,0.25,0.25,0,0.09,0.59 +3433,Zumba Fitness,PS3,2010,Sports,505 Games,0.28,0.21,0,0.09,0.59 +3434,Harvest Moon: Friends of Mineral Town,GBA,2003,Simulation,Ubisoft,0.34,0.13,0.11,0.01,0.59 +3435,Backyard NBA Basketball,PS2,2003,Sports,Atari,0.29,0.22,0,0.07,0.59 +3436,FIFA Soccer 10,DS,2009,Sports,Electronic Arts,0.14,0.37,0,0.07,0.59 +3437,Kirby's Dream Course,SNES,1994,Sports,Nintendo,0,0,0.59,0,0.59 +3438,Doom 3 BFG Edition,PS3,2012,Shooter,Bethesda Softworks,0.26,0.22,0,0.1,0.59 +3439,Mega Man X7,PS2,2003,Action,Capcom,0.22,0.17,0.14,0.06,0.58 +3440,Top Spin 3,Wii,2008,Action,Take-Two Interactive,0.15,0.37,0,0.07,0.58 +3441,Petz Dogz 2,Wii,2007,Simulation,Ubisoft,0.53,0.01,0,0.04,0.58 +3442,SpongeBob SquarePants featuring Nicktoons: Globs of Doom,PS2,2008,Action,THQ,0.29,0.22,0,0.07,0.58 +3443,The Conduit,Wii,2009,Shooter,Sega,0.29,0.23,0,0.06,0.58 +3444,Just Dance 2016,WiiU,2015,Misc,Ubisoft,0.28,0.25,0,0.05,0.58 +3445,Tokimeki Memorial: Forever with You,PS,1995,Simulation,Konami Digital Entertainment,0,0,0.55,0.04,0.58 +3446,Diablo,PS,1997,Role-Playing,Electronic Arts,0.29,0.19,0.07,0.04,0.58 +3447,Cabela's Dangerous Hunts 2011,Wii,2010,Sports,Activision,0.53,0.02,0,0.04,0.58 +3448,NHL 15,PS4,2014,Sports,Electronic Arts,0.3,0.18,0,0.1,0.58 +3449,Q*bert,2600,1982,Puzzle,Parker Bros.,0.55,0.03,0,0.01,0.58 +3450,Romancing SaGa,PS2,2005,Role-Playing,Square Enix,0.06,0.04,0.47,0.01,0.58 +3451,The Lord of the Rings: The Third Age,PS2,2004,Role-Playing,Electronic Arts,0.49,0.02,0,0.08,0.58 +3452,Harvest Moon: Sunshine Islands,DS,2008,Simulation,Rising Star Games,0.35,0.03,0.17,0.03,0.58 +3453,Trivial Pursuit,Wii,2009,Misc,Electronic Arts,0.21,0.31,0,0.07,0.58 +3454,The Legend of Spyro: Dawn of the Dragon,Wii,2008,Platform,Vivendi Games,0.35,0.18,0,0.05,0.58 +3455,The Sims 3: World Adventures,PC,2009,Simulation,Electronic Arts,0.02,0.18,0,0.39,0.58 +3456,Kinect Sports Rivals,XOne,2014,Sports,Microsoft Game Studios,0.3,0.22,0.02,0.04,0.58 +3457,Rayman Origins,Wii,2011,Platform,Ubisoft,0.23,0.29,0,0.07,0.58 +3458,WWE 2K16,XOne,2015,Sports,Take-Two Interactive,0.31,0.22,0,0.05,0.58 +3459,Titanfall,PC,2014,Shooter,Electronic Arts,0.21,0.3,0,0.07,0.58 +3460,NCAA Football 09,PS3,2008,Sports,Electronic Arts,0.54,0,0,0.04,0.58 +3461,Tom Clancy's HAWX,X360,2009,Action,Ubisoft,0.31,0.19,0.02,0.06,0.58 +3462,Sammy Sosa High Heat Baseball 2001,PS,2000,Sports,3DO,0.32,0.22,0,0.04,0.58 +3463,Frozen: Olaf's Quest,3DS,2013,Platform,Disney Interactive Studios,0.27,0.26,0,0.05,0.58 +3464,Terminator 3: Rise of the Machines,PS2,2003,Action,Atari,0.28,0.22,0,0.07,0.58 +3465,"Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)",X360,2010,Shooter,Activision,0.37,0.15,0,0.05,0.58 +3466,Harvest Moon: The Tale of Two Towns,DS,2010,Simulation,Natsume,0.27,0.06,0.22,0.03,0.58 +3467,FIFA: Road to World Cup 98,N64,1997,Sports,Electronic Arts,0.15,0.39,0,0.03,0.58 +3468,World Cup 98,N64,1998,Sports,Electronic Arts,0.14,0.4,0,0.04,0.58 +3469,International Superstar Soccer '98,N64,1998,Sports,Konami Digital Entertainment,0.06,0.3,0.19,0.03,0.58 +3470,NASCAR: Dirt to Daytona,PS2,N/A,Racing,Unknown,0.28,0.22,0,0.07,0.58 +3471,Unreal Tournament,PS2,2000,Shooter,Infogrames,0.28,0.22,0,0.07,0.58 +3472,Digimon World 2,PS,2000,Role-Playing,Namco Bandai Games,0.23,0.16,0.16,0.04,0.58 +3473,Tales of Phantasia,PS,1998,Role-Playing,Namco Bandai Games,0,0,0.54,0.04,0.58 +3474,Prince of Persia: The Two Thrones,XB,2005,Action,Ubisoft,0.33,0.22,0,0.03,0.58 +3475,Xenosaga Episode II: Jenseits von Gut und B枚se,PS2,2004,Role-Playing,Sony Computer Entertainment,0.28,0.22,0,0.07,0.58 +3476,Gex: Enter the Gecko,PS,1998,Platform,BMG Interactive Entertainment,0.32,0.22,0,0.04,0.58 +3477,Shrek 2: Beg for Mercy,GBA,2004,Adventure,Activision,0.42,0.15,0,0.01,0.58 +3478,Mega Man Star Force 2: Zerker x Ninja / Saurian,DS,2007,Action,Capcom,0.25,0,0.31,0.02,0.58 +3479,JoJo's Bizarre Adventure: All Star Battle,PS3,2013,Fighting,Namco Bandai Games,0.05,0.02,0.5,0.01,0.58 +3480,Petz Nursery,DS,2009,Simulation,Ubisoft,0.53,0,0,0.04,0.58 +3481,Contra: Shattered Soldier,PS2,2002,Shooter,Konami Digital Entertainment,0.28,0.22,0,0.07,0.58 +3482,Championship Motocross featuring Ricky Carmichael,PS,1998,Racing,THQ,0.32,0.22,0,0.04,0.58 +3483,Dragon Ball Z: Chou Saiya Densetsu,SNES,1992,Role-Playing,Namco Bandai Games,0,0,0.58,0,0.58 +3484,NBA 2K7,X360,2006,Sports,Take-Two Interactive,0.53,0,0,0.04,0.58 +3485,WWE 2K16,PS3,2015,Sports,Take-Two Interactive,0.21,0.27,0,0.09,0.58 +3486,Phoenix Wright: Ace Attorney - Justice for All,DS,2006,Adventure,Capcom,0.24,0.05,0.26,0.03,0.58 +3487,Fire Emblem: Seisen no Keifu,SNES,1996,Strategy,Nintendo,0,0,0.58,0,0.58 +3488,Rock Band 3,PS3,2010,Misc,MTV Games,0.43,0.09,0,0.06,0.58 +3489,Disgaea 4: A Promise Unforgotten,PS3,2011,Role-Playing,Nippon Ichi Software,0.27,0.11,0.14,0.06,0.58 +3490,BlazBlue: Calamity Trigger,PS3,2009,Fighting,PQube,0.36,0.1,0.06,0.06,0.58 +3491,Tenchu 2: Birth of the Stealth Assassins,PS,2000,Action,Activision,0.32,0.22,0,0.04,0.58 +3492,Tony Hawk's Pro Skater 4,GC,2002,Sports,Activision,0.45,0.12,0,0.02,0.58 +3493,MLB 11: The Show,PS3,2011,Sports,Sony Computer Entertainment,0.54,0,0,0.04,0.58 +3494,Naruto: Uzumaki Chronicles 2,PS2,2006,Action,Namco Bandai Games,0.28,0.22,0,0.07,0.58 +3495,NHL 06,PS2,2005,Sports,Electronic Arts,0.48,0.02,0,0.08,0.58 +3496,NHL 10,PS3,2009,Sports,Electronic Arts,0.38,0.12,0,0.07,0.58 +3497,Rooms: The Main Building,DS,2010,Adventure,Nintendo,0.1,0.41,0.01,0.06,0.58 +3498,Rapala: We Fish,Wii,2009,Sports,Activision,0.52,0.02,0,0.04,0.58 +3499,Parasite Eve II,PS,1999,Role-Playing,SquareSoft,0.32,0.22,0,0.04,0.58 +3500,Tetris Party Deluxe,Wii,2010,Puzzle,Nintendo,0.34,0.17,0.02,0.05,0.58 +3501,NFL Blitz 2000,N64,1999,Sports,Midway Games,0.55,0.02,0,0,0.58 +3502,Ratchet & Clank: Quest for Booty,PS3,2008,Platform,Sony Computer Entertainment,0,0.53,0,0.04,0.58 +3503,Madden NFL 2002,XB,N/A,Sports,Unknown,0.53,0.02,0,0.03,0.58 +3504,NCAA Football 10,PS2,2009,Sports,Electronic Arts,0.28,0.22,0,0.07,0.58 +3505,Top Spin 3,PS3,2008,Action,Take-Two Interactive,0.08,0.37,0,0.12,0.57 +3506,Shin Megami Tensei IV,3DS,2013,Role-Playing,Atlus,0.28,0,0.27,0.02,0.57 +3507,Theme Park,PS,1994,Simulation,Electronic Arts,0.24,0.16,0.13,0.04,0.57 +3508,Blacksite: Area 51,X360,2007,Shooter,Midway Games,0.29,0.23,0,0.06,0.57 +3509,Spider-Man 3,X360,2007,Platform,Activision,0.49,0.04,0,0.04,0.57 +3510,ATV Offroad Fury: Blazin' Trails,PSP,2005,Racing,SouthPeak Games,0.53,0,0,0.04,0.57 +3511,Far Cry Instincts,XB,2005,Shooter,Ubisoft,0.32,0.24,0,0.02,0.57 +3512,Hasbro Family Game Night,PS2,2008,Puzzle,Electronic Arts,0.28,0.22,0,0.07,0.57 +3513,Tony Hawk's Pro Skater 4,GBA,2002,Sports,Activision,0.41,0.15,0,0.01,0.57 +3514,Up,Wii,2009,Action,THQ,0.23,0.28,0,0.06,0.57 +3515,Tales of the Abyss,PS2,2005,Role-Playing,Namco Bandai Games,0,0,0.57,0,0.57 +3516,Disney Universe,X360,2011,Action,Disney Interactive Studios,0.37,0.15,0,0.05,0.57 +3517,Iron Man,X360,2008,Action,Sega,0.27,0.24,0,0.06,0.57 +3518,Mobile Suit Gundam: Giren no Yabou- Zeon no Keifu,PS,2000,Strategy,Namco Bandai Games,0,0,0.54,0.04,0.57 +3519,Spyro Orange: The Cortex Conspiracy,GBA,2004,Action,Vivendi Games,0.41,0.15,0,0.01,0.57 +3520,Enslaved: Odyssey to the West,PS3,2010,Action,Namco Bandai Games,0.24,0.24,0.01,0.09,0.57 +3521,SpongeBob SquarePants featuring Nicktoons: Globs of Doom,DS,2008,Action,THQ,0.53,0,0,0.04,0.57 +3522,Beyond The Beyond,PS,1995,Role-Playing,Sony Computer Entertainment,0.11,0.08,0.35,0.04,0.57 +3523,Ben 10: Alien Force,PS2,2008,Action,Koch Media,0.22,0.02,0,0.33,0.57 +3524,Tomb Raider: Anniversary,PSP,2007,Action,Eidos Interactive,0.21,0.23,0,0.13,0.57 +3525,"Warhammer 40,000: Space Marine",X360,2011,Shooter,THQ,0.25,0.27,0,0.06,0.57 +3526,Madden NFL 06,GC,2005,Sports,Electronic Arts,0.44,0.11,0,0.02,0.57 +3527,No More Heroes,Wii,2007,Action,Rising Star Games,0.3,0.17,0.04,0.05,0.57 +3528,Assassin's Creed II,PC,2010,Action,Ubisoft,0.01,0.45,0,0.11,0.57 +3529,Petz Wild Animals: Tigerz,DS,2008,Simulation,Ubisoft,0.52,0.01,0,0.04,0.57 +3530,Naruto: Ultimate Ninja 2,PS2,2004,Fighting,Namco Bandai Games,0.47,0.02,0,0.08,0.57 +3531,Defiance,X360,2013,Shooter,Trion Worlds,0.38,0.15,0,0.04,0.57 +3532,Dogz,DS,2006,Simulation,Ubisoft,0.51,0.02,0,0.04,0.57 +3533,3D Dot Game Heroes,PS3,2009,Role-Playing,SouthPeak Games,0.36,0.12,0.03,0.07,0.57 +3534,The Mysterious Murasame Castle,NES,1986,Action,Nintendo,0,0,0.57,0,0.57 +3535,NBA Hangtime,N64,1997,Sports,GT Interactive,0.48,0.08,0,0,0.57 +3536,Jillian Michaels Fitness Ultimatum 2010,Wii,2009,Sports,Majesco Entertainment,0.52,0.01,0,0.04,0.57 +3537,Pro Evolution Soccer 2012,PSP,2011,Action,Konami Digital Entertainment,0.1,0.12,0.29,0.07,0.57 +3538,Grease,Wii,2010,Misc,505 Games,0.27,0.25,0,0.05,0.57 +3539,Blood Wake,XB,2001,Shooter,Microsoft Game Studios,0.43,0.12,0,0.02,0.57 +3540,Dynasty Warriors 5: Xtreme Legends,PS2,2005,Action,Tecmo Koei,0.11,0.08,0.35,0.03,0.57 +3541,Skylanders: Spyro's Adventure,3DS,2011,Action,Activision,0.32,0.2,0,0.05,0.57 +3542,Dora The Explorer: Dora Saves the Snow Princess,Wii,2008,Platform,Take-Two Interactive,0.5,0.03,0,0.04,0.57 +3543,Jampack Summer 2002,PS2,2002,Misc,Sony Computer Entertainment,0.28,0.22,0,0.07,0.57 +3544,FIFA World Cup Germany 2006,PS2,2006,Sports,Electronic Arts,0.47,0.02,0,0.08,0.57 +3545,Wreckless: ThE YaKuza MisSiOns,XB,2002,Racing,Activision,0.42,0.11,0.02,0.02,0.57 +3546,Super Bomberman,SNES,1992,Puzzle,Hudson Soft,0,0,0.57,0,0.57 +3547,SpongeBob SquarePants: Battle for Bikini Bottom,XB,2003,Platform,THQ,0.45,0.1,0,0.02,0.57 +3548,Spec Ops: The Line,PS3,2012,Shooter,Take-Two Interactive,0.19,0.25,0.04,0.09,0.57 +3549,SD Gundam G Generation Neo,PS2,2002,Strategy,Namco Bandai Games,0,0,0.57,0,0.57 +3550,Bratz 4 Real,DS,2007,Adventure,THQ,0.29,0.22,0,0.06,0.57 +3551,RalliSport Challenge,XB,2002,Racing,Microsoft Game Studios,0.39,0.16,0,0.02,0.57 +3552,Resident Evil Outbreak File #2,PS2,2004,Action,Capcom,0.19,0.15,0.17,0.05,0.57 +3553,Bob the Builder: Can We Fix It?,PS,2000,Action,THQ,0.31,0.21,0,0.04,0.57 +3554,XIII,PS2,2003,Shooter,Ubisoft,0.28,0.22,0,0.07,0.57 +3555,NHL 14,PS3,2013,Sports,Electronic Arts,0.28,0.19,0,0.09,0.57 +3556,LEGO Rock Band,X360,2009,Misc,Warner Bros. Interactive Entertainment,0.4,0.12,0,0.05,0.57 +3557,Bolt,Wii,2008,Adventure,Disney Interactive Studios,0.19,0.31,0,0.06,0.57 +3558,Top Spin 3,X360,2008,Action,Take-Two Interactive,0.09,0.4,0,0.07,0.57 +3559,Tom Clancy's HAWX,PS3,2009,Action,Ubisoft,0.21,0.22,0.05,0.09,0.57 +3560,LEGO Dimensions,X360,2015,Action,Warner Bros. Interactive Entertainment,0.24,0.28,0,0.05,0.56 +3561,Breath of Fire IV,PS,2000,Role-Playing,Capcom,0.11,0.08,0.34,0.04,0.56 +3562,True Crime: Streets of LA,GC,2003,Action,Activision,0.44,0.11,0,0.02,0.56 +3563,Odin Sphere,PS2,2007,Role-Playing,Square Enix,0.23,0.18,0.09,0.06,0.56 +3564,Donkey Kong Jungle Climber,DS,2007,Platform,Nintendo,0.26,0.04,0.24,0.03,0.56 +3565,The Incredible Hulk,GBA,2003,Action,Universal Interactive,0.4,0.15,0,0.01,0.56 +3566,Ms. Pac-Man Maze Madness,GBA,2004,Puzzle,Zoo Digital Publishing,0.4,0.15,0,0.01,0.56 +3567,Arena Football,PS2,2006,Sports,Electronic Arts,0.28,0.22,0,0.07,0.56 +3568,The Lord of the Rings: The Return of the King,GBA,2003,Action,Electronic Arts,0.4,0.15,0,0.01,0.56 +3569,NHL Hitz 20-02,PS2,2001,Sports,Midway Games,0.28,0.22,0,0.07,0.56 +3570,Classic NES Series: Dr. Mario,GBA,2004,Puzzle,Nintendo,0.31,0.11,0.13,0.01,0.56 +3571,The Sims: Bustin' Out,XB,2003,Simulation,Electronic Arts,0.4,0.14,0,0.02,0.56 +3572,NCAA March Madness 07,PS2,2007,Sports,Electronic Arts,0.28,0.22,0,0.07,0.56 +3573,"Monsters, Inc. Scream Team",PS,2001,Platform,Sony Computer Entertainment,0.31,0.21,0,0.04,0.56 +3574,Harry Potter Collection,PS2,2006,Misc,Electronic Arts,0.28,0.21,0,0.07,0.56 +3575,Tony Hawk's Project 8,PSP,2006,Sports,Activision,0.41,0.08,0,0.07,0.56 +3576,Yu-Gi-Oh! World Championship Tournament 2004,GBA,2004,Misc,Konami Digital Entertainment,0.4,0.15,0,0.01,0.56 +3577,Cabela's Big Game Hunter 2005 Adventures,PS2,2004,Sports,Activision,0.28,0.21,0,0.07,0.56 +3578,Hotel Dusk: Room 215,DS,2007,Adventure,Nintendo,0.27,0.05,0.22,0.03,0.56 +3579,Knockout Kings 2001,PS2,2001,Fighting,Electronic Arts,0.28,0.21,0,0.07,0.56 +3580,Army Men: Sarge's Heroes,PS,1999,Action,3DO,0.31,0.21,0,0.04,0.56 +3581,Phineas and Ferb: Across the 2nd Dimension,DS,2011,Action,Disney Interactive Studios,0.32,0.19,0,0.05,0.56 +3582,Petz Dogz 2,PS2,2007,Simulation,Ubisoft,0.28,0.21,0,0.07,0.56 +3583,Battlefield 2: Modern Combat,XB,2005,Shooter,Electronic Arts,0.39,0.15,0,0.02,0.56 +3584,Wolfenstein,X360,2009,Shooter,Activision,0.28,0.22,0,0.06,0.56 +3585,All-Star Baseball 2002,PS2,2001,Sports,Acclaim Entertainment,0.27,0.21,0,0.07,0.56 +3586,Backyard NFL Football,GBA,2002,Sports,Infogrames,0.4,0.15,0,0.01,0.56 +3587,Need for Speed: Most Wanted,GC,2005,Racing,Electronic Arts,0.43,0.11,0,0.02,0.56 +3588,NASCAR Rumble,PS,2000,Racing,Electronic Arts,0.31,0.21,0,0.04,0.56 +3589,Tony Hawk: Shred,Wii,2010,Sports,Activision,0.41,0.11,0,0.04,0.56 +3590,Tony Hawk's Proving Ground,X360,2007,Sports,Activision,0.49,0.02,0,0.04,0.56 +3591,WWE Raw 2,XB,2003,Fighting,THQ,0.43,0.11,0,0.02,0.56 +3592,Resident Evil 2,N64,1999,Action,Virgin Interactive,0.39,0.09,0.07,0.01,0.56 +3593,Mega Man X2,SNES,1993,Platform,Laguna,0.09,0.02,0.45,0,0.56 +3594,Manhunt 2,PS2,2007,Action,Take-Two Interactive,0.27,0.21,0,0.07,0.56 +3595,Xenoblade Chronicles,3DS,2015,Role-Playing,Nintendo,0.26,0.14,0.12,0.04,0.56 +3596,Fullmetal Alchemist and the Broken Angel,PS2,2003,Role-Playing,Square Enix,0.15,0.12,0.26,0.04,0.56 +3597,Monster High: Ghoul Spirit,Wii,2011,Misc,THQ,0.44,0.08,0,0.04,0.56 +3598,Final Fantasy IV: The Complete Collection,PSP,2011,Role-Playing,Square Enix,0.13,0.09,0.27,0.06,0.56 +3599,Frontlines: Fuel of War,X360,2008,Shooter,THQ,0.34,0.15,0.01,0.05,0.56 +3600,Lips: Number One Hits,X360,2009,Misc,Microsoft Game Studios,0.15,0.35,0,0.07,0.56 +3601,Hamtaro: Ham-Hams Unite!,GB,2001,Role-Playing,Nintendo,0,0,0.56,0,0.56 +3602,Batman Begins,PS2,2005,Action,Electronic Arts,0.27,0.21,0,0.07,0.56 +3603,Viva Pinata: Pocket Paradise,DS,2008,Simulation,THQ,0.27,0.23,0,0.06,0.56 +3604,Dr. Seuss' The Cat in the Hat,PS2,2003,Misc,Vivendi Games,0.27,0.21,0,0.07,0.56 +3605,Barbie Groovy Games,GBA,2002,Misc,Universal Interactive,0.4,0.15,0,0.01,0.56 +3606,Yu-Gi-Oh! Reshef of Destruction,GBA,2003,Strategy,Konami Digital Entertainment,0.4,0.15,0,0.01,0.56 +3607,Blinx: The Time Sweeper,XB,2002,Platform,Microsoft Game Studios,0.39,0.15,0,0.02,0.56 +3608,Madagascar: Escape 2 Africa,Wii,2008,Action,Activision,0.32,0.18,0,0.05,0.56 +3609,Archer Maclean's Mercury,PSP,2005,Puzzle,Ignition Entertainment,0.17,0.24,0,0.14,0.56 +3610,ESPN NFL Football,PS2,2003,Sports,Sega,0.27,0.21,0,0.07,0.56 +3611,Fatal Fury Special,SNES,1994,Fighting,Takara,0,0,0.56,0,0.56 +3612,Catz,DS,2006,Simulation,Ubisoft,0.49,0.02,0,0.04,0.56 +3613,Major League Baseball 2K5,XB,2005,Sports,Take-Two Interactive,0.52,0.02,0,0.02,0.56 +3614,DS Bimoji Training,DS,2008,Misc,Nintendo,0,0,0.56,0,0.56 +3615,WWE 2K15,XOne,2014,Sports,Take-Two Interactive,0.28,0.23,0,0.04,0.56 +3616,Petz Catz Clan,DS,2008,Simulation,Ubisoft,0.48,0.04,0,0.04,0.56 +3617,Soul Sacrifice,PSV,2013,Role-Playing,Sony Computer Entertainment,0.18,0.09,0.22,0.06,0.56 +3618,G-Force,DS,2009,Action,Disney Interactive Studios,0.27,0.23,0,0.06,0.56 +3619,Tiger Woods PGA Tour 11,Wii,2010,Sports,Electronic Arts,0.24,0.26,0,0.06,0.56 +3620,Soldier of Fortune: Gold Edition,PS2,2001,Shooter,Codemasters,0.27,0.21,0,0.07,0.56 +3621,Rune Factory: A Fantasy Harvest Moon,DS,2006,Role-Playing,Rising Star Games,0.37,0.02,0.14,0.03,0.56 +3622,Monster Jam: Path of Destruction,Wii,2010,Racing,Activision,0.5,0.02,0,0.03,0.56 +3623,Rapala Tournament Fishing!,Wii,2006,Sports,Activision,0.51,0,0,0.04,0.56 +3624,MX 2002 Featuring Ricky Carmichael,PS2,2001,Racing,THQ,0.27,0.21,0,0.07,0.56 +3625,Purr Pals,DS,2007,Simulation,THQ,0.18,0.36,0,0.02,0.56 +3626,NCAA Football 07,XB,2006,Sports,Electronic Arts,0.42,0.12,0,0.01,0.56 +3627,God of War: Origins Collection,PS3,2011,Action,Sony Computer Entertainment,0.39,0.08,0.02,0.06,0.56 +3628,MX vs. ATV: Alive,X360,2011,Racing,THQ,0.37,0.14,0,0.05,0.56 +3629,Lunar: Silver Star Story Complete,PS,1998,Role-Playing,Kadokawa Shoten,0.27,0.18,0.06,0.04,0.55 +3630,Dragon Ball: XenoVerse,PS3,2015,Fighting,Namco Bandai Games,0.15,0.2,0.14,0.07,0.55 +3631,NBA Showtime: NBA on NBC,PS,1999,Sports,Midway Games,0.31,0.21,0,0.04,0.55 +3632,ZhuZhu Pets 2: Featuring The Wild Bunch,DS,2010,Simulation,Activision,0.41,0.11,0,0.04,0.55 +3633,Dragon Age: Inquisition,X360,2014,Role-Playing,Electronic Arts,0.35,0.16,0,0.05,0.55 +3634,Soul Reaver 2,PS2,2001,Action,Eidos Interactive,0.27,0.21,0,0.07,0.55 +3635,Metal Gear Solid 3: Subsistence,PS2,2005,Action,Konami Digital Entertainment,0.34,0.01,0.15,0.06,0.55 +3636,Sly Cooper: Thieves in Time,PS3,2013,Platform,Sony Computer Entertainment Europe,0.35,0.13,0,0.08,0.55 +3637,The Godfather (old US sales),XB,2006,Action,Electronic Arts,0.42,0.11,0,0.02,0.55 +3638,Daytona USA,SAT,1994,Racing,Sega,0,0,0.55,0,0.55 +3639,Harry Potter and the Deathly Hallows - Part 1,Wii,2010,Action,Electronic Arts,0.22,0.28,0,0.05,0.55 +3640,Tiger Woods PGA Tour 13,PS3,2012,Sports,Electronic Arts,0.24,0.22,0,0.09,0.55 +3641,WWF Raw,XB,2002,Fighting,THQ,0.4,0.13,0,0.02,0.55 +3642,Shin Super Robot Taisen,PS,1996,Role-Playing,Banpresto,0,0,0.52,0.04,0.55 +3643,Jump Super Stars,DS,2005,Fighting,Nintendo,0,0,0.55,0,0.55 +3644,Legends of WrestleMania,PS3,2009,Fighting,THQ,0.3,0.17,0,0.07,0.55 +3645,The Activision Decathlon,2600,1982,Sports,Activision,0.52,0.03,0,0.01,0.55 +3646,Simple 1500 Series Vol. 73: The Invaders ~Space Invaders 1500~,PS,2001,Shooter,D3Publisher,0.31,0.21,0,0.04,0.55 +3647,50 Classic Games,DS,2009,Misc,Destineer,0.52,0,0,0.04,0.55 +3648,Fighting Force 2,PS,1999,Action,Eidos Interactive,0.31,0.21,0,0.04,0.55 +3649,Sakura Wars,SAT,1996,Adventure,Sega,0,0,0.55,0,0.55 +3650,Yokai Sangokushi,3DS,2016,Action,Level 5,0,0,0.55,0,0.55 +3651,Extermination,PS2,2001,Action,Sony Computer Entertainment,0.21,0.16,0.12,0.05,0.55 +3652,Batman: Vengeance,PS2,2001,Adventure,Ubisoft,0.27,0.21,0,0.07,0.55 +3653,Unit 13,PSV,2012,Shooter,Sony Computer Entertainment,0.29,0.15,0.04,0.07,0.55 +3654,Tatsunoko vs. Capcom: Ultimate All-Stars,Wii,2010,Fighting,Capcom,0.32,0.16,0.03,0.05,0.55 +3655,TMNT,X360,2007,Action,Ubisoft,0.47,0.04,0,0.04,0.55 +3656,F.E.A.R.,PS3,2007,Shooter,Vivendi Games,0.18,0.27,0,0.1,0.55 +3657,Secret Agent Clank(US sales),PSP,2008,Platform,Sony Computer Entertainment,0.33,0.22,0,0,0.55 +3658,Assassin's Creed: Unity,PC,2014,Action,Ubisoft,0.17,0.33,0,0.05,0.55 +3659,Derby Stallion 04,PS2,2004,Sports,Enterbrain,0,0,0.55,0,0.55 +3660,NBA 2K8,PS3,2007,Sports,Take-Two Interactive,0.5,0.01,0,0.05,0.55 +3661,Barbie Horse Adventures: Riding Camp,DS,2008,Sports,Activision,0.51,0,0,0.04,0.55 +3662,CrossworDS,DS,2008,Puzzle,Deep Silver,0.51,0,0,0.04,0.55 +3663,Tony Hawk's Pro Skater 3,XB,2002,Sports,Activision,0.34,0.18,0,0.02,0.55 +3664,Mega Man Zero,GBA,2002,Platform,Capcom,0.22,0.08,0.24,0.01,0.55 +3665,Contender 2,PS,2000,Fighting,3DO,0.31,0.21,0,0.04,0.55 +3666,The Amazing Spider-Man 2 (2014),PS4,2014,Action,Activision,0.2,0.25,0.02,0.09,0.55 +3667,Star Wars: Dark Forces,PS,1996,Shooter,LucasArts,0.31,0.21,0,0.04,0.55 +3668,SD Gundam G Generation Zero,PS,1999,Strategy,Namco Bandai Games,0,0,0.51,0.04,0.55 +3669,Super Robot Taisen F,SAT,1997,Strategy,Banpresto,0,0,0.55,0,0.55 +3670,Shrek 2,XB,2004,Platform,Activision,0.4,0.13,0,0.02,0.55 +3671,Soccer Tsuku 2002: J-League Pro Soccer Club o Tsukurou!,PS2,2002,Sports,Sega,0,0,0.55,0,0.55 +3672,Time Crisis: Razing Storm,PS3,2010,Shooter,Namco Bandai Games,0.18,0.21,0.07,0.08,0.55 +3673,SpongeBob SquarePants: SuperSponge,GBA,2001,Action,THQ,0.39,0.15,0,0.01,0.55 +3674,Super Robot Taisen F Kanketsuhen,SAT,1998,Strategy,Banpresto,0,0,0.55,0,0.55 +3675,Enslaved: Odyssey to the West,X360,2010,Action,Namco Bandai Games,0.3,0.19,0,0.05,0.55 +3676,Rune Factory 4,3DS,2012,Role-Playing,Xseed Games,0.31,0,0.21,0.03,0.55 +3677,Summer Sports: Paradise Island,Wii,2008,Sports,Ubisoft,0.49,0.02,0,0.04,0.55 +3678,Tak and the Power of Juju,GBA,2003,Platform,THQ,0.39,0.15,0,0.01,0.55 +3679,Dynasty Warriors: Gundam 3,PS3,2010,Action,Tecmo Koei,0.11,0.05,0.36,0.02,0.55 +3680,Mortal Kombat 3,PS,1995,Fighting,Sony Computer Entertainment,0.29,0.2,0.02,0.04,0.55 +3681,Turok: Evolution,XB,2002,Shooter,Acclaim Entertainment,0.39,0.14,0,0.02,0.55 +3682,Jak X: Combat Racing,PS2,2005,Racing,Sony Computer Entertainment,0.45,0.02,0,0.07,0.55 +3683,Metro 2033,X360,2010,Shooter,THQ,0.22,0.24,0.03,0.05,0.55 +3684,Are You Smarter than a 5th Grader? Make the Grade,Wii,2008,Misc,THQ,0.51,0,0,0.04,0.55 +3685,American Idol,PS2,2003,Misc,Codemasters,0.27,0.21,0,0.07,0.55 +3686,Top Gun: Fire at Will!,PS,1996,Misc,Microprose,0.3,0.21,0,0.04,0.55 +3687,Red Dead Revolver,XB,2004,Shooter,Take-Two Interactive,0.4,0.12,0,0.02,0.55 +3688,Dragon Ball Z: Shin Budokai,PSP,2006,Fighting,Atari,0.26,0.08,0.13,0.07,0.55 +3689,LEGO The Hobbit,PS3,2014,Action,Warner Bros. Interactive Entertainment,0.12,0.32,0,0.1,0.54 +3690,Iron Man,PS2,2008,Action,Sega,0.36,0,0,0.19,0.54 +3691,SingStar Summer Party,PS2,2008,Misc,Sony Computer Entertainment,0,0.06,0,0.48,0.54 +3692,Tiger Woods PGA Tour 08,X360,2007,Sports,Electronic Arts,0.49,0.02,0,0.04,0.54 +3693,NBA Live 10,PS3,2009,Sports,Electronic Arts,0.46,0.03,0.01,0.05,0.54 +3694,The SpongeBob SquarePants Movie,XB,2004,Platform,THQ,0.4,0.12,0,0.02,0.54 +3695,FIFA Soccer 07,XB,2006,Sports,Electronic Arts,0.16,0.35,0,0.04,0.54 +3696,Gekikuukan Pro Yakyuu: At the End of the Century 1999,PS2,2000,Sports,SquareSoft,0,0,0.54,0,0.54 +3697,Medarot 2: Kabuto / Kuwagata Version,GB,1999,Role-Playing,Imagineer,0,0,0.54,0,0.54 +3698,Excite Truck,Wii,2006,Racing,Nintendo,0.4,0.03,0.08,0.04,0.54 +3699,Sacred 2: Fallen Angel,X360,2009,Role-Playing,Deep Silver,0.29,0.17,0.04,0.05,0.54 +3700,System 3 presents Ferrari Challenge Trofeo Pirelli,Wii,2008,Racing,System 3 Arcade Software,0.07,0.4,0,0.07,0.54 +3701,Dance Dance Revolution Ultramix,XB,2003,Simulation,Konami Digital Entertainment,0.42,0.11,0,0.02,0.54 +3702,ModNation Racers,PSP,2010,Racing,Sony Computer Entertainment,0.11,0.27,0.02,0.14,0.54 +3703,Crash Tag Team Racing,PS2,2005,Racing,Vivendi Games,0.27,0.21,0,0.07,0.54 +3704,Two Worlds II,X360,2011,Role-Playing,Unknown,0.4,0.08,0.03,0.04,0.54 +3705,Sonic & All-Stars Racing Transformed,PS3,2012,Racing,Sega,0.08,0.33,0.01,0.11,0.54 +3706,Michael Jackson: The Experience,PS3,2011,Misc,Ubisoft,0.25,0.2,0,0.08,0.54 +3707,Front Mission 4,PS2,2003,Strategy,Square Enix,0.14,0.11,0.25,0.04,0.54 +3708,The Fairly Odd Parents: Breakin' Da Rules,GBA,2003,Platform,THQ,0.39,0.14,0,0.01,0.54 +3709,LEGO Dimensions,PS3,2015,Action,Warner Bros. Interactive Entertainment,0.15,0.3,0,0.09,0.54 +3710,Inazuma Eleven,DS,2008,Role-Playing,Nintendo,0,0.14,0.38,0.02,0.54 +3711,Ninokuni: Shikkoku no Madoushi,DS,2010,Role-Playing,Level 5,0,0,0.54,0,0.54 +3712,Minecraft: Story Mode,XOne,2015,Adventure,Mojang,0.29,0.21,0,0.05,0.54 +3713,Resident Evil: Revelations 2,PS4,2015,Action,Capcom,0.13,0.24,0.1,0.07,0.54 +3714,Manhunt 2,Wii,2007,Action,Take-Two Interactive,0.25,0.23,0,0.06,0.54 +3715,SRS: Street Racing Syndicate,PS2,2004,Racing,Namco Bandai Games,0.26,0.21,0,0.07,0.54 +3716,Despicable Me: The Game - Minion Mayhem,DS,2010,Puzzle,D3Publisher,0.42,0.09,0,0.04,0.54 +3717,Def Jam: Fight for NY,XB,N/A,Fighting,Electronic Arts,0.43,0.1,0,0.02,0.54 +3718,Action Force,2600,1982,Action,CPG Products,0.5,0.03,0,0.01,0.54 +3719,Gauntlet Legends,N64,1999,Action,Midway Games,0.43,0.1,0,0.01,0.54 +3720,FIFA 99,N64,1998,Sports,Electronic Arts,0.11,0.39,0,0.03,0.54 +3721,Kidou Senshi Gundam: Extreme VS,PS3,2011,Fighting,Namco Bandai Games,0,0,0.54,0,0.54 +3722,Dragon Ball Z: Ultimate Tenkaichi,X360,2011,Fighting,Namco Bandai Games,0.39,0.1,0.01,0.04,0.54 +3723,Tales of Symphonia,PS3,2013,Role-Playing,Namco Bandai Games,0.21,0.13,0.13,0.06,0.54 +3724,Bust A Groove,PS,1998,Misc,Sony Computer Entertainment,0.09,0.06,0.35,0.04,0.54 +3725,Fire Emblem: Path of Radiance,GC,2005,Action,Nintendo,0.29,0.08,0.16,0.01,0.54 +3726,Dragon Quest Characters: Torneko no Daibouken 3: Fushigi no Dungeon,PS2,2002,Role-Playing,Enix Corporation,0,0,0.54,0,0.54 +3727,Let's Draw!,DS,2008,Misc,Ubisoft,0.24,0.23,0,0.06,0.54 +3728,Pachi-Slot Aruze Oukoku 2,PS,1999,Misc,Aruze Corp,0,0,0.5,0.04,0.54 +3729,NHL 14,X360,2013,Sports,Electronic Arts,0.4,0.1,0,0.04,0.54 +3730,Valkyria Chronicles II,PSP,2010,Role-Playing,Sega,0.12,0.16,0.18,0.09,0.54 +3731,Middle-Earth: Shadow of Mordor,X360,2014,Action,Warner Bros. Interactive Entertainment,0.28,0.21,0,0.05,0.54 +3732,Madden NFL 13,Wii,2012,Sports,Electronic Arts,0.51,0,0,0.03,0.54 +3733,Rune Factory 2: A Fantasy Harvest Moon,DS,2008,Role-Playing,Rising Star Games,0.33,0.03,0.15,0.03,0.54 +3734,Terminator Salvation,PS3,2009,Shooter,Warner Bros. Interactive Entertainment,0.13,0.29,0.01,0.11,0.54 +3735,Cars 2,PS3,2011,Racing,Disney Interactive Studios,0.22,0.23,0,0.09,0.54 +3736,Bratz: Rock Angelz,GBA,2004,Misc,THQ,0.39,0.14,0,0.01,0.54 +3737,How to Train Your Dragon,DS,2010,Action,Activision,0.32,0.17,0,0.05,0.54 +3738,SSX Tricky,GC,2001,Sports,Electronic Arts,0.42,0.11,0,0.01,0.54 +3739,WWE SmackDown vs. Raw 2010,DS,2009,Fighting,THQ,0.35,0.14,0,0.05,0.54 +3740,Greg Hastings' Tournament Paintball,XB,2004,Shooter,Activision,0.46,0.06,0,0.02,0.54 +3741,Hello Kitty: Big City Dreams,DS,2008,Puzzle,Empire Interactive,0.42,0.08,0,0.04,0.54 +3742,Star Fox Command,DS,2006,Shooter,Nintendo,0.39,0.01,0.1,0.04,0.54 +3743,World Soccer Winning Eleven 7 International (JP version),PS2,2004,Sports,Konami Digital Entertainment,0,0,0.54,0,0.54 +3744,ESPN NBA Basketball,PS2,2003,Sports,Sega,0.26,0.21,0,0.07,0.54 +3745,Inazuma Eleven GO,3DS,2011,Role-Playing,Nintendo,0,0.05,0.48,0,0.54 +3746,Over the Hedge,PS2,2006,Platform,Activision,0.45,0.02,0,0.07,0.54 +3747,Mat Hoffman's Pro BMX,PS,2001,Sports,Activision,0.3,0.2,0,0.04,0.54 +3748,Lego Star Wars: The Force Awakens,PS4,2016,Action,Warner Bros. Interactive Entertainment,0.14,0.32,0,0.08,0.54 +3749,Epic Mickey 2: The Power of Two,X360,2012,Action,Disney Interactive Studios,0.32,0.17,0,0.04,0.54 +3750,Popeye,2600,1982,Platform,Parker Bros.,0.5,0.03,0,0.01,0.54 +3751,Magician's Quest: Mysterious Times,DS,2008,Role-Playing,Konami Digital Entertainment,0.04,0.01,0.48,0,0.54 +3752,The Hobbit,PS2,2003,Platform,Vivendi Games,0.26,0.2,0,0.07,0.54 +3753,War of the Monsters,PS2,2003,Fighting,Sony Computer Entertainment,0.26,0.2,0,0.07,0.54 +3754,Tales of Symphonia: Dawn of the New World,Wii,2008,Role-Playing,Namco Bandai Games,0.22,0.05,0.24,0.03,0.54 +3755,NBA Street Vol. 2,GC,N/A,Sports,Electronic Arts,0.41,0.11,0,0.01,0.54 +3756,The Incredible Hulk: Ultimate Destruction,PS2,2005,Action,Vivendi Games,0.26,0.2,0,0.07,0.54 +3757,Star Wars Battlefront (2015),PC,2015,Shooter,Electronic Arts,0.13,0.37,0,0.04,0.54 +3758,"Sakura Taisen 2 - Kimi, Shinitamou Koto Nakare",SAT,1998,Adventure,Sega,0,0,0.53,0,0.53 +3759,Jewel Master Egypt,DS,2009,Puzzle,Rondomedia,0.21,0.27,0,0.05,0.53 +3760,Time Crisis II,PS2,2001,Shooter,Namco Bandai Games,0.26,0.2,0,0.07,0.53 +3761,Clock Tower,PS,1996,Adventure,ASCII Entertainment,0.07,0.05,0.38,0.03,0.53 +3762,NCAA March Madness 06,PS2,2005,Sports,Electronic Arts,0.45,0.02,0,0.07,0.53 +3763,SpongeBob SquarePants featuring Nicktoons: Globs of Doom,Wii,2008,Action,THQ,0.49,0,0,0.04,0.53 +3764,Jampack Volume 11,PS2,2004,Misc,Sony Computer Entertainment,0.26,0.2,0,0.07,0.53 +3765,Dragon's Crown,PS3,2013,Role-Playing,Nippon Ichi Software,0.25,0.07,0.17,0.05,0.53 +3766,Tactics Ogre: Let Us Cling Together,PSP,2010,Role-Playing,Square Enix,0.15,0.07,0.27,0.05,0.53 +3767,Legacy of Kain: Defiance,PS2,2003,Action,Eidos Interactive,0.26,0.2,0,0.07,0.53 +3768,SpongeBob SquarePants: Game Boy Advance Video Volume 2,GBA,2004,Misc,N/A,0.38,0.14,0,0.01,0.53 +3769,NCAA March Madness 2005,PS2,2004,Sports,Electronic Arts,0.44,0.02,0,0.07,0.53 +3770,007 Racing,PS,2000,Racing,Electronic Arts,0.3,0.2,0,0.03,0.53 +3771,Conflict: Vietnam,PS2,2004,Shooter,SCi,0.26,0.2,0,0.07,0.53 +3772,2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe,XB,2004,Misc,Sega,0.4,0.11,0,0.02,0.53 +3773,Mystery Dungeon: Shiren the Wanderer,DS,2006,Role-Playing,Sega,0.18,0,0.33,0.02,0.53 +3774,SimAnimals,DS,2009,Simulation,Electronic Arts,0.26,0.21,0,0.06,0.53 +3775,MLB SlugFest 20-04,PS2,2003,Sports,Midway Games,0.26,0.2,0,0.07,0.53 +3776,Gex 3: Deep Cover Gecko,PS,1999,Platform,Eidos Interactive,0.3,0.2,0,0.03,0.53 +3777,NASCAR 09,PS2,2008,Racing,Electronic Arts,0.26,0.2,0,0.07,0.53 +3778,Blitz: The League,XB,2004,Sports,Midway Games,0.4,0.11,0,0.02,0.53 +3779,Jampack Vol. 2,PS,1996,Misc,Sony Computer Entertainment,0.3,0.2,0,0.03,0.53 +3780,LEGO Jurassic World,WiiU,2015,Action,Warner Bros. Interactive Entertainment,0.28,0.19,0.02,0.04,0.53 +3781,Sesame Street: Once Upon A Monster,X360,2011,Misc,Warner Bros. Interactive Entertainment,0.39,0.1,0,0.04,0.53 +3782,Virtual Soccer,SNES,1993,Sports,Hudson Soft,0,0,0.53,0,0.53 +3783,Romance of the Three Kingdoms IV: Wall of Fire,SNES,1994,Strategy,Tecmo Koei,0,0,0.53,0,0.53 +3784,Winning Post,SNES,1993,Sports,Tecmo Koei,0,0,0.53,0,0.53 +3785,Peter Jackson's King Kong: The Official Game of the Movie,XB,2005,Action,Ubisoft,0.34,0.17,0,0.02,0.53 +3786,SingStar Dance,PS3,2010,Misc,Sony Computer Entertainment,0.09,0.32,0,0.12,0.53 +3787,Kirby and the Rainbow Curse,WiiU,2015,Platform,Nintendo,0.23,0.14,0.12,0.04,0.53 +3788,Burnout Revenge,XB,2005,Racing,Electronic Arts,0.32,0.19,0,0.01,0.53 +3789,FIFA 12,PSP,2011,Sports,Electronic Arts,0.12,0.26,0.02,0.14,0.53 +3790,Medal of Honor: European Assault,XB,2005,Shooter,Electronic Arts,0.32,0.19,0,0.02,0.53 +3791,Batman: Arkham City,PC,2011,Action,Warner Bros. Interactive Entertainment,0.16,0.28,0,0.09,0.53 +3792,Ty the Tasmanian Tiger 2: Bush Rescue,PS2,2004,Platform,Electronic Arts,0.26,0.2,0,0.07,0.53 +3793,The Lord of the Rings: The Fellowship of the Ring,XB,2002,Action,Universal Interactive,0.31,0.19,0,0.03,0.53 +3794,NBA 06,PS2,2005,Sports,Sony Computer Entertainment,0.26,0.2,0,0.07,0.53 +3795,Sonic & All-Stars Racing Transformed,WiiU,2012,Racing,Sega,0.2,0.27,0.02,0.05,0.53 +3796,Spider-Man,N64,2000,Action,Activision,0.43,0.09,0,0.01,0.53 +3797,We Cheer,Wii,2008,Simulation,505 Games,0.48,0,0,0.04,0.53 +3798,Tom Clancy's Ghost Recon Advanced Warfighter 2,PSP,2007,Shooter,Ubisoft,0.35,0.1,0,0.08,0.53 +3799,X-Men Legends,GC,2004,Role-Playing,Activision,0.41,0.11,0,0.01,0.53 +3800,Alice in Wonderland,Wii,2010,Adventure,Disney Interactive Studios,0.27,0.21,0,0.05,0.53 +3801,Littlest Pet Shop 3: Biggest Stars - Blue / Pink / Purple Team,DS,2010,Simulation,Electronic Arts,0.5,0,0,0.03,0.53 +3802,Front Mission 2,PS,1997,Strategy,SquareSoft,0,0,0.49,0.03,0.53 +3803,Bulletstorm,PS3,2011,Shooter,Electronic Arts,0.23,0.2,0.01,0.08,0.53 +3804,F.E.A.R. 2: Project Origin,X360,2009,Shooter,Warner Bros. Interactive Entertainment,0.32,0.15,0,0.05,0.53 +3805,Tiger Woods PGA Tour 11,X360,2010,Sports,Electronic Arts,0.28,0.2,0,0.05,0.53 +3806,Stuntman: Ignition,PS3,2007,Racing,THQ,0.17,0.26,0,0.1,0.53 +3807,Are You Smarter Than A 5th Grader?,DS,2007,Misc,Mindscape,0.48,0,0,0.04,0.53 +3808,F1 2009,PSP,2009,Racing,Codemasters,0.08,0.29,0,0.16,0.53 +3809,Oni,PS2,2001,Action,Take-Two Interactive,0.26,0.2,0,0.07,0.53 +3810,The Lord of the Rings: The Two Towers,GC,2002,Action,Electronic Arts,0.41,0.11,0,0.01,0.53 +3811,Juiced,PS2,2005,Racing,THQ,0.26,0.2,0,0.07,0.53 +3812,The Warriors,PS2,2005,Action,Take-Two Interactive,0.44,0.02,0,0.07,0.53 +3813,Batman: Arkham Origins Blackgate,PSV,2013,Action,Warner Bros. Interactive Entertainment,0.2,0.2,0,0.13,0.53 +3814,J-League Soccer: Prime Goal 2,SNES,1994,Sports,Namco Bandai Games,0,0,0.53,0,0.53 +3815,Go Diego Go! Safari Rescue,Wii,2008,Action,Take-Two Interactive,0.48,0.01,0,0.04,0.53 +3816,The Walking Dead: Survival Instinct,PS3,2013,Shooter,Activision,0.28,0.17,0,0.08,0.53 +3817,Picross 3D,DS,2009,Puzzle,Nintendo,0.3,0.03,0.16,0.03,0.53 +3818,Just Dance 2015,XOne,2014,Misc,Ubisoft,0.35,0.13,0,0.05,0.53 +3819,Silent Hill: Origins,PSP,2007,Action,Konami Digital Entertainment,0.22,0.16,0.04,0.1,0.53 +3820,NASCAR 2000,N64,1999,Racing,Electronic Arts,0.49,0.03,0,0,0.53 +3821,Wayne Gretzky's 3D Hockey,N64,1996,Sports,Nintendo,0.49,0.03,0,0,0.53 +3822,Pachi-Slot Aruze Oukoku 4,PS,2000,Misc,Aruze Corp,0,0,0.49,0.03,0.53 +3823,Return to Castle Wolfenstein: Operation Resurrection,PS2,2003,Shooter,Activision,0.26,0.2,0,0.07,0.53 +3824,Mario Tennis: Power Tour,GBA,2005,Sports,Nintendo,0.24,0.09,0.19,0.01,0.52 +3825,Seaman,DC,1999,Simulation,Sega,0,0,0.52,0,0.52 +3826,Guinness World Records: The Videogame,DS,2008,Action,Warner Bros. Interactive Entertainment,0.47,0.01,0,0.04,0.52 +3827,The Grinch,PS,1999,Adventure,Konami Digital Entertainment,0.29,0.2,0,0.03,0.52 +3828,GT Pro Series,Wii,2006,Racing,Ubisoft,0.46,0.01,0.02,0.04,0.52 +3829,Tales of Destiny,PS2,2006,Role-Playing,Namco Bandai Games,0,0,0.52,0,0.52 +3830,Spectrobes: Beyond the Portals,DS,2008,Role-Playing,Disney Interactive Studios,0.37,0.11,0,0.04,0.52 +3831,Classic Word Games,DS,2009,Misc,Ubisoft,0.09,0.37,0,0.07,0.52 +3832,Naruto Shippuden: Clash of Ninja Revolution 3,Wii,2009,Fighting,Nintendo,0.45,0.04,0,0.04,0.52 +3833,Fight Night Round 3,PSP,2006,Fighting,Electronic Arts,0.46,0.02,0,0.05,0.52 +3834,The Golden Compass,PS2,2007,Action,Sega,0.13,0,0,0.39,0.52 +3835,Final Fantasy Chronicles,PS,2001,Role-Playing,Square,0.29,0.2,0,0.03,0.52 +3836,NBA Live 08,X360,2007,Sports,Electronic Arts,0.47,0,0,0.04,0.52 +3837,Syphon Filter 3,PS,2001,Shooter,Sony Computer Entertainment,0.29,0.2,0,0.03,0.52 +3838,Star Wars Battlefront: Elite Squadron,DS,2009,Shooter,LucasArts,0.44,0.04,0,0.04,0.52 +3839,Metal Gear Solid 2: Substance,PS2,2002,Action,Konami Digital Entertainment,0.18,0.14,0.16,0.05,0.52 +3840,We Love Katamari,PS2,2005,Puzzle,Electronic Arts,0.26,0.2,0,0.07,0.52 +3841,NCAA Football 2003,XB,2002,Sports,Electronic Arts,0.39,0.11,0,0.02,0.52 +3842,Way of the Samurai 3,PS3,2008,Action,Gamebridge,0.18,0.08,0.22,0.04,0.52 +3843,NBA Live 09,PS3,2008,Sports,Electronic Arts,0.46,0,0.02,0.04,0.52 +3844,DC Universe Online,PS3,2011,Role-Playing,Sony Online Entertainment,0.35,0.12,0,0.06,0.52 +3845,Ready 2 Rumble Boxing: Round 2,PS,2000,Fighting,Midway Games,0.29,0.2,0,0.03,0.52 +3846,Mega Man 6,NES,1993,Platform,Capcom,0.28,0.07,0.16,0.01,0.52 +3847,Mission: Impossible,PS,1999,Action,Infogrames,0.29,0.2,0,0.03,0.52 +3848,Final Fantasy Explorers,3DS,2014,Role-Playing,Square Enix,0.15,0.07,0.28,0.02,0.52 +3849,Rival Schools: United By Fate,PS,1998,Fighting,Capcom,0.12,0.08,0.28,0.03,0.52 +3850,Bully: Scholarship Edition,Wii,2008,Action,Take-Two Interactive,0.17,0.29,0,0.06,0.52 +3851,IL-2 Sturmovik: Birds of Prey,X360,2009,Simulation,505 Games,0.23,0.24,0,0.05,0.52 +3852,PlayStation All-Stars Battle Royale,PSV,2012,Action,Sony Computer Entertainment,0.26,0.15,0.01,0.1,0.52 +3853,Ratatouille,PS3,2007,Action,THQ,0.09,0.32,0,0.11,0.52 +3854,Cars Toon: Mater's Tall Tales,Wii,2010,Misc,Disney Interactive Studios,0.46,0.02,0,0.03,0.52 +3855,Kung Fu Panda,PS3,2008,Action,Activision,0.21,0.21,0,0.09,0.52 +3856,Swing Away Golf,PS2,2000,Sports,Electronic Arts,0.17,0.13,0.18,0.04,0.52 +3857,J-League Pro Soccer Club o Tsukurou! 3,PS2,2003,Sports,Sega,0,0,0.52,0,0.52 +3858,Tomb Raider: Legend,PS2,2006,Action,Eidos Interactive,0.25,0.19,0.02,0.06,0.52 +3859,Ratatouille,Wii,2007,Action,THQ,0.44,0.04,0,0.04,0.52 +3860,Freedom Fighters,PS2,2003,Shooter,Electronic Arts,0.25,0.2,0,0.07,0.52 +3861,Gun,XB,2005,Shooter,Activision,0.38,0.12,0,0.02,0.52 +3862,That's So Raven 2: Supernatural Style,GBA,2005,Adventure,Disney Interactive Studios,0.37,0.14,0,0.01,0.52 +3863,Lair,PS3,2007,Action,Sony Computer Entertainment,0.36,0.04,0.08,0.04,0.52 +3864,Madden NFL 07,PS3,2006,Sports,Electronic Arts,0.47,0,0.01,0.04,0.52 +3865,The Punisher,PS2,2005,Action,THQ,0.25,0.2,0,0.07,0.52 +3866,Front Mission 3,PS,1999,Strategy,SquareSoft,0.1,0.07,0.31,0.03,0.52 +3867,Kenkou Ouen Recipe 1000: DS Kondate Zenshuu,DS,2006,Misc,Nintendo,0,0,0.52,0,0.52 +3868,SSX On Tour,PS2,2005,Sports,Electronic Arts,0.25,0.2,0,0.07,0.52 +3869,Tony Hawk's Pro Skater 3,GBA,2002,Sports,Activision,0.37,0.14,0,0.01,0.52 +3870,Harry Potter and the Prisoner of Azkaban,GBA,2004,Action,Electronic Arts,0.37,0.14,0,0.01,0.52 +3871,Petz: Hamsterz Life 2,DS,2007,Misc,Ubisoft,0.48,0,0,0.04,0.52 +3872,Omega Boost,PS,1999,Shooter,Sony Computer Entertainment,0.17,0.11,0.2,0.03,0.52 +3873,The Sims 2: Open for Business,PC,2006,Simulation,Electronic Arts,0.46,0.05,0,0,0.52 +3874,Iron Man,DS,2008,Action,Sega,0.35,0.12,0,0.05,0.52 +3875,NFL 2K3,XB,2002,Sports,Sega,0.38,0.11,0,0.02,0.52 +3876,NBA Live 2002,PS,2001,Sports,Electronic Arts,0.29,0.19,0,0.03,0.52 +3877,Jampack Winter 2002,PS2,2002,Misc,Sony Computer Entertainment,0.25,0.2,0,0.07,0.52 +3878,My Word Coach,Wii,2007,Misc,Ubisoft,0.46,0.02,0,0.04,0.51 +3879,Way of the Samurai,PS2,2002,Action,Eidos Interactive,0.13,0.1,0.25,0.03,0.51 +3880,Dragon Age: Origins,PC,2009,Role-Playing,Electronic Arts,0,0.46,0,0.06,0.51 +3881,Naruto Shippuden: Ultimate Ninja Storm 3,X360,2013,Fighting,Namco Bandai Games,0.29,0.17,0.01,0.04,0.51 +3882,Fishing Derby,2600,N/A,Sports,Activision,0.48,0.03,0,0.01,0.51 +3883,Pac-Man Fever,PS2,2001,Misc,Sony Computer Entertainment,0.25,0.2,0,0.07,0.51 +3884,The LEGO Movie Videogame,XOne,2014,Action,Warner Bros. Interactive Entertainment,0.34,0.13,0,0.04,0.51 +3885,The 3rd Birthday,PSP,2010,Role-Playing,Square Enix,0.13,0.07,0.27,0.05,0.51 +3886,Prince of Persia Trilogy,PS3,2010,Action,Ubisoft,0.17,0.25,0,0.09,0.51 +3887,International Track & Field,PS,1996,Sports,Konami Digital Entertainment,0.08,0.05,0.35,0.03,0.51 +3888,100 All-Time Favorites,DS,2009,Puzzle,Ubisoft,0.35,0.12,0,0.04,0.51 +3889,HSX HyperSonic.Xtreme,PS2,2002,Racing,Midas Interactive Entertainment,0.25,0.2,0,0.07,0.51 +3890,StarCraft II: Legacy of the Void,PC,2015,Strategy,Activision,0.18,0.29,0,0.04,0.51 +3891,Tiger Woods PGA Tour 13,X360,2012,Sports,Electronic Arts,0.29,0.18,0,0.04,0.51 +3892,SoulCalibur: Broken Destiny,PSP,2009,Fighting,Namco Bandai Games,0.12,0.2,0.07,0.12,0.51 +3893,The Saboteur,X360,2009,Action,Electronic Arts,0.26,0.21,0,0.05,0.51 +3894,Lords of the Fallen,PS4,2014,Role-Playing,Square Enix,0.17,0.23,0.02,0.09,0.51 +3895,Pro Evolution Soccer 2010,Wii,2009,Sports,Konami Digital Entertainment,0.12,0.27,0.06,0.05,0.51 +3896,Goldeneye 007: Reloaded,X360,2011,Shooter,Activision,0.25,0.21,0,0.05,0.51 +3897,Jam With the Band,DS,2008,Misc,Nintendo,0,0,0.51,0,0.51 +3898,Madden NFL 2004,GC,2003,Sports,Electronic Arts,0.4,0.1,0,0.01,0.51 +3899,Jikkyou Powerful Pro Yakyuu 10,PS2,2003,Sports,Konami Digital Entertainment,0,0,0.51,0,0.51 +3900,Summoner,PS2,2000,Role-Playing,THQ,0.25,0.2,0,0.07,0.51 +3901,Virtual Pool,PS,1997,Sports,Interplay,0.28,0.19,0,0.03,0.51 +3902,NBA Live 07,PSP,2006,Sports,Electronic Arts,0.47,0,0,0.04,0.51 +3903,Sega Bass Fishing,Wii,2008,Sports,Sega,0.46,0.01,0,0.04,0.51 +3904,Fire Emblem: Radiant Dawn,Wii,2007,Strategy,Nintendo,0.28,0.03,0.17,0.03,0.51 +3905,Dynasty Warriors,PSP,2004,Action,Tecmo Koei,0.18,0.01,0.3,0.02,0.51 +3906,"SpongeBob SquarePants: Lights, Camera, Pants!",GBA,2005,Misc,THQ,0.37,0.14,0,0.01,0.51 +3907,Dragon Ball: Raging Blast,X360,2009,Fighting,Namco Bandai Games,0.36,0.09,0.02,0.04,0.51 +3908,Rugrats: Scavenger Hunt,N64,1999,Misc,THQ,0.41,0.09,0,0.01,0.51 +3909,Wrecking Crew,NES,1985,Platform,Nintendo,0,0,0.51,0,0.51 +3910,International Superstar Soccer 2000 (All region sales),N64,1999,Sports,Konami Digital Entertainment,0.01,0.26,0.22,0.02,0.51 +3911,Major League Baseball 2K10,X360,2010,Sports,Take-Two Interactive,0.47,0,0,0.04,0.51 +3912,Monsters vs. Aliens,DS,2009,Action,Activision,0.33,0.13,0,0.05,0.51 +3913,"Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)",PS3,2010,Shooter,Activision,0.24,0.19,0,0.08,0.51 +3914,SpongeBob SquarePants: Creature from the Krusty Krab,Wii,2006,Platform,THQ,0.45,0.02,0,0.04,0.51 +3915,Lost: Via Domus,PS3,2008,Action,Ubisoft,0.19,0.23,0,0.09,0.51 +3916,NBA Live 2004,XB,2003,Sports,Electronic Arts,0.44,0.04,0,0.02,0.51 +3917,Dai-4-Ji Super Robot Taisen S,PS,1996,Strategy,Banpresto,0,0,0.48,0.03,0.51 +3918,Disney's Kim Possible: Revenge of Monkey Fist,GBA,2002,Platform,THQ,0.37,0.14,0,0.01,0.51 +3919,WWE SmackDown vs. RAW 2007,X360,2006,Fighting,THQ,0.44,0.03,0,0.04,0.51 +3920,Ace Combat Zero: The Belkan War,PS2,2006,Simulation,Namco Bandai Games,0.15,0.12,0.2,0.04,0.51 +3921,R.U.S.E.,PS3,2010,Strategy,Ubisoft,0.18,0.22,0.02,0.09,0.51 +3922,Disgaea 3: Absence of Justice,PS3,2008,Role-Playing,Square Enix,0.32,0.04,0.11,0.04,0.51 +3923,Test Drive Unlimited,PSP,2007,Racing,Atari,0.08,0.28,0,0.15,0.51 +3924,LEGO Dimensions,WiiU,2015,Action,Warner Bros. Interactive Entertainment,0.3,0.16,0,0.05,0.51 +3925,Picross DS,DS,2007,Puzzle,Nintendo,0.17,0.02,0.3,0.02,0.51 +3926,Final Fantasy II Anniversary Edition,PSP,2007,Role-Playing,Square Enix,0.36,0.03,0.07,0.04,0.51 +3927,NHL 07,PS2,2006,Sports,Electronic Arts,0.42,0.02,0,0.07,0.51 +3928,Harry Potter and the Half-Blood Prince,PSP,2009,Action,Electronic Arts,0.18,0.21,0,0.12,0.51 +3929,Quantum Break,XOne,2016,Action,Microsoft Game Studios,0.27,0.19,0.01,0.04,0.51 +3930,NBA 2K11,Wii,2010,Action,Take-Two Interactive,0.47,0.01,0,0.03,0.51 +3931,World Championship Poker,XB,2004,Misc,Crave Entertainment,0.37,0.11,0,0.02,0.51 +3932,The BIGS,PS2,2007,Sports,Take-Two Interactive,0.25,0.19,0,0.06,0.51 +3933,Final Fantasy,WS,2000,Role-Playing,SquareSoft,0,0,0.51,0,0.51 +3934,Burnout Revenge,X360,2006,Racing,Electronic Arts,0.42,0.05,0,0.04,0.51 +3935,Rory McIlroy PGA Tour,PS4,2015,Action,Electronic Arts,0.18,0.24,0,0.08,0.51 +3936,Euro Truck Simulator,PC,2008,Simulation,Rondomedia,0,0.42,0,0.09,0.51 +3937,Dragon Ball Z: Supersonic Warriors,GBA,2004,Fighting,Atari,0.36,0.13,0,0.01,0.51 +3938,Dishonored,PC,2012,Action,Bethesda Softworks,0.26,0.19,0,0.06,0.51 +3939,Paws & Claws: Dogs & Cats Best Friends,DS,2007,Simulation,THQ,0.46,0.01,0,0.04,0.51 +3940,NBA Ballers,XB,2004,Sports,Midway Games,0.37,0.11,0,0.02,0.51 +3941,Silent Hill 4: The Room,PS2,2004,Action,Konami Digital Entertainment,0.25,0.19,0,0.06,0.51 +3942,River Raid II,2600,1988,Shooter,Activision,0.47,0.03,0,0.01,0.51 +3943,Capcom Classics Collection,PS2,2005,Misc,Capcom,0.22,0.17,0.05,0.06,0.51 +3944,Guitar Hero Live,XOne,2015,Misc,Activision,0.29,0.17,0,0.05,0.51 +3945,Wolfenstein: The New Order,PS3,2014,Shooter,Bethesda Softworks,0.14,0.25,0.02,0.09,0.51 +3946,Monopoly Party,PS2,2002,Misc,Infogrames,0.25,0.19,0,0.06,0.51 +3947,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,DS,2009,Adventure,GSP,0.12,0.33,0,0.06,0.51 +3948,NHL FaceOff 98,PS,1997,Sports,Sony Computer Entertainment,0.28,0.19,0,0.03,0.51 +3949,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,GBA,2004,Action,THQ,0.36,0.13,0,0.01,0.5 +3950,F1 2012,X360,2012,Racing,Codemasters,0.1,0.35,0,0.06,0.5 +3951,NHL 09,X360,2008,Sports,Electronic Arts,0.45,0.01,0,0.04,0.5 +3952,Sonic Riders,PS2,2006,Racing,Sega,0.42,0.02,0,0.07,0.5 +3953,Looney Tunes: Back in Action,PS2,2003,Platform,Warner Bros. Interactive Entertainment,0.25,0.19,0,0.06,0.5 +3954,Wet,X360,N/A,Shooter,Bethesda Softworks,0.23,0.21,0.01,0.05,0.5 +3955,Midnight Magic,2600,1983,Action,Atari,0.47,0.03,0,0.01,0.5 +3956,Alice: Madness Returns,X360,2011,Adventure,Electronic Arts,0.27,0.15,0.04,0.04,0.5 +3957,Pro Evolution Soccer 2012,X360,2011,Action,Konami Digital Entertainment,0.1,0.34,0,0.07,0.5 +3958,Tiger Woods PGA Tour 07,PS3,2006,Sports,Electronic Arts,0.31,0.12,0,0.07,0.5 +3959,Midnight Club II,XB,2003,Racing,Take-Two Interactive,0.42,0.06,0,0.02,0.5 +3960,Atelier Rorona: Alchemist of Arland,PS3,2009,Role-Playing,Nippon Ichi Software,0.22,0.12,0.11,0.05,0.5 +3961,Monster Hunter Freedom 2,PS3,2011,Role-Playing,Capcom,0,0,0.5,0,0.5 +3962,Dragon Ball Z: Supersonic Warriors 2,DS,2005,Fighting,Atari,0.14,0.02,0.32,0.02,0.5 +3963,Avatar: The Last Airbender,GC,2006,Adventure,THQ,0.39,0.1,0,0.01,0.5 +3964,Blue's Clues: Blue's Big Musical,PS,2001,Misc,THQ,0.28,0.19,0,0.03,0.5 +3965,The Mummy Returns,PS2,2001,Action,Universal Interactive,0.25,0.19,0,0.06,0.5 +3966,Hitman: Blood Money,PS2,2006,Action,Eidos Interactive,0.25,0.19,0,0.06,0.5 +3967,Disney Sing It,PS2,2008,Misc,Disney Interactive Studios,0.25,0.19,0,0.06,0.5 +3968,Chopper Command,2600,1982,Shooter,Activision,0.47,0.03,0,0.01,0.5 +3969,Activision Anthology,PS2,2002,Misc,Activision,0.25,0.19,0,0.06,0.5 +3970,Crash: Mind Over Mutant,PS2,2008,Platform,Vivendi Games,0.25,0.19,0,0.06,0.5 +3971,WWE 2K16,X360,2015,Sports,Take-Two Interactive,0.27,0.19,0,0.04,0.5 +3972,LEGO The Hobbit,X360,2014,Action,Warner Bros. Interactive Entertainment,0.2,0.26,0,0.04,0.5 +3973,Babysitting Mama,Wii,2010,Simulation,505 Games,0.34,0.12,0,0.04,0.5 +3974,Boogie,Wii,2007,Misc,Electronic Arts,0.43,0.03,0,0.04,0.5 +3975,Theatrhythm: Final Fantasy,3DS,2012,Misc,Square Enix,0.22,0.07,0.18,0.02,0.5 +3976,Bleach: Soul Resurreccion,PS3,2011,Fighting,Nippon Ichi Software,0.27,0.11,0.07,0.05,0.5 +3977,Madden NFL 07,Wii,2006,Sports,Electronic Arts,0.46,0,0,0.04,0.5 +3978,Rugrats in Paris: The Movie,N64,2000,Action,THQ,0.4,0.09,0,0.01,0.5 +3979,Dance Dance Revolution Universe 2,X360,2007,Simulation,Konami Digital Entertainment,0.46,0.01,0,0.04,0.5 +3980,Star Wars: Jedi Starfighter,PS2,2002,Simulation,Activision,0.24,0.19,0,0.06,0.5 +3981,Tactics Ogre: The Knight of Lodis,GBA,2001,Role-Playing,Nintendo,0.13,0.05,0.31,0.01,0.5 +3982,Fortune Street,Wii,2011,Misc,Nintendo,0.27,0.04,0.17,0.02,0.5 +3983,Super Robot Taisen MX,PS2,2004,Strategy,Banpresto,0,0,0.5,0,0.5 +3984,Alice in Wonderland,DS,2010,Adventure,Disney Interactive Studios,0.27,0.18,0,0.05,0.5 +3985,NBA Street Homecourt,X360,2007,Sports,Electronic Arts,0.45,0.01,0,0.04,0.5 +3986,Spider-Man 2,DS,2004,Action,Activision,0.41,0.02,0.03,0.04,0.5 +3987,Bases Loaded '96: Double Header,PS,1995,Sports,Jaleco,0.28,0.19,0,0.03,0.5 +3988,Dead or Alive Ultimate,XB,2004,Fighting,Tecmo Koei,0.3,0.1,0.08,0.02,0.5 +3989,RPG Maker,PS,1997,Role-Playing,ASCII Entertainment,0.11,0.07,0.29,0.03,0.5 +3990,FIFA 14,PSV,2013,Sports,Electronic Arts,0.11,0.25,0.01,0.13,0.5 +3991,Star Wars: Clone Wars,PS2,2002,Shooter,LucasArts,0.24,0.19,0,0.06,0.5 +3992,The Saboteur,PS3,2009,Action,Electronic Arts,0.2,0.22,0,0.08,0.5 +3993,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,PS2,2004,Action,THQ,0.24,0.19,0,0.06,0.5 +3994,Metal Gear Rising: Revengeance,X360,2013,Action,Konami Digital Entertainment,0.29,0.16,0,0.04,0.5 +3995,Madden NFL 11,PS2,2010,Sports,Electronic Arts,0.41,0.02,0,0.07,0.5 +3996,Major League Baseball 2K12,X360,2012,Sports,Take-Two Interactive,0.47,0,0,0.03,0.5 +3997,Alien: Isolation,XOne,2014,Shooter,Sega,0.22,0.24,0,0.04,0.5 +3998,The Price is Right,DS,2008,Misc,Ubisoft,0.46,0,0,0.04,0.5 +3999,Monster Hunter,PS2,2004,Role-Playing,Capcom,0.11,0.08,0.28,0.03,0.5 +4000,Cars 2,X360,2011,Racing,Disney Interactive Studios,0.28,0.17,0,0.05,0.5 +4001,Dreamworks Madagascar Kartz,Wii,2009,Racing,Activision,0.29,0.16,0,0.05,0.5 +4002,Tony Hawk's Underground 2,GC,2004,Sports,Activision,0.38,0.1,0,0.01,0.5 +4003,SplashDown: Rides Gone Wild,PS2,2003,Racing,THQ,0.24,0.19,0,0.06,0.5 +4004,Super Famista 5,SNES,1996,Sports,Namco Bandai Games,0,0,0.5,0,0.5 +4005,Dynasty Warriors: Gundam 2,PS3,2008,Action,Namco Bandai Games,0.09,0.07,0.32,0.03,0.5 +4006,Shrek SuperSlam,PS2,2005,Action,Activision,0.24,0.19,0,0.06,0.5 +4007,Rayman Advance,GBA,2001,Platform,Ubisoft,0.36,0.13,0,0.01,0.5 +4008,Super Robot Taisen Z,PS2,2008,Strategy,Namco Bandai Games,0,0,0.5,0,0.5 +4009,PoPoLoCrois Monogatari,PS,1996,Role-Playing,Sony Computer Entertainment,0,0,0.46,0.03,0.5 +4010,Tomb Raider: Anniversary,PS2,2007,Action,Eidos Interactive,0.41,0.02,0,0.07,0.5 +4011,Fantastic 4,PS2,2005,Action,Activision,0.41,0.01,0,0.07,0.5 +4012,Epic Mickey 2: The Power of Two,PS3,2012,Action,Disney Interactive Studios,0.21,0.2,0,0.08,0.5 +4013,Men in Black II: Alien Escape,PS2,2002,Shooter,Infogrames,0.24,0.19,0,0.06,0.5 +4014,The Evil Within,X360,2014,Action,Bethesda Softworks,0.25,0.2,0.01,0.04,0.5 +4015,RealSports Tennis,2600,1982,Sports,Atari,0.46,0.03,0,0.01,0.5 +4016,Nicktoons: Attack of the Toybots,PS2,2007,Platform,THQ,0.24,0.19,0,0.06,0.5 +4017,Raiders of the Lost Ark,2600,1981,Action,Atari,0.46,0.03,0,0.01,0.5 +4018,Gauntlet,2600,1982,Action,Answer Software,0.46,0.03,0,0.01,0.5 +4019,Ridge Racer 3D,3DS,2011,Racing,Namco Bandai Games,0.19,0.15,0.12,0.03,0.5 +4020,Cars Mater-National Championship,Wii,2007,Racing,THQ,0.46,0,0,0.04,0.49 +4021,Ace Combat: Assault Horizon,X360,2011,Action,Namco Bandai Games,0.3,0.12,0.03,0.04,0.49 +4022,Resident Evil: The Mercenaries 3D,3DS,2011,Action,Capcom,0.16,0.17,0.13,0.03,0.49 +4023,Super Monkey Ball 3D,3DS,2011,Action,Sega,0.26,0.15,0.05,0.04,0.49 +4024,Tony Hawk's Project 8,X360,2006,Sports,Activision,0.44,0.02,0,0.04,0.49 +4025,Tony Hawk's Underground 2,GBA,2004,Sports,Activision,0.35,0.13,0,0.01,0.49 +4026,MotorStorm: Apocalypse,PS3,2011,Racing,Sony Computer Entertainment,0.21,0.2,0,0.08,0.49 +4027,Ice Hockey,2600,1980,Sports,Activision,0.46,0.03,0,0.01,0.49 +4028,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PS3,2015,Action,Square Enix,0,0,0.49,0,0.49 +4029,Lego Batman 3: Beyond Gotham,PSV,2014,Action,Warner Bros. Interactive Entertainment,0.09,0.29,0,0.11,0.49 +4030,The Matrix: Path of Neo,PS2,2005,Action,Atari,0.41,0.01,0,0.07,0.49 +4031,Kane & Lynch 2: Dog Days,X360,2010,Shooter,Square Enix,0.2,0.23,0.01,0.05,0.49 +4032,Lollipop Chainsaw,X360,2012,Action,Warner Bros. Interactive Entertainment,0.31,0.13,0.02,0.04,0.49 +4033,WWE Wrestlemania X8,GC,2002,Fighting,THQ,0.38,0.1,0,0.01,0.49 +4034,Sonic Lost World,3DS,2013,Platform,Sega,0.24,0.15,0.07,0.03,0.49 +4035,Power Rangers: Dino Thunder,GBA,2003,Action,THQ,0.35,0.13,0,0.01,0.49 +4036,GoldenEye: Rogue Agent,XB,2004,Shooter,Electronic Arts,0.34,0.13,0,0.02,0.49 +4037,Ultimate I Spy,Wii,2008,Adventure,Scholastic Inc.,0.45,0,0,0.03,0.49 +4038,SpongeBob SquarePants: Creature from the Krusty Krab,DS,2006,Platform,THQ,0.45,0,0,0.04,0.49 +4039,The Sims,GC,2003,Simulation,Electronic Arts,0.35,0.13,0,0.01,0.49 +4040,Grandia III,PS2,2005,Role-Playing,Square Enix,0.12,0.1,0.24,0.03,0.49 +4041,FIFA Soccer 09,DS,2008,Sports,Electronic Arts,0.12,0.31,0,0.06,0.49 +4042,Mobile Suit Gundam Seed Destiny: Rengou vs. Z.A.F.T. II Plus,PS2,2006,Shooter,Namco Bandai Games,0,0,0.49,0,0.49 +4043,Mario & Wario,SNES,1993,Puzzle,Nintendo,0,0,0.49,0,0.49 +4044,Scarface: The World is Yours,XB,2006,Action,Vivendi Games,0.37,0.11,0,0.02,0.49 +4045,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",Wii,2009,Shooter,Activision,0.24,0.2,0,0.05,0.49 +4046,Pokemon Art Academy,3DS,2014,Misc,Nintendo,0.18,0.12,0.16,0.03,0.49 +4047,FIFA Soccer 64,N64,1997,Sports,Electronic Arts,0.16,0.3,0,0.03,0.49 +4048,Dragon Ball Z: Burst Limit,X360,2008,Fighting,Atari,0.24,0.18,0.03,0.05,0.49 +4049,Bakugan Battle Brawlers: Defenders of the Core,DS,2010,Action,Activision,0.42,0.02,0.02,0.03,0.49 +4050,Medal of Honor,PC,2010,Shooter,Electronic Arts,0.2,0.23,0,0.07,0.49 +4051,Doom 3 BFG Edition,X360,2012,Shooter,Bethesda Softworks,0.28,0.17,0,0.04,0.49 +4052,J-League Pro Soccer Club wo Tsukurou! 2,SAT,1997,Sports,Sega,0,0,0.49,0,0.49 +4053,Terraria,PS3,2013,Action,505 Games,0.07,0.26,0.09,0.07,0.49 +4054,Backyard Baseball,PS2,2004,Sports,Atari,0.24,0.19,0,0.06,0.49 +4055,WipEout Pulse,PS2,2009,Racing,Sony Computer Entertainment,0,0.15,0,0.33,0.49 +4056,Barbie Horse Adventures: Wild Horse Rescue,PS2,2003,Sports,Universal Interactive,0.24,0.19,0,0.06,0.49 +4057,Epic Mickey: Power of Illusion,3DS,2012,Action,Disney Interactive Studios,0.36,0.04,0.04,0.04,0.49 +4058,LEGO Marvel Super Heroes,DS,2013,Action,Warner Bros. Interactive Entertainment,0.28,0.17,0,0.04,0.49 +4059,Taiko no Tatsujin: Appare Sandaime,PS2,2003,Misc,Namco Bandai Games,0,0,0.49,0,0.49 +4060,Alone in the Dark,X360,2008,Adventure,Atari,0.14,0.3,0,0.05,0.49 +4061,One Piece: Grand Battle!,PS,2001,Fighting,Atari,0,0,0.46,0.03,0.49 +4062,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",PS2,2009,Shooter,Activision,0.25,0.01,0,0.22,0.49 +4063,Football Manager Handheld 2009,PSP,2008,Sports,Sega,0,0.47,0,0.02,0.49 +4064,Sniper: Art of Victory,PC,2008,Shooter,City Interactive,0,0.45,0,0.03,0.49 +4065,Crazy Taxi,GC,2001,Racing,Acclaim Entertainment,0.36,0.09,0.02,0.01,0.49 +4066,Spy Hunter 2,PS2,2003,Racing,Midway Games,0.24,0.19,0,0.06,0.49 +4067,F1 2014,PS3,2014,Racing,Codemasters,0.07,0.31,0.02,0.08,0.49 +4068,Pac-Man World 2,XB,2002,Action,Namco Bandai Games,0.36,0.11,0,0.02,0.49 +4069,Bass Pro Shops: The Strike,Wii,2009,Sports,XS Games,0.45,0,0,0.03,0.49 +4070,Die Hard Trilogy 2: Viva Las Vegas,PS,1999,Action,Fox Interactive,0.27,0.18,0,0.03,0.49 +4071,Jake Power: Fireman,DS,2008,Adventure,Ubisoft,0.08,0.35,0,0.06,0.49 +4072,Asphalt 3D,3DS,2011,Racing,Ubisoft,0.27,0.16,0.02,0.04,0.49 +4073,Momotarou Dentetsu X: Kyuushuu-hen mo Arubai,PS2,2001,Misc,Hudson Soft,0,0,0.49,0,0.49 +4074,Steel Diver,3DS,2011,Action,Nintendo,0.31,0.1,0.05,0.03,0.49 +4075,Tales of Legendia,PS2,2005,Role-Playing,Namco Bandai Games,0.07,0.05,0.35,0.02,0.49 +4076,SimCity 2000,SNES,1995,Simulation,THQ,0,0,0.49,0,0.49 +4077,Crash of the Titans,DS,2007,Action,Vivendi Games,0.42,0.02,0,0.04,0.49 +4078,Far Cry 2,PC,2008,Action,Ubisoft,0.01,0.45,0,0.03,0.49 +4079,Battlefield: Hardline,PS3,2015,Shooter,Electronic Arts,0.12,0.23,0.07,0.07,0.49 +4080,Harry Potter and the Order of the Phoenix,Wii,2007,Action,Electronic Arts,0.38,0.06,0,0.04,0.49 +4081,Rayman Raving Rabbids: TV Party,DS,2008,Misc,Ubisoft,0.44,0.01,0,0.04,0.49 +4082,F.E.A.R. 2: Project Origin,PS3,2009,Shooter,Warner Bros. Interactive Entertainment,0.19,0.21,0.01,0.08,0.49 +4083,Sonic & All-Stars Racing Transformed,PSV,2012,Racing,Sega,0.12,0.25,0,0.11,0.48 +4084,Scene It? Lights Camera Action,X360,2007,Misc,Microsoft Game Studios,0.43,0.02,0,0.04,0.48 +4085,Dead Space Extraction,Wii,2009,Shooter,Electronic Arts,0.33,0.11,0.01,0.04,0.48 +4086,Scrabble 2007 Edition,DS,2007,Puzzle,Ubisoft,0,0.48,0,0,0.48 +4087,Shrek the Third,PS2,2007,Action,Activision,0.4,0.02,0,0.07,0.48 +4088,Metal Gear Solid HD Edition,PSV,2012,Action,Konami Digital Entertainment,0.16,0.18,0.05,0.09,0.48 +4089,Children of Mana,DS,2006,Role-Playing,Nintendo,0.16,0.01,0.29,0.02,0.48 +4090,Madagascar: Operation Penguin,GBA,2005,Action,Activision,0.35,0.13,0,0.01,0.48 +4091,Active Life: Extreme Challenge,Wii,2009,Sports,Namco Bandai Games,0.15,0.27,0,0.06,0.48 +4092,The Sims 2: Pets,Wii,2007,Simulation,Electronic Arts,0.42,0.03,0,0.04,0.48 +4093,Mario Golf: World Tour,3DS,2014,Sports,Nintendo,0.15,0.14,0.17,0.03,0.48 +4094,Need for Speed: Porsche Unleashed,GBA,2004,Racing,Zoo Digital Publishing,0.35,0.13,0,0.01,0.48 +4095,Yu-Gi-Oh! Forbidden Memories (JP sales),PS,1999,Role-Playing,Konami Digital Entertainment,0,0,0.45,0.03,0.48 +4096,NFL Street 2,XB,2004,Sports,Electronic Arts,0.36,0.11,0,0.02,0.48 +4097,Silent Hill: Shattered Memories,Wii,2009,Action,Konami Digital Entertainment,0.23,0.19,0.01,0.05,0.48 +4098,Millipede,2600,1983,Shooter,Atari,0.45,0.03,0,0.01,0.48 +4099,The Legend of the Mystical Ninja,SNES,1991,Adventure,Konami Digital Entertainment,0,0,0.48,0,0.48 +4100,You're in the Movies,X360,2008,Misc,Microsoft Game Studios,0.27,0.17,0,0.05,0.48 +4101,Dark Sector,X360,2008,Shooter,D3Publisher,0.22,0.2,0.01,0.05,0.48 +4102,James Bond 007: Blood Stone,X360,2010,Shooter,Activision,0.2,0.24,0,0.05,0.48 +4103,Jeopardy!,PS2,2003,Misc,Atari,0.24,0.18,0,0.06,0.48 +4104,Destroy All Humans! 2,PS2,2006,Action,THQ,0.4,0.02,0,0.07,0.48 +4105,ECW Hardcore Revolution,PS,1999,Fighting,Acclaim Entertainment,0.27,0.18,0,0.03,0.48 +4106,Pinball Hall of Fame: The Williams Collection,Wii,2008,Misc,System 3 Arcade Software,0.42,0.03,0,0.04,0.48 +4107,Tiger Woods PGA Tour 07,X360,2006,Sports,Electronic Arts,0.44,0,0,0.04,0.48 +4108,Wu-Tang: Shaolin Style,PS,1998,Fighting,Activision,0.27,0.18,0,0.03,0.48 +4109,World of Warcraft: Warlords of Draenor,PC,2014,Action,Activision Blizzard,0.08,0.36,0,0.04,0.48 +4110,Rock Band Unplugged,PSP,2009,Misc,MTV Games,0.24,0.15,0,0.1,0.48 +4111,OkamiDen,DS,2010,Adventure,Capcom,0.25,0.07,0.13,0.03,0.48 +4112,Crash: Mind Over Mutant,X360,2008,Platform,Vivendi Games,0.22,0.21,0,0.05,0.48 +4113,2010 FIFA World Cup South Africa,PSP,2010,Sports,Electronic Arts,0.09,0.24,0.03,0.12,0.48 +4114,Secret Weapons Over Normandy,PS2,2003,Simulation,LucasArts,0.24,0.18,0,0.06,0.48 +4115,Go Diego Go! Great Dinosaur Rescue,DS,2008,Action,Take-Two Interactive,0.44,0.01,0,0.03,0.48 +4116,All-Star Baseball 99,N64,1998,Sports,Acclaim Entertainment,0.44,0.04,0,0,0.48 +4117,Harvest Moon 64,N64,1999,Simulation,Pack In Soft,0.25,0.06,0.11,0.06,0.48 +4118,NCAA Football 09,PS2,2008,Sports,Electronic Arts,0.4,0.02,0,0.07,0.48 +4119,Bratz: The Movie,PS2,2007,Simulation,THQ,0.24,0.18,0,0.06,0.48 +4120,FIFA Soccer 13,WiiU,2012,Action,Electronic Arts,0.18,0.26,0,0.04,0.48 +4121,Harvest Moon DS (US sales),DS,2005,Simulation,Rising Star Games,0.41,0.07,0,0,0.48 +4122,Vigilante 8: 2nd Offense,PS,1999,Racing,Activision,0.27,0.18,0,0.03,0.48 +4123,Two Worlds II,PS3,2011,Role-Playing,Unknown,0.26,0.11,0.06,0.05,0.48 +4124,Football Manager 2015,PC,2014,Simulation,Sega,0,0.43,0,0.05,0.48 +4125,Theme Park Roller Coaster,PS2,2000,Strategy,Electronic Arts,0.23,0.18,0,0.06,0.48 +4126,Need for Speed: Hot Pursuit,Wii,2010,Racing,Electronic Arts,0.18,0.24,0,0.05,0.48 +4127,Skylanders: SuperChargers,WiiU,2015,Action,Activision,0.25,0.18,0,0.04,0.48 +4128,Viva Pinata: Trouble in Paradise,X360,2008,Simulation,Microsoft Game Studios,0.16,0.25,0.01,0.05,0.48 +4129,Nickelodeon Team Umizoomi,DS,2011,Action,Take-Two Interactive,0.45,0,0,0.03,0.48 +4130,FlingSmash,Wii,2010,Action,Nintendo,0.38,0.01,0.07,0.02,0.48 +4131,NFL Xtreme 2,PS,1999,Sports,989 Studios,0.27,0.18,0,0.03,0.48 +4132,Spider-Man 3,Wii,2007,Platform,Activision,0.42,0.02,0,0.04,0.48 +4133,Midnight Club: Street Racing,GBA,2001,Racing,Rebellion,0.34,0.13,0,0.01,0.48 +4134,Dynasty Warriors Gundam,PS3,2007,Action,Tecmo Koei,0.14,0.01,0.31,0.02,0.48 +4135,Tomb Raider: Underworld,Wii,2008,Action,Eidos Interactive,0.14,0.28,0,0.06,0.48 +4136,Final Fantasy Crystal Chronicles: Echoes of Time,DS,2009,Role-Playing,Square Enix,0.12,0.06,0.27,0.02,0.48 +4137,Fable,X360,2014,Role-Playing,Microsoft Game Studios,0.25,0.19,0.01,0.04,0.48 +4138,Tiger Woods PGA Tour 06,XB,2005,Sports,Electronic Arts,0.35,0.11,0,0.02,0.48 +4139,FIFA World Cup Germany 2006,X360,2006,Sports,Electronic Arts,0.19,0.27,0.01,0,0.48 +4140,Up,PS2,2009,Action,THQ,0.19,0.05,0,0.24,0.48 +4141,Grand Prix,2600,1981,Racing,Activision,0.45,0.03,0,0,0.48 +4142,Ford Racing Off Road,Wii,2008,Racing,Xplosiv,0.06,0.4,0,0.01,0.48 +4143,SimCity Creator,Wii,2008,Simulation,Electronic Arts,0.37,0.03,0.04,0.04,0.48 +4144,World of Outlaws: Sprint Cars 2002,PS2,2002,Racing,Ignition Entertainment,0.23,0.18,0,0.06,0.48 +4145,Cars: Race-O-Rama,DS,2009,Racing,THQ,0.35,0.09,0,0.04,0.48 +4146,Emergency Heroes,Wii,2008,Racing,Ubisoft,0.15,0.27,0,0.06,0.48 +4147,Sonic the Hedgehog,PS3,N/A,Platform,N/A,0,0.48,0,0,0.48 +4148,Fantavision,PS2,2000,Puzzle,Sony Computer Entertainment,0.14,0.11,0.19,0.04,0.47 +4149,Double Dragon,2600,1989,Action,Activision,0.45,0.02,0,0.01,0.47 +4150,Alien Trilogy,PS,1996,Shooter,Acclaim Entertainment,0.24,0.16,0.04,0.03,0.47 +4151,NBA Live 99,N64,1998,Sports,Electronic Arts,0.45,0.02,0,0,0.47 +4152,Bravely Second: End Layer,3DS,2015,Role-Playing,Nintendo,0.16,0.11,0.18,0.03,0.47 +4153,Karate,2600,N/A,Fighting,Ultravision,0.44,0.03,0,0,0.47 +4154,Dark Sector,PS3,2008,Shooter,D3Publisher,0.23,0.16,0.01,0.07,0.47 +4155,Unreal Tournament III,X360,2008,Shooter,Midway Games,0.25,0.17,0.01,0.05,0.47 +4156,X-Men: Next Dimension,PS2,2002,Fighting,Activision,0.23,0.18,0,0.06,0.47 +4157,Street Fighter X Tekken,X360,2012,Fighting,Capcom,0.31,0.1,0.03,0.03,0.47 +4158,The Godfather (JP sales),PS2,2006,Action,Electronic Arts,0.39,0.02,0,0.06,0.47 +4159,MySims Racing,Wii,2009,Racing,Electronic Arts,0.19,0.23,0,0.05,0.47 +4160,Hamsterz Life,DS,2006,Action,Ubisoft,0.43,0.01,0,0.04,0.47 +4161,Dragon Age Origins: Awakening,X360,2010,Role-Playing,Electronic Arts,0.33,0.1,0,0.04,0.47 +4162,Super Puyo Puyo 2,SNES,1995,Puzzle,Compile,0,0,0.47,0,0.47 +4163,Gauntlet Legends,PS,2000,Action,Midway Games,0.26,0.18,0,0.03,0.47 +4164,Castlevania: Dawn of Sorrow,DS,2005,Platform,Konami Digital Entertainment,0.37,0.04,0.03,0.04,0.47 +4165,Naruto Shippuden: Ultimate Ninja Storm Revolution,PS3,2014,Fighting,Namco Bandai Games,0.15,0.16,0.09,0.08,0.47 +4166,Deadpool,PS3,2013,Action,Activision,0.23,0.17,0,0.08,0.47 +4167,WipEout,PS,1995,Action,Psygnosis,0.26,0.18,0,0.03,0.47 +4168,ICO,PS2,2001,Action,Sony Computer Entertainment,0.23,0.18,0,0.06,0.47 +4169,Silent Hill: Downpour,PS3,2012,Action,Konami Digital Entertainment,0.21,0.16,0.04,0.06,0.47 +4170,2014 FIFA World Cup Brazil,X360,2014,Sports,Electronic Arts,0.14,0.28,0,0.04,0.47 +4171,WWE SmackDown vs. Raw 2011,Wii,2010,Fighting,THQ,0.3,0.13,0,0.04,0.47 +4172,Dragon Quest 25 Shuunen Kinin: Famicom & Super Famicom Dragon Quest I-II-III,Wii,2011,Role-Playing,Square Enix,0,0,0.47,0,0.47 +4173,Victorious Boxers: Ippo's Road to Glory,PS2,2000,Fighting,Empire Interactive,0.05,0.04,0.38,0.01,0.47 +4174,Petz Sports,Wii,2008,Simulation,Ubisoft,0.42,0.01,0,0.04,0.47 +4175,Lego Batman 3: Beyond Gotham,WiiU,2014,Action,Warner Bros. Interactive Entertainment,0.23,0.21,0,0.04,0.47 +4176,Densetsu no Stafi,GBA,2002,Platform,Nintendo,0,0,0.46,0.01,0.47 +4177,Valkyrie Profile 2: Silmeria,PS2,2006,Role-Playing,Square Enix,0.04,0.03,0.39,0.01,0.47 +4178,Hot Wheels Velocity X,PS2,2002,Racing,THQ,0.23,0.18,0,0.06,0.47 +4179,Shadowrun,X360,2007,Role-Playing,Microsoft Game Studios,0.41,0.02,0,0.04,0.47 +4180,FIFA Soccer 13,PSV,2012,Action,Electronic Arts,0,0.3,0.05,0.12,0.47 +4181,Virtua Tennis 4: World Tour,PSV,2011,Sports,Sega,0.05,0.3,0.01,0.12,0.47 +4182,"Warhammer 40,000: Dawn of War II",PC,2009,Strategy,THQ,0,0.45,0,0.02,0.47 +4183,Crazy Taxi: Fare Wars,PSP,2007,Racing,Sega,0.1,0.22,0.02,0.12,0.47 +4184,Clash of Elementalists,DS,2010,Action,Level 5,0,0,0.47,0,0.47 +4185,Spider-Man 3,DS,2007,Platform,Activision,0.41,0.02,0,0.04,0.47 +4186,Disney Infinity 3.0,PS3,2015,Action,Disney Interactive Studios,0.14,0.25,0,0.08,0.47 +4187,L.A. Rush,PS2,2005,Racing,Midway Games,0.23,0.18,0,0.06,0.47 +4188,Bomberman Hero,N64,1998,Platform,Nintendo,0.27,0.06,0.08,0.05,0.47 +4189,Automobili Lamborghini,N64,1997,Racing,Titus,0.28,0.17,0,0.01,0.47 +4190,Quest 64,N64,1998,Role-Playing,Konami Digital Entertainment,0.38,0.08,0,0.01,0.47 +4191,Momotarou Dentetsu V,PS,1999,Misc,Hudson Entertainment,0,0,0.44,0.03,0.47 +4192,Doom 64,N64,1997,Shooter,Midway Games,0.38,0.08,0,0.01,0.47 +4193,Boom Blox Bash Party,Wii,2009,Puzzle,Electronic Arts,0.34,0.09,0,0.04,0.47 +4194,The Sims 3: Ambitions,PC,2010,Simulation,Electronic Arts,0,0.29,0,0.18,0.47 +4195,Dead or Alive 4,X360,2005,Fighting,Tecmo Koei,0.3,0.03,0.1,0.03,0.47 +4196,Commando,2600,1987,Action,Activision,0.44,0.02,0,0,0.47 +4197,Rise of Nightmares,X360,2011,Action,Sega,0.28,0.13,0.01,0.04,0.47 +4198,The Princess and the Frog,Wii,2009,Platform,Disney Interactive Studios,0.29,0.13,0,0.04,0.47 +4199,NBA Ballers: Phenom,PS2,2006,Sports,Midway Games,0.23,0.18,0,0.06,0.47 +4200,Need for Speed Carbon,XB,2006,Racing,Electronic Arts,0.35,0.1,0,0.02,0.47 +4201,Tiger Woods PGA Tour 07,Wii,N/A,Sports,Electronic Arts,0.43,0,0,0.04,0.47 +4202,NHL 16,XOne,2015,Sports,Electronic Arts,0.37,0.05,0,0.05,0.47 +4203,FIFA 12,PC,2011,Sports,Electronic Arts,0.04,0.33,0,0.1,0.47 +4204,MTV Music Generator,PS,1999,Misc,Codemasters,0.26,0.18,0,0.03,0.47 +4205,Spider-Man: Friend or Foe,DS,2007,Action,Activision,0.43,0,0,0.04,0.47 +4206,Major League Baseball 2K13,X360,2013,Sports,Take-Two Interactive,0.44,0,0,0.03,0.47 +4207,Super Momotarou Dentetsu DX,SNES,1995,Misc,Hudson Soft,0,0,0.47,0,0.47 +4208,World Soccer Winning Eleven 8: Liveware Evolution,PS2,2005,Sports,Konami Digital Entertainment,0,0,0.47,0,0.47 +4209,The Sims 3: Outdoor Living Stuff,PC,2011,Simulation,Electronic Arts,0,0.38,0,0.09,0.47 +4210,Cars: Race-O-Rama,PS2,2009,Racing,THQ,0.27,0.03,0,0.17,0.47 +4211,Downhill Domination,PS2,2003,Racing,Codemasters,0.23,0.18,0,0.06,0.47 +4212,NHL 15,X360,2014,Sports,Electronic Arts,0.35,0.07,0,0.04,0.47 +4213,Pirates of the Caribbean: Dead Man's Chest,GBA,2006,Adventure,Disney Interactive Studios,0.33,0.12,0,0.01,0.47 +4214,World Series of Poker,PS2,2005,Misc,Activision,0.39,0.01,0,0.06,0.47 +4215,Inazuma Eleven Go 2: Chrono Stone,3DS,2012,Role-Playing,Level 5,0,0.01,0.46,0,0.47 +4216,NHL 97,PS,1996,Sports,Electronic Arts,0.26,0.18,0,0.03,0.47 +4217,We Sing Encore,Wii,2010,Misc,Nordic Games,0,0.41,0,0.06,0.47 +4218,Kong: The 8th Wonder of the World,GBA,2005,Action,Ubisoft,0.33,0.12,0,0.01,0.47 +4219,MX vs. ATV: Alive,PS3,2011,Racing,THQ,0.24,0.15,0,0.07,0.47 +4220,Mega Man Star Force 3: Black Ace / Red Joker,DS,2008,Action,Capcom,0.22,0,0.22,0.02,0.47 +4221,Crayola: Treasure Adventures,DS,2007,Puzzle,Ignition Entertainment,0.43,0.01,0,0.03,0.47 +4222,Godzilla: Save the Earth,PS2,2004,Fighting,Atari,0.23,0.18,0,0.06,0.47 +4223,Dance Dance Revolution: Mario Mix,GC,2005,Misc,Nintendo,0.36,0.09,0,0.01,0.47 +4224,Metal Gear Solid: The Twin Snakes,GC,2004,Action,Konami Digital Entertainment,0.3,0.08,0.07,0.01,0.47 +4225,Imagine: Figure Skater (US sales),DS,2007,Sports,Ubisoft,0.46,0.01,0,0,0.47 +4226,Mat Hoffman's Pro BMX 2,PS2,2002,Sports,Activision,0.23,0.18,0,0.06,0.46 +4227,Metal Gear Solid: The Essential Collection,PS2,2007,Adventure,Konami Digital Entertainment,0.23,0.18,0,0.06,0.46 +4228,The Legend of Spyro: Dawn of the Dragon,DS,2008,Platform,Vivendi Games,0.26,0.15,0,0.05,0.46 +4229,Iridion 3D,GBA,2001,Shooter,THQ,0.33,0.12,0,0.01,0.46 +4230,MX vs. ATV Untamed,PS3,2007,Racing,THQ,0.35,0.06,0,0.05,0.46 +4231,Classic NES Series: Pac-Man,GBA,2004,Puzzle,Nintendo,0.25,0.09,0.12,0.01,0.46 +4232,Destroy All Humans!,XB,2005,Shooter,THQ,0.34,0.11,0,0.02,0.46 +4233,Dragon Ball Z: Collectible Card Game,GBA,2002,Misc,Infogrames,0.33,0.12,0,0.01,0.46 +4234,Circus Atari,2600,N/A,Action,Atari,0.43,0.03,0,0,0.46 +4235,Country Dance 2,Wii,2011,Misc,GameMill Entertainment,0.44,0,0,0.03,0.46 +4236,Razor Freestyle Scooter,PS,1999,Sports,Ubisoft,0.26,0.17,0,0.03,0.46 +4237,Crash of the Titans,Wii,2007,Action,Vivendi Games,0.4,0.03,0,0.04,0.46 +4238,F.E.A.R. 3,PS3,2011,Shooter,Warner Bros. Interactive Entertainment,0.21,0.17,0.01,0.07,0.46 +4239,Disney's Kim Possible 3: Team Possible,GBA,2005,Platform,Disney Interactive Studios,0.33,0.12,0,0.01,0.46 +4240,Rygar: The Legendary Adventure,PS2,2002,Action,Wanadoo,0.2,0.15,0.06,0.05,0.46 +4241,Syphon Filter: Logan's Shadow,PSP,2007,Shooter,Sony Computer Entertainment,0.25,0.12,0,0.09,0.46 +4242,Super Batter Up,SNES,1992,Sports,Namco Bandai Games,0,0,0.46,0,0.46 +4243,Kessen II,PS2,2001,Strategy,THQ,0.13,0.1,0.2,0.03,0.46 +4244,Crayon Shin-Chan: Arashi o Yobu Enji,SNES,1993,Platform,Namco Bandai Games,0,0,0.46,0,0.46 +4245,Stuart Little 2,GBA,2002,Platform,Activision,0.33,0.12,0,0.01,0.46 +4246,Wolfenstein: The New Order,PC,2014,Shooter,Bethesda Softworks,0.12,0.29,0,0.05,0.46 +4247,"Warhammer 40,000: Space Marine",PS3,2011,Shooter,THQ,0.13,0.25,0,0.09,0.46 +4248,Tak 2: The Staff of Dreams,GBA,2004,Platform,THQ,0.33,0.12,0,0.01,0.46 +4249,Art Academy: Lessons for Everyone,3DS,2012,Action,Nintendo,0.2,0.03,0.21,0.02,0.46 +4250,Sid Meier's Civilization Revolution,DS,2008,Strategy,Take-Two Interactive,0.38,0.03,0.02,0.04,0.46 +4251,ATV Offroad Fury Pro,PSP,2006,Racing,Sony Computer Entertainment,0.37,0.04,0,0.05,0.46 +4252,Dora The Explorer: Dora Saves the Snow Princess,DS,2008,Platform,Take-Two Interactive,0.27,0.16,0,0.04,0.46 +4253,SingStar Amped,PS2,2007,Misc,Sony Computer Entertainment,0.23,0.18,0,0.06,0.46 +4254,Brothers In Arms: Earned in Blood,PS2,2005,Shooter,Ubisoft,0.38,0.01,0,0.06,0.46 +4255,Walk it Out!,Wii,2010,Sports,Konami Digital Entertainment,0.36,0.06,0,0.04,0.46 +4256,Transformers: Dark of the Moon - Autobots/Decepticons,DS,2011,Action,Activision,0.34,0.09,0,0.04,0.46 +4257,Dragon Ball Z: Sagas,PS2,2005,Fighting,Atari,0.38,0.01,0,0.06,0.46 +4258,Scooby-Doo,GBA,2001,Platform,THQ,0.33,0.12,0,0.01,0.46 +4259,The Legend of Spyro: Dawn of the Dragon,PS3,2008,Platform,Vivendi Games,0.19,0.19,0,0.08,0.46 +4260,Hydro Thunder,PS,1999,Racing,Midway Games,0.26,0.17,0,0.03,0.46 +4261,Brothers In Arms: D-Day,PSP,2006,Shooter,Ubisoft,0.23,0.14,0,0.09,0.46 +4262,American Girl: Kit Mystery Challenge!,DS,2008,Adventure,THQ,0.42,0,0,0.03,0.46 +4263,Mario & Sonic at the Rio 2016 Olympic Games,3DS,2016,Action,Nintendo,0.04,0.16,0.24,0.01,0.46 +4264,NHL FaceOff '97,PS,1996,Sports,Sony Computer Entertainment,0.26,0.17,0,0.03,0.46 +4265,Deadpool,X360,2013,Action,Activision,0.26,0.16,0,0.04,0.46 +4266,Brothers In Arms: Road to Hill 30,PS2,2005,Shooter,Ubisoft,0.38,0.01,0,0.06,0.46 +4267,Virtua Tennis 4,PS3,2011,Sports,Sega,0.09,0.25,0.03,0.09,0.46 +4268,EA Sports UFC,XOne,2014,Sports,Electronic Arts,0.3,0.12,0,0.04,0.46 +4269,Gremlins,2600,1983,Action,Atari,0.43,0.03,0,0,0.46 +4270,The Mark of Kri,PS2,2002,Action,Sony Computer Entertainment,0.22,0.18,0,0.06,0.46 +4271,Jampack Winter 2003 (RP-M),PS2,2003,Misc,Sony Computer Entertainment,0.22,0.18,0,0.06,0.46 +4272,Rugrats: Castle Capers,GBA,2001,Action,THQ,0.33,0.12,0,0.01,0.46 +4273,Crash Nitro Kart,GBA,2003,Racing,Vivendi Games,0.33,0.12,0,0.01,0.46 +4274,Star Wars The Clone Wars: Republic Heroes,PS3,2009,Action,LucasArts,0.19,0.19,0,0.07,0.46 +4275,Farming Simulator 2015,PS3,2015,Simulation,Koch Media,0.11,0.28,0,0.07,0.46 +4276,Bleach: The Blade of Fate,DS,2006,Fighting,Sega,0.3,0.01,0.12,0.03,0.46 +4277,Madden NFL 12,Wii,2011,Sports,Electronic Arts,0.43,0,0,0.03,0.46 +4278,LEGO Rock Band,DS,2009,Misc,Warner Bros. Interactive Entertainment,0.33,0.09,0,0.04,0.46 +4279,Mad Max (2015),XOne,2015,Action,Warner Bros. Interactive Entertainment,0.26,0.16,0,0.04,0.46 +4280,"Barbie: Jet, Set & Style!",DS,2011,Misc,THQ,0.37,0.05,0,0.03,0.46 +4281,Jak and Daxter: The Lost Frontier,PS2,2009,Platform,Sony Computer Entertainment,0.22,0.17,0,0.06,0.46 +4282,Momotarou Dentetsu 11,PS2,2002,Misc,Hudson Soft,0,0,0.46,0,0.46 +4283,Command & Conquer: Red Alert 3,X360,2008,Strategy,Electronic Arts,0.18,0.23,0,0.05,0.46 +4284,Tomb Raider: Legend,PSP,2006,Action,Eidos Interactive,0.09,0.24,0,0.12,0.46 +4285,Skylanders: SuperChargers,X360,2015,Action,Activision,0.24,0.18,0,0.04,0.46 +4286,The Golden Compass,X360,2007,Action,Sega,0.3,0.12,0,0.04,0.46 +4287,Star Wars: Demolition,PS,2000,Racing,Activision,0.25,0.17,0,0.03,0.46 +4288,Scooby-Doo! and the Spooky Swamp,Wii,2010,Action,Warner Bros. Interactive Entertainment,0.29,0.13,0,0.04,0.46 +4289,Sword Art Online: Lost Song,PSV,2015,Role-Playing,Namco Bandai Games,0.08,0.1,0.23,0.05,0.46 +4290,Bloody Roar II,PS,1999,Fighting,Virgin Interactive,0.25,0.17,0,0.03,0.46 +4291,Delta Force: Black Hawk Down,PS2,2005,Shooter,NovaLogic,0.22,0.17,0,0.06,0.46 +4292,Burnout Dominator,PSP,2007,Racing,Electronic Arts,0.02,0.38,0.01,0.06,0.46 +4293,NBA Live 07,X360,2006,Sports,Electronic Arts,0.42,0,0,0.04,0.46 +4294,Vin Diesel: Wheelman,X360,2009,Racing,Ubisoft,0.24,0.17,0,0.05,0.46 +4295,Space Invaders,SNES,1994,Shooter,Taito,0,0,0.46,0,0.46 +4296,.hack//Outbreak Part 3,PS2,2002,Role-Playing,Atari,0.14,0.11,0.17,0.04,0.46 +4297,Rayman Legends,X360,2013,Platform,Ubisoft,0.19,0.23,0,0.04,0.46 +4298,Mother 1+2,GBA,2003,Role-Playing,Nintendo,0,0,0.45,0.01,0.46 +4299,Hyperdimension Neptunia,PS3,2010,Role-Playing,Tecmo Koei,0.22,0.11,0.07,0.05,0.46 +4300,iCarly,Wii,2009,Adventure,Activision,0.42,0,0,0.03,0.46 +4301,Puzzle & Dragons Z + Super Mario Bros. Edition,3DS,2015,Puzzle,Nintendo,0.05,0.05,0.34,0.01,0.46 +4302,Harry Potter and the Deathly Hallows - Part 1,X360,2010,Action,Electronic Arts,0.21,0.2,0,0.04,0.46 +4303,Top Spin,XB,2003,Sports,Microsoft Game Studios,0.36,0.08,0,0.02,0.46 +4304,Disney Guilty Party,Wii,2010,Misc,Disney Interactive Studios,0.43,0,0,0.03,0.46 +4305,Warhawk,PS,1995,Simulation,Sony Computer Entertainment,0.25,0.17,0,0.03,0.46 +4306,Pirates of the Caribbean: At World's End,Wii,2007,Action,Disney Interactive Studios,0.39,0.02,0.01,0.04,0.46 +4307,Red Faction: Armageddon,PS3,2011,Shooter,THQ,0.2,0.16,0.03,0.07,0.46 +4308,DanceStar Party,PS3,2011,Misc,Sony Computer Entertainment,0,0.35,0,0.1,0.46 +4309,Persona 4: Dancing All Night,PSV,2015,Misc,Nippon Ichi Software,0.13,0.1,0.15,0.07,0.46 +4310,Tales of Vesperia,PS3,2009,Role-Playing,Namco Bandai Games,0,0,0.45,0,0.45 +4311,Thief (2014),XOne,2014,Action,Square Enix,0.26,0.15,0,0.04,0.45 +4312,Dynasty Warriors: Strikeforce,PSP,2009,Action,Ubisoft Annecy,0.03,0.03,0.38,0.02,0.45 +4313,2 Games in 1: SpongeBob SquarePants: SuperSponge & Rugrats Go Wild,GBA,2005,Platform,THQ,0.33,0.12,0,0.01,0.45 +4314,Tales of Hearts,PSV,2013,Role-Playing,Namco Bandai Games,0.15,0.13,0.09,0.08,0.45 +4315,Missile Command,PS,1999,Shooter,Atari,0.25,0.17,0,0.03,0.45 +4316,Lego Batman 3: Beyond Gotham,3DS,2014,Action,Warner Bros. Interactive Entertainment,0.21,0.21,0,0.04,0.45 +4317,Barbie as The Island Princess,Wii,2007,Adventure,Activision,0.42,0,0,0.03,0.45 +4318,Jikkyou Powerful Pro Yakyuu 3,SNES,1996,Sports,Konami Digital Entertainment,0,0,0.45,0,0.45 +4319,The Walking Dead: Season One,PS4,2014,Adventure,Telltale Games,0.12,0.25,0.01,0.08,0.45 +4320,Jikkyou Powerful Pro Yakyuu 12,PS2,2005,Sports,Konami Digital Entertainment,0,0,0.45,0,0.45 +4321,Enter the Matrix,GC,2003,Action,Atari,0.34,0.09,0.02,0.01,0.45 +4322,Crash: Mind Over Mutant,Wii,2008,Platform,Vivendi Games,0.36,0.06,0,0.03,0.45 +4323,NASCAR 2005: Chase for the Cup,XB,2004,Racing,Electronic Arts,0.34,0.1,0,0.02,0.45 +4324,J-League Excite Stage '95,SNES,1995,Sports,Epoch,0,0,0.45,0,0.45 +4325,The New York Times Crosswords,DS,2007,Puzzle,Majesco Entertainment,0.42,0,0,0.03,0.45 +4326,Phantasy Star Online Episode I & II,GC,2002,Role-Playing,Infogrames,0.23,0.06,0.16,0.01,0.45 +4327,Moshi Monsters: Moshlings Theme Park,DS,2012,Misc,Activision,0.03,0.37,0,0.05,0.45 +4328,The Powerpuff Girls: Relish Rampage,PS2,2002,Action,BAM! Entertainment,0.22,0.17,0,0.06,0.45 +4329,Resistance: Burning Skies,PSV,2012,Shooter,Sony Computer Entertainment,0.21,0.16,0.02,0.07,0.45 +4330,NBA 2K13,Wii,2012,Sports,Take-Two Interactive,0.39,0.03,0,0.03,0.45 +4331,Dead or Alive: Dimensions,3DS,2011,Fighting,Ubisoft Annecy,0.13,0.21,0.07,0.03,0.45 +4332,The Chronicles of Riddick: Escape from Butcher Bay,XB,N/A,Shooter,Vivendi Games,0.32,0.11,0,0.02,0.45 +4333,Brain Challenge,DS,2008,Misc,Ubisoft,0.41,0.01,0,0.03,0.45 +4334,NFL Head Coach,PS2,2006,Sports,Electronic Arts,0.38,0.01,0,0.06,0.45 +4335,Watch Dogs,PC,2014,Action,Ubisoft,0.14,0.26,0,0.05,0.45 +4336,Karaoke Revolution Presents American Idol Encore,Wii,2008,Misc,Konami Digital Entertainment,0.42,0,0,0.03,0.45 +4337,Major League Baseball 2K11,X360,2011,Sports,Take-Two Interactive,0.4,0.03,0,0.03,0.45 +4338,Enemy Territory: Quake Wars,X360,2008,Shooter,Activision,0.3,0.11,0,0.04,0.45 +4339,Ghostbusters,2600,1985,Puzzle,Activision,0.42,0.03,0,0,0.45 +4340,NCAA Gamebreaker 99,PS,1998,Sports,989 Studios,0.25,0.17,0,0.03,0.45 +4341,Area 51,PS2,2005,Shooter,Midway Games,0.22,0.17,0,0.06,0.45 +4342,World Stadium 2,PS,1998,Sports,Namco Bandai Games,0,0,0.42,0.03,0.45 +4343,Sega Rally Revo,X360,2007,Racing,Sega,0.12,0.28,0,0.05,0.45 +4344,NHL 2005,PS2,2004,Sports,Electronic Arts,0.22,0.17,0,0.06,0.45 +4345,TNA iMPACT!,X360,2008,Fighting,Midway Games,0.26,0.15,0,0.04,0.45 +4346,Star Wars Jedi Knight: Jedi Academy,XB,2003,Shooter,Activision,0.34,0.1,0,0.02,0.45 +4347,Thrillville: Off the Rails,Wii,2007,Strategy,LucasArts,0.39,0.02,0,0.03,0.45 +4348,Phoenix,2600,1981,Simulation,Atari,0.42,0.02,0,0,0.45 +4349,Spider-Man: Shattered Dimensions,PS3,2010,Action,Activision,0.26,0.13,0,0.06,0.45 +4350,F.E.A.R. 3,X360,2011,Shooter,Warner Bros. Interactive Entertainment,0.3,0.11,0.01,0.04,0.45 +4351,My Fashion Studio,DS,2007,Misc,Ubisoft,0.41,0.01,0,0.03,0.45 +4352,Plants vs. Zombies: Garden Warfare 2,PS4,2016,Shooter,Electronic Arts,0.17,0.21,0,0.07,0.45 +4353,Rock Band Country Track Pack,Wii,2009,Misc,MTV Games,0.42,0,0,0.03,0.45 +4354,Pro Evolution Soccer 2016,PS3,2015,Sports,Konami Digital Entertainment,0.08,0.18,0.15,0.05,0.45 +4355,Apocalypse,PS,1998,Action,Activision,0.25,0.17,0,0.03,0.45 +4356,Transformers: Revenge of the Fallen (Wii & PS2 Version),DS,2009,Action,Activision,0.27,0.14,0,0.04,0.45 +4357,PES 2009: Pro Evolution Soccer,Wii,2009,Sports,Konami Digital Entertainment,0.09,0.26,0.05,0.05,0.45 +4358,Yu-Gi-Oh! Destiny Board Traveler,GBA,2004,Misc,Konami Digital Entertainment,0.32,0.12,0,0.01,0.45 +4359,SingStar Queen,PS3,2009,Misc,Sony Computer Entertainment,0.11,0.26,0,0.08,0.45 +4360,God Eater 2,PSV,2013,Role-Playing,Namco Bandai Games,0,0,0.45,0,0.45 +4361,Samurai Warriors 3,Wii,2009,Action,Nintendo,0.1,0.02,0.32,0.01,0.45 +4362,World Soccer Winning Eleven 5 Final Evolution,PS2,2001,Sports,Konami Digital Entertainment,0,0,0.45,0,0.45 +4363,One Piece: Pirate Warriors 3,PS4,2015,Action,Namco Bandai Games,0.08,0.22,0.1,0.05,0.45 +4364,Sphinx and the Cursed Mummy,PS2,2003,Action,THQ,0.22,0.17,0,0.06,0.45 +4365,Fatal Fury 2,SNES,1993,Fighting,Takara,0,0,0.45,0,0.45 +4366,Rampage World Tour,N64,1998,Action,GT Interactive,0.36,0.08,0,0.01,0.45 +4367,Pokemon Puzzle League,N64,2000,Puzzle,Nintendo,0.36,0.08,0,0.01,0.45 +4368,Eternal Sonata,PS3,2008,Role-Playing,Atari,0.19,0.13,0.07,0.06,0.45 +4369,Dance Dance Revolution: Hottest Party 3,Wii,2009,Simulation,Konami Digital Entertainment,0.26,0.14,0,0.04,0.45 +4370,FIFA 15,3DS,2014,Sports,Electronic Arts,0.09,0.33,0,0.03,0.45 +4371,Petz: Catz 2,Wii,2007,Simulation,Ubisoft,0.41,0.01,0,0.03,0.45 +4372,Bee Movie Game,DS,2007,Action,Activision,0.41,0,0,0.03,0.45 +4373,Tekken Advance,GBA,2001,Fighting,Infogrames,0.32,0.12,0,0.01,0.45 +4374,Shin Megami Tensei: Persona 3,PS2,2006,Role-Playing,Tecmo Koei,0.22,0.03,0,0.2,0.45 +4375,Persona,PS,1995,Role-Playing,Atlus,0,0,0.42,0.03,0.45 +4376,Band Hero,DS,2009,Misc,Activision,0.21,0.19,0,0.05,0.45 +4377,Naruto Shippuden: Ultimate Ninja Storm Generations,X360,2012,Fighting,Namco Bandai Games,0.26,0.14,0.01,0.04,0.45 +4378,Hot Wheels: Stunt Track Challenge,GBA,2004,Racing,THQ,0.32,0.12,0,0.01,0.45 +4379,Viking: Battle for Asgard,X360,2008,Action,Sega,0.16,0.24,0,0.05,0.45 +4380,Maze Craze: A Game of Cops 'n Robbers,2600,N/A,Action,Atari,0.42,0.02,0,0,0.45 +4381,Mobile Suit Gundam,PS,1995,Action,Namco Bandai Games,0,0,0.42,0.03,0.45 +4382,Silent Hill: Homecoming,X360,N/A,Action,Konami Digital Entertainment,0.25,0.16,0,0.04,0.45 +4383,SingStar Take That,PS2,2009,Misc,Sony Computer Entertainment,0,0.06,0,0.39,0.45 +4384,SOCOM: U.S. Navy SEALs Fireteam Bravo 3,PSP,2010,Shooter,Sony Computer Entertainment,0.17,0.13,0.06,0.08,0.45 +4385,Final Fantasy Collection,PS,1999,Role-Playing,Square,0,0,0.42,0.03,0.45 +4386,Disney Sing It! High School Musical 3: Senior Year,PS2,2008,Misc,Disney Interactive Studios,0.09,0.02,0,0.34,0.45 +4387,NBA Live 10,X360,2009,Sports,Electronic Arts,0.4,0.02,0,0.03,0.45 +4388,Samurai Warriors: Xtreme Legends,PS2,2004,Action,Tecmo Koei,0.04,0.03,0.36,0.01,0.45 +4389,Tony Hawk's Proving Ground,PS3,2007,Sports,Activision,0.36,0.05,0,0.05,0.45 +4390,NHL FaceOff,PS,1994,Sports,Sony Computer Entertainment,0.25,0.17,0,0.03,0.45 +4391,WWE WrestleMania 21,XB,2005,Fighting,THQ,0.34,0.1,0,0.02,0.45 +4392,Brunswick Pro Bowling,X360,2010,Sports,505 Games,0.38,0.04,0,0.03,0.45 +4393,Worms: Open Warfare 2,PSP,2007,Strategy,THQ,0.04,0.26,0,0.14,0.45 +4394,NBA Live 2005,GC,2004,Sports,Electronic Arts,0.35,0.09,0,0.01,0.45 +4395,Defender II,2600,1987,Shooter,Atari,0.42,0.02,0,0,0.45 +4396,WWE Day of Reckoning,GC,2004,Fighting,THQ,0.35,0.09,0,0.01,0.45 +4397,Dragon Quest Heroes: Rocket Slime,DS,2005,Action,Square Enix,0.13,0,0.31,0.01,0.45 +4398,ATV Quad Power Racing 2,XB,2003,Racing,Acclaim Entertainment,0.36,0.07,0,0.01,0.45 +4399,Walt Disney World Quest: Magical Racing Tour,PS,2000,Racing,Eidos Interactive,0.25,0.17,0,0.03,0.45 +4400,Sled Storm,PS2,2002,Racing,Electronic Arts,0.22,0.17,0,0.06,0.45 +4401,Vandal Hearts,PS,1996,Role-Playing,Konami Digital Entertainment,0.14,0.09,0.19,0.03,0.45 +4402,Mario Tennis Ultra Smash,WiiU,2015,Sports,Nintendo,0.13,0.16,0.13,0.03,0.45 +4403,Celebrity Sports Showdown,Wii,2008,Sports,Electronic Arts,0.18,0.22,0,0.05,0.45 +4404,Jawbreaker,2600,1981,Action,Tigervision,0.42,0.03,0,0,0.45 +4405,Scooby-Doo! Mystery Mayhem,PS2,2004,Action,THQ,0.22,0.17,0,0.06,0.45 +4406,Mario Golf: Advance Tour,GBA,2004,Sports,Nintendo,0.32,0.12,0,0.01,0.45 +4407,Crash: Mind Over Mutant,PSP,2008,Platform,Vivendi Games,0.11,0.22,0,0.12,0.45 +4408,Karaoke Revolution,Wii,2009,Misc,Konami Digital Entertainment,0.24,0.16,0,0.04,0.45 +4409,Discovery Kids: Kitten Corner,DS,2009,Simulation,505 Games,0.42,0,0,0.03,0.45 +4410,Just Dance 2014,XOne,2013,Misc,Ubisoft,0.3,0.11,0,0.04,0.45 +4411,Yu-Gi-Oh! Capsule Monster Coliseum,PS2,2004,Misc,Konami Digital Entertainment,0.22,0.17,0,0.06,0.44 +4412,Payday 2,PS3,2013,Shooter,505 Games,0.21,0.15,0,0.08,0.44 +4413,Major League Baseball 2K6,PS2,2006,Sports,Spike,0.37,0.01,0,0.06,0.44 +4414,Jampack Volume 13 (RP-M),PS2,2005,Misc,Sony Computer Entertainment,0.37,0.01,0,0.06,0.44 +4415,World Soccer Winning Eleven 9,XB,2005,Sports,Konami Digital Entertainment,0.06,0.33,0.02,0.03,0.44 +4416,NBA Live 2000,N64,1999,Sports,Electronic Arts,0.42,0.02,0,0,0.44 +4417,Teenage Mutant Ninja Turtles 2: Battle Nexus,PS2,2004,Action,Konami Digital Entertainment,0.22,0.17,0,0.06,0.44 +4418,"SpongeBob SquarePants: Lights, Camera, Pants!",PS2,2005,Misc,THQ,0.37,0.01,0,0.06,0.44 +4419,Disney Infinity 3.0,X360,2015,Action,Disney Interactive Studios,0.19,0.21,0,0.04,0.44 +4420,TouchMaster 3,DS,2009,Puzzle,Warner Bros. Interactive Entertainment,0.3,0.11,0,0.04,0.44 +4421,The Thing,PS2,2002,Adventure,Vivendi Games,0.22,0.17,0,0.06,0.44 +4422,Disney Infinity 3.0,WiiU,2015,Action,Disney Interactive Studios,0.2,0.21,0,0.04,0.44 +4423,Van Helsing,PS2,2004,Action,Activision,0.22,0.17,0,0.06,0.44 +4424,X-Men Legends II: Rise of Apocalypse,XB,2005,Role-Playing,Activision,0.3,0.12,0,0.02,0.44 +4425,Food Network: Cook or Be Cooked,Wii,2009,Misc,Namco Bandai Games,0.41,0,0,0.03,0.44 +4426,Transformers: Fall of Cybertron,X360,2012,Action,Activision,0.28,0.13,0,0.04,0.44 +4427,Metro: Last Light,PS3,2013,Action,Deep Silver,0.14,0.2,0.03,0.08,0.44 +4428,The Urbz: Sims in the City (all regions sales),DS,2004,Simulation,Electronic Arts,0.4,0.01,0.02,0,0.44 +4429,Spawn: Armageddon,PS2,2003,Action,Electronic Arts,0.22,0.17,0,0.06,0.44 +4430,The Godfather (US sales),XB,2006,Action,Electronic Arts,0.33,0.1,0,0.02,0.44 +4431,DmC: Devil May Cry,X360,2013,Action,Capcom,0.26,0.13,0.01,0.04,0.44 +4432,Plants vs. Zombies: Garden Warfare 2,XOne,2016,Shooter,Electronic Arts,0.26,0.15,0,0.04,0.44 +4433,World Stadium EX,PS,1996,Sports,Namco Bandai Games,0,0,0.41,0.03,0.44 +4434,Tiger Woods PGA Tour 2003,XB,2002,Sports,Electronic Arts,0.35,0.08,0,0.01,0.44 +4435,Battlefield 2: Modern Combat,PS2,2005,Shooter,Electronic Arts,0.37,0.01,0,0.06,0.44 +4436,G-Force,Wii,2009,Action,Disney Interactive Studios,0.19,0.2,0,0.05,0.44 +4437,Ben 10 Alien Force: Vilgax Attacks,Wii,2009,Action,D3Publisher,0.25,0.15,0,0.04,0.44 +4438,50 Cent: Bulletproof,XB,2005,Action,Vivendi Games,0.33,0.1,0,0.02,0.44 +4439,Densetsu no Stafi 2,GBA,2003,Platform,Nintendo,0,0,0.43,0.01,0.44 +4440,Independence Day,PS,1997,Shooter,Fox Interactive,0.25,0.17,0,0.03,0.44 +4441,Need for Speed: Shift 2 Unleashed,X360,2011,Racing,Electronic Arts,0.18,0.22,0,0.04,0.44 +4442,Chocobo Racing,PS,1999,Racing,SquareSoft,0.07,0.05,0.3,0.03,0.44 +4443,Ninja Gaiden 3,PS3,2012,Action,Tecmo Koei,0.19,0.1,0.11,0.05,0.44 +4444,Child of Eden,X360,2011,Shooter,Ubisoft,0.28,0.12,0,0.04,0.44 +4445,LEGO Star Wars II: The Original Trilogy,XB,2006,Action,LucasArts,0.33,0.1,0,0.02,0.44 +4446,Family Fest Presents Circus Games,Wii,2008,Misc,Ubisoft,0.1,0.29,0,0.05,0.44 +4447,My Spanish Coach,DS,2007,Misc,Ubisoft,0.4,0.01,0,0.03,0.44 +4448,The Darkness,X360,2007,Shooter,Take-Two Interactive,0.36,0.04,0.01,0.04,0.44 +4449,Gundam SEED: Federation vs. Z.A.F.T.,PS2,2005,Shooter,Namco Bandai Games,0,0,0.44,0,0.44 +4450,Ms. Pac-Man Maze Madness,PS,2000,Puzzle,Namco Bandai Games,0.25,0.17,0,0.03,0.44 +4451,Blood Omen: Legacy of Kain,PS,1996,Role-Playing,Crystal Dynamics,0.25,0.17,0,0.03,0.44 +4452,Super Bomberman 4,SNES,1996,Puzzle,Hudson Soft,0,0,0.44,0,0.44 +4453,Bomberman II,NES,1991,Puzzle,Hudson Soft,0.16,0.03,0.15,0.1,0.44 +4454,Duke Nukem 64,N64,1997,Shooter,GT Interactive,0.35,0.08,0,0.01,0.44 +4455,Sin and Punishment: Star Successor,Wii,2009,Shooter,Nintendo,0.2,0.14,0.06,0.04,0.44 +4456,Jump Start Pet Rescue,Wii,2009,Misc,Knowledge Adventure,0.41,0,0,0.03,0.44 +4457,Naughty Bear,PS3,2010,Action,505 Games,0.18,0.18,0,0.07,0.44 +4458,"SpongeBob SquarePants: Lights, Camera, Pants!",GC,2005,Misc,THQ,0.34,0.09,0,0.01,0.44 +4459,Super Robot Taisen OG: Original Generations,PS2,2007,Strategy,Banpresto,0,0,0.44,0,0.44 +4460,Army Men World War: Final Front,PS,2001,Action,3DO,0.24,0.17,0,0.03,0.44 +4461,Petz: Horsez 2,DS,2007,Simulation,Ubisoft,0.41,0,0,0.03,0.44 +4462,Puppy Luv: Spa and Resort,DS,2007,Simulation,Activision,0.4,0,0,0.03,0.44 +4463,Yu-Gi-Oh! 5D's Tag Force 4,PSP,2009,Strategy,Konami Digital Entertainment,0.19,0.07,0.12,0.06,0.44 +4464,MX Unleashed,XB,2004,Racing,THQ,0.34,0.08,0,0.02,0.44 +4465,Jikkyou Powerful Pro Yakyuu 9,PS2,2002,Sports,Konami Digital Entertainment,0,0,0.44,0,0.44 +4466,Grind Session,PS,2000,Sports,Sony Computer Entertainment,0.24,0.17,0,0.03,0.44 +4467,Naruto: Gekito Ninja Taisen! 3,GC,2004,Fighting,Tomy Corporation,0,0,0.43,0.01,0.44 +4468,Barbie: Groom and Glam Pups,DS,2010,Action,THQ,0.26,0.14,0,0.04,0.44 +4469,Wario World,GC,2003,Platform,Nintendo,0.34,0.09,0,0.01,0.44 +4470,Scooby-Doo! Mystery Mayhem,GBA,2003,Action,THQ,0.31,0.12,0,0.01,0.44 +4471,Super Breakout,2600,N/A,Puzzle,Atari,0.41,0.03,0,0,0.44 +4472,Taiko no Tatsujin: Doki! Shinkyoku Darake no Haru Matsuri,PS2,2003,Misc,Namco Bandai Games,0,0,0.44,0,0.44 +4473,Deer Drive,DS,2010,Sports,Mastiff,0.41,0,0,0.02,0.44 +4474,Robert Ludlum's The Bourne Conspiracy,X360,N/A,Action,Vivendi Games,0.26,0.14,0,0.04,0.44 +4475,Just Dance 4,PS3,2012,Misc,Ubisoft,0.26,0.12,0,0.06,0.44 +4476,TimeSplitters 2,GC,2002,Shooter,Eidos Interactive,0.34,0.09,0,0.01,0.44 +4477,Battlebots: Design & Destroy,GBA,2003,Action,Majesco Entertainment,0.31,0.12,0,0.01,0.44 +4478,Devil May Cry HD Collection,X360,2012,Action,Capcom,0.28,0.11,0.01,0.03,0.44 +4479,Eternal Darkness: Sanity's Requiem,GC,2002,Adventure,Nintendo,0.34,0.09,0,0.01,0.44 +4480,Power Rangers: S.P.D.,GBA,2004,Action,THQ,0.31,0.12,0,0.01,0.44 +4481,Naruto: Ultimate Ninja 3,PS2,2005,Fighting,Atari,0.36,0.01,0,0.06,0.44 +4482,SingStar Motown,PS2,2009,Misc,Sony Computer Entertainment,0,0.06,0,0.38,0.44 +4483,Neon Genesis Evangelion,SAT,1996,Adventure,Sega,0,0,0.44,0,0.44 +4484,Nicktoons: Attack of the Toybots,Wii,2007,Platform,THQ,0.4,0,0,0.03,0.44 +4485,Mobile Suit Gundam: One Year War,PS2,2005,Action,Namco Bandai Games,0,0,0.44,0,0.44 +4486,Tongari Boushi to Mahou no Otana,DS,2010,Simulation,Konami Digital Entertainment,0,0,0.44,0,0.44 +4487,NFL Blitz 20-03,PS2,2002,Sports,Midway Games,0.21,0.17,0,0.06,0.44 +4488,Just Dance: Summer Party,Wii,2011,Misc,Ubisoft,0.41,0,0,0.03,0.44 +4489,SpongeBob's Atlantis SquarePantis,PS2,2007,Action,THQ,0.36,0.01,0,0.06,0.44 +4490,Dragon Ball Z: Shin Budokai - Another Road,PSP,2007,Fighting,Atari,0.19,0.09,0.08,0.07,0.44 +4491,Master of Illusion,DS,2006,Puzzle,Nintendo,0.16,0,0.26,0.01,0.44 +4492,Star Wars: Jedi Starfighter,XB,2002,Simulation,Activision,0.35,0.07,0,0.02,0.44 +4493,Remington Great American Bird Hunt,Wii,2009,Sports,Mastiff,0.41,0,0,0.03,0.44 +4494,Classic NES Series: Metroid,GBA,2004,Adventure,Nintendo,0.26,0.1,0.07,0.01,0.43 +4495,Alpha Protocol,PS3,2010,Role-Playing,Sega,0.19,0.18,0,0.07,0.43 +4496,Tetris Axis,3DS,2011,Puzzle,Tetris Online,0.2,0.13,0.06,0.03,0.43 +4497,Dora the Explorer: Dora Puppy,DS,2009,Misc,Take-Two Interactive,0.39,0.01,0,0.03,0.43 +4498,Primal,PS2,2003,Action,Sony Computer Entertainment,0.21,0.17,0,0.06,0.43 +4499,Madden NFL 2002,N64,2001,Sports,Electronic Arts,0.41,0.02,0,0,0.43 +4500,Need for Speed Underground 2,GBA,2004,Racing,Electronic Arts,0.31,0.12,0,0.01,0.43 +4501,007: Quantum of Solace,PS2,2008,Action,Activision,0.17,0,0,0.26,0.43 +4502,Spec Ops: Covert Assault,PS,2001,Shooter,Take-Two Interactive,0.24,0.16,0,0.03,0.43 +4503,SSX Tricky,XB,2001,Sports,Electronic Arts,0.32,0.09,0,0.02,0.43 +4504,Flight Control Rocket,GBA,2005,Simulation,THQ,0.31,0.12,0,0.01,0.43 +4505,FIFA 14,PC,2013,Sports,Electronic Arts,0.01,0.36,0,0.06,0.43 +4506,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",PS2,2005,Action,Disney Interactive Studios,0.36,0.01,0,0.06,0.43 +4507,Trials Fusion,PS4,2014,Racing,Ubisoft,0.13,0.21,0.01,0.08,0.43 +4508,Wheel of Fortune,DS,2010,Misc,THQ,0.41,0,0,0.03,0.43 +4509,NiGHTS into dreams...,SAT,1996,Platform,Sega,0,0,0.43,0,0.43 +4510,NCAA Football 2004,XB,2003,Sports,Electronic Arts,0.4,0.02,0,0.02,0.43 +4511,Overwatch,PC,2016,Shooter,Activision,0.22,0.18,0,0.04,0.43 +4512,Rock Band 4,XOne,2015,Misc,Harmonix Music Systems,0.35,0.04,0,0.04,0.43 +4513,NBA Jam,Wii,2010,Sports,Electronic Arts,0.38,0.03,0,0.03,0.43 +4514,Bionicle,PS2,2003,Action,Electronic Arts,0.21,0.17,0,0.06,0.43 +4515,Minecraft,WiiU,2016,Misc,Microsoft Game Studios,0.18,0.09,0.14,0.03,0.43 +4516,MLB 2002,PS,2001,Sports,Sony Computer Entertainment,0.24,0.16,0,0.03,0.43 +4517,Sleeping Dogs,PS4,2014,Action,Square Enix,0.16,0.2,0,0.07,0.43 +4518,TimeSplitters,PS2,2000,Shooter,Eidos Interactive,0.21,0.17,0,0.06,0.43 +4519,Barnstorming,2600,1981,Action,Activision,0.4,0.02,0,0,0.43 +4520,InuYasha: The Secret of the Cursed Mask,PS2,2004,Role-Playing,Namco Bandai Games,0.21,0.17,0,0.06,0.43 +4521,Rune Factory 3: A Fantasy Harvest Moon,DS,2009,Role-Playing,Rising Star Games,0.28,0.03,0.1,0.02,0.43 +4522,The Powerpuff Girls: Him and Seek,GBA,2002,Platform,BAM! Entertainment,0.31,0.11,0,0.01,0.43 +4523,Mega Man Zero 2,GBA,2003,Platform,Capcom,0.18,0.07,0.17,0.01,0.43 +4524,Wonder Project J: Kikai no Shonen Pino,SNES,1994,Simulation,Enix Corporation,0,0,0.43,0,0.43 +4525,2010 FIFA World Cup South Africa,Wii,2010,Sports,Electronic Arts,0.23,0.15,0.01,0.04,0.43 +4526,Atelier Totori: The Adventurer of Arland,PS3,2010,Role-Playing,Nippon Ichi Software,0.12,0.07,0.21,0.03,0.43 +4527,Spec Ops: The Line,X360,2012,Shooter,Take-Two Interactive,0.21,0.19,0,0.04,0.43 +4528,The Fairly Odd Parents: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.31,0.11,0,0.01,0.43 +4529,Ghostbusters: The Video Game,PS2,2009,Action,Atari,0.15,0.04,0,0.24,0.43 +4530,Hunter: The Reckoning Wayward,PS2,2003,Action,Interplay,0.21,0.16,0,0.06,0.43 +4531,How to Train Your Dragon,Wii,2010,Action,Activision,0.24,0.15,0,0.04,0.43 +4532,Command & Conquer 3: Tiberium Wars,X360,2007,Strategy,Electronic Arts,0.35,0.05,0,0.03,0.43 +4533,WipEout 64,N64,1998,Racing,Midway Games,0.28,0.14,0,0.01,0.43 +4534,Mischief Makers,N64,1997,Platform,Nintendo,0.25,0.06,0.07,0.06,0.43 +4535,Max Payne 3,PC,2012,Shooter,Take-Two Interactive,0.15,0.22,0,0.06,0.43 +4536,Petz Bunnyz,DS,2008,Simulation,Ubisoft,0.39,0.01,0,0.03,0.43 +4537,Castlevania: Portrait of Ruin,DS,2006,Platform,Konami Digital Entertainment,0.33,0.03,0.04,0.03,0.43 +4538,NHL Slapshot,Wii,N/A,Sports,Unknown,0.4,0,0,0.02,0.43 +4539,EyeToy: AntiGrav,PS2,2004,Sports,Sony Computer Entertainment,0.36,0.01,0,0.06,0.43 +4540,FIFA 14,Wii,2013,Sports,Electronic Arts,0,0.38,0,0.05,0.43 +4541,EverQuest Online Adventures,PS2,2003,Role-Playing,Sony Online Entertainment,0.21,0.16,0,0.05,0.43 +4542,Cool Boarders,PS,1996,Sports,Sony Computer Entertainment,0.1,0.07,0.24,0.03,0.43 +4543,"999: Nine Hours, Nine Persons, Nine Doors",DS,2009,Adventure,ChunSoft,0.37,0,0.03,0.03,0.43 +4544,Mobile Suit Gundam: Zeonic Front,PS2,2001,Simulation,Namco Bandai Games,0.09,0.07,0.25,0.02,0.43 +4545,Zone of the Enders HD Collection,PS3,2012,Simulation,Konami Digital Entertainment,0.21,0.08,0.09,0.05,0.43 +4546,Def Jam Icon,PS3,2007,Action,Electronic Arts,0.16,0.19,0,0.08,0.43 +4547,Tales of the World: Radiant Mythology,PSP,2006,Role-Playing,Ubisoft,0.17,0.01,0.23,0.02,0.43 +4548,Monopoly,PS2,2008,Misc,Electronic Arts,0.21,0.16,0,0.05,0.43 +4549,Dawn of Mana,PS2,2006,Role-Playing,Square Enix,0.07,0.05,0.29,0.02,0.43 +4550,Microsoft Flight Simulator X,PC,2006,Simulation,Microsoft Game Studios,0.02,0.34,0,0.07,0.43 +4551,Lego Batman 3: Beyond Gotham,XOne,2014,Action,Warner Bros. Interactive Entertainment,0.23,0.17,0,0.04,0.43 +4552,Madden NFL 2003,GC,2002,Sports,Electronic Arts,0.33,0.09,0,0.01,0.43 +4553,NASCAR Kart Racing,Wii,2009,Racing,Electronic Arts,0.39,0,0,0.03,0.43 +4554,Disney Sing It,X360,2008,Misc,Disney Interactive Studios,0.39,0.01,0,0.03,0.43 +4555,Backyard Baseball,GBA,2002,Sports,Atari,0.31,0.11,0,0.01,0.43 +4556,Call of Duty: Black Ops II,WiiU,2012,Shooter,Activision,0.21,0.18,0,0.03,0.43 +4557,TRON: Evolution,PS3,2010,Action,Disney Interactive Studios,0.27,0.1,0,0.05,0.43 +4558,Midway Arcade Treasures,XB,2003,Misc,Midway Games,0.33,0.08,0,0.01,0.43 +4559,Call of Duty: Modern Warfare: Mobilized,DS,2009,Shooter,Activision,0.37,0.02,0,0.03,0.43 +4560,Petz: Horsez 2,Wii,2007,Simulation,Ubisoft,0.39,0,0,0.03,0.43 +4561,The Smurfs,DS,2011,Action,Ubisoft,0.24,0.14,0,0.04,0.43 +4562,Bakugan: Battle Brawlers,PS2,2009,Action,Activision,0.21,0.16,0,0.05,0.43 +4563,NHL FaceOff 99,PS,1997,Sports,989 Studios,0.24,0.16,0,0.03,0.43 +4564,Skylanders: Trap Team,PS4,2014,Action,Activision,0.18,0.17,0,0.07,0.43 +4565,SEGA Classics Collection,PS2,2005,Misc,Sega,0.21,0.16,0,0.05,0.43 +4566,Pirates of the Caribbean: At World's End,PSP,2007,Action,Disney Interactive Studios,0.15,0.17,0,0.1,0.43 +4567,Juiced: Eliminator,PSP,2006,Racing,THQ,0.11,0.2,0,0.12,0.43 +4568,Naruto: Ninja Council 3,DS,2006,Action,D3Publisher,0.39,0,0,0.03,0.42 +4569,Neon Genesis Evangelion 2nd Impression,SAT,1997,Role-Playing,Sega,0,0,0.42,0,0.42 +4570,Dai-2-Ji Super Robot Taisen Z: Hakai-hen,PSP,2011,Strategy,Banpresto,0,0,0.42,0,0.42 +4571,NBA Street,GC,2002,Sports,Electronic Arts,0.33,0.09,0,0.01,0.42 +4572,Ben 10 Alien Force: Vilgax Attacks,DS,2009,Action,D3Publisher,0.22,0.16,0,0.04,0.42 +4573,Ben 10 Alien Force: Vilgax Attacks,PSP,2009,Action,D3Publisher,0.13,0.19,0,0.11,0.42 +4574,Valkyrie Profile: Covenant of the Plume,DS,2008,Role-Playing,Square Enix,0.23,0.02,0.16,0.02,0.42 +4575,The Legend of Spyro: The Eternal Night,PS2,2007,Platform,Vivendi Games,0.21,0.16,0,0.05,0.42 +4576,Mega Man Battle Network,GBA,2001,Role-Playing,Capcom,0.14,0.05,0.22,0.01,0.42 +4577,LEGO Rock Band,PS3,2009,Misc,Warner Bros. Interactive Entertainment,0.24,0.13,0,0.06,0.42 +4578,25 to Life,PS2,2006,Shooter,Eidos Interactive,0.35,0.01,0,0.06,0.42 +4579,NHL 2K6,PS2,2005,Sports,Take-Two Interactive,0.21,0.16,0,0.05,0.42 +4580,Medal of Honor: Rising Sun,GC,2003,Shooter,Electronic Arts,0.33,0.09,0,0.01,0.42 +4581,The Sims,XB,2003,Simulation,Electronic Arts,0.31,0.1,0,0.01,0.42 +4582,Guitar Hero: Smash Hits,X360,2009,Misc,Activision,0.23,0.15,0,0.04,0.42 +4583,Dog's Life,PS2,2003,Adventure,Sony Computer Entertainment,0.21,0.16,0,0.05,0.42 +4584,The X Files,PS,1999,Adventure,Sony Computer Entertainment,0.24,0.16,0,0.03,0.42 +4585,Super Wagyan Land,SNES,1991,Action,Namco Bandai Games,0,0,0.42,0,0.42 +4586,Rascal,PS,1998,Action,Psygnosis,0.24,0.16,0,0.03,0.42 +4587,Hometown Story,3DS,2013,Role-Playing,Rising Star Games,0.22,0.13,0.04,0.04,0.42 +4588,Tony Hawk's American Wasteland,GC,2005,Sports,Activision,0.33,0.08,0,0.01,0.42 +4589,Top Spin 4,X360,2011,Sports,Take-Two Interactive,0.15,0.23,0,0.04,0.42 +4590,Famicom Mini: Super Mario Bros. 2,GBA,2004,Platform,Nintendo,0,0,0.41,0.01,0.42 +4591,Crash: Mind Over Mutant,DS,2008,Platform,Vivendi Games,0.39,0,0,0.03,0.42 +4592,Medal of Honor Heroes 2,Wii,2007,Shooter,Electronic Arts,0.34,0.04,0.01,0.04,0.42 +4593,Yu-Gi-Oh! GX: Tag Force 2,PSP,2007,Strategy,Konami Digital Entertainment,0.03,0.2,0.1,0.11,0.42 +4594,Colony Wars,PS,1997,Simulation,Psygnosis,0.24,0.16,0,0.03,0.42 +4595,All-Star Baseball 2004,PS2,2003,Sports,Acclaim Entertainment,0.21,0.16,0,0.05,0.42 +4596,Big Strike Bowling,PS,2003,Sports,Gotham Games,0.23,0.16,0,0.03,0.42 +4597,Ragnarok Odyssey,PSV,2012,Role-Playing,GungHo,0.22,0.01,0.16,0.03,0.42 +4598,Harry Potter and the Deathly Hallows - Part 1,DS,2010,Action,Electronic Arts,0.2,0.19,0,0.04,0.42 +4599,Horsez,DS,2006,Simulation,Ubisoft,0.38,0.01,0,0.03,0.42 +4600,SpongeBob's Truth or Square (US sales),DS,2009,Action,THQ,0.42,0,0,0,0.42 +4601,NASCAR Thunder 2002,PS,2001,Racing,Electronic Arts,0.23,0.16,0,0.03,0.42 +4602,Grandia,SAT,1997,Role-Playing,ESP,0,0,0.42,0,0.42 +4603,ESPN NHL 2K5,XB,2004,Sports,Global Star,0.32,0.09,0,0.02,0.42 +4604,Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005,GBA,2005,Misc,Konami Digital Entertainment,0.3,0.11,0,0.01,0.42 +4605,Hot Wheels World Race,PS2,2003,Racing,THQ,0.21,0.16,0,0.05,0.42 +4606,Avatar: The Last Airbender - The Burning Earth,PS2,2007,Action,THQ,0.21,0.16,0,0.05,0.42 +4607,Superman: Shadow of Apokolips,PS2,2002,Action,Atari,0.21,0.16,0,0.05,0.42 +4608,NiGHTS: Journey of Dreams,Wii,2007,Platform,Sega,0.33,0.03,0.04,0.03,0.42 +4609,American Chopper,PS2,2004,Racing,Zoo Digital Publishing,0.35,0.01,0,0.06,0.42 +4610,Vanquish,X360,2010,Shooter,Sega,0.19,0.17,0.03,0.04,0.42 +4611,Star Wars Trilogy: Apprentice of the Force,GBA,2004,Action,Ubisoft,0.3,0.11,0,0.01,0.42 +4612,Marvel Super Hero Squad,DS,2009,Fighting,THQ,0.37,0.02,0,0.03,0.42 +4613,Lemony Snicket's A Series of Unfortunate Events,GBA,2004,Platform,Activision,0.3,0.11,0,0.01,0.42 +4614,JGTC: All-Japan Grand Touring Car Championship,PS,1998,Racing,TYO,0.23,0.16,0,0.03,0.42 +4615,NBA Live 06,PSP,2005,Sports,Electronic Arts,0.39,0,0,0.03,0.42 +4616,Arc the Lad III,PS,1999,Role-Playing,Sony Computer Entertainment,0,0,0.39,0.03,0.42 +4617,Solitaire Overload,DS,2007,Misc,Telegames,0.39,0,0,0.03,0.42 +4618,Mobile Suit Gundam: Gundam vs. Gundam,PSP,2008,Fighting,Namco Bandai Games,0,0,0.42,0,0.42 +4619,Test Drive,XB,2002,Racing,Atari,0.35,0.05,0,0.02,0.42 +4620,Jikkyou Powerful Pro Yakyuu 11,PS2,2004,Sports,Konami Digital Entertainment,0,0,0.42,0,0.42 +4621,Ghost Trick: Phantom Detective,DS,2010,Adventure,Capcom,0.2,0.08,0.12,0.03,0.42 +4622,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,PS2,2003,Action,THQ,0.21,0.16,0,0.05,0.42 +4623,Rush 2: Extreme Racing USA,N64,1998,Racing,Midway Games,0.35,0.06,0,0,0.42 +4624,NFL Blitz 2001,N64,2000,Sports,Midway Games,0.34,0.07,0,0,0.42 +4625,Dr. Mario 64,N64,2001,Puzzle,Nintendo,0.34,0.07,0,0,0.42 +4626,Jikkyou Powerful Pro Yakyuu 6,N64,1999,Sports,Konami Digital Entertainment,0,0,0.39,0.03,0.42 +4627,Army Men: Sarge's Heroes 2,N64,2000,Shooter,3DO,0.34,0.07,0,0,0.42 +4628,James Bond 007: Everything or Nothing,GC,2004,Shooter,Electronic Arts,0.32,0.08,0,0.01,0.42 +4629,Green Day: Rock Band,PS3,2010,Misc,MTV Games,0.19,0.16,0,0.07,0.42 +4630,Wolfenstein: The Old Blood,PS4,2015,Action,Bethesda Softworks,0.09,0.25,0.02,0.06,0.42 +4631,MLB 08: The Show,PS2,2008,Sports,Sony Computer Entertainment,0.35,0.01,0,0.06,0.42 +4632,Disney Infinity 2.0: Marvel Super Heroes,XOne,2014,Action,Disney Interactive Studios,0.24,0.15,0,0.03,0.42 +4633,Dance Dance Revolution Ultramix 2,XB,2004,Simulation,Konami Digital Entertainment,0.32,0.09,0,0.02,0.42 +4634,Mega Man Anniversary Collection,GC,2004,Platform,Capcom,0.32,0.08,0,0.01,0.42 +4635,Blazing Angels: Squadrons of WWII,X360,2006,Simulation,Ubisoft,0.36,0.03,0,0.03,0.42 +4636,Super Famista 4,SNES,1995,Sports,Namco Bandai Games,0,0,0.42,0,0.42 +4637,The Fairly Odd Parents: Game Boy Advance Video Volume 2,GBA,2004,Misc,N/A,0.3,0.11,0,0.01,0.42 +4638,Cabela's Legendary Adventures,PS2,2008,Sports,Activision,0.21,0.16,0,0.05,0.42 +4639,Taiko no Tatsujin DS: Dororon! Youkai Daikessen!!,DS,2010,Misc,Namco Bandai Games,0,0,0.42,0,0.42 +4640,Harry Potter and the Goblet of Fire,GC,2005,Action,Electronic Arts,0.32,0.08,0,0.01,0.42 +4641,JumpStart: Escape from Adventure Island,Wii,2009,Adventure,Knowledge Adventure,0.39,0,0,0.03,0.42 +4642,Thrillville: Off the Rails,PS2,2007,Strategy,LucasArts,0.2,0.16,0,0.05,0.42 +4643,Style Lab: Makeover,DS,2009,Simulation,Ubisoft,0.35,0.03,0,0.03,0.42 +4644,Condemned: Criminal Origins,X360,2005,Action,Sega,0.36,0.03,0,0.03,0.42 +4645,Mega Man X6,PS,2001,Action,Capcom,0.14,0.1,0.16,0.03,0.42 +4646,Monster Jam: Urban Assault,Wii,2008,Racing,Activision,0.39,0,0,0.03,0.42 +4647,BloodRayne,PS2,2002,Shooter,Universal Interactive,0.2,0.16,0,0.05,0.42 +4648,Kumamon Bomber: Puzzle de Kumamon Taisou,GC,2005,Puzzle,Sega,0.32,0.08,0,0.01,0.42 +4649,Castlevania: Curse of Darkness,PS2,2005,Action,Konami Digital Entertainment,0.18,0.14,0.05,0.05,0.42 +4650,Tom Clancy's HAWX 2,PS3,2010,Action,Ubisoft,0.21,0.12,0.03,0.05,0.42 +4651,Harvest Moon: Grand Bazaar,DS,2008,Simulation,Rising Star Games,0.22,0.05,0.13,0.02,0.42 +4652,International Superstar Soccer Pro '98,PS,1998,Sports,Konami Digital Entertainment,0.02,0.02,0.35,0.03,0.42 +4653,Jimmy Neutron: Boy Genius,GBA,2001,Platform,THQ,0.3,0.11,0,0.01,0.42 +4654,Black,XB,2006,Shooter,Electronic Arts,0.31,0.09,0,0.01,0.42 +4655,Zack & Wiki: Quest for Barbaros' Treasure,Wii,2007,Adventure,Nintendo,0.18,0.17,0.03,0.04,0.42 +4656,Double Pack: Finding Nemo / The Incredibles,XB,2006,Action,THQ,0.31,0.09,0,0.01,0.42 +4657,Star Wars The Clone Wars: Republic Heroes,PSP,2009,Action,LucasArts,0.21,0.13,0,0.08,0.42 +4658,NBA 2K11,PSP,2010,Action,Take-Two Interactive,0.39,0,0,0.03,0.42 +4659,Animal Crossing: Amiibo Festival,WiiU,2015,Misc,Nintendo,0.19,0.11,0.09,0.03,0.42 +4660,Hyrule Warriors,3DS,2016,Action,Nintendo,0.16,0.12,0.11,0.03,0.42 +4661,Harry Potter and the Deathly Hallows - Part 1,PS3,2010,Action,Electronic Arts,0.13,0.21,0,0.08,0.42 +4662,Fishing Resort,Wii,2011,Sports,Namco Bandai Games,0.16,0,0.25,0.01,0.42 +4663,WWE All Stars,PS3,2011,Fighting,THQ,0.16,0.18,0,0.07,0.42 +4664,Lord of the Rings: The Third Age,XB,2004,Role-Playing,Electronic Arts,0.31,0.09,0,0.01,0.42 +4665,Football Manager Handheld 2011,PSP,2010,Sports,Sega,0,0.28,0,0.14,0.42 +4666,Pirates of the Caribbean: At World's End,PS2,2007,Action,Disney Interactive Studios,0.2,0.16,0,0.05,0.42 +4667,Mega Man Legends 2,PS,2000,Adventure,Capcom,0.17,0.12,0.1,0.03,0.42 +4668,X-Men vs. Street Fighter,PS,1997,Fighting,Capcom,0.16,0.11,0.12,0.03,0.42 +4669,High Rollers Casino,PS2,2004,Misc,Mud Duck Productions,0.2,0.16,0,0.05,0.42 +4670,Castlevania: The Dracula X Chronicles,PSP,2007,Platform,Konami Digital Entertainment,0.22,0.09,0.04,0.07,0.42 +4671,The Suffering,PS2,2004,Action,Midway Games,0.2,0.16,0,0.05,0.42 +4672,Cyber Troopers Virtual-On,SAT,1995,Fighting,Sega,0,0,0.42,0,0.42 +4673,Katamari Forever,PS3,2009,Puzzle,Namco Bandai Games,0.26,0.05,0.06,0.04,0.42 +4674,Star Wars Starfighter: Special Edition,XB,2001,Simulation,LucasArts,0.3,0.1,0,0.02,0.42 +4675,TimeShift,X360,2007,Shooter,Vivendi Games,0.36,0.02,0,0.03,0.41 +4676,NBA Jam,PS2,2003,Sports,Acclaim Entertainment,0.2,0.16,0,0.05,0.41 +4677,Zone of the Enders: The 2nd Runner,PS2,2003,Simulation,Konami Digital Entertainment,0.15,0.12,0.11,0.04,0.41 +4678,Ghostbusters: The Video Game,DS,2009,Action,Atari,0.26,0.12,0,0.04,0.41 +4679,Attack on Titan: Humanity in Chains,3DS,2013,Action,Screenlife,0,0,0.41,0,0.41 +4680,Jampack Spring 2004 (RP-T),PS2,2003,Misc,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4681,Dexter's Laboratory Deesaster Strikes,GBA,2001,Adventure,BAM! Entertainment,0.3,0.11,0,0.01,0.41 +4682,NFL GameDay 2004,PS2,2003,Sports,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4683,Scooby-Doo and the Cyber Chase,GBA,2001,Adventure,Ubisoft,0.3,0.11,0,0.01,0.41 +4684,Danganronpa: Trigger Happy Havoc,PSV,2013,Misc,Nippon Ichi Software,0.14,0.07,0.15,0.06,0.41 +4685,TERA,PC,N/A,Role-Playing,Unknown,0.24,0.12,0,0.05,0.41 +4686,Tomb Raider: The Last Revelation,PC,1998,Action,Eidos Interactive,0.41,0,0,0,0.41 +4687,pro evolution soccer 2011,PS2,2010,Sports,Konami Digital Entertainment,0.04,0.21,0.05,0.11,0.41 +4688,Sega Rally Championship 2,DC,1999,Racing,Sega,0,0,0.41,0,0.41 +4689,Quake II,PS,1998,Shooter,Activision,0.23,0.16,0,0.03,0.41 +4690,Crash of the Titans,PS2,2007,Action,Vivendi Games,0.34,0.01,0,0.06,0.41 +4691,BioShock,PC,2007,Shooter,Take-Two Interactive,0.01,0.39,0,0.02,0.41 +4692,Cars: Mater-National Championship,PS3,2007,Racing,THQ,0.37,0.01,0,0.03,0.41 +4693,MLB 10: The Show,PS2,2010,Sports,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4694,Wheel of Fortune: 2nd Edition,PS,2000,Misc,Hasbro Interactive,0.23,0.16,0,0.03,0.41 +4695,Tom Clancy's Rainbow Six: Lockdown,XB,2005,Shooter,Ubisoft,0.26,0.13,0,0.02,0.41 +4696,Mobile Suit Gundam: Gundam vs. Gundam NEXT PLUS,PSP,2009,Fighting,Namco Bandai Games,0,0,0.41,0,0.41 +4697,Cool Boarders 2001,PS,2000,Sports,Sony Computer Entertainment,0.23,0.16,0,0.03,0.41 +4698,Grudge Warriors,PS,1999,Action,Take-Two Interactive,0.23,0.16,0,0.03,0.41 +4699,World Soccer Jikkyou Winning Eleven 2000: U-23 Medal heno Chousen,PS,2000,Sports,Konami Digital Entertainment,0,0,0.39,0.03,0.41 +4700,Destiny: The Taken King,PS3,2015,Shooter,Activision,0.16,0.17,0.02,0.06,0.41 +4701,Mobile Suit Gundam,SAT,1995,Action,Namco Bandai Games,0,0,0.41,0,0.41 +4702,Mass Effect Trilogy,X360,2012,Action,Electronic Arts,0.28,0.1,0,0.03,0.41 +4703,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",PSP,2009,Shooter,Activision,0.17,0.15,0,0.09,0.41 +4704,Wolfenstein: The New Order,X360,2014,Shooter,Bethesda Softworks,0.18,0.19,0,0.04,0.41 +4705,James Patterson Women's Murder Club: Games of Passion,DS,2009,Adventure,THQ,0.15,0.22,0,0.05,0.41 +4706,Farming Simulator 2015,X360,2015,Simulation,Koch Media,0.21,0.16,0,0.04,0.41 +4707,Jimmy Neutron: Boy Genius,PS2,2002,Platform,THQ,0.2,0.16,0,0.05,0.41 +4708,Itadaki Street DS,DS,2007,Misc,Square Enix,0,0,0.41,0,0.41 +4709,Castlevania: Order of Ecclesia,DS,2008,Platform,Konami Digital Entertainment,0.31,0.03,0.04,0.03,0.41 +4710,BlazBlue: Continuum Shift,PS3,2010,Fighting,PQube,0.21,0.08,0.09,0.04,0.41 +4711,X-Men: The Official Game,PS2,2006,Action,Activision,0.2,0.16,0,0.05,0.41 +4712,300: March to Glory,PSP,2007,Action,Warner Bros. Interactive Entertainment,0.27,0.08,0,0.06,0.41 +4713,E0: Enemy Zero,SAT,1996,Adventure,Sega,0,0,0.41,0,0.41 +4714,Nicktoons: Unite!,PS2,2005,Adventure,THQ,0.34,0.01,0,0.06,0.41 +4715,Six Flags Fun Park,Wii,2009,Misc,Ubisoft,0.28,0.1,0,0.04,0.41 +4716,Spore Hero,Wii,2009,Simulation,Electronic Arts,0.36,0.03,0,0.03,0.41 +4717,Mass Effect Trilogy,PS3,2012,Action,Electronic Arts,0.37,0,0,0.04,0.41 +4718,NASCAR Racing,PS,1996,Racing,Pioneer LDC,0.23,0.16,0,0.03,0.41 +4719,LEGO Jurassic World,PSV,2015,Action,Warner Bros. Interactive Entertainment,0.09,0.23,0,0.09,0.41 +4720,Monotaro Dentetsu 2010: Sengoku Ishin no Hero Daishuugou! no Maki,Wii,2009,Misc,Hudson Soft,0,0,0.41,0,0.41 +4721,Up,PSP,2009,Action,THQ,0.24,0.1,0,0.07,0.41 +4722,Spider-Man: Web of Shadows,X360,2008,Action,Activision,0.36,0.02,0,0.03,0.41 +4723,Boku no Natsuyasumi 2: Umi no Bouken Hen,PS2,2002,Adventure,Sony Computer Entertainment,0,0,0.41,0,0.41 +4724,SpongeBob SquigglePants,Wii,2011,Misc,THQ,0.36,0.03,0,0.03,0.41 +4725,Cars: Race-O-Rama,PSP,2009,Racing,THQ,0.29,0.07,0,0.06,0.41 +4726,Fantastic Pets,X360,2011,Simulation,THQ,0.3,0.08,0,0.03,0.41 +4727,Command & Conquer: Red Alert,PS,1997,Strategy,Virgin Interactive,0.23,0.16,0,0.03,0.41 +4728,Star Wars The Clone Wars: Republic Heroes,DS,2009,Action,LucasArts,0.23,0.14,0,0.04,0.41 +4729,Dig Dug,NES,1985,Puzzle,Namco Bandai Games,0,0,0.41,0,0.41 +4730,Ogre Battle 64: Person of Lordly Caliber,N64,1999,Role-Playing,Nintendo,0.1,0.02,0.25,0.04,0.41 +4731,Superman: The New Superman Adventures,N64,1999,Action,Titus,0.33,0.07,0,0,0.41 +4732,UEFA Euro 2008 Austria-Switzerland,PS3,2008,Sports,Electronic Arts,0.08,0.27,0,0.06,0.41 +4733,The Terminator: Dawn of Fate,PS2,2002,Action,Atari,0.2,0.16,0,0.05,0.41 +4734,The LEGO Movie Videogame,PSV,2014,Action,Warner Bros. Interactive Entertainment,0.05,0.26,0,0.09,0.41 +4735,Rogue Galaxy: Director's Cut,PS2,2007,Role-Playing,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4736,Armored Core,PS,1997,Simulation,Sony Computer Entertainment,0.13,0.09,0.16,0.03,0.41 +4737,Monster Trucks Mayhem,Wii,2009,Racing,Zoo Games,0.39,0,0,0.02,0.41 +4738,Winter Sports 2: The Next Challenge,Wii,2008,Sports,RTL,0.18,0.19,0,0.04,0.41 +4739,Green Day: Rock Band,X360,2010,Misc,MTV Games,0.24,0.13,0,0.04,0.41 +4740,Densha De Go! 2,PS,1999,Simulation,Taito,0,0,0.38,0.03,0.41 +4741,Transformers: Fall of Cybertron,PS3,2012,Action,Activision,0.19,0.15,0,0.07,0.41 +4742,Call of Duty: Advanced Warfare,PC,2014,Shooter,Activision,0.14,0.23,0,0.04,0.41 +4743,Disney Princess: Enchanting Storybooks,Wii,2011,Misc,THQ,0.26,0.11,0,0.04,0.41 +4744,Monopoly Streets,PS3,2010,Misc,Electronic Arts,0.16,0.18,0,0.07,0.41 +4745,Band Hero,PS2,2009,Misc,Activision,0.15,0.06,0,0.2,0.41 +4746,The Wonderful 101,WiiU,2013,Action,Nintendo,0.2,0.1,0.08,0.03,0.41 +4747,No More Heroes 2: Desperate Struggle,Wii,2010,Action,Rising Star Games,0.21,0.12,0.04,0.03,0.41 +4748,Battlefield 2: Modern Combat,X360,2006,Shooter,Electronic Arts,0.35,0.02,0.01,0.03,0.41 +4749,Armored Core 2: Another Age,PS2,2001,Simulation,Metro 3D,0.11,0.08,0.19,0.03,0.41 +4750,Buzz! Junior: Jungle Party,PS2,2006,Misc,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4751,Mortal Kombat: Deadly Alliance,GC,2002,Fighting,Midway Games,0.31,0.08,0,0.01,0.41 +4752,Marvel: Ultimate Alliance,Wii,2006,Role-Playing,Activision,0.37,0.01,0,0.03,0.41 +4753,NBA 2K11,PS2,2010,Action,Take-Two Interactive,0.34,0.01,0,0.06,0.41 +4754,AKB1/48: Idol to Koishitara...,PSP,2010,Misc,Namco Bandai Games,0,0,0.41,0,0.41 +4755,Pro Pinball,PS,1996,Misc,Empire Interactive,0.23,0.15,0,0.03,0.41 +4756,'98 Koshien,PS,1998,Sports,Magical Company,0.15,0.1,0.12,0.03,0.41 +4757,NBA 2K9,PS2,2008,Sports,Take-Two Interactive,0.34,0.01,0,0.06,0.41 +4758,Yu-Gi-Oh! The Eternal Duelist Soul (JP sales),GBA,2001,Misc,Konami Digital Entertainment,0,0,0.4,0.01,0.41 +4759,Speed Racer: The Videogame,Wii,2008,Racing,Warner Bros. Interactive Entertainment,0.36,0.02,0,0.03,0.41 +4760,Naughty Bear,X360,2010,Action,505 Games,0.21,0.16,0,0.04,0.41 +4761,Littlest Pet Shop,Wii,2008,Simulation,Electronic Arts,0.34,0.04,0,0.03,0.41 +4762,TNA iMPACT!,PS3,2008,Fighting,Midway Games,0.22,0.12,0,0.06,0.41 +4763,Just Dance Kids 2,X360,2011,Misc,Ubisoft,0.29,0.09,0,0.03,0.41 +4764,Duke Nukem Forever,PC,2011,Shooter,Take-Two Interactive,0.18,0.17,0,0.06,0.41 +4765,Hatsune Miku: Project Diva 2nd,PSP,2010,Misc,Sega,0,0,0.41,0,0.41 +4766,Marvel: Ultimate Alliance 2,PS2,2009,Role-Playing,Activision,0.23,0.02,0,0.16,0.41 +4767,Mario no Super Picross,SNES,1995,Puzzle,Nintendo,0,0,0.41,0,0.41 +4768,"Ed, Edd n Eddy: The Mis-Edventures",PS2,2005,Platform,Midway Games,0.34,0.01,0,0.06,0.41 +4769,Jikkyou Powerful Pro Yakuu '94,SNES,1994,Sports,Konami Digital Entertainment,0,0,0.41,0,0.41 +4770,Disney's Tarzan Untamed,PS2,2001,Platform,Ubisoft,0.2,0.16,0,0.05,0.41 +4771,Borderlands: The Handsome Collection,XOne,2015,Shooter,Take-Two Interactive,0.24,0.13,0,0.04,0.41 +4772,The Gunstringer,X360,2011,Shooter,Microsoft Game Studios,0.26,0.11,0,0.04,0.41 +4773,Knockout Kings 2001,PS,2000,Fighting,Electronic Arts,0.23,0.15,0,0.03,0.41 +4774,From Russia With Love,PS2,2005,Action,Electronic Arts,0.34,0.01,0,0.06,0.41 +4775,FIFA Soccer 13,PC,2012,Action,Electronic Arts,0.02,0.31,0,0.07,0.41 +4776,Asura's Wrath,PS3,2012,Action,Capcom,0.18,0.12,0.06,0.05,0.41 +4777,Avatar: The Game,DS,2009,Action,Ubisoft,0.19,0.18,0,0.04,0.41 +4778,My Virtual Tutor: Reading Adventure First to Second Grade,DS,2009,Misc,Mentor Interactive,0.38,0,0,0.03,0.41 +4779,Minority Report: Everybody Runs,PS2,2002,Action,Activision,0.2,0.15,0,0.05,0.41 +4780,Disney's Hercules / Disney's The Jungle Book: Groove Party / A Bug's Life,PS,2003,Misc,Sony Computer Entertainment,0.23,0.15,0,0.03,0.4 +4781,NFL GameDay 2002,PS,2001,Sports,Sony Computer Entertainment,0.23,0.15,0,0.03,0.4 +4782,Pengo,2600,1983,Adventure,Atari,0.38,0.02,0,0,0.4 +4783,Disney Sing It! High School Musical 3: Senior Year,PS3,2008,Misc,Disney Interactive Studios,0.08,0.26,0,0.07,0.4 +4784,Story of Seasons,3DS,2014,Simulation,Nintendo,0,0.13,0.26,0.01,0.4 +4785,Beowulf: The Game,X360,2007,Action,Ubisoft,0.36,0.01,0,0.03,0.4 +4786,Mouse Trap,2600,1981,Action,Coleco,0.38,0.02,0,0,0.4 +4787,Super Monkey Ball: Step & Roll,Wii,2010,Action,Sega,0.17,0.2,0,0.04,0.4 +4788,Hatsune Miku: Project Diva F 2nd,PSV,2014,Misc,Sega,0.13,0.06,0.16,0.06,0.4 +4789,Overlord,X360,2007,Strategy,Codemasters,0.34,0.03,0.01,0.03,0.4 +4790,Tak and the Power of Juju,GC,2003,Platform,THQ,0.31,0.08,0,0.01,0.4 +4791,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",PS3,2007,Action,Activision,0.32,0.04,0.01,0.04,0.4 +4792,Sega Superstars Tennis,PS3,2008,Sports,Sega,0.13,0.2,0,0.08,0.4 +4793,LEGO Harry Potter: Years 5-7,3DS,N/A,Action,Warner Bros. Interactive Entertainment,0.18,0.19,0,0.04,0.4 +4794,Dragon Quest X,WiiU,2013,Role-Playing,Square Enix,0,0,0.4,0,0.4 +4795,Wall-E,PS3,2008,Platform,THQ,0.12,0.21,0,0.08,0.4 +4796,Medarot: Kabuto / Kuwagata Version,GB,1997,Role-Playing,Imagineer,0,0,0.4,0,0.4 +4797,NBA 2K10,PS2,2009,Sports,Take-Two Interactive,0.33,0.01,0,0.05,0.4 +4798,Defender,PS2,2002,Misc,Midway Games,0.2,0.15,0,0.05,0.4 +4799,NFL GameDay 2003,PS2,N/A,Sports,Unknown,0.2,0.15,0,0.05,0.4 +4800,WipeOut 3 The Game,Wii,2012,Action,Activision,0.38,0,0,0.03,0.4 +4801,Taiko no Tatsujin Wii: Dodon to 2 Yome!,Wii,2009,Misc,Namco Bandai Games,0,0,0.4,0,0.4 +4802,Thief (2014),PS3,2014,Action,Square Enix,0.1,0.2,0.02,0.08,0.4 +4803,Congo Bongo,2600,1982,Action,Sega,0.37,0.02,0,0,0.4 +4804,Gauntlet: Seven Sorrows,PS2,2005,Role-Playing,Midway Games,0.2,0.15,0,0.05,0.4 +4805,Harry Potter: Quidditch World Cup,GC,2003,Sports,Electronic Arts,0.31,0.08,0,0.01,0.4 +4806,Advance Wars: Dual Strike,DS,2005,Strategy,Nintendo,0.3,0.03,0.04,0.03,0.4 +4807,Yu-Gi-Oh! 5D's Stardust Accelerator: World Championship 2009,DS,2009,Action,Konami Digital Entertainment,0.27,0.01,0.09,0.03,0.4 +4808,Warriors Orochi 2 (JP sales),PS2,2008,Action,Tecmo Koei,0,0,0.4,0,0.4 +4809,WWE SmackDown! vs. RAW 2006,PSP,2005,Fighting,THQ,0.36,0.01,0,0.03,0.4 +4810,The Chronicles of Narnia: Prince Caspian,PS2,2008,Action,Disney Interactive Studios,0.2,0.15,0,0.05,0.4 +4811,The Incredibles: Rise of the Underminer,GBA,2005,Action,THQ,0.29,0.11,0,0.01,0.4 +4812,Pet in TV,PS,1997,Strategy,Sony Computer Entertainment,0,0,0.38,0.03,0.4 +4813,Battalion Wars,GC,2005,Strategy,Nintendo,0.25,0.07,0.07,0.01,0.4 +4814,NBA ShootOut 2000,PS,1999,Sports,989 Studios,0.22,0.15,0,0.03,0.4 +4815,Power Rangers: Dino Thunder,GC,2004,Action,THQ,0.31,0.08,0,0.01,0.4 +4816,Rocksmith 2014,XOne,2014,Misc,Ubisoft,0.29,0.08,0,0.04,0.4 +4817,Samurai Shodown,SNES,1994,Fighting,Takara,0,0,0.4,0,0.4 +4818,NHL 15,XOne,2014,Sports,Electronic Arts,0.31,0.06,0,0.03,0.4 +4819,TMNT,Wii,2007,Action,Ubisoft,0.34,0.03,0,0.03,0.4 +4820,Final Fantasy Crystal Chronicles: The Crystal Bearers,Wii,2009,Action,Square Enix,0.22,0.08,0.08,0.03,0.4 +4821,Cabela's Big Game Hunter 2010,PS3,2009,Sports,Activision Value,0.37,0,0,0.03,0.4 +4822,EA Sports UFC 2,XOne,2016,Sports,Electronic Arts,0.23,0.14,0,0.04,0.4 +4823,Fighting Vipers,SAT,1995,Fighting,Sega,0,0,0.4,0,0.4 +4824,NCAA GameBreaker 2000,PS,1999,Sports,989 Studios,0.22,0.15,0,0.03,0.4 +4825,Iron Man 2,PS3,2010,Action,Sega,0.14,0.19,0,0.07,0.4 +4826,The Legend of Spyro: Dawn of the Dragon,PS2,2008,Platform,Vivendi Games,0.12,0.01,0,0.27,0.4 +4827,AKB1/48: Idol to Guam de Koishitara...,PSP,2011,Misc,Namco Bandai Games,0,0,0.4,0,0.4 +4828,RR64: Ridge Racer 64,N64,1999,Racing,Nintendo,0.32,0.07,0,0,0.4 +4829,Top Gear Rally,N64,1997,Racing,Kemco,0.32,0.07,0,0,0.4 +4830,NFL Quarterback Club 2000,N64,1999,Sports,Acclaim Entertainment,0.37,0.03,0,0,0.4 +4831,Mortal Kombat Mythologies: Sub-Zero,N64,1997,Fighting,Midway Games,0.32,0.07,0,0,0.4 +4832,18 Wheeler: American Pro Trucker,PS2,2001,Racing,Acclaim Entertainment,0.2,0.15,0,0.05,0.4 +4833,Atari Anthology,PS2,2004,Misc,Atari,0.33,0.01,0,0.05,0.4 +4834,Bugs Bunny: Lost in Time,PS,1999,Platform,Infogrames,0.22,0.15,0,0.03,0.4 +4835,NBA Jam,X360,2010,Sports,Electronic Arts,0.27,0.1,0,0.03,0.4 +4836,Sherlock Holmes: The Mystery of the Mummy,DS,2009,Adventure,Focus Home Interactive,0.06,0.3,0,0.04,0.4 +4837,Hot Wheels: Beat That!,PS2,2007,Racing,Activision,0.2,0.15,0,0.05,0.4 +4838,MLB 2006,PS2,2005,Sports,Sony Computer Entertainment,0.33,0.01,0,0.05,0.4 +4839,Star Wars The Clone Wars: Republic Heroes,X360,2009,Action,LucasArts,0.18,0.17,0,0.04,0.4 +4840,Brunswick Pro Bowling,PS2,2007,Sports,505 Games,0.2,0.15,0,0.05,0.4 +4841,Mafia II,PC,2010,Action,Take-Two Interactive,0.17,0.17,0,0.06,0.4 +4842,Rocket Power: Dream Scheme,GBA,2001,Action,THQ,0.29,0.11,0,0.01,0.4 +4843,SpongeBob's Truth or Square (US sales),Wii,2009,Action,THQ,0.38,0.01,0,0,0.4 +4844,MX vs. ATV Unleashed,XB,2005,Racing,THQ,0.32,0.07,0,0.01,0.4 +4845,Rampage: Total Destruction,GC,2006,Action,Midway Games,0.31,0.08,0,0.01,0.4 +4846,Planet 51,DS,2009,Action,Sega,0.22,0.14,0,0.04,0.4 +4847,The Urbz: Sims in the City,GC,2004,Simulation,Electronic Arts,0.24,0.14,0,0.02,0.4 +4848,Road Rash: Jailbreak,PS,1999,Racing,Electronic Arts,0.22,0.15,0,0.03,0.4 +4849,Mother 3,GBA,2006,Role-Playing,Nintendo,0,0,0.39,0.01,0.4 +4850,Nicktoons: Freeze Frame Frenzy,GBA,2004,Action,THQ,0.29,0.11,0,0.01,0.4 +4851,Diner Dash: Sizzle & Serve,DS,2007,Puzzle,Eidos Interactive,0.34,0.03,0,0.03,0.4 +4852,Rapala Pro Bass Fishing 2010,X360,2010,Sports,Activision,0.32,0.05,0,0.03,0.4 +4853,Legends of WrestleMania,X360,2009,Fighting,THQ,0.2,0.16,0,0.04,0.4 +4854,Wii Sports Club,WiiU,2014,Sports,Nintendo,0.19,0.14,0.04,0.03,0.4 +4855,Tomb Raider: Anniversary,X360,2007,Action,Eidos Interactive,0.12,0.23,0,0.05,0.4 +4856,You Don't Know Jack,PS,1999,Misc,Vivendi Games,0.22,0.15,0,0.03,0.4 +4857,Mystery Dungeon: Shiren the Wanderer,SNES,1995,Role-Playing,ChunSoft,0,0,0.4,0,0.4 +4858,Sonic Lost World,WiiU,2013,Platform,Sega,0.24,0.12,0.01,0.03,0.4 +4859,Condemned 2: Bloodshot,PS3,2008,Action,Sega,0.17,0.16,0,0.07,0.4 +4860,Silent Hill: Homecoming,PS3,N/A,Action,Konami Digital Entertainment,0.18,0.15,0,0.06,0.4 +4861,Star Wars: Clone Wars,GC,2002,Shooter,Activision,0.31,0.08,0,0.01,0.4 +4862,NBA Live 2002,XB,2001,Sports,Electronic Arts,0.35,0.03,0,0.02,0.4 +4863,Boku no Natsuyasumi,PS,2000,Adventure,Sony Computer Entertainment,0,0,0.37,0.03,0.4 +4864,Armored Core V,PS3,2012,Simulation,Namco Bandai Games,0.09,0.04,0.24,0.02,0.4 +4865,I-Ninja,PS2,2003,Platform,Sony Computer Entertainment,0.19,0.15,0,0.05,0.4 +4866,Command & Conquer,PS,1996,Strategy,Virgin Interactive,0.22,0.15,0,0.03,0.4 +4867,Harvest Moon: Save the Homeland,PS2,N/A,Simulation,Unknown,0.19,0.15,0,0.05,0.4 +4868,NBA Jam,PS3,2010,Sports,Electronic Arts,0.22,0.12,0,0.06,0.4 +4869,Mass Effect 2,PC,2010,Role-Playing,Electronic Arts,0.01,0.32,0,0.07,0.4 +4870,SD Gundam G Generation Seed,PS2,2004,Strategy,Namco Bandai Games,0,0,0.4,0,0.4 +4871,Call of Duty: Finest Hour,GC,2004,Shooter,Activision,0.31,0.08,0,0.01,0.4 +4872,Scooby-Doo! and the Spooky Swamp,DS,2010,Action,Warner Bros. Interactive Entertainment,0.26,0.1,0,0.03,0.4 +4873,Naruto: Path of the Ninja,DS,2007,Role-Playing,D3Publisher,0.37,0,0,0.03,0.4 +4874,Rise of the Tomb Raider,X360,2015,Adventure,Square Enix,0.17,0.19,0,0.03,0.4 +4875,Hitman: Blood Money,X360,2006,Action,Eidos Interactive,0.29,0.06,0.01,0.03,0.4 +4876,Tales of Phantasia,SNES,1995,Role-Playing,Namco Bandai Games,0,0,0.4,0,0.4 +4877,Alpha Protocol,X360,2010,Role-Playing,Sega,0.23,0.13,0,0.04,0.4 +4878,Suzuki TT Superbikes,PS2,2005,Racing,Jester Interactive,0.33,0.01,0,0.05,0.4 +4879,Rumble Roses,PS2,2004,Fighting,Konami Digital Entertainment,0.19,0.15,0,0.05,0.39 +4880,Just Dance 2014,PS3,2013,Misc,Ubisoft,0.17,0.15,0,0.07,0.39 +4881,Fantastic Four: Rise of the Silver Surfer,PS2,2007,Action,Take-Two Interactive,0.19,0.15,0,0.05,0.39 +4882,Ultimate Spider-Man,XB,2005,Action,Activision,0.26,0.11,0,0.02,0.39 +4883,GRID 2,PS3,2013,Racing,Codemasters,0.07,0.23,0.01,0.09,0.39 +4884,LEGO The Lord of the Rings,3DS,2012,Action,Warner Bros. Interactive Entertainment,0.19,0.17,0,0.03,0.39 +4885,Juiced 2: Hot Import Nights,PS2,2007,Racing,THQ,0.19,0.15,0.01,0.05,0.39 +4886,Skylanders: SuperChargers,PS3,2015,Action,Activision,0.15,0.18,0,0.06,0.39 +4887,NHL 99,N64,1998,Sports,Electronic Arts,0.38,0.01,0,0,0.39 +4888,NBA 2K10,Wii,2009,Sports,Take-Two Interactive,0.36,0,0,0.03,0.39 +4889,Dungeon Siege III,PS3,2011,Role-Playing,Square Enix,0.17,0.14,0.03,0.06,0.39 +4890,Viking: Battle for Asgard,PS3,2008,Action,Sega,0.14,0.18,0,0.07,0.39 +4891,Brunswick Pro Bowling,Wii,2007,Sports,505 Games,0.36,0.01,0,0.03,0.39 +4892,Monster Jam: Urban Assault,DS,2008,Racing,Activision,0.37,0,0,0.03,0.39 +4893,Danball Senki,PSP,2011,Role-Playing,Level 5,0,0,0.39,0,0.39 +4894,NASCAR Heat,PS,2000,Racing,Hasbro Interactive,0.22,0.15,0,0.03,0.39 +4895,Bloody Roar,PS,1997,Fighting,Virgin Interactive,0.22,0.15,0,0.03,0.39 +4896,Bump 'n' Jump,2600,1982,Racing,Mattel Interactive,0.37,0.02,0,0,0.39 +4897,Mobile Suit Gundam: Lost War Chronicles,PS2,2002,Shooter,Namco Bandai Games,0,0,0.39,0,0.39 +4898,Disney's Brother Bear,GBA,2003,Action,THQ,0.28,0.1,0,0.01,0.39 +4899,Naruto: Clash of Ninja Revolution 2,Wii,2008,Fighting,Tomy Corporation,0.34,0.02,0,0.03,0.39 +4900,NBA Live 09,PS2,2008,Sports,Electronic Arts,0.32,0.01,0.01,0.05,0.39 +4901,LEGO Star Wars III: The Clone Wars,PSP,2011,Action,LucasArts,0.14,0.17,0,0.09,0.39 +4902,The House of The Dead III,XB,2002,Shooter,Sega,0.29,0.08,0,0.01,0.39 +4903,Rune Factory: Frontier,Wii,2008,Role-Playing,Rising Star Games,0.18,0.14,0.04,0.04,0.39 +4904,Fire Emblem: Fuuin no Tsurugi,GBA,2002,Role-Playing,Nintendo,0,0,0.39,0,0.39 +4905,SpongeBob's Truth or Square (US sales),PSP,2009,Action,THQ,0.39,0,0,0,0.39 +4906,FIFA 12,3DS,2011,Sports,Electronic Arts,0.08,0.26,0,0.05,0.39 +4907,Ener-G: Gym Rockets,DS,2008,Sports,Ubisoft,0.36,0,0,0.03,0.39 +4908,The Darkness II,X360,2012,Shooter,Take-Two Interactive,0.24,0.12,0,0.03,0.39 +4909,NBA Live 09,PSP,2008,Sports,Electronic Arts,0.23,0.07,0.03,0.06,0.39 +4910,Laser Blast,2600,1981,Action,Activision,0.37,0.02,0,0,0.39 +4911,Dancing with the Stars: We Dance!,DS,2008,Misc,Activision,0.36,0,0,0.03,0.39 +4912,LocoRoco,PSP,2006,Platform,Sony Computer Entertainment,0.14,0.05,0.16,0.04,0.39 +4913,Thrasher Presents: Skate and Destroy,PS,1998,Sports,Take-Two Interactive,0.22,0.15,0,0.03,0.39 +4914,Are You Smarter than a 5th Grader? Make the Grade,DS,2008,Misc,THQ,0.36,0,0,0.03,0.39 +4915,Donkey Konga 2,GC,2004,Misc,Nintendo,0.3,0.08,0,0.01,0.39 +4916,Just Dance 2014,PS4,2013,Misc,Ubisoft,0.18,0.16,0,0.05,0.39 +4917,Metal Gear Solid: The Legacy Collection,PS3,2013,Adventure,Konami Digital Entertainment,0.31,0.01,0.03,0.05,0.39 +4918,Tear Ring Saga Yutona Eiyuu Senki,PS,2001,Role-Playing,Enterbrain,0,0,0.37,0.03,0.39 +4919,Project X Zone,3DS,2012,Role-Playing,Namco Bandai Games,0.18,0.04,0.15,0.02,0.39 +4920,Red Faction: Armageddon,X360,2011,Shooter,THQ,0.18,0.17,0.01,0.04,0.39 +4921,Wipeout 2048,PSV,2012,Racing,Sony Computer Entertainment,0.14,0.19,0,0.06,0.39 +4922,Need for Speed: Nitro,DS,2009,Racing,Electronic Arts,0.22,0.13,0,0.04,0.39 +4923,Mystery Case Files: The Malgrave Incident,Wii,2011,Adventure,Nintendo,0.19,0.17,0,0.03,0.39 +4924,Yoshi Touch & Go,DS,2005,Platform,Nintendo,0.34,0.02,0,0.03,0.39 +4925,EA Sports Active 2,X360,2010,Sports,Electronic Arts,0.18,0.17,0,0.04,0.39 +4926,Combat of Giants: Dinosaurs 3D,3DS,2011,Strategy,Ubisoft,0.25,0.06,0.05,0.03,0.39 +4927,Taiko no Tatsujin Wii: Ketteiban,Wii,2011,Misc,Namco Bandai Games,0,0,0.39,0,0.39 +4928,Age of Empires III,PC,2005,Strategy,Microsoft Game Studios,0,0.32,0,0.07,0.39 +4929,SSX 3,XB,2003,Sports,Electronic Arts,0.29,0.08,0,0.01,0.39 +4930,MLB 15: The Show,PS3,2015,Sports,Sony Computer Entertainment,0.3,0.01,0,0.07,0.39 +4931,Madden NFL 2005,GBA,2004,Sports,Electronic Arts,0.28,0.1,0,0.01,0.39 +4932,All-Star Baseball 2000,N64,1999,Sports,Acclaim Entertainment,0.36,0.03,0,0,0.39 +4933,Custom Robo V2,N64,2000,Fighting,Nintendo,0,0,0.34,0.05,0.39 +4934,Extreme-G: XG2,N64,1998,Racing,Acclaim Entertainment,0.31,0.07,0,0,0.39 +4935,BattleTanx: Global Assault,N64,1999,Action,3DO,0.31,0.07,0,0,0.39 +4936,Robert Ludlum's The Bourne Conspiracy,PS3,N/A,Action,Vivendi Games,0.18,0.14,0,0.06,0.39 +4937,Chibi-Robo! Plug into Adventure!,GC,2005,Adventure,Nintendo,0.23,0.06,0.09,0.01,0.39 +4938,Dawn of Discovery,PC,2009,Simulation,Ubisoft,0,0.32,0,0.07,0.39 +4939,Jampack Winter 2003 (RP-T),PS2,2003,Misc,Sony Computer Entertainment,0.19,0.15,0,0.05,0.39 +4940,Dancing with the Stars: We Dance!,Wii,2008,Misc,Activision,0.36,0,0,0.03,0.39 +4941,Kengo: Master of Bushido,PS2,2000,Fighting,Ubisoft,0.16,0.13,0.06,0.04,0.39 +4942,Blood Omen 2,PS2,2002,Action,Eidos Interactive,0.19,0.15,0,0.05,0.39 +4943,Sesame Street: Elmo's A-to-Zoo Adventure,Wii,2010,Misc,Warner Bros. Interactive Entertainment,0.37,0,0,0.02,0.39 +4944,Skylanders Giants,WiiU,2012,Action,Activision,0.23,0.12,0,0.04,0.39 +4945,Just Dance 4,WiiU,2012,Misc,Ubisoft,0.22,0.14,0,0.03,0.39 +4946,Super Fire ProWrestling,SNES,1991,Fighting,Human Entertainment,0,0,0.39,0,0.39 +4947,Cabela's Dangerous Hunts 2,PS2,2005,Sports,Activision,0.19,0.15,0,0.05,0.39 +4948,Marvel: Ultimate Alliance,PS3,2006,Role-Playing,Activision,0.33,0.02,0,0.04,0.39 +4949,SpongeBob vs The Big One: Beach Party Cook Off,DS,2009,Adventure,THQ,0.24,0.11,0,0.04,0.39 +4950,MotoGP 08,PS3,2008,Racing,Capcom,0.07,0.24,0,0.08,0.39 +4951,Imagine: Party Babyz,Wii,2008,Simulation,Ubisoft,0.34,0.02,0,0.03,0.39 +4952,Chessmaster,PS2,2003,Misc,Ubisoft,0.19,0.15,0,0.05,0.39 +4953,Tiger Woods PGA Tour 14,PS3,2013,Sports,Electronic Arts,0.16,0.15,0,0.07,0.39 +4954,Fatal Fury,SNES,1992,Fighting,Takara,0,0,0.39,0,0.39 +4955,Farming Simulator 2013,X360,2013,Simulation,Focus Home Interactive,0.22,0.13,0,0.03,0.39 +4956,From TV Animation One Piece: Yume no Lufy Kaizokudan Tanjou!,GB,2001,Role-Playing,Banpresto,0,0,0.39,0,0.39 +4957,The Dog Island,Wii,2007,Adventure,Ubisoft,0.35,0.01,0,0.03,0.39 +4958,Madden NFL Football,3DS,2011,Sports,Electronic Arts,0.36,0.01,0,0.03,0.39 +4959,The Sims 2,GBA,2005,Simulation,Electronic Arts,0.28,0.1,0,0.01,0.39 +4960,Ice Age 2: The Meltdown,PS2,2006,Platform,Vivendi Games,0.19,0.15,0,0.05,0.39 +4961,MLB 14: The Show,PS3,2014,Sports,Sony Computer Entertainment America,0.35,0,0,0.04,0.39 +4962,Super Famista 3,SNES,1994,Sports,Namco Bandai Games,0,0,0.39,0,0.39 +4963,Auto Modellista,PS2,2002,Racing,Capcom,0.19,0.15,0,0.05,0.39 +4964,Tom Clancy's Ghost Recon 2: Summit Strike,XB,2005,Shooter,Ubisoft,0.29,0.08,0,0.01,0.39 +4965,Junior Classic Games,DS,2009,Misc,Avanquest,0.26,0.09,0,0.03,0.39 +4966,Hooked! Again: Real Motion Fishing,Wii,2009,Sports,505 Games,0.36,0,0,0.03,0.39 +4967,Tiger Woods PGA Tour 08,PS2,2007,Sports,Electronic Arts,0.19,0.15,0,0.05,0.39 +4968,Karaoke Revolution Presents American Idol Encore,PS2,2008,Misc,Konami Digital Entertainment,0.19,0.15,0,0.05,0.39 +4969,Airlock,2600,1981,Action,Data Age,0.36,0.02,0,0,0.39 +4970,Tokimeki Memorial 2,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.36,0.03,0.39 +4971,Samurai Warriors Chronicles,3DS,2011,Action,Tecmo Koei,0.12,0.05,0.2,0.01,0.39 +4972,Tomb Raider: Legend,X360,2006,Action,Eidos Interactive,0.27,0.08,0.01,0.03,0.39 +4973,Ice Age: Dawn of the Dinosaurs,DS,2009,Action,Activision,0.2,0.15,0,0.04,0.39 +4974,Dance Party: Pop Hits,Wii,2009,Misc,Nordic Games,0,0.36,0,0.02,0.39 +4975,Harry Potter: Quidditch World Cup,GBA,2003,Sports,Electronic Arts,0.28,0.1,0,0.01,0.39 +4976,Jam Sessions: Sing and Play Guitar (US sales),DS,2007,Misc,Ubisoft,0.38,0,0,0,0.38 +4977,Saints Row IV,PS4,2015,Action,Deep Silver,0.13,0.17,0.03,0.06,0.38 +4978,Evil Dead: Fistfull of Boomstick,PS2,2003,Action,THQ,0.19,0.15,0,0.05,0.38 +4979,One Piece: Unlimited World Red,3DS,2013,Action,Namco Bandai Games,0.05,0.04,0.28,0.01,0.38 +4980,Phantasy Star 脴,DS,2008,Role-Playing,Sega,0.16,0,0.2,0.01,0.38 +4981,Triple Play 97,PS,1996,Sports,Electronic Arts Victor,0.21,0.15,0,0.03,0.38 +4982,Virtua Tennis 2009,PS3,2009,Sports,Sega,0.09,0.23,0,0.07,0.38 +4983,Super Soccer,SNES,1991,Sports,Nintendo,0,0,0.38,0,0.38 +4984,Shin Megami Tensei: Nocturne,PS2,2003,Role-Playing,Ghostlight,0.07,0.05,0.25,0.02,0.38 +4985,Wario Land II (GBC),GB,1998,Platform,Nintendo,0,0,0.38,0,0.38 +4986,San Francisco Rush: Extreme Racing,PS,1997,Racing,GT Interactive,0.21,0.15,0,0.03,0.38 +4987,Dragon's Crown,PSV,2013,Role-Playing,Nippon Ichi Software,0.16,0.05,0.12,0.05,0.38 +4988,Bakusou Dekotora Densetsu: Otoko Ippiki Yume Kaidoi,PS,1998,Racing,Human Entertainment,0,0,0.36,0.03,0.38 +4989,Imagine: Salon Stylist,DS,2009,Simulation,Ubisoft,0.24,0.11,0,0.04,0.38 +4990,ESPN College Hoops 2K5,XB,2004,Sports,Sega,0.29,0.08,0,0.01,0.38 +4991,Looney Tunes: Acme Arsenal,PS2,2007,Action,Warner Bros. Interactive Entertainment,0.19,0.15,0,0.05,0.38 +4992,Cabela's Dangerous Hunts 2009,Wii,2008,Sports,Activision Value,0.36,0,0,0.03,0.38 +4993,Fragile Dreams: Farewell Ruins of the Moon,Wii,2009,Role-Playing,Rising Star Games,0.17,0.12,0.06,0.03,0.38 +4994,SD Gundam G Generation Spirits,PS2,2007,Strategy,Namco Bandai Games,0,0,0.38,0,0.38 +4995,Batman: Arkham City,WiiU,2012,Action,Warner Bros. Interactive Entertainment,0.17,0.18,0,0.03,0.38 +4996,Disney Sing It,PS3,2008,Misc,Disney Interactive Studios,0.27,0.07,0,0.04,0.38 +4997,Peppa Pig: The Game,Wii,2009,Misc,Pinnacle,0,0.35,0,0.03,0.38 +4998,God Eater 2: Rage Burst,PSV,2015,Role-Playing,Namco Bandai Games,0,0.01,0.37,0,0.38 +4999,Get Fit with Mel B,PS3,2010,Sports,Black Bean Games,0.15,0.17,0,0.07,0.38 +5000,The Cat in the Hat,GBA,2005,Platform,Jack of All Games,0.27,0.1,0,0.01,0.38 +5001,Naruto Shippuden: Ultimate Ninja Heroes 3,PSP,2009,Fighting,Namco Bandai Games,0.13,0.04,0.19,0.03,0.38 +5002,NFL GameDay 2002,PS2,2001,Sports,Sony Computer Entertainment,0.19,0.15,0,0.05,0.38 +5003,Turok: Evolution,GC,2002,Shooter,Acclaim Entertainment,0.3,0.08,0,0.01,0.38 +5004,Destiny: The Taken King,X360,2015,Shooter,Activision,0.22,0.12,0,0.03,0.38 +5005,Tamagotchi Connection: Corner Shop 3,DS,2007,Simulation,Atari,0.07,0,0.31,0.01,0.38 +5006,Mobile Suit Gundam: Giren no Yabou Zeon Dokuritsu Sensouden,PS2,2002,Strategy,Namco Bandai Games,0,0,0.38,0,0.38 +5007,Ice Age,GBA,2002,Action,Ubisoft,0.27,0.1,0,0.01,0.38 +5008,Sega Superstars Tennis,PS2,2008,Sports,Sega,0.1,0,0,0.28,0.38 +5009,Headhunter,PS2,2002,Action,Sega,0.19,0.15,0,0.05,0.38 +5010,Skate,PS3,2007,Sports,Electronic Arts,0.29,0.05,0,0.04,0.38 +5011,Shin Megami Tensei: Devil Summoner,SAT,1995,Role-Playing,Atlus,0,0,0.38,0,0.38 +5012,Raving Rabbids: Travel in Time 3D,3DS,2011,Platform,Ubisoft,0.11,0.23,0,0.04,0.38 +5013,NCAA Football 08,PS3,2007,Sports,Electronic Arts,0.35,0,0,0.03,0.38 +5014,Marvel Nemesis: Rise of the Imperfects,GC,2005,Fighting,Electronic Arts,0.3,0.08,0,0.01,0.38 +5015,NHL 15,PS3,2014,Sports,Electronic Arts,0.21,0.11,0,0.06,0.38 +5016,ESPN Extreme Games,PS,1994,Sports,Sony Computer Entertainment,0.11,0.08,0.17,0.03,0.38 +5017,Forza Horizon 3,XOne,2016,Racing,Microsoft Game Studios,0.15,0.2,0,0.03,0.38 +5018,Overlord: Dark Legend,Wii,2009,Action,Codemasters,0.12,0.22,0,0.04,0.38 +5019,Ninja: Shadow of Darkness,PS,1998,Action,Eidos Interactive,0.21,0.14,0,0.02,0.38 +5020,SD Gundam G Generation-F,PS,2000,Strategy,Namco Bandai Games,0,0,0.36,0.02,0.38 +5021,Bratz: Rock Angelz,PS2,2005,Misc,THQ,0.19,0.15,0,0.05,0.38 +5022,FlatOut,PS2,2004,Racing,Empire Interactive,0.19,0.15,0,0.05,0.38 +5023,Phoenix Wright: Ace Attorney - Dual Destinies,3DS,2013,Adventure,Capcom,0,0,0.38,0,0.38 +5024,SSX 3,GC,2003,Sports,Electronic Arts,0.29,0.08,0,0.01,0.38 +5025,NCAA Football 11,PS2,2010,Sports,Electronic Arts,0.19,0.15,0,0.05,0.38 +5026,Tales of Zestiria,PS4,2015,Role-Playing,Namco Bandai Games,0.16,0.15,0.02,0.06,0.38 +5027,Lilo & Stitch 2: H盲msterviel Havoc,GBA,2004,Action,Disney Interactive Studios,0.27,0.1,0,0.01,0.38 +5028,Metal Gear Solid: Snake Eater 3D,3DS,2012,Action,Konami Digital Entertainment,0.15,0.11,0.1,0.02,0.38 +5029,Risk: Global Domination,PS2,2003,Strategy,Atari,0.19,0.15,0,0.05,0.38 +5030,Elite Beat Agents,DS,2006,Misc,Nintendo,0.31,0.03,0,0.03,0.38 +5031,NBA 2K7,PS3,2006,Sports,Take-Two Interactive,0.3,0.04,0,0.04,0.38 +5032,Mobile Suit Gundam version 2.0,PS,1996,Action,Namco Bandai Games,0,0,0.36,0.02,0.38 +5033,Grandia Xtreme,PS2,2002,Role-Playing,Enix Corporation,0.07,0.05,0.25,0.02,0.38 +5034,Silent Scope,PS2,2000,Shooter,Konami Digital Entertainment,0.19,0.15,0,0.05,0.38 +5035,Final Fantasy Adventure,GB,1991,Role-Playing,SquareSoft,0,0,0.38,0,0.38 +5036,Virtua Tennis 2009,Wii,2009,Sports,Sega,0.13,0.21,0,0.04,0.38 +5037,Dora The Explorer: Dora Saves the Snow Princess,PS2,2008,Platform,Take-Two Interactive,0.19,0.15,0,0.05,0.38 +5038,The Incredible Hulk,PS2,2008,Action,Sega,0.32,0.01,0,0.05,0.38 +5039,Mercenaries 2: World in Flames,PS2,2008,Shooter,Electronic Arts,0.21,0,0,0.17,0.38 +5040,Cabela's Big Game Hunter 2012,Wii,2011,Sports,Activision,0.34,0.02,0,0.02,0.38 +5041,EA Sports MMA,PS3,2010,Fighting,Electronic Arts,0.16,0.15,0.01,0.06,0.38 +5042,Iron Man 2,PSP,2010,Action,Sega,0.18,0.12,0,0.07,0.38 +5043,DiRT 2,Wii,2009,Racing,Codemasters,0.11,0.23,0,0.04,0.38 +5044,Tokimeki Memorial: Forever with You,SAT,1996,Simulation,Konami Digital Entertainment,0,0,0.38,0,0.38 +5045,MediEvil II,PS,1999,Action,Sony Computer Entertainment,0.21,0.14,0,0.02,0.38 +5046,Guitar Hero On Tour: Modern Hits,DS,2009,Misc,Activision,0.13,0.2,0,0.04,0.38 +5047,Hunter: The Reckoning,XB,2002,Action,Interplay,0.28,0.08,0,0.01,0.38 +5048,MX vs. ATV Untamed,PS2,2007,Racing,THQ,0.32,0.01,0,0.05,0.38 +5049,Rogue Trip: Vacation 2012,PS,1998,Racing,GT Interactive,0.21,0.14,0,0.02,0.38 +5050,Dai-4-Ji Super Robot Taisen,SNES,1995,Strategy,Banpresto,0,0,0.38,0,0.38 +5051,Tiger Woods PGA Tour 08,PSP,2007,Sports,Electronic Arts,0.14,0.15,0,0.09,0.38 +5052,Pokemon Channel,GC,2003,Adventure,Nintendo,0.24,0.06,0.07,0.01,0.38 +5053,Taiko no Tatsujin Portable DX,PSP,2011,Misc,Namco Bandai Games,0,0,0.38,0,0.38 +5054,Etrian Odyssey IV: Legends of the Titans,3DS,2012,Role-Playing,Atlus,0.12,0.05,0.2,0.01,0.38 +5055,Moto Racer World Tour,PS,2000,Racing,Sony Computer Entertainment,0.21,0.14,0,0.02,0.38 +5056,NCAA Final Four 2000,PS,1999,Sports,989 Sports,0.21,0.14,0,0.02,0.38 +5057,Scribblenauts: Unlimited,WiiU,2012,Action,Warner Bros. Interactive Entertainment,0.26,0.09,0,0.03,0.38 +5058,FIFA 17,PS3,2016,Sports,Electronic Arts,0.02,0.29,0.01,0.05,0.38 +5059,Saints Row: The Third,PC,2011,Action,THQ,0.16,0.16,0,0.06,0.38 +5060,Just Dance 2015,PS4,2014,Misc,Ubisoft,0.19,0.13,0,0.06,0.38 +5061,Madagascar: Escape 2 Africa,PS2,2008,Action,Activision,0.12,0,0,0.26,0.38 +5062,ZhuZhu Pets: Featuring The Wild Bunch,Wii,2010,Simulation,Activision,0.32,0.03,0,0.03,0.38 +5063,Hangman,2600,N/A,Puzzle,Atari,0.35,0.02,0,0,0.38 +5064,Petz Rescue: Wildlife Vet,DS,2008,Simulation,Ubisoft,0.35,0,0,0.03,0.38 +5065,Green Day: Rock Band,Wii,2010,Misc,MTV Games,0.22,0.12,0,0.03,0.38 +5066,Gravitar,2600,1982,Action,Atari,0.35,0.02,0,0,0.38 +5067,Monster Jam: Path of Destruction,DS,2010,Racing,Activision,0.35,0,0,0.02,0.38 +5068,Toukiden: The Age of Demons,PSV,2013,Action,Tecmo Koei,0.05,0.05,0.25,0.03,0.38 +5069,EyeToy Play 2,PS2,2004,Misc,Sony Computer Entertainment,0.18,0.14,0,0.05,0.38 +5070,Dance Dance Revolution Ultramix 3,XB,2005,Simulation,Konami Digital Entertainment,0.28,0.08,0,0.01,0.38 +5071,Mobile Suit Gundam: Extreme VS Full Boost,PS3,2014,Fighting,Namco Bandai Games,0,0,0.38,0,0.38 +5072,WWE SmackDown vs. Raw 2011,PS2,2010,Fighting,THQ,0.24,0.07,0,0.07,0.38 +5073,Need for Speed: Hot Pursuit,PC,2010,Racing,Electronic Arts,0.12,0.2,0,0.06,0.38 +5074,The Legend of Spyro: A New Beginning,DS,2006,Platform,Vivendi Games,0.34,0.01,0,0.03,0.38 +5075,Pro Evolution Soccer 2011 3D,3DS,2011,Sports,Konami Digital Entertainment,0.11,0.13,0.11,0.02,0.38 +5076,Shin Megami Tensei: Devil Survivor Overclocked,3DS,2011,Role-Playing,Ghostlight,0.28,0.01,0.06,0.02,0.38 +5077,Dragon Ball Z: Attack of the Saiyans,DS,2009,Role-Playing,Namco Bandai Games,0.13,0.02,0.21,0.01,0.38 +5078,Marvel Super Hero Squad,Wii,2009,Fighting,THQ,0.31,0.03,0,0.03,0.38 +5079,The House of the Dead: Overkill - Extended Cut,PS3,2011,Shooter,Sega,0.15,0.17,0,0.06,0.38 +5080,The Golden Compass,PSP,N/A,Action,Sega,0.11,0.16,0,0.1,0.38 +5081,Harry Potter and the Prisoner of Azkaban,GC,2004,Action,Electronic Arts,0.29,0.08,0,0.01,0.38 +5082,Quake 4,X360,2005,Shooter,Activision,0.32,0.03,0,0.03,0.38 +5083,Petz Rescue: Ocean Patrol,DS,2008,Adventure,Ubisoft,0.35,0,0,0.03,0.37 +5084,Solaris,2600,1986,Shooter,Atari,0.35,0.02,0,0,0.37 +5085,Puppy Palace,DS,2008,Simulation,Ubisoft,0.35,0,0,0.03,0.37 +5086,Super Dragon Ball Z,PS2,2006,Fighting,Atari,0.09,0.07,0.19,0.02,0.37 +5087,Paws & Claws: Pampered Pets,DS,2009,Simulation,THQ,0.35,0,0,0.03,0.37 +5088,ESPN: Sports Connection,WiiU,2012,Sports,Ubisoft,0.21,0.12,0,0.04,0.37 +5089,Alien: Isolation,PS3,2014,Shooter,Sega,0.12,0.19,0,0.07,0.37 +5090,Naruto Shippuden: Ninja Destiny 2,DS,2008,Fighting,Takara Tomy,0.19,0.03,0.13,0.02,0.37 +5091,SAW,PS3,2009,Action,Konami Digital Entertainment,0.13,0.17,0,0.07,0.37 +5092,The Legend of Spyro: The Eternal Night,DS,2007,Platform,Vivendi Games,0.32,0.03,0,0.03,0.37 +5093,Tobal 2,PS,1997,Fighting,SquareSoft,0,0,0.35,0.02,0.37 +5094,Digging for Dinosaurs,DS,2010,Action,Scholastic Inc.,0.35,0,0,0.02,0.37 +5095,Trivial Pursuit,X360,2009,Misc,Electronic Arts,0.12,0.21,0,0.04,0.37 +5096,Tiger Woods PGA Tour 09,PS2,2008,Sports,Electronic Arts,0.16,0,0,0.21,0.37 +5097,Ultimate Spider-Man,GC,2005,Action,Activision,0.29,0.07,0,0.01,0.37 +5098,Life is Strange,PS4,2016,Adventure,Square Enix,0.14,0.15,0.03,0.06,0.37 +5099,Kingdom Under Fire: Circle of Doom,X360,2007,Role-Playing,Microsoft Game Studios,0.18,0.12,0.04,0.04,0.37 +5100,NBA Inside Drive 2002,XB,2002,Sports,Microsoft Game Studios,0.28,0.08,0,0.01,0.37 +5101,The BIGS,Wii,2007,Sports,Take-Two Interactive,0.34,0,0,0.03,0.37 +5102,Major League Baseball 2K6,X360,2006,Sports,Spike,0.34,0,0,0.03,0.37 +5103,Kileak: The DNA Imperative,PS,1994,Shooter,Sony Computer Entertainment,0.08,0.06,0.21,0.02,0.37 +5104,Petz: Catz 2,PS2,2006,Simulation,Ubisoft,0.18,0.14,0,0.05,0.37 +5105,Mini Ninjas,Wii,2009,Action,Eidos Interactive,0.17,0.17,0,0.04,0.37 +5106,Tom Clancy's The Division,PC,2016,Shooter,Ubisoft,0.2,0.14,0,0.03,0.37 +5107,Phantasy Star Portable 2: Infinity,PSP,2011,Role-Playing,Sega,0,0,0.37,0,0.37 +5108,Hell's Kitchen: The Game,DS,2008,Simulation,Ubisoft,0.34,0.01,0,0.03,0.37 +5109,LEGO Dimensions,XOne,2015,Action,Warner Bros. Interactive Entertainment,0.21,0.13,0,0.03,0.37 +5110,"Monsters, Inc. Scream Arena",GC,2002,Platform,THQ,0.29,0.07,0,0.01,0.37 +5111,Reel Fishing III,PS2,2003,Sports,Natsume,0.18,0.14,0,0.05,0.37 +5112,Cabela's Deer Hunt 2005 Season,PS2,2004,Sports,Activision,0.18,0.14,0,0.05,0.37 +5113,Prince of Persia: The Forgotten Sands,PSP,2010,Action,Ubisoft,0.09,0.18,0.01,0.1,0.37 +5114,Rampage: Total Destruction,PS2,2006,Action,Midway Games,0.18,0.14,0,0.05,0.37 +5115,High Heat Major League Baseball 2003,PS2,2002,Sports,3DO,0.18,0.14,0,0.05,0.37 +5116,Madden NFL 11,PSP,2010,Sports,Electronic Arts,0.35,0,0,0.03,0.37 +5117,Super Formation Soccer 94,SNES,1994,Sports,Human Entertainment,0,0,0.37,0,0.37 +5118,Panzer Dragoon,SAT,1995,Shooter,Sega,0,0,0.37,0,0.37 +5119,Tiger Woods PGA Tour 12: The Masters,Wii,2011,Sports,Electronic Arts,0.21,0.13,0,0.03,0.37 +5120,Rage,PC,2011,Shooter,Bethesda Softworks,0.14,0.18,0,0.06,0.37 +5121,Spider-Man: Friend or Foe,PS2,2007,Action,Activision,0.31,0.01,0,0.05,0.37 +5122,Yarudora Series Vol.1: Double Cast,PS,1998,Adventure,Sony Computer Entertainment,0,0,0.35,0.02,0.37 +5123,Dungeon Siege III,X360,2011,Role-Playing,Square Enix,0.21,0.12,0.01,0.03,0.37 +5124,Juiced 2: Hot Import Nights,PSP,2007,Racing,THQ,0.06,0.2,0,0.11,0.37 +5125,Rec Room Games,Wii,2009,Sports,Destineer,0.35,0,0,0.02,0.37 +5126,Fushigi no Dungeon: Furai no Shiren 2 - Oni Shuurai! Shiren Shiro!,N64,2000,Role-Playing,ChunSoft,0,0,0.32,0.05,0.37 +5127,Turok: Rage Wars,N64,1999,Shooter,Acclaim Entertainment,0.3,0.06,0,0,0.37 +5128,Scooby-Doo! Classic Creep Capers,N64,2000,Action,THQ,0.3,0.06,0,0,0.37 +5129,Dragonfire,2600,1981,Action,Imagic,0.35,0.02,0,0,0.37 +5130,Custom Robo,GC,2004,Role-Playing,Nintendo,0.29,0.07,0,0.01,0.37 +5131,FIFA Soccer 13,PSP,2012,Action,Electronic Arts,0.05,0.19,0.02,0.1,0.37 +5132,Command & Conquer: Red Alert 3 Ultimate Edition,PS3,2009,Strategy,Electronic Arts,0.14,0.17,0,0.06,0.37 +5133,Harry Potter and the Order of the Phoenix,PSP,2007,Action,Electronic Arts,0.1,0.17,0,0.1,0.37 +5134,Medieval II: Total War Gold Edition,PC,2008,Strategy,Sega,0,0.33,0,0.03,0.37 +5135,Pac-Man World 2,GC,2002,Action,Nintendo,0.28,0.07,0,0.01,0.37 +5136,Kotoba no Puzzle: Mojipittan DS,DS,2007,Puzzle,Namco Bandai Games,0,0,0.37,0,0.37 +5137,Barbie Horse Adventures: Blue Ribbon Race,GBA,2003,Sports,Knowledge Adventure,0.26,0.1,0,0.01,0.37 +5138,Bionic Commando,PS3,2009,Platform,Capcom,0.12,0.17,0.01,0.07,0.37 +5139,Wanted: Weapons of Fate,X360,2009,Shooter,Warner Bros. Interactive Entertainment,0.17,0.15,0,0.04,0.37 +5140,Slime MoriMori Dragon Quest: Shougeki No Shippo Dan,GBA,2003,Adventure,Square Enix,0,0,0.36,0.01,0.37 +5141,Dishonored,PS4,2015,Action,Bethesda Softworks,0.11,0.18,0.02,0.06,0.37 +5142,Marvel: Ultimate Alliance,PSP,2006,Role-Playing,Activision,0.33,0,0,0.03,0.37 +5143,NFL Street 2 Unleashed,PSP,2005,Sports,Electronic Arts,0.34,0,0,0.03,0.37 +5144,Super Robot Taisen EX,SNES,1994,Strategy,Banpresto,0,0,0.37,0,0.37 +5145,FIFA Street 2,PS2,2006,Sports,Electronic Arts,0.17,0.13,0.02,0.04,0.37 +5146,Bottom of the 9th,N64,1999,Sports,Konami Digital Entertainment,0.37,0,0,0,0.37 +5147,Theatrhythm Final Fantasy: Curtain Call,3DS,2014,Misc,Square Enix,0.13,0.08,0.15,0.02,0.37 +5148,Trauma Center: Under the Knife,DS,2005,Simulation,Nintendo,0.3,0.01,0.02,0.03,0.37 +5149,Shin Megami Tensei II,SNES,1994,Role-Playing,Atlus,0,0,0.37,0,0.37 +5150,Xenosaga Episode III: Also sprach Zarathustra,PS2,2006,Role-Playing,Namco Bandai Games,0.09,0.07,0.18,0.02,0.37 +5151,Build-A-Bear Workshop: A Friend Fur All Seasons,Wii,2008,Simulation,Game Factory,0.34,0,0,0.03,0.37 +5152,Sid Meier's Civilization: Beyond Earth,PC,2014,Strategy,Take-Two Interactive,0.11,0.22,0,0.03,0.37 +5153,Need for Speed: The Run,PC,2011,Action,Electronic Arts,0.09,0.21,0,0.07,0.37 +5154,Virtua Fighter 3tb,DC,1998,Fighting,Sega,0,0,0.37,0,0.37 +5155,Transformers: Dark of the Moon,PS3,2011,Action,Activision,0.11,0.19,0,0.07,0.37 +5156,Mini-Yonku GB: Let's & Go!!,GB,1997,Strategy,ASCII Entertainment,0,0,0.37,0,0.37 +5157,Skylanders SWAP Force,PS4,2013,Platform,Activision,0.2,0.12,0,0.05,0.37 +5158,LEGO Batman 2: DC Super Heroes,PSV,2012,Action,Warner Bros. Interactive Entertainment,0.17,0.13,0,0.06,0.37 +5159,Rock Band 4,PS4,2015,Misc,Harmonix Music Systems,0.25,0.05,0,0.07,0.37 +5160,Left 4 Dead 2,PC,2009,Shooter,Valve Software,0,0.32,0,0.04,0.37 +5161,The Sims 2: Castaway,PS2,2007,Simulation,Electronic Arts,0.3,0.01,0,0.05,0.37 +5162,NCAA Football 07,PSP,2006,Sports,Electronic Arts,0.34,0,0,0.03,0.37 +5163,The Chronicles of Narnia: Prince Caspian,Wii,2008,Action,Disney Interactive Studios,0.31,0.02,0,0.03,0.36 +5164,NBA Live 2003,XB,N/A,Sports,Electronic Arts,0.31,0.04,0,0.01,0.36 +5165,Dreamworks Madagascar Kartz,DS,2009,Racing,Activision,0.25,0.08,0,0.03,0.36 +5166,My Horse & Me,DS,2007,Sports,Atari,0.33,0,0,0.03,0.36 +5167,GoldenEye: Rogue Agent,GC,2004,Shooter,Electronic Arts,0.28,0.07,0,0.01,0.36 +5168,Zero4 Champ RR,SNES,1994,Sports,Media Rings,0,0,0.36,0,0.36 +5169,Dragon Ball Z: Infinite World,PS2,2008,Fighting,Namco Bandai Games,0.08,0.06,0.21,0.02,0.36 +5170,Nonomura Byoin no Hitobito,SAT,1996,Adventure,Elf,0,0,0.36,0,0.36 +5171,Tom Clancy's HAWX 2,X360,2010,Action,Ubisoft,0.24,0.09,0.01,0.03,0.36 +5172,ESPN X Games Skateboarding,PS2,2001,Sports,Konami Digital Entertainment,0.18,0.14,0,0.05,0.36 +5173,Bejeweled 3,DS,N/A,Puzzle,Unknown,0.32,0.02,0,0.03,0.36 +5174,Resident Evil Zero,PS4,2016,Action,Capcom,0.09,0.17,0.05,0.05,0.36 +5175,Super Fire ProWrestling Special,SNES,1994,Fighting,Human Entertainment,0,0,0.36,0,0.36 +5176,Yuu Yuu Hakusho,SNES,1993,Fighting,Namco Bandai Games,0,0,0.36,0,0.36 +5177,Kamaitachi no Yoru 2,PS2,2002,Adventure,ChunSoft,0,0,0.36,0,0.36 +5178,High Heat Major League Baseball 2004,PS2,2003,Sports,3DO,0.18,0.14,0,0.05,0.36 +5179,Robots,PS2,2005,Action,Vivendi Games,0.18,0.14,0,0.05,0.36 +5180,NARC,PS2,2005,Shooter,Midway Games,0.18,0.14,0,0.05,0.36 +5181,One Piece: Gigant Battle!,DS,2010,Fighting,Namco Bandai Games,0,0,0.36,0,0.36 +5182,Valkyrie Profile: Lenneth,PSP,2006,Role-Playing,Square Enix,0.17,0.01,0.16,0.02,0.36 +5183,Tiger Woods PGA Tour 09,PSP,2008,Sports,Electronic Arts,0.07,0.19,0,0.1,0.36 +5184,Metro: Last Light,X360,2013,Action,Deep Silver,0.17,0.16,0,0.03,0.36 +5185,Tiger Woods PGA Tour 14,X360,2013,Sports,Electronic Arts,0.21,0.13,0,0.03,0.36 +5186,LocoRoco 2,PSP,2008,Platform,Sony Computer Entertainment,0.21,0.09,0.01,0.05,0.36 +5187,Monster Rancher 3,PS2,2001,Simulation,Tecmo Koei,0.11,0.09,0.14,0.03,0.36 +5188,The Incredibles: Rise of the Underminer,PS2,2005,Action,THQ,0.18,0.14,0,0.05,0.36 +5189,Spider-Man: Shattered Dimensions,X360,2010,Action,Activision,0.24,0.09,0,0.03,0.36 +5190,BlazBlue: Calamity Trigger,X360,2009,Fighting,PQube,0.21,0.08,0.04,0.03,0.36 +5191,MechWarrior 2: 31st Century Combat,PS,1997,Simulation,Activision,0.2,0.14,0,0.02,0.36 +5192,Earth Defense Force 2025,PS3,2013,Shooter,D3Publisher,0.04,0.03,0.27,0.02,0.36 +5193,Hamtaro: Ham-Ham Heartbreak,GBA,2002,Action,Nintendo,0.26,0.1,0,0.01,0.36 +5194,Okage: Shadow King,PS2,2001,Role-Playing,Sony Computer Entertainment,0.14,0.11,0.08,0.04,0.36 +5195,Press Your Luck 2010 Edition,Wii,2009,Misc,Ubisoft,0.33,0,0,0.03,0.36 +5196,Mobile Suit Z-Gundam,PS,1997,Action,Namco Bandai Games,0,0,0.34,0.02,0.36 +5197,Cubix Robots for Everyone: Clash 'n' Bash,GBA,N/A,Action,Unknown,0.26,0.1,0,0.01,0.36 +5198,Tropico 4,X360,N/A,Strategy,Kalypso Media,0.2,0.13,0,0.03,0.36 +5199,Speed Racer: The Videogame,DS,2008,Racing,Warner Bros. Interactive Entertainment,0.29,0.05,0,0.03,0.36 +5200,NHL 2K10,Wii,2009,Sports,Take-Two Interactive,0.33,0.01,0,0.03,0.36 +5201,Assassin's Creed III,WiiU,2012,Action,Ubisoft,0.19,0.13,0,0.03,0.36 +5202,Kirby's Dream Land 3,SNES,1997,Platform,Nintendo,0,0,0.36,0,0.36 +5203,Big Bass World Championship,PS,1997,Sports,Starfish,0.2,0.14,0,0.02,0.36 +5204,NFL GameDay 2001,PS2,2000,Sports,Sony Computer Entertainment,0.18,0.14,0,0.05,0.36 +5205,NBA 2K6,XB,2005,Action,Take-Two Interactive,0.27,0.08,0,0.01,0.36 +5206,Jurassic Park,NES,1993,Action,Ocean,0.25,0.1,0,0.01,0.36 +5207,Mystical Ninja starring Goemon,N64,1997,Action,Konami Digital Entertainment,0.07,0.02,0.23,0.04,0.36 +5208,Tetrisphere,N64,1997,Puzzle,Nintendo,0.29,0.06,0,0,0.36 +5209,Saban's Power Rangers: Lightspeed Rescue,N64,2000,Action,THQ,0.29,0.06,0,0,0.36 +5210,Senran Kagura Shinovi Versus: Sh?jo-tachi no Sh?mei,PSV,2013,Fighting,Marvelous Entertainment,0.13,0.02,0.16,0.05,0.36 +5211,North American Hunting Extravaganza,Wii,2008,Sports,Zushi Games,0.33,0,0,0.03,0.36 +5212,World's Scariest Police Chases,PS,2001,Racing,Activision,0.2,0.14,0,0.02,0.36 +5213,Guitar Hero: Smash Hits,PS3,2009,Misc,Activision,0.2,0.11,0,0.05,0.36 +5214,Shaun Palmer's Pro Snowboarder,GBA,2001,Sports,Activision,0.26,0.1,0,0.01,0.36 +5215,AMF Bowling World Lanes,Wii,2008,Sports,Bethesda Softworks,0.33,0,0,0.03,0.36 +5216,MechAssault 2: Lone Wolf,XB,2004,Simulation,Microsoft Game Studios,0.27,0.08,0,0.01,0.36 +5217,Middle-Earth: Shadow of Mordor,PC,2014,Action,Warner Bros. Interactive Entertainment,0.12,0.2,0,0.04,0.36 +5218,Hamster Club 3,GBA,2002,Simulation,Jorudan,0,0,0.35,0.01,0.36 +5219,Breath of Fire II,SNES,1994,Role-Playing,Laguna,0,0,0.36,0,0.36 +5220,Call of Duty: Ghosts,WiiU,2013,Shooter,Activision,0.23,0.09,0.01,0.03,0.36 +5221,LEGO Racers,PS,1999,Racing,LEGO Media,0.2,0.14,0,0.02,0.36 +5222,NBA 2K12,Wii,2011,Sports,Take-Two Interactive,0.3,0.03,0,0.02,0.36 +5223,Teenage Mutant Ninja Turtles: Smash-Up,Wii,2009,Fighting,Ubisoft,0.33,0,0,0.03,0.36 +5224,Kinectimals: Now with Bears!,X360,2011,Misc,Microsoft Game Studios,0.27,0.06,0,0.03,0.36 +5225,ESPN NFL Football,XB,2003,Sports,Sega,0.27,0.08,0,0.01,0.36 +5226,ATV/Monster Truck Mayhem,DS,2007,Racing,"Destination Software, Inc",0.33,0,0,0.02,0.36 +5227,Naruto: Ultimate Ninja 3 (JP sales),PS2,2005,Fighting,Atari,0,0,0.36,0,0.36 +5228,Just Dance 2016,X360,2015,Misc,Ubisoft,0.23,0.1,0,0.03,0.36 +5229,Worms: Open Warfare 2,DS,2007,Strategy,THQ,0.07,0.25,0,0.04,0.36 +5230,Rapala Pro Fishing,PS2,2004,Sports,Zoo Digital Publishing,0.18,0.14,0,0.05,0.36 +5231,J-League Pro Soccer Club o Tsukurou '04,PS2,2004,Sports,Sega,0,0,0.36,0,0.36 +5232,Dark Void,PS3,2010,Action,Capcom,0.18,0.12,0,0.06,0.36 +5233,James Bond 007: Legends,PS3,2012,Shooter,Activision,0.11,0.17,0,0.07,0.36 +5234,Dai-2-Ji Super Robot Taisen Z Saisei-hen,PSP,2012,Strategy,Namco Bandai Games,0,0,0.36,0,0.36 +5235,WWE '12,Wii,2011,Fighting,THQ,0.24,0.09,0,0.03,0.36 +5236,Disney's The Haunted Mansion,PS2,2003,Platform,Take-Two Interactive,0.18,0.14,0,0.05,0.36 +5237,Arc the Lad: Twilight of the Spirits,PS2,2003,Role-Playing,Sony Computer Entertainment,0.18,0.14,0,0.05,0.36 +5238,Dance Dance Revolution 3rdMix,PS,2000,Simulation,Konami Digital Entertainment,0,0,0.33,0.02,0.36 +5239,Ryu Ga Gotoku Kenzan!,PS3,2008,Adventure,Sega,0,0,0.36,0,0.36 +5240,U-Sing,Wii,2009,Misc,Mindscape,0,0.32,0,0.03,0.36 +5241,Super Robot Taisen A,GBA,2001,Strategy,Banpresto,0,0,0.35,0.01,0.36 +5242,Tomb Raider (2013),PC,N/A,Action,Square Enix,0.06,0.25,0,0.05,0.36 +5243,Chicken Shoot,Wii,2007,Action,Zoo Digital Publishing,0.33,0.01,0,0.02,0.36 +5244,Company of Heroes 2,PC,2013,Strategy,THQ,0.06,0.25,0,0.05,0.36 +5245,Defiance,PS3,2013,Shooter,Trion Worlds,0.19,0.11,0,0.05,0.36 +5246,We Sing Deutsche Hits,Wii,2011,Misc,Nordic Games,0,0.31,0,0.05,0.36 +5247,Boxer's Road,PS,1995,Fighting,New,0,0,0.33,0.02,0.36 +5248,Frogs And Flies,2600,1981,Action,Mattel Interactive,0.33,0.02,0,0,0.36 +5249,DanceDanceRevolution,Wii,2010,Simulation,Konami Digital Entertainment,0.29,0.04,0,0.02,0.36 +5250,Harry Potter and the Chamber of Secrets,XB,2002,Action,Electronic Arts,0.27,0.08,0,0.01,0.36 +5251,EA Sports MMA,X360,2010,Fighting,Electronic Arts,0.23,0.1,0,0.03,0.36 +5252,Toriko: Gourmet Survival!,PSP,2011,Role-Playing,Namco Bandai Games,0,0,0.36,0,0.36 +5253,South Park Rally,PS,1998,Racing,Acclaim Entertainment,0.2,0.13,0,0.02,0.36 +5254,Ganbare Goemon 3: Shishi Jyuurokubei no Karakuri Manji Katame,SNES,1994,Platform,Konami Digital Entertainment,0,0,0.36,0,0.36 +5255,Monopoly,PS3,2008,Misc,Electronic Arts,0.25,0.06,0,0.04,0.36 +5256,Mega Man Zero Collection,DS,2010,Platform,Capcom,0.21,0.02,0.11,0.02,0.36 +5257,Arctic Thunder,PS2,2001,Racing,Midway Games,0.17,0.14,0,0.05,0.36 +5258,G-Force,PSP,2009,Action,Electronic Arts,0.24,0.07,0,0.05,0.36 +5259,NHL 2K10,PS2,2009,Sports,Take-Two Interactive,0.17,0.14,0,0.05,0.36 +5260,Football Manager Handheld 2010,PSP,2009,Sports,Sega,0,0.26,0,0.09,0.36 +5261,J-League Pro Soccer Club o Tsukurou!,DC,1999,Sports,Sega,0,0,0.36,0,0.36 +5262,Wonder Pets! Save the Animals!,DS,2008,Adventure,Take-Two Interactive,0.33,0,0,0.02,0.36 +5263,Formula 1 Championship Edition,PS,1997,Racing,Psygnosis,0.06,0.04,0.23,0.02,0.36 +5264,Shrek,XB,2001,Platform,TDK Mediactive,0.25,0.1,0,0.01,0.36 +5265,CSI: Deadly Intent - The Hidden Cases,DS,2009,Adventure,Ubisoft,0.16,0.16,0,0.04,0.35 +5266,SOCOM: Tactical Strike,PSP,2007,Shooter,Sony Computer Entertainment,0.32,0.01,0,0.03,0.35 +5267,Blasto,PS,1998,Action,Sony Computer Entertainment,0.2,0.13,0,0.02,0.35 +5268,Trauma Center: Second Opinion,Wii,2006,Simulation,Nintendo,0.28,0.02,0.03,0.03,0.35 +5269,Backyard Baseball 2006,GBA,2005,Sports,Atari,0.25,0.09,0,0.01,0.35 +5270,Dark Souls III,XOne,2016,Role-Playing,Namco Bandai Games,0.23,0.09,0,0.03,0.35 +5271,Cabela's Outdoor Adventures (2006),PS2,2005,Sports,Zoo Digital Publishing,0.17,0.14,0,0.05,0.35 +5272,Nicktoons: Unite!,GC,2005,Adventure,THQ,0.27,0.07,0,0.01,0.35 +5273,Suikoden V,PS2,2006,Role-Playing,Konami Digital Entertainment,0.08,0.06,0.19,0.02,0.35 +5274,Picross 2,GB,1996,Puzzle,Nintendo,0,0,0.35,0,0.35 +5275,Remember Me,PS3,2013,Action,Capcom,0.1,0.18,0,0.07,0.35 +5276,Battalion Wars 2,Wii,2007,Strategy,Nintendo,0.22,0.03,0.08,0.02,0.35 +5277,Outlaw Golf 2,PS2,2004,Sports,Global Star,0.17,0.14,0,0.05,0.35 +5278,SpongeBob's Boating Bash,Wii,2010,Misc,THQ,0.25,0.07,0,0.03,0.35 +5279,Sentouchu: Densetsu no Shinobi to Survival Battle!,3DS,2013,Action,Namco Bandai Games,0,0,0.35,0,0.35 +5280,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,PS3,2010,Sports,Sega,0.09,0.2,0,0.07,0.35 +5281,Momotarou Dentetsu 12,PS2,2003,Misc,Hudson Soft,0,0,0.35,0,0.35 +5282,Mini Ninjas,PS3,2009,Action,Eidos Interactive,0.14,0.16,0,0.06,0.35 +5283,Tekken Tag Tournament 2,X360,2012,Fighting,Namco Bandai Games,0.19,0.12,0.01,0.03,0.35 +5284,Batman: Rise of Sin Tzu,PS2,2003,Action,Ubisoft,0.17,0.13,0,0.05,0.35 +5285,Disney's Tarzan: Return to the Jungle,GBA,2002,Action,Activision,0.25,0.09,0,0.01,0.35 +5286,Cabela's Dangerous Hunts,XB,2003,Sports,Zoo Digital Publishing,0.26,0.08,0,0.01,0.35 +5287,Terminator Salvation,X360,2009,Shooter,Warner Bros. Interactive Entertainment,0.13,0.18,0,0.04,0.35 +5288,Jikkyou Powerful Pro Yakyuu 13,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.35,0,0.35 +5289,Fossil Fighters: Frontier,3DS,2014,Role-Playing,Nintendo,0.08,0.04,0.23,0.01,0.35 +5290,Star Fox: Zero,WiiU,2016,Shooter,Nintendo,0.16,0.1,0.07,0.03,0.35 +5291,Mega Man X3,SNES,1995,Action,Laguna,0.04,0.01,0.3,0,0.35 +5292,Mini Ninjas,DS,2009,Action,Eidos Interactive,0.17,0.15,0,0.04,0.35 +5293,Stunt Race FX,SNES,1993,Racing,Nintendo,0,0,0.35,0,0.35 +5294,Bloody Roar 3,PS2,2001,Fighting,Virgin Interactive,0.15,0.11,0.05,0.04,0.35 +5295,WWE Crush Hour,PS2,2003,Racing,THQ,0.17,0.13,0,0.04,0.35 +5296,Persona 2: Eternal Punishment,PS,2000,Role-Playing,Atlus,0.03,0.02,0.28,0.02,0.35 +5297,Star Wars: Flight of the Falcon,GBA,2003,Action,THQ,0.25,0.09,0,0.01,0.35 +5298,One Piece: Gigant Battle 2 Shin Sekai,DS,2011,Fighting,Namco Bandai Games,0,0,0.35,0,0.35 +5299,Pac-Man All-Stars,PS3,2011,Fighting,Namco Bandai Games,0.2,0.08,0.04,0.04,0.35 +5300,Def Jam Rapstar,Wii,2010,Misc,Konami Digital Entertainment,0.31,0.02,0,0.02,0.35 +5301,SimCity Creator,DS,2008,Simulation,Electronic Arts,0.3,0.03,0,0.03,0.35 +5302,Hannah Montana: The Movie,Wii,2009,Adventure,Disney Interactive Studios,0.13,0.18,0,0.04,0.35 +5303,Angry Birds Star Wars,Wii,2013,Strategy,Activision,0.21,0.1,0,0.03,0.35 +5304,Dragon Ball Z: Budokai Tenkaichi 2 (JP sales),Wii,N/A,Action,N/A,0.15,0.05,0.14,0.01,0.35 +5305,Mega Man ZX Advent,DS,2007,Platform,Capcom,0.23,0,0.09,0.02,0.35 +5306,Jikkyou Powerful Pro Yakyuu 2000,N64,2000,Sports,Konami Digital Entertainment,0,0,0.29,0.06,0.35 +5307,Sniper: Ghost Warrior 2,PS3,2013,Shooter,City Interactive,0.05,0.19,0.03,0.07,0.35 +5308,Racquet Sports,PS3,2010,Sports,Ubisoft,0.11,0.17,0,0.06,0.35 +5309,Harry Potter and the Deathly Hallows - Part 2,Wii,2011,Action,Electronic Arts,0.18,0.14,0,0.03,0.35 +5310,Supreme Commander 2,X360,2010,Strategy,Square Enix,0.23,0.1,0,0.03,0.35 +5311,Resident Evil: Dead Aim,PS2,2003,Action,Capcom,0.17,0.13,0,0.04,0.35 +5312,Need for Speed Carbon,GC,2006,Racing,Electronic Arts,0.27,0.07,0,0.01,0.35 +5313,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,GBA,2003,Action,THQ,0.25,0.09,0,0.01,0.35 +5314,SpongeBob SquarePants: The Yellow Avenger,DS,2005,Action,THQ,0.32,0,0,0.02,0.35 +5315,The Fairly Odd Parents: Shadow Showdown,PS2,2004,Platform,THQ,0.17,0.13,0,0.04,0.35 +5316,Saban's Power Rangers: Lightspeed Rescue,PS,2000,Action,THQ,0.19,0.13,0,0.02,0.35 +5317,Xbox Music Mixer,XB,2003,Misc,Microsoft Game Studios,0.26,0.08,0,0.01,0.35 +5318,WWE All Stars,X360,2011,Fighting,THQ,0.18,0.14,0,0.03,0.35 +5319,The Shoot,PS3,2010,Shooter,Sony Computer Entertainment,0.13,0.16,0.01,0.06,0.35 +5320,College Hoops 2K8,PS2,2007,Sports,Take-Two Interactive,0.17,0.13,0,0.04,0.35 +5321,Guitar Hero: Metallica,PS2,2009,Misc,Activision,0.17,0.13,0,0.04,0.35 +5322,Guilty Gear X2,PS2,2002,Fighting,Sammy Corporation,0.09,0.07,0.16,0.02,0.35 +5323,MotoGP 08,X360,2008,Racing,Capcom,0.11,0.2,0,0.04,0.35 +5324,Yu-Gi-Oh! 5D's Tag Force 5,PSP,2010,Strategy,Konami Digital Entertainment,0.13,0.05,0.14,0.03,0.35 +5325,Enemy Territory: Quake Wars,PS3,2008,Shooter,Activision,0.23,0.07,0,0.04,0.35 +5326,Tom Clancy's Rainbow Six: Lockdown,PS2,2005,Shooter,Ubisoft,0.17,0.13,0,0.04,0.35 +5327,From TV Animation One Piece: Tobidase Kaizokudan!,PS,2001,Role-Playing,Namco Bandai Games,0,0,0.32,0.02,0.35 +5328,The Tale of Despereaux,PS2,2008,Platform,Brash Entertainment,0.17,0.13,0,0.04,0.35 +5329,Aggressive Inline,PS2,2002,Sports,Acclaim Entertainment,0.17,0.13,0,0.04,0.35 +5330,Karaoke Revolution,PS2,2003,Misc,Konami Digital Entertainment,0.17,0.13,0,0.04,0.35 +5331,NFL Street,GC,2004,Sports,Electronic Arts,0.27,0.07,0,0.01,0.35 +5332,Hello Kitty Daily,DS,2008,Misc,Nobilis,0.32,0,0,0.03,0.35 +5333,Metal Arms: Glitch in the System,PS2,2003,Shooter,Vivendi Games,0.17,0.13,0,0.04,0.35 +5334,Farming Simulator 2015,PS4,2015,Simulation,Koch Media,0.1,0.2,0,0.05,0.35 +5335,Jikkyou Powerful Pro Yakyuu 7,PS2,2000,Sports,Konami Digital Entertainment,0,0,0.35,0,0.35 +5336,Rally Cross 2,PS,1998,Racing,989 Studios,0.19,0.13,0,0.02,0.35 +5337,EverGrace,PS2,2000,Role-Playing,Ubisoft,0.1,0.08,0.15,0.03,0.35 +5338,Def Jam Icon,X360,2007,Action,Electronic Arts,0.3,0.01,0,0.03,0.35 +5339,Lunar 2: Eternal Blue Complete,PS,1999,Role-Playing,Kadokawa Shoten,0.19,0.13,0,0.02,0.35 +5340,Street Fighter Alpha: Warriors' Dreams,SAT,1996,Fighting,Capcom,0,0,0.35,0,0.35 +5341,Rugrats: Royal Ransom,PS2,2002,Platform,THQ,0.17,0.13,0,0.04,0.35 +5342,Disney Fairies: Tinker Bell and the Great Fairy Rescue,DS,2010,Adventure,Disney Interactive Studios,0.18,0.14,0,0.03,0.35 +5343,MLB 06: The Show,PSP,2006,Sports,Sony Computer Entertainment,0.32,0,0,0.03,0.35 +5344,F1 Race Stars,PS3,2012,Racing,Codemasters,0.06,0.21,0,0.08,0.35 +5345,Over the Hedge,GC,2006,Platform,Activision,0.27,0.07,0,0.01,0.35 +5346,Naruto Shippuden: Ultimate Ninja Impact,PSP,2011,Fighting,Namco Bandai Games,0.09,0.07,0.15,0.04,0.35 +5347,Just Dance 2016,PS4,2015,Misc,Ubisoft,0.16,0.13,0,0.06,0.35 +5348,Charlie and the Chocolate Factory,PS2,2005,Adventure,Global Star,0.17,0.13,0,0.04,0.35 +5349,Pirates of the Caribbean: At World's End,DS,2007,Action,Disney Interactive Studios,0.3,0.01,0.01,0.03,0.35 +5350,UEFA Euro 2008 Austria-Switzerland,X360,2008,Sports,Electronic Arts,0.08,0.23,0,0.03,0.35 +5351,Kurushi Final: Mental Blocks,PS,1998,Puzzle,Sony Computer Entertainment,0,0,0.32,0.02,0.34 +5352,Style Lab: Jewelry Design,DS,2009,Simulation,Ubisoft,0.32,0,0,0.02,0.34 +5353,Risk / Battleship / Clue,GBA,2005,Misc,Zoo Digital Publishing,0.25,0.09,0,0.01,0.34 +5354,SD Gundam G Generation World,PSP,2011,Strategy,Namco Bandai Games,0,0,0.34,0,0.34 +5355,LEGO Pirates of the Caribbean: The Video Game,PSP,2011,Action,Disney Interactive Studios,0.11,0.15,0,0.08,0.34 +5356,The Wild Thornberrys Movie,GBA,2002,Platform,THQ,0.25,0.09,0,0.01,0.34 +5357,High School Musical 3: Senior Year DANCE!,PS2,2008,Misc,Disney Interactive Studios,0.17,0.13,0,0.04,0.34 +5358,Dynasty Warriors 5 Empires,PS2,2006,Action,Tecmo Koei,0.11,0.09,0.12,0.03,0.34 +5359,SoulCalibur,DC,1999,Fighting,Namco Bandai Games,0,0,0.34,0,0.34 +5360,WipEout 3,PS,1999,Racing,Psygnosis,0.19,0.13,0,0.02,0.34 +5361,Etrian Odyssey,DS,2007,Role-Playing,Nintendo,0.2,0.03,0.09,0.02,0.34 +5362,Conan,PS3,2007,Action,THQ,0.13,0.15,0,0.06,0.34 +5363,Classic NES Series: Ice Climber,GBA,2004,Platform,Nintendo,0.1,0.04,0.2,0.01,0.34 +5364,Skylanders: Trap Team,XOne,2014,Action,Activision,0.25,0.07,0,0.03,0.34 +5365,Avatar: The Last Airbender - The Burning Earth,DS,2007,Action,THQ,0.31,0,0,0.03,0.34 +5366,F.E.A.R.,X360,2006,Shooter,Vivendi Games,0.28,0.03,0,0.03,0.34 +5367,Tenchu Z,X360,2006,Action,Microsoft Game Studios,0.27,0.02,0.02,0.03,0.34 +5368,Freeway,2600,1980,Action,Activision,0.32,0.02,0,0,0.34 +5369,Driver 2 Advance,GBA,2002,Action,Atari,0.25,0.09,0,0.01,0.34 +5370,Monster Rancher 4,PS2,2003,Simulation,Tecmo Koei,0.08,0.06,0.19,0.02,0.34 +5371,Iron Man 2,DS,2010,Action,Sega,0.15,0.16,0,0.03,0.34 +5372,Chicken Riot,Wii,2010,Action,City Interactive,0.15,0.16,0,0.03,0.34 +5373,Tim Burton's The Nightmare Before Christmas: Oogie's Revenge,PS2,2004,Adventure,Disney Interactive Studios,0.17,0.13,0,0.04,0.34 +5374,Iron Storm,SAT,1995,Shooter,Sega,0,0,0.34,0,0.34 +5375,Harry Potter and the Deathly Hallows - Part 2,X360,2011,Action,Electronic Arts,0.19,0.12,0,0.03,0.34 +5376,MotorStorm: Arctic Edge,PS2,2009,Racing,Sony Computer Entertainment,0.07,0.03,0,0.25,0.34 +5377,The Fairly Odd Parents: Shadow Showdown,GBA,2004,Platform,THQ,0.25,0.09,0,0.01,0.34 +5378,Radiant Historia,DS,2010,Role-Playing,Atlus,0.24,0,0.09,0.02,0.34 +5379,Marvel Super Heroes,PS,1997,Fighting,Virgin Interactive,0.19,0.13,0,0.02,0.34 +5380,Super Bust-A-Move,PS2,2000,Puzzle,Acclaim Entertainment,0.17,0.13,0,0.04,0.34 +5381,Hitman: Contracts,XB,2004,Shooter,Eidos Interactive,0.26,0.07,0,0.01,0.34 +5382,Thunderstrike: Operation Phoenix,PS2,2001,Simulation,Eidos Interactive,0.17,0.13,0,0.04,0.34 +5383,Alien's Return,2600,1982,Action,ITT Family Games,0.32,0.02,0,0,0.34 +5384,Frostbite,2600,1983,Action,Activision,0.32,0.02,0,0,0.34 +5385,LEGO Marvel's Avengers,X360,2016,Action,Warner Bros. Interactive Entertainment,0.17,0.15,0,0.03,0.34 +5386,Kameo: Elements of Power,X360,2005,Action,Microsoft Game Studios,0.28,0.03,0,0.03,0.34 +5387,Power Rangers Samurai,Wii,2011,Action,Namco Bandai Games,0.29,0.03,0,0.02,0.34 +5388,WWE Day of Reckoning 2,GC,2005,Fighting,THQ,0.26,0.07,0,0.01,0.34 +5389,Dynasty Warriors 6 Empires,PS3,2009,Action,Tecmo Koei,0.14,0.03,0.15,0.02,0.34 +5390,The Urbz: Sims in the City,XB,2004,Simulation,Electronic Arts,0.22,0.11,0,0.01,0.34 +5391,Fantastic Voyage,2600,1981,Action,20th Century Fox Video Games,0.32,0.02,0,0,0.34 +5392,The Adventures of Tintin: The Game,Wii,2011,Action,Ubisoft,0.13,0.17,0,0.04,0.34 +5393,Bee Movie Game,Wii,2007,Action,Activision,0.31,0.01,0,0.03,0.34 +5394,Silent Hill HD Collection,PS3,2012,Action,Konami Digital Entertainment,0.15,0.11,0.03,0.05,0.34 +5395,Night Warriors: Darkstalkers' Revenge,SAT,1995,Fighting,Virgin Interactive,0,0,0.34,0,0.34 +5396,Off Road Challenge,N64,1998,Racing,GT Interactive,0.27,0.06,0,0,0.34 +5397,Bank Heist,2600,1982,Action,20th Century Fox Video Games,0.32,0.02,0,0,0.34 +5398,Harry Potter and the Half-Blood Prince,PS3,2009,Action,Electronic Arts,0.15,0.13,0,0.06,0.34 +5399,Tom Clancy's Ghost Recon: Shadow Wars,3DS,2011,Strategy,Ubisoft,0.22,0.09,0,0.03,0.34 +5400,Backstreet Billiards,PS,1998,Misc,ASCII Entertainment,0.19,0.13,0,0.02,0.34 +5401,MX vs. ATV Untamed,Wii,2008,Racing,THQ,0.29,0.03,0,0.03,0.34 +5402,Carnival,2600,1981,Shooter,Coleco,0.32,0.02,0,0,0.34 +5403,Football Manager Handheld 2008,PSP,2007,Sports,Sega,0,0.34,0,0,0.34 +5404,Leisure Suit Larry: Magna Cum Laude,PS2,2004,Adventure,Vivendi Games,0.17,0.13,0,0.04,0.34 +5405,Harry Potter and the Deathly Hallows - Part 2,PS3,2011,Action,Electronic Arts,0.14,0.15,0,0.05,0.34 +5406,MVP 06 NCAA Baseball,XB,2006,Sports,Electronic Arts,0.25,0.07,0,0.01,0.34 +5407,Momotarou Dentetsu DS: Tokyo & Japan,DS,2007,Misc,Hudson Soft,0,0,0.34,0,0.34 +5408,Point Blank,PS,1997,Shooter,Sony Computer Entertainment,0.05,0.03,0.23,0.02,0.34 +5409,Bookworm,DS,2009,Puzzle,PopCap Games,0.31,0.01,0,0.02,0.34 +5410,Smart Girl's Party Game,DS,2008,Misc,505 Games,0.31,0,0,0.02,0.34 +5411,Rayman Legends,XOne,2014,Platform,Ubisoft,0.13,0.18,0,0.03,0.34 +5412,Puzzle Quest: Challenge of the Warlords,DS,2007,Puzzle,D3Publisher,0.28,0.01,0.03,0.02,0.34 +5413,Star Ocean: Second Evolution,PSP,2008,Role-Playing,Square Enix,0.14,0.02,0.16,0.02,0.34 +5414,My Baby Boy,DS,2008,Simulation,Nobilis,0.3,0.02,0,0.03,0.34 +5415,Tiny Tank,PS,1998,Action,Sony Computer Entertainment,0.19,0.13,0,0.02,0.34 +5416,Jonah Lomu Rugby Challenge,X360,2011,Sports,Home Entertainment Suppliers,0.09,0.21,0,0.04,0.34 +5417,Spy Hunter,XB,2002,Racing,Midway Games,0.25,0.07,0,0.01,0.34 +5418,Angry Birds Star Wars,3DS,2013,Strategy,Activision,0.15,0.15,0,0.03,0.34 +5419,Imagine: Movie Star,DS,2008,Simulation,Ubisoft,0.31,0,0,0.02,0.34 +5420,NHL 09,PS3,2008,Sports,Electronic Arts,0.29,0.02,0,0.03,0.34 +5421,Zoo Tycoon (2013),XOne,2013,Simulation,Microsoft Game Studios,0.18,0.13,0,0.03,0.34 +5422,Herbie: Fully Loaded,GBA,2005,Racing,Disney Interactive Studios,0.24,0.09,0,0.01,0.34 +5423,The Sims 3: Town Life Stuff,PC,2011,Simulation,Electronic Arts,0.11,0.17,0,0.05,0.34 +5424,Teenage Mutant Ninja Turtles,GC,2003,Action,Konami Digital Entertainment,0.26,0.07,0,0.01,0.34 +5425,Pony Friends 2,DS,2009,Simulation,Eidos Interactive,0.21,0.1,0,0.03,0.34 +5426,Disney Sing It: Pop Hits,PS2,2009,Misc,Disney Interactive Studios,0.1,0.02,0,0.22,0.34 +5427,Buzz! The Ultimate Music Quiz,PS3,2010,Misc,Sony Computer Entertainment,0,0.25,0,0.08,0.34 +5428,Persona 5,PS4,2016,Role-Playing,Atlus,0,0,0.34,0,0.34 +5429,The Eye of Judgment,PS3,2007,Misc,Sony Computer Entertainment,0.28,0,0.02,0.03,0.34 +5430,Pirates of the Caribbean: At World's End,X360,2007,Action,Disney Interactive Studios,0.29,0.02,0,0.03,0.34 +5431,Modnation Racers: Road Trip,PSV,2012,Racing,Sony Computer Entertainment,0.17,0.12,0,0.05,0.34 +5432,Dynasty Warriors: Gundam 2,PS2,2008,Action,Namco Bandai Games,0.04,0.03,0.25,0.01,0.34 +5433,Power Rangers Samurai,DS,2011,Action,Namco Bandai Games,0.27,0.04,0,0.02,0.34 +5434,Fade to Black,PS,1996,Action,Electronic Arts,0.19,0.13,0,0.02,0.34 +5435,MXRider,PS2,2001,Racing,Atari,0.16,0.13,0,0.04,0.34 +5436,Avatar: The Last Airbender,DS,2006,Adventure,THQ,0.3,0.01,0,0.03,0.34 +5437,Battlefield: Hardline,X360,2015,Shooter,Electronic Arts,0.17,0.14,0,0.03,0.34 +5438,Delta Force: Black Hawk Down,XB,2005,Shooter,NovaLogic,0.25,0.07,0,0.01,0.34 +5439,Night at the Museum: Battle of the Smithsonian,DS,2009,Action,Majesco Entertainment,0.12,0.18,0,0.04,0.34 +5440,World Championship Poker 2: Featuring Howard Lederer,PS2,2005,Misc,Oxygen Interactive,0.16,0.13,0,0.04,0.34 +5441,Sengoku Musou 3 Z,PS3,2011,Action,Ackkstudios,0,0,0.33,0,0.33 +5442,Operation Flashpoint: Red River,PS3,2011,Shooter,Codemasters,0.06,0.15,0.07,0.05,0.33 +5443,Ninja Blade,X360,2009,Action,Microsoft Game Studios,0.14,0.14,0.02,0.03,0.33 +5444,Tom Clancy's Ghost Recon Advanced Warfighter,XB,2006,Shooter,Ubisoft,0.21,0.11,0,0.01,0.33 +5445,Transformers: Revenge of the Fallen (DS Versions),DS,2009,Action,Activision,0.17,0.13,0,0.03,0.33 +5446,Fracture,X360,2008,Shooter,LucasArts,0.15,0.14,0,0.04,0.33 +5447,Tokyo Highway Battle,PS,1996,Racing,Jaleco,0.06,0.04,0.21,0.02,0.33 +5448,Pandora's Tower,Wii,2011,Role-Playing,Nintendo,0.13,0.1,0.08,0.03,0.33 +5449,Binary Domain,PS3,2012,Action,Sega,0.09,0.08,0.14,0.03,0.33 +5450,The King of Fighters XIII,X360,2011,Fighting,Rising Star Games,0.23,0.07,0.01,0.03,0.33 +5451,Beyond Good & Evil,PS2,2003,Adventure,Ubisoft,0.16,0.13,0,0.04,0.33 +5452,Banjo-Kazooie: Grunty's Revenge,GBA,2003,Platform,THQ,0.24,0.09,0,0.01,0.33 +5453,Bomberman World,PS,1998,Puzzle,Sony Computer Entertainment,0.06,0.04,0.22,0.02,0.33 +5454,The X-Factor,Wii,2010,Misc,Deep Silver,0,0.29,0,0.04,0.33 +5455,Digimon World: Dawn / Dusk,DS,2007,Role-Playing,Namco Bandai Games,0.14,0,0.18,0.01,0.33 +5456,Street Fighter Alpha 3 MAX,PSP,2006,Fighting,Capcom,0.27,0.01,0.02,0.03,0.33 +5457,Untold Legends: The Warriors Code,PSP,2006,Role-Playing,Ubisoft,0.14,0.12,0,0.08,0.33 +5458,Virtua Tennis 2009,X360,2009,Sports,Sega,0.12,0.18,0,0.03,0.33 +5459,Deathtrap Dungeon,PS,1998,Action,Eidos Interactive,0.19,0.13,0,0.02,0.33 +5460,Tales of the World: Radiant Mythology 2,PSP,2009,Role-Playing,Namco Bandai Games,0,0,0.33,0,0.33 +5461,Wipeout 2,Wii,2011,Misc,Activision,0.31,0,0,0.02,0.33 +5462,Iron Man 2,Wii,2010,Action,Sega,0.15,0.15,0,0.03,0.33 +5463,Ape Escape Academy,PSP,2004,Misc,Sony Computer Entertainment,0.13,0.15,0,0.05,0.33 +5464,The Darkness II,PS3,2012,Shooter,Take-Two Interactive,0.14,0.14,0,0.05,0.33 +5465,SingStar Take That,PS3,2009,Misc,Sony Computer Entertainment,0,0.3,0,0.03,0.33 +5466,Marvel: Ultimate Alliance 2,Wii,2009,Role-Playing,Activision,0.26,0.05,0,0.03,0.33 +5467,Ultimate Marvel vs. Capcom 3,PSV,2011,Fighting,Capcom,0.2,0.09,0,0.05,0.33 +5468,WWE Wrestlemania XIX,GC,2003,Fighting,THQ,0.26,0.07,0,0.01,0.33 +5469,Planet Puzzle League,DS,2007,Puzzle,Nintendo,0.14,0.01,0.16,0.01,0.33 +5470,The Sims 2,GC,2005,Simulation,Electronic Arts,0.26,0.07,0,0.01,0.33 +5471,Hulk,XB,2003,Action,Universal Interactive,0.25,0.07,0,0.01,0.33 +5472,Naruto: Rise of a Ninja,X360,2007,Action,Ubisoft,0.29,0.02,0,0.03,0.33 +5473,Chicken Blaster,Wii,2009,Shooter,Zushi Games,0.31,0,0,0.02,0.33 +5474,Family Party: 90 Great Games Party Pack,Wii,2010,Misc,D3Publisher,0.31,0,0,0.02,0.33 +5475,Klonoa 2: Lunatea's Veil,PS2,2001,Platform,Sony Computer Entertainment,0.12,0.1,0.08,0.03,0.33 +5476,Deus Ex: Invisible War,XB,2003,Shooter,Eidos Interactive,0.25,0.07,0,0.01,0.33 +5477,Resonance of Fate,X360,2010,Role-Playing,Sega,0.12,0.13,0.06,0.03,0.33 +5478,Hell's Kitchen: The Game,Wii,2008,Simulation,Ubisoft,0.3,0,0,0.03,0.33 +5479,Disney's Treasure Planet,PS2,2002,Action,Sony Computer Entertainment,0.16,0.13,0,0.04,0.33 +5480,NASCAR Thunder 2002,XB,2001,Racing,Electronic Arts,0.25,0.07,0,0.01,0.33 +5481,Jeanne d'Arc,PSP,2006,Role-Playing,Sony Computer Entertainment,0.21,0,0.1,0.02,0.33 +5482,NCAA Basketball 10,PS3,2009,Sports,Electronic Arts,0.31,0,0,0.03,0.33 +5483,BeatMania Append GottaMix,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.31,0.02,0.33 +5484,Dead or Alive 5,PS4,2015,Fighting,Tecmo Koei,0.09,0.13,0.08,0.04,0.33 +5485,Tak 2: The Staff of Dreams,GC,2004,Platform,THQ,0.26,0.07,0,0.01,0.33 +5486,Rugby World Cup 2011,PS3,2011,Sports,505 Games,0,0.25,0,0.08,0.33 +5487,Medal of Honor: Warfighter,PC,2012,Action,Electronic Arts,0.14,0.15,0,0.04,0.33 +5488,Kelly Slater's Pro Surfer,PS2,2002,Sports,Activision,0.16,0.13,0,0.04,0.33 +5489,Shrek SuperSlam,GBA,2005,Action,Activision,0.24,0.09,0,0.01,0.33 +5490,Sonic Boom: Rise of Lyric,WiiU,2014,Action,Sega,0.21,0.09,0,0.03,0.33 +5491,Legends of Wrestling II,PS2,2002,Fighting,Acclaim Entertainment,0.16,0.13,0,0.04,0.33 +5492,World Stadium 3,PS,1999,Sports,Namco Bandai Games,0,0,0.31,0.02,0.33 +5493,Little Deviants,PSV,2011,Platform,Sony Computer Entertainment,0.15,0.13,0,0.05,0.33 +5494,Silent Hill: Downpour,X360,2012,Action,Konami Digital Entertainment,0.22,0.08,0,0.03,0.33 +5495,Extra Bases,GB,1990,Sports,Namco Bandai Games,0,0,0.33,0,0.33 +5496,Super Power League 2,SNES,1994,Sports,Hudson Soft,0,0,0.33,0,0.33 +5497,Night at the Museum: Battle of the Smithsonian,Wii,2009,Action,Majesco Entertainment,0.17,0.13,0,0.03,0.33 +5498,Capcom Classics Collection Reloaded,PSP,2006,Misc,Capcom,0.26,0,0.03,0.03,0.33 +5499,Madden NFL 09,DS,2008,Sports,Electronic Arts,0.3,0,0,0.03,0.33 +5500,MLB 09: The Show,PS2,2009,Sports,Sony Computer Entertainment,0.16,0.13,0,0.04,0.33 +5501,Deus Ex: Mankind Divided,PS4,2016,Role-Playing,Square Enix,0.1,0.18,0,0.05,0.33 +5502,Cool Boarders 2001,PS2,2001,Sports,Sony Computer Entertainment,0.16,0.13,0,0.04,0.33 +5503,Classic NES Series: Castlevania,GBA,2004,Platform,Nintendo,0.17,0.06,0.09,0.01,0.33 +5504,Dragon Ball Z: Battle of Z,PS3,2014,Fighting,Namco Bandai Games,0.1,0.11,0.06,0.05,0.33 +5505,Scooby-Doo! First Frights,PS2,2009,Action,Warner Bros. Interactive Entertainment,0.14,0.03,0,0.16,0.33 +5506,Fight Night Round 3,XB,2006,Fighting,Electronic Arts,0.26,0.06,0,0.01,0.33 +5507,GT Advance Championship Racing,GBA,2001,Racing,THQ,0.24,0.09,0,0.01,0.33 +5508,Way of the Samurai 2,PS2,2003,Action,Capcom,0.05,0.04,0.23,0.01,0.33 +5509,FIFA Street 3,PS3,2008,Sports,Electronic Arts,0.08,0.18,0,0.06,0.33 +5510,Custom Robo,N64,N/A,Role-Playing,Nintendo,0,0,0.29,0.04,0.33 +5511,BattleTanx,N64,1998,Action,3DO,0.26,0.06,0,0,0.33 +5512,Hatsune Miku: Project Diva Extend,PSP,2011,Misc,Sega,0,0,0.33,0,0.33 +5513,Battlestations: Pacific,X360,2009,Strategy,Eidos Interactive,0.17,0.12,0.01,0.03,0.33 +5514,Pitfall 3D: Beyond the Jungle,PS,1998,Platform,Activision,0.18,0.12,0,0.02,0.33 +5515,Disgaea 2: Cursed Memories,PS2,2006,Role-Playing,Tecmo Koei,0.09,0.07,0.15,0.02,0.33 +5516,Cabela's Dangerous Hunts 2011,PS3,2010,Sports,Activision,0.26,0.04,0,0.03,0.33 +5517,DECA Sports Freedom,X360,2010,Sports,Hudson Soft,0.27,0.04,0,0.02,0.33 +5518,Clock Tower 3,PS2,2002,Adventure,Capcom,0.1,0.08,0.12,0.03,0.33 +5519,Battle Dodge Ball,SNES,1991,Sports,Banpresto,0,0,0.33,0,0.33 +5520,Goosebumps HorrorLand,DS,2008,Adventure,Scholastic Inc.,0.31,0,0,0.02,0.33 +5521,Phineas and Ferb: Across the 2nd Dimension,PS3,2011,Action,Disney Interactive Studios,0.15,0.12,0,0.05,0.33 +5522,Call Of Duty 2: Big Red One,GC,2005,Shooter,Activision,0.25,0.07,0,0.01,0.33 +5523,Elebits,Wii,2006,Action,Konami Digital Entertainment,0.22,0.01,0.08,0.02,0.33 +5524,"Warhammer 40,000: Squad Command",PSP,2007,Strategy,THQ,0.11,0.14,0,0.08,0.33 +5525,F1 2013,X360,2013,Racing,Codemasters,0.01,0.28,0,0.03,0.33 +5526,Disgaea: Hour of Darkness,PS2,2003,Role-Playing,Tecmo Koei,0.16,0.13,0,0.04,0.33 +5527,NeoGeo Battle Coliseum,PS2,2005,Fighting,Ignition Entertainment,0.16,0.13,0,0.04,0.33 +5528,SSX Blur,Wii,2007,Sports,Electronic Arts,0.29,0.01,0,0.03,0.33 +5529,DiRT 2,PSP,2009,Racing,Sony Computer Entertainment,0.09,0.16,0,0.09,0.33 +5530,Vin Diesel: Wheelman,PS3,2009,Racing,Ubisoft,0.12,0.15,0,0.06,0.33 +5531,SpongeBob SquarePants: Creature from the Krusty Krab,GC,2006,Platform,THQ,0.25,0.07,0,0.01,0.33 +5532,My Baby: First Steps,DS,2009,Simulation,SouthPeak Games,0.28,0.03,0,0.02,0.33 +5533,MLB 08: The Show,PSP,2008,Sports,Sony Computer Entertainment,0.3,0,0,0.02,0.33 +5534,The Black Eyed Peas Experience,X360,2011,Misc,Ubisoft,0.2,0.1,0,0.03,0.33 +5535,Parodius,PS,1994,Shooter,Konami Digital Entertainment,0,0,0.31,0.02,0.33 +5536,Spy Kids 3-D: Game Over,GBA,2003,Platform,Disney Interactive Studios,0.24,0.09,0,0.01,0.33 +5537,Sakura Wars 3: Paris wa Moeteiru ka,DC,2001,Adventure,Sega,0,0,0.33,0,0.33 +5538,1001 Touch Games,DS,2011,Action,Avanquest,0.12,0.17,0,0.04,0.33 +5539,NCAA GameBreaker 2001,PS,2000,Sports,Sony Computer Entertainment,0.18,0.12,0,0.02,0.33 +5540,Power Rangers: Ninja Storm,GBA,2003,Misc,THQ,0.24,0.09,0,0.01,0.33 +5541,Angry Birds Star Wars,PS3,2013,Strategy,Activision,0.1,0.17,0,0.06,0.33 +5542,Naruto: Gekito Ninja Taisen! 4,GC,2005,Fighting,Tomy Corporation,0,0,0.32,0.01,0.33 +5543,Kidou Senshi Gundam F91: Formula Senki 0122,SNES,1991,Strategy,Namco Bandai Games,0,0,0.33,0,0.33 +5544,Despicable Me: The Game,Wii,2010,Platform,D3Publisher,0.19,0.12,0,0.03,0.33 +5545,Golden Axe: Beast Rider,X360,2008,Action,Sega,0.19,0.11,0,0.03,0.33 +5546,MySims SkyHeroes,DS,2010,Action,Electronic Arts,0.22,0.08,0,0.03,0.33 +5547,MVP Baseball 2005,GC,2005,Sports,Electronic Arts,0.25,0.07,0,0.01,0.33 +5548,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS 2 + Jouyou Kanji Jiten,DS,2007,Misc,Rocket Company,0,0,0.33,0,0.33 +5549,"Carnival Games: Monkey See, Monkey Do!",X360,2011,Misc,Take-Two Interactive,0.14,0.16,0,0.03,0.33 +5550,Eternal Sonata,X360,2007,Role-Playing,Atari,0.19,0.04,0.08,0.02,0.33 +5551,DX Game of Life 2,PS,1997,Misc,Takara,0,0,0.31,0.02,0.33 +5552,EA Playground,DS,2007,Sports,Electronic Arts,0.29,0.01,0,0.03,0.33 +5553,NBA Live 96,PS,1996,Sports,Electronic Arts,0.16,0.11,0.04,0.02,0.33 +5554,Clash of the Titans,PS3,2010,Action,Namco Bandai Games,0.09,0.16,0.01,0.06,0.33 +5555,Folklore,PS3,2007,Role-Playing,Sony Computer Entertainment,0.2,0.05,0.05,0.03,0.33 +5556,Dragon Ball Z: Extreme Butoden,3DS,2015,Fighting,Namco Bandai Games,0.12,0.03,0.16,0.02,0.33 +5557,Samurai Warriors 2: Xtreme Legends (JP sales),PS2,2007,Action,Tecmo Koei,0,0,0.33,0,0.33 +5558,Sniper Elite 3,XOne,2014,Shooter,505 Games,0.19,0.11,0,0.03,0.33 +5559,Teen Titans,GC,2006,Action,THQ,0.25,0.07,0,0.01,0.33 +5560,Dead Rising 2: Off the Record,PS3,2011,Action,Capcom,0.11,0.08,0.1,0.03,0.33 +5561,Frogger II: Threeedeep!,2600,1983,Action,Parker Bros.,0.31,0.02,0,0,0.33 +5562,Etrian Odyssey III: The Drowned City,DS,2010,Role-Playing,Atlus,0.13,0,0.19,0.01,0.33 +5563,LEGO The Lord of the Rings,PSV,2012,Action,Warner Bros. Interactive Entertainment,0.1,0.15,0,0.07,0.33 +5564,NBA Live 06,GC,2005,Sports,Electronic Arts,0.25,0.07,0,0.01,0.33 +5565,Karaoke Revolution Presents American Idol Encore 2,Wii,2008,Misc,Konami Digital Entertainment,0.3,0,0,0.02,0.33 +5566,Fireball,2600,1981,Action,Starpath Corp.,0.3,0.02,0,0,0.33 +5567,Batman: Arkham Origins,WiiU,2013,Action,Warner Bros. Interactive Entertainment,0.2,0.09,0,0.03,0.33 +5568,Discovery Kids: Puppy Playtime,DS,2009,Simulation,505 Games,0.3,0,0,0.02,0.33 +5569,Dr. Mario / Puzzle League,GBA,2005,Puzzle,Nintendo,0.12,0.04,0.16,0.01,0.33 +5570,Bleach: Shattered Blade,Wii,2006,Fighting,Sega,0.22,0.01,0.08,0.02,0.33 +5571,Shin Nippon Pro Wrestling: Toukon Retsuden,PS,1995,Fighting,Tomy Corporation,0,0,0.3,0.02,0.33 +5572,Major League Baseball 2K6,XB,2006,Sports,Take-Two Interactive,0.24,0.07,0,0.01,0.33 +5573,Pinball Hall of Fame: The Gottlieb Collection,PS2,2004,Misc,Play It,0.16,0.12,0,0.04,0.33 +5574,God of War Collection,PSV,2014,Action,Sony Computer Entertainment,0.14,0.1,0.01,0.07,0.33 +5575,Dead Space 2,PC,2011,Shooter,Electronic Arts,0.13,0.15,0,0.05,0.33 +5576,Def Jam Rapstar,PS3,2010,Misc,Konami Digital Entertainment,0.25,0.05,0,0.03,0.33 +5577,Overlord II,X360,2009,Action,Codemasters,0.15,0.14,0,0.03,0.32 +5578,NBA 2K10,PSP,2009,Sports,Take-Two Interactive,0.3,0,0,0.03,0.32 +5579,J Stars Victory Vs.,PS3,2014,Fighting,Namco Bandai Games,0.04,0.06,0.2,0.02,0.32 +5580,The Witcher: Enhanced Edition,PC,2008,Role-Playing,Atari,0.32,0.01,0,0,0.32 +5581,Teenage Mutant Ninja Turtles 2: Battle Nexus,GBA,2004,Action,Konami Digital Entertainment,0.23,0.09,0,0.01,0.32 +5582,Nicktoons: Movin',PS2,2004,Action,THQ,0.16,0.12,0,0.04,0.32 +5583,One Piece: Romance Dawn - Bouken no Yoake,PSP,2012,Fighting,Namco Bandai Games,0,0,0.32,0,0.32 +5584,Batman: Arkham Origins,PC,2013,Action,Warner Bros. Interactive Entertainment,0.13,0.16,0,0.04,0.32 +5585,SWAT: Global Strike Team,PS2,2003,Shooter,Vivendi Games,0.16,0.12,0,0.04,0.32 +5586,Championship Bass,PS,1999,Sports,Electronic Arts,0.18,0.12,0,0.02,0.32 +5587,Resident Evil: Revelations 2,PS3,2015,Action,Capcom,0.06,0.08,0.16,0.03,0.32 +5588,Test Drive Unlimited,X360,2006,Racing,Atari,0.23,0.04,0.02,0.03,0.32 +5589,Golden Axe: Beast Rider,PS3,2008,Action,Sega,0.13,0.14,0,0.06,0.32 +5590,Madden NFL 13,PSV,2012,Sports,Electronic Arts,0.3,0,0,0.03,0.32 +5591,Bratz: Girlz Really Rock,DS,2008,Action,THQ,0.18,0.11,0,0.03,0.32 +5592,NCAA Basketball 10,X360,2009,Sports,Electronic Arts,0.3,0,0,0.02,0.32 +5593,Dead or Alive 5,X360,2012,Fighting,Ubisoft Annecy,0.19,0.08,0.03,0.02,0.32 +5594,Shin Megami Tensei: Devil Survivor 2,DS,2011,Role-Playing,Ghostlight,0.17,0.01,0.12,0.01,0.32 +5595,NHL Breakaway 98,N64,1998,Sports,Acclaim Entertainment,0.3,0.02,0,0,0.32 +5596,Momotarou Dentetsu 20-Shuunen,DS,2008,Misc,Hudson Soft,0,0,0.32,0,0.32 +5597,LEGO Marvel's Avengers,XOne,2016,Action,Warner Bros. Interactive Entertainment,0.18,0.11,0,0.03,0.32 +5598,Tekken 6,PSP,2009,Fighting,Namco Bandai Games,0.15,0.04,0.1,0.03,0.32 +5599,Kinetica,PS2,2001,Racing,Sony Computer Entertainment,0.16,0.12,0,0.04,0.32 +5600,Beautiful Katamari,X360,2007,Puzzle,Namco Bandai Games,0.14,0.02,0.15,0.02,0.32 +5601,Bust-A-Move '99,PS,1997,Puzzle,Acclaim Entertainment,0.18,0.12,0,0.02,0.32 +5602,NBA Street V3,XB,2005,Sports,Electronic Arts,0.28,0.03,0,0.01,0.32 +5603,Overlord II,PS3,2009,Action,Codemasters,0.11,0.15,0,0.06,0.32 +5604,Dragon Quest Monsters 1路2,PS,2002,Role-Playing,Enix Corporation,0,0,0.3,0.02,0.32 +5605,Army of Two: The 40th Day,PSP,2010,Shooter,Electronic Arts,0.12,0.13,0,0.08,0.32 +5606,Ben 10 Ultimate Alien: Cosmic Destruction,DS,2010,Platform,D3Publisher,0.22,0.08,0,0.03,0.32 +5607,Bigfoot: Collision Course,Wii,2008,Racing,Zoo Digital Publishing,0.3,0,0,0.02,0.32 +5608,Batman: Arkham Asylum,PC,2009,Action,Eidos Interactive,0,0.27,0,0.05,0.32 +5609,Crash of the Titans,X360,2007,Action,Vivendi Games,0.27,0.02,0,0.03,0.32 +5610,The Legend of Spyro: Dawn of the Dragon,X360,2008,Platform,Vivendi Games,0.16,0.13,0,0.03,0.32 +5611,Prey,X360,2006,Shooter,Take-Two Interactive,0.27,0.03,0,0.03,0.32 +5612,Birthday Party Bash,Wii,2009,Misc,Take-Two Interactive,0.3,0,0,0.02,0.32 +5613,OverBlood,PS,1996,Action,Electronic Arts,0.05,0.04,0.21,0.02,0.32 +5614,ESPN X-Games Pro Boarder,PS,1997,Sports,Sony Computer Entertainment,0.18,0.12,0,0.02,0.32 +5615,Murdered: Soul Suspect,PS4,2014,Action,Square Enix,0.09,0.16,0.02,0.05,0.32 +5616,Tony Hawk's American Wasteland,X360,2005,Sports,Activision,0.28,0.02,0,0.03,0.32 +5617,Harvest Moon: Back to Nature,PS,1999,Simulation,Ubisoft,0.11,0.07,0.12,0.02,0.32 +5618,Sniper Elite 3,X360,2014,Shooter,505 Games,0.16,0.14,0,0.03,0.32 +5619,Naruto: Ultimate Ninja (JP sales),PS2,2003,Fighting,Atari,0,0,0.32,0,0.32 +5620,Final Fantasy XI,PS2,N/A,Role-Playing,Unknown,0.08,0.06,0.15,0.02,0.32 +5621,The Settlers 7: Paths to a Kingdom,PC,2010,Strategy,Ubisoft,0,0.26,0,0.06,0.32 +5622,"Go, Diego, Go!: Great Dinosaur Rescue",PS2,2008,Action,Take-Two Interactive,0.16,0.12,0,0.04,0.32 +5623,TrackMania Turbo,PS4,2016,Action,Ubisoft,0.03,0.24,0,0.05,0.32 +5624,The Biggest Loser,DS,2009,Sports,THQ,0.18,0.11,0,0.03,0.32 +5625,Minute to Win It,X360,2011,Misc,Zoo Games,0.3,0,0,0.02,0.32 +5626,Darkwatch,PS2,2005,Shooter,Ubisoft,0.16,0.12,0,0.04,0.32 +5627,Singularity,X360,N/A,Shooter,Unknown,0.24,0.05,0,0.02,0.32 +5628,Dance Dance Revolution Universe,X360,2007,Simulation,Konami Digital Entertainment,0.3,0,0,0.02,0.32 +5629,SimAnimals,Wii,2009,Simulation,Electronic Arts,0.15,0.14,0,0.03,0.32 +5630,Prince of Persia: The Sands of Time,GC,2003,Action,Ubisoft,0.25,0.06,0,0.01,0.32 +5631,Sky Odyssey,PS2,2000,Simulation,Sony Computer Entertainment,0.16,0.12,0,0.04,0.32 +5632,Nagano Winter Olympics 98,N64,1997,Sports,Konami Digital Entertainment,0.15,0.04,0.13,0,0.32 +5633,Rayman 2: The Great Escape,PS,2000,Platform,Ubisoft,0.18,0.12,0,0.02,0.32 +5634,Kirby's Block Ball,GB,1995,Puzzle,Nintendo,0,0,0.32,0,0.32 +5635,DiRT Rally,PS4,2016,Racing,Codemasters,0.03,0.24,0,0.05,0.32 +5636,Fortress,GBA,2001,Action,Majesco Entertainment,0.23,0.08,0,0.01,0.32 +5637,FIFA 2001 Major League Soccer,PS,2000,Sports,Electronic Arts,0.18,0.12,0,0.02,0.32 +5638,Peppa Pig: Theme Park Fun,DS,2011,Misc,P2 Games,0,0.28,0,0.04,0.32 +5639,Rally Cross,PS,1997,Racing,Sony Computer Entertainment,0.18,0.12,0,0.02,0.32 +5640,My Horse & Me,Wii,2007,Sports,Atari,0.27,0.02,0,0.03,0.32 +5641,Frogger's Adventures: The Rescue,PS2,2003,Platform,Konami Digital Entertainment,0.16,0.12,0,0.04,0.32 +5642,Extreme Pinball,PS,1995,Misc,Electronic Arts,0.18,0.12,0,0.02,0.32 +5643,Shaun White Snowboarding,PSP,2008,Sports,Ubisoft,0.26,0.03,0,0.03,0.32 +5644,Karaoke Revolution Volume 3,PS2,2004,Misc,Konami Digital Entertainment,0.16,0.12,0,0.04,0.32 +5645,Gold's Gym: Cardio Workout (Others sales),Wii,2008,Sports,Ubisoft,0,0.3,0,0.02,0.32 +5646,Seaman: Kindan no Pet - Gaze Hakushi no Jikken Shima,PS2,2001,Simulation,ASCII Entertainment,0,0,0.32,0,0.32 +5647,Street Fighter Alpha 2,SAT,1995,Fighting,Virgin Interactive,0,0,0.32,0,0.32 +5648,No.1 Muscle Ranking - Kinniku Banzuke Vol. 1: Oregasaikyouno Otokoda!,PS,1999,Sports,Konami Digital Entertainment,0,0,0.3,0.02,0.32 +5649,Cartoon Network Collection: Game Boy Advance Video Platinum Edition,GBA,2005,Misc,N/A,0.23,0.08,0,0.01,0.32 +5650,Ultimate Fighting Championship: Throwdown,PS2,2002,Fighting,Ubisoft,0.16,0.12,0,0.04,0.32 +5651,Marvel Nemesis: Rise of the Imperfects,PSP,2005,Fighting,Electronic Arts,0.29,0,0,0.03,0.32 +5652,SpongeBob SquarePants: Double Pack,GBA,2005,Platform,THQ,0.23,0.08,0,0.01,0.32 +5653,Tetris 2 + Bombliss,NES,1991,Puzzle,BPS,0,0,0.32,0,0.32 +5654,Harry Potter and the Half-Blood Prince,X360,2009,Action,Electronic Arts,0.17,0.12,0,0.03,0.32 +5655,Disney's Extreme Skate Adventure,PS2,2003,Sports,Activision,0.16,0.12,0,0.04,0.32 +5656,Rock Band Country Track Pack,PS2,2009,Misc,MTV Games,0.16,0.12,0,0.04,0.32 +5657,7 Wonders II,DS,2009,Puzzle,Rondomedia,0.14,0.15,0,0.03,0.32 +5658,"Ed, Edd n Eddy: Jawbreakers!",GBA,2002,Adventure,BAM! Entertainment,0.23,0.08,0,0.01,0.32 +5659,Dragster,2600,N/A,Racing,Activision,0.3,0.02,0,0,0.32 +5660,Frankenstein's Monster,2600,1982,Action,Data Age,0.3,0.02,0,0,0.32 +5661,Riven: The Sequel to Myst,PS,1997,Adventure,Acclaim Entertainment,0.18,0.12,0,0.02,0.32 +5662,Derby Stallion DS,DS,2008,Sports,Enterbrain,0,0,0.32,0,0.32 +5663,Mirror's Edge Catalyst,PS4,2016,Platform,Electronic Arts,0.1,0.14,0.02,0.06,0.32 +5664,Manhunt 2,PSP,2007,Action,Take-Two Interactive,0.04,0.18,0,0.1,0.32 +5665,NBA 2K3,XB,2002,Sports,Sega,0.24,0.07,0,0.01,0.32 +5666,Monster Lab,Wii,2008,Role-Playing,Eidos Interactive,0.28,0.02,0,0.02,0.32 +5667,Dragon Quest Monsters: Battle Road Victory,Wii,2010,Strategy,Square Enix,0,0,0.32,0,0.32 +5668,Shin Momotarou Densetsu,SNES,1993,Role-Playing,Hudson Soft,0,0,0.32,0,0.32 +5669,From TV Animation One Piece: Grand Battle! 3,PS2,2003,Fighting,Namco Bandai Games,0,0,0.32,0,0.32 +5670,Sega Smash Pack,GBA,2002,Misc,Atari,0.23,0.08,0,0.01,0.32 +5671,All-Star Baseball 2005,PS2,N/A,Sports,Unknown,0.16,0.12,0,0.04,0.32 +5672,The Conveni: Ano Machi wo Dokusen Seyo,PS,1997,Simulation,Human Entertainment,0,0,0.3,0.02,0.32 +5673,Shin Super Robot Taisen Special Disk,PS,1997,Strategy,Banpresto,0,0,0.3,0.02,0.32 +5674,Live A Live,SNES,1994,Role-Playing,SquareSoft,0,0,0.32,0,0.32 +5675,NFL Fever 2004,XB,2003,Sports,Microsoft Game Studios,0.24,0.07,0,0.01,0.32 +5676,Madden NFL 2002,GBA,2001,Sports,Electronic Arts,0.23,0.08,0,0.01,0.32 +5677,UEFA Euro 2008 Austria-Switzerland,PS2,2008,Sports,Electronic Arts,0.03,0,0,0.28,0.32 +5678,Clive Barker's Jericho,X360,2007,Shooter,Codemasters,0.28,0.01,0,0.02,0.32 +5679,Littlest Pet Shop: City Friends,DS,2009,Simulation,Electronic Arts,0.29,0,0,0.02,0.32 +5680,Kingdom Under Fire: The Crusaders,XB,2004,Strategy,Deep Silver,0.24,0.07,0,0.01,0.32 +5681,4x4 Evolution,PS2,2001,Racing,Gathering of Developers,0.16,0.12,0,0.04,0.32 +5682,Cabela's Dangerous Hunts 2011,X360,2010,Sports,Activision,0.28,0.01,0,0.02,0.32 +5683,Momotarou Dentetsu Happy,SNES,1996,Misc,Hudson Soft,0,0,0.32,0,0.32 +5684,Power Rangers: Time Force,PS,2001,Action,THQ,0.18,0.12,0,0.02,0.32 +5685,Romance of the Three Kingdoms VII,PS2,2000,Strategy,Tecmo Koei,0.08,0.06,0.16,0.02,0.32 +5686,Shrek the Third,PSP,2007,Action,Activision,0.08,0.15,0,0.09,0.32 +5687,Catherine,X360,2011,Adventure,Deep Silver,0.2,0.06,0.03,0.02,0.32 +5688,BlazBlue: Continuum Shift,X360,2010,Fighting,PQube,0.23,0.04,0.02,0.02,0.32 +5689,"Monsters, Inc.",PS2,2002,Adventure,Sony Computer Entertainment,0.15,0.12,0,0.04,0.32 +5690,DJ Hero,PS2,2009,Misc,Activision,0.1,0.02,0,0.2,0.32 +5691,WipEout Pulse,PSP,2007,Racing,Sony Computer Entertainment,0.13,0.12,0,0.06,0.32 +5692,Quiz Magic Academy DS,DS,2008,Misc,Konami Digital Entertainment,0,0,0.32,0,0.32 +5693,Just Dance 2016,XOne,2015,Misc,Ubisoft,0.24,0.04,0,0.03,0.32 +5694,Resident Evil Archives: Resident Evil,Wii,2008,Action,Capcom,0.17,0.04,0.08,0.02,0.32 +5695,Dynasty Warriors 4 Empires,PS2,2004,Action,Tecmo Koei,0,0,0.32,0,0.32 +5696,Shenmue II,XB,2002,Adventure,Microsoft Game Studios,0.22,0.08,0,0.01,0.32 +5697,Heart of Darkness,PS,1998,Platform,Ocean,0.18,0.12,0,0.02,0.32 +5698,LEGO Marvel's Avengers,PS3,2016,Action,Warner Bros. Interactive Entertainment,0.1,0.17,0,0.05,0.32 +5699,Virtua Striker 2,DC,1999,Sports,Sega,0,0,0.32,0,0.32 +5700,Fable III,PC,2011,Role-Playing,Microsoft Game Studios,0.09,0.17,0,0.05,0.32 +5701,Dragon Ball: XenoVerse,XOne,2015,Fighting,Namco Bandai Games,0.18,0.11,0,0.03,0.31 +5702,Might & Magic Heroes VI,PC,2011,Role-Playing,Ubisoft,0.12,0.14,0,0.05,0.31 +5703,Fuel,X360,2009,Racing,Codemasters,0.09,0.19,0,0.04,0.31 +5704,ExerBeat,Wii,2010,Sports,Namco Bandai Games,0.1,0.18,0,0.03,0.31 +5705,WarCraft II: The Dark Saga,PS,1997,Strategy,Electronic Arts,0.18,0.12,0,0.02,0.31 +5706,MonHun Nikki: Poka Poka Ailu Mura G,PSP,2011,Role-Playing,Capcom,0,0,0.31,0,0.31 +5707,Crash Nitro Kart,XB,2003,Racing,Vivendi Games,0.24,0.07,0,0.01,0.31 +5708,Sesame Street: Cookie's Counting Carnival,Wii,2010,Misc,Warner Bros. Interactive Entertainment,0.29,0,0,0.02,0.31 +5709,NBA ShootOut,PS,1995,Sports,Sony Computer Entertainment,0.17,0.12,0,0.02,0.31 +5710,Fishing Master,Wii,2007,Misc,Konami Digital Entertainment,0.29,0,0,0.02,0.31 +5711,Phineas and Ferb Ride Again,DS,2010,Action,Disney Interactive Studios,0.25,0.04,0,0.02,0.31 +5712,Jikkyou Powerful Pro Yakyuu 14,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.31,0,0.31 +5713,Contra 4,DS,2007,Shooter,Konami Digital Entertainment,0.28,0,0.01,0.02,0.31 +5714,Madden NFL 2004,GBA,2003,Sports,Electronic Arts,0.22,0.08,0,0.01,0.31 +5715,Sniper Elite 3,PS3,2014,Shooter,505 Games,0.1,0.15,0,0.06,0.31 +5716,Ganbare Goemon: KiraKira Douchuu - Boku ga Dancer ni Natta Riyuu,SNES,1995,Platform,Konami Digital Entertainment,0,0,0.31,0,0.31 +5717,Bust-A-Move Universe,3DS,2011,Puzzle,Square Enix,0.08,0.15,0.06,0.03,0.31 +5718,Mario Golf,GB,1999,Action,Nintendo,0,0,0.31,0,0.31 +5719,Jikkyou Powerful Pro Yakyuu Portable 3,PSP,2008,Sports,Konami Digital Entertainment,0,0,0.31,0,0.31 +5720,Sesame Street: Elmo's Letter Adventure,PS,1998,Misc,NewKidCo,0.17,0.12,0,0.02,0.31 +5721,The Incredible Hulk,Wii,2008,Action,Sega,0.28,0.01,0,0.02,0.31 +5722,Namco Museum: Virtual Arcade,X360,2008,Misc,Atari,0.27,0.01,0.01,0.02,0.31 +5723,NBA Inside Drive 2003,XB,2002,Sports,Microsoft Game Studios,0.23,0.07,0,0.01,0.31 +5724,FIFA Street,PS2,2005,Sports,Electronic Arts,0.15,0.12,0,0.04,0.31 +5725,Barbie as The Island Princess,DS,2007,Adventure,Activision,0.28,0.01,0,0.02,0.31 +5726,Star Wars Episode III: Revenge of the Sith,DS,2005,Action,Ubisoft,0.25,0.03,0,0.03,0.31 +5727,Hatsune Miku: Project Mirai DX,3DS,2015,Misc,Sega,0.15,0.04,0.1,0.02,0.31 +5728,Dragon Ball Heroes: Ultimate Mission 2,3DS,2014,Strategy,Namco Bandai Games,0,0,0.31,0,0.31 +5729,Shrek: Forever After,DS,2010,Platform,Activision,0.19,0.1,0,0.03,0.31 +5730,MLB 07: The Show,PS3,2007,Sports,Sony Computer Entertainment,0.29,0,0,0.02,0.31 +5731,Homefront: The Revolution,PS4,2016,Shooter,Deep Silver,0.05,0.19,0.03,0.04,0.31 +5732,Jampack: Summer 2003 (RP-M),PS2,2003,Misc,Sony Computer Entertainment,0.15,0.12,0,0.04,0.31 +5733,Alone in the Dark: One-Eyed Jack's Revenge,PS,1996,Adventure,Infogrames,0.17,0.12,0,0.02,0.31 +5734,Yu-Gi-Oh! The Dawn of Destiny,XB,2004,Strategy,Konami Digital Entertainment,0.23,0.07,0,0.01,0.31 +5735,The Matrix: Path of Neo,XB,2005,Action,Atari,0.23,0.07,0,0.01,0.31 +5736,Mortal Kombat: Shaolin Monks,XB,2005,Action,Midway Games,0.23,0.07,0,0.01,0.31 +5737,Happy Feet,DS,2006,Action,Midway Games,0.27,0.01,0,0.02,0.31 +5738,Einh盲nder,PS,1997,Shooter,SquareSoft,0.1,0.07,0.13,0.02,0.31 +5739,Tiny Toon Adventures: The Great Beanstalk,PS,1998,Misc,Sony Computer Entertainment,0.17,0.12,0,0.02,0.31 +5740,Foto Frenzy: Spot The Diffrence,DS,2009,Puzzle,Storm City Games,0.29,0,0,0.02,0.31 +5741,Metro: Last Light,XOne,2014,Action,Deep Silver,0.15,0.13,0,0.03,0.31 +5742,Dark Void,X360,2010,Action,Capcom,0.19,0.09,0,0.03,0.31 +5743,Pro Evolution Soccer 2013,X360,2012,Sports,Konami Digital Entertainment,0.08,0.2,0,0.03,0.31 +5744,Armored Core: Silent Line,PS2,2003,Simulation,Agetec,0.07,0.06,0.16,0.02,0.31 +5745,SD Gundam G Generation Wars,PS2,2009,Strategy,Namco Bandai Games,0,0,0.31,0,0.31 +5746,Dr. Seuss: How the Grinch Stole Christmas,DS,2007,Action,CokeM Interactive,0.29,0,0,0.02,0.31 +5747,Panzer Dragoon II Zwei,SAT,1995,Shooter,Sega,0,0,0.31,0,0.31 +5748,KISS Pinball,PS,2001,Action,Take-Two Interactive,0.17,0.12,0,0.02,0.31 +5749,Brothers In Arms: Earned in Blood,XB,2005,Shooter,Ubisoft,0.23,0.07,0,0.01,0.31 +5750,2 Games in 1: Disney's Brother Bear / The Lion King 1 1/2,GBA,2005,Action,THQ,0.22,0.08,0,0.01,0.31 +5751,Super Robot Taisen Complete Box,PS,1999,Strategy,Banpresto,0,0,0.29,0.02,0.31 +5752,Mega Man Maverick Hunter X,PSP,2005,Platform,Capcom,0.27,0.01,0,0.03,0.31 +5753,Cabela's Outdoor Adventures (2009),Wii,2009,Sports,Activision Value,0.29,0,0,0.02,0.31 +5754,Lord of Arcana,PSP,2010,Role-Playing,Square Enix,0.07,0.04,0.17,0.03,0.31 +5755,Jikkyou Powerful Pro Yakyuu 4,N64,1997,Sports,Konami Digital Entertainment,0,0,0.26,0.05,0.31 +5756,Goemon's Great Adventure,N64,1998,Platform,Konami Digital Entertainment,0.06,0.02,0.13,0.1,0.31 +5757,Hot Wheels Turbo Racing,N64,1999,Racing,Electronic Arts,0.25,0.06,0,0,0.31 +5758,Vigilante 8,N64,1998,Racing,Activision,0.25,0.06,0,0,0.31 +5759,Bass Hunter 64,N64,1999,Sports,Take-Two Interactive,0.25,0.06,0,0,0.31 +5760,Doubutsu no Mori,N64,2001,Simulation,Nintendo,0,0,0.26,0.05,0.31 +5761,Football Manager 2016,PC,2015,Simulation,Sega,0,0.29,0,0.02,0.31 +5762,Naruto: Ninja Destiny (US sales),DS,2006,Fighting,Namco Bandai Games,0.31,0,0,0,0.31 +5763,TRON: Evolution,X360,2010,Action,Disney Interactive Studios,0.24,0.05,0,0.02,0.31 +5764,Disney Infinity 3.0,XOne,2015,Action,Disney Interactive Studios,0.18,0.1,0,0.03,0.31 +5765,Taiko Drum Master: Don and Katsu's Space-Time Great Adventure,3DS,2014,Action,Namco Bandai Games,0,0,0.31,0,0.31 +5766,Calvin Tucker's Redneck Jamboree,Wii,2008,Misc,Zoo Games,0.29,0,0,0.02,0.31 +5767,MySims SkyHeroes,Wii,2010,Action,Electronic Arts,0.18,0.1,0,0.03,0.31 +5768,J-League Winning Eleven 2007: Club Championship,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.31,0,0.31 +5769,Shrek's Carnival Craze Party Games,Wii,2008,Misc,Activision,0.28,0,0,0.02,0.31 +5770,Harvest Moon: Magical Melody,Wii,2008,Simulation,Rising Star Games,0.25,0.04,0,0.03,0.31 +5771,Star Wars Jedi Knight II: Jedi Outcast,XB,N/A,Shooter,Activision,0.23,0.07,0,0.01,0.31 +5772,Yu-Gi-Oh! 5D's World Championship 2010 Reverse of Arcadia,DS,2010,Strategy,Konami Digital Entertainment,0.18,0.02,0.09,0.02,0.31 +5773,Mega Man Battle Network 2,GBA,2002,Action,Ubisoft,0.22,0.08,0,0.01,0.31 +5774,Little King's Story,Wii,2009,Strategy,Rising Star Games,0.15,0.11,0.02,0.02,0.31 +5775,Mountain King,2600,1982,Action,CBS Electronics,0.29,0.02,0,0,0.31 +5776,Jampack Volume 12,PS2,2005,Misc,Sony Computer Entertainment,0.15,0.12,0,0.04,0.31 +5777,Madagascar,DS,2005,Platform,Activision,0.25,0.04,0,0.03,0.31 +5778,Tiger Woods PGA Tour 06,X360,2005,Sports,Electronic Arts,0.28,0,0,0.02,0.31 +5779,Shaun White Snowboarding,PS2,2008,Sports,Ubisoft,0.15,0.12,0,0.04,0.31 +5780,Shin Megami Tensei: Devil Summoner - Soul Hackers,SAT,1997,Role-Playing,Atlus,0,0,0.31,0,0.31 +5781,Major League Baseball 2K8,PS3,2008,Sports,Bethesda Softworks,0.28,0,0,0.02,0.31 +5782,Rapala Pro Bass Fishing 2010,Wii,2010,Sports,Activision,0.23,0.05,0,0.02,0.31 +5783,Lord of the Rings: Battle for Middle-Earth,X360,2006,Strategy,Electronic Arts,0.28,0,0,0.02,0.31 +5784,Demolition Racer,PS,1998,Racing,Infogrames,0.17,0.12,0,0.02,0.31 +5785,Midway Arcade Treasures 2,XB,2004,Misc,Midway Games,0.24,0.05,0,0.01,0.31 +5786,Final Fantasy IV,PS,1997,Simulation,SquareSoft,0,0,0.29,0.02,0.31 +5787,Math Play,DS,2006,Puzzle,Ubisoft,0.28,0,0,0.02,0.31 +5788,Kingdoms of Amalur: Reckoning,PC,2012,Role-Playing,Electronic Arts,0.14,0.13,0,0.04,0.31 +5789,NASCAR Thunder 2003,GC,2002,Racing,Electronic Arts,0.24,0.06,0,0.01,0.31 +5790,SD Gundam G Generation: Overworld,PSP,2012,Strategy,Namco Bandai Games,0,0,0.31,0,0.31 +5791,Sorcery,PS3,2012,Action,Sony Computer Entertainment,0.14,0.12,0,0.05,0.31 +5792,TouchMaster: Connect,DS,2010,Puzzle,Warner Bros. Interactive Entertainment,0.11,0.17,0,0.03,0.31 +5793,NHL FaceOff 2000,PS,1998,Sports,Sony Computer Entertainment,0.17,0.12,0,0.02,0.31 +5794,Star Wars Racer Revenge,PS2,2002,Racing,LucasArts,0.15,0.12,0,0.04,0.31 +5795,NBA Live 08,PSP,2007,Sports,Electronic Arts,0.28,0,0,0.02,0.31 +5796,The King of Fighters XIII,PS3,2011,Fighting,Rising Star Games,0.17,0.07,0.04,0.03,0.31 +5797,NCAA Final Four 2002,PS2,2001,Sports,Sony Computer Entertainment,0.15,0.12,0,0.04,0.31 +5798,South Park: Chef's Luv Shack,PS,1998,Misc,Acclaim Entertainment,0.17,0.12,0,0.02,0.31 +5799,Music Maker,PS2,2001,Misc,Magix,0.15,0.12,0,0.04,0.31 +5800,Slot Machine,2600,N/A,Action,Atari,0.29,0.02,0,0,0.31 +5801,Ganbare Goemon 2: Kiteretsu Shougun Magginesu,SNES,1993,Platform,Konami Digital Entertainment,0,0,0.31,0,0.31 +5802,Astroblast,2600,1981,Action,Mattel Interactive,0.29,0.02,0,0,0.31 +5803,Blade II,PS2,2002,Action,Activision,0.15,0.12,0,0.04,0.31 +5804,40 Winks,PS,1999,Platform,GT Interactive,0.17,0.12,0,0.02,0.31 +5805,The Legend of Heroes: Trails of Cold Steel,PSV,2013,Role-Playing,Nippon Ichi Software,0.08,0.05,0.14,0.04,0.31 +5806,Fate/Extra,PSP,2010,Role-Playing,Marvelous Interactive,0.18,0.01,0.1,0.02,0.31 +5807,Shaun White Snowboarding: World Stage,Wii,2009,Sports,Ubisoft,0.25,0.04,0,0.02,0.31 +5808,My Virtual Tutor: Reading Adventure Pre-K to Kindergarten,DS,2009,Misc,Mentor Interactive,0.29,0,0,0.02,0.31 +5809,Skylanders SWAP Force,XOne,2013,Platform,Activision,0.22,0.06,0,0.02,0.31 +5810,A Collection of Classic Games from the Intellivision,PS,1999,Misc,Activision,0.17,0.12,0,0.02,0.31 +5811,Monsters vs. Aliens,PS3,2009,Action,Activision,0.21,0.06,0,0.03,0.31 +5812,Silent Hill: Shattered Memories,PSP,2010,Action,Konami Digital Entertainment,0.09,0.13,0.01,0.08,0.31 +5813,Bruce Lee: Quest of the Dragon,XB,2002,Fighting,Universal Interactive,0.23,0.07,0,0.01,0.31 +5814,Spin Jam,PS,2000,Puzzle,Empire Interactive,0.17,0.12,0,0.02,0.31 +5815,KuruKuru Kururin,GBA,2001,Puzzle,Nintendo,0,0,0.3,0.01,0.31 +5816,Disney's The Emperor's New Groove,PS,2000,Platform,Sony Computer Entertainment,0.17,0.12,0,0.02,0.31 +5817,Disney's Stitch: Experiment 626,PS2,2002,Action,Sony Computer Entertainment,0.15,0.12,0,0.04,0.31 +5818,RPG Tsukuru 2,SNES,1996,Role-Playing,ASCII Entertainment,0,0,0.31,0,0.31 +5819,Yuu Yuu Hakusho 2: Kakutou no Sho,SNES,1994,Fighting,Namco Bandai Games,0,0,0.31,0,0.31 +5820,Orphen: Scion of Sorcery,PS2,2000,Role-Playing,Activision,0.15,0.12,0,0.04,0.31 +5821,LEGO Legends of Chima: Laval's Journey,3DS,2013,Adventure,Warner Bros. Interactive Entertainment,0.18,0.1,0,0.03,0.31 +5822,Imagine: Family Doctor,DS,2009,Simulation,Ubisoft,0.28,0.01,0,0.02,0.3 +5823,Magna Carta 2,X360,2009,Role-Playing,Banpresto,0.13,0.08,0.07,0.02,0.3 +5824,Ultimate Spider-Man,GBA,2005,Action,Activision,0.22,0.08,0,0.01,0.3 +5825,Nicktoons: Battle for Volcano Island,DS,2006,Action,THQ,0.28,0,0,0.02,0.3 +5826,Midtown Madness 3,XB,2003,Racing,Microsoft Game Studios,0.23,0.07,0,0.01,0.3 +5827,Shrek Swamp Kart Speedway,GBA,2002,Racing,TDK Mediactive,0.22,0.08,0,0.01,0.3 +5828,One Piece: Unlimited World Red,PS3,2014,Action,Namco Bandai Games,0.09,0.12,0.06,0.05,0.3 +5829,Alien: Isolation,X360,2014,Shooter,Sega,0.15,0.13,0,0.03,0.3 +5830,Gameboy Gallery,GB,1995,Misc,Nintendo,0,0,0.3,0,0.3 +5831,Virtua Cop 2,SAT,1996,Shooter,Sega,0,0,0.3,0,0.3 +5832,Ehrgeiz,PS,1998,Fighting,SquareSoft,0.17,0.12,0,0.02,0.3 +5833,Touhoku Daigaku Mirai Kagaku Gijutsu Kyoudou Kenkyuu Center Kawashima Ryuuta Kyouju Kanshu: Nou Ryoku Trainer Portable,PSP,2005,Misc,Sega,0,0,0.3,0,0.3 +5834,Karaoke Revolution Glee: Volume 3,Wii,2011,Misc,Konami Digital Entertainment,0.24,0.04,0,0.02,0.3 +5835,Spyro: Attack of the Rhynocs,GBA,2003,Platform,Universal Interactive,0.22,0.08,0,0.01,0.3 +5836,"Army Men World War: Land, Sea, Air",PS,2000,Action,3DO,0.17,0.12,0,0.02,0.3 +5837,Dai-2-Ji Super Robot Taisen OG,PS3,2012,Strategy,Namco Bandai Games,0,0,0.3,0,0.3 +5838,Stranglehold,PS3,2007,Shooter,Midway Games,0.24,0.03,0,0.03,0.3 +5839,Trauma Center: New Blood,Wii,2007,Simulation,Nintendo,0.22,0.04,0.01,0.03,0.3 +5840,Shrek the Third,DS,N/A,Action,Activision,0.26,0.02,0,0.02,0.3 +5841,Lumines ll,PSP,2006,Puzzle,Disney Interactive Studios,0.12,0.12,0,0.07,0.3 +5842,NES Remix,WiiU,2014,Action,Nintendo,0.2,0,0.08,0.02,0.3 +5843,1701 A.D.,PC,2006,Simulation,Deep Silver,0,0.25,0,0.05,0.3 +5844,Jumping Flash!,PS,1995,Platform,Sony Computer Entertainment,0.05,0.03,0.21,0.02,0.3 +5845,Karaoke Revolution Party,PS2,2005,Misc,Konami Digital Entertainment,0.15,0.12,0,0.04,0.3 +5846,Batman: The Brave and the Bold the Videogame,DS,2010,Action,Warner Bros. Interactive Entertainment,0.24,0.04,0,0.02,0.3 +5847,Burnout,GC,2002,Racing,Acclaim Entertainment,0.23,0.06,0,0.01,0.3 +5848,Lizzie McGuire 3: Homecoming Havoc,GBA,2005,Platform,Disney Interactive Studios,0.22,0.08,0,0.01,0.3 +5849,Chaos Legion,PS2,2003,Action,Capcom,0.15,0.12,0,0.04,0.3 +5850,PowerUp Heroes,X360,2011,Fighting,Ubisoft,0.18,0.1,0,0.03,0.3 +5851,NASCAR 2011: The Game,X360,2011,Racing,Activision,0.29,0,0,0.02,0.3 +5852,Puyo Puyo 7,DS,2009,Puzzle,Sega,0,0,0.3,0,0.3 +5853,Shrek: Forever After,Wii,2010,Platform,Activision,0.19,0.09,0,0.03,0.3 +5854,Charlie and the Chocolate Factory,GBA,2005,Adventure,Global Star,0.22,0.08,0,0.01,0.3 +5855,Neopets: The Darkest Faerie,PS2,2005,Adventure,Sony Computer Entertainment,0.15,0.12,0,0.04,0.3 +5856,Blazing Heroes,SAT,1995,Role-Playing,Sega,0,0,0.3,0,0.3 +5857,Rhythm Tengoku,GBA,2006,Misc,Nintendo,0,0,0.3,0.01,0.3 +5858,Super Robot Taisen W,DS,2007,Strategy,Banpresto,0,0,0.3,0,0.3 +5859,Cart World Series,PS,1997,Racing,Sony Computer Entertainment,0.17,0.11,0,0.02,0.3 +5860,Invizimals: Shadow Zone,PSP,2010,Strategy,Sony Computer Entertainment,0.05,0.16,0,0.08,0.3 +5861,24: The Game,PS2,2006,Adventure,Sony Computer Entertainment,0.15,0.12,0,0.04,0.3 +5862,Spider-Man 3,PSP,2007,Platform,Activision,0.01,0.23,0,0.06,0.3 +5863,The Dukes of Hazzard II: Daisy Dukes It Out,PS,N/A,Racing,Unknown,0.17,0.11,0,0.02,0.3 +5864,Famista '91,NES,1990,Sports,Namco Bandai Games,0,0,0.3,0,0.3 +5865,Squinkies,DS,2011,Misc,Activision,0.27,0.02,0,0.02,0.3 +5866,Zoo Tycoon 2 DS,DS,2008,Strategy,THQ,0.24,0.03,0,0.02,0.3 +5867,Looney Tunes: Duck Amuck,DS,2007,Action,Warner Bros. Interactive Entertainment,0.28,0,0,0.02,0.3 +5868,Super Robot Taisen OG: Original Generations Gaiden,PS2,2007,Strategy,Banpresto,0,0,0.3,0,0.3 +5869,Drakengard 3,PS3,2013,Role-Playing,Square Enix,0.1,0,0.19,0.02,0.3 +5870,Decathlete,SAT,1994,Sports,Sega,0,0,0.3,0,0.3 +5871,The Sims 2,PC,2004,Simulation,Electronic Arts,0.02,0.24,0,0.05,0.3 +5872,Disgaea 3: Absence of Detention,PSV,N/A,Role-Playing,Nippon Ichi Software,0.13,0.06,0.07,0.04,0.3 +5873,Tom Clancy's Splinter Cell 3D,3DS,2011,Action,Ubisoft,0.14,0.07,0.07,0.02,0.3 +5874,DmC: Devil May Cry,PS4,2015,Action,Capcom,0.12,0.13,0,0.05,0.3 +5875,Jonas,DS,2009,Adventure,Disney Interactive Studios,0.28,0,0,0.02,0.3 +5876,Dynasty Warriors 6,X360,2007,Action,Tecmo Koei,0.15,0.06,0.06,0.02,0.3 +5877,Wacky Races: Crash & Dash,Wii,2008,Racing,Eidos Interactive,0.27,0.01,0,0.02,0.3 +5878,Dynasty Warriors 8: Xtreme Legends,PS4,2014,Action,Tecmo Koei,0.09,0.11,0.06,0.04,0.3 +5879,Toukiden Kiwami,PSV,2014,Action,Tecmo Koei,0.05,0.05,0.17,0.03,0.3 +5880,Sengoku Basara: Samurai Heroes,Wii,2010,Action,Capcom,0.08,0.02,0.2,0.01,0.3 +5881,Romance of the Three Kingdoms VIII,PS2,2002,Strategy,Tecmo Koei,0.05,0.04,0.19,0.01,0.3 +5882,Fossil Fighters (JP sales),DS,2008,Role-Playing,Nintendo,0,0,0.3,0,0.3 +5883,Daikaijyuu Monogatari,SNES,1994,Role-Playing,Hudson Soft,0,0,0.3,0,0.3 +5884,Tropico 5,PS4,2015,Simulation,Kalypso Media,0.05,0.16,0.05,0.04,0.3 +5885,Hard Hitter Tennis,PS2,2001,Sports,Midas Interactive Entertainment,0.15,0.11,0,0.04,0.3 +5886,Glory of Heracles,DS,2008,Role-Playing,Nintendo,0.2,0,0.08,0.01,0.3 +5887,Monster Truck Madness 64,N64,1999,Racing,Take-Two Interactive,0.24,0.06,0,0,0.3 +5888,Quake II,N64,1999,Shooter,Activision,0.24,0.06,0,0,0.3 +5889,Nounai Aeshe: IQ Suppli DS,DS,2006,Misc,Spike,0,0,0.3,0,0.3 +5890,Crazy Taxi: Catch a Ride,GBA,2003,Racing,THQ,0.21,0.08,0,0.01,0.3 +5891,MySims Party,DS,2009,Simulation,Electronic Arts,0.15,0.12,0,0.03,0.3 +5892,Harry Potter and the Order of the Phoenix,X360,2007,Action,Electronic Arts,0.24,0.04,0,0.02,0.3 +5893,Skylanders: SuperChargers,PS4,2015,Action,Activision,0.17,0.08,0,0.05,0.3 +5894,Macross Digital Mission VF-X,PS,1997,Simulation,Namco Bandai Games,0,0,0.28,0.02,0.3 +5895,One Piece Unlimited Cruise SP,3DS,2011,Action,Namco Bandai Games,0,0,0.3,0,0.3 +5896,Rayman 2: Revolution,PS2,2000,Platform,Ubisoft,0.15,0.11,0,0.04,0.3 +5897,Yu Yu Hakusho Ghost Files: Spirit Detective,GBA,2003,Action,Atari,0.21,0.08,0,0.01,0.3 +5898,Super Bomberman 5,SNES,1997,Puzzle,Hudson Soft,0,0,0.3,0,0.3 +5899,N3: Ninety-Nine Nights,X360,2006,Action,Microsoft Game Studios,0.2,0.03,0.05,0.02,0.3 +5900,Shin Megami Tensei: Persona 2: Innocent Sin,PSP,2011,Role-Playing,Atlus,0.13,0.03,0.11,0.03,0.3 +5901,Army Men: Air Attack 2,PS,2000,Action,3DO,0.17,0.11,0,0.02,0.3 +5902,Need for Speed: Most Wanted,PC,2005,Racing,Electronic Arts,0.02,0.23,0,0.05,0.3 +5903,NBA Live 2003,GC,N/A,Sports,Electronic Arts,0.23,0.06,0,0.01,0.3 +5904,Pride FC: Fighting Championships,PS2,2003,Fighting,THQ,0.15,0.11,0,0.04,0.3 +5905,Eternal Ring,PS2,2000,Role-Playing,Ubisoft,0.1,0.07,0.1,0.03,0.3 +5906,Dragon Force,SAT,1996,Strategy,Sega,0,0,0.3,0,0.3 +5907,John Deere: Harvest in the Heartland,DS,2007,Simulation,Ubisoft,0.23,0.04,0,0.02,0.3 +5908,Rabbids: Alive & Kicking,X360,2011,Misc,Ubisoft,0.15,0.12,0,0.03,0.3 +5909,Shin Megami Tensei: Devil Summoner - Soul Hackers,3DS,2012,Role-Playing,Atlus,0.13,0.02,0.14,0.01,0.3 +5910,Winning Post 2,SNES,1995,Sports,Tecmo Koei,0,0,0.3,0,0.3 +5911,Star Gladiator Episode: I Final Crusade,PS,1996,Fighting,Virgin Interactive,0.07,0.05,0.15,0.02,0.3 +5912,Spider-Man: Friend or Foe,X360,2007,Action,Activision,0.26,0.02,0,0.02,0.3 +5913,FIFA 15,PC,2014,Sports,Electronic Arts,0,0.27,0,0.03,0.3 +5914,Dance Dance Revolution Universe 3,X360,2008,Simulation,Konami Digital Entertainment,0.28,0,0,0.02,0.3 +5915,Harvest Moon: The Tale of Two Towns,3DS,N/A,Simulation,Unknown,0.28,0,0,0.02,0.3 +5916,We Sing Pop!,Wii,2012,Misc,Nordic Games,0.08,0.19,0,0.03,0.3 +5917,Showdown: Legends of Wrestling,PS2,2004,Fighting,Acclaim Entertainment,0.15,0.11,0,0.04,0.3 +5918,Capcom Classics Collection Remixed,PSP,2006,Misc,Capcom,0.27,0,0,0.03,0.3 +5919,Reel Fishing: Angler's Dream,Wii,2009,Sports,Zushi Games,0.26,0.01,0,0.02,0.3 +5920,Call of Duty: Modern Warfare 3: Defiance,DS,2011,Shooter,Activision,0.21,0.07,0,0.02,0.3 +5921,SimCity 4,PC,2003,Simulation,Electronic Arts,0.01,0.24,0,0.05,0.3 +5922,Far East of Eden Zero,SNES,1995,Role-Playing,Hudson Soft,0,0,0.3,0,0.3 +5923,Sword Art Online: Hollow Fragment,PSV,2014,Role-Playing,Namco Bandai Games,0,0,0.3,0,0.3 +5924,Star Ocean 5: Integrity and Faithlessness,PS4,2016,Role-Playing,Square Enix,0.06,0.07,0.14,0.02,0.3 +5925,Call of Juarez: The Cartel,PS3,2011,Shooter,Ubisoft,0.12,0.13,0,0.05,0.3 +5926,Full Spectrum Warrior,PS2,2005,Strategy,THQ,0.15,0.11,0,0.04,0.3 +5927,Alvin and the Chipmunks: The Squeakquel,DS,2009,Misc,Majesco Entertainment,0.28,0,0,0.02,0.3 +5928,Taiko no Tatsujin Wii: Minna de Party * 3-Yome!,Wii,2010,Misc,Namco Bandai Games,0,0,0.3,0,0.3 +5929,James Bond 007: Legends,X360,2012,Shooter,Activision,0.13,0.14,0,0.03,0.3 +5930,The Sims 2: Pets,PS2,2006,Simulation,Electronic Arts,0.02,0.01,0,0.27,0.3 +5931,Dragon Quest Builders: Revive Alefgard,PSV,2016,Role-Playing,Square Enix,0,0,0.3,0,0.3 +5932,The Suite Life of Zack & Cody: Circle of Spies,DS,2007,Action,Disney Interactive Studios,0.17,0.09,0,0.03,0.3 +5933,Power Pro Kun Pocket 6,GBA,2003,Sports,Konami Digital Entertainment,0,0,0.29,0.01,0.3 +5934,Mega Man ZX,DS,2006,Platform,Capcom,0.18,0,0.1,0.02,0.3 +5935,Harvest Moon DS Cute (US sales),DS,2005,Simulation,Marvelous Interactive,0.3,0,0,0,0.3 +5936,Power Pro Kun Pocket 10,DS,2007,Sports,Konami Digital Entertainment,0,0,0.3,0,0.3 +5937,Wanted: Weapons of Fate,PS3,2009,Shooter,Warner Bros. Interactive Entertainment,0.14,0.1,0.01,0.05,0.3 +5938,Finding Nemo: The Continuing Adventures,GBA,2004,Action,THQ,0.21,0.08,0,0.01,0.3 +5939,Spirit: Stallion of the Cimarron,GBA,2002,Platform,THQ,0.21,0.08,0,0.01,0.3 +5940,Dreamworks Madagascar Kartz,PS3,2009,Racing,Activision,0.19,0.07,0,0.04,0.3 +5941,Future Cop L.A.P.D.,PS,1997,Simulation,Electronic Arts,0.16,0.11,0,0.02,0.3 +5942,Guitar Hero: Van Halen,X360,2009,Misc,Activision,0.16,0.1,0,0.03,0.3 +5943,Final Fantasy XI: Wings of the Goddess,X360,2007,Role-Playing,Square Enix,0.25,0,0.02,0.02,0.3 +5944,Hamster Tarou,GB,1999,Simulation,Jorudan,0,0,0.3,0,0.3 +5945,Shark Tale,GC,2004,Action,Activision,0.23,0.06,0,0.01,0.3 +5946,Fist of the North Star: Ken's Rage 2,PS3,2012,Fighting,Tecmo Koei,0,0,0.3,0,0.3 +5947,MLB SlugFest Loaded,PS2,2004,Sports,Midway Games,0.14,0.11,0,0.04,0.3 +5948,Teenage Mutant Ninja Turtles,XB,2003,Action,Konami Digital Entertainment,0.22,0.06,0,0.01,0.3 +5949,Trace Memory,DS,2005,Adventure,Nintendo,0.15,0.01,0.12,0.01,0.3 +5950,FIFA Street 3,X360,2008,Sports,Electronic Arts,0.12,0.14,0,0.03,0.3 +5951,Mah Jong Quest: Expeditions,DS,2007,Puzzle,Avanquest,0.02,0.26,0,0.01,0.3 +5952,Batman: The Brave and the Bold the Videogame,Wii,2010,Action,Warner Bros. Interactive Entertainment,0.22,0.06,0,0.02,0.3 +5953,Dragon Ball Z: Budokai Tenkaichi 2,Wii,2006,Fighting,Atari,0.24,0.03,0,0.02,0.3 +5954,AMF Bowling 2004,XB,2003,Sports,Mud Duck Productions,0.22,0.06,0,0.01,0.3 +5955,Thief (2014),X360,2014,Action,Square Enix,0.14,0.13,0,0.03,0.3 +5956,Scooby-Doo! Night of 100 Frights,GC,2002,Platform,THQ,0.23,0.06,0,0.01,0.3 +5957,Just Dance Kids 2,Wii,2011,Misc,Ubisoft,0.28,0,0,0.02,0.29 +5958,RealSports Boxing,2600,1986,Sports,Atari,0.28,0.02,0,0,0.29 +5959,Imagine: Makeup Artist,DS,2020,Simulation,Ubisoft,0.27,0,0,0.02,0.29 +5960,Grandia II,PS2,2002,Role-Playing,Ubisoft,0.14,0.11,0,0.04,0.29 +5961,Syphon Filter: Dark Mirror,PSP,2006,Shooter,Sony Computer Entertainment,0.26,0.01,0,0.03,0.29 +5962,Front Mission Evolved,PS3,2010,Shooter,Square Enix,0.09,0.07,0.11,0.03,0.29 +5963,Tom and Jerry Tales,DS,2006,Platform,Warner Bros. Interactive Entertainment,0.21,0.06,0,0.02,0.29 +5964,Mini Ninjas,X360,2009,Action,Eidos Interactive,0.12,0.14,0,0.03,0.29 +5965,NieR,X360,2010,Role-Playing,Square Enix,0.13,0.1,0.04,0.02,0.29 +5966,The BIGS 2,Wii,2009,Sports,Take-Two Interactive,0.26,0.01,0,0.02,0.29 +5967,X-Men Legends II: Rise of Apocalypse,PSP,2005,Role-Playing,Activision,0.25,0.01,0,0.03,0.29 +5968,Junior Brain Trainer 2,DS,2010,Misc,GSP,0.04,0.21,0,0.04,0.29 +5969,The Chronicles of Riddick: Assault on Dark Athena,X360,2009,Shooter,Atari,0.16,0.1,0,0.03,0.29 +5970,Need for Speed Underground,GBA,2003,Racing,Electronic Arts,0.21,0.08,0,0.01,0.29 +5971,Power Pro Kun Pocket 4,GBA,2002,Sports,Konami Digital Entertainment,0,0,0.29,0.01,0.29 +5972,The Godfather: Dons Edition,PS3,2007,Action,Electronic Arts,0.25,0.02,0,0.03,0.29 +5973,Soul Sacrifice Delta,PSV,2014,Action,Sony Computer Entertainment,0.01,0.12,0.12,0.04,0.29 +5974,Guardian Heroes,SAT,1995,Role-Playing,Sega,0,0,0.29,0,0.29 +5975,Assassin's Creed IV: Black Flag,WiiU,2013,Action,Ubisoft,0.18,0.09,0,0.03,0.29 +5976,MLB Power Pros,Wii,2007,Sports,Konami Digital Entertainment,0.23,0,0.04,0.02,0.29 +5977,Outlaw Golf,XB,2002,Sports,TDK Mediactive,0.22,0.06,0,0.01,0.29 +5978,The Amazing Spider-Man 2 (2014),PS3,2014,Action,Activision,0.06,0.16,0.02,0.05,0.29 +5979,Dynasty Warriors: Strikeforce,PS3,2009,Action,Tecmo Koei,0.11,0.08,0.07,0.03,0.29 +5980,Fisherman's Bait 2: Big Ol' Bass,PS,1999,Sports,Konami Digital Entertainment,0.16,0.11,0,0.02,0.29 +5981,Lupin the 3rd: Treasure of the Sorcerer King,PS2,2002,Adventure,505 Games,0.02,0.02,0.25,0.01,0.29 +5982,Up,X360,2009,Action,THQ,0.2,0.07,0,0.03,0.29 +5983,Kurohyou: Ryu ga Gotoku Shinshou,PSP,2010,Adventure,Sega,0,0,0.29,0,0.29 +5984,Prince of Persia: Rival Swords,Wii,2007,Action,Ubisoft,0.24,0.03,0,0.02,0.29 +5985,One Piece Unlimited Cruise 2: Awakening of a Hero,Wii,2009,Action,Namco Bandai Games,0,0.1,0.17,0.02,0.29 +5986,Ben 10 Alien Force: Vilgax Attacks,PS2,2009,Action,D3Publisher,0.11,0.03,0,0.15,0.29 +5987,Majin and the Forsaken Kingdom,PS3,2010,Adventure,Namco Bandai Games,0.09,0.14,0.01,0.05,0.29 +5988,NBA Street V3,GC,2005,Sports,Electronic Arts,0.23,0.06,0,0.01,0.29 +5989,WinBack: Covert Operations,PS2,2000,Shooter,Midas Interactive Entertainment,0.14,0.11,0,0.04,0.29 +5990,Punch-Out!!,Wii,2007,Sports,Nintendo,0.02,0.22,0.05,0,0.29 +5991,FlatOut: Head On,PSP,2008,Racing,Empire Interactive,0.13,0.11,0,0.06,0.29 +5992,Kagero: Deception II,PS,1998,Strategy,Virgin Interactive,0.03,0.02,0.22,0.02,0.29 +5993,Jikkyou Powerful Pro Yakyuu 2000 Kaimakuban,PS,2000,Sports,Konami Digital Entertainment,0,0,0.27,0.02,0.29 +5994,The Bureau: XCOM Declassified,PS3,2013,Shooter,Take-Two Interactive,0.08,0.16,0,0.05,0.29 +5995,NBA Live 06,X360,2005,Sports,Electronic Arts,0.27,0,0,0.02,0.29 +5996,Guitar Hero: Van Halen,Wii,2009,Misc,Activision,0.14,0.12,0,0.03,0.29 +5997,J-League Victory Goal '96,SAT,1996,Sports,Sega,0,0,0.29,0,0.29 +5998,Shin Megami Tensei: Strange Journey,DS,2009,Role-Playing,Atlus,0.14,0,0.14,0.01,0.29 +5999,Jeopardy! 2nd Edition,PS,2000,Misc,Hasbro Interactive,0.16,0.11,0,0.02,0.29 +6000,SD Gundam G Century,PS,1997,Strategy,Namco Bandai Games,0,0,0.27,0.02,0.29 +6001,Ratchet & Clank: Size Matters,PS2,2008,Platform,Sony Computer Entertainment,0.13,0.1,0.03,0.03,0.29 +6002,Ben 10 Ultimate Alien: Cosmic Destruction,Wii,2010,Platform,D3Publisher,0.17,0.1,0,0.02,0.29 +6003,Atelier Iris 3: Grand Phantasm (US Sales),PS2,2006,Role-Playing,Tecmo Koei,0.14,0.11,0,0.04,0.29 +6004,Itadaki Street 2: Neon Sign wa Bara Iro ni,SNES,1994,Misc,Enix Corporation,0,0,0.29,0,0.29 +6005,Def Jam Rapstar,X360,2010,Misc,Konami Digital Entertainment,0.25,0.03,0,0.02,0.29 +6006,Need for Speed: The Run,Wii,2011,Action,Electronic Arts,0.13,0.13,0.01,0.03,0.29 +6007,From TV Animation One Piece: Treasure Battle!,GC,2002,Fighting,Namco Bandai Games,0,0,0.28,0.01,0.29 +6008,Starhawk,PS3,2012,Action,Sony Computer Entertainment,0.18,0.05,0.03,0.03,0.29 +6009,Dolphin,2600,1983,Action,Activision,0.27,0.02,0,0,0.29 +6010,Imagine: Fashion Designer World Tour,DS,2009,Simulation,Ubisoft,0.27,0,0,0.02,0.29 +6011,Area 51,XB,2005,Shooter,Midway Games,0.22,0.06,0,0.01,0.29 +6012,The Smurfs: Dance Party,Wii,2011,Misc,Ubisoft,0.22,0.04,0,0.02,0.29 +6013,Disney Channel: All Star Party,Wii,2010,Misc,Disney Interactive Studios,0.18,0.08,0,0.02,0.29 +6014,Ace Combat: Joint Assault,PSP,2010,Simulation,Namco Bandai Games,0.06,0.05,0.15,0.03,0.29 +6015,Hamster Club 4: Shigessa Daidassou,GBA,2003,Simulation,Jorudan,0,0,0.28,0.01,0.29 +6016,Medieval Moves: Deadmund's Quest,PS3,2011,Action,Sony Computer Entertainment,0.13,0.12,0,0.05,0.29 +6017,Angry Birds Star Wars,X360,2013,Strategy,Activision,0.16,0.11,0,0.03,0.29 +6018,Mega Man X8,PS2,2004,Platform,Capcom,0.14,0.11,0,0.04,0.29 +6019,CSI: Deadly Intent,Wii,2009,Adventure,Ubisoft,0.13,0.13,0,0.03,0.29 +6020,Ford Mustang: The Legend Lives,PS2,2005,Racing,Take-Two Interactive,0.14,0.11,0,0.04,0.29 +6021,Ys: Memories of Celceta,PSV,2012,Action,Nihon Falcom Corporation,0.15,0.01,0.1,0.04,0.29 +6022,FIFA Soccer 13,3DS,2012,Action,Electronic Arts,0.06,0.2,0,0.03,0.29 +6023,Fast Food,2600,1981,Action,Unknown,0.27,0.02,0,0,0.29 +6024,Jikkyou Powerful Pro Yakyuu 8,PS2,2001,Sports,Konami Digital Entertainment,0,0,0.29,0,0.29 +6025,Viz,N64,1998,Racing,Acclaim Entertainment,0.23,0.06,0,0,0.29 +6026,Top Gear Overdrive,N64,1998,Racing,Kemco,0.23,0.06,0,0,0.29 +6027,Xena: Warrior Princess - The Talisman of Fate,N64,1999,Fighting,Titus,0.23,0.06,0,0,0.29 +6028,Jeremy McGrath Supercross 2000,N64,1999,Racing,Acclaim Entertainment,0.23,0.06,0,0,0.29 +6029,The New Tetris,N64,1999,Puzzle,Nintendo,0.22,0.05,0.02,0,0.29 +6030,Ken Griffey Jr.'s Slugfest,N64,1999,Sports,Nintendo,0.23,0.06,0,0,0.29 +6031,Supercross 2000,N64,1999,Racing,Electronic Arts,0.23,0.06,0,0,0.29 +6032,War Gods,N64,1997,Fighting,Midway Games,0.23,0.06,0,0,0.29 +6033,Bladestorm: The Hundred Years' War,PS3,2007,Action,Tecmo Koei,0.1,0.03,0.14,0.02,0.29 +6034,World of Tanks,PC,2011,Shooter,Wargaming.net,0,0.23,0,0.06,0.29 +6035,Jewel Quest Mysteries: Curse of the Emerald Tear,DS,2010,Puzzle,Avanquest,0,0.25,0,0.04,0.29 +6036,Duel Masters: Sempai Legends,GBA,2003,Misc,Atari,0.21,0.08,0,0.01,0.29 +6037,Marvel Super Hero Squad,PS2,2009,Fighting,THQ,0.14,0.11,0,0.04,0.29 +6038,Turning Point: Fall of Liberty,X360,2008,Shooter,Codemasters,0.23,0.04,0,0.02,0.29 +6039,Heroes of the Pacific,PS2,2005,Simulation,Codemasters,0.14,0.11,0,0.04,0.29 +6040,Dead Rising: Chop Till You Drop,Wii,2009,Action,Capcom,0.15,0.07,0.05,0.02,0.29 +6041,The Lord of the Rings: The Third Age,GC,2004,Role-Playing,Electronic Arts,0.22,0.06,0,0.01,0.29 +6042,Disney Infinity,3DS,2013,Action,Disney Interactive Studios,0.16,0.1,0,0.02,0.29 +6043,Fable: The Journey,X360,2012,Role-Playing,Microsoft Game Studios,0.18,0.09,0,0.02,0.29 +6044,Nicktoons: Battle for Volcano Island,GC,N/A,Action,Unknown,0.22,0.06,0,0.01,0.29 +6045,Sonic Boom: Shattered Crystal,3DS,2014,Action,Sega,0.17,0.09,0,0.03,0.29 +6046,Just Dance Wii 2,Wii,2012,Misc,Nintendo,0,0,0.29,0,0.29 +6047,Madden NFL 08,XB,2007,Sports,Electronic Arts,0.22,0.06,0,0.01,0.29 +6048,DX Game of Life,PS,1996,Misc,Takara,0,0,0.27,0.02,0.29 +6049,Pirates of the Caribbean,XB,2003,Role-Playing,Ubisoft,0.22,0.06,0,0.01,0.29 +6050,Operation Flashpoint: Red River,X360,2011,Shooter,Codemasters,0.1,0.15,0.01,0.03,0.29 +6051,One Piece: Pirate Warriors 3,PS3,2015,Action,Namco Bandai Games,0,0.09,0.19,0.01,0.29 +6052,The Punisher,XB,2005,Action,THQ,0.22,0.06,0,0.01,0.29 +6053,MLB Pennant Race,PS,1996,Sports,Sony Computer Entertainment,0.16,0.11,0,0.02,0.29 +6054,Transformers: Dark of the Moon,X360,2011,Action,Activision,0.13,0.13,0,0.03,0.29 +6055,SD Gundam Gaiden: Knight Gundam Monogatari: Ooinaru Isan,SNES,1991,Role-Playing,Angel Studios,0,0,0.29,0,0.29 +6056,GRID 2,X360,2013,Racing,Codemasters,0.08,0.17,0,0.03,0.29 +6057,WWII Aces,Wii,2008,Simulation,Destineer,0.27,0,0,0.02,0.29 +6058,Puzzle Quest: Challenge of the Warlords,Wii,2007,Puzzle,D3Publisher,0.26,0,0,0.02,0.29 +6059,Shrek Super Party,PS2,2002,Misc,TDK Mediactive,0.14,0.11,0,0.04,0.29 +6060,"Sakura Wars 4: Koi Seyo,Otome",DC,2002,Adventure,Sega,0,0,0.29,0,0.29 +6061,"Sakura Wars: So Long, My Love",PS2,2005,Role-Playing,Sega,0.07,0.05,0.15,0.02,0.29 +6062,Dynasty Tactics,PS2,2002,Strategy,Tecmo Koei,0.06,0.05,0.16,0.02,0.29 +6063,The Urbz: Sims In the City (US weekly sales),DS,2004,Simulation,Electronic Arts,0.27,0,0,0.02,0.29 +6064,Lightning Returns: Final Fantasy XIII,X360,2013,Role-Playing,Square Enix,0.15,0.1,0.01,0.02,0.29 +6065,Feel the Magic XY/XX,DS,2004,Puzzle,Sega,0.17,0,0.1,0.02,0.29 +6066,Trivial Pursuit,PS3,2009,Misc,Electronic Arts,0.12,0.12,0,0.05,0.29 +6067,Neopets Puzzle Adventure,DS,2008,Puzzle,Capcom,0.26,0,0,0.02,0.29 +6068,Sonic & All-Stars Racing Transformed,3DS,2012,Racing,Sega,0.12,0.15,0,0.02,0.29 +6069,Shrek the Third,Wii,2007,Action,Activision,0.26,0.01,0,0.02,0.29 +6070,Snowboarding,PS,2000,Sports,Midas Interactive Entertainment,0.16,0.11,0,0.02,0.29 +6071,Purr Pals,Wii,2008,Simulation,Deep Silver,0.27,0,0,0.02,0.29 +6072,Dragon Ball Heroes: Ultimate Mission,3DS,2013,Misc,Namco Bandai Games,0,0,0.29,0,0.29 +6073,Borderlands: The Pre-Sequel,PC,2014,Shooter,Take-Two Interactive,0.11,0.15,0,0.03,0.29 +6074,Surf's Up,PS2,2007,Sports,Ubisoft,0.14,0.11,0,0.04,0.29 +6075,BlazBlue: Chrono Phantasma,PS3,2013,Fighting,Arc System Works,0.13,0,0.14,0.02,0.29 +6076,Looney Tunes Racing,PS,2000,Racing,Infogrames,0.16,0.11,0,0.02,0.29 +6077,Final Fantasy X-2: International + Last Mission,PS2,2004,Role-Playing,Square Enix,0,0,0.29,0,0.29 +6078,Namco Museum Vol.2,PS,1996,Misc,Sony Computer Entertainment,0.03,0.02,0.21,0.02,0.29 +6079,Rayman 3: Hoodlum Havoc,PS2,2003,Platform,Ubisoft,0.14,0.11,0,0.04,0.29 +6080,Penguin no Mondai: Saikyou Penguin Densetsu! A Penguin's Troubles,DS,2008,Adventure,Konami Digital Entertainment,0,0,0.29,0,0.29 +6081,Psi-Ops: The Mindgate Conspiracy,PS2,2004,Shooter,Midway Games,0.14,0.11,0,0.04,0.29 +6082,I Spy: Spooky Mansion,Wii,2010,Puzzle,Storm City Games,0.27,0,0,0.02,0.29 +6083,Tomba! 2: The Evil Swine Return,PS,1999,Platform,Sony Computer Entertainment,0.16,0.11,0,0.02,0.29 +6084,SAW,X360,2009,Action,Konami Digital Entertainment,0.13,0.12,0,0.03,0.29 +6085,Wappy Dog,DS,2011,Simulation,Activision,0.27,0,0,0.02,0.29 +6086,Dragon Quest: Shounen Yangus to Fushigi no Dungeon,PS2,2006,Role-Playing,Square Enix,0,0,0.29,0,0.29 +6087,BeatMania Append 4thMix: The beat goes on,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.27,0.02,0.29 +6088,NASCAR 08,X360,2007,Racing,Electronic Arts,0.26,0,0,0.02,0.29 +6089,World of Warcraft: Legion,PC,2016,Role-Playing,Activision,0.14,0.12,0,0.02,0.29 +6090,Romance of the Three Kingdoms III: Dragon of Destiny,SNES,1992,Strategy,Tecmo Koei,0,0,0.29,0,0.29 +6091,Power Pro Kun Pocket 11,DS,2008,Sports,Konami Digital Entertainment,0,0,0.29,0,0.29 +6092,El Shaddai: Ascension of the Metatron,PS3,2011,Action,Ignition Entertainment,0.11,0.07,0.08,0.03,0.29 +6093,Family Guy: Back to the Multiverse,PS3,2012,Action,Activision,0.12,0.12,0,0.05,0.29 +6094,Spyro: A Hero's Tail,GC,2004,Platform,Vivendi Games,0.22,0.06,0,0.01,0.29 +6095,Warriors Orochi 2,PSP,2008,Action,Tecmo Koei,0.06,0,0.22,0.01,0.29 +6096,Ratatouille: Food Frenzy,DS,2007,Puzzle,THQ,0.26,0,0,0.02,0.29 +6097,Links 2004,XB,2003,Sports,Microsoft Game Studios,0.21,0.06,0,0.01,0.29 +6098,PGA Tour 97,PS,1996,Sports,Electronic Arts,0.16,0.11,0,0.02,0.29 +6099,Bratz: Super Babyz,DS,2008,Action,THQ,0.26,0,0,0.02,0.29 +6100,Battle & Get! Pokemon Typing DS,DS,2011,Misc,Nintendo,0,0,0.29,0,0.29 +6101,Kung Zhu,DS,2010,Action,Activision,0.26,0,0,0.02,0.29 +6102,Earthworm Jim,GBA,2001,Platform,Interplay,0.2,0.08,0,0.01,0.29 +6103,Tales of Phantasia,GBA,2003,Role-Playing,Nintendo,0.08,0.03,0.17,0.01,0.29 +6104,The Golden Compass,PS3,2007,Action,Sega,0.14,0.1,0,0.05,0.29 +6105,F1 Race Stars,X360,2012,Racing,Codemasters,0.07,0.18,0,0.03,0.29 +6106,All Star Cheer Squad,DS,2008,Sports,THQ,0.26,0,0,0.02,0.28 +6107,Rugby World Cup 2011,X360,2011,Sports,505 Games,0.03,0.21,0,0.04,0.28 +6108,Ice Age: Dawn of the Dinosaurs,Wii,2009,Action,Activision,0.11,0.14,0,0.03,0.28 +6109,Monster 4x4: Masters of Metal,PS2,2003,Racing,Ubisoft,0.14,0.11,0,0.04,0.28 +6110,SingStar Country,PS2,2008,Misc,Sony Computer Entertainment,0.14,0.11,0,0.04,0.28 +6111,DeathSmiles,X360,2009,Shooter,Rising Star Games,0.15,0.06,0.05,0.02,0.28 +6112,VMX Racing,PS,1997,Racing,Playmates,0.16,0.11,0,0.02,0.28 +6113,Hot Shots Golf: World Invitational,PS3,2012,Sports,Sony Computer Entertainment,0,0,0.28,0,0.28 +6114,Disney's Extreme Skate Adventure,GBA,2003,Sports,Activision,0.2,0.08,0,0.01,0.28 +6115,Dragon Ball GT: Transformation,GBA,2005,Action,Atari,0.2,0.08,0,0.01,0.28 +6116,Bratz Ponyz,DS,2007,Adventure,Game Factory,0.26,0,0,0.02,0.28 +6117,Super Fire ProWrestling X,SNES,1995,Fighting,Human Entertainment,0,0,0.28,0,0.28 +6118,Baby Pals,DS,2007,Simulation,THQ,0.26,0.01,0,0.02,0.28 +6119,International Superstar Soccer,SNES,1994,Sports,Konami Digital Entertainment,0,0,0.28,0,0.28 +6120,Metal Gear Solid V: Ground Zeroes,XOne,2014,Action,Konami Digital Entertainment,0.15,0.11,0,0.02,0.28 +6121,Tigger's Honey Hunt,PS,2000,Platform,Ubisoft,0.16,0.11,0,0.02,0.28 +6122,The Warriors,XB,2005,Action,Take-Two Interactive,0.21,0.06,0,0.01,0.28 +6123,Monopoly Streets,X360,2010,Misc,Electronic Arts,0.16,0.1,0,0.03,0.28 +6124,Shadow Hearts,PS2,2001,Role-Playing,Midway Games,0.09,0.07,0.1,0.02,0.28 +6125,NHL 2K11,Wii,2010,Sports,Take-Two Interactive,0.24,0.02,0,0.02,0.28 +6126,One Piece: Burning Blood,PS4,2016,Fighting,Namco Bandai Games,0.1,0.08,0.07,0.04,0.28 +6127,Haven: Call of the King,PS2,N/A,Platform,Midway Games,0.14,0.11,0,0.04,0.28 +6128,Street Hoops,XB,2002,Sports,Activision,0.21,0.06,0,0.01,0.28 +6129,Yu-Gi-Oh! Double Pack,GBA,2006,Role-Playing,Konami Digital Entertainment,0.2,0.08,0,0.01,0.28 +6130,X-Men: Reign of Apocalypse,GBA,2001,Action,Activision,0.2,0.08,0,0.01,0.28 +6131,R: Racing Evolution,PS2,2003,Racing,Namco Bandai Games,0.14,0.11,0,0.04,0.28 +6132,Tony Hawk: Shred,PS3,2010,Sports,Activision,0.18,0.07,0,0.04,0.28 +6133,Netsu Chu! Pro Yakyuu 2003,PS2,2003,Sports,Namco Bandai Games,0,0,0.28,0,0.28 +6134,ATV Quad Power Racing 2,GC,2003,Racing,Acclaim Entertainment,0.22,0.06,0,0.01,0.28 +6135,Digimon Adventure: Anode Tamer,WS,1999,Role-Playing,Namco Bandai Games,0,0,0.28,0,0.28 +6136,Fantastic 4: Flame On,GBA,2005,Action,Activision,0.2,0.08,0,0.01,0.28 +6137,Siren: Blood Curse,PS3,2008,Action,Sony Computer Entertainment,0,0.17,0.09,0.02,0.28 +6138,Pro Evolution Soccer 2017,PS4,2016,Sports,Konami Digital Entertainment,0.01,0.16,0.09,0.03,0.28 +6139,Chromehounds,X360,2006,Simulation,Sega,0.24,0,0.01,0.02,0.28 +6140,Marvel Nemesis: Rise of the Imperfects,XB,2005,Fighting,Electronic Arts,0.21,0.06,0,0.01,0.28 +6141,The King of Fighters '95,SAT,1995,Fighting,SNK Playmore,0,0,0.28,0,0.28 +6142,Pirates of the Caribbean: Dead Man's Chest,PSP,2006,Adventure,Disney Interactive Studios,0.25,0.01,0,0.02,0.28 +6143,Assassin's Creed II: Discovery,DS,2009,Action,Ubisoft,0.15,0.11,0,0.03,0.28 +6144,F/A-18F Super Hornet,GBA,2004,Simulation,Majesco Entertainment,0.2,0.08,0,0.01,0.28 +6145,Avatar: The Last Airbender,Wii,2006,Adventure,THQ,0.24,0.02,0,0.02,0.28 +6146,Final Fantasy VI Advance,GBA,2006,Role-Playing,Nintendo,0,0,0.28,0.01,0.28 +6147,Polaris,2600,1982,Action,Tigervision,0.26,0.02,0,0,0.28 +6148,Viewtiful Joe,PS2,2004,Action,Capcom,0.14,0.11,0,0.04,0.28 +6149,Triple Play 2000,N64,1999,Sports,Electronic Arts,0.27,0.01,0,0,0.28 +6150,Beyblade: Metal Masters,DS,2010,Action,Konami Digital Entertainment,0.16,0.1,0,0.03,0.28 +6151,Need for Speed: Most Wanted,WiiU,2013,Racing,Electronic Arts,0.14,0.12,0,0.02,0.28 +6152,Arcade Hits: Frisky Tom,PS,2002,Action,Hamster Corporation,0.16,0.11,0,0.02,0.28 +6153,Dead to Rights: Retribution,PS3,2010,Shooter,Namco Bandai Games,0.1,0.12,0.02,0.05,0.28 +6154,Harry Potter and the Sorcerer's Stone,PS2,2003,Action,Electronic Arts,0.14,0.11,0,0.04,0.28 +6155,Unreal Championship 2: The Liandri Conflict,XB,N/A,Shooter,Midway Games,0.22,0.05,0,0.01,0.28 +6156,Kung Fu Chaos,XB,2003,Fighting,Microsoft Game Studios,0.21,0.06,0,0.01,0.28 +6157,Mega Man: Dr. Wily's Revenge,GB,1991,Platform,Nintendo,0,0,0.28,0,0.28 +6158,Yu-Gi-Oh! World Championship 2008,DS,2007,Strategy,Konami Digital Entertainment,0.13,0.02,0.12,0.01,0.28 +6159,Naruto Shippuden: Ultimate Ninja Storm 4,XOne,2016,Fighting,Namco Bandai Games,0.19,0.06,0,0.03,0.28 +6160,Godzilla: Domination!,GBA,2002,Fighting,Atari,0.2,0.07,0,0.01,0.28 +6161,Sly Cooper: Thieves in Time,PSV,2013,Platform,Sony Computer Entertainment Europe,0.16,0.06,0,0.05,0.28 +6162,Tales of the World: Radiant Mythology 3,PSP,2011,Role-Playing,Namco Bandai Games,0,0,0.28,0,0.28 +6163,Famista '92,NES,1991,Sports,Namco Bandai Games,0,0,0.28,0,0.28 +6164,Jissen Pachi-Slot Hisshouhou! Moujuu-Oh S,PS2,2002,Misc,Sammy Corporation,0,0,0.28,0,0.28 +6165,Jackass the Game,PS2,2007,Action,Empire Interactive,0.14,0.11,0,0.04,0.28 +6166,Mega Man II,GB,1991,Platform,Nintendo,0,0,0.28,0,0.28 +6167,Lord of Darkness,SNES,1991,Action,Tecmo Koei,0,0,0.28,0,0.28 +6168,Hannah Montana: Spotlight World Tour,PS2,2008,Action,Disney Interactive Studios,0.12,0.02,0,0.14,0.28 +6169,Rocket Power: Beach Bandits,GBA,2002,Platform,THQ,0.2,0.07,0,0.01,0.28 +6170,Surf's Up,DS,2007,Sports,Ubisoft,0.26,0,0,0.02,0.28 +6171,Carol Vorderman's Sudoku,PS2,2006,Puzzle,Xplosiv,0,0.23,0,0.05,0.28 +6172,MX SuperFly featuring Ricky Carmichael,PS2,2002,Racing,THQ,0.14,0.11,0,0.04,0.28 +6173,Remington Super Slam Hunting: Africa,Wii,2010,Sports,Mastiff,0.27,0,0,0.02,0.28 +6174,Army of Two: The Devil's Cartel,PS3,2013,Shooter,Electronic Arts,0.11,0.11,0.01,0.05,0.28 +6175,Syphon Filter: Dark Mirror,PS2,2007,Shooter,Sony Computer Entertainment,0.14,0.11,0,0.04,0.28 +6176,Conflict: Desert Storm II - Back to Bagdhad,XB,2003,Shooter,SCi,0.21,0.06,0,0.01,0.28 +6177,Guitar Hero Live,PS3,2015,Misc,Activision,0.09,0.14,0,0.05,0.28 +6178,Mission: Impossible - Operation Surma,PS2,2003,Platform,Atari,0.14,0.11,0,0.04,0.28 +6179,Sesame Street: Elmo's A-to-Zoo Adventure,DS,2010,Misc,Warner Bros. Interactive Entertainment,0.27,0,0,0.02,0.28 +6180,MLB 07: The Show,PSP,2007,Sports,Sony Computer Entertainment,0.26,0,0,0.02,0.28 +6181,Pitfall: The Mayan Adventure,GBA,2001,Platform,Interplay,0.2,0.07,0,0.01,0.28 +6182,Driver: Parallel Lines,PS2,2006,Racing,Atari,0.12,0.1,0.03,0.03,0.28 +6183,Sing Party,WiiU,2012,Misc,Nintendo,0.13,0.12,0,0.02,0.28 +6184,Shrek: Ogres & Dronkeys,DS,2007,Simulation,Activision,0.26,0,0,0.02,0.28 +6185,Monopoly,DS,2010,Misc,Electronic Arts,0.16,0.1,0,0.03,0.28 +6186,Hot Wheels: Track Attack,DS,2010,Racing,THQ,0.18,0.08,0,0.02,0.28 +6187,Backyard Wrestling 2: There Goes the Neighborhood,PS2,2004,Fighting,Eidos Interactive,0.14,0.11,0,0.04,0.28 +6188,Virtua Fighter 5 Online,X360,2007,Fighting,Sega,0.2,0.03,0.03,0.02,0.28 +6189,Disney's Treasure Planet,GBA,2002,Action,Ubisoft,0.2,0.07,0,0.01,0.28 +6190,Dead or Alive,PS,1998,Fighting,Sony Computer Entertainment,0.09,0.06,0.1,0.02,0.28 +6191,Wild ARMs 5,PS2,2006,Role-Playing,505 Games,0.14,0.11,0,0.04,0.28 +6192,Bionic Commando,X360,2009,Platform,Capcom,0.12,0.12,0.01,0.03,0.28 +6193,NFL Blitz 20-02,PS2,2002,Sports,Midway Games,0.14,0.11,0,0.04,0.28 +6194,Mega Man 7,SNES,1995,Platform,Laguna,0.03,0.01,0.23,0.01,0.28 +6195,NCAA March Madness 2005,XB,2004,Sports,Electronic Arts,0.21,0.06,0,0.01,0.28 +6196,Shadows of the Damned,PS3,2011,Action,Electronic Arts,0.11,0.09,0.04,0.04,0.28 +6197,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",GC,N/A,Action,Disney Interactive Studios,0.22,0.06,0,0.01,0.28 +6198,NBA In The Zone,PS,1995,Sports,Konami Digital Entertainment,0.16,0.11,0,0.02,0.28 +6199,Corvette,GBA,2003,Racing,TDK Mediactive,0.2,0.07,0,0.01,0.28 +6200,F1 ROC: Race of Champions,SNES,1992,Sports,Ocean,0,0,0.28,0,0.28 +6201,Just Dance 2015,PS3,2014,Misc,Ubisoft,0.12,0.11,0,0.05,0.28 +6202,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,GC,2004,Action,THQ,0.22,0.06,0,0.01,0.28 +6203,Silent Hill 2: Restless Dreams,XB,2001,Action,Konami Digital Entertainment,0.21,0.06,0,0.01,0.28 +6204,Cabela's Big Game Hunter 2012,X360,2011,Sports,Activision,0.24,0.02,0,0.02,0.28 +6205,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PS4,2016,Action,Square Enix,0,0,0.28,0,0.28 +6206,Moshi Monsters: Moshlings Theme Park,3DS,2012,Misc,Activision,0.13,0.13,0,0.03,0.28 +6207,UEFA Euro 2016,PS4,2016,Sports,Konami Digital Entertainment,0,0.21,0.03,0.03,0.28 +6208,Soul Nomad & the World Eaters,PS2,2007,Role-Playing,Tecmo Koei,0.14,0.11,0,0.04,0.28 +6209,RollerCoaster Tycoon 3,PC,2004,Strategy,Atari,0.01,0.22,0,0.05,0.28 +6210,Bass Strike,PS2,2001,Sports,THQ,0.14,0.11,0,0.04,0.28 +6211,NHL Hitz 20-03,PS2,2002,Sports,Midway Games,0.14,0.11,0,0.04,0.28 +6212,Danganronpa Another Episode: Ultra Despair Girls,PSV,2014,Action,Nippon Ichi Software,0.1,0.03,0.12,0.04,0.28 +6213,Pac-Man Fever,GC,N/A,Misc,Unknown,0.21,0.06,0,0.01,0.28 +6214,Over the Hedge,DS,2006,Platform,Activision,0.25,0.01,0,0.02,0.28 +6215,Real Pool,PS2,2000,Sports,Midas Interactive Entertainment,0.14,0.11,0,0.04,0.28 +6216,iCarly 2: iJoin The Click!,DS,2010,Adventure,Activision,0.26,0.01,0,0.02,0.28 +6217,The Warriors,PSP,2007,Action,Take-Two Interactive,0.23,0.02,0,0.03,0.28 +6218,Mister Mosquito,PS2,2001,Shooter,Eidos Interactive,0.05,0.04,0.17,0.01,0.28 +6219,Kakyuusei,SAT,1997,Strategy,Elf,0,0,0.28,0,0.28 +6220,Patapon 3,PSP,2011,Misc,Sony Computer Entertainment,0.05,0.04,0.17,0.02,0.28 +6221,Sesame Street: Cookie's Counting Carnival,DS,2010,Misc,Warner Bros. Interactive Entertainment,0.26,0,0,0.02,0.28 +6222,Civilization II,PS,1998,Strategy,Activision,0.15,0.11,0,0.02,0.28 +6223,Guitar Hero: Van Halen,PS3,2009,Misc,Activision,0.14,0.09,0,0.04,0.28 +6224,Dynasty Warriors: Gundam,PS2,2008,Action,Namco Bandai Games,0,0,0.28,0,0.28 +6225,Madagascar,XB,2005,Platform,Activision,0.21,0.06,0,0.01,0.28 +6226,Transformers: Cybertron Adventures,Wii,2010,Action,Activision,0.15,0.1,0,0.03,0.28 +6227,Indiana Jones and the Staff of Kings,PS2,2009,Action,Activision,0.11,0.01,0,0.16,0.28 +6228,F-1 Grand Prix,SNES,1992,Racing,Video System,0,0,0.28,0,0.28 +6229,Mass Effect 3,WiiU,2012,Role-Playing,Electronic Arts,0.14,0.11,0,0.02,0.28 +6230,Pinkalicious,DS,2011,Misc,GameMill Entertainment,0.26,0,0,0.02,0.28 +6231,SimCity 2000,SAT,1994,Simulation,Sega,0,0,0.28,0,0.28 +6232,Deer Hunter,PS2,2003,Sports,Atari,0.14,0.11,0,0.04,0.28 +6233,Pokemon Box: Ruby & Sapphire,GC,2003,Misc,Nintendo,0,0,0.27,0.01,0.28 +6234,Puyo Puyo! 15th Anniversary,DS,2006,Puzzle,Sega,0,0,0.28,0,0.28 +6235,Yu-Gi-Oh! Monster Capsule Breed & Battle,PS,1998,Role-Playing,Konami Digital Entertainment,0,0,0.26,0.02,0.28 +6236,FIFA Soccer 07,X360,2006,Sports,Electronic Arts,0.24,0.01,0,0.02,0.28 +6237,Mass Effect Trilogy,PC,2012,Action,Electronic Arts,0.09,0.16,0,0.03,0.28 +6238,Dave Mirra Freestyle BMX 2,GC,2001,Sports,Acclaim Entertainment,0.21,0.06,0,0.01,0.28 +6239,AC/DC LIVE: Rock Band Track Pack,Wii,2008,Misc,MTV Games,0.25,0,0,0.02,0.28 +6240,My Japanese Coach,DS,2008,Misc,Ubisoft,0.25,0,0,0.02,0.28 +6241,Puppeteer,PS3,2013,Platform,Sony Computer Entertainment Europe,0.11,0.1,0.02,0.04,0.28 +6242,Warpath: Jurassic Park,PS,1998,Fighting,Electronic Arts,0.15,0.1,0,0.02,0.28 +6243,Tak and the Guardians of Gross,PS2,2008,Action,THQ,0.14,0.11,0,0.04,0.28 +6244,True Crime: New York City,XB,2005,Action,Activision,0.21,0.06,0,0.01,0.28 +6245,Summer Heat Beach Volleyball,PS2,2003,Sports,Acclaim Entertainment,0.14,0.11,0,0.04,0.28 +6246,NCAA Basketball 09,PS2,2008,Sports,Electronic Arts,0.14,0.11,0,0.04,0.28 +6247,One Piece Unlimited Cruise 1: The Treasure Beneath the Waves,Wii,2008,Adventure,Namco Bandai Games,0,0.07,0.19,0.01,0.28 +6248,Marvel Super Hero Squad: The Infinity Gauntlet,Wii,2010,Action,THQ,0.22,0.04,0,0.02,0.28 +6249,Dead Rising 2: Off the Record,X360,2011,Action,Capcom,0.17,0.09,0,0.02,0.28 +6250,Power Pro Kun Pocket 3,GBA,2001,Sports,Konami Digital Entertainment,0,0,0.27,0.01,0.28 +6251,Myst III: Exile,PS2,2002,Adventure,Ubisoft,0.14,0.11,0,0.04,0.28 +6252,Castlevania: Aria of Sorrow,GBA,2003,Platform,Konami Digital Entertainment,0.2,0.07,0,0,0.28 +6253,NBA 2K12,PSP,2011,Sports,Take-Two Interactive,0.22,0.03,0,0.03,0.28 +6254,R.U.S.E.,PC,2010,Strategy,Ubisoft,0.04,0.19,0,0.05,0.28 +6255,Mobile Suit Gundam Side Story I: Senritsu no Blue,SAT,1996,Shooter,Namco Bandai Games,0,0,0.28,0,0.28 +6256,Armored Core: Project Phantasma,PS,1997,Simulation,From Software,0.06,0.04,0.15,0.02,0.28 +6257,Donkey Kong GB: Dinky Kong & Dixie Kong,GB,2000,Platform,Nintendo,0,0,0.28,0,0.28 +6258,Kobitodzukan: Kobito Kansatsu Set,3DS,2012,Misc,Nippon Columbia,0,0,0.28,0,0.28 +6259,ExciteBots: Trick Racing,Wii,2009,Racing,Nintendo,0.26,0,0,0.02,0.28 +6260,Pro Evolution Soccer 2013,PSP,2012,Sports,Konami Digital Entertainment,0,0.07,0.18,0.03,0.28 +6261,Deadpool,PS4,2015,Action,Activision,0.13,0.1,0,0.05,0.28 +6262,Nichibutsu Arcade Classics,SNES,1995,Misc,Nichibutsu,0,0,0.28,0,0.28 +6263,Kenka Bancho: Badass Rumble,PSP,2008,Action,Spike,0.06,0,0.2,0.01,0.27 +6264,Cabela's Trophy Bucks,PS2,2007,Sports,Activision Value,0.13,0.11,0,0.04,0.27 +6265,Moero! Nekketsu Rhythm Damashii: Osu! Tatakae! Ouendan! 2,DS,2007,Misc,Nintendo,0,0,0.27,0,0.27 +6266,Q-Ball: Billiards Master,PS2,2000,Sports,Take-Two Interactive,0.13,0.1,0,0.04,0.27 +6267,Mr. Do!,2600,1982,Action,Coleco,0.26,0.02,0,0,0.27 +6268,How to Train Your Dragon 2,Wii,2014,Adventure,Little Orbit,0.05,0.2,0,0.02,0.27 +6269,Boogie,DS,2007,Misc,Electronic Arts,0.25,0,0,0.02,0.27 +6270,Tao Feng: Fist of the Lotus,XB,2003,Fighting,Microsoft Game Studios,0.21,0.06,0,0.01,0.27 +6271,Rapala Pro Bass Fishing 2010,PS3,2010,Sports,Activision,0.18,0.06,0,0.03,0.27 +6272,Shin Nippon Pro Wrestling: Toukon Retsuden 2,PS,1996,Fighting,Tomy Corporation,0,0,0.26,0.02,0.27 +6273,Dragon Ball Z: Budokai 2,GC,2004,Fighting,Atari,0.21,0.06,0,0.01,0.27 +6274,The Legend of Zelda: The Minish Cap(weekly JP sales),GBA,N/A,Action,N/A,0,0,0.27,0.01,0.27 +6275,Motocross Maniacs Advance,GBA,2002,Racing,Konami Digital Entertainment,0.2,0.07,0,0,0.27 +6276,Resident Evil 2: Dual Shock Edition,PS,1998,Action,Capcom,0,0,0.26,0.02,0.27 +6277,Dynasty Warriors,PS,1997,Action,Tecmo Koei,0.09,0.06,0.11,0.02,0.27 +6278,M&M's Blast!,GBA,2001,Puzzle,Unknown,0.2,0.07,0,0,0.27 +6279,Zumba Fitness: World Party,Wii,2013,Misc,Majesco Entertainment,0.14,0.11,0,0.03,0.27 +6280,Need for Speed: Most Wanted,DS,2005,Racing,Electronic Arts,0.24,0.01,0,0.02,0.27 +6281,Final Fantasy X International,PS2,2004,Role-Playing,Square Enix,0,0,0.27,0,0.27 +6282,Tiny Toon Adventures: Plucky's Big Adventure,PS,2001,Action,Conspiracy Entertainment,0.15,0.1,0,0.02,0.27 +6283,NHL Hitz 20-02,XB,2001,Sports,Midway Games,0.2,0.06,0,0.01,0.27 +6284,Iron Man 2,X360,2010,Action,Sega,0.15,0.1,0,0.03,0.27 +6285,Indy 500,2600,N/A,Racing,Atari,0.26,0.01,0,0,0.27 +6286,Littlest Pet Shop: Beach Friends,DS,2009,Simulation,Electronic Arts,0.25,0,0,0.02,0.27 +6287,Trivial Pursuit,PS2,2009,Misc,Electronic Arts,0.09,0.01,0,0.17,0.27 +6288,Suikoden Tierkreis,DS,2008,Role-Playing,Konami Digital Entertainment,0.09,0.01,0.15,0.01,0.27 +6289,Evil Dead: Hail to the King,PS,2000,Adventure,THQ,0.15,0.1,0,0.02,0.27 +6290,Dragon Ball GT: Final Bout,PS,1997,Fighting,Namco Bandai Games,0.02,0.02,0.22,0.02,0.27 +6291,Burstrick: Wake Boarding!!,PS,2000,Sports,Natsume,0.15,0.1,0,0.02,0.27 +6292,Dave Mirra Freestyle BMX: Maximum Remix,PS,2001,Sports,Acclaim Entertainment,0.15,0.1,0,0.02,0.27 +6293,Divinity: Original Sin,PS4,2015,Role-Playing,Focus Home Interactive,0.09,0.12,0.02,0.04,0.27 +6294,R.U.S.E.,X360,2010,Strategy,Ubisoft,0.12,0.12,0,0.03,0.27 +6295,Hatsune Miku: Project Diva f,PS3,2013,Misc,Sega,0.08,0,0.19,0.01,0.27 +6296,Resident Evil: Deadly Silence,DS,2006,Action,Capcom,0.12,0.03,0.11,0.01,0.27 +6297,Pac-Pix,DS,2005,Puzzle,Namco Bandai Games,0.16,0,0.1,0.01,0.27 +6298,Beamrider,2600,1984,Racing,Activision,0.26,0.01,0,0,0.27 +6299,EyePet,PSP,2010,Simulation,Sony Computer Entertainment,0.02,0.17,0,0.09,0.27 +6300,The Evil Within,PC,2014,Action,Bethesda Softworks,0.09,0.16,0,0.02,0.27 +6301,Athens 2004,PS2,2004,Sports,Sony Computer Entertainment,0.13,0.1,0,0.03,0.27 +6302,Gunship,PS,1996,Simulation,Microprose,0.15,0.1,0,0.02,0.27 +6303,Jikkyou Powerful Pro Yakyuu Portable 4,PSP,2009,Sports,Konami Digital Entertainment,0,0,0.27,0,0.27 +6304,SD Gundam G Generation Portable,PSP,2006,Strategy,Namco Bandai Games,0,0,0.27,0,0.27 +6305,Sydney 2000,PS,2000,Sports,Eidos Interactive,0.15,0.1,0,0.02,0.27 +6306,Pro Race Driver,PS2,2002,Racing,Codemasters,0.13,0.1,0,0.03,0.27 +6307,Baten Kaitos: Eternal Wings and the Lost Ocean,GC,2003,Role-Playing,Nintendo,0.21,0.05,0,0.01,0.27 +6308,Bishoujo Senshi Sailormoon R,SNES,1993,Fighting,Namco Bandai Games,0,0,0.27,0,0.27 +6309,The Club,X360,2008,Shooter,Sega,0.15,0.1,0,0.02,0.27 +6310,Slam Dunk: Yonkyo Taiketsu!!,SNES,1994,Sports,Namco Bandai Games,0,0,0.27,0,0.27 +6311,Rhythm Thief & the Emperor's Treasure,3DS,2012,Misc,Sega,0.07,0.07,0.12,0.01,0.27 +6312,Rocky: Legends,PS2,2004,Action,Ubisoft,0.13,0.1,0,0.03,0.27 +6313,NickToons: Racing,GBA,2002,Racing,Infogrames,0.19,0.07,0,0,0.27 +6314,MotionSports: Adrenaline,X360,2011,Sports,Ubisoft,0.14,0.1,0,0.03,0.27 +6315,Tiger Woods PGA Tour 07,PSP,2006,Sports,Electronic Arts,0.2,0.04,0,0.04,0.27 +6316,Gun,X360,N/A,Shooter,Activision,0.24,0.01,0,0.02,0.27 +6317,NHL 07,X360,2006,Sports,Electronic Arts,0.25,0.01,0,0.02,0.27 +6318,Flag Capture,2600,N/A,Action,Atari,0.25,0.02,0,0,0.27 +6319,Bridge,2600,1980,Misc,Activision,0.25,0.02,0,0,0.27 +6320,G-Force,PS2,2009,Action,Disney Interactive Studios,0.12,0.01,0,0.14,0.27 +6321,LEGO Harry Potter: Years 5-7,PSP,N/A,Action,Warner Bros. Interactive Entertainment,0.1,0.11,0,0.06,0.27 +6322,The Adventures of Tintin: The Game,PS3,2011,Action,Ubisoft,0.06,0.16,0,0.05,0.27 +6323,RalliSport Challenge 2,XB,2004,Racing,Microsoft Game Studios,0.18,0.08,0,0.01,0.27 +6324,Fushigi no Dungeon: Fuurai no Shiren GB: Tsukikagemura no Kaibutsu,GB,1996,Role-Playing,ChunSoft,0,0,0.27,0,0.27 +6325,Wave Rally,PS2,2001,Racing,Eidos Interactive,0.13,0.1,0,0.03,0.27 +6326,Over the Hedge,GBA,2006,Platform,Activision,0.19,0.07,0,0,0.27 +6327,Disgaea 5: Alliance of Vengeance,PS4,2015,Role-Playing,Nippon Ichi Software,0.1,0.08,0.06,0.04,0.27 +6328,Disney's Chicken Little,GC,2005,Platform,Disney Interactive Studios,0.21,0.05,0,0.01,0.27 +6329,Battle of Giants: Mutant Insects,DS,2010,Strategy,Ubisoft,0.09,0.15,0,0.03,0.27 +6330,Ty the Tasmanian Tiger,GC,2002,Platform,Electronic Arts,0.21,0.05,0,0.01,0.27 +6331,Sengoku Basara 4,PS3,2014,Action,Capcom,0,0,0.27,0,0.27 +6332,Yu-Gi-Oh! The Sacred Cards (JP weekly sales),GBA,2002,Role-Playing,Konami Digital Entertainment,0,0,0.26,0.01,0.27 +6333,WWE Road to WrestleMania X8,GBA,2002,Fighting,THQ,0.19,0.07,0,0,0.27 +6334,Medarot 3: Kabuto / Kuwagata Version,GB,2000,Role-Playing,Imagineer,0,0,0.27,0,0.27 +6335,Fullmetal Alchemist 2: Curse of the Crimson Elixir,PS2,2004,Role-Playing,Square Enix,0.13,0.1,0,0.03,0.27 +6336,Sherlock Holmes: Crimes & Punishments,PS4,2014,Adventure,Focus Home Interactive,0.08,0.14,0,0.05,0.27 +6337,NASCAR 06: Total Team Control,XB,2005,Racing,Electronic Arts,0.2,0.06,0,0.01,0.27 +6338,Bratz: The Movie,Wii,2007,Simulation,THQ,0.24,0.01,0,0.02,0.27 +6339,BloodRayne 2,PS2,2004,Shooter,THQ,0.13,0.1,0,0.03,0.27 +6340,Spider-Man: Web of Shadows,PS3,2008,Action,Activision,0.2,0.04,0,0.03,0.27 +6341,NHL 2002,XB,2001,Sports,Electronic Arts,0.2,0.06,0,0.01,0.27 +6342,Reader Rabbit Kindergarten,DS,2008,Misc,Nordic Games,0.25,0,0,0.02,0.27 +6343,Tropico 4,PC,2011,Strategy,Kalypso Media,0.1,0.13,0,0.04,0.27 +6344,NBA In The Zone '98,N64,1997,Sports,Konami Digital Entertainment,0.25,0.02,0,0,0.27 +6345,Jikkyou Powerful Pro Yakyuu 5,N64,1998,Sports,Konami Digital Entertainment,0,0,0.27,0,0.27 +6346,NBA Jam 99,N64,1998,Sports,Acclaim Entertainment,0.25,0.02,0,0,0.27 +6347,Shadow Man,N64,1999,Action,Acclaim Entertainment,0.18,0.08,0,0.01,0.27 +6348,Command & Conquer,N64,1999,Strategy,Nintendo,0.22,0.05,0,0,0.27 +6349,Call of Juarez: The Cartel,X360,2011,Shooter,Ubisoft,0.14,0.11,0,0.03,0.27 +6350,Shadow of Rome,PS2,2005,Action,Capcom,0.13,0.1,0,0.03,0.27 +6351,Tohoku Daigaku Karei Igaku Kenkyuusho - Kawashima Ryuuta Kyouju Kanshuu - Mono Sugoku Nou o Kitaeru 5-Funkan no Oni Training,3DS,2012,Action,Nintendo,0,0,0.27,0,0.27 +6352,Tales of Eternia,PSP,2005,Role-Playing,Ubisoft,0,0.01,0.25,0.01,0.27 +6353,Harry Potter and the Order of the Phoenix,PS2,2007,Action,Electronic Arts,0.13,0.1,0,0.03,0.27 +6354,Ben 10 Triple Pack,DS,2011,Misc,D3Publisher,0.13,0.12,0,0.03,0.27 +6355,Need for Speed Rivals,PC,2013,Racing,Electronic Arts,0.04,0.19,0,0.04,0.27 +6356,Stuntman: Ignition,PS2,2007,Racing,THQ,0.13,0.1,0,0.03,0.27 +6357,Fantastic 4,XB,2005,Action,Activision,0.2,0.06,0,0.01,0.27 +6358,Mat Hoffman's Pro BMX,GBA,2001,Sports,Activision,0.19,0.07,0,0,0.27 +6359,MotoGP,PS2,2000,Racing,Namco Bandai Games,0.06,0.05,0.14,0.02,0.27 +6360,The Penguins of Madagascar,DS,2010,Action,THQ,0.13,0.12,0,0.02,0.27 +6361,Summer Athletics: The Ultimate Challenge (US sales),Wii,2008,Sports,DTP Entertainment,0.23,0.04,0,0,0.27 +6362,Rock Revolution,X360,2008,Misc,Konami Digital Entertainment,0.25,0,0,0.02,0.27 +6363,Etrian Odyssey II: Heroes of Lagaard,DS,2008,Role-Playing,Atlus,0.1,0,0.16,0.01,0.27 +6364,LEGO The Hobbit,XOne,2014,Action,Warner Bros. Interactive Entertainment,0.13,0.12,0,0.02,0.27 +6365,Jikkyou Powerful Pro Yakyuu 2,SNES,1995,Sports,Konami Digital Entertainment,0,0,0.27,0,0.27 +6366,The Incredible Hulk,PS3,2008,Action,Sega,0.22,0.03,0,0.03,0.27 +6367,Resident Evil: Revelations,X360,2013,Action,Capcom,0.12,0.11,0.02,0.02,0.27 +6368,Major League Baseball 2K10,Wii,2010,Sports,Take-Two Interactive,0.25,0,0,0.02,0.27 +6369,NASCAR 2011: The Game,PS3,2011,Racing,Activision,0.25,0,0,0.02,0.27 +6370,Thoroughbred Breeder II,SNES,1994,Simulation,Hect,0,0,0.27,0,0.27 +6371,Shin Megami Tensei: Devil Survivor,DS,2009,Role-Playing,Atlus,0.14,0,0.12,0.01,0.27 +6372,Magical Vacation,GBA,2001,Role-Playing,Nintendo,0,0,0.26,0.01,0.27 +6373,XGIII: Extreme G Racing,PS2,2001,Racing,Acclaim Entertainment,0.13,0.1,0,0.03,0.27 +6374,NBA Live 2004,GC,2003,Sports,Electronic Arts,0.21,0.05,0,0.01,0.27 +6375,Dragon Ball: XenoVerse,X360,2015,Fighting,Namco Bandai Games,0.16,0.08,0,0.02,0.27 +6376,NASCAR Thunder 2003,XB,2002,Racing,Electronic Arts,0.2,0.06,0,0.01,0.27 +6377,Section 8,X360,2009,Shooter,SouthPeak Games,0.15,0.09,0,0.03,0.27 +6378,Superbike 2000,PS,1999,Racing,Electronic Arts,0.15,0.1,0,0.02,0.27 +6379,America's Test Kitchen: Let's Get Cooking,DS,2010,Simulation,Nintendo,0.25,0,0,0.02,0.27 +6380,Final Fantasy XI: Ultimate Collection,X360,2009,Role-Playing,Square Enix,0.25,0,0,0.02,0.27 +6381,Fire Emblem: Shin Monshou no Nazo Hikari to Kage no Eiyuu,DS,2010,Strategy,Nintendo,0,0,0.27,0,0.27 +6382,F1 2016 (Codemasters),PS4,2016,Racing,Codemasters,0.01,0.21,0.01,0.04,0.27 +6383,Connect Four / Perfection / Trouble,GBA,2005,Misc,Zoo Digital Publishing,0.19,0.07,0,0,0.27 +6384,Wipeout 2,X360,2011,Misc,Activision,0.25,0,0,0.02,0.27 +6385,Ratatouille,X360,2007,Action,THQ,0.23,0.02,0,0.02,0.27 +6386,The Incredible Hulk,X360,2008,Action,Sega,0.22,0.03,0,0.02,0.27 +6387,Dora the Explorer: Dora Saves the Crystal Kingdom,Wii,2009,Misc,Take-Two Interactive,0.24,0.01,0,0.02,0.27 +6388,Alundra 2: A New Legend Begins,PS,1999,Role-Playing,Activision,0.15,0.1,0,0.02,0.27 +6389,Reign of Fire,PS2,2002,Shooter,BAM! Entertainment,0.13,0.1,0,0.03,0.27 +6390,Scooby-Doo! and the Spooky Swamp,PS2,2010,Action,Warner Bros. Interactive Entertainment,0.08,0.11,0,0.08,0.27 +6391,Jikkyou Powerful Pro Yakyuu '98 Ketteiban,PS,1998,Sports,Konami Digital Entertainment,0,0,0.25,0.02,0.27 +6392,Ace Attorney 6,3DS,2016,Adventure,Capcom,0,0,0.27,0,0.27 +6393,The Sims 2: Pets,GC,2006,Simulation,Electronic Arts,0.21,0.05,0,0.01,0.27 +6394,Cake Mania 2: Jill's Next Adventure!,DS,2008,Puzzle,Majesco Entertainment,0.24,0,0,0.02,0.27 +6395,Batman: Arkham Origins Blackgate,3DS,2013,Action,Warner Bros. Interactive Entertainment,0.16,0.09,0,0.02,0.27 +6396,The BIGS,X360,2007,Sports,Take-Two Interactive,0.18,0.08,0,0,0.27 +6397,Initial D: Special Stage,PS2,2003,Racing,Sega,0,0,0.27,0,0.27 +6398,Madden NFL 08,DS,2007,Sports,Electronic Arts,0.24,0,0,0.02,0.27 +6399,Jurassic Park: Operation Genesis,PS2,2003,Simulation,Konami Digital Entertainment,0.13,0.1,0,0.03,0.27 +6400,Family Feud: 2010 Edition,DS,2009,Misc,Ubisoft,0.25,0,0,0.02,0.27 +6401,Final Doom,PS,1995,Shooter,GT Interactive,0.15,0.1,0,0.02,0.27 +6402,Deadly Premonition,X360,2010,Action,Rising Star Games,0.18,0.06,0,0.02,0.27 +6403,Rock Revolution,PS3,N/A,Misc,Unknown,0.25,0,0,0.02,0.27 +6404,Are You Smarter than a 5th Grader? Game Time,Wii,2009,Puzzle,THQ,0.25,0,0,0.02,0.27 +6405,NBA ShootOut 2001,PS,2000,Sports,Sony Computer Entertainment,0.15,0.1,0,0.02,0.27 +6406,Knockout Kings 2002,XB,2002,Sports,Electronic Arts,0.2,0.06,0,0.01,0.27 +6407,Wipeout 2,DS,2011,Misc,Activision,0.25,0,0,0.02,0.27 +6408,Payday 2,PS4,2015,Shooter,505 Games,0.09,0.14,0,0.04,0.27 +6409,Ultimate NES Remix,3DS,2014,Action,Unknown,0.15,0.09,0,0.02,0.27 +6410,Megamind: The Blue Defender,DS,2010,Adventure,THQ,0.19,0.05,0,0.02,0.27 +6411,NFL Street 3,PSP,2006,Sports,Electronic Arts,0.24,0,0,0.02,0.27 +6412,Battle Arena Toshinden 3,PS,1996,Fighting,Sony Computer Entertainment,0.06,0.04,0.14,0.02,0.27 +6413,Teenage Mutant Ninja Turtles: Danger of the Ooze,PS3,2014,Adventure,Activision,0.11,0.11,0,0.05,0.27 +6414,Jade Cocoon: Story of the Tamamayu,PS,1998,Role-Playing,Crave Entertainment,0.15,0.1,0,0.02,0.27 +6415,Super Nazo Puyo: Ruruu no Ruu,SNES,1995,Puzzle,Banpresto,0,0,0.27,0,0.27 +6416,Cabela's Big Game Hunter 2010,X360,2009,Sports,Activision Value,0.25,0,0,0.02,0.27 +6417,InuYasha: Feudal Combat,PS2,2005,Fighting,Namco Bandai Games,0.13,0.1,0,0.03,0.27 +6418,Duel Masters,PS2,2004,Strategy,Atari,0.13,0.1,0,0.03,0.27 +6419,Ninja Gaiden Sigma,PSV,2012,Action,Tecmo Koei,0.13,0.06,0.04,0.04,0.27 +6420,Super Collapse! 3,DS,2007,Puzzle,Mumbo Jumbo,0.25,0,0,0.02,0.27 +6421,Superman Returns,X360,2006,Action,Electronic Arts,0.23,0.02,0,0.02,0.27 +6422,The Dog Island,PS2,2007,Adventure,Ubisoft,0.13,0.1,0,0.03,0.27 +6423,My Virtual Tutor: Reading Adventure Kindergarten to First,DS,2009,Misc,Mentor Interactive,0.25,0,0,0.02,0.27 +6424,Dynasty Warriors Next,PSV,2011,Action,Tecmo Koei,0.06,0.07,0.11,0.03,0.27 +6425,Major League Baseball 2K9,Wii,2009,Sports,Take-Two Interactive,0.25,0,0,0.02,0.27 +6426,Jikkyou Powerful Pro Yakyuu 2010,PS3,2010,Sports,Konami Digital Entertainment,0,0,0.27,0,0.27 +6427,Operation Armored Liberty,GBA,2003,Action,Majesco Entertainment,0.19,0.07,0,0,0.27 +6428,Rory McIlroy PGA Tour,XOne,2015,Action,Electronic Arts,0.15,0.09,0,0.02,0.27 +6429,Dynasty Warriors 7: Xtreme Legends,PS3,2011,Action,Tecmo Koei,0.04,0.05,0.16,0.02,0.27 +6430,Summer Sports 2: Island Sports Party,Wii,2008,Sports,Ubisoft,0.24,0,0,0.02,0.27 +6431,Imagine: Fashion Party,Wii,2009,Simulation,Ubisoft,0.25,0,0,0.02,0.27 +6432,Fish Tycoon,DS,2007,Simulation,Majesco Entertainment,0.24,0,0,0.02,0.27 +6433,Scene It? Twilight,Wii,2009,Misc,Konami Digital Entertainment,0.16,0.08,0,0.02,0.27 +6434,And1 Streetball,PS2,2006,Action,Ubisoft,0.13,0.1,0,0.03,0.27 +6435,Don King Boxing,Wii,2009,Sports,Take-Two Interactive,0.14,0.1,0,0.03,0.27 +6436,Atelier Ayesha: The Alchemist of Dusk,PS3,2012,Role-Playing,Tecmo Koei,0.06,0.04,0.14,0.02,0.27 +6437,Angry Birds Trilogy,X360,2012,Action,Activision,0.18,0.06,0,0.02,0.27 +6438,Dragon Ball Z: Tenkaichi Tag Team,PSP,2010,Fighting,Namco Bandai Games,0.11,0.04,0.09,0.03,0.27 +6439,Sonic X: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.19,0.07,0,0,0.27 +6440,ESPN NBA Basketball,XB,2003,Sports,Sega,0.2,0.06,0,0.01,0.27 +6441,Gallop Racer 2: One and Only Road to Victory,PS,1997,Sports,Tecmo Koei,0,0,0.25,0.02,0.27 +6442,NBA 07,PS3,2006,Sports,Sony Computer Entertainment,0.24,0,0.01,0.02,0.26 +6443,Lowrider,PS2,2002,Misc,Pacific Century Cyber Works,0.11,0.09,0.03,0.03,0.26 +6444,Reload: Target Down,Wii,2010,Shooter,Mastiff,0.25,0,0,0.02,0.26 +6445,All-Pro Football 2K8,X360,2007,Sports,Take-Two Interactive,0.24,0,0,0.02,0.26 +6446,Dungeons & Dragons: Eye of the Beholder,GBA,2002,Role-Playing,Atari,0.19,0.07,0,0,0.26 +6447,The Crew,X360,2014,Racing,Ubisoft,0.06,0.18,0,0.02,0.26 +6448,"Barbie: Jet, Set & Style!",Wii,2011,Misc,THQ,0.23,0.01,0,0.02,0.26 +6449,Battlestations: Midway,X360,2007,Strategy,Eidos Interactive,0.21,0.02,0,0.02,0.26 +6450,Rayman DS,DS,2005,Platform,Ubisoft,0.21,0.04,0,0.02,0.26 +6451,Gundam Breaker,PS3,2013,Action,Namco Bandai Games,0,0,0.26,0,0.26 +6452,The House of the Dead 2,DC,1998,Shooter,Sega,0,0,0.26,0,0.26 +6453,Create,Wii,2010,Action,Electronic Arts,0.22,0.03,0,0.02,0.26 +6454,A.C.E.: Another Century's Episode R,PS3,2010,Simulation,Namco Bandai Games,0,0,0.26,0,0.26 +6455,Littlest Pet Shop: Friends,Wii,2009,Simulation,Electronic Arts,0.22,0.02,0,0.02,0.26 +6456,Rune: Viking Warlord,PS2,2001,Action,Take-Two Interactive,0.13,0.1,0,0.03,0.26 +6457,Panzer Dragoon Orta,XB,2002,Shooter,Sega,0.16,0.05,0.04,0.01,0.26 +6458,Jikkyou Powerful Pro Yakyuu '99 Ketteiban,PS,1999,Sports,Konami Digital Entertainment,0,0,0.25,0.02,0.26 +6459,Dragon Age Origins: Awakening,PS3,2010,Role-Playing,Spike,0.24,0,0,0.02,0.26 +6460,King's Field II,PS,1996,Role-Playing,From Software,0.08,0.06,0.11,0.02,0.26 +6461,Danganronpa 2: Goodbye Despair,PSV,2014,Misc,Nippon Ichi Software,0.13,0.07,0,0.06,0.26 +6462,Aikatsu! 2-nin no My Princess,3DS,2013,Action,Namco Bandai Games,0,0,0.26,0,0.26 +6463,Beyblade: Metal Fusion,DS,2009,Role-Playing,Hudson Soft,0.08,0.03,0.14,0.01,0.26 +6464,NCAA Gamebreaker,PS,1996,Sports,Sony Computer Entertainment,0.15,0.1,0,0.02,0.26 +6465,Petz: Horsez 2,PS2,2007,Simulation,Ubisoft,0.13,0.1,0,0.03,0.26 +6466,NPPL: Championship Paintball 2009,PS2,2008,Shooter,Activision Value,0.13,0.1,0,0.03,0.26 +6467,Skylanders: SuperChargers,Wii,2015,Action,Activision,0.05,0.19,0,0.02,0.26 +6468,Zoo Tycoon 2: Ultimate Collection,PC,2008,Strategy,Microsoft Game Studios,0.04,0.18,0,0.04,0.26 +6469,Tomba!,PS,1997,Platform,Sony Computer Entertainment,0.15,0.1,0,0.02,0.26 +6470,Love Plus,DS,2009,Simulation,Konami Digital Entertainment,0,0,0.26,0,0.26 +6471,Tales of Innocence,DS,2007,Role-Playing,Namco Bandai Games,0,0,0.26,0,0.26 +6472,MLB SlugFest 2006,PS2,2006,Sports,Midway Games,0.13,0.1,0,0.03,0.26 +6473,J Stars Victory Vs.,PSV,2014,Fighting,Namco Bandai Games,0,0.07,0.17,0.02,0.26 +6474,Rugrats: I Gotta Go Party,GBA,2002,Action,THQ,0.19,0.07,0,0,0.26 +6475,Virtua Racing,GEN,1994,Racing,Sega,0,0,0.26,0,0.26 +6476,Crash Tag Team Racing,PSP,2005,Racing,Vivendi Games,0.16,0.06,0,0.04,0.26 +6477,Prison Break: The Conspiracy,PS3,2010,Action,Deep Silver,0.05,0.16,0,0.05,0.26 +6478,Bolt,PS2,2008,Adventure,Disney Interactive Studios,0.09,0.02,0,0.16,0.26 +6479,DS Bungaku Zenshuu,DS,2007,Misc,Nintendo,0,0,0.26,0,0.26 +6480,We Cheer 2,Wii,2009,Simulation,Namco Bandai Games,0.24,0,0,0.02,0.26 +6481,Nancy Drew: The Mystery of the Clue Bender Society,DS,2008,Adventure,Codemasters,0.24,0,0,0.02,0.26 +6482,Inazuma Eleven GO 3: Galaxy,3DS,2013,Sports,Level 5,0,0,0.26,0,0.26 +6483,Ford Racing 3,PS2,2004,Racing,Take-Two Interactive,0.13,0.1,0,0.03,0.26 +6484,Michael Jackson: The Experience,DS,2010,Misc,Ubisoft,0.22,0.03,0,0.02,0.26 +6485,Phantasy Star Universe: Ambition of the Illuminus,PS2,2007,Role-Playing,Sega,0.1,0.08,0.05,0.03,0.26 +6486,Project Runway,Wii,2010,Simulation,Atari,0.24,0,0,0.02,0.26 +6487,Jikkyou Powerful Pro Yakyuu 2013,PS3,2013,Sports,Konami Digital Entertainment,0,0,0.26,0,0.26 +6488,The Adventures of Jimmy Neutron Boy Genius vs. Jimmy Negatron,GBA,2002,Action,THQ,0.19,0.07,0,0,0.26 +6489,Sengoku Basara 2,PS2,2006,Action,Capcom,0,0,0.26,0,0.26 +6490,Naruto: Ultimate Ninja Heroes,PSP,2006,Fighting,Namco Bandai Games,0.26,0,0,0,0.26 +6491,Inazuma Eleven Strikers,Wii,2011,Role-Playing,Nintendo,0,0.01,0.25,0,0.26 +6492,Hey Arnold! The Movie,GBA,2002,Platform,THQ,0.19,0.07,0,0,0.26 +6493,Final Fantasy V Advance,GBA,2006,Role-Playing,Nintendo,0,0,0.26,0.01,0.26 +6494,Need for Speed: Most Wanted,GBA,2005,Racing,Electronic Arts,0.19,0.07,0,0,0.26 +6495,Lumines: Electronic Symphony,PSV,2012,Misc,Ubisoft,0.11,0.1,0.01,0.05,0.26 +6496,Star Trek: Invasion,PS,2000,Simulation,Activision,0.15,0.1,0,0.02,0.26 +6497,Final Fantasy Crystal Chronicles: Echoes of Time,Wii,2009,Role-Playing,Square Enix,0.13,0.06,0.05,0.02,0.26 +6498,Jonah Lomu Rugby Challenge,PS3,N/A,Sports,Home Entertainment Suppliers,0,0.2,0,0.06,0.26 +6499,Babysitting Mania,DS,2008,Simulation,Majesco Entertainment,0.24,0,0,0.02,0.26 +6500,Star Wars: Bounty Hunter,GC,2002,Shooter,LucasArts,0.2,0.05,0,0.01,0.26 +6501,Tom and Jerry in War of the Whiskers,PS2,2002,Fighting,Ubisoft,0.13,0.1,0,0.03,0.26 +6502,Ace Attorney Investigations 2,DS,2011,Adventure,Capcom,0,0,0.26,0,0.26 +6503,Minute to Win It,Wii,2010,Misc,Zoo Games,0.25,0,0,0.02,0.26 +6504,Smart Girl's Playhouse,DS,2007,Misc,505 Games,0.24,0,0,0.02,0.26 +6505,Racquet Sports,Wii,2010,Sports,Ubisoft,0.14,0.09,0,0.02,0.26 +6506,TouchMaster 3(Others sales),DS,2009,Puzzle,Warner Bros. Interactive Entertainment,0,0.24,0,0.02,0.26 +6507,The Elder Scrolls IV: Oblivion,PC,2006,Role-Playing,Take-Two Interactive,0.01,0.2,0,0.05,0.26 +6508,Jikkyou Powerful Pro Yakyuu 2011,PS3,2011,Sports,Konami Digital Entertainment,0,0,0.26,0,0.26 +6509,Madden NFL 2005,DS,2004,Sports,Electronic Arts,0.24,0,0,0.02,0.26 +6510,Skylanders: Trap Team,3DS,2014,Action,Activision,0.14,0.1,0,0.02,0.26 +6511,Yu-Gi-Oh! Ultimate Masters: World Championship Tournament 2006,GBA,2006,Misc,Konami Digital Entertainment,0.14,0.05,0.07,0.01,0.26 +6512,Power Pro Kun Pocket 5,GBA,2003,Sports,Konami Digital Entertainment,0,0,0.25,0.01,0.26 +6513,Konjiki no Gashbell!! Makai no Bookmark,GBA,2004,Adventure,Banpresto,0,0,0.25,0.01,0.26 +6514,Plants vs. Zombies,X360,2010,Strategy,PopCap Games,0.24,0,0,0.02,0.26 +6515,Riding Spirits,PS2,2002,Racing,BAM! Entertainment,0.13,0.1,0,0.03,0.26 +6516,Disney Sing It: Pop Hits,PS3,2009,Misc,Disney Interactive Studios,0.17,0.05,0,0.03,0.26 +6517,Indiana Jones and the Staff of Kings,DS,2009,Action,Activision,0.17,0.07,0,0.02,0.26 +6518,Etrian Odyssey Untold: The Millennium Girl,3DS,2013,Role-Playing,Atlus,0.1,0.01,0.14,0.01,0.26 +6519,Bust A Groove 2,PS,1999,Misc,Enix Corporation,0.04,0.03,0.18,0.02,0.26 +6520,Hatsune Miku: Project Diva,PSP,2009,Misc,Sega,0,0,0.26,0,0.26 +6521,Juiced 2: Hot Import Nights,PS3,2007,Racing,THQ,0.18,0.04,0.01,0.03,0.26 +6522,Gundam Battle Universe,PSP,2008,Fighting,Namco Bandai Games,0,0,0.26,0,0.26 +6523,Sengoku Basara: Battle Heroes,PSP,2009,Action,Capcom,0,0,0.26,0,0.26 +6524,Nightmare Creatures,N64,1996,Action,Activision,0.21,0.05,0,0,0.26 +6525,Star Wars Episode I: Battle for Naboo,N64,2000,Simulation,LucasArts,0.21,0.05,0,0,0.26 +6526,Duke Nukem: Zero Hour,N64,1999,Shooter,GT Interactive,0.21,0.05,0,0,0.26 +6527,Armorines: Project S.W.A.R.M.,N64,1999,Shooter,Acclaim Entertainment,0.21,0.05,0,0,0.26 +6528,NCAA March Madness 08,PS2,2007,Sports,Electronic Arts,0.13,0.1,0,0.03,0.26 +6529,Armored Core: Nexus,PS2,2004,Simulation,Indie Games,0.06,0.05,0.14,0.02,0.26 +6530,Evolution Skateboarding,PS2,2002,Sports,Konami Digital Entertainment,0.13,0.1,0,0.03,0.26 +6531,Dora the Explorer: The Search for Pirate Pig's Treasure,GBA,2002,Adventure,NewKidCo,0.19,0.07,0,0,0.26 +6532,Muramasa: The Demon Blade,PSV,2013,Role-Playing,Marvelous Entertainment,0.13,0,0.1,0.03,0.26 +6533,Yakuza: Ishin,PS3,2014,Action,Sega,0,0,0.26,0,0.26 +6534,Indiana Jones and the Staff of Kings,PSP,2009,Action,Activision,0.11,0.1,0,0.06,0.26 +6535,Tony Hawk: Shred,X360,2010,Sports,Activision,0.17,0.07,0,0.02,0.26 +6536,Outlaw Volleyball,XB,2003,Sports,TDK Mediactive,0.19,0.06,0,0.01,0.26 +6537,Batman: Vengeance,GC,2001,Adventure,Ubisoft,0.2,0.05,0,0.01,0.26 +6538,The Amazing Spider-Man 2 (2014),X360,2014,Action,Activision,0.1,0.14,0,0.02,0.26 +6539,RealSports Football,2600,1981,Sports,Atari,0.24,0.01,0,0,0.26 +6540,Tiger Woods PGA Tour 10,PS2,2009,Sports,Electronic Arts,0.12,0.01,0,0.13,0.26 +6541,SD Gundam G Generation: Cross Drive,DS,2007,Strategy,Namco Bandai Games,0,0,0.26,0,0.26 +6542,Tom Clancy's Splinter Cell: Double Agent,PS3,2007,Action,Ubisoft,0.2,0.03,0,0.03,0.26 +6543,Monsters vs. Aliens,Wii,2009,Action,Activision,0.14,0.09,0,0.03,0.26 +6544,Dungeons & Dragons Heroes,XB,2003,Role-Playing,Atari,0.19,0.06,0,0.01,0.26 +6545,The Testament of Sherlock Holmes,PS3,2012,Adventure,Focus Home Interactive,0.05,0.15,0,0.06,0.26 +6546,Game of Thrones,X360,2012,Role-Playing,Focus Home Interactive,0.15,0.08,0,0.02,0.26 +6547,Loving Life with Hello Kitty & Friends,DS,2011,Misc,Rising Star Games,0.15,0.08,0,0.02,0.26 +6548,McGrath Vs. Pastrana Freestyle Motocross,PS,2000,Racing,Acclaim Entertainment,0.14,0.1,0,0.02,0.26 +6549,Legaia 2: Duel Saga,PS2,2001,Role-Playing,Eidos Interactive,0.13,0.1,0,0.03,0.26 +6550,Crash Nitro Kart,GC,2003,Racing,Vivendi Games,0.2,0.05,0,0.01,0.26 +6551,Karaoke Joysound Wii,Wii,2008,Misc,Hudson Soft,0.01,0,0.25,0,0.26 +6552,MLB 09: The Show,PSP,2009,Sports,Sony Computer Entertainment,0.24,0,0,0.02,0.26 +6553,Polarium,DS,2004,Puzzle,Nintendo,0.13,0.01,0.11,0.01,0.26 +6554,Samurai Warriors 4,PS3,2014,Action,Tecmo Koei,0,0,0.26,0,0.26 +6555,F1 2014,X360,2014,Racing,Codemasters,0.08,0.15,0,0.02,0.26 +6556,Classic NES Series: Bomberman,GBA,2004,Action,Nintendo,0.1,0.04,0.11,0.01,0.26 +6557,Avatar: The Last Airbender - The Burning Earth,Wii,2007,Action,THQ,0.24,0,0,0.02,0.26 +6558,Peter Jackson's King Kong: The Official Game of the Movie,X360,2005,Action,Ubisoft,0.2,0.03,0,0.02,0.26 +6559,Bratz Ponyz 2,DS,2008,Adventure,Game Factory,0.24,0,0,0.02,0.26 +6560,A.C.E.: Another Century's Episode,PS2,2005,Simulation,Banpresto,0,0,0.26,0,0.26 +6561,Frogger's Journey: The Forgotten Relic,GBA,2003,Action,Konami Digital Entertainment,0.18,0.07,0,0,0.26 +6562,X-Men vs. Street Fighter,SAT,1997,Fighting,Capcom,0,0,0.26,0,0.26 +6563,Army of Two: The Devil's Cartel,X360,2013,Shooter,Electronic Arts,0.16,0.07,0,0.02,0.26 +6564,Dora the Explorer: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.18,0.07,0,0,0.26 +6565,Oddworld: Stranger's Wrath,XB,2005,Adventure,Electronic Arts,0.19,0.06,0,0.01,0.26 +6566,Sega Rally Revo,PSP,2007,Racing,Sega,0.03,0.15,0,0.08,0.26 +6567,King of Fighters: Maximum Impact,PS2,2004,Fighting,Ignition Entertainment,0.13,0.1,0,0.03,0.26 +6568,Marvel Super Heroes vs. Street Fighter,PS,1998,Fighting,Virgin Interactive,0.14,0.1,0,0.02,0.26 +6569,Legendary,X360,2008,Shooter,Atari,0.08,0.15,0,0.03,0.26 +6570,J-League Pro Soccer Club wo Tsukurou!,SAT,1996,Sports,Sega,0,0,0.26,0,0.26 +6571,Daisy Fuentes Pilates,Wii,2009,Sports,505 Games,0.17,0.06,0,0.02,0.26 +6572,Star Trek: The Game,PS3,2013,Action,Namco Bandai Games,0.1,0.11,0,0.05,0.26 +6573,Drakan: The Ancients' Gates,PS2,2002,Adventure,Sony Computer Entertainment,0.13,0.1,0,0.03,0.26 +6574,Dead or Alive Xtreme 2,X360,2006,Sports,Tecmo Koei,0.15,0.03,0.06,0.02,0.26 +6575,Petz: Crazy Monkeyz,Wii,2008,Simulation,Ubisoft,0.23,0,0,0.02,0.26 +6576,"SpongeBob SquarePants: Lights, Camera, Pants!",XB,2005,Misc,THQ,0.19,0.06,0,0.01,0.26 +6577,Choro Q3,PS,1998,Racing,Takara,0,0,0.24,0.02,0.26 +6578,Tokyo Jungle,PS3,2012,Action,Sony Computer Entertainment,0,0,0.26,0,0.26 +6579,Hunted: The Demon's Forge,PS3,2011,Action,Bethesda Softworks,0.12,0.08,0.02,0.04,0.26 +6580,Lemony Snicket's A Series of Unfortunate Events,GC,2004,Platform,Activision,0.2,0.05,0,0.01,0.26 +6581,Pirates of the Caribbean: Dead Man's Chest,DS,2006,Adventure,Disney Interactive Studios,0.23,0.01,0,0.02,0.26 +6582,Bionicle: Matoran Adventures,GBA,2002,Platform,Electronic Arts,0.18,0.07,0,0,0.26 +6583,Armored Core: Master of Arena,PS,1999,Simulation,From Software,0.07,0.05,0.13,0.02,0.26 +6584,Fire Emblem: Thracia 776,SNES,1999,Strategy,Nintendo,0,0,0.26,0,0.26 +6585,Desert Falcon,2600,1987,Shooter,Atari,0.24,0.01,0,0,0.26 +6586,NASCAR 09,PS3,2008,Racing,Electronic Arts,0.22,0.01,0,0.02,0.26 +6587,Tengai Makyou: Daishi no Mokushiroku - The Apocalypse IV,SAT,1997,Role-Playing,Hudson Soft,0,0,0.26,0,0.26 +6588,A.C.E.: Another Century's Episode 3: The Final,PS2,2007,Simulation,Banpresto,0,0,0.26,0,0.26 +6589,ATV: Quad Power Racing,GBA,2002,Racing,Liquid Games,0.18,0.07,0,0,0.26 +6590,Mario & Sonic at the Rio 2016 Olympic Games,WiiU,2016,Action,Nintendo,0.03,0.11,0.1,0.01,0.26 +6591,The Backyardigans,DS,2009,Adventure,Take-Two Interactive,0.24,0,0,0.02,0.26 +6592,Backyard NFL Football,GC,2002,Sports,Infogrames,0.2,0.05,0,0.01,0.26 +6593,All-Star Baseball 2003,XB,2002,Sports,Acclaim Entertainment,0.19,0.06,0,0.01,0.26 +6594,Silent Hunter 5: Battle of the Atlantic,PC,2010,Simulation,Ubisoft,0,0.21,0,0.05,0.26 +6595,MTX Mototrax,PS2,2004,Racing,Activision,0.13,0.1,0,0.03,0.26 +6596,Tomb Raider: Underworld (Others sales),PS2,2009,Adventure,Eidos Interactive,0,0.21,0,0.04,0.26 +6597,NHL Rock the Rink,PS,1999,Sports,Electronic Arts,0.14,0.1,0,0.02,0.26 +6598,LEGO Star Wars III: The Clone Wars,PC,2011,Action,LucasArts,0.1,0.13,0,0.03,0.26 +6599,NBA ShootOut 2004,PS2,2003,Sports,Sony Computer Entertainment,0.13,0.1,0,0.03,0.26 +6600,TOCA Race Driver 2: Ultimate Racing Simulator,PSP,2005,Racing,Codemasters,0,0.25,0,0,0.26 +6601,Super Robot Taisen R,GBA,2002,Strategy,Banpresto,0,0,0.25,0.01,0.26 +6602,Castlevania: Harmony of Dissonance,GBA,2002,Platform,Konami Digital Entertainment,0.16,0.06,0.04,0,0.26 +6603,Metroid Prime Pinball,DS,2005,Misc,Nintendo,0.21,0,0.02,0.02,0.26 +6604,Formula One 2001,PS2,2001,Racing,Sony Computer Entertainment,0.13,0.1,0,0.03,0.26 +6605,Nickelodeon Dance,Wii,2011,Misc,Take-Two Interactive,0.23,0.01,0,0.02,0.26 +6606,Doukyuusei if,SAT,1996,Role-Playing,NEC,0,0,0.26,0,0.26 +6607,Baldur's Gate: Dark Alliance II,XB,2004,Role-Playing,Acclaim Entertainment,0.19,0.06,0,0.01,0.26 +6608,MVP Baseball 2004,GC,2004,Sports,Electronic Arts,0.2,0.05,0,0.01,0.26 +6609,Super Street Fighter II: Turbo Revival,GBA,2001,Fighting,Ubisoft,0.18,0.07,0,0,0.25 +6610,Secret Weapons Over Normandy,XB,2003,Simulation,LucasArts,0.19,0.05,0,0.01,0.25 +6611,Combination Pro Soccer: J-League no Kantoku ni Natte Sekai wo Mezase!!,PS,1998,Sports,Axela,0,0,0.24,0.02,0.25 +6612,NHL 08,PS3,2007,Action,Electronic Arts,0.16,0.06,0,0.03,0.25 +6613,Kidou Senshi Gundam: Giren no Yabou,SAT,1998,Strategy,Namco Bandai Games,0,0,0.25,0,0.25 +6614,Imagine: Ballet Star,DS,2008,Simulation,Ubisoft,0.23,0.01,0,0.02,0.25 +6615,Teen Titans,PS2,2006,Action,THQ,0.12,0.1,0,0.03,0.25 +6616,Percy Jackson and the Olympians: The Lightning Thief,DS,2010,Role-Playing,Activision,0.22,0.01,0,0.02,0.25 +6617,Spelling Challenges and more!,PSP,2007,Misc,Crave Entertainment,0.24,0,0,0.02,0.25 +6618,Crusaders of Might and Magic,PS,1999,Role-Playing,3DO,0.14,0.1,0,0.02,0.25 +6619,Journey,PS3,2012,Adventure,Sony Computer Entertainment Europe,0.04,0.15,0,0.06,0.25 +6620,Tearaway Unfolded,PS4,2015,Platform,Sony Computer Entertainment,0.09,0.12,0,0.04,0.25 +6621,Star Wars The Clone Wars: Republic Heroes,PS2,2009,Action,LucasArts,0.17,0.01,0,0.08,0.25 +6622,Bomberman Generation,GC,2002,Adventure,Vivendi Games,0.15,0.04,0.06,0.01,0.25 +6623,NASCAR 09,X360,2008,Racing,Electronic Arts,0.23,0,0,0.02,0.25 +6624,Surfing H3O,PS2,2000,Sports,Take-Two Interactive,0.12,0.1,0,0.03,0.25 +6625,Romance of the Three Kingdoms II,SNES,1991,Strategy,Tecmo Koei,0,0,0.25,0,0.25 +6626,The Chronicles of Riddick: Assault on Dark Athena,PS3,2009,Shooter,Vivendi Games,0.12,0.1,0,0.04,0.25 +6627,Resident Evil Archives: Resident Evil Zero,Wii,2008,Action,Capcom,0.14,0.04,0.06,0.02,0.25 +6628,Zoo Resort 3D,3DS,2011,Simulation,Ubisoft,0.11,0.09,0.03,0.02,0.25 +6629,Ice Age 2: The Meltdown,GBA,2006,Platform,Vivendi Games,0.18,0.07,0,0,0.25 +6630,The Suite Life of Zack & Cody: Tipton Trouble,DS,2006,Action,Disney Interactive Studios,0.23,0,0,0.02,0.25 +6631,World Series of Poker,XB,2005,Misc,Activision,0.19,0.05,0,0.01,0.25 +6632,Hatsune Miku: Project Diva F 2nd,PS3,2014,Misc,Sega,0.09,0.04,0.1,0.03,0.25 +6633,Galactic Attack,SAT,1994,Shooter,Acclaim Entertainment,0,0,0.25,0,0.25 +6634,Power Pro Kun Pocket 2,GB,2000,Sports,Konami Digital Entertainment,0,0,0.25,0,0.25 +6635,Game of Thrones,PS3,2012,Role-Playing,Focus Home Interactive,0.1,0.11,0,0.04,0.25 +6636,Happy Feet,GC,2006,Action,Midway Games,0.2,0.05,0,0.01,0.25 +6637,Walt Disney's The Jungle Book: Rhythm N'Groove,PS2,2003,Misc,Disney Interactive Studios,0.12,0.1,0,0.03,0.25 +6638,Triple Play 2002,XB,2002,Sports,Electronic Arts,0.19,0.05,0,0.01,0.25 +6639,Scrabble,DS,2009,Misc,Ubisoft,0.21,0.02,0,0.03,0.25 +6640,Evil Zone,PS,1998,Fighting,Titus,0.14,0.1,0,0.02,0.25 +6641,Spy Kids Challenger,GBA,2002,Platform,Disney Interactive Studios,0.18,0.07,0,0,0.25 +6642,K-ON! Houkago Live!!,PSP,2010,Misc,Sega,0,0,0.25,0,0.25 +6643,A. IV Evolution: A Ressha de Ikou 4,PS,1994,Strategy,ArtDink,0,0,0.24,0.02,0.25 +6644,Exhibition,XB,2001,Misc,Microsoft Game Studios,0.19,0.05,0,0.01,0.25 +6645,Scrabble,PS,1999,Misc,Ubisoft,0.14,0.1,0,0.02,0.25 +6646,Tony Hawk's Proving Ground,Wii,2007,Sports,Activision,0.22,0.01,0,0.02,0.25 +6647,Amped 2,XB,2003,Sports,Microsoft Game Studios,0.2,0.04,0,0.01,0.25 +6648,Blaster Master: Blasting Again,PS,2000,Shooter,Sunsoft,0.14,0.1,0,0.02,0.25 +6649,College Hoops 2K6,PS2,N/A,Sports,Unknown,0.12,0.1,0,0.03,0.25 +6650,Cartoon Network Collection: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.18,0.07,0,0,0.25 +6651,Cars,X360,2006,Racing,THQ,0.22,0.02,0,0.02,0.25 +6652,Family Guy: Back to the Multiverse,X360,2012,Action,Activision,0.14,0.09,0,0.02,0.25 +6653,Kung Fu Panda 2,X360,2011,Action,THQ,0.16,0.07,0,0.02,0.25 +6654,Up,PS3,2009,Action,THQ,0.15,0.07,0,0.03,0.25 +6655,Birds of Steel,PS3,2012,Simulation,Konami Digital Entertainment,0.1,0.09,0.02,0.04,0.25 +6656,Madagascar: Escape 2 Africa,X360,2008,Action,Activision,0.12,0.1,0,0.03,0.25 +6657,WipEout XL,PS,1996,Racing,Psygnosis,0.14,0.1,0,0.02,0.25 +6658,Animal Paradise,DS,2007,Simulation,Empire Interactive,0.09,0.14,0,0.02,0.25 +6659,The Powerpuff Girls: Chemical X-Traction,PS,2001,Action,BAM! Entertainment,0.14,0.1,0,0.02,0.25 +6660,NHL 08,X360,2007,Action,Electronic Arts,0.22,0.01,0,0.02,0.25 +6661,Dynasty Warriors 6 (JP sales),PS2,2008,Action,Tecmo Koei,0,0,0.25,0,0.25 +6662,Just Dance Kids 2,PS3,2011,Misc,Ubisoft,0.1,0.1,0,0.04,0.25 +6663,FIFA 14,3DS,2013,Sports,Electronic Arts,0,0.23,0,0.03,0.25 +6664,Men of Valor,XB,2004,Shooter,Vivendi Games,0.19,0.05,0,0.01,0.25 +6665,Bomberman Tournament,GBA,2001,Puzzle,Activision,0.1,0.04,0.1,0.01,0.25 +6666,Medal of Honor European Assault,GC,2005,Shooter,Electronic Arts,0.19,0.05,0,0.01,0.25 +6667,Spider-Man: Web of Shadows,Wii,2008,Action,Activision,0.22,0.01,0,0.02,0.25 +6668,Billy Hatcher and the Giant Egg,GC,2003,Platform,Sega,0.19,0.05,0,0.01,0.25 +6669,Midway's Greatest Arcade Hits,GBA,2001,Misc,Midway Games,0.18,0.07,0,0,0.25 +6670,SpongeBob's Truth or Square (US sales),X360,2009,Action,THQ,0.25,0,0,0,0.25 +6671,Final Fantasy II,WS,2001,Role-Playing,SquareSoft,0,0,0.25,0,0.25 +6672,WipEout Fusion,PS2,2002,Racing,Sony Computer Entertainment,0.12,0.1,0,0.03,0.25 +6673,Spider-Man: Edge of Time,X360,2011,Action,Activision,0.18,0.05,0,0.02,0.25 +6674,UEFA Euro 2008 Austria-Switzerland,PSP,2008,Sports,Electronic Arts,0.06,0.13,0,0.06,0.25 +6675,Marie no Atelier: Salburg no Renkinjutsushi,PS,1997,Role-Playing,Gust,0,0,0.23,0.02,0.25 +6676,The Outfit,X360,2006,Action,THQ,0.21,0.02,0,0.02,0.25 +6677,Golden Nugget Casino,GBA,2004,Misc,Majesco Entertainment,0.18,0.07,0,0,0.25 +6678,NHL 06,XB,2005,Sports,Electronic Arts,0.19,0.05,0,0.01,0.25 +6679,Atari Anthology,XB,2004,Misc,Atari,0.19,0.05,0,0.01,0.25 +6680,Ultimate Fighting Championship,PS,2000,Fighting,Ubisoft,0.14,0.09,0,0.02,0.25 +6681,XIII,XB,2003,Shooter,Ubisoft,0.16,0.08,0,0.01,0.25 +6682,MotoGP '07,X360,2007,Racing,THQ,0.23,0,0,0.02,0.25 +6683,Samurai Shodown II,NG,1994,Fighting,SNK,0,0,0.25,0,0.25 +6684,Mortal Kombat: Armageddon,Wii,2007,Fighting,Midway Games,0.21,0.02,0,0.02,0.25 +6685,Don King Presents: Prizefighter,X360,2008,Sports,Take-Two Interactive,0.14,0.08,0,0.02,0.25 +6686,Hybrid Heaven,N64,1999,Role-Playing,Konami Digital Entertainment,0.16,0.04,0.05,0,0.25 +6687,NBA Showtime: NBA on NBC,N64,1999,Sports,Midway Games,0.23,0.02,0,0,0.25 +6688,Fox Sports College Hoops '99,N64,1998,Sports,Fox Interactive,0.2,0.05,0,0,0.25 +6689,Wheel of Fortune,N64,1997,Misc,Take-Two Interactive,0.2,0.05,0,0,0.25 +6690,MRC: Multi-Racing Championship,N64,1997,Racing,Ocean,0.2,0.05,0,0,0.25 +6691,F1 Pole Position 64,N64,1997,Racing,Ubisoft,0.11,0.13,0,0.01,0.25 +6692,Gex 64: Enter the Gecko,N64,1998,Action,GT Interactive,0.2,0.05,0,0,0.25 +6693,Wayne Gretzky's 3D Hockey '98,N64,1997,Sports,Midway Games,0.23,0.02,0,0,0.25 +6694,NBA Courtside 2 featuring Kobe Bryant,N64,1999,Sports,Nintendo,0.2,0.05,0,0,0.25 +6695,J Stars Victory Vs.,PS4,2015,Fighting,Namco Bandai Games,0.07,0.14,0,0.04,0.25 +6696,U-Sing: Girls Night,Wii,2010,Misc,Mindscape,0,0.21,0,0.04,0.25 +6697,The Mummy: Tomb of the Dragon Emperor,PS2,2008,Action,Vivendi Games,0.12,0.1,0,0.03,0.25 +6698,Def Jam Vendetta,GC,2003,Fighting,Electronic Arts,0.19,0.05,0,0.01,0.25 +6699,Scooby-Doo! Unmasked,PS2,2005,Platform,THQ,0.12,0.1,0,0.03,0.25 +6700,Penny Racers,PS,1996,Racing,Sony Computer Entertainment,0,0,0.23,0.02,0.25 +6701,The Sims 2,XB,2005,Simulation,Electronic Arts,0.19,0.05,0,0.01,0.25 +6702,Caesars Palace II,PS,1998,Misc,Interplay,0.14,0.09,0,0.02,0.25 +6703,Final Fantasy Type-0,XOne,2015,Role-Playing,Square Enix,0.15,0.07,0,0.02,0.25 +6704,World Series Baseball 2K3,PS2,2003,Sports,Sega,0.12,0.1,0,0.03,0.25 +6705,Freshly-Picked: Tingle's Rosy Rupeeland,DS,2006,Role-Playing,Nintendo,0,0.01,0.24,0,0.25 +6706,Pro Yakyuu Team o Tsukurou!,SAT,1998,Sports,Sega,0,0,0.25,0,0.25 +6707,L.A. Noire: The Complete Edition,PC,2011,Adventure,Take-Two Interactive,0.08,0.13,0,0.04,0.25 +6708,Sentimental Graffiti,SAT,1998,Adventure,NEC Interchannel,0,0,0.25,0,0.25 +6709,Hitman: Absolution,PC,2012,Action,Square Enix,0.03,0.17,0,0.04,0.25 +6710,Bolt,X360,2008,Adventure,Disney Interactive Studios,0.18,0.05,0,0.02,0.25 +6711,Marvel: Ultimate Alliance 2,PSP,2009,Role-Playing,Activision,0.17,0.04,0,0.04,0.25 +6712,The Legend of Legacy,3DS,2015,Role-Playing,FuRyu,0.11,0.02,0.1,0.01,0.25 +6713,Disgaea 2: Dark Hero Days,PSP,2009,Role-Playing,Nippon Ichi Software,0.1,0.01,0.12,0.02,0.25 +6714,Devil Kings,PS2,2005,Action,Capcom,0.03,0.03,0.18,0.01,0.25 +6715,Ultimate Band,Wii,2008,Misc,Disney Interactive Studios,0.2,0.03,0,0.02,0.25 +6716,NBA Jam Tournament Edition,PS,1995,Sports,Acclaim Entertainment,0.14,0.09,0,0.02,0.25 +6717,Far Cry Instincts Predator,X360,2006,Shooter,Ubisoft,0.2,0.03,0,0.02,0.25 +6718,Medabots AX: Metabee,GBA,2002,Role-Playing,Natsume,0.18,0.07,0,0,0.25 +6719,Tennis no Oji-Sama: Genius Boys Academy,GBA,2002,Sports,Konami Digital Entertainment,0,0,0.24,0.01,0.25 +6720,X-Men: Destiny,PS3,2011,Action,Activision,0.14,0.08,0,0.03,0.25 +6721,Shadow Man,PS,1998,Action,Acclaim Entertainment,0.14,0.09,0,0.02,0.25 +6722,X-Men Origins: Wolverine,Wii,2009,Action,Activision,0.19,0.04,0,0.02,0.25 +6723,Netsu Chu! Pro Yakyuu 2002,PS2,2002,Sports,Namco Bandai Games,0,0,0.25,0,0.25 +6724,Ninja Gaiden 3,X360,2012,Action,Tecmo Koei,0.16,0.05,0.03,0.02,0.25 +6725,Ben 10 Ultimate Alien: Cosmic Destruction,PS3,2010,Platform,D3Publisher,0.12,0.09,0,0.04,0.25 +6726,Yakuza Zero: The Place of Oath,PS3,2015,Action,Sega,0,0,0.25,0,0.25 +6727,Prince of Persia: The Forgotten Sands,Wii,2010,Action,Ubisoft,0.11,0.11,0,0.02,0.25 +6728,Dynasty Warriors 6,PS2,2008,Action,Tecmo Koei,0.12,0.09,0,0.03,0.25 +6729,Imagine: Zookeeper,DS,2009,Simulation,Ubisoft,0.16,0.06,0,0.02,0.25 +6730,Porky's,2600,1982,Action,20th Century Fox Video Games,0.23,0.01,0,0,0.25 +6731,America's Army: Rise of a Soldier,XB,2005,Shooter,Ubisoft,0.19,0.05,0,0.01,0.25 +6732,Grandia,PS,1999,Role-Playing,Ubisoft,0.14,0.09,0,0.02,0.25 +6733,TV Superstars,PS3,2010,Misc,Sony Computer Entertainment,0.07,0.13,0,0.05,0.25 +6734,Armored Core 4,X360,2007,Simulation,505 Games,0.19,0.01,0.03,0.02,0.25 +6735,F1 2000,PS,2000,Racing,Electronic Arts,0.14,0.09,0,0.02,0.25 +6736,Littlest Pet Shop: Country Friends,DS,2009,Simulation,Electronic Arts,0.23,0,0,0.02,0.25 +6737,Dood's Big Adventure,Wii,2010,Platform,THQ,0.22,0.01,0,0.02,0.25 +6738,Pirates of the Caribbean: The Legend of Jack Sparrow,PS2,2006,Adventure,Ubisoft,0.12,0.09,0,0.03,0.25 +6739,We Love Golf!,Wii,2007,Sports,Capcom,0.2,0.01,0.03,0.02,0.25 +6740,WRC: World Rally Championship,PS2,2001,Racing,Sony Computer Entertainment,0.12,0.09,0,0.03,0.25 +6741,"Ed, Edd n Eddy: The Mis-Edventures",GC,2005,Platform,Midway Games,0.19,0.05,0,0.01,0.25 +6742,Cars: Mater-National Championship,PS2,2007,Racing,THQ,0.12,0.09,0,0.03,0.25 +6743,Dreamworks Madagascar Kartz,X360,2009,Racing,Activision,0.14,0.09,0,0.02,0.25 +6744,Harry Potter and the Order of the Phoenix,PS3,2007,Action,Electronic Arts,0.18,0.04,0,0.03,0.25 +6745,Anno 2205,PC,2015,Strategy,Ubisoft,0.02,0.22,0,0.01,0.25 +6746,Dune 2000,PS,1999,Strategy,Electronic Arts,0.14,0.09,0,0.02,0.25 +6747,Cradle of Rome,DS,2008,Puzzle,Rising Star Games,0.06,0.16,0,0.03,0.25 +6748,Monster Hunter G,Wii,2009,Role-Playing,Capcom,0,0,0.25,0,0.25 +6749,Fuel,PS3,2009,Racing,Codemasters,0.08,0.12,0,0.05,0.25 +6750,Hasbro Family Game Night 3,PS3,2010,Misc,Electronic Arts,0.18,0.04,0,0.03,0.25 +6751,Pro Evolution Soccer 2014,X360,2013,Action,Konami Digital Entertainment,0.06,0.16,0,0.03,0.25 +6752,Project Overkill,PS,1996,Shooter,Konami Digital Entertainment,0.14,0.09,0,0.02,0.25 +6753,Jumping Flash! 2,PS,1996,Platform,Sony Computer Entertainment,0.05,0.03,0.15,0.02,0.25 +6754,Nickelodeon Party Blast,GC,2002,Misc,Atari,0.19,0.05,0,0.01,0.25 +6755,SBK Superbike World Championship,PS3,2008,Racing,Black Bean Games,0.12,0.11,0,0.02,0.25 +6756,Final Fantasy XI: Chains of Promathia,PS2,2004,Role-Playing,Square Enix,0.12,0.09,0,0.03,0.25 +6757,Choro Q2,PS,1997,Racing,Takara,0,0,0.23,0.02,0.25 +6758,Disney's A Christmas Carol,DS,2009,Adventure,Disney Interactive Studios,0.22,0.01,0,0.02,0.25 +6759,Butt Ugly Martians: B.K.M. Battles,GBA,2002,Action,Vivendi Games,0.18,0.07,0,0,0.25 +6760,Major League Baseball 2K7,PS3,2007,Sports,Spike,0.23,0,0,0.02,0.25 +6761,X-Men Legends II: Rise of Apocalypse,GC,2005,Role-Playing,Activision,0.19,0.05,0,0.01,0.25 +6762,Sorry! / Aggravation / Scrabble Junior,GBA,2005,Misc,Zoo Digital Publishing,0.18,0.07,0,0,0.25 +6763,Driver '76,PSP,2007,Racing,Ubisoft,0.03,0.14,0,0.08,0.25 +6764,Turning Point: Fall of Liberty,PS3,2008,Shooter,Codemasters,0.21,0.01,0,0.02,0.25 +6765,NBA Courtside 2002,GC,2002,Sports,Nintendo,0.19,0.05,0,0.01,0.25 +6766,How to Train Your Dragon 2,3DS,2014,Adventure,Little Orbit,0.04,0.19,0,0.02,0.25 +6767,The Adventures of Tintin: The Game,X360,2011,Action,Ubisoft,0.07,0.14,0,0.03,0.25 +6768,Classic NES Series: Excitebike,GBA,2004,Racing,Nintendo,0.11,0.04,0.1,0.01,0.25 +6769,Classic NES Series: Xevious,GBA,2004,Shooter,Nintendo,0.08,0.03,0.12,0.01,0.25 +6770,Avatar: The Last Airbender - Into the Inferno,PS2,2008,Adventure,THQ,0.12,0.09,0,0.03,0.25 +6771,Disney's Planes,DS,2013,Simulation,Disney Interactive Studios,0.13,0.1,0,0.02,0.25 +6772,Dora the Explorer: Journey to the Purple Planet,PS2,2005,Adventure,Global Star,0.12,0.09,0,0.03,0.24 +6773,Tales of Hearts,DS,2008,Role-Playing,Namco Bandai Games,0,0,0.24,0,0.24 +6774,Digimon World: Data Squad,PS2,2006,Role-Playing,Namco Bandai Games,0.12,0.09,0,0.03,0.24 +6775,Dynasty Warriors 7,X360,2011,Action,Tecmo Koei,0.16,0.07,0,0.02,0.24 +6776,Catz,GBA,2005,Simulation,Ubisoft,0.18,0.06,0,0,0.24 +6777,Jikkyou Powerful Pro Yakyuu 2001,PS,2001,Sports,Konami Digital Entertainment,0,0,0.23,0.02,0.24 +6778,Transformers: War for Cybertron (DS Version),DS,2010,Shooter,Activision,0.22,0.01,0,0.02,0.24 +6779,Mega Man X Collection,PS2,N/A,Misc,Unknown,0.12,0.09,0,0.03,0.24 +6780,Trials Fusion,XOne,2014,Racing,Ubisoft,0.12,0.1,0,0.02,0.24 +6781,LEGO Ninjago: Shadow of Ronin,PSV,2015,Action,Warner Bros. Interactive Entertainment,0.03,0.16,0,0.05,0.24 +6782,Avalon Code,DS,2008,Role-Playing,Rising Star Games,0.11,0,0.12,0.01,0.24 +6783,That's So Raven: Psychic on the Scene,DS,2006,Adventure,Disney Interactive Studios,0.23,0,0,0.02,0.24 +6784,Monster Jam: Path of Destruction,PS3,2010,Racing,Activision,0.21,0.02,0,0.02,0.24 +6785,Tongari Boushi to Oshare na Mahou Tsukai,DS,2011,Action,Konami Digital Entertainment,0,0,0.24,0,0.24 +6786,Panzer General,PS,1995,Strategy,Mindscape,0.14,0.09,0,0.02,0.24 +6787,Broken Sword: Shadow of the Templars - The Director's Cut,Wii,2009,Adventure,Ubisoft,0.12,0.1,0,0.02,0.24 +6788,Gallop Racer (JP),PS,1996,Sports,Tecmo Koei,0.04,0.03,0.16,0.02,0.24 +6789,Spawn the Eternal,PS,1997,Action,Sony Computer Entertainment,0.14,0.09,0,0.02,0.24 +6790,MLB,PSP,2005,Sports,Sony Computer Entertainment,0.23,0,0,0.02,0.24 +6791,Army Men: Sarge's Heroes 2,PS,2000,Shooter,3DO,0.14,0.09,0,0.02,0.24 +6792,Command & Conquer 3: Kane's Wrath,X360,2008,Strategy,Electronic Arts,0.16,0.06,0,0.02,0.24 +6793,Dreamcast Collection,X360,2011,Misc,Sega,0.16,0.07,0,0.02,0.24 +6794,Madden NFL 13,WiiU,2012,Sports,Electronic Arts,0.22,0,0,0.02,0.24 +6795,Corpse Party: Blood Drive,PSV,2014,Adventure,Marvelous Interactive,0.11,0.03,0.06,0.05,0.24 +6796,Homefront,PC,2011,Shooter,THQ,0.11,0.1,0,0.03,0.24 +6797,Disney Stitch Jam,DS,2009,Misc,Disney Interactive Studios,0.08,0,0.16,0,0.24 +6798,Bakugan: Battle Brawlers,X360,2009,Action,Activision,0.2,0.02,0,0.02,0.24 +6799,Britney's Dance Beat,PS2,2002,Misc,THQ,0.12,0.09,0,0.03,0.24 +6800,Guitar Freaks,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.23,0.02,0.24 +6801,World Soccer Winning Eleven 7,PS2,2003,Sports,Konami Digital Entertainment,0.12,0.09,0,0.03,0.24 +6802,Ace Combat: Assault Horizon Legacy,3DS,2011,Simulation,Namco Bandai Games,0.1,0.06,0.08,0.01,0.24 +6803,Cabela's Outdoor Adventures (2009),X360,2009,Sports,Activision Value,0.23,0,0,0.02,0.24 +6804,SRS: Street Racing Syndicate,XB,2004,Racing,Namco Bandai Games,0.18,0.05,0,0.01,0.24 +6805,Namco Tennis Smash Court,PS,1995,Sports,Sony Computer Entertainment,0,0,0.23,0.02,0.24 +6806,Vexx,PS2,2003,Platform,Acclaim Entertainment,0.12,0.09,0,0.03,0.24 +6807,The Incredible Hulk,DS,2008,Action,Sega,0.22,0,0,0.02,0.24 +6808,BioShock 2,PC,N/A,Shooter,Take-Two Interactive,0.02,0.19,0,0.04,0.24 +6809,Marvel vs. Capcom Origins,PS2,2006,Fighting,Capcom,0.11,0.08,0.02,0.03,0.24 +6810,Pro Yaky? Spirits 2011,PSP,2011,Sports,Konami Digital Entertainment,0,0,0.24,0,0.24 +6811,Imagine: Teacher Class Trip,DS,2009,Adventure,Ubisoft,0.1,0.12,0,0.02,0.24 +6812,TimeSplitters: Future Perfect,PS2,2005,Shooter,Electronic Arts,0.12,0.09,0,0.03,0.24 +6813,Final Fantasy Fables: Chocobo Tales,DS,2006,Adventure,Ubisoft,0.11,0.01,0.12,0.01,0.24 +6814,Harvest Moon: Magical Melody,GC,2005,Simulation,Ubisoft,0.19,0.05,0,0.01,0.24 +6815,Genma Onimusha,XB,2002,Action,Capcom,0.14,0.04,0.05,0.01,0.24 +6816,DK: King of Swing,GBA,2005,Platform,Nintendo,0.17,0.06,0,0,0.24 +6817,K-1 Revenge,PS,1997,Fighting,Xing Entertainment,0.04,0.03,0.16,0.02,0.24 +6818,G-Police,PS,1997,Action,Psygnosis,0.13,0.09,0,0.02,0.24 +6819,Pure Futbol,PS3,2010,Sports,Ubisoft,0.06,0.13,0,0.05,0.24 +6820,Spider-Man: Shattered Dimensions,Wii,2010,Action,Activision,0.13,0.09,0,0.02,0.24 +6821,Corvette,XB,2003,Racing,TDK Mediactive,0.18,0.05,0,0.01,0.24 +6822,Atelier Meruru: Alchemist of Arland 3,PS3,2011,Role-Playing,Nippon Ichi Software,0.05,0,0.18,0.01,0.24 +6823,AC/DC LIVE: Rock Band Track Pack,PS3,2008,Misc,MTV Games,0.21,0.01,0,0.02,0.24 +6824,Deca Sports 3,Wii,2010,Sports,Hudson Soft,0.15,0.07,0,0.02,0.24 +6825,Harry Potter and the Goblet of Fire,DS,2005,Action,Electronic Arts,0.21,0.02,0,0.02,0.24 +6826,Midway Arcade Treasures: Extended Play,PSP,2005,Misc,Midway Games,0.21,0.01,0,0.02,0.24 +6827,F1 2015,XOne,2015,Racing,Codemasters,0.08,0.15,0,0.02,0.24 +6828,Skylanders SWAP Force,3DS,2013,Platform,Activision,0.1,0.12,0,0.02,0.24 +6829,Bass Pro Shops: The Hunt,Wii,2010,Sports,XS Games,0.23,0,0,0.02,0.24 +6830,"What Did I Do to Deserve This, My Lord!? 2",PSP,2008,Role-Playing,Nippon Ichi Software,0.05,0,0.18,0.01,0.24 +6831,Boogie SuperStar,Wii,2008,Misc,Electronic Arts,0.2,0.02,0,0.02,0.24 +6832,Burnout 2: Point of Impact,XB,2003,Racing,Acclaim Entertainment,0.18,0.05,0,0.01,0.24 +6833,Rock Band Track Pack Volume 1,Wii,2008,Misc,MTV Games,0.17,0.05,0,0.02,0.24 +6834,Singularity,PS3,N/A,Shooter,Unknown,0.17,0.04,0.01,0.03,0.24 +6835,Super Monkey Ball Deluxe,PS2,2005,Misc,Sega,0.12,0.09,0,0.03,0.24 +6836,Street Fighter X Tekken,PSV,2012,Fighting,Capcom,0.14,0.05,0.01,0.04,0.24 +6837,Kill.Switch,XB,2003,Shooter,Namco Bandai Games,0.18,0.05,0,0.01,0.24 +6838,Ben 10 Ultimate Alien: Cosmic Destruction,PSP,2010,Platform,D3Publisher,0.1,0.09,0,0.05,0.24 +6839,Metro 2033,PC,2010,Shooter,THQ,0,0.19,0,0.05,0.24 +6840,Peter Jackson's King Kong: The Official Game of the Movie,GC,2005,Action,Ubisoft,0.19,0.05,0,0.01,0.24 +6841,Stella Glow,3DS,2015,Role-Playing,Atlus,0.16,0.01,0.05,0.02,0.24 +6842,Dancing With The Stars,Wii,2007,Misc,Activision,0.22,0,0,0.02,0.24 +6843,Summon Night 3,PS2,2003,Role-Playing,Banpresto,0,0,0.24,0,0.24 +6844,Pro Yaky? Spirits 2010,PSP,2010,Sports,Konami Digital Entertainment,0,0,0.24,0,0.24 +6845,The Simpsons: Road Rage,GC,2001,Racing,Electronic Arts,0.19,0.05,0,0.01,0.24 +6846,Megamind: Mega Team Unite,Wii,2010,Adventure,THQ,0.16,0.06,0,0.02,0.24 +6847,PDC World Championship Darts 2008,Wii,2008,Sports,Oxygen Interactive,0.02,0.21,0,0.01,0.24 +6848,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken SE,PS2,2006,Misc,Sega,0,0,0.24,0,0.24 +6849,Azurik: Rise of Perathia,XB,2001,Action,Microsoft Game Studios,0.18,0.05,0,0.01,0.24 +6850,Luminous Arc,DS,2007,Role-Playing,Rising Star Games,0.16,0,0.06,0.01,0.24 +6851,All Grown Up!: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.17,0.06,0,0,0.24 +6852,The Lord of the Rings: Aragorn's Quest,Wii,2010,Action,Warner Bros. Interactive Entertainment,0.17,0.05,0,0.02,0.24 +6853,Dragon Ball Z: Sagas,XB,2005,Fighting,Atari,0.18,0.05,0,0.01,0.24 +6854,Paws & Claws: Pet Resort,DS,2008,Simulation,THQ,0.22,0,0,0.02,0.24 +6855,Grand Slam Tennis 2,PS3,2012,Sports,Electronic Arts,0.09,0.11,0,0.04,0.24 +6856,Sakura Wars: Atsuki Chishio Ni,PS2,2003,Role-Playing,Sega,0,0,0.24,0,0.24 +6857,Ms. Pac-Man: Maze Madness / Pac-Man World,GBA,2005,Puzzle,Namco Bandai Games,0.17,0.06,0,0,0.24 +6858,NHRA Championship Drag Racing,PS2,2005,Racing,ValuSoft,0.12,0.09,0,0.03,0.24 +6859,The Price is Right 2010 Edition,Wii,2009,Misc,Ubisoft,0.22,0,0,0.02,0.24 +6860,Monster Jam,PS2,2007,Racing,Activision,0.12,0.09,0,0.03,0.24 +6861,Valhalla Knights,PSP,2006,Role-Playing,Rising Star Games,0.15,0,0.07,0.01,0.24 +6862,Harvest Moon: Another Wonderful Life,GC,2004,Role-Playing,Marvelous Interactive,0.19,0.05,0,0.01,0.24 +6863,NBA Live 10,PSP,2009,Sports,Electronic Arts,0.21,0,0.01,0.02,0.24 +6864,The Godfather (US & Others sales),X360,2006,Action,Electronic Arts,0.2,0.02,0,0.02,0.24 +6865,Jikkyou Powerful Pro Yakyuu 15,PS2,2008,Sports,Konami Digital Entertainment,0,0,0.24,0,0.24 +6866,MX vs. ATV Reflex,PSP,2009,Racing,THQ,0.18,0.03,0,0.03,0.24 +6867,Bakugan: Battle Brawlers,PS3,2009,Action,Activision,0.19,0.03,0,0.02,0.24 +6868,Front Line,2600,1981,Action,Taito,0.22,0.01,0,0,0.24 +6869,Paperboy,N64,1999,Action,Midway Games,0.19,0.05,0,0,0.24 +6870,South Park: Chef's Luv Shack,N64,1999,Misc,Acclaim Entertainment,0.19,0.05,0,0,0.24 +6871,Midway's Greatest Arcade Hits Volume 1,N64,2000,Misc,Midway Games,0.19,0.05,0,0,0.24 +6872,Road Rash 64,N64,1999,Racing,THQ,0.19,0.05,0,0,0.24 +6873,Ready 2 Rumble Boxing: Round 2,N64,2000,Fighting,Midway Games,0.19,0.05,0,0,0.24 +6874,Army Men: Air Combat,N64,2000,Action,3DO,0.19,0.05,0,0,0.24 +6875,Rock Band Track Pack Volume 2,Wii,2008,Misc,MTV Games,0.21,0.02,0,0.02,0.24 +6876,NCAA College Basketball 2K3,PS2,2002,Sports,Sega,0.12,0.09,0,0.03,0.24 +6877,Mobile Suit Gundam Battlefield Record U.C.0081,PS3,2009,Action,Namco Bandai Games,0,0,0.24,0,0.24 +6878,Harry Potter and the Deathly Hallows - Part 2,DS,2011,Action,Electronic Arts,0.12,0.1,0,0.02,0.24 +6879,NCAA March Madness 2004,XB,2003,Sports,Electronic Arts,0.18,0.05,0,0.01,0.24 +6880,Lucky Luke,PS,1998,Platform,Ocean,0.13,0.09,0,0.02,0.24 +6881,Fantastic 4,GC,2005,Action,Activision,0.19,0.05,0,0.01,0.24 +6882,Ashes Cricket 2009,Wii,2009,Sports,Codemasters,0,0.23,0,0.01,0.24 +6883,Ghost Rider,PSP,2007,Action,Take-Two Interactive,0.22,0,0,0.02,0.24 +6884,Tony Hawk's American Sk8land,GBA,2005,Sports,Activision,0.17,0.06,0,0,0.24 +6885,Juiced 2: Hot Import Nights,DS,2007,Racing,THQ,0.22,0,0,0.02,0.24 +6886,Are You Smarter than a 5th Grader? Game Time,DS,2009,Puzzle,THQ,0.22,0,0,0.02,0.24 +6887,Amazing Adventures: The Forgotten Ruins,DS,2008,Adventure,PopCap Games,0.13,0.08,0,0.02,0.24 +6888,Densetsu no Stafi 3,GBA,2004,Platform,Nintendo,0,0,0.23,0.01,0.24 +6889,Forsaken,PS,1998,Shooter,Acclaim Entertainment,0.13,0.09,0,0.02,0.24 +6890,Ratchet & Clank: Going Commando (JP weekly sales),PS2,2003,Action,Sony Computer Entertainment,0,0,0.24,0,0.24 +6891,Pictionary: Ultimate Edition,PS3,2011,Misc,THQ,0.15,0.06,0,0.03,0.24 +6892,LEGO The Hobbit,3DS,2014,Action,Warner Bros. Interactive Entertainment,0.09,0.13,0,0.02,0.24 +6893,Samurai Warriors 4,PS4,2014,Action,Tecmo Koei,0.08,0.07,0.06,0.03,0.24 +6894,The Hobbit,XB,2003,Platform,Vivendi Games,0.18,0.05,0,0.01,0.24 +6895,Dance Dance Revolution: Disney Channel Edition,PS2,2008,Simulation,Konami Digital Entertainment,0.12,0.09,0,0.03,0.24 +6896,DiRT Showdown,X360,2012,Racing,Codemasters,0.08,0.14,0,0.02,0.24 +6897,Divinity II: Ego Draconis,X360,2009,Role-Playing,DTP Entertainment,0.18,0.04,0,0.02,0.24 +6898,Checkers,2600,1980,Misc,Atari,0.22,0.01,0,0,0.24 +6899,Front Mission: Gun Hazard,SNES,1996,Role-Playing,SquareSoft,0,0,0.24,0,0.24 +6900,X-Men: Destiny,X360,2011,Action,Activision,0.18,0.05,0,0.02,0.24 +6901,Hello Kitty Seasons,Wii,2010,Adventure,Namco Bandai Games,0.16,0.06,0,0.02,0.24 +6902,Chibi-Robo! Zip Lash,3DS,2015,Platform,Nintendo,0.09,0.08,0.06,0.02,0.24 +6903,4x4 EVO 2,XB,2001,Racing,Gathering of Developers,0.18,0.05,0,0.01,0.24 +6904,XS Airboat Racing,PS,2002,Racing,XS Games,0.13,0.09,0,0.02,0.24 +6905,Lunar: Silver Star Harmony,PSP,2009,Role-Playing,GungHo,0.19,0,0.03,0.02,0.24 +6906,Sherlock Holmes and the Mystery of Osborne House,DS,2010,Adventure,Focus Home Interactive,0.07,0.14,0,0.03,0.24 +6907,Grand Theft Auto,GBA,2004,Action,Take-Two Interactive,0.17,0.06,0,0,0.24 +6908,Dora the Explorer: Super Star Adventures,GBA,2004,Adventure,Game Factory,0.17,0.06,0,0,0.24 +6909,Viva Pinata: Party Animals,X360,2007,Misc,Microsoft Game Studios,0.19,0.03,0,0.02,0.24 +6910,Scrabble (Others sales),DS,2009,Puzzle,Ubisoft,0,0.24,0,0,0.24 +6911,Asura's Wrath,X360,2012,Action,Capcom,0.15,0.06,0.01,0.02,0.24 +6912,Lego Star Wars: The Force Awakens,XOne,2016,Action,Warner Bros. Interactive Entertainment,0.12,0.1,0,0.02,0.24 +6913,Dynasty Warriors 6 Empires,X360,2009,Action,Tecmo Koei,0.16,0.02,0.04,0.02,0.24 +6914,My Street,PS2,2003,Misc,Sony Computer Entertainment,0.12,0.09,0,0.03,0.24 +6915,Wild 9,PS,1998,Action,Interplay,0.13,0.09,0,0.02,0.24 +6916,Shadow Hearts: Covenant,PS2,2004,Role-Playing,Midway Games,0.12,0.09,0,0.03,0.24 +6917,Tiger Woods PGA Tour 10,PSP,2009,Sports,Electronic Arts,0.12,0.07,0,0.05,0.24 +6918,Shrek's Carnival Craze Party Games,DS,2008,Misc,Activision,0.22,0,0,0.02,0.24 +6919,Angry Birds,PC,2011,Puzzle,Focus Home Interactive,0,0.18,0,0.05,0.24 +6920,Risen 2: Dark Waters,PS3,2012,Role-Playing,Deep Silver,0.04,0.14,0.01,0.05,0.24 +6921,Danganronpa: Trigger Happy Havoc,PSP,N/A,Misc,Unknown,0,0,0.24,0,0.24 +6922,Guitar Hero Live,X360,2015,Misc,Activision,0.12,0.1,0,0.02,0.24 +6923,Game & Wario,WiiU,2013,Misc,Nintendo,0.06,0.06,0.11,0.01,0.24 +6924,PGA Tour 96,PS,1995,Sports,Electronic Arts,0.13,0.09,0,0.02,0.24 +6925,Onechanbara Z2: Chaos,PS4,2014,Action,Nippon Ichi Software,0.13,0.02,0.04,0.04,0.24 +6926,Fallout 3 Game Add-On Pack: Broken Steel and Point Lookout,X360,2009,Role-Playing,Bethesda Softworks,0.16,0.06,0,0.02,0.24 +6927,Covert Ops: Nuclear Dawn,PS,2000,Action,Sony Computer Entertainment,0.13,0.09,0,0.02,0.24 +6928,DanceDanceRevolution II,Wii,N/A,Misc,Konami Digital Entertainment,0.22,0,0,0.02,0.24 +6929,Pictionary: Ultimate Edition,X360,2011,Misc,THQ,0.16,0.05,0,0.02,0.24 +6930,LEGO Harry Potter: Years 5-7,PSV,2012,Action,Warner Bros. Interactive Entertainment,0.09,0.1,0,0.05,0.24 +6931,TrackMania: Build to Race,Wii,2010,Racing,Focus Home Interactive,0.1,0.11,0,0.03,0.24 +6932,Nintendo Presents: Crossword Collection,DS,2009,Puzzle,Nintendo,0,0.21,0,0.02,0.24 +6933,Galaga: Destination Earth,PS,2000,Shooter,Hasbro Interactive,0.13,0.09,0,0.02,0.24 +6934,G.I. Joe: The Rise of Cobra,X360,2009,Action,Electronic Arts,0.17,0.05,0,0.02,0.24 +6935,Ar tonelico Qoga: Knell of Ar Ciel,PS3,2010,Role-Playing,Tecmo Koei,0.08,0.01,0.13,0.01,0.24 +6936,FIFA World Cup Germany 2006,XB,2006,Sports,Electronic Arts,0.18,0.05,0,0.01,0.24 +6937,Polly Pocket: Super Splash Island,GBA,2003,Action,Knowledge Adventure,0.17,0.06,0,0,0.24 +6938,God Eater 2,PSP,2013,Role-Playing,Namco Bandai Games,0,0,0.24,0,0.24 +6939,Tony Hawk's Downhill Jam,Wii,N/A,Sports,Activision,0.21,0,0,0.02,0.24 +6940,Sesame Street: Elmo's Number Journey,PS,1998,Misc,NewKidCo,0.13,0.09,0,0.02,0.24 +6941,Rampage,2600,1988,Action,Activision,0.22,0.01,0,0,0.24 +6942,Dark Cavern,2600,1981,Shooter,Mattel Interactive,0.22,0.01,0,0,0.24 +6943,Jewels of the Tropical Lost Island,DS,2010,Puzzle,Storm City Games,0.11,0.1,0,0.02,0.24 +6944,Afro Samurai,X360,2009,Action,Atari,0.16,0.05,0,0.02,0.24 +6945,The Bureau: XCOM Declassified,X360,2013,Shooter,Take-Two Interactive,0.1,0.12,0,0.02,0.24 +6946,Sands of Destruction,DS,2008,Role-Playing,Sega,0.09,0,0.13,0.01,0.24 +6947,NASCAR 2011: The Game,Wii,2011,Racing,Activision,0.22,0,0,0.01,0.24 +6948,Silent Hill: Book of Memories,PSV,2012,Action,Konami Digital Entertainment,0.13,0.06,0,0.04,0.24 +6949,Lunar Knights,DS,2006,Role-Playing,Konami Digital Entertainment,0.17,0.01,0.04,0.02,0.24 +6950,The Walking Dead: Season Two,PS4,2014,Adventure,Telltale Games,0.1,0.09,0.01,0.04,0.24 +6951,Epic Mickey 2: The Power of Two,WiiU,2012,Action,Disney Interactive Studios,0.14,0.07,0.01,0.02,0.24 +6952,DC Universe Online,PC,2011,Role-Playing,Sony Online Entertainment,0.16,0.06,0,0.02,0.24 +6953,NASCAR 08,PS2,2007,Racing,Electronic Arts,0.12,0.09,0,0.03,0.24 +6954,Madagascar: Escape 2 Africa,PS3,2008,Action,Activision,0.12,0.08,0,0.04,0.23 +6955,New Carnival Games,DS,2010,Misc,Take-Two Interactive,0.16,0.05,0,0.02,0.23 +6956,Need For Speed: Undercover,DS,2008,Racing,Electronic Arts,0.18,0.03,0,0.02,0.23 +6957,LEGO Marvel's Avengers,WiiU,2016,Action,Warner Bros. Interactive Entertainment,0.12,0.09,0,0.02,0.23 +6958,Naruto: Path of the Ninja 2,DS,2006,Role-Playing,Takara Tomy,0.22,0,0,0.02,0.23 +6959,Wallace & Gromit in Project Zoo,PS2,2003,Platform,BAM! Entertainment,0.11,0.09,0,0.03,0.23 +6960,Karaoke Revolution Volume 2,PS2,2004,Misc,Konami Digital Entertainment,0.11,0.09,0,0.03,0.23 +6961,Wizards of Waverly Place: Spellbound,DS,2010,Misc,Disney Interactive Studios,0.16,0.06,0,0.02,0.23 +6962,Love Plus +,DS,2010,Simulation,Konami Digital Entertainment,0,0,0.23,0,0.23 +6963,Etrian Mystery Dungeon,3DS,2015,Role-Playing,Nippon Ichi Software,0.09,0.01,0.12,0.01,0.23 +6964,Mobile Suit Gundam: Climax U.C.,PS2,2006,Action,Namco Bandai Games,0,0,0.23,0,0.23 +6965,Street Fighter EX2 Plus,PS,1998,Fighting,Virgin Interactive,0.13,0.09,0,0.02,0.23 +6966,The Smurfs 2,DS,2013,Platform,Ubisoft,0,0.21,0,0.02,0.23 +6967,Big Family Games,Wii,2009,Misc,THQ,0,0.22,0,0.02,0.23 +6968,Big Beach Sports 2,Wii,N/A,Sports,THQ,0.09,0.12,0,0.03,0.23 +6969,Hot Wheels: Beat That!,DS,2007,Racing,Activision,0.22,0,0,0.02,0.23 +6970,Jet X20,PS2,N/A,Racing,Unknown,0.11,0.09,0,0.03,0.23 +6971,Super Robot Taisen D,GBA,2003,Strategy,Banpresto,0,0,0.23,0.01,0.23 +6972,NASCAR Thunder 2004,XB,2003,Racing,Electronic Arts,0.18,0.05,0,0.01,0.23 +6973,Buffy the Vampire Slayer,XB,2002,Action,Electronic Arts,0.18,0.05,0,0.01,0.23 +6974,LEGO Marvel's Avengers,PSV,2016,Action,Warner Bros. Interactive Entertainment,0.07,0.11,0,0.05,0.23 +6975,Star Wars: The Force Unleashed II,DS,2010,Action,LucasArts,0.18,0.04,0,0.02,0.23 +6976,Harry Potter and the Goblet of Fire,XB,2005,Action,Electronic Arts,0.18,0.05,0,0.01,0.23 +6977,Zumba Fitness: World Party,XOne,2013,Misc,Majesco Entertainment,0.17,0.05,0,0.02,0.23 +6978,Saint Seiya: Sanctuary Battle,PS3,2011,Action,Namco Bandai Games,0,0.09,0.11,0.03,0.23 +6979,Girls Mode 3: Kirakira Code,3DS,2015,Action,Nintendo,0,0,0.23,0,0.23 +6980,Meteos,DS,2005,Puzzle,Nintendo,0.15,0.01,0.06,0.01,0.23 +6981,Virtua Tennis 4,X360,2011,Sports,Sega,0.11,0.1,0.01,0.02,0.23 +6982,Kung Fu Panda 2,DS,2011,Action,THQ,0.16,0.05,0,0.02,0.23 +6983,Cross Edge,PS3,2008,Role-Playing,Nippon Ichi Software,0.14,0.02,0.05,0.02,0.23 +6984,Hotel for Dogs,DS,2008,Simulation,505 Games,0.22,0,0,0.02,0.23 +6985,Cabela's Big Game Hunter 2012,PS3,2011,Sports,Activision,0.17,0.03,0,0.03,0.23 +6986,Pro Yakyuu Team o Tsukurou!,DC,1999,Sports,Sega,0,0,0.23,0,0.23 +6987,Me & My Katamari,PSP,2005,Puzzle,Namco Bandai Games,0.13,0.02,0.08,0,0.23 +6988,Asphalt: Injection,PSV,2011,Action,Ubisoft,0.14,0.06,0,0.04,0.23 +6989,Total War: Attila,PC,2015,Strategy,Sega,0.09,0.13,0,0.02,0.23 +6990,SSX On Tour,PSP,2005,Sports,Electronic Arts,0.19,0.02,0,0.02,0.23 +6991,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,X360,2010,Sports,Sega,0.08,0.13,0,0.03,0.23 +6992,World Series Baseball,XB,2002,Sports,Sega,0.17,0.05,0,0.01,0.23 +6993,SingStar Pop Edition,PS3,2009,Misc,Sony Computer Entertainment,0,0.19,0,0.05,0.23 +6994,Test Drive: Eve of Destruction,PS2,2004,Racing,Atari,0.11,0.09,0,0.03,0.23 +6995,Starsky & Hutch,XB,2003,Racing,Empire Interactive,0.17,0.05,0,0.01,0.23 +6996,Dynasty Warriors: Gundam Reborn,PS3,2013,Action,Tecmo Koei,0,0,0.23,0,0.23 +6997,Hatsune Miku: Project Diva f,PSV,2012,Misc,Sega,0,0,0.23,0,0.23 +6998,The Club,PS3,2008,Shooter,Sega,0.14,0.07,0,0.03,0.23 +6999,Carnival Island,PS3,2011,Misc,Sony Computer Entertainment,0.13,0.06,0,0.04,0.23 +7000,Jeremy McGrath Supercross World,PS2,2001,Racing,Acclaim Entertainment,0.11,0.09,0,0.03,0.23 +7001,M&M's Kart Racing,Wii,2007,Racing,Zoo Digital Publishing,0.22,0,0,0.02,0.23 +7002,Rock Band Track Pack: Classic Rock,Wii,2009,Misc,MTV Games,0.22,0,0,0.02,0.23 +7003,The Scorpion King: Rise of the Akkadian,PS2,2002,Action,Universal Interactive,0.11,0.09,0,0.03,0.23 +7004,Let's Make a Soccer Team!,PS2,2006,Sports,Sega,0,0,0.23,0,0.23 +7005,Looney Tunes: Acme Arsenal,Wii,2007,Action,Warner Bros. Interactive Entertainment,0.21,0.01,0,0.02,0.23 +7006,Monster Hunter G,PS2,2005,Role-Playing,Capcom,0,0,0.23,0,0.23 +7007,All-Star Baseball 2001,N64,2000,Sports,Acclaim Entertainment,0.22,0.01,0,0,0.23 +7008,Pinball Hall of Fame: The Gottlieb Collection,PSP,2005,Misc,Play It,0.2,0.01,0,0.02,0.23 +7009,Sword Art Online: Lost Song,PS4,2015,Role-Playing,Namco Bandai Games,0.09,0.1,0,0.04,0.23 +7010,Star Wars Jedi Knight II: Jedi Outcast,GC,2002,Shooter,Activision,0.18,0.05,0,0.01,0.23 +7011,Tom Clancy's Splinter Cell,GC,2003,Action,Ubisoft,0.18,0.05,0,0.01,0.23 +7012,Pitfall: The Big Adventure,Wii,2008,Adventure,Activision,0.2,0.02,0,0.02,0.23 +7013,Rock Band Country Track Pack,X360,2009,Misc,MTV Games,0.22,0,0,0.02,0.23 +7014,Worms: Battle Islands,Wii,2010,Strategy,THQ,0.11,0.1,0,0.02,0.23 +7015,ESPN NHL Hockey,PS2,2003,Sports,Sega,0.11,0.09,0,0.03,0.23 +7016,Harvest Moon GB,GB,1997,Simulation,Victor Interactive,0,0,0.23,0,0.23 +7017,Imagine: Detective,DS,2009,Simulation,Ubisoft,0.16,0.01,0,0.06,0.23 +7018,The Incredible Hulk: Ultimate Destruction,XB,2005,Action,Vivendi Games,0.17,0.05,0,0.01,0.23 +7019,Hannah Montana: The Movie,PS3,2009,Adventure,Disney Interactive Studios,0.14,0.06,0,0.03,0.23 +7020,NCAA GameBreaker 2003,PS2,2002,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7021,Skylanders: SuperChargers,XOne,2015,Action,Activision,0.16,0.05,0,0.02,0.23 +7022,Gundam Battle Assault,PS,1998,Fighting,Namco Bandai Games,0.13,0.09,0,0.02,0.23 +7023,Virtua Fighter Kids,SAT,1995,Fighting,Sega,0,0,0.23,0,0.23 +7024,Lunar: Silver Star Story,SAT,1996,Role-Playing,Kadokawa Shoten,0,0,0.23,0,0.23 +7025,Rocket Power: Beach Bandits,GC,2002,Platform,THQ,0.18,0.05,0,0.01,0.23 +7026,Shaun White Snowboarding,DS,2008,Sports,Ubisoft,0.21,0,0,0.02,0.23 +7027,LEGO The Hobbit,WiiU,2014,Action,Warner Bros. Interactive Entertainment,0.1,0.11,0,0.02,0.23 +7028,Ultimate Band,DS,2008,Misc,Disney Interactive Studios,0.19,0.02,0,0.02,0.23 +7029,NBA 2K6,X360,2005,Action,Take-Two Interactive,0.21,0.01,0,0.02,0.23 +7030,Age of Empires: The Age of Kings,DS,2006,Strategy,THQ,0.19,0.02,0,0.02,0.23 +7031,What's Cooking? Jamie Oliver,DS,2008,Simulation,Atari,0.2,0.01,0,0.02,0.23 +7032,Tom Clancy's Rainbow Six: Rogue Spear,PS,2001,Shooter,Ubisoft,0.13,0.09,0,0.02,0.23 +7033,NHL FaceOff 2001,PS,2000,Sports,Sony Computer Entertainment,0.13,0.09,0,0.02,0.23 +7034,Ultimate Duck Hunting: Hunting & Retrieving Ducks,Wii,2007,Sports,Detn8 Games,0.21,0,0,0.02,0.23 +7035,Yu-Gi-Oh! GX: Duel Academy,GBA,2005,Misc,Konami Digital Entertainment,0.17,0.06,0,0,0.23 +7036,FIFA 14,PSP,2013,Sports,Electronic Arts,0,0.16,0,0.07,0.23 +7037,Tribes: Aerial Assault,PS2,N/A,Shooter,Unknown,0.11,0.09,0,0.03,0.23 +7038,Colony Wars: Vengeance,PS,1998,Simulation,Psygnosis,0.13,0.09,0,0.02,0.23 +7039,Last Window: The Secret of Cape West,DS,2010,Adventure,Nintendo,0,0.12,0.09,0.02,0.23 +7040,Yu-Gi-Oh! GX: Tag Force 3,PSP,2008,Strategy,Konami Digital Entertainment,0,0.03,0.18,0.01,0.23 +7041,Dynasty Warriors: Strikeforce,X360,2009,Action,Tecmo Koei,0.13,0.06,0.02,0.02,0.23 +7042,Naruto Shippuden: Ultimate Ninja Storm Revolution,X360,2014,Fighting,Namco Bandai Games,0.13,0.08,0,0.02,0.23 +7043,I Love Horses,DS,2008,Simulation,GSP,0.21,0,0,0.01,0.23 +7044,Madden NFL 06,GBA,2005,Sports,Electronic Arts,0.17,0.06,0,0,0.23 +7045,Karaoke Revolution Glee 2: Road to Regionals,Wii,2011,Misc,Konami Digital Entertainment,0.15,0.06,0,0.02,0.23 +7046,NASCAR 08,PS3,2007,Racing,Electronic Arts,0.15,0.05,0,0.03,0.23 +7047,The King of Fighters '95 (CD),NG,1994,Fighting,SNK,0,0,0.23,0,0.23 +7048,Perfect Weapon,PS,1996,Action,American Softworks,0.13,0.09,0,0.02,0.23 +7049,Luminous Arc 2,DS,2008,Role-Playing,Rising Star Games,0.21,0,0,0.02,0.23 +7050,Project CARS,XOne,2015,Racing,Slightly Mad Studios,0.08,0.13,0,0.02,0.23 +7051,Major League Baseball 2K10,PS2,2010,Sports,Take-Two Interactive,0.11,0.09,0,0.03,0.23 +7052,Call of Duty: Black Ops 3,PC,2015,Shooter,Activision,0,0.22,0,0.01,0.23 +7053,Mafia,XB,2004,Action,Take-Two Interactive,0.17,0.05,0,0.01,0.23 +7054,Spider-Man: Edge of Time,PS3,2011,Action,Activision,0.13,0.07,0,0.03,0.23 +7055,Deadly Creatures,Wii,2009,Action,THQ,0.08,0.12,0,0.03,0.23 +7056,Airblade,PS2,2001,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7057,Cabela's Outdoor Adventures (2009),PS3,2009,Sports,Activision Value,0.21,0,0,0.02,0.23 +7058,Mega Man & Bass,GBA,2002,Platform,Capcom,0.16,0.06,0,0,0.23 +7059,NBA Live 15,PS4,2014,Sports,Electronic Arts,0.15,0.04,0,0.04,0.23 +7060,Neopets Puzzle Adventure,Wii,2008,Puzzle,Capcom,0.19,0.02,0,0.02,0.23 +7061,Risen 2: Dark Waters,PC,2012,Role-Playing,Deep Silver,0,0.19,0,0.04,0.23 +7062,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PSV,2016,Action,Square Enix,0,0,0.23,0,0.23 +7063,Puss in Boots,X360,2011,Action,THQ,0.2,0.02,0,0.02,0.23 +7064,Family Fest presents: Movie Games,Wii,2008,Action,Ubisoft,0.2,0.01,0,0.02,0.23 +7065,AKB1/149: Love Election,PSP,2012,Adventure,Namco Bandai Games,0,0,0.23,0,0.23 +7066,Tony Hawk's Proving Ground,DS,2007,Sports,Activision,0.21,0.01,0,0.02,0.23 +7067,Tetris 2 (weekly jp sales),GB,1992,Puzzle,Nintendo,0,0,0.23,0,0.23 +7068,Pro Yakyuu Team o Tsukurou! 2,PS2,2003,Sports,Sega,0,0,0.23,0,0.23 +7069,Musou Orochi Z,PS3,2009,Action,Tecmo Koei,0,0,0.23,0,0.23 +7070,World Series of Poker 2008: Battle for the Bracelets,PS2,2007,Misc,Activision,0.11,0.09,0,0.03,0.23 +7071,WWE All Stars,3DS,2011,Fighting,THQ,0.15,0.06,0,0.02,0.23 +7072,Naruto Shippuden: Ninja Council 4,DS,2007,Action,Nintendo,0.09,0,0.13,0.01,0.23 +7073,Genji: Dawn of the Samurai,PS2,2005,Action,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7074,Rocket League,PS4,2016,Sports,505 Games,0.02,0.14,0,0.07,0.23 +7075,Wipeout 2,3DS,2011,Misc,Activision,0.22,0,0,0.01,0.23 +7076,The Idolm@ster SP: Wandering Star / Perfect Sun / Missing Moon,PSP,2009,Adventure,Namco Bandai Games,0,0,0.23,0,0.23 +7077,Critical Depth,PS,1997,Action,GT Interactive,0.13,0.09,0,0.01,0.23 +7078,Barbie as The Island Princess,GBA,2007,Adventure,Activision,0.16,0.06,0,0,0.23 +7079,Petz Rescue: Wildlife Vet,Wii,2008,Simulation,Ubisoft,0.21,0,0,0.02,0.23 +7080,Tales of VS.,PSP,2009,Fighting,Namco Bandai Games,0,0,0.23,0,0.23 +7081,Saka-Tsuku DS: Touch and Direct,DS,2008,Sports,Sega,0,0,0.23,0,0.23 +7082,Super Swing Golf,Wii,2006,Sports,Nintendo,0.14,0.01,0.07,0.01,0.23 +7083,The Italian Job,PS2,2003,Racing,Eidos Interactive,0.11,0.09,0,0.03,0.23 +7084,Mega Man Battle Network 5: Team Colonel / Protoman,GBA,2004,Role-Playing,Capcom,0.16,0.06,0,0,0.23 +7085,Barbie and the Three Musketeers,Wii,2009,Adventure,Activision,0.21,0,0,0.02,0.23 +7086,Star Ocean,SNES,1996,Role-Playing,Enix Corporation,0,0,0.23,0,0.23 +7087,Freedom Fighters,XB,2003,Shooter,Electronic Arts,0.17,0.05,0,0.01,0.23 +7088,Naruto: Ninja Council 2 European Version,DS,2005,Fighting,Tomy Corporation,0,0,0.23,0,0.23 +7089,Soldier of Fortune II: Double Helix,XB,2003,Shooter,Activision,0.17,0.05,0,0.01,0.23 +7090,pro evolution soccer 2011,Wii,2010,Sports,Konami Digital Entertainment,0.08,0.1,0.03,0.02,0.23 +7091,Disney Princess: Enchanted Journey,PS2,2007,Adventure,Disney Interactive Studios,0.11,0.09,0,0.03,0.23 +7092,Final Fantasy XI: Treasures of Aht Urhgan,PS2,2006,Role-Playing,Square Enix,0.06,0.05,0.1,0.02,0.23 +7093,Alundra,PS,1997,Role-Playing,Psygnosis,0.13,0.09,0,0.01,0.23 +7094,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PS3,2010,Sports,Konami Digital Entertainment,0,0,0.23,0,0.23 +7095,Bratz: Girlz Really Rock,PS2,2008,Action,THQ,0.11,0.09,0,0.03,0.23 +7096,Super R-Type,SNES,1991,Shooter,Nintendo,0,0,0.23,0,0.23 +7097,Rampage 2: Universal Tour,PS,1998,Action,GT Interactive,0.13,0.09,0,0.01,0.23 +7098,Super Robot Taisen F Kanketsuhen,PS,1999,Strategy,Banpresto,0,0,0.21,0.01,0.23 +7099,Tiger Woods PGA Tour 2003,GC,2002,Sports,Electronic Arts,0.18,0.05,0,0.01,0.23 +7100,BlowOut,PS2,2003,Shooter,Zoo Digital Publishing,0.11,0.09,0,0.03,0.23 +7101,NFL Blitz Pro,PS2,2003,Sports,Midway Games,0.11,0.09,0,0.03,0.23 +7102,MySims Party,Wii,2009,Simulation,Electronic Arts,0.18,0.03,0,0.02,0.23 +7103,TRON: Evolution - Battle Grids,Wii,2010,Racing,Disney Interactive Studios,0.18,0.03,0,0.02,0.23 +7104,The Raiden Project,PS,1995,Shooter,Ocean,0.06,0.04,0.12,0.01,0.23 +7105,Hooked! Real Motion Fishing,Wii,2007,Sports,505 Games,0.21,0,0,0.02,0.23 +7106,Pocket Fighter,PS,1997,Fighting,Virgin Interactive,0.06,0.04,0.12,0.01,0.23 +7107,Bicycle Casino 2005,XB,2004,Misc,Zoo Digital Publishing,0.17,0.05,0,0.01,0.23 +7108,Valhalla Knights 2,PSP,2008,Role-Playing,Rising Star Games,0.09,0,0.12,0.01,0.23 +7109,.hack//G.U. Vol.2//Reminisce,PS2,2006,Role-Playing,Namco Bandai Games,0.11,0.09,0,0.03,0.23 +7110,Disgaea: Afternoon of Darkness,PSP,2006,Role-Playing,Tecmo Koei,0.15,0.01,0.04,0.02,0.23 +7111,Ratchet & Clank: Full Frontal Assault,PS3,2012,Adventure,Sony Computer Entertainment,0.19,0.01,0,0.02,0.23 +7112,NCAA Football 09,PSP,2008,Sports,Electronic Arts,0.21,0,0,0.02,0.23 +7113,Family Party: 30 Great Games Winter Fun,Wii,2010,Sports,D3Publisher,0.21,0,0,0.01,0.23 +7114,NCAA GameBreaker 2004,PS2,2003,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7115,101-in-1 Party Megamix Wii,Wii,2009,Misc,Nordcurrent,0.19,0.01,0,0.02,0.23 +7116,The Polar Express,PS2,2004,Adventure,THQ,0.11,0.09,0,0.03,0.23 +7117,Dinosaur King,DS,2007,Strategy,Sega,0.2,0,0,0.02,0.23 +7118,Buzz! Junior: RoboJam,PS2,2007,Misc,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7119,Child of Eden,PS3,2011,Shooter,Ubisoft,0.09,0.1,0,0.04,0.23 +7120,All Star Karate,Wii,2010,Action,THQ,0.14,0.07,0,0.02,0.23 +7121,AC/DC LIVE: Rock Band Track Pack,X360,2008,Misc,MTV Games,0.21,0,0,0.02,0.23 +7122,Tetris Attack,GB,1996,Puzzle,Nintendo,0,0,0.23,0,0.23 +7123,NBA ShootOut 2003,PS2,2002,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7124,The Magic School Bus: Oceans,DS,2011,Adventure,Scholastic Inc.,0.21,0,0,0.01,0.23 +7125,Shin Nippon Pro Wrestling: Toukon Retsuden 3,PS,1998,Fighting,Tomy Corporation,0,0,0.21,0.01,0.23 +7126,Senran Kagura: Estival Versus,PSV,2015,Action,Marvelous Interactive,0.06,0.05,0.09,0.03,0.23 +7127,Digimon World DS (JP sales),DS,2006,Role-Playing,Namco Bandai Games,0,0,0.23,0,0.23 +7128,NHL FaceOff 2003,PS2,2002,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7129,Jersey Devil,PS,1997,Platform,Ocean,0.13,0.09,0,0.01,0.23 +7130,Rogue Ops,PS2,2003,Action,Kemco,0.11,0.09,0,0.03,0.23 +7131,NBA Street: Showdown,PSP,2005,Sports,Electronic Arts,0.2,0,0,0.02,0.23 +7132,3rd Super Robot Wars Z Jigoku Hen,PS3,2014,Role-Playing,Namco Bandai Games,0,0,0.23,0,0.23 +7133,Cars 2,3DS,2011,Racing,Disney Interactive Studios,0.21,0,0,0.02,0.23 +7134,Petz Monkeyz House,DS,2008,Simulation,Ubisoft,0.2,0,0,0.02,0.23 +7135,Spec Ops: The Line,PC,2012,Shooter,Take-Two Interactive,0.11,0.09,0,0.03,0.23 +7136,Legion: The Legend of Excalibur,PS2,2002,Action,Midway Games,0.11,0.09,0,0.03,0.22 +7137,FaceBreaker K.O. Party,Wii,2008,Fighting,Electronic Arts,0.2,0.01,0,0.02,0.22 +7138,Justice League Heroes,PSP,2006,Role-Playing,Eidos Interactive,0.2,0.01,0,0.02,0.22 +7139,Gekijouban Macross F: Sayonara no Tsubasa - Hybrid Pack,PS3,2011,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7140,TNA iMPACT!,PS2,2008,Fighting,Midway Games,0.1,0,0,0.12,0.22 +7141,Yu-Gi-Oh! GX: Spirit Caller (American Sales),DS,2006,Misc,Konami Digital Entertainment,0.18,0.03,0,0.02,0.22 +7142,Def Jam: Fight for NY,GC,2004,Fighting,Electronic Arts,0.17,0.05,0,0.01,0.22 +7143,Sword Art Online: Infinity Moment,PSP,2013,Role-Playing,Namco Bandai Games,0,0,0.22,0,0.22 +7144,Spartan: Total Warrior,PS2,2005,Action,Sega,0.11,0.09,0,0.03,0.22 +7145,Killer is Dead,PS3,2013,Action,Deep Silver,0.12,0.04,0.05,0.02,0.22 +7146,EX Monopoly,GBA,2001,Misc,Takara,0.16,0.06,0,0,0.22 +7147,Star Trek: The Game,X360,2013,Action,Namco Bandai Games,0.12,0.09,0,0.02,0.22 +7148,64 de Hakken! Tamagotchi Minna de Tamagotchi World,N64,1997,Misc,Namco Bandai Games,0,0,0.22,0,0.22 +7149,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,GC,2003,Misc,Acclaim Entertainment,0.17,0.04,0,0.01,0.22 +7150,Deadly Duck,2600,1981,Shooter,20th Century Fox Video Games,0.21,0.01,0,0,0.22 +7151,Assault,2600,1982,Action,Bomb,0.21,0.01,0,0,0.22 +7152,Reactor,2600,1981,Action,Parker Bros.,0.21,0.01,0,0,0.22 +7153,Ys Seven,PSP,2009,Role-Playing,Falcom Corporation,0.14,0,0.08,0.01,0.22 +7154,Marvel Super Hero Squad: The Infinity Gauntlet,DS,2010,Action,THQ,0.17,0.03,0,0.02,0.22 +7155,Gundam Battle Chronicle,PSP,2007,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7156,G-Force,PS3,2009,Action,Disney Interactive Studios,0.13,0.06,0,0.03,0.22 +7157,Danball Senki Boost,PSP,2011,Action,Level 5,0,0,0.22,0,0.22 +7158,Kidz Bop Dance Party! The Video Game,Wii,2010,Misc,D3Publisher,0.21,0,0,0.01,0.22 +7159,Conflict: Vietnam,XB,2004,Shooter,SCi,0.17,0.05,0,0.01,0.22 +7160,Whirl Tour,PS2,2002,Sports,Crave Entertainment,0.11,0.09,0,0.03,0.22 +7161,Time Crisis: Crisis Zone,PS2,2004,Shooter,Namco Bandai Games,0.11,0.09,0,0.03,0.22 +7162,Momotarou Dentetsu 15,PS2,2005,Misc,Hudson Soft,0,0,0.22,0,0.22 +7163,Dark Souls II,XOne,2015,Role-Playing,Namco Bandai Games,0.13,0.07,0,0.02,0.22 +7164,Discovery Kids: Dolphin Discovery,DS,2008,Simulation,505 Games,0.21,0,0,0.01,0.22 +7165,Ben 10 Ultimate Alien: Cosmic Destruction,PS2,2010,Platform,D3Publisher,0.13,0.06,0,0.04,0.22 +7166,Hatsune Miku: Project Mirai 2,3DS,2013,Action,Sega,0,0,0.22,0,0.22 +7167,Skies of Arcadia Legends,GC,2002,Role-Playing,Atari,0.17,0.04,0,0.01,0.22 +7168,Cloudy With a Chance of Meatballs,DS,2009,Platform,Ubisoft,0.2,0.01,0,0.02,0.22 +7169,MotoGP 08,PS2,2008,Racing,Capcom,0.01,0,0,0.21,0.22 +7170,Madden NFL 12,PSP,2011,Sports,Electronic Arts,0.21,0,0,0.02,0.22 +7171,Sengoku Basara 3 Utage,PS3,2011,Action,Capcom,0,0,0.22,0,0.22 +7172,Breath of Fire,GBA,2001,Role-Playing,Ubisoft,0.11,0.04,0.06,0,0.22 +7173,Ragnarok DS,DS,2008,Role-Playing,GungHo,0.1,0,0.11,0.01,0.22 +7174,Ford vs. Chevy,PS2,2005,Racing,Global Star,0.11,0.09,0,0.03,0.22 +7175,NCAA Football 2005,GC,2004,Sports,Electronic Arts,0.17,0.04,0,0.01,0.22 +7176,Hamtaro: Ham-Ham Games,GBA,2004,Sports,Nintendo,0.16,0.06,0,0,0.22 +7177,Danny Phantom: The Ultimate Enemy,GBA,2005,Action,THQ,0.16,0.06,0,0,0.22 +7178,Petz Rescue: Endangered Paradise,DS,2008,Adventure,Ubisoft,0.21,0,0,0.02,0.22 +7179,MotoGP 09/10,PS3,2010,Racing,Capcom,0.05,0.13,0,0.04,0.22 +7180,Rune Factory: Tides of Destiny,PS3,2011,Role-Playing,Marvelous Interactive,0.14,0,0.07,0.01,0.22 +7181,A Boy and His Blob,Wii,2009,Platform,Majesco Entertainment,0.19,0.02,0,0.02,0.22 +7182,Battleborn,PS4,2016,Shooter,Take-Two Interactive,0.09,0.08,0.01,0.04,0.22 +7183,Move Fitness,PS3,N/A,Sports,Sony Computer Entertainment,0,0.17,0,0.05,0.22 +7184,Atelier Escha & Logy: Alchemists of the Dusk Sky,PS3,2013,Role-Playing,Tecmo Koei,0.06,0.04,0.1,0.02,0.22 +7185,Hidden Mysteries: Buckingham Palace,DS,2010,Puzzle,Avanquest,0.13,0.07,0,0.02,0.22 +7186,Crazy Climber,2600,1981,Action,Atari,0.21,0.01,0,0,0.22 +7187,Super Adventure Island,SNES,1992,Platform,Hudson Soft,0,0,0.22,0,0.22 +7188,Bust-A-Move 4,PS,1998,Puzzle,Acclaim Entertainment,0.12,0.08,0,0.01,0.22 +7189,The Legend of Spyro: The Eternal Night,Wii,2007,Platform,Vivendi Games,0.18,0.02,0,0.02,0.22 +7190,NFL Quarterback Club 97,PS,1996,Sports,Acclaim Entertainment,0.12,0.08,0,0.01,0.22 +7191,Rampage: Total Destruction,Wii,2006,Action,Midway Games,0.19,0.01,0,0.02,0.22 +7192,Galactic Wrestling: Featuring Ultimate Muscle,PS2,2004,Fighting,Namco Bandai Games,0.03,0.02,0.17,0.01,0.22 +7193,Petz: Horse Club,Wii,2008,Misc,Ubisoft,0.2,0,0,0.02,0.22 +7194,Dino Stalker,PS2,2002,Shooter,Capcom,0.07,0.06,0.08,0.02,0.22 +7195,Rapala's Fishing Frenzy,Wii,2008,Sports,Activision,0.2,0,0,0.02,0.22 +7196,Mobile Suit Gundam Seed,PS2,2003,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7197,Shinobi,3DS,2011,Platform,Sega,0.14,0.07,0,0.02,0.22 +7198,Puss in Boots,Wii,2011,Action,THQ,0.19,0.01,0,0.01,0.22 +7199,Tony Hawk's Downhill Jam,DS,2006,Sports,Activision,0.2,0,0,0.02,0.22 +7200,Mega Man Zero 3,GBA,2004,Platform,Capcom,0.16,0.06,0,0,0.22 +7201,LEGO The Lord of the Rings,PC,2012,Action,Warner Bros. Interactive Entertainment,0.07,0.13,0,0.03,0.22 +7202,Hitman: HD Trilogy,PS3,2013,Action,Square Enix,0.07,0.1,0,0.04,0.22 +7203,Aliens vs Predator: Requiem,PSP,2007,Action,Vivendi Games,0.03,0.12,0,0.07,0.22 +7204,Castlevania: Lords of Shadow 2,PS3,2014,Action,Konami Digital Entertainment,0.03,0.13,0.02,0.04,0.22 +7205,Barbie: Groom and Glam Pups,Wii,2010,Action,THQ,0.19,0.02,0,0.01,0.22 +7206,KORG DS-10 Synthesizer,DS,2008,Misc,AQ Interactive,0.2,0.01,0,0.02,0.22 +7207,Tenchu: Shadow Assassins,Wii,2008,Action,Ubisoft,0.16,0.01,0.03,0.02,0.22 +7208,Barbie Super Sports,PS,1999,Sports,Mattel Interactive,0.12,0.08,0,0.01,0.22 +7209,CSI: Fatal Conspiracy,Wii,2010,Adventure,Ubisoft,0.12,0.08,0,0.02,0.22 +7210,Nicktoons Collection: Game Boy Advance Video Volume 2,GBA,2004,Misc,N/A,0.16,0.06,0,0,0.22 +7211,Jackass the Game,PSP,2007,Action,Empire Interactive,0.09,0.08,0,0.05,0.22 +7212,The Legend of Heroes: Trails of Cold Steel,PS3,2013,Role-Playing,Nippon Ichi Software,0.05,0.04,0.12,0.02,0.22 +7213,Tom Clancy's Rainbow Six: Siege,PC,2015,Shooter,Ubisoft,0.12,0.08,0,0.02,0.22 +7214,Dungeon Hunter Alliance,PSV,2012,Action,Ubisoft,0.09,0.1,0,0.04,0.22 +7215,LEGO Harry Potter: Years 5-7,PC,N/A,Action,Warner Bros. Interactive Entertainment,0.05,0.14,0,0.03,0.22 +7216,Duel Masters: Kaijudo Showdown,GBA,2004,Misc,Atari,0.16,0.06,0,0,0.22 +7217,Imagine: Boutique Owner,DS,2009,Simulation,Ubisoft,0.2,0,0,0.02,0.22 +7218,The Walking Dead: Season Two,PS3,2014,Adventure,Telltale Games,0.09,0.09,0,0.04,0.22 +7219,The Lord of the Rings: The Third Age,GBA,2004,Role-Playing,Electronic Arts,0.16,0.06,0,0,0.22 +7220,Cursed Mountain,Wii,2009,Adventure,Deep Silver,0.09,0.1,0,0.02,0.22 +7221,The Suffering,XB,2004,Action,Midway Games,0.16,0.05,0,0.01,0.22 +7222,Dragon Quest Builders: Revive Alefgard,PS4,2016,Role-Playing,Square Enix,0,0,0.22,0,0.22 +7223,Tetris Worlds,GC,2002,Puzzle,THQ,0.17,0.04,0,0.01,0.22 +7224,Teenage Mutant Ninja Turtles: Danger of the Ooze,X360,2014,Adventure,Activision,0.11,0.09,0,0.02,0.22 +7225,ECW Hardcore Revolution,N64,2000,Fighting,Acclaim Entertainment,0.18,0.04,0,0,0.22 +7226,Mega Man 64,N64,2000,Action,Capcom,0.14,0.03,0.05,0,0.22 +7227,Chou-Kuukan Night Pro Yakyuu King(higher JP sales),N64,1996,Sports,Imagineer,0,0,0.22,0,0.22 +7228,Rampage 2: Universal Tour,N64,1999,Action,GT Interactive,0.18,0.04,0,0,0.22 +7229,Ms. Pac-Man: Maze Madness,N64,2000,Puzzle,Namco Bandai Games,0.18,0.04,0,0,0.22 +7230,Tales of Graces,Wii,2009,Role-Playing,Namco Bandai Games,0,0,0.22,0,0.22 +7231,Age of Empires: Mythologies,DS,2008,Strategy,THQ,0.17,0.03,0,0.02,0.22 +7232,Viewtiful Joe 2,GC,2004,Action,Capcom,0.17,0.04,0,0.01,0.22 +7233,Where's Waldo? The Fantastic Journey,DS,2009,Adventure,Ubisoft,0.2,0,0,0.02,0.22 +7234,ATV Quad Kings,Wii,2009,Racing,Zoo Digital Publishing,0.21,0,0,0.01,0.22 +7235,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,PS2,2002,Misc,Acclaim Entertainment,0.11,0.08,0,0.03,0.22 +7236,Jewel Quest: Expeditions,DS,2007,Puzzle,Avanquest,0.03,0.18,0,0.01,0.22 +7237,NBA Jam Extreme,PS,1996,Sports,Acclaim Entertainment,0.12,0.08,0,0.01,0.22 +7238,Dragon Ball: Origins (JP & incomplete US sales),DS,2008,Adventure,Atari,0.04,0,0.17,0,0.22 +7239,Touch the Dead,DS,2007,Shooter,Eidos Interactive,0.2,0,0,0.02,0.22 +7240,Tropico 3,X360,2009,Strategy,Kalypso Media,0.15,0.02,0.03,0.02,0.22 +7241,Nickelodeon Party Blast,XB,2002,Misc,Infogrames,0.16,0.05,0,0.01,0.22 +7242,Ben 10 Alien Force: Vilgax Attacks,X360,2009,Action,D3Publisher,0.11,0.09,0,0.02,0.22 +7243,NHL Championship 2000,PS,1998,Sports,Fox Interactive,0.12,0.08,0,0.01,0.22 +7244,G.I. Joe: The Rise of Cobra,Wii,2009,Action,Electronic Arts,0.17,0.03,0,0.02,0.22 +7245,Shellshock: Nam '67,XB,2004,Shooter,Eidos Interactive,0.16,0.05,0,0.01,0.22 +7246,Hunted: The Demon's Forge,X360,2011,Action,Bethesda Softworks,0.13,0.07,0,0.02,0.22 +7247,Kartia: The Word of Fate,PS,1998,Strategy,Konami Digital Entertainment,0.05,0.03,0.12,0.01,0.22 +7248,Tales of Berseria,PS4,2016,Role-Playing,Namco Bandai Games,0,0,0.22,0,0.22 +7249,All-Star Baseball 2002,GC,2001,Sports,Acclaim Entertainment,0.17,0.04,0,0.01,0.22 +7250,Magna Carta: Tears of Blood,PS2,2004,Role-Playing,505 Games,0.11,0.08,0,0.03,0.22 +7251,Lethal Skies Elite Pilot: Team SW,PS2,2001,Simulation,Sammy Corporation,0.11,0.08,0,0.03,0.22 +7252,Capcom vs. SNK,DC,2000,Fighting,Virgin Interactive,0,0,0.22,0,0.22 +7253,NBA Live 09 All-Play,Wii,2008,Sports,Electronic Arts,0.19,0.01,0,0.02,0.22 +7254,Infinite Space,DS,2009,Role-Playing,Sega,0.07,0.06,0.07,0.01,0.22 +7255,Yoostar2,X360,2011,Misc,Unknown,0.11,0.09,0,0.02,0.22 +7256,Transformers: Devastation,PS4,2015,Action,Activision,0.1,0.08,0,0.04,0.22 +7257,Tamagotchi no KiraKira Omisecchi,DS,2008,Misc,Namco Bandai Games,0,0,0.22,0,0.22 +7258,From Russia With Love,GC,2005,Action,Electronic Arts,0.17,0.04,0,0.01,0.22 +7259,You Don't Know Jack,Wii,2011,Misc,THQ,0.2,0,0,0.01,0.22 +7260,Just Dance 2016,PS3,2015,Misc,Ubisoft,0.1,0.08,0,0.04,0.22 +7261,Pinball Hall of Fame: The Williams Collection,PS3,2009,Misc,Crave Entertainment,0.2,0,0,0.02,0.22 +7262,Guitar Hero: Smash Hits,PS2,2009,Misc,Activision,0.11,0.01,0,0.1,0.22 +7263,NFL Quarterback Club 2002,PS2,2001,Sports,Acclaim Entertainment,0.11,0.08,0,0.03,0.22 +7264,Kirby's Star Stacker,GB,1997,Puzzle,Nintendo,0,0,0.22,0,0.22 +7265,NCAA Basketball 09,X360,2008,Sports,Electronic Arts,0.2,0,0,0.02,0.22 +7266,Full Auto,X360,2006,Shooter,Sega,0.19,0.01,0,0.02,0.22 +7267,Dead Island,PC,2011,Action,Deep Silver,0.12,0.07,0,0.03,0.22 +7268,Growlanser: Heritage of War,PS2,2006,Role-Playing,Rising Star Games,0.11,0.08,0,0.03,0.22 +7269,Hasbro Family Game Night,DS,2009,Puzzle,Electronic Arts,0.01,0.19,0,0.02,0.22 +7270,Shin Megami Tensei x Fire Emblem,WiiU,2015,Role-Playing,Nintendo,0.1,0.04,0.06,0.01,0.22 +7271,Rugby 2004,PS2,2003,Sports,Electronic Arts,0.11,0.08,0,0.03,0.22 +7272,Disney's Magical Quest Starring Mickey and Minnie,GBA,2002,Action,Nintendo,0.16,0.06,0,0,0.22 +7273,Spirit Camera: The Cursed Memoir,3DS,2012,Adventure,Nintendo,0.12,0.02,0.06,0.01,0.22 +7274,NBA 06,PSP,2005,Sports,Sony Computer Entertainment,0.2,0,0,0.02,0.22 +7275,Naruto: Ninja Council,GBA,2003,Action,Tomy Corporation,0.16,0.06,0,0,0.22 +7276,Shin Megami Tensei: Persona,PSP,2009,Role-Playing,Atlus,0.08,0,0.13,0.01,0.22 +7277,DS Nishimura Kyotaro Suspense Shin Tantei Series: Kyoto Atami Zekkai no Kotou - Satsui no Wana,DS,2007,Adventure,Tecmo Koei,0,0,0.22,0,0.22 +7278,Wreckless: ThE YaKuza MisSiOns,PS2,2002,Racing,Activision,0.11,0.08,0,0.03,0.22 +7279,Madden NFL 07,DS,2006,Sports,Electronic Arts,0.2,0,0,0.02,0.22 +7280,Jikkyou Powerful Major League,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.22,0,0.22 +7281,NFL 2K3,GC,2002,Sports,Sega,0.17,0.04,0,0.01,0.22 +7282,Darksiders II,PS4,2015,Action,Nordic Games,0.09,0.1,0,0.04,0.22 +7283,Saltwater Sportfishing,PS,2001,Sports,Take-Two Interactive,0.12,0.08,0,0.01,0.22 +7284,Yoshi Touch & Go (JP sales),DS,2005,Platform,Nintendo,0,0,0.22,0,0.22 +7285,Samurai Jack: The Amulet of Time,GBA,2003,Platform,Zoo Digital Publishing,0.16,0.06,0,0,0.22 +7286,Pass the Pigs,DS,2008,Misc,THQ,0.2,0,0,0.02,0.22 +7287,J-League Winning Eleven 2008: Club Championship,PS2,2008,Sports,Konami Digital Entertainment,0,0,0.22,0,0.22 +7288,Jackie Chan: Stuntmaster,PS,1999,Action,Sony Computer Entertainment,0.12,0.08,0,0.01,0.22 +7289,Sports Car GT,PS,1999,Racing,Electronic Arts,0.12,0.08,0,0.01,0.22 +7290,Lost Planet 3,PS3,2013,Shooter,Capcom,0.07,0.06,0.06,0.03,0.22 +7291,Order Up!,Wii,2008,Misc,Zoo Digital Publishing,0.19,0.01,0,0.02,0.22 +7292,Code Name: S.T.E.A.M.,3DS,2015,Strategy,Nintendo,0.14,0.05,0.01,0.02,0.22 +7293,SBK X: Superbike World Championship,PS3,2010,Racing,Black Bean Games,0.05,0.13,0,0.04,0.22 +7294,NBA Live 14,PS4,2013,Sports,Electronic Arts,0.14,0.05,0,0.03,0.22 +7295,Scooby-Doo! Mystery Mayhem,GC,2004,Action,THQ,0.17,0.04,0,0.01,0.22 +7296,Kanzen Chuuki Pro Yakyuu Greatest Nine,SAT,1995,Sports,Sega,0,0,0.22,0,0.22 +7297,American Idol,GBA,2003,Misc,Codemasters,0.15,0.06,0,0,0.22 +7298,Summer Athletics: The Ultimate Challenge (Others sales),Wii,2008,Sports,DTP Entertainment,0,0.2,0,0.01,0.22 +7299,Britney's Dance Beat,GBA,2002,Misc,THQ,0.15,0.06,0,0,0.22 +7300,Shrek SuperSlam,GC,2005,Action,Activision,0.17,0.04,0,0.01,0.22 +7301,Sniper: Ghost Warrior 2,X360,2013,Shooter,City Interactive,0.06,0.13,0,0.02,0.22 +7302,Over G Fighters,X360,2006,Simulation,Ubisoft,0.19,0.01,0,0.02,0.22 +7303,Sailor Moon,SNES,1993,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7304,Apache: Air Assault,PS3,2010,Simulation,Activision,0.11,0.07,0,0.03,0.22 +7305,One Piece: Pirate Warriors 3,PSV,2015,Action,Namco Bandai Games,0,0.07,0.13,0.02,0.22 +7306,Herdy Gerdy,PS2,2002,Adventure,Eidos Interactive,0.11,0.08,0,0.03,0.22 +7307,Armored Core V,X360,2012,Simulation,Namco Bandai Games,0.13,0.03,0.04,0.01,0.22 +7308,EVE Online,PC,2003,Role-Playing,CCP,0,0.19,0,0.02,0.22 +7309,Digimon World Re:Digitize,PSP,2012,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7310,Ninja Gaiden: Dragon Sword,DS,2008,Action,Tecmo Koei,0.17,0.02,0.02,0.02,0.22 +7311,Ride,PS4,2015,Racing,Milestone S.r.l.,0.03,0.13,0.03,0.03,0.22 +7312,Blue Dragon Plus,DS,2008,Role-Playing,Ignition Entertainment,0.12,0.04,0.05,0.01,0.22 +7313,Lords of the Fallen,XOne,2014,Role-Playing,Square Enix,0.1,0.1,0,0.02,0.22 +7314,NBA in the Zone 2000,PS,2000,Sports,Konami Digital Entertainment,0.12,0.08,0,0.01,0.21 +7315,Dark Summit,PS2,2001,Sports,THQ,0.11,0.08,0,0.03,0.21 +7316,Afrika,PS3,2008,Adventure,Unknown,0.12,0,0.08,0.01,0.21 +7317,Cabela's Big Game Hunter: Ultimate Challenge,PS,2001,Sports,Activision Value,0.12,0.08,0,0.01,0.21 +7318,The Legend of Heroes: Trails in the Sky First Chapter,PSP,2006,Role-Playing,Ghostlight,0.1,0.03,0.06,0.03,0.21 +7319,Are You Smarter Than a 5th Grader? Back to School,Wii,2010,Misc,Nintendo,0.2,0,0,0.02,0.21 +7320,Steins;Gate,PSV,2013,Adventure,PQube,0.07,0.09,0,0.05,0.21 +7321,The Dukes of Hazzard: Return of the General Lee,PS2,2004,Racing,Ubisoft,0.11,0.08,0,0.03,0.21 +7322,Pandemonium!,PS,1996,Platform,BMG Interactive Entertainment,0.12,0.08,0,0.01,0.21 +7323,SingStar: Back to the 80s,PS3,2011,Misc,Sony Computer Entertainment,0,0.16,0,0.05,0.21 +7324,Namco Museum: 50th Anniversary,GC,2005,Misc,Namco Bandai Games,0.17,0.04,0,0.01,0.21 +7325,Crash 'N' Burn,PS2,2004,Racing,Eidos Interactive,0.11,0.08,0,0.03,0.21 +7326,NBA,PSP,2005,Sports,Sony Computer Entertainment,0.2,0,0,0.02,0.21 +7327,Teenage Mutant Ninja Turtles: Smash-Up,PS2,2009,Fighting,Ubisoft,0.11,0.08,0,0.03,0.21 +7328,Pro Yakyuu Greatest Nine '97,SAT,1997,Sports,Sega,0,0,0.21,0,0.21 +7329,Transformers: Dark of the Moon,3DS,2011,Action,Activision,0.16,0.04,0,0.02,0.21 +7330,Final Fantasy Fables: Chocobo's Dungeon,Wii,2007,Role-Playing,Square Enix,0.09,0,0.11,0.01,0.21 +7331,Lunar: Silver Star Story Complete,SAT,1997,Role-Playing,Kadokawa Shoten,0,0,0.21,0,0.21 +7332,Dorabase DS: Dramatic Stadium,DS,2007,Sports,Namco Bandai Games,0,0,0.21,0,0.21 +7333,Disaster Report,PS2,2002,Action,Agetec,0.03,0.02,0.15,0.01,0.21 +7334,EVE: burst error,SAT,1997,Adventure,Imagineer,0,0,0.21,0,0.21 +7335,We Sing Robbie Williams,Wii,2010,Misc,Nordic Games,0,0.19,0,0.03,0.21 +7336,Backyard NFL Football '09,Wii,2008,Sports,Atari,0.2,0,0,0.02,0.21 +7337,Pro Evolution Soccer 2012,Wii,2011,Action,Konami Digital Entertainment,0.08,0.08,0.03,0.02,0.21 +7338,Akiba's Trip: Undead & Undressed,PSV,2013,Action,Nippon Ichi Software,0.09,0.02,0.08,0.03,0.21 +7339,Speed Racer: The Videogame,PS2,2008,Racing,Warner Bros. Interactive Entertainment,0.1,0.08,0,0.03,0.21 +7340,College Hoops 2K7,X360,2006,Sports,Take-Two Interactive,0.2,0,0,0.02,0.21 +7341,The Amazing Spider-Man 2 (2014),XOne,2014,Action,Activision,0.12,0.07,0,0.02,0.21 +7342,Big League Sports,X360,2011,Sports,Activision,0.18,0.02,0,0.01,0.21 +7343,Bratz: Forever Diamondz,GC,2006,Adventure,THQ,0.17,0.04,0,0.01,0.21 +7344,WCW Backstage Assault,PS,1999,Action,Electronic Arts,0.12,0.08,0,0.01,0.21 +7345,UFC Undisputed 2010,PSP,2010,Fighting,THQ,0.11,0.07,0,0.04,0.21 +7346,Baja: Edge of Control,PS3,2008,Racing,THQ,0.1,0.08,0,0.04,0.21 +7347,Wild Wild Racing,PS2,2000,Racing,Interplay,0.1,0.08,0,0.03,0.21 +7348,Magician's Quest: Town of Magic,3DS,2012,Simulation,Konami Digital Entertainment,0,0,0.21,0,0.21 +7349,The Bard's Tale,PS2,2004,Role-Playing,Ubisoft,0.1,0.08,0,0.03,0.21 +7350,NCAA March Madness 08,X360,2007,Sports,Electronic Arts,0.2,0,0,0.02,0.21 +7351,Momotarou Dentetsu 16,PS2,2006,Misc,Hudson Soft,0,0,0.21,0,0.21 +7352,Robotech: The Macross Saga,GBA,2002,Shooter,TDK Mediactive,0.15,0.06,0,0,0.21 +7353,Yu Yu Hakusho: Dark Tournament,PS2,N/A,Fighting,N/A,0.1,0.08,0,0.03,0.21 +7354,MTV Celebrity Deathmatch,XB,2003,Fighting,Gotham Games,0.16,0.05,0,0.01,0.21 +7355,Gekijouban Macross F: Itsuwarino Utahime - Hybrid Pack,PS3,2010,Action,Namco Bandai Games,0,0,0.21,0,0.21 +7356,Conflict Zone,PS2,2002,Strategy,Ubisoft,0.1,0.08,0,0.03,0.21 +7357,Tony Hawk's American Sk8land,DS,2005,Sports,Activision,0.19,0.01,0,0.02,0.21 +7358,de Blob 2,PS3,2011,Platform,THQ,0.11,0.07,0,0.03,0.21 +7359,The BIGS 2,X360,2009,Sports,Take-Two Interactive,0.19,0.01,0,0.02,0.21 +7360,BloodRayne,XB,2002,Shooter,Universal Interactive,0.16,0.05,0,0.01,0.21 +7361,Hannah Montana: The Movie,X360,2009,Adventure,Disney Interactive Studios,0.14,0.06,0,0.02,0.21 +7362,50 Cent: Blood on the Sand,X360,2009,Shooter,THQ,0.12,0.07,0,0.02,0.21 +7363,Bratz: Girlz Really Rock,Wii,2008,Action,THQ,0.19,0,0,0.02,0.21 +7364,NHL 2K6,XB,2005,Sports,Take-Two Interactive,0.16,0.05,0,0.01,0.21 +7365,Tenchu: Return From Darkness,XB,2004,Action,Activision,0.16,0.05,0,0.01,0.21 +7366,World Poker Tour,PS2,2005,Misc,Take-Two Interactive,0.1,0.08,0,0.03,0.21 +7367,Prison Break: The Conspiracy,X360,2010,Action,Deep Silver,0.07,0.12,0,0.02,0.21 +7368,Neo Contra,PS2,2004,Shooter,Konami Digital Entertainment,0.1,0.08,0,0.03,0.21 +7369,MVP Baseball,PSP,2005,Sports,Electronic Arts,0.2,0,0,0.02,0.21 +7370,GRID Autosport,PS3,2014,Racing,Codemasters,0.05,0.11,0.01,0.04,0.21 +7371,Ghostbusters II,2600,N/A,Action,Activision,0.2,0.01,0,0,0.21 +7372,Breakaway IV,2600,N/A,Puzzle,Sears,0.2,0.01,0,0,0.21 +7373,RealSports Baseball,2600,1981,Sports,Atari,0.2,0.01,0,0,0.21 +7374,Now! That's What I Call Music: Dance & Sing,Wii,2011,Misc,Unknown,0,0.18,0,0.04,0.21 +7375,Yu-Gi-Oh! 5D's World Championship 2011: Over the Nexus,DS,2011,Strategy,Konami Digital Entertainment,0.1,0.03,0.07,0.01,0.21 +7376,Metal Gear Solid V: The Phantom Pain,X360,2015,Action,Konami Digital Entertainment,0.12,0.08,0,0.02,0.21 +7377,Hasbro Family Game Night 3,X360,2010,Misc,Electronic Arts,0.17,0.03,0,0.01,0.21 +7378,G.I. Joe: The Rise of Cobra,PS3,2009,Action,Electronic Arts,0.11,0.07,0,0.03,0.21 +7379,Rayman Raving Rabbids,X360,2007,Misc,Ubisoft,0.18,0.01,0,0.02,0.21 +7380,Viewtiful Joe 2,PS2,2004,Action,Capcom,0.1,0.08,0,0.03,0.21 +7381,Quake III: Revolution,PS2,2001,Shooter,Electronic Arts,0.1,0.08,0,0.03,0.21 +7382,Pac-Man World 3,PS2,2005,Platform,Namco Bandai Games,0.1,0.08,0,0.03,0.21 +7383,Naruto: Clash of Ninja (JP sales),GC,2003,Fighting,Tomy Corporation,0,0,0.21,0.01,0.21 +7384,Robotech: Battlecry,XB,N/A,Shooter,Unknown,0.16,0.05,0,0.01,0.21 +7385,NO毛L: NOT DiGITAL,PS,1996,Adventure,Pioneer LDC,0,0,0.2,0.01,0.21 +7386,Transformer: Rise of the Dark Spark,PS4,2014,Action,Activision,0.07,0.1,0.01,0.04,0.21 +7387,Dragon Ball Z Hyper Dimension,SNES,1995,Fighting,Namco Bandai Games,0,0,0.21,0,0.21 +7388,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,Wii,2009,Adventure,GSP,0.12,0.07,0,0.02,0.21 +7389,Senran Kagura 2: Deep Crimson,3DS,2014,Action,Marvelous Entertainment,0.09,0.03,0.08,0.01,0.21 +7390,Marvel Super Hero Squad,PSP,2009,Fighting,THQ,0.17,0.02,0,0.02,0.21 +7391,The Chronicles of Narnia: Prince Caspian,DS,2008,Action,Disney Interactive Studios,0.19,0.01,0,0.02,0.21 +7392,Champion Jockey: G1 Jockey & Gallop Racer,PS3,2011,Sports,Tecmo Koei,0.06,0.05,0.08,0.02,0.21 +7393,HBO Boxing,PS,2000,Fighting,Acclaim Entertainment,0.12,0.08,0,0.01,0.21 +7394,Yoga Wii,Wii,2009,Sports,JoWood Productions,0.15,0.05,0,0.02,0.21 +7395,Darkwatch,XB,2005,Shooter,Ubisoft,0.16,0.05,0,0.01,0.21 +7396,Cabela's Survival: Shadows of Katmai,Wii,2011,Sports,Activision,0.15,0.05,0,0.02,0.21 +7397,Prince of Persia: Revelations,PSP,2005,Adventure,Ubisoft,0.18,0.01,0,0.02,0.21 +7398,Bass Pro Shops: The Strike,X360,2009,Sports,XS Games,0.2,0,0,0.02,0.21 +7399,Front Mission 5: Scars of the War,PS2,2005,Strategy,Square Enix,0,0,0.21,0,0.21 +7400,Maximo vs Army of Zin,PS2,2003,Platform,Capcom,0.1,0.08,0,0.03,0.21 +7401,The Fairly OddParents: Breakin' Da Rules,GC,2003,Platform,THQ,0.16,0.04,0,0.01,0.21 +7402,Namco Museum Megamix,Wii,2010,Misc,Namco Bandai Games,0.2,0,0,0.01,0.21 +7403,Wedding Dash,DS,2009,Action,Zoo Games,0.2,0,0,0.01,0.21 +7404,Hot Shots Tennis: Get a Grip,PSP,2010,Sports,Sony Computer Entertainment,0.06,0,0.13,0.01,0.21 +7405,Summoner 2,PS2,2002,Role-Playing,THQ,0.1,0.08,0,0.03,0.21 +7406,The Land Before Time: Big Water Adventure,PS,2002,Platform,TDK Mediactive,0.12,0.08,0,0.01,0.21 +7407,Shadow of Destiny,PS2,2001,Adventure,Konami Digital Entertainment,0.09,0.07,0.03,0.02,0.21 +7408,Valkyria Chronicles III: Unrecorded Chronicles,PSP,N/A,Strategy,Sega,0,0,0.21,0,0.21 +7409,Cabela's Deer Hunt: 2004 Season,XB,2003,Sports,Activision Value,0.16,0.05,0,0.01,0.21 +7410,Disney's Planes,WiiU,2013,Simulation,Disney Interactive Studios,0.15,0.04,0,0.02,0.21 +7411,Brunswick Pro Bowling,PSP,2007,Sports,505 Games,0.19,0,0,0.02,0.21 +7412,World Series of Poker,PSP,2005,Misc,Activision,0.19,0,0,0.02,0.21 +7413,ClayFighter 63 1/3,N64,1997,Fighting,Interplay,0.17,0.04,0,0,0.21 +7414,Monopoly,N64,1999,Misc,Hasbro Interactive,0.17,0.04,0,0,0.21 +7415,WCW Nitro,N64,1998,Fighting,THQ,0.17,0.04,0,0,0.21 +7416,Cruis'n Exotica,N64,2000,Racing,Midway Games,0.17,0.04,0,0,0.21 +7417,Gex 3: Deep Cover Gecko,N64,1999,Platform,Crave Entertainment,0.17,0.04,0,0,0.21 +7418,WinBack: Covert Operations,N64,1999,Shooter,Virgin Interactive,0.17,0.04,0,0,0.21 +7419,Heroes of Ruin,3DS,2012,Role-Playing,Nintendo,0.13,0.07,0,0.02,0.21 +7420,WipeOut 3 The Game,X360,2012,Action,Activision,0.2,0,0,0.01,0.21 +7421,Bastard!! Utsuro Naru Kamigami no Utsuwa,PS,1996,Role-Playing,Seta Corporation,0,0,0.2,0.01,0.21 +7422,SBK Superbike World Championship,X360,2008,Racing,Black Bean Games,0.06,0.14,0,0.01,0.21 +7423,The King of Fighters '96,SAT,1996,Fighting,SNK,0,0,0.21,0,0.21 +7424,Bionicle,GC,2003,Action,Electronic Arts,0.16,0.04,0,0.01,0.21 +7425,WRC: FIA World Rally Championship,PS3,N/A,Racing,Black Bean Games,0,0.15,0.01,0.05,0.21 +7426,Angel Blade: Neo Tokyo Guardians,PS,1997,Role-Playing,On Demand,0.12,0.08,0,0.01,0.21 +7427,Threads of Fate,PS,1999,Role-Playing,SquareSoft,0.12,0.08,0,0.01,0.21 +7428,PoPoLoCrois Monogatari II,PS,2000,Role-Playing,Sony Computer Entertainment,0,0,0.2,0.01,0.21 +7429,Famicom Mini: Ganbare Goemon! Karakuri Douchuu,GBA,2004,Platform,Konami Digital Entertainment,0,0,0.2,0.01,0.21 +7430,Vampire Rain,X360,2007,Action,Microsoft Game Studios,0.18,0,0.01,0.01,0.21 +7431,Way of the Samurai 3,X360,2009,Action,Gamebridge,0.12,0.05,0.02,0.02,0.21 +7432,Deus Ex: The Conspiracy,PS2,2002,Action,Eidos Interactive,0.1,0.08,0,0.03,0.21 +7433,Unreal II: The Awakening,XB,2004,Shooter,Atari,0.17,0.04,0,0.01,0.21 +7434,Rumble Racing,PS2,2001,Racing,Electronic Arts,0.1,0.08,0,0.03,0.21 +7435,Spider-Man: Web of Shadows,PS2,2008,Action,Activision,0.1,0.08,0,0.03,0.21 +7436,Disgaea D2: A Brighter Darkness,PS3,2013,Role-Playing,Nippon Ichi Software,0.09,0,0.1,0.01,0.21 +7437,Batman Begins,XB,2005,Action,Electronic Arts,0.16,0.04,0,0.01,0.21 +7438,Just Dance: Greatest Hits,Wii,2012,Misc,Ubisoft,0.15,0.04,0,0.02,0.21 +7439,J-League Winning Eleven 10 + Europa League 06-07,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.21,0,0.21 +7440,Shrek: Reekin' Havoc,GBA,2003,Platform,TDK Mediactive,0.15,0.06,0,0,0.21 +7441,Solatorobo: Red the Hunter,DS,2010,Role-Playing,Nintendo,0.08,0.04,0.07,0.01,0.21 +7442,Tales of Phantasia: Narikiri Dungeon X,PSP,2010,Role-Playing,Namco Bandai Games,0,0,0.21,0,0.21 +7443,JSRF: Jet Set Radio Future,XB,2002,Action,Sega,0.13,0.04,0.03,0.01,0.21 +7444,NHL Hitz 20-02,GC,2001,Sports,Midway Games,0.16,0.04,0,0.01,0.21 +7445,The Last Airbender,Wii,2010,Action,THQ,0.12,0.07,0,0.02,0.21 +7446,NCAA Football 2003,GC,2002,Sports,Electronic Arts,0.16,0.04,0,0.01,0.21 +7447,StokEd,X360,2009,Sports,Zushi Games,0.18,0.01,0,0.01,0.21 +7448,Rollcage,PS,1999,Racing,Psygnosis,0.12,0.08,0,0.01,0.21 +7449,ESPN Winter X Games: Snowboarding 2002,PS2,2000,Sports,Konami Digital Entertainment,0.1,0.08,0,0.03,0.21 +7450,Project: Snowblind,PS2,2005,Action,Eidos Interactive,0.1,0.08,0,0.03,0.21 +7451,Tony Hawk's Motion,DS,2008,Sports,Activision,0.19,0,0,0.02,0.21 +7452,Super Robot Taisen K,DS,2009,Strategy,Namco Bandai Games,0,0,0.21,0,0.21 +7453,Mortal Kombat: Special Forces,PS,2000,Fighting,Midway Games,0.12,0.08,0,0.01,0.21 +7454,LEGO The Hobbit,PSV,2014,Action,Warner Bros. Interactive Entertainment,0.03,0.13,0,0.05,0.21 +7455,Rayman Legends,PSV,2014,Platform,Ubisoft,0.03,0.12,0,0.05,0.21 +7456,Dragon Ball Z: Harukanaru Densetsu,DS,2007,Role-Playing,Namco Bandai Games,0.19,0,0,0.02,0.21 +7457,Wacky Races: Crash & Dash,DS,2008,Racing,Eidos Interactive,0.19,0,0,0.01,0.21 +7458,I Spy: Castle,DS,2011,Puzzle,Scholastic Inc.,0.19,0,0,0.01,0.21 +7459,Shin Megami Tensei: Persona 3 (jp sales),PS2,2006,Role-Playing,Tecmo Koei,0,0,0.21,0,0.21 +7460,Greg Hastings Paintball 2,X360,2010,Shooter,Majesco Entertainment,0.19,0,0,0.01,0.21 +7461,Evil Dead: Regeneration,PS2,2005,Action,THQ,0.1,0.08,0,0.03,0.21 +7462,Dead to Rights: Retribution,X360,2010,Shooter,Namco Bandai Games,0.11,0.08,0,0.02,0.21 +7463,NCAA March Madness 07,X360,2007,Sports,Electronic Arts,0.19,0,0,0.02,0.21 +7464,NHL 2003,XB,2002,Sports,Electronic Arts,0.15,0.04,0,0.01,0.21 +7465,Marvel Super Hero Squad: Comic Combat,PS3,2011,Action,THQ,0.11,0.07,0,0.03,0.21 +7466,X-Men: Children of the Atom,SAT,1995,Fighting,Acclaim Entertainment,0,0,0.21,0,0.21 +7467,Barbie Fashion Show: An Eye for Style,DS,2008,Misc,Activision,0.19,0,0,0.02,0.21 +7468,Tiger Woods PGA Tour,PSP,2005,Sports,Electronic Arts,0.19,0,0,0.02,0.21 +7469,Yarudora Series Vol. 2: Kisetsu wo Dakishimete,PS,1998,Adventure,Sony Computer Entertainment,0,0,0.19,0.01,0.21 +7470,NHL 2K3,PS2,2002,Sports,Sega,0.1,0.08,0,0.03,0.21 +7471,Heisei Kyouiku linkai DS,DS,2006,Misc,Namco Bandai Games,0,0,0.21,0,0.21 +7472,SpongeBob SquarePants: Game Boy Advance Video Volume 3,GBA,2004,Misc,N/A,0.15,0.05,0,0,0.21 +7473,Pro Yaky? Spirits 2010,PS3,2010,Sports,Konami Digital Entertainment,0,0,0.21,0,0.21 +7474,The Naked Brothers Band: The Video Game,Wii,2008,Misc,THQ,0.19,0,0,0.01,0.21 +7475,Final Fight One,GBA,2001,Fighting,Ubisoft,0.09,0.03,0.08,0,0.21 +7476,Rune Factory: Tides of Destiny,Wii,2011,Role-Playing,Marvelous Interactive,0.14,0,0.06,0.01,0.21 +7477,The Amazing Spider-Man (Console Version),DS,2012,Action,Activision,0.15,0.04,0,0.01,0.21 +7478,NCAA Football 10,PSP,2009,Sports,Electronic Arts,0.19,0,0,0.02,0.21 +7479,Gallop Racer 2003: A New Breed,PS2,2002,Sports,Zoo Digital Publishing,0.04,0.03,0.12,0.01,0.21 +7480,Dawn of Discovery,Wii,2009,Simulation,Ubisoft,0.13,0.06,0,0.02,0.21 +7481,BeyBlade VForce: Super Tournament Battle,GC,2002,Action,Atari,0.16,0.04,0,0.01,0.21 +7482,Outlaw Golf 2,XB,2004,Sports,Global Star,0.15,0.04,0,0.01,0.21 +7483,Little Battlers eXperience: Baku Boost,3DS,2012,Action,Nintendo,0,0,0.21,0,0.21 +7484,Anarchy Reigns,PS3,2012,Action,Sega,0.1,0.03,0.06,0.02,0.21 +7485,CSI: Deadly Intent,X360,2009,Adventure,Ubisoft,0.1,0.08,0,0.02,0.21 +7486,Defiance,PC,2013,Shooter,Trion Worlds,0.14,0.04,0,0.02,0.21 +7487,J-League Pro Soccer Club o Tsukurou! 7 Euro Plus,PSP,2011,Sports,Sega,0,0,0.21,0,0.21 +7488,LEGO Ninjago: Shadow of Ronin,3DS,2015,Action,Warner Bros. Interactive Entertainment,0.05,0.1,0.04,0.01,0.21 +7489,Bugs Bunny & Taz: Time Busters,PS,2000,Adventure,Infogrames,0.11,0.08,0,0.01,0.21 +7490,Need for Speed Carbon: Own the City,DS,2006,Racing,Electronic Arts,0.17,0.02,0,0.02,0.21 +7491,Dragon Ball Z: Sagas,GC,2005,Fighting,Atari,0.16,0.04,0,0.01,0.21 +7492,Kung Fu Rider,PS3,2010,Action,Sony Computer Entertainment,0.06,0.1,0.01,0.04,0.21 +7493,Jikkyou Powerful Pro Yakyuu 2012,PS3,2012,Action,Konami Digital Entertainment,0,0,0.21,0,0.21 +7494,X2: Wolverine's Revenge,XB,2003,Platform,Activision,0.15,0.04,0,0.01,0.21 +7495,Power Rangers: Wild Force,GBA,2002,Action,THQ,0.15,0.05,0,0,0.21 +7496,The Wolf Among Us,PS4,2014,Adventure,Telltale Games,0.1,0.07,0,0.03,0.21 +7497,Thrillville,PSP,2006,Strategy,Atari,0.18,0,0,0.02,0.2 +7498,Battle of Giants: Dinosaurs Strike,Wii,2010,Strategy,Ubisoft,0.15,0.04,0,0.02,0.2 +7499,Attack on Titan (KOEI),PS4,2016,Action,Tecmo Koei,0.02,0.06,0.11,0.02,0.2 +7500,The King of Fighters '95,NG,1995,Fighting,SNK,0,0,0.2,0,0.2 +7501,Discovery Kids: Pony Paradise,DS,2009,Simulation,505 Games,0.19,0,0,0.01,0.2 +7502,Mary-Kate and Ashley: Girls Night Out,GBA,2002,Misc,Acclaim Entertainment,0.15,0.05,0,0,0.2 +7503,Cabela's North American Adventures,Wii,2010,Sports,Activision,0.19,0,0,0.01,0.2 +7504,Enchanted Arms,PS3,2007,Role-Playing,Ubisoft,0.17,0.01,0,0.02,0.2 +7505,Beyblade G-Revolution,GBA,2004,Action,Atari,0.15,0.05,0,0,0.2 +7506,WWE All Stars,Wii,2011,Fighting,THQ,0.11,0.07,0,0.02,0.2 +7507,Trade & Battle: Card Hero,GB,2000,Strategy,Nintendo,0,0,0.2,0,0.2 +7508,World Championship Cards,PSP,2008,Misc,Crave Entertainment,0.19,0,0,0.02,0.2 +7509,You Don't Know Jack,X360,2011,Misc,THQ,0.19,0,0,0.01,0.2 +7510,Chronicles of Mystery: Curse of the Ancient Temple,DS,2009,Adventure,City Interactive,0.07,0.11,0,0.02,0.2 +7511,NBA Live 15,XOne,2014,Sports,Electronic Arts,0.17,0.02,0,0.02,0.2 +7512,Capcom Fighting Evolution,PS2,2004,Fighting,Capcom,0.1,0.08,0,0.03,0.2 +7513,Frogger 3D,3DS,2011,Action,Konami Digital Entertainment,0.16,0.03,0,0.01,0.2 +7514,SD Gundam GNext,SNES,1995,Strategy,Namco Bandai Games,0,0,0.2,0,0.2 +7515,Backyard NFL Football 2006,PS2,2005,Sports,Atari,0.1,0.08,0,0.03,0.2 +7516,NASCAR Heat 2002,XB,2001,Racing,Infogrames,0.15,0.04,0,0.01,0.2 +7517,Planet 51,Wii,2009,Action,Sega,0.17,0.02,0,0.02,0.2 +7518,Sloane to MacHale no Nazo no Monogatari,DS,2009,Puzzle,Level 5,0,0,0.2,0,0.2 +7519,DarkStar One: Broken Alliance,X360,2010,Simulation,Kalypso Media,0.11,0.08,0,0.02,0.2 +7520,My Fitness Coach 2: Exercise and Nutrition,Wii,2009,Sports,Black Bean Games,0.14,0.04,0,0.02,0.2 +7521,Sengoku Basara 2 Heroes,PS2,2007,Action,Capcom,0,0,0.2,0,0.2 +7522,Buzz! The Schools Quiz,PS2,2008,Misc,Sony Computer Entertainment,0,0.02,0,0.19,0.2 +7523,Two Worlds II,PC,2011,Role-Playing,Unknown,0.09,0.09,0,0.03,0.2 +7524,Suikoden Tactics,PS2,2005,Strategy,Konami Digital Entertainment,0.06,0.05,0.07,0.02,0.2 +7525,NCAA March Madness 06,XB,2005,Sports,Electronic Arts,0.15,0.04,0,0.01,0.2 +7526,Major League Baseball 2K11,PS3,2011,Sports,Take-Two Interactive,0.15,0.03,0,0.02,0.2 +7527,Mobile Suit Gundam: Crossfire,PS3,2006,Simulation,Namco Bandai Games,0.06,0,0.14,0.01,0.2 +7528,Phantasy Star Online,DC,2000,Role-Playing,Sega,0,0,0.2,0,0.2 +7529,Crazy Taxi 3: High Roller,XB,2002,Racing,Sega,0.14,0.04,0.02,0.01,0.2 +7530,Dark Messiah of Might and Magic Elements,X360,2008,Role-Playing,Ubisoft,0.16,0.02,0.01,0.02,0.2 +7531,Just Dance 2: Extra Songs,Wii,2011,Misc,Ubisoft,0,0.17,0,0.03,0.2 +7532,Midnight Club 3: DUB Edition Remix,XB,2006,Racing,Take-Two Interactive,0.15,0.04,0,0.01,0.2 +7533,International Superstar Soccer 2000,PS2,2000,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7534,"Warhammer 40,000: Space Marine",PC,2011,Shooter,THQ,0.09,0.09,0,0.03,0.2 +7535,CandyLand / Chutes & Ladders / Memory,GBA,2005,Misc,Zoo Digital Publishing,0.15,0.05,0,0,0.2 +7536,The Bible Game,PS2,2005,Misc,Crave Entertainment,0.1,0.08,0,0.03,0.2 +7537,Drift King Shutokou Battle '94,SNES,1994,Racing,BPS,0,0,0.2,0,0.2 +7538,Shining Blade,PSP,2012,Role-Playing,Sega,0,0,0.2,0,0.2 +7539,Fairy Fencer F,PS3,2013,Role-Playing,Nippon Ichi Software,0.05,0.05,0.09,0.02,0.2 +7540,Atelier Shallie: Alchemists of the Dusk Sea,PS3,2014,Role-Playing,Tecmo Koei,0.06,0.05,0.08,0.02,0.2 +7541,The Ultimate Red Ball Challenge,Wii,2009,Misc,Mindscape,0,0.19,0,0.01,0.2 +7542,PBR: Out of the Chute,PS2,2008,Sports,Crave Entertainment,0.1,0.08,0,0.03,0.2 +7543,The King of Fighters Collection: The Orochi Saga,PS2,2006,Fighting,Ignition Entertainment,0.1,0.08,0,0.03,0.2 +7544,Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban: 2003 Memorial,PS2,2003,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7545,Arcana Heart 3,PS3,2011,Fighting,PQube,0.04,0.05,0.1,0.02,0.2 +7546,Tekken 3D: Prime Edition,3DS,2012,Fighting,Nintendo,0.06,0.08,0.05,0.01,0.2 +7547,Deal or No Deal: The Banker is Back!,DS,2008,Misc,Mindscape,0,0.2,0,0,0.2 +7548,Jillian Michaels' Fitness Adventure,X360,2011,Misc,505 Games,0.17,0.02,0,0.01,0.2 +7549,MLB 10: The Show,PSP,2010,Sports,Sony Computer Entertainment,0.19,0,0,0.02,0.2 +7550,State of Decay,XOne,2015,Strategy,Microsoft Game Studios,0.14,0.05,0,0.02,0.2 +7551,Ashes Cricket 2009,X360,2009,Sports,Codemasters,0,0.19,0,0.01,0.2 +7552,Saturday Night Speedway,PS2,2004,Racing,Play It,0.1,0.08,0,0.03,0.2 +7553,Bratz: Rock Angelz,GC,2005,Misc,THQ,0.16,0.04,0,0.01,0.2 +7554,Langrisser III,SAT,1996,Strategy,NCS,0,0,0.2,0,0.2 +7555,Samurai Spirits (CD),NG,1994,Fighting,SNK,0,0,0.2,0,0.2 +7556,MLB SlugFest 20-03,XB,2002,Sports,Midway Games,0.15,0.04,0,0.01,0.2 +7557,Dragon Ball: Revenge of King Piccolo,Wii,2009,Action,Namco Bandai Games,0.13,0.03,0.03,0.02,0.2 +7558,Spectrobes: Origins,Wii,2009,Role-Playing,Disney Interactive Studios,0.16,0.02,0,0.02,0.2 +7559,Earth Defense Force: Insect Armageddon,PS3,2011,Shooter,D3Publisher,0.06,0.04,0.08,0.02,0.2 +7560,Pitfall: The Lost Expedition,PS2,2004,Platform,Activision,0.1,0.08,0,0.03,0.2 +7561,Marvel: Ultimate Alliance 2,DS,2009,Role-Playing,Activision,0.16,0.03,0,0.02,0.2 +7562,From TV Animation One Piece: Grand Battle! 3,GC,2003,Fighting,Namco Bandai Games,0,0,0.2,0.01,0.2 +7563,Assassin's Creed Syndicate,PC,2015,Action,Ubisoft,0.1,0.08,0,0.02,0.2 +7564,Rocket Power: Zero Gravity Zone,GBA,2003,Sports,THQ,0.14,0.05,0,0,0.2 +7565,Le Mans 24 Hours,PS2,2001,Racing,Infogrames,0.09,0.07,0.02,0.02,0.2 +7566,XCOM 2,PC,2016,Strategy,Take-Two Interactive,0.09,0.1,0,0.02,0.2 +7567,International Cricket 2010,PS3,2010,Sports,Codemasters,0,0.15,0,0.05,0.2 +7568,ESPN MLB Baseball,PS2,2004,Sports,Sega,0.1,0.08,0,0.03,0.2 +7569,Neighborhood Games,Wii,2009,Misc,THQ,0.17,0.02,0,0.01,0.2 +7570,All Star Pro-Wrestling,PS2,2000,Fighting,SquareSoft,0,0,0.2,0,0.2 +7571,Way of the Samurai 4,PS3,2011,Action,Nippon Ichi Software,0,0.03,0.16,0.01,0.2 +7572,Clive Barker's Jericho,PS3,2007,Shooter,Codemasters,0.17,0.01,0,0.02,0.2 +7573,Harvest Moon: More Friends of Mineral Town,GBA,2003,Simulation,Ubisoft,0.14,0.05,0,0,0.2 +7574,Captain America: Super Soldier,PS3,2011,Action,Sega,0.1,0.07,0,0.03,0.2 +7575,MLB 12: The Show,PSV,2012,Sports,Sony Computer Entertainment,0.18,0,0,0.02,0.2 +7576,The Fairly Odd Parents: Shadow Showdown,GC,2004,Platform,THQ,0.16,0.04,0,0.01,0.2 +7577,NHL 17,PS4,2016,Sports,Electronic Arts,0.13,0.04,0,0.04,0.2 +7578,Mobile Suit Gundam Side Story II: Aoi o Uketsugu Mono,SAT,1996,Shooter,Namco Bandai Games,0,0,0.2,0,0.2 +7579,Camping Mama: Outdoor Adventures,DS,2011,Simulation,505 Games,0.13,0.06,0,0.02,0.2 +7580,Kurohyou 2: Ryu ga Gotoku Ashura Hen,PSP,2012,Action,Sega,0,0,0.2,0,0.2 +7581,NBA 2K2,XB,2002,Sports,Sega,0.15,0.04,0,0.01,0.2 +7582,X2: Wolverine's Revenge,GBA,2003,Platform,Activision,0.14,0.05,0,0,0.2 +7583,7th Dragon 2020,PSP,2011,Role-Playing,Sega,0,0,0.2,0,0.2 +7584,Cars,XB,2006,Racing,THQ,0.15,0.04,0,0.01,0.2 +7585,Taiko no Tatsujin: Waku Waku Anime Matsuri,PS2,2003,Misc,Namco Bandai Games,0,0,0.2,0,0.2 +7586,Imagine: Babyz Fashion,DS,2009,Simulation,Ubisoft,0.19,0,0,0.01,0.2 +7587,Spy Hunter,GC,2002,Racing,Midway Games,0.16,0.04,0,0.01,0.2 +7588,Warriors Orochi,PSP,2008,Action,Tecmo Koei,0.02,0,0.18,0,0.2 +7589,Dead to Rights II,PS2,2005,Shooter,Electronic Arts,0.1,0.08,0,0.03,0.2 +7590,Super Dodge Ball Advance,GBA,2001,Sports,Ubisoft,0.14,0.05,0,0,0.2 +7591,Ogre Battle Saga Episode Five: The March of the Black Queen,PS,1996,Role-Playing,ArtDink,0.06,0.04,0.09,0.01,0.2 +7592,Ridge Racer 6,X360,2005,Racing,Namco Bandai Games,0.1,0.02,0.07,0.01,0.2 +7593,Angry Birds Star Wars,PS4,2013,Strategy,Activision,0.1,0.08,0,0.03,0.2 +7594,"Ni Hao, Kai-lan: New Year's Celebration",DS,2009,Misc,Take-Two Interactive,0.19,0,0,0.01,0.2 +7595,Press Your Luck 2010 Edition,DS,2009,Misc,Ubisoft,0.19,0,0,0.01,0.2 +7596,Treasure World,DS,2009,Simulation,Aspyr,0.19,0,0,0.01,0.2 +7597,Front Mission Evolved,X360,2010,Shooter,Square Enix,0.1,0.07,0.02,0.02,0.2 +7598,Body and Brain Connection,X360,2010,Misc,Namco Bandai Games,0.1,0.08,0,0.02,0.2 +7599,MDK,PS,1997,Shooter,Interplay,0.11,0.08,0,0.01,0.2 +7600,Monster Jam,X360,2007,Racing,Activision,0.18,0,0,0.02,0.2 +7601,Afro Samurai,PS3,2009,Action,Atari,0.12,0.05,0,0.03,0.2 +7602,Rock Band Track Pack: Classic Rock,PS2,2009,Misc,MTV Games,0.1,0.08,0,0.03,0.2 +7603,Zone of the Enders HD Collection,X360,2012,Simulation,Konami Digital Entertainment,0.14,0.04,0.01,0.02,0.2 +7604,Ty the Tasmanian Tiger 2: Bush Rescue,GC,2004,Platform,Electronic Arts,0.15,0.04,0,0.01,0.2 +7605,Speed Punks,PS,1998,Racing,Sony Computer Entertainment,0.11,0.08,0,0.01,0.2 +7606,The Legend of Heroes VII: The Trail of Blue,PSP,2011,Role-Playing,Falcom Corporation,0,0,0.2,0,0.2 +7607,No More Heroes: Heroes' Paradise,PS3,2010,Action,Konami Digital Entertainment,0.1,0.04,0.04,0.02,0.2 +7608,Mahjongg Mysteries: Ancient Egypt,DS,2010,Puzzle,Avanquest,0.07,0.11,0,0.02,0.2 +7609,Saints Row IV,XOne,2015,Action,Deep Silver,0.1,0.09,0,0.02,0.2 +7610,Injustice: Gods Among Us,WiiU,2013,Fighting,Warner Bros. Interactive Entertainment,0.1,0.08,0,0.02,0.2 +7611,MVP Baseball 2003,XB,2003,Sports,Electronic Arts,0.15,0.04,0,0.01,0.2 +7612,CSI: Unsolved!,DS,2010,Adventure,Ubisoft,0.13,0.06,0,0.02,0.2 +7613,Star Wars: Battlefront,PC,2004,Shooter,LucasArts,0.06,0.12,0,0.02,0.2 +7614,NCAA Final Four 2004,PS2,2003,Sports,Sony Computer Entertainment,0.1,0.08,0,0.03,0.2 +7615,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",XB,2005,Action,Disney Interactive Studios,0.15,0.04,0,0.01,0.2 +7616,Tigger's Honey Hunt,N64,2000,Platform,Ubisoft,0.16,0.04,0,0,0.2 +7617,Famista 64,N64,N/A,Sports,Namco Bandai Games,0,0,0.17,0.03,0.2 +7618,Roadsters 99,N64,1999,Racing,Titus,0.06,0.13,0,0.01,0.2 +7619,Magical Tetris Challenge,N64,1997,Puzzle,Activision,0.13,0.02,0.05,0,0.2 +7620,Twisted Edge Extreme Snowboarding,N64,1998,Sports,Kemco,0.16,0.04,0,0,0.2 +7621,Disney's Tarzan,N64,2000,Platform,Activision,0.16,0.04,0,0,0.2 +7622,South Park Rally,N64,2000,Racing,Acclaim Entertainment,0.16,0.04,0,0,0.2 +7623,Body Harvest,N64,1998,Shooter,Gremlin Interactive Ltd,0.16,0.04,0,0,0.2 +7624,San Francisco Rush 2049,N64,2000,Racing,Midway Games,0.16,0.04,0,0,0.2 +7625,Super Robot Taisen 64,N64,1999,Strategy,Banpresto,0,0,0.2,0,0.2 +7626,Snowboard Kids,N64,1996,Sports,Atlus,0.16,0.04,0,0,0.2 +7627,NBA 07,PSP,2006,Sports,Sony Computer Entertainment,0.18,0,0,0.02,0.2 +7628,IHRA Drag Racing 2004,XB,2003,Racing,Bethesda Softworks,0.15,0.04,0,0.01,0.2 +7629,Shining Hearts,PSP,2010,Role-Playing,Sega,0,0,0.2,0,0.2 +7630,Magical ZhuZhu Princess: Carriages & Castles,DS,2011,Simulation,Activision,0.14,0.04,0,0.02,0.2 +7631,Code of Princess,3DS,2012,Action,Agatsuma Entertainment,0.16,0,0.03,0.01,0.2 +7632,Tomb Raider: Underworld,DS,2008,Action,Eidos Interactive,0.16,0.03,0,0.02,0.2 +7633,The Con,PSP,2005,Fighting,Sony Computer Entertainment,0.18,0,0,0.02,0.2 +7634,Tony Hawk's Pro Skater 5,PS4,2015,Sports,Activision,0.09,0.08,0,0.03,0.2 +7635,Jissen Pachi-Slot Hisshouhou! Aladdin A,PS2,2002,Misc,Sammy Corporation,0,0,0.2,0,0.2 +7636,Namco Museum: 50th Anniversary,GBA,2005,Misc,Namco Bandai Games,0.14,0.05,0,0,0.2 +7637,Ford Racing Off Road,PS2,2008,Racing,Xplosiv,0.1,0.08,0,0.03,0.2 +7638,The Witch and the Hundred Knight,PS3,2013,Role-Playing,Nippon Ichi Software,0.06,0.02,0.1,0.01,0.2 +7639,Nobunaga no Yabou: Reppuuden,PS,1999,Strategy,Tecmo Koei,0,0,0.19,0.01,0.2 +7640,Hot Wheels: Track Attack,Wii,2010,Racing,THQ,0.15,0.04,0,0.01,0.2 +7641,Schlag den Raab,Wii,2010,Misc,Namco Bandai Games,0,0.17,0,0.03,0.2 +7642,UFC Personal Trainer: The Ultimate Fitness System,PS3,2011,Sports,THQ,0.08,0.09,0,0.04,0.2 +7643,Total War: Shogun 2 - Fall of the Samurai,PC,2012,Strategy,Sega,0.07,0.1,0,0.03,0.2 +7644,The BIGS 2,PS2,2009,Sports,Take-Two Interactive,0.1,0.08,0,0.03,0.2 +7645,Mat Hoffman's Pro BMX 2,XB,2002,Sports,Activision,0.15,0.04,0,0.01,0.2 +7646,Treasure Hunter G,SNES,1996,Role-Playing,SquareSoft,0,0,0.2,0,0.2 +7647,Untold Legends: Dark Kingdom,PS3,2006,Role-Playing,Electronic Arts,0.14,0.02,0.02,0.02,0.2 +7648,From Russia With Love,XB,2005,Action,Electronic Arts,0.15,0.04,0,0.01,0.2 +7649,Wing Arms,SAT,1994,Shooter,Sega,0,0,0.2,0,0.2 +7650,Dead Space 3,PC,N/A,Action,Electronic Arts,0.02,0.15,0,0.02,0.2 +7651,Pro Yaky? Spirits 2013,PS3,2013,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7652,We Wish You A Merry Christmas,Wii,2009,Action,Destineer,0.14,0.04,0,0.02,0.2 +7653,BioShock The Collection,PS4,2016,Shooter,Take-Two Interactive,0.05,0.11,0.01,0.03,0.2 +7654,DanceDanceRevolution,PS3,2010,Simulation,Konami Digital Entertainment,0.12,0.05,0,0.02,0.2 +7655,Cabela's Big Game Hunter (2008),PS2,2007,Sports,Activision Value,0.1,0.08,0,0.03,0.2 +7656,Grandia II,DC,2000,Role-Playing,Ubisoft,0,0,0.2,0,0.2 +7657,Namco Museum Vol.4,PS,1996,Misc,Sony Computer Entertainment,0.02,0.01,0.16,0.01,0.2 +7658,The Cheetah Girls: Passport to Stardom,DS,2008,Misc,Disney Interactive Studios,0.18,0,0,0.01,0.2 +7659,UFC Personal Trainer: The Ultimate Fitness System,Wii,2011,Sports,THQ,0.12,0.06,0,0.02,0.2 +7660,How to Train Your Dragon 2,X360,2014,Adventure,Little Orbit,0.05,0.13,0,0.02,0.2 +7661,Shark Tale,XB,2004,Action,Activision,0.15,0.04,0,0.01,0.2 +7662,NFL Street 2,GC,2004,Sports,Electronic Arts,0.15,0.04,0,0.01,0.2 +7663,Pro Yaky? Spirits 2013,PSP,2013,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7664,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,PS2,2005,Action,Konami Digital Entertainment,0.1,0.08,0,0.03,0.2 +7665,My Secret World by Imagine,DS,2008,Misc,Ubisoft,0,0.2,0,0,0.2 +7666,Soldier of Fortune: Payback,X360,2007,Shooter,Activision,0.18,0.01,0,0.01,0.2 +7667,Ridge Racer,PSV,2011,Racing,Namco Bandai Games,0.04,0.08,0.05,0.03,0.2 +7668,Bleach: The 3rd Phantom,DS,2008,Role-Playing,Sega,0.1,0.02,0.07,0.01,0.2 +7669,Gladius,PS2,2003,Strategy,Activision,0.1,0.08,0,0.03,0.2 +7670,Family Feud: 2012 Edition,Wii,2011,Misc,Ubisoft,0.19,0,0,0.01,0.2 +7671,Dave Mirra Freestyle BMX 2,XB,2001,Sports,Acclaim Entertainment,0.15,0.04,0,0.01,0.2 +7672,Spore Hero Arena,DS,2009,Simulation,Electronic Arts,0.18,0,0,0.01,0.2 +7673,Pro Yaky? Spirits 2012,PSP,2012,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7674,Puzzle & Dragons X: God Chapter / Dragon Chapter,3DS,2016,Action,GungHo,0,0,0.2,0,0.2 +7675,SpongeBob SquarePants: Revenge of the Flying Dutchman,GC,2002,Platform,THQ,0.15,0.04,0,0.01,0.2 +7676,Record of Agarest War,X360,2008,Role-Playing,Compile Heart,0.18,0,0.01,0.01,0.2 +7677,Baja: Edge of Control,X360,2008,Racing,THQ,0.12,0.06,0,0.02,0.2 +7678,Sid Meier's Pirates!,PSP,2007,Strategy,Take-Two Interactive,0.16,0.01,0,0.02,0.2 +7679,Taiko no Tatsujin: Go! Go! Godaime,PS2,2004,Misc,Namco Bandai Games,0,0,0.2,0,0.2 +7680,Taiko Drum Master,PS2,2004,Misc,Namco Bandai Games,0.1,0.08,0,0.03,0.2 +7681,High School Musical 3: Senior Year DANCE!,X360,2008,Misc,Disney Interactive Studios,0.18,0,0,0.01,0.2 +7682,Harry Potter and the Goblet of Fire,PSP,2005,Action,Electronic Arts,0.17,0.01,0,0.02,0.2 +7683,Bust-A-Move 2 Arcade Edition,PS,1995,Puzzle,Acclaim Entertainment,0.11,0.07,0,0.01,0.2 +7684,South Park: The Stick of Truth,PC,2014,Role-Playing,Ubisoft,0.07,0.1,0,0.02,0.2 +7685,Tom Clancy's Splinter Cell: Essentials,PSP,2006,Shooter,Ubisoft,0.17,0.01,0,0.02,0.2 +7686,Tetris Worlds (Online Edition),XB,2003,Puzzle,THQ,0.15,0.04,0,0.01,0.2 +7687,Armored Core 4,PS3,2006,Simulation,505 Games,0.09,0,0.09,0.01,0.2 +7688,Sleeping Dogs,XOne,2014,Action,Square Enix,0.1,0.09,0,0.02,0.2 +7689,Forgotten Realms: Demon Stone,PS2,2004,Action,Atari,0.1,0.08,0,0.03,0.2 +7690,Super Baseball Simulator 1.000,SNES,1991,Sports,Culture Brain,0,0,0.2,0,0.2 +7691,Barbie Horse Adventures: Riding Camp,Wii,2008,Sports,Activision,0.18,0,0,0.01,0.2 +7692,Resident Evil: Revelations,WiiU,2013,Action,Capcom,0.07,0.08,0.03,0.01,0.2 +7693,Go Play: Lumberjacks,Wii,2009,Simulation,Majesco Entertainment,0.18,0,0,0.01,0.2 +7694,Looney Tunes: Space Race,PS2,2002,Racing,Infogrames,0.1,0.08,0,0.03,0.2 +7695,Puzzle Challenge: Crosswords and More!,PSP,2006,Puzzle,Crave Entertainment,0.18,0,0,0.01,0.2 +7696,NASCAR Unleashed,Wii,2011,Racing,Activision,0.18,0,0,0.01,0.2 +7697,Backyard Hockey,GBA,2003,Sports,Atari,0.14,0.05,0,0,0.2 +7698,Playboy: The Mansion,PS2,2005,Simulation,Ubisoft,0.1,0.08,0,0.03,0.2 +7699,Jikkyou Powerful Pro Yakyuu 2010,PSP,2010,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7700,Shiren the Wanderer,Wii,2008,Role-Playing,Sega,0.08,0,0.11,0.01,0.2 +7701,Ore no Shikabane o Koete Yuke,PSP,2011,Role-Playing,Sony Computer Entertainment,0,0,0.2,0,0.2 +7702,Shaman King: Spirit of Shamans,PS,2002,Action,Namco Bandai Games,0,0,0.18,0.01,0.2 +7703,Tiger Woods PGA Tour 06,PSP,2005,Sports,Electronic Arts,0.18,0,0,0.01,0.2 +7704,Conan,X360,2007,Action,THQ,0.16,0.02,0,0.02,0.2 +7705,Ratatouille,GBA,2007,Action,THQ,0.14,0.05,0,0,0.2 +7706,The Fairly Odd Parents: Enter the Cleft,GBA,2002,Platform,THQ,0.14,0.05,0,0,0.2 +7707,Warriors Orochi,X360,2007,Action,Tecmo Koei,0.17,0.01,0,0.02,0.2 +7708,MC Groovz Dance Craze,GC,2004,Misc,Mad Catz,0.15,0.04,0,0.01,0.2 +7709,The Thing,XB,2002,Adventure,Vivendi Games,0.15,0.04,0,0.01,0.2 +7710,Tom and Jerry in House Trap,PS,2000,Action,Ubisoft,0.11,0.07,0,0.01,0.2 +7711,Power Rangers: Time Force,GBA,2001,Action,THQ,0.14,0.05,0,0,0.2 +7712,101-in-1 Explosive Megamix,DS,2008,Puzzle,Nordcurrent,0.05,0.13,0,0.02,0.2 +7713,X-Men Origins: Wolverine,DS,2009,Action,Activision,0.15,0.03,0,0.02,0.2 +7714,Jikkyou Powerful Pro Yakyuu 2011,PSP,2011,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7715,DS Kageyama Method: Dennou Hanpuku - Masu x Masu Hyaku Masu Keisan,DS,2006,Misc,Shogakukan,0,0,0.2,0,0.2 +7716,Baldur's Gate: Dark Alliance,XB,2002,Role-Playing,Virgin Interactive,0.15,0.04,0,0.01,0.2 +7717,Family Guy,PSP,2006,Action,Take-Two Interactive,0.18,0,0,0.02,0.2 +7718,Prince of Persia: Warrior Within,GC,2004,Action,Ubisoft,0.15,0.04,0,0.01,0.2 +7719,UFC: Tapout,XB,2002,Fighting,Crave Entertainment,0.14,0.05,0,0.01,0.2 +7720,Aikatsu! Cinderella Lesson,3DS,2012,Role-Playing,Namco Bandai Games,0,0,0.2,0,0.2 +7721,Marvel Super Hero Squad: Comic Combat,Wii,2011,Action,THQ,0.15,0.03,0,0.01,0.2 +7722,Test Drive Unlimited 2,PC,N/A,Racing,Atari,0.05,0.11,0,0.03,0.2 +7723,Mega Man Legacy Collection,3DS,2016,Platform,Capcom,0.13,0,0.05,0.02,0.2 +7724,Predator: Concrete Jungle,PS2,2005,Action,Vivendi Games,0.1,0.07,0,0.03,0.2 +7725,Beyblade: Metal Fusion - Battle Fortress,Wii,2009,Action,Konami Digital Entertainment,0.15,0,0.03,0.01,0.2 +7726,WipeOut 3 The Game,3DS,2012,Action,Activision,0.18,0,0,0.01,0.2 +7727,Big Mutha Truckers 2,PS2,2005,Racing,Xplosiv,0.1,0.07,0,0.03,0.2 +7728,Shutter Island,PC,2009,Adventure,Merscom LLC,0,0.17,0,0.03,0.2 +7729,The Naked Brothers Band: The Video Game,DS,2008,Misc,THQ,0.18,0,0,0.01,0.2 +7730,Demon Gaze,PSV,2013,Role-Playing,Nippon Ichi Software,0.06,0.03,0.08,0.02,0.2 +7731,Zombie Army Trilogy,PS4,2015,Shooter,Rebellion Developments,0.04,0.12,0,0.03,0.2 +7732,NHL FaceOff 2001,PS2,2001,Sports,Sony Computer Entertainment,0.1,0.07,0,0.02,0.2 +7733,Mana Khemia 2: Fall of Alchemy,PS2,2008,Role-Playing,Gust,0.07,0.05,0.05,0.02,0.2 +7734,The Great Escape,PS2,2003,Action,SCi,0.1,0.07,0,0.02,0.2 +7735,Dexter's Lab Chess Challenge,GBA,2002,Misc,BAM! Entertainment,0.14,0.05,0,0,0.2 +7736,Nostalgia,DS,2008,Role-Playing,Tecmo Koei,0.16,0,0.02,0.01,0.19 +7737,DiRT Showdown,PS3,2012,Racing,Codemasters,0.02,0.13,0,0.04,0.19 +7738,Iron Chef America: Supreme Cuisine,DS,2008,Simulation,Destineer,0.18,0,0,0.01,0.19 +7739,Arcade Shooting Gallery,Wii,2008,Shooter,Zoo Games,0.18,0,0,0.01,0.19 +7740,The Rise of the Argonauts,PS3,2008,Role-Playing,Codemasters,0.05,0.12,0,0.03,0.19 +7741,Big Mutha Truckers,XB,2002,Racing,Empire Interactive,0.15,0.04,0,0.01,0.19 +7742,ESA Foundation Compilation,PS2,2005,Misc,Sony Computer Entertainment,0.1,0.07,0,0.02,0.19 +7743,The Hobbit,GBA,2003,Platform,Vivendi Games,0.14,0.05,0,0,0.19 +7744,The King of Fighters XI,PS2,2006,Fighting,Ignition Entertainment,0.07,0.06,0.04,0.02,0.19 +7745,Ninja Gaiden 3,WiiU,2012,Action,Nintendo,0.15,0.03,0,0.02,0.19 +7746,Metro: Last Light,PC,2013,Action,Deep Silver,0.06,0.11,0,0.02,0.19 +7747,Dragon Ball Z: Idainaru Dragon Ball Densetsu,PS,1996,Fighting,Namco Bandai Games,0,0,0.18,0.01,0.19 +7748,Silent Hill HD Collection,X360,2012,Action,Konami Digital Entertainment,0.11,0.06,0.01,0.02,0.19 +7749,Bound By Flame,PS4,2014,Role-Playing,Focus Home Interactive,0.07,0.08,0,0.04,0.19 +7750,Conflict: Denied Ops,X360,2008,Shooter,Eidos Interactive,0.08,0.09,0,0.02,0.19 +7751,Saw II: Flesh & Blood,PS3,2010,Action,Konami Digital Entertainment,0.1,0.07,0,0.03,0.19 +7752,Ice Age: Dawn of the Dinosaurs,PS3,2009,Action,Activision,0.13,0.04,0,0.02,0.19 +7753,Sniper Elite,PS2,2005,Shooter,Ubisoft,0.1,0.07,0,0.02,0.19 +7754,Arc Rise Fantasia,Wii,2009,Role-Playing,Marvelous Interactive,0.13,0,0.06,0.01,0.19 +7755,"Ni Hao, Kai-lan: Super Game Day",Wii,2009,Misc,Take-Two Interactive,0.18,0,0,0.01,0.19 +7756,Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS,DS,2005,Action,Sega,0,0,0.19,0,0.19 +7757,Dynasty Warriors: Gundam 2,X360,2008,Action,Namco Bandai Games,0.07,0.03,0.08,0.01,0.19 +7758,Petz Pony: Beauty Pageant,DS,2009,Simulation,Ubisoft,0.18,0,0,0.01,0.19 +7759,Parlor! Mini 4,SNES,1996,Misc,Nippon Telenet,0,0,0.19,0,0.19 +7760,Breath of Fire II,GBA,2001,Role-Playing,Ubisoft,0.14,0.05,0,0,0.19 +7761,The Spiderwick Chronicles,Wii,2008,Action,Vivendi Games,0.17,0.01,0,0.01,0.19 +7762,Danganronpa 2: Goodbye Despair,PSP,2012,Misc,Spike,0,0,0.19,0,0.19 +7763,Aliens vs Predator,PC,2010,Shooter,Sega,0,0.17,0,0.02,0.19 +7764,Ice Age 2: The Meltdown,GC,2006,Platform,Vivendi Games,0.15,0.04,0,0.01,0.19 +7765,Steins;Gate,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.19,0,0.19 +7766,Enchanted Arms,X360,2006,Role-Playing,Ubisoft,0.16,0.02,0,0.02,0.19 +7767,Dinotopia: The Timestone Pirates,GBA,2002,Action,TDK Core,0.14,0.05,0,0,0.19 +7768,Power Pro Kun Pocket 12,DS,2009,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7769,J-League Jikkyou Winning Eleven 3,PS,1997,Sports,Konami Digital Entertainment,0,0,0.18,0.01,0.19 +7770,The Sims 4: Get Together,PC,2015,Simulation,Electronic Arts,0.05,0.13,0,0.01,0.19 +7771,Jissen Pachi-Slot Hisshouhou,SNES,1993,Misc,Sammy Corporation,0,0,0.19,0,0.19 +7772,Pac-Man & Galaga Dimensions,3DS,2011,Misc,Namco Bandai Games,0.1,0.04,0.04,0.01,0.19 +7773,Quantum Theory,PS3,2010,Shooter,Tecmo Koei,0.05,0.09,0.02,0.03,0.19 +7774,Manhunt,XB,2004,Action,Take-Two Interactive,0.14,0.04,0,0.01,0.19 +7775,NCAA Final Four 2003,PS2,2002,Sports,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7776,Air Conflicts: Secret Wars,PS3,2011,Simulation,bitComposer Games,0.1,0.06,0,0.03,0.19 +7777,Rio,Wii,2011,Misc,THQ,0.14,0.04,0,0.01,0.19 +7778,Dream Salon,DS,2009,Misc,Zoo Digital Publishing,0.18,0,0,0.01,0.19 +7779,Scene It? Twilight,DS,2010,Misc,Konami Digital Entertainment,0.11,0.07,0,0.02,0.19 +7780,Disgaea DS,DS,2008,Role-Playing,Square Enix,0.11,0.02,0.05,0.01,0.19 +7781,Peter Jackson's King Kong: The Official Game of the Movie,PSP,2005,Action,Ubisoft,0.16,0.01,0,0.02,0.19 +7782,Space Invaders Extreme 2,DS,2009,Shooter,Square Enix,0.17,0.01,0,0.01,0.19 +7783,X-Men Origins: Wolverine,PSP,2009,Action,Activision,0.13,0.03,0,0.03,0.19 +7784,Great Phoenix Wright: Ace Attorney - Naruhodou Ryuunosuke no Bouken,3DS,2015,Action,Capcom,0,0,0.19,0,0.19 +7785,Mystery Tales of Time Travel,DS,2010,Puzzle,Foreign Media Games,0.01,0.16,0,0.02,0.19 +7786,J-League Excite Stage '96,SNES,1996,Sports,Epoch,0,0,0.19,0,0.19 +7787,Risen,X360,2009,Role-Playing,Deep Silver,0.07,0.11,0,0.01,0.19 +7788,Hidden Mysteries: Vampire Secrets,DS,2010,Adventure,Astragon,0.06,0.11,0,0.02,0.19 +7789,New Love Plus,3DS,2012,Simulation,Konami Digital Entertainment,0,0,0.19,0,0.19 +7790,Final Fantasy XI,X360,2006,Role-Playing,Square Enix,0.17,0.01,0,0.01,0.19 +7791,Breath of Fire: Dragon Quarter,PS2,2002,Role-Playing,Capcom,0.09,0.07,0,0.02,0.19 +7792,Jikkyou J-League Perfect Striker,N64,1996,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7793,Dante's Inferno,PSP,2010,Action,Electronic Arts,0.12,0.03,0.01,0.03,0.19 +7794,Shrek: Forever After,PS3,2010,Platform,Activision,0.16,0.02,0,0.02,0.19 +7795,Rock Band Country Track Pack,PS3,2009,Misc,MTV Games,0.18,0,0,0.01,0.19 +7796,Super Robot Taisen: Scramble Commander,PS2,2003,Strategy,Banpresto,0,0,0.19,0,0.19 +7797,Re-Volt,PS,1998,Racing,Acclaim Entertainment,0.11,0.07,0,0.01,0.19 +7798,Conception II: Children of the Seven Stars,PSV,2013,Role-Playing,Screenlife,0.13,0,0.04,0.02,0.19 +7799,Descent,PS,1996,Shooter,Interplay,0.11,0.07,0,0.01,0.19 +7800,Supreme Commander 2,PC,2010,Strategy,Square Enix,0,0.15,0,0.04,0.19 +7801,DanceMasters,X360,2010,Misc,Konami Digital Entertainment,0.15,0.02,0.02,0.01,0.19 +7802,50 Cent: Blood on the Sand,PS3,2009,Shooter,THQ,0.1,0.06,0.01,0.03,0.19 +7803,Disney's Magical Mirror Starring Mickey Mouse,GC,2002,Adventure,Nintendo,0.15,0.04,0,0.01,0.19 +7804,Need for Speed: The Run,3DS,2011,Action,Electronic Arts,0.09,0.09,0,0.02,0.19 +7805,Jeep Thrills,Wii,2008,Racing,Zoo Digital Publishing,0.18,0,0,0.01,0.19 +7806,Conflict: Denied Ops,PS3,2008,Shooter,Eidos Interactive,0.05,0.1,0,0.03,0.19 +7807,FaceBreaker,X360,2008,Fighting,Electronic Arts,0.15,0.02,0,0.02,0.19 +7808,Major League Baseball 2K12,PS3,2012,Sports,Take-Two Interactive,0.18,0,0,0.01,0.19 +7809,Might & Magic: Clash of Heroes,DS,2009,Role-Playing,Ubisoft,0.16,0.02,0,0.01,0.19 +7810,Avatar: The Last Airbender - Into the Inferno,Wii,2008,Adventure,THQ,0.17,0.01,0,0.01,0.19 +7811,IHRA Professional Drag Racing 2005,PS2,2004,Racing,Bethesda Softworks,0.09,0.07,0,0.02,0.19 +7812,Mace Griffin: Bounty Hunter,PS2,2003,Shooter,Electronic Arts,0.09,0.07,0,0.02,0.19 +7813,Legacy of Kain: Defiance,XB,2003,Action,Eidos Interactive,0.14,0.04,0,0.01,0.19 +7814,Story of Seasons: Good Friends of the Three Villages,3DS,2016,Simulation,Marvelous Interactive,0,0,0.19,0,0.19 +7815,Chaotic: Shadow Warriors,Wii,2009,Action,Activision,0.18,0,0,0.01,0.19 +7816,Majin and the Forsaken Kingdom,X360,2010,Adventure,Namco Bandai Games,0.14,0.03,0,0.01,0.19 +7817,Trivial Pursuit unhinged,PS2,2004,Misc,Atari,0.09,0.07,0,0.02,0.19 +7818,Tales of the World: Narikiri Dungeon 2,GBA,2002,Role-Playing,Namco Bandai Games,0,0,0.19,0,0.19 +7819,Spider-Man: Shattered Dimensions,DS,2010,Action,Activision,0.17,0.01,0,0.01,0.19 +7820,Aliens versus Predator: Extinction,PS2,2003,Strategy,Electronic Arts,0.09,0.07,0,0.02,0.19 +7821,Plants vs. Zombies,PS3,2011,Strategy,PopCap Games,0.18,0,0,0.01,0.19 +7822,NBA Live 14,XOne,2013,Sports,Electronic Arts,0.16,0.02,0,0.01,0.19 +7823,Silent Scope 2: Dark Silhouette,PS2,2001,Shooter,Konami Digital Entertainment,0.09,0.07,0,0.02,0.19 +7824,Dave Mirra Freestyle BMX 2,GBA,2001,Sports,Acclaim Entertainment,0.14,0.05,0,0,0.19 +7825,Jikkyou Powerful Pro Yakyuu '96 Kaimakuban,SNES,1996,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7826,Tokimeki Memorial Girl's Side 3rd Story,DS,2010,Adventure,Konami Digital Entertainment,0,0,0.19,0,0.19 +7827,NHL Hitz Pro,PS2,2003,Sports,Midway Games,0.09,0.07,0,0.02,0.19 +7828,Tom Clancy's Splinter Cell: Blacklist,PC,2013,Action,Ubisoft,0.04,0.13,0,0.03,0.19 +7829,Allied General,PS,1996,Strategy,SSI,0.11,0.07,0,0.01,0.19 +7830,Fire ProWrestling G,PS,1999,Fighting,Human Entertainment,0,0,0.18,0.01,0.19 +7831,Kamen Rider: Battride War,PS3,2013,Action,Namco Bandai Games,0,0,0.19,0,0.19 +7832,Binary Domain,X360,2012,Action,Sega,0.09,0.07,0.02,0.02,0.19 +7833,IL-2 Sturmovik: Birds of Prey,PSP,2009,Simulation,505 Games,0.08,0.07,0,0.04,0.19 +7834,Farming Simulator 2015,XOne,2015,Simulation,Koch Media,0.1,0.07,0,0.02,0.19 +7835,Armored Core: For Answer,PS3,2008,Simulation,Ubisoft,0.06,0.02,0.1,0.01,0.19 +7836,Mahjong: Journey Quest for Tikal,DS,2008,Puzzle,Rondomedia,0.15,0.03,0,0.01,0.19 +7837,uDraw Studio: Instant Artist,Wii,2011,Misc,THQ,0.08,0.09,0,0.02,0.19 +7838,Naruto: Ninja Destiny,DS,2006,Fighting,Namco Bandai Games,0.02,0.01,0.16,0,0.19 +7839,GunGriffon,SAT,1995,Simulation,Sega,0,0,0.19,0,0.19 +7840,SingStar Pop Vol.2,PS2,2008,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7841,SNK Arcade Classics Vol. 1,PS2,2008,Misc,Ignition Entertainment,0.09,0.07,0,0.02,0.19 +7842,Darkstalkers 3,PS,1998,Fighting,Capcom,0.11,0.07,0,0.01,0.19 +7843,SpongeBob's Surf & Skate Roadtrip,X360,2011,Action,THQ,0.15,0.03,0,0.01,0.19 +7844,Frequency,PS2,2001,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7845,Death Jr.,PSP,2005,Platform,Konami Digital Entertainment,0.17,0,0,0.01,0.19 +7846,Cars: Race-O-Rama,PS3,2009,Racing,THQ,0.14,0.03,0,0.02,0.19 +7847,Inazuma Eleven Strikers 2012 Xtreme,Wii,2011,Role-Playing,Level 5,0,0,0.19,0,0.19 +7848,The Polar Express,GBA,2004,Adventure,THQ,0.14,0.05,0,0,0.19 +7849,2002 FIFA World Cup,XB,2002,Sports,Electronic Arts,0.14,0.04,0,0.01,0.19 +7850,Kan Colle Kai,PSV,2016,Action,Kadokawa Games,0,0,0.19,0,0.19 +7851,SpongeBob SquigglePants 3D,3DS,2011,Misc,THQ,0.13,0.05,0,0.02,0.19 +7852,Jampack: Summer 2003 (RP-T),PS2,2003,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7853,Need for Speed: Shift 2 Unleashed,PC,2011,Racing,Electronic Arts,0.05,0.11,0,0.03,0.19 +7854,Monster 4x4: Stunt Racer,Wii,2009,Racing,Ubisoft,0.18,0,0,0.01,0.19 +7855,Frogger's Adventures 2: The Lost Wand,GBA,2002,Adventure,Konami Digital Entertainment,0.14,0.05,0,0,0.19 +7856,Sudeki,XB,2004,Role-Playing,Microsoft Game Studios,0.14,0.04,0,0.01,0.19 +7857,Rango: The Video Game,PS3,2011,Action,Electronic Arts,0.07,0.09,0,0.04,0.19 +7858,The Amazing Spider-Man (Console Version),3DS,2012,Action,Activision,0.15,0.03,0,0.01,0.19 +7859,"Boku no Natsuyasumi 4: Seitouchi Shounen Tanteidan, Boku to Himitsu no Chizu",PSP,2009,Adventure,Sony Computer Entertainment,0,0,0.19,0,0.19 +7860,Hyperdevotion Noire: Goddess Black Heart,PSV,2014,Role-Playing,Idea Factory,0.08,0.02,0.06,0.03,0.19 +7861,Hexen,N64,1996,Shooter,GT Interactive,0.15,0.04,0,0,0.19 +7862,Mace: The Dark Age,N64,1997,Fighting,GT Interactive,0.15,0.04,0,0,0.19 +7863,AeroFighters Assault,N64,1997,Action,Video System,0.15,0.04,0,0,0.19 +7864,Puyo Puyo Sun 64,N64,1997,Puzzle,Compile,0,0,0.16,0.03,0.19 +7865,Chou-Kuukan Night Pro Yakyuu King (weekly JP sales),N64,1996,Sports,Imagineer,0,0,0.19,0,0.19 +7866,Quake,N64,1998,Shooter,GT Interactive,0.15,0.04,0,0,0.19 +7867,Sesame Street: Elmo's Number Journey,N64,1999,Misc,NewKidCo,0.15,0.04,0,0,0.19 +7868,Disney Magic World 2,3DS,2015,Action,Nintendo,0,0,0.19,0,0.19 +7869,Squeeballs Party,Wii,2009,Puzzle,Performance Designed Products,0.18,0,0,0.01,0.19 +7870,Tottadoo! Yoiko no Mujintou Seikatsu,DS,2008,Adventure,Namco Bandai Games,0,0,0.19,0,0.19 +7871,Where's Waldo? The Fantastic Journey,Wii,2009,Adventure,Ubisoft,0.18,0,0,0.01,0.19 +7872,Family Game Night 4: The Game Show,Wii,2011,Misc,Electronic Arts,0.13,0.04,0,0.01,0.19 +7873,Teenage Mutant Ninja Turtles 2: Battle Nexus,GC,2004,Action,Konami Digital Entertainment,0.15,0.04,0,0.01,0.19 +7874,Saints Row IV,PC,2013,Action,Deep Silver,0.11,0.06,0,0.02,0.19 +7875,Fighter Within,XOne,2013,Fighting,Ubisoft,0.11,0.07,0,0.02,0.19 +7876,Barbie Horse Adventures: Riding Camp,PS2,2008,Sports,Activision,0.09,0.07,0,0.02,0.19 +7877,SSX Tricky,GBA,2002,Sports,Electronic Arts,0.14,0.05,0,0,0.19 +7878,Kenka Banchou 4: Ichinen Sensou,PSP,2010,Action,Spike,0,0,0.19,0,0.19 +7879,Warhammer: Shadow of the Horned Rat,PS,1996,Strategy,Mindscape,0.11,0.07,0,0.01,0.19 +7880,Shadows of the Damned,X360,2011,Action,Electronic Arts,0.1,0.06,0.01,0.02,0.19 +7881,NBA 2K11,PC,2010,Action,Take-Two Interactive,0.18,0,0,0.01,0.19 +7882,Pro Yakyuu Team o Tsukurou!,DS,2008,Sports,Sega,0,0,0.19,0,0.19 +7883,Warriors: Legends of Troy,PS3,2011,Action,Tecmo Koei,0.06,0.05,0.07,0.02,0.19 +7884,Jeopardy!,DS,2010,Misc,THQ,0.18,0,0,0.01,0.19 +7885,ESPN International Track & Field,PS2,2000,Sports,Konami Digital Entertainment,0.09,0.07,0,0.02,0.19 +7886,Lunar Legend,GBA,2002,Role-Playing,Media Rings,0.14,0.05,0,0,0.19 +7887,Conflict: Global Terror,PS2,2005,Shooter,Eidos Interactive,0.09,0.07,0,0.02,0.19 +7888,Valhalla Knights 3,PSV,2013,Role-Playing,Xseed Games,0.04,0.01,0.12,0.01,0.19 +7889,Tamagotchi Party On!,Wii,2006,Misc,Namco Bandai Games,0.12,0,0.06,0.01,0.19 +7890,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 5: CR Shinseiki Evangelion * Pachi-Slot Shinseiki Evangelion,PS2,2006,Misc,D3Publisher,0,0,0.19,0,0.19 +7891,Brunswick Pro Bowling,PS3,2010,Sports,505 Games,0.1,0.06,0,0.03,0.19 +7892,Shaun White Skateboarding,PS3,2010,Sports,Ubisoft,0.11,0.05,0,0.03,0.19 +7893,Hulk,GC,2003,Action,Universal Interactive,0.15,0.04,0,0.01,0.19 +7894,The Heavy Rain and Beyond: Two Souls Collection,PS4,2016,Action,Sony Computer Entertainment,0,0.16,0,0.03,0.19 +7895,Cabela's Survival: Shadows of Katmai,PS3,2011,Sports,Activision,0.11,0.05,0,0.03,0.19 +7896,Shaun White Skateboarding,Wii,2010,Sports,Ubisoft,0.14,0.03,0,0.01,0.19 +7897,Boogie,PS2,2007,Misc,Electronic Arts,0.09,0.07,0,0.02,0.19 +7898,Gungrave,PS2,2002,Shooter,Activision,0.09,0.07,0,0.02,0.19 +7899,Phantasy Star Universe,PS2,2006,Role-Playing,Sega,0,0,0.19,0,0.19 +7900,Transworld Surf,PS2,2002,Sports,Atari,0.09,0.07,0,0.02,0.19 +7901,God Eater Resurrection,PSV,2015,Action,Namco Bandai Games,0,0,0.19,0,0.19 +7902,Tenchu: Fatal Shadows,PS2,2004,Action,Sega,0.09,0.07,0,0.02,0.19 +7903,Active Health with Carol Vorderman,DS,2009,Sports,Nintendo,0,0.18,0,0.01,0.19 +7904,Escape The Museum,DS,2010,Adventure,Astragon,0.05,0.12,0,0.02,0.19 +7905,The Legend of Spyro: A New Beginning,GC,2006,Platform,Vivendi Games,0.15,0.04,0,0.01,0.19 +7906,International Soccer,2600,1981,Sports,Mattel Interactive,0.18,0.01,0,0,0.19 +7907,Sing4: The Hits Edition,Wii,2011,Misc,Crave Entertainment,0.18,0,0,0.01,0.19 +7908,Jewel Master: Cradle of Athena,DS,2010,Puzzle,Storm City Games,0.18,0,0,0.01,0.19 +7909,Princess Maker: Yumemiru Yosei,PS,1997,Strategy,Sony Computer Entertainment,0,0,0.18,0.01,0.19 +7910,Pet Zombies,3DS,N/A,Simulation,Majesco Entertainment,0.18,0,0,0.01,0.19 +7911,Big Air,PS,1999,Sports,Accolade,0.1,0.07,0,0.01,0.19 +7912,Shining Force II,GEN,1993,Strategy,Sega,0,0,0.19,0,0.19 +7913,Gallop Racer,PS,1999,Sports,Tecmo Koei,0,0,0.18,0.01,0.19 +7914,Harry Potter and the Prisoner of Azkaban,XB,2004,Action,Electronic Arts,0.14,0.04,0,0.01,0.19 +7915,NASCAR Unleashed,3DS,2011,Racing,Activision,0.18,0,0,0.01,0.19 +7916,3rd Super Robot Wars Z Jigoku Hen,PSV,2014,Role-Playing,Namco Bandai Games,0,0,0.19,0,0.19 +7917,Sudoku Gridmaster (JP sales),DS,2006,Puzzle,Nintendo,0,0,0.19,0,0.19 +7918,Dynasty Warriors Gundam,X360,2007,Action,Namco Bandai Games,0.15,0.01,0.02,0.01,0.19 +7919,Taiko no Tatsujin: Wii U Version!,WiiU,2013,Misc,Namco Bandai Games,0,0,0.19,0,0.19 +7920,Monsters vs. Aliens,PS2,2009,Action,Activision,0.11,0,0,0.08,0.19 +7921,CSI: Fatal Conspiracy,PS3,2010,Adventure,Ubisoft,0.11,0.05,0,0.02,0.19 +7922,College Slam,PS,1995,Sports,Acclaim Entertainment,0.1,0.07,0,0.01,0.19 +7923,Arcania: Gothic 4,PC,2010,Role-Playing,JoWood Productions,0.09,0.08,0,0.02,0.19 +7924,Mushroom Men: The Spore Wars,Wii,2008,Action,SouthPeak Games,0.17,0.01,0,0.01,0.19 +7925,Zumba Fitness Rush,X360,2012,Sports,505 Games,0,0.16,0,0.02,0.19 +7926,Pro Yaky? Spirits 4,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7927,Pictionary,DS,2010,Puzzle,THQ,0.1,0.07,0,0.02,0.19 +7928,SoulCalibur Legends,Wii,2007,Action,Namco Bandai Games,0.16,0.01,0,0.01,0.19 +7929,Daigasso! Band Brothers,DS,2004,Misc,Nintendo,0,0,0.19,0,0.19 +7930,Rise of the Kasai,PS2,2005,Action,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7931,Thoroughbred Breeder,SNES,1993,Simulation,Hect,0,0,0.19,0,0.19 +7932,F1 2011,PC,2011,Racing,Codemasters,0,0.15,0,0.04,0.19 +7933,Momotarou Dentetsu World,DS,2010,Misc,Hudson Soft,0,0,0.19,0,0.19 +7934,Nobunaga no Yabou: Souzou,PS3,2013,Strategy,Tecmo Koei,0,0,0.19,0,0.19 +7935,Doctor Who: Return to Earth,Wii,2010,Adventure,Asylum Entertainment,0,0.16,0,0.02,0.19 +7936,The Munchables,Wii,2009,Action,Namco Bandai Games,0.17,0,0,0.01,0.19 +7937,We Dance,Wii,2011,Misc,Nordic Games,0,0.17,0,0.02,0.19 +7938,Chibi-Robo! Park Patrol,DS,2007,Adventure,Unknown,0,0,0.19,0,0.19 +7939,Bolt,PS3,2008,Adventure,Disney Interactive Studios,0.12,0.05,0,0.02,0.19 +7940,Singstar: Ultimate Party,PS4,2014,Misc,Sony Computer Entertainment Europe,0,0.16,0,0.03,0.19 +7941,Mathews Bowhunting,Wii,2010,Sports,Zoo Games,0.18,0,0,0.01,0.19 +7942,3rd Super Robot Wars Z: Tengoku-Hen,PSV,2015,Action,Namco Bandai Games,0,0,0.19,0,0.19 +7943,One Piece: Unlimited Adventure,Wii,2007,Adventure,Namco Bandai Games,0.07,0,0.11,0.01,0.19 +7944,Remington Super Slam Hunting: North America,Wii,2010,Sports,Mastiff,0.18,0,0,0.01,0.19 +7945,Crash & Spyro Superpack,GBA,2005,Platform,Vivendi Games,0.13,0.05,0,0,0.19 +7946,Earth Defense Force: Insect Armageddon,X360,2011,Shooter,D3Publisher,0.1,0.05,0.03,0.01,0.19 +7947,Face Training,DS,2007,Misc,Nintendo,0,0,0.19,0,0.19 +7948,Star Trek: Legacy,X360,N/A,Simulation,Ubisoft,0.14,0.03,0,0.02,0.19 +7949,ThunderStrike 2,PS,1994,Simulation,Core Design Ltd.,0.1,0.07,0,0.01,0.19 +7950,Disney's Meet the Robinsons,Wii,2007,Action,Disney Interactive Studios,0.17,0,0,0.01,0.19 +7951,Call of Duty: World at War,PC,2008,Shooter,Activision,0.02,0.13,0,0.03,0.19 +7952,Pro Yaky? Spirits 2012,PS3,2012,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7953,Kuma-Tomo,3DS,2013,Misc,Namco Bandai Games,0,0,0.19,0,0.19 +7954,Super Real Mahjong P V,SAT,1995,Misc,Seta Corporation,0,0,0.19,0,0.19 +7955,Thomas the Tank Engine & Friends,GBA,2004,Adventure,N/A,0.13,0.05,0,0,0.19 +7956,Grand Slam Tennis 2,X360,2012,Sports,Electronic Arts,0.1,0.07,0,0.02,0.19 +7957,Penguin no Mondai X: Tenkuu no 7 Senshi,DS,2009,Action,Konami Digital Entertainment,0,0,0.19,0,0.19 +7958,The Scorpion King: Sword of Osiris,GBA,2002,Action,Vivendi Games,0.13,0.05,0,0,0.19 +7959,Bubsy 3D,PS,1996,Platform,Accolade,0.1,0.07,0,0.01,0.19 +7960,Reel Fishing Paradise 3D,3DS,2011,Sports,Marvelous Interactive,0.12,0,0.06,0.01,0.19 +7961,NCAA Final Four 2001,PS2,2000,Sports,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7962,Farmtopia,DS,2010,Simulation,505 Games,0.18,0,0,0.01,0.19 +7963,Robin Hood: Defender of the Crown,PS2,2003,Strategy,Capcom,0.09,0.07,0,0.02,0.19 +7964,SD Gundam GX,SNES,1994,Strategy,Namco Bandai Games,0,0,0.19,0,0.19 +7965,R-Type Final,PS2,2003,Shooter,Metro 3D,0.09,0.07,0,0.02,0.19 +7966,Jackie Chan Adventures: Legend of the Dark Hand,GBA,2001,Action,Activision,0.13,0.05,0,0,0.19 +7967,MotoGP,Wii,2009,Racing,Capcom,0.05,0.11,0,0.02,0.19 +7968,Sega GT 2002,XB,2002,Racing,Sega,0.12,0.03,0.03,0.01,0.19 +7969,Ty the Tasmanian Tiger 3: Night of the Quinkan,PS2,2005,Action,Activision,0.09,0.07,0,0.02,0.19 +7970,WWE SmackDown vs. Raw 2009,DS,2008,Fighting,THQ,0.15,0.02,0,0.01,0.19 +7971,Pro Evolution Soccer 2014,3DS,2013,Action,Konami Digital Entertainment,0,0,0.19,0,0.19 +7972,Samurai Warriors 2: Empires,PS2,2006,Action,Tecmo Koei,0,0,0.19,0,0.19 +7973,Blood Omen 2,XB,2002,Action,Eidos Interactive,0.14,0.04,0,0.01,0.19 +7974,Jurassic: The Hunted,PS3,2009,Shooter,Activision,0.17,0,0,0.02,0.19 +7975,J-League Pro Soccer Club o Tsukurou! 5,PS2,2007,Sports,Sega,0,0,0.19,0,0.19 +7976,Harry Potter: Quidditch World Cup,XB,2003,Sports,Electronic Arts,0.14,0.04,0,0.01,0.19 +7977,Dance Central: Spotlight,XOne,2014,Misc,Microsoft Game Studios,0.15,0.03,0,0,0.19 +7978,Little Battlers eXperience W,PSP,2012,Role-Playing,Level 5,0,0,0.19,0,0.19 +7979,Magical Starsign (US sales),DS,2006,Role-Playing,Nintendo,0.16,0.03,0,0,0.19 +7980,Tekken Tag Tournament 2,WiiU,2012,Fighting,Namco Bandai Games,0.09,0.07,0.01,0.01,0.19 +7981,Hot Wheels: Battle Force 5,Wii,2009,Racing,Activision,0.17,0,0,0.01,0.19 +7982,Dragon Blade: Wrath of Fire,Wii,2007,Action,D3Publisher,0.17,0,0,0.01,0.19 +7983,La Pucelle: Tactics,PS2,2002,Role-Playing,Tecmo Koei,0.09,0.07,0,0.02,0.19 +7984,Phantasy Star Nova,PSV,2014,Role-Playing,Sega,0,0,0.19,0,0.19 +7985,SBK X: Superbike World Championship,X360,2010,Racing,Black Bean Games,0.1,0.07,0,0.02,0.19 +7986,Samurai Warriors: State of War,PSP,2005,Action,Tecmo Koei,0.07,0,0.11,0.01,0.19 +7987,Tiger Woods PGA Tour 07,XB,2006,Sports,Electronic Arts,0.13,0.05,0,0.01,0.19 +7988,Call of Juarez,X360,2007,Shooter,Ubisoft,0.14,0.02,0,0.01,0.19 +7989,Star Wars: The Clone Wars & Tetris Worlds,XB,2002,Misc,Microsoft Game Studios,0.14,0.04,0,0.01,0.19 +7990,The Bee Game,DS,2007,Adventure,Midway Games,0.17,0,0,0.01,0.19 +7991,EverQuest Online Adventures: Frontiers,PS2,2003,Role-Playing,Sony Online Entertainment,0.09,0.07,0,0.02,0.19 +7992,Cabela's Survival: Shadows of Katmai,X360,2011,Sports,Activision,0.14,0.03,0,0.01,0.19 +7993,NBA Ballers: Chosen One,X360,2008,Sports,Midway Games,0.17,0,0,0.01,0.19 +7994,WWE All Stars,PSP,2011,Fighting,THQ,0.12,0.04,0,0.03,0.19 +7995,Treasures of the Deep,PS,1997,Action,Namco Bandai Games,0.1,0.07,0,0.01,0.19 +7996,Phantasy Star Online Ver. 2,DC,2001,Role-Playing,Sega,0,0,0.19,0,0.19 +7997,EyePet & Friends,PS3,2011,Simulation,Sony Computer Entertainment,0.06,0.09,0,0.03,0.19 +7998,The Lord of the Rings: War in the North,PC,2011,Action,Warner Bros. Interactive Entertainment,0.04,0.11,0,0.03,0.18 +7999,Major League Baseball 2K10,PS3,2010,Sports,Take-Two Interactive,0.17,0,0,0.01,0.18 +8000,Fight Club,PS2,2004,Fighting,Vivendi Games,0.09,0.07,0,0.02,0.18 +8001,Hello Kitty: Birthday Adventures,DS,2010,Adventure,Namco Bandai Games,0.06,0.11,0,0.02,0.18 +8002,Syndicate,X360,2012,Shooter,Electronic Arts,0.1,0.06,0,0.02,0.18 +8003,Dance Dance Revolution: Disney Grooves,Wii,2009,Simulation,Konami Digital Entertainment,0.17,0,0,0.01,0.18 +8004,Pure Futbol,X360,2010,Sports,Ubisoft,0.08,0.09,0,0.02,0.18 +8005,Harvest Moon: A Wonderful Life Special Edition,PS2,2004,Simulation,505 Games,0.09,0.07,0,0.02,0.18 +8006,Sports Illustrated for Kids: Football,GBA,2003,Sports,BAM! Entertainment,0.13,0.05,0,0,0.18 +8007,The Last Airbender,DS,2010,Action,THQ,0.13,0.04,0,0.01,0.18 +8008,Happy Cooking,DS,2006,Simulation,Ubisoft,0.17,0,0,0.01,0.18 +8009,.hack//Quarantine Part 4: The Final Chapter,PS2,2003,Role-Playing,Atari,0.09,0.07,0,0.02,0.18 +8010,Close Combat: First to Fight,XB,2005,Shooter,Take-Two Interactive,0.14,0.04,0,0.01,0.18 +8011,MotoGP 14,PS4,2014,Racing,Milestone S.r.l.,0.04,0.11,0,0.04,0.18 +8012,Indiana Jones and the Emperor's Tomb,XB,2003,Action,LucasArts,0.14,0.04,0,0.01,0.18 +8013,NBA Live 08,Wii,2007,Sports,Electronic Arts,0.17,0,0,0.02,0.18 +8014,Buffy the Vampire Slayer: Chaos Bleeds,PS2,2003,Action,Vivendi Games,0.09,0.07,0,0.02,0.18 +8015,Half-Minute Hero,PSP,2009,Role-Playing,Rising Star Games,0.08,0.02,0.07,0.02,0.18 +8016,Rock Band Track Pack Volume 2,X360,2008,Misc,MTV Games,0.16,0.01,0,0.01,0.18 +8017,Reel Fishing II,PS,2000,Sports,Victor Interactive,0.1,0.07,0,0.01,0.18 +8018,Ringling Bros. and Barnum & Bailey Circus,Wii,2009,Action,Take-Two Interactive,0.17,0,0,0.01,0.18 +8019,The Walking Dead: Season One,PSV,2013,Adventure,Square Enix,0.14,0,0.01,0.03,0.18 +8020,Ty the Tasmanian Tiger,XB,2002,Platform,Electronic Arts,0.14,0.04,0,0.01,0.18 +8021,Dead or Alive,SAT,1997,Fighting,Tecmo Koei,0,0,0.18,0,0.18 +8022,Driving Emotion Type-S,PS2,2000,Racing,Electronic Arts,0.04,0.03,0.11,0.01,0.18 +8023,Siren,PS2,2003,Adventure,Sony Computer Entertainment,0.09,0.07,0,0.02,0.18 +8024,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",DS,2005,Action,Disney Interactive Studios,0.15,0.02,0,0.01,0.18 +8025,NARC,XB,2005,Shooter,Midway Games,0.14,0.04,0,0.01,0.18 +8026,Naruto Shippuden: Dragon Blade Chronicles,Wii,2009,Action,505 Games,0.11,0.02,0.05,0.01,0.18 +8027,Dynasty Warriors 8: Empires,PS4,2014,Action,Tecmo Koei,0.06,0.07,0.03,0.02,0.18 +8028,Super Robot Taisen J,GBA,2005,Strategy,Banpresto,0,0,0.18,0,0.18 +8029,Evolve,PC,2015,Shooter,Take-Two Interactive,0.07,0.1,0,0.01,0.18 +8030,Nep League DS,DS,2007,Sports,Jaleco,0,0,0.18,0,0.18 +8031,Ar tonelico 2: Melody of Metafalica,PS2,2007,Role-Playing,Nippon Ichi Software,0.04,0.03,0.11,0.01,0.18 +8032,de Blob 2,Wii,2011,Platform,THQ,0.11,0.06,0,0.02,0.18 +8033,Lips: Party Classics,X360,2010,Misc,Microsoft Game Studios,0.05,0.11,0,0.02,0.18 +8034,Casper: Friends Around the World,PS,2000,Action,TDK Core,0.1,0.07,0,0.01,0.18 +8035,Borderlands,PC,2009,Shooter,Take-Two Interactive,0.01,0.14,0,0.04,0.18 +8036,Jurassic Park III: Island Attack,GBA,2001,Adventure,Konami Digital Entertainment,0.13,0.05,0,0,0.18 +8037,Chaotic: Shadow Warriors,DS,2009,Action,Activision,0.17,0,0,0.01,0.18 +8038,Ghostbusters: The Video Game,PSP,2009,Action,Atari,0.16,0.01,0,0.02,0.18 +8039,GameBoy Wars,GB,1991,Strategy,Nintendo,0,0,0.18,0,0.18 +8040,Amplitude,PS2,2003,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.18 +8041,Alone in the Dark,Wii,2008,Adventure,Atari,0.09,0.08,0,0.02,0.18 +8042,Company of Heroes: Anthology,PC,2009,Strategy,THQ,0,0.15,0,0.04,0.18 +8043,Shape Up,XOne,2014,Misc,Ubisoft,0.08,0.09,0,0.01,0.18 +8044,Gauntlet: Seven Sorrows,XB,2005,Role-Playing,Midway Games,0.14,0.04,0,0.01,0.18 +8045,AirForce Delta Storm,XB,2001,Shooter,Konami Digital Entertainment,0.14,0.04,0,0.01,0.18 +8046,Trauma Team,Wii,N/A,Simulation,Unknown,0.15,0,0.02,0.01,0.18 +8047,Monopoly Party,XB,2002,Misc,Infogrames,0.14,0.04,0,0.01,0.18 +8048,Fear Effect 2: Retro Helix,PS,2001,Action,Eidos Interactive,0.1,0.07,0,0.01,0.18 +8049,How to Train Your Dragon,PS3,2010,Action,Activision,0.12,0.04,0,0.02,0.18 +8050,Remember Me,X360,2013,Action,Capcom,0.1,0.07,0,0.02,0.18 +8051,International Superstar Soccer 2000 (JP weekly sales),N64,1999,Sports,Konami Digital Entertainment,0,0,0.18,0,0.18 +8052,Chocobo no Fushigi Dungeon for WonderSwan,WS,1999,Role-Playing,Namco Bandai Games,0,0,0.18,0,0.18 +8053,Klonoa: Door to Phantomile,PS,1997,Platform,Sony Computer Entertainment,0,0,0.17,0.01,0.18 +8054,Vietcong: Purple Haze,PS2,2004,Shooter,Gathering of Developers,0.09,0.07,0,0.02,0.18 +8055,Hitman: HD Trilogy,X360,2013,Action,Square Enix,0.07,0.09,0,0.02,0.18 +8056,Atari Anniversary Advance,GBA,2002,Misc,Atari,0.13,0.05,0,0,0.18 +8057,Summer Athletics: The Ultimate Challenge,PS2,2008,Sports,DTP Entertainment,0,0,0,0.18,0.18 +8058,Driver: San Francisco,PC,2011,Racing,Ubisoft,0.05,0.1,0,0.03,0.18 +8059,Metal Gear Ac!d 2,PSP,2005,Strategy,Konami Digital Entertainment,0.11,0.01,0.05,0.01,0.18 +8060,Hatsune Miku and Future Stars: Project Mirai,3DS,2012,Misc,Sega,0,0,0.18,0,0.18 +8061,Let's TAP,Wii,2008,Misc,Sega,0.09,0.06,0.01,0.02,0.18 +8062,X-Men Origins: Wolverine,PS2,2009,Action,Activision,0.13,0,0,0.05,0.18 +8063,TalkMan (Japan),PSP,2005,Misc,Sony Computer Entertainment,0,0,0.18,0,0.18 +8064,Cabela's Adventure Camp,Wii,2011,Misc,Activision,0.15,0.02,0,0.01,0.18 +8065,LEGO Marvel's Avengers,3DS,2016,Action,Warner Bros. Interactive Entertainment,0.07,0.08,0.01,0.01,0.18 +8066,Bloody Roar: Primal Fury,GC,2002,Fighting,Activision,0.14,0.04,0,0,0.18 +8067,Shrek SuperSlam,DS,2005,Action,Activision,0.17,0,0,0.01,0.18 +8068,We Sing UK Hits,Wii,2011,Misc,Nordic Games,0,0.16,0,0.02,0.18 +8069,Mega Man Soccer,SNES,1993,Sports,Capcom,0.04,0.01,0.13,0,0.18 +8070,The Chronicles of Narnia: Prince Caspian,X360,2008,Action,Disney Interactive Studios,0.16,0.01,0,0.01,0.18 +8071,ZhuZhu Puppies,DS,2011,Simulation,Activision,0.13,0.04,0,0.01,0.18 +8072,Rabbids Party Collection,Wii,2010,Misc,Ubisoft,0,0.16,0,0.02,0.18 +8073,Trinity Universe,PS3,2009,Role-Playing,Nippon Ichi Software,0.07,0.06,0.03,0.02,0.18 +8074,Jewel Match,DS,2010,Puzzle,PlayV,0.05,0.12,0,0.02,0.18 +8075,FIFA Soccer 07,GC,2006,Sports,Electronic Arts,0.14,0.04,0,0,0.18 +8076,Dungeon Travelers 2: The Royal Library & The Monster Seal,PSV,2014,Role-Playing,Atlus,0.07,0.03,0.05,0.03,0.18 +8077,Dying Light,PC,2015,Action,Warner Bros. Interactive Entertainment,0.11,0.06,0,0.02,0.18 +8078,Vampire Savior: The Lord of Vampire,SAT,1998,Fighting,Capcom,0,0,0.18,0,0.18 +8079,Pok茅mon I Choose You / Squirtle Squad Game Boy Advance Video,GBA,2004,Misc,Nintendo,0.13,0.05,0,0,0.18 +8080,Super Robot Taisen UX,3DS,2013,Role-Playing,Namco Bandai Games,0,0,0.18,0,0.18 +8081,Six Flags Fun Park,DS,2008,Misc,Brash Entertainment,0.17,0,0,0.01,0.18 +8082,Test Drive Off-Road Wide Open,XB,2001,Racing,Infogrames,0.15,0.03,0,0.01,0.18 +8083,Guilty Gear Xrd: Sign,PS3,2014,Fighting,Arc System Works,0.09,0,0.07,0.02,0.18 +8084,Pro Yaky? Spirits 2011,PS3,2011,Sports,Konami Digital Entertainment,0,0,0.18,0,0.18 +8085,Ben 10 Ultimate Alien: Cosmic Destruction,X360,2010,Platform,D3Publisher,0.1,0.06,0,0.02,0.18 +8086,Dengeki Bunko Fighting Climax,PSV,2014,Fighting,Sega,0.08,0,0.07,0.03,0.18 +8087,Battle Commander: Hachibushu Shura no Heihou,SNES,1991,Strategy,Banpresto,0,0,0.18,0,0.18 +8088,Backbreaker,X360,N/A,Sports,Unknown,0.17,0,0,0.01,0.18 +8089,Odin Sphere: Leifthrasir,PS4,2016,Role-Playing,Nippon Ichi Software,0.06,0.03,0.07,0.02,0.18 +8090,Bad Boys: Miami Takedown,XB,2004,Shooter,Empire Interactive,0.14,0.04,0,0.01,0.18 +8091,Jampack Vol. 1,PS,1996,Misc,Sony Computer Entertainment,0.1,0.07,0,0.01,0.18 +8092,Spider-Man: Friend or Foe,PSP,2007,Action,Activision,0.16,0,0,0.01,0.18 +8093,Mega Man X: Command Mission,PS2,2004,Role-Playing,Capcom,0.09,0.07,0,0.02,0.18 +8094,Tokyo Xtreme Racer DRIFT,PS2,2003,Racing,Genki,0.09,0.07,0,0.02,0.18 +8095,Moon,PS,1997,Adventure,ASCII Entertainment,0,0,0.17,0.01,0.18 +8096,FIFA Soccer 11,PC,2010,Sports,Electronic Arts,0,0.14,0,0.04,0.18 +8097,LEGO Marvel Super Heroes,PC,2013,Action,Warner Bros. Interactive Entertainment,0.04,0.12,0,0.02,0.18 +8098,Cabela's Big Game Hunter 2005 Adventures,XB,2004,Sports,Activision,0.13,0.04,0,0.01,0.18 +8099,Disney Friends,DS,2007,Simulation,Disney Interactive Studios,0.13,0.04,0,0.01,0.18 +8100,Sesame Street: Elmo's Letter Adventure,N64,1999,Misc,NewKidCo,0.14,0.04,0,0,0.18 +8101,Re-Volt,N64,1999,Racing,Acclaim Entertainment,0.14,0.04,0,0,0.18 +8102,Gokujou Parodius,SNES,1994,Shooter,Konami Digital Entertainment,0,0,0.18,0,0.18 +8103,Hyperdimension Neptunia,PSV,2013,Role-Playing,Compile Heart,0.09,0,0.07,0.02,0.18 +8104,Gauntlet: Dark Legacy,GC,2002,Action,Midway Games,0.14,0.04,0,0,0.18 +8105,A.C.E.: Another Century's Episode 2,PS2,2006,Simulation,Banpresto,0,0,0.18,0,0.18 +8106,Guitar Hero Live,WiiU,2015,Misc,Activision,0.12,0.04,0,0.02,0.18 +8107,Shadow The Hedgehog,XB,2005,Platform,Sega,0.13,0.04,0,0.01,0.18 +8108,Ridge Racer Unbounded,PS3,2012,Racing,Namco Bandai Games,0.05,0.1,0,0.03,0.18 +8109,Burnout Legends,DS,2005,Racing,Electronic Arts,0.15,0.02,0,0.01,0.18 +8110,Horrid Henry: Missions of Mischief,DS,2010,Adventure,SouthPeak Games,0.01,0.15,0,0.02,0.18 +8111,Batman: Vengeance,GBA,2001,Adventure,Ubisoft,0.13,0.05,0,0,0.18 +8112,Full Auto 2: Battlelines,PS3,2006,Racing,Sega,0.14,0.02,0,0.02,0.18 +8113,Soccer Tsuku Tokudai Gou: J-League Pro Soccer Club o Tsukurou,DC,2000,Sports,Sega,0,0,0.18,0,0.18 +8114,The Adventures of Cookie & Cream,PS2,2000,Puzzle,Empire Interactive,0.09,0.07,0,0.02,0.18 +8115,Van Helsing,XB,2007,Action,Activision,0.13,0.04,0,0.01,0.18 +8116,Aliens: Colonial Marines,PC,2013,Shooter,Sega,0.1,0.06,0,0.02,0.18 +8117,Splatterhouse,X360,2010,Action,Namco Bandai Games,0.14,0.03,0,0.01,0.18 +8118,MindJack,PS3,2011,Shooter,Square Enix,0.07,0.08,0,0.03,0.18 +8119,Dark Souls II,PC,2014,Role-Playing,Namco Bandai Games,0.08,0.08,0,0.02,0.18 +8120,Daigasso! Band Brothers P,3DS,2013,Misc,Nintendo,0,0,0.18,0,0.18 +8121,Gun,GC,2005,Shooter,Activision,0.14,0.04,0,0,0.18 +8122,World of Outlaws: Sprint Cars,X360,2010,Racing,THQ,0.17,0,0,0.01,0.18 +8123,Marvel Super Hero Squad: Comic Combat,X360,2011,Action,THQ,0.13,0.04,0,0.01,0.18 +8124,SingStar Motown,PS3,2009,Misc,Sony Computer Entertainment,0,0.16,0,0.02,0.18 +8125,Cabela's Legendary Adventures,Wii,2008,Sports,Activision,0.17,0,0,0.01,0.18 +8126,F1 Challenge,SAT,1994,Racing,Sega,0,0,0.18,0,0.18 +8127,Transformers: Dark of the Moon,Wii,2011,Action,Activision,0.1,0.07,0,0.02,0.18 +8128,Shadow Madness,PS,1999,Action,Crave Entertainment,0.1,0.07,0,0.01,0.18 +8129,Tom Clancy's Ghost Recon: Future Soldier,PC,2012,Shooter,Ubisoft,0.05,0.1,0,0.03,0.18 +8130,Tiger Woods PGA Tour 2004,GBA,2003,Sports,Electronic Arts,0.13,0.05,0,0,0.18 +8131,Aliens: Infestation,DS,2011,Action,Sega,0.1,0.06,0,0.02,0.18 +8132,Brink,PC,2011,Shooter,Bethesda Softworks,0.06,0.09,0,0.03,0.18 +8133,The Game of Life / Yahtzee / Payday,GBA,2005,Misc,Zoo Digital Publishing,0.13,0.05,0,0,0.18 +8134,American Chopper 2: Full Throttle,PS2,2005,Racing,Zoo Digital Publishing,0.09,0.07,0,0.02,0.18 +8135,Dynasty Warriors: Gundam 3,X360,2010,Action,Tecmo Koei,0.11,0.04,0.02,0.01,0.18 +8136,FIFA 16,PC,2015,Sports,Electronic Arts,0.04,0.13,0,0.01,0.18 +8137,Silent Hill 4: The Room,XB,2004,Action,Konami Digital Entertainment,0.14,0.04,0,0.01,0.18 +8138,Heavy Fire: Afghanistan,PS3,2011,Shooter,Unknown,0.17,0,0,0.01,0.18 +8139,Commandos 2: Men of Courage,PS2,2002,Strategy,Eidos Interactive,0.09,0.07,0,0.02,0.18 +8140,Doom (2016),PC,2016,Shooter,Bethesda Softworks,0.06,0.1,0,0.01,0.18 +8141,Chuck E. Cheese's Party Games,DS,2010,Misc,UFO Interactive,0.17,0,0,0.01,0.18 +8142,Pro Evolution Soccer 2013,3DS,2012,Sports,Konami Digital Entertainment,0.05,0.02,0.1,0.01,0.18 +8143,Pirates: Hunt For Blackbeard's Booty,Wii,2008,Adventure,Activision,0.08,0.08,0,0.02,0.18 +8144,FIFA Soccer 2002,GC,2001,Sports,Electronic Arts,0.14,0.04,0,0,0.18 +8145,Godzilla (2015),PS4,2014,Action,Namco Bandai Games,0.1,0.03,0.02,0.03,0.18 +8146,Race Pro,X360,2009,Racing,Atari,0.06,0.09,0,0.02,0.18 +8147,Atari Anniversary Edition Redux,PS,2000,Misc,Infogrames,0.1,0.07,0,0.01,0.18 +8148,Toukiden: The Age of Demons,PSP,2013,Action,Tecmo Koei,0,0,0.18,0,0.18 +8149,Fireblade,PS2,2002,Action,Midway Games,0.09,0.07,0,0.02,0.18 +8150,Mercury Meltdown Revolution,Wii,2007,Action,Ignition Entertainment,0.16,0,0,0.01,0.18 +8151,Disney's Tarzan Untamed,GC,2001,Platform,Ubisoft,0.14,0.04,0,0,0.18 +8152,WordJong Party,Wii,2008,Puzzle,Destineer,0.17,0,0,0.01,0.18 +8153,Brunswick Circuit Pro Bowling,PS,1998,Sports,THQ,0.1,0.07,0,0.01,0.18 +8154,Cabela's Dangerous Hunts 2009,PS2,2008,Sports,Activision Value,0.09,0.07,0,0.02,0.18 +8155,Velvet Assassin,X360,2009,Shooter,DTP Entertainment,0.14,0.02,0.01,0.01,0.18 +8156,Ball Breakers,PS,2000,Action,Take-Two Interactive,0.1,0.07,0,0.01,0.18 +8157,Mobile Suit Gundam Seed Destiny: Generation of C.E.,PS2,2005,Action,Namco Bandai Games,0,0,0.18,0,0.18 +8158,EyeToy: Groove,PS2,2003,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.18 +8159,Twisted Metal: Small Brawl,PS,N/A,Action,Unknown,0.1,0.07,0,0.01,0.18 +8160,Disgaea 4: A Promise Unforgotten,PSV,2014,Role-Playing,Nippon Ichi Software,0.04,0.04,0.08,0.02,0.18 +8161,Charlie and the Chocolate Factory,GC,2005,Adventure,Global Star,0.14,0.04,0,0,0.18 +8162,Armored Core: Last Raven,PS2,2005,Simulation,505 Games,0.05,0.04,0.08,0.01,0.18 +8163,Tomb Raider: Underworld,PS2,2009,Action,Eidos Interactive,0.09,0.04,0,0.05,0.18 +8164,All Grown Up! Express Yourself,GBA,2004,Misc,THQ,0.13,0.05,0,0,0.18 +8165,College Hoops 2K7,PS3,2007,Sports,Take-Two Interactive,0.16,0,0,0.01,0.18 +8166,K-1 World Grand Prix,PS2,2002,Sports,Konami Digital Entertainment,0.04,0.03,0.1,0.01,0.18 +8167,Skate it,DS,2008,Sports,Electronic Arts,0.14,0.02,0,0.01,0.18 +8168,Kidou Senshi Gundam: Senjou no Kizuna Portable,PSP,2009,Strategy,Namco Bandai Games,0,0,0.18,0,0.18 +8169,Otomedius Excellent,X360,N/A,Shooter,Unknown,0.13,0,0.04,0.01,0.18 +8170,Super Robot Taisen A Portable,PSP,2008,Strategy,Namco Bandai Games,0,0,0.18,0,0.18 +8171,Juiced,XB,2005,Racing,THQ,0.13,0.04,0,0.01,0.18 +8172,Looney Tunes: Back in Action,GBA,2003,Platform,Electronic Arts,0.13,0.05,0,0,0.18 +8173,Virtua Tennis,GBA,2002,Sports,Atari,0.13,0.05,0,0,0.18 +8174,Tales of the Tempest,DS,2006,Role-Playing,Namco Bandai Games,0,0,0.18,0,0.18 +8175,SimCity Creator (JP sales),DS,2008,Simulation,Electronic Arts,0,0,0.18,0,0.18 +8176,Biohazard: Revival Selection,PS3,2011,Action,Capcom,0,0,0.18,0,0.18 +8177,Sonic Riders: Zero Gravity,PS2,2008,Racing,Sega,0.09,0.07,0,0.02,0.18 +8178,Driver: San Francisco,Wii,2011,Racing,Ubisoft,0.06,0.09,0,0.02,0.18 +8179,UFC: Sudden Impact,PS2,2004,Fighting,Global Star,0.09,0.07,0,0.02,0.18 +8180,Shawn Johnson Gymnastics,Wii,2010,Sports,Zoo Games,0.17,0,0,0.01,0.18 +8181,NBA Hoopz,PS2,2001,Sports,Midway Games,0.09,0.07,0,0.02,0.18 +8182,Captain America: Super Soldier,X360,2011,Action,Sega,0.11,0.05,0,0.01,0.18 +8183,TRON: Evolution,DS,2010,Action,Disney Interactive Studios,0.12,0.04,0,0.01,0.18 +8184,Pac-Man World 3,DS,2005,Platform,Namco Bandai Games,0.16,0,0,0.01,0.18 +8185,ESPN X Games Skateboarding,GBA,2001,Sports,Konami Digital Entertainment,0.13,0.05,0,0,0.18 +8186,Nancy Drew: The Hidden Staircase,DS,2008,Adventure,THQ,0.16,0,0,0.01,0.18 +8187,Brunswick Cosmic Bowling,Wii,2010,Sports,GameMill Entertainment,0.17,0,0,0.01,0.18 +8188,Star Wars: Battlefront II,PC,2005,Shooter,LucasArts,0.02,0.13,0,0.03,0.18 +8189,Speedball 2100,PS,2000,Sports,Empire Interactive,0.1,0.07,0,0.01,0.18 +8190,LEGO Island 2: The Brickster's Revenge,PS,2001,Adventure,LEGO Media,0.1,0.07,0,0.01,0.18 +8191,College Hoops 2K8,X360,2007,Sports,Take-Two Interactive,0.16,0,0,0.01,0.18 +8192,FIFA 17,X360,2016,Sports,Electronic Arts,0.03,0.13,0,0.01,0.18 +8193,Fancy Nancy: Tea Party Time!,DS,2010,Adventure,THQ,0.17,0,0,0.01,0.18 +8194,Backyard Basketball,GBA,2004,Sports,Atari,0.13,0.05,0,0,0.18 +8195,Madden NFL 09,XB,2008,Sports,Electronic Arts,0.13,0.04,0,0.01,0.18 +8196,Scooby-Doo! Unmasked,GBA,2005,Platform,THQ,0.13,0.05,0,0,0.18 +8197,Summon Night 4,PS2,2006,Role-Playing,Banpresto,0,0,0.18,0,0.18 +8198,Pro Yaky? Spirits 5,PS2,2008,Sports,Konami Digital Entertainment,0,0,0.18,0,0.18 +8199,NHL 2004,XB,2003,Sports,Electronic Arts,0.13,0.04,0,0.01,0.18 +8200,Namco Museum: 50th Anniversary,XB,2005,Misc,Namco Bandai Games,0.13,0.04,0,0.01,0.18 +8201,You Don't Know Jack,PS3,2011,Misc,THQ,0.16,0,0,0.01,0.18 +8202,Marvel Super Hero Squad: The Infinity Gauntlet,PS3,2010,Action,THQ,0.12,0.03,0,0.02,0.18 +8203,NFL 2K2,XB,2002,Sports,Sega,0.13,0.04,0,0.01,0.18 +8204,My French Coach,DS,2007,Misc,Ubisoft,0.15,0.02,0,0.01,0.18 +8205,Camp Rock: The Final Jam,DS,2010,Misc,Disney Interactive Studios,0.14,0.02,0,0.01,0.18 +8206,NBA Starting Five,PS2,N/A,Sports,Unknown,0.09,0.07,0,0.02,0.18 +8207,Castlevania Judgment,Wii,2008,Fighting,Konami Digital Entertainment,0.13,0.02,0.01,0.01,0.18 +8208,Dead or Alive Paradise,PSP,2010,Misc,Ubisoft Annecy,0.07,0.02,0.07,0.02,0.17 +8209,The Suffering: Ties That Bind,PS2,2005,Action,Midway Games,0.09,0.07,0,0.02,0.17 +8210,Disney Sing It: Family Hits,PS3,2010,Misc,Disney Interactive Studios,0.11,0.04,0,0.02,0.17 +8211,Ashes Cricket 2009,PS3,2009,Sports,Codemasters,0,0.16,0,0.02,0.17 +8212,EyeToy: Kinetic,PS2,2005,Sports,Sony Computer Entertainment,0.09,0.07,0,0.02,0.17 +8213,Petz: Horseshoe Ranch,DS,2009,Adventure,Ubisoft,0.16,0,0,0.01,0.17 +8214,Army Men: Sarge's Heroes 2,PS2,2001,Shooter,Midas Interactive Entertainment,0.09,0.07,0,0.02,0.17 +8215,Stormrise,PS3,2009,Strategy,Sega,0.13,0.02,0,0.02,0.17 +8216,Yu-Gi-Oh! Zexal World Duel Carnival,3DS,2013,Misc,Konami Digital Entertainment,0,0.08,0.08,0.01,0.17 +8217,Winning Eleven: Pro Evolution Soccer 2007,DS,2006,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8218,Green Lantern: Rise of the Manhunters,PS3,2011,Action,Warner Bros. Interactive Entertainment,0.09,0.05,0,0.03,0.17 +8219,Monkey Island: Special Edition Collection,PC,2011,Adventure,LucasArts,0,0.14,0,0.04,0.17 +8220,Broken Sword: Shadows of the Templars - The Director's Cut,DS,2009,Adventure,Ubisoft,0.07,0.09,0,0.02,0.17 +8221,The Wild Thornberrys: Animal Adventures,PS,2000,Adventure,Mattel Interactive,0.1,0.07,0,0.01,0.17 +8222,MotoGP 10/11,PS3,2011,Racing,Capcom,0.04,0.1,0,0.04,0.17 +8223,Jikkyou Powerful Pro Baseball 2016,PSV,2016,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8224,SEGA Bass Fishing Duel,PS2,2002,Sports,Sega,0.09,0.07,0,0.02,0.17 +8225,Teen Titans,GBA,N/A,Action,Unknown,0.13,0.05,0,0,0.17 +8226,Hyperdimension Neptunia U: Action Unleashed,PSV,2014,Action,Idea Factory International,0.07,0.02,0.06,0.03,0.17 +8227,Sports Illustrated for Kids: Baseball,GBA,2001,Sports,BAM! Entertainment,0.12,0.05,0,0,0.17 +8228,Fairytale Fights,PS3,2009,Action,Playlogic Game Factory,0.11,0.04,0,0.02,0.17 +8229,Mark Davis Pro Bass Challenge,PS2,2002,Sports,Natsume,0.09,0.07,0,0.02,0.17 +8230,Rugrats: Royal Ransom,GC,2002,Platform,THQ,0.13,0.03,0,0,0.17 +8231,Warriors of Might and Magic,PS2,2001,Adventure,3DO,0.09,0.07,0,0.02,0.17 +8232,Open Season,GC,2006,Platform,Ubisoft,0.13,0.03,0,0,0.17 +8233,The Chronicles of Narnia: Prince Caspian,PS3,2008,Action,Disney Interactive Studios,0.14,0.02,0,0.02,0.17 +8234,Back to the Future: The Game,PS4,2015,Adventure,Telltale Games,0.1,0.04,0,0.03,0.17 +8235,Project Spark,XOne,2014,Misc,Microsoft Game Studios,0.11,0.05,0,0.02,0.17 +8236,Backyard Sports Football: Rookie Rush,DS,2010,Sports,Atari,0.16,0,0,0.01,0.17 +8237,Street Fighter: The Movie,PS,1995,Fighting,Acclaim Entertainment,0.1,0.07,0,0.01,0.17 +8238,Lost in Blue 3,DS,2007,Adventure,Konami Digital Entertainment,0.09,0.02,0.06,0.01,0.17 +8239,World Championship Poker,GBA,2004,Misc,Crave Entertainment,0.12,0.05,0,0,0.17 +8240,Global Defence Force,PS2,2005,Shooter,Essential Games,0,0,0.17,0,0.17 +8241,Rapala Fishing Frenzy 2009,PS3,2008,Sports,Activision,0.16,0,0,0.01,0.17 +8242,Major League Baseball 2K6,GC,2006,Sports,Take-Two Interactive,0.13,0.03,0,0,0.17 +8243,Major League Baseball 2K9,PS3,2009,Sports,Spike,0.16,0,0,0.01,0.17 +8244,SaGa 2: Hihou Densetsu - Goddess of Destiny,DS,2009,Role-Playing,Square Enix,0,0,0.17,0,0.17 +8245,Smash Court Tennis Pro Tournament,PS2,2002,Sports,Sony Computer Entertainment,0.08,0.07,0,0.02,0.17 +8246,The Cursed Crusade,PS3,2011,Action,DTP Entertainment,0.07,0.07,0.01,0.03,0.17 +8247,Super Robot Taisen L,DS,2010,Strategy,Namco Bandai Games,0,0,0.17,0,0.17 +8248,The Grim Adventures of Billy & Mandy,GC,2006,Action,Midway Games,0.13,0.03,0,0,0.17 +8249,NBA Inside Drive 2004,XB,2003,Sports,Microsoft Game Studios,0.13,0.04,0,0.01,0.17 +8250,The King of Fighters '97,PS,1998,Fighting,SNK,0,0,0.16,0.01,0.17 +8251,Dungeon Siege III,PC,2011,Role-Playing,Square Enix,0.08,0.08,0,0.02,0.17 +8252,Cabela's Big Game Hunter: Hunting Party,X360,2011,Sports,Activision,0.16,0,0,0.01,0.17 +8253,Time Commando,PS,1996,Action,Adeline Software,0.1,0.07,0,0.01,0.17 +8254,Professional Fisherman's Tour: Northern Hemisphere,DS,2007,Sports,505 Games,0.16,0,0,0.01,0.17 +8255,Iron Chef America: Supreme Cuisine,Wii,2008,Simulation,Destineer,0.16,0,0,0.01,0.17 +8256,Kekkaishi: Karasumori Ayakashi Kidan,DS,2007,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8257,Gretzky NHL 2005,PS2,2004,Sports,Sony Computer Entertainment,0.08,0.07,0,0.02,0.17 +8258,FaceBreaker,PS3,2008,Fighting,Electronic Arts,0.13,0.03,0,0.02,0.17 +8259,Squeeballs Party,DS,2009,Puzzle,Performance Designed Products,0.16,0,0,0.01,0.17 +8260,NCAA Football 09 All-Play,Wii,2008,Sports,Electronic Arts,0.16,0,0,0.01,0.17 +8261,Yakuza Zero: The Place of Oath,PS4,2015,Action,Sega,0,0,0.17,0,0.17 +8262,The Hobbit,GC,2003,Platform,Vivendi Games,0.13,0.03,0,0,0.17 +8263,The Secret World,PC,2012,Role-Playing,Funcom,0.07,0.08,0,0.02,0.17 +8264,NHL 2K9,X360,2008,Sports,Take-Two Interactive,0.15,0.01,0,0.01,0.17 +8265,X-Men: The Official Game,X360,2006,Action,Activision,0.16,0.01,0,0.01,0.17 +8266,True Crime: New York City,GC,2005,Action,Activision,0.13,0.03,0,0,0.17 +8267,Metal Arms: Glitch in the System,XB,2003,Shooter,Vivendi Games,0.13,0.04,0,0.01,0.17 +8268,PlayStation Move Heroes,PS3,2011,Platform,Sony Computer Entertainment,0.08,0.06,0,0.03,0.17 +8269,The Idolm@ster: Shiny Festa - Honey Sound / Funky Note / Groovy Tune,PSP,2012,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8270,Ice Age: Dawn of the Dinosaurs,PS2,2009,Action,Activision,0.08,0.07,0,0.02,0.17 +8271,ESPN Final Round Golf 2002,GBA,2001,Sports,Konami Digital Entertainment,0.12,0.05,0,0,0.17 +8272,MDK2 Armageddon,PS2,2001,Shooter,Virgin Interactive,0.08,0.07,0,0.02,0.17 +8273,Exhibition Volume 02,XB,2003,Misc,Microsoft Game Studios,0.13,0.04,0,0.01,0.17 +8274,Watchmen: The End is Nigh - The Complete Experience,PS3,2009,Action,Warner Bros. Interactive Entertainment,0.08,0.07,0,0.02,0.17 +8275,Fight Night Round 2,GC,2005,Fighting,Electronic Arts,0.13,0.03,0,0,0.17 +8276,Sudoku Gridmaster,DS,2006,Puzzle,Nintendo,0.13,0.03,0,0.01,0.17 +8277,Disney's Atlantis: The Lost Empire,PS,2001,Platform,Sony Computer Entertainment,0.1,0.07,0,0.01,0.17 +8278,Power Pro Kun Pocket,GB,1999,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8279,The King of Fighters '97,SAT,1998,Fighting,SNK,0,0,0.17,0,0.17 +8280,Tamagotchi no Narikiri Challenge,DS,2010,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8281,Goosebumps HorrorLand,Wii,2008,Adventure,Scholastic Inc.,0.16,0,0,0.01,0.17 +8282,One Piece: Unlimited World Red,PSV,2014,Action,Namco Bandai Games,0.06,0.04,0.04,0.03,0.17 +8283,Space Battleship Yamato: Harukanaru Hoshi Iscandar,PS,1999,Strategy,Namco Bandai Games,0,0,0.16,0.01,0.17 +8284,Sound Novel Evolution 1: Otogirisou Sosei-Hen,PS,1999,Adventure,ChunSoft,0,0,0.16,0.01,0.17 +8285,Dementium: The Ward,DS,2007,Shooter,SouthPeak Games,0.15,0.01,0,0.01,0.17 +8286,Psi-Ops: The Mindgate Conspiracy,XB,2004,Shooter,Midway Games,0.13,0.04,0,0.01,0.17 +8287,SWAT: Global Strike Team,XB,2003,Shooter,Vivendi Games,0.13,0.04,0,0.01,0.17 +8288,Despicable Me: The Game,PSP,2010,Platform,D3Publisher,0.05,0.08,0,0.04,0.17 +8289,MX World Tour Featuring Jamie Little,PS2,2005,Racing,Play It,0.08,0.07,0,0.02,0.17 +8290,Goblin Commander: Unleash the Horde,PS2,2003,Strategy,Jaleco,0.08,0.07,0,0.02,0.17 +8291,Hello Kitty: Happy Party Pals,GBA,2005,Misc,THQ,0.12,0.05,0,0,0.17 +8292,Ringling Bros. and Barnum & Bailey: Circus Friends,DS,2009,Action,Take-Two Interactive,0.16,0,0,0.01,0.17 +8293,Backyard NFL Football '09,PS2,2008,Sports,Atari,0.08,0.07,0,0.02,0.17 +8294,World Destruction League: Thunder Tanks,PS2,2000,Action,3DO,0.08,0.07,0,0.02,0.17 +8295,Shin Megami Tensei IV: Final,3DS,2016,Role-Playing,Deep Silver,0.03,0,0.14,0,0.17 +8296,Age of Empires III: Complete Collection,PC,2009,Strategy,Microsoft Game Studios,0.01,0.12,0,0.03,0.17 +8297,Finding Nemo: Escape to the Big Blue,DS,2006,Action,THQ,0.12,0.04,0,0.01,0.17 +8298,Backyard Baseball '10,PS2,2009,Sports,Atari,0.08,0.07,0,0.02,0.17 +8299,Resident Evil Director's Cut: Dual Shock Edition,PS,1997,Action,Capcom,0,0,0.16,0.01,0.17 +8300,The Lord of the Rings: Aragorn's Quest,PS3,2010,Action,Warner Bros. Interactive Entertainment,0.1,0.04,0,0.02,0.17 +8301,Top Spin 2,X360,2006,Sports,Take-Two Interactive,0.15,0.01,0,0.01,0.17 +8302,N3 II: Ninety-Nine Nights,X360,2010,Action,Microsoft Game Studios,0.06,0.07,0.04,0.01,0.17 +8303,The King of Fighters '95,PS,1996,Fighting,Sony Computer Entertainment,0,0,0.16,0.01,0.17 +8304,RoadKill,PS2,2003,Action,Midway Games,0.08,0.07,0,0.02,0.17 +8305,Hanjuku Eiyuu Tai 3D,PS2,2003,Role-Playing,Square Enix,0,0,0.17,0,0.17 +8306,.hack//G.U. Vol.3//Redemption,PS2,2007,Role-Playing,Namco Bandai Games,0,0,0.17,0,0.17 +8307,Chuck E. Cheese's Party Games,Wii,2010,Misc,UFO Interactive,0.16,0,0,0.01,0.17 +8308,Super Robot Taisen Compact 2 Dai-1-Bu,WS,2000,Strategy,Namco Bandai Games,0,0,0.17,0,0.17 +8309,Looney Tunes: Back in Action,GC,2003,Platform,Warner Bros. Interactive Entertainment,0.13,0.03,0,0,0.17 +8310,Tak: The Great Juju Challenge,GBA,2005,Platform,THQ,0.12,0.05,0,0,0.17 +8311,Macross Ultimate Frontier,PSP,2009,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8312,Cabela's Legendary Adventures,PSP,2008,Sports,Activision,0.16,0,0,0.01,0.17 +8313,Jillian Michaels Fitness Ultimatum 2011,Wii,2010,Sports,D3Publisher,0.16,0,0,0.01,0.17 +8314,Pursuit Force: Extreme Justice,PSP,2007,Action,Sony Computer Entertainment,0.07,0.07,0,0.03,0.17 +8315,Backbreaker,PS3,N/A,Sports,Unknown,0.16,0,0,0.01,0.17 +8316,Hunter: The Reckoning Redeemer,XB,2003,Action,Interplay,0.13,0.04,0,0.01,0.17 +8317,The Rise of the Argonauts,X360,2008,Role-Playing,Codemasters,0.03,0.12,0,0.01,0.17 +8318,NHL 07,PSP,2006,Sports,Electronic Arts,0.13,0.02,0,0.02,0.17 +8319,Pro Evolution Soccer 2014,PSP,2013,Action,Konami Digital Entertainment,0,0.03,0.14,0,0.17 +8320,Tokyo Xtreme Racer,DC,1999,Racing,Genki,0,0,0.17,0,0.17 +8321,Fighter Maker,PS,1998,Fighting,Agetec,0.05,0.04,0.07,0.01,0.17 +8322,Bee Movie Game,X360,2007,Action,Activision,0.16,0,0,0.01,0.17 +8323,Backyard NFL Football '10,Wii,2009,Sports,Atari,0.16,0,0,0.01,0.17 +8324,Professor Heinz Wolff's Gravity,Wii,2008,Puzzle,Deep Silver,0.04,0.12,0,0.02,0.17 +8325,Thief: Deadly Shadows,XB,2004,Action,Eidos Interactive,0.13,0.04,0,0.01,0.17 +8326,Buzz! Brain of the UK,PS3,2009,Misc,Sony Computer Entertainment,0,0.15,0,0.02,0.17 +8327,NBA 09: The Inside,PSP,2008,Sports,Sony Computer Entertainment,0.16,0,0,0.01,0.17 +8328,Transformers: Prime,3DS,2012,Action,Activision,0.13,0.03,0,0.01,0.17 +8329,Batman Begins,GBA,2005,Action,Electronic Arts,0.12,0.05,0,0,0.17 +8330,Transformer: Rise of the Dark Spark,X360,2014,Action,Activision,0.09,0.07,0,0.02,0.17 +8331,Glover,PS,1999,Platform,Atari,0.09,0.06,0,0.01,0.17 +8332,Dragon Ball GT: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.12,0.05,0,0,0.17 +8333,Luxor 3,Wii,2008,Puzzle,Mumbo Jumbo,0.16,0,0,0.01,0.17 +8334,Bratz Kidz,Wii,2008,Misc,Game Factory,0.16,0,0,0.01,0.17 +8335,Fairytale Fights,X360,2009,Action,Playlogic Game Factory,0.14,0.02,0,0.01,0.17 +8336,James Cameron's Dark Angel,PS2,N/A,Action,Universal Interactive,0.08,0.07,0,0.02,0.17 +8337,MotoGP 09/10,X360,2010,Racing,Capcom,0.07,0.09,0,0.02,0.17 +8338,Mahjong Fight Club,PSP,2004,Misc,Konami Digital Entertainment,0,0,0.17,0,0.17 +8339,World Driver Championship,N64,1999,Racing,Midway Games,0.14,0.03,0,0,0.17 +8340,Bomberman 64: The Second Attack!,N64,1999,Adventure,Hudson Soft,0.05,0.01,0.11,0,0.17 +8341,Turok 3: Shadow of Oblivion,N64,2000,Shooter,Acclaim Entertainment,0.12,0.05,0,0,0.17 +8342,Spawn: Armageddon,XB,2003,Action,Electronic Arts,0.13,0.04,0,0.01,0.17 +8343,Codename: Kids Next Door: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.12,0.05,0,0,0.17 +8344,Zoo Hospital,Wii,2008,Simulation,Majesco Entertainment,0.14,0.01,0,0.01,0.17 +8345,Pok茅mon Beach Blank-out Blastoise / Go West Young Meowth Game Boy Advance Video,GBA,2004,Misc,Nintendo,0.12,0.05,0,0,0.17 +8346,Time and Eternity,PS3,2012,Role-Playing,Nippon Ichi Software,0.06,0.03,0.06,0.02,0.17 +8347,Major League Baseball 2K9,PS2,2009,Sports,Spike,0.08,0.06,0,0.02,0.17 +8348,Gundam Assault Survive,PSP,2010,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8349,Disney TH!NK Fast: The Ultimate Trivia Showdown,PS2,2008,Misc,Disney Interactive Studios,0.08,0.06,0,0.02,0.17 +8350,Fate/Stay Night [R茅alta Nua],PS2,2007,Adventure,Kadokawa Shoten,0,0,0.17,0,0.17 +8351,Disney's Home on the Range,GBA,2004,Action,Disney Interactive Studios,0.12,0.04,0,0,0.17 +8352,Sid Meier's Civilization IV,PC,2005,Strategy,Take-Two Interactive,0.02,0.12,0,0.03,0.17 +8353,Jikkyou Powerful Pro Yakyuu 2013,PSP,2013,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8354,Space Griffon VF-9,PS,1995,Role-Playing,Panther Software,0.02,0.02,0.12,0.01,0.17 +8355,Family Feud Decades,Wii,2010,Misc,Ubisoft,0.16,0,0,0.01,0.17 +8356,NBA Live 16,PS4,2015,Sports,Electronic Arts,0.1,0.04,0,0.03,0.17 +8357,CSI: Fatal Conspiracy,X360,2010,Adventure,Ubisoft,0.11,0.04,0,0.01,0.17 +8358,Solitaire Overload Plus,DS,2010,Misc,Telegames,0.16,0,0,0.01,0.17 +8359,.hack//G.U. Vol.1//Rebirth,PS2,2006,Role-Playing,Namco Bandai Games,0,0,0.17,0,0.17 +8360,Gyakuten Saiban 3,GBA,2004,Adventure,Capcom,0,0,0.16,0,0.17 +8361,Tak: Mojo Mistake,DS,2008,Action,THQ,0.16,0,0,0.01,0.17 +8362,Gallop Racer 2001,PS2,2001,Sports,Tecmo Koei,0.05,0.04,0.06,0.01,0.17 +8363,Nightmare Creatures II,PS,2000,Action,Konami Digital Entertainment,0.09,0.06,0,0.01,0.17 +8364,Marble Saga: Kororinpa,Wii,2009,Puzzle,Konami Digital Entertainment,0.1,0.06,0,0.02,0.17 +8365,Fuzion Frenzy 2,X360,2007,Misc,Microsoft Game Studios,0.14,0.01,0,0.01,0.17 +8366,Catwoman,PS2,2004,Action,Electronic Arts,0.08,0.06,0,0.02,0.17 +8367,Monsters vs. Aliens,X360,2009,Action,Activision,0.12,0.03,0,0.01,0.17 +8368,Country Dance: All Stars,X360,2012,Action,GameMill Entertainment,0.16,0,0,0.01,0.17 +8369,Garfield: Lasagna World Tour,PS2,2007,Action,Blast! Entertainment Ltd,0.08,0.06,0,0.02,0.17 +8370,Teenage Mutant Ninja Turtles: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.12,0.04,0,0,0.17 +8371,Disney's Planes,Wii,2013,Simulation,Disney Interactive Studios,0.08,0.07,0,0.02,0.17 +8372,Bomberman Land,Wii,2007,Misc,Rising Star Games,0.11,0.02,0.03,0.01,0.17 +8373,Bomberman B-Daman,SNES,1996,Shooter,Hudson Soft,0,0,0.17,0,0.17 +8374,Terminator 3: The Redemption,PS2,2004,Shooter,Atari,0.08,0.06,0,0.02,0.17 +8375,World Destruction League: Thunder Tanks,PS,2000,Action,3DO,0.09,0.06,0,0.01,0.17 +8376,Beat Down: Fists of Vengeance,PS2,2005,Action,Capcom,0.04,0.03,0.09,0.01,0.17 +8377,Reloaded,PS,1996,Action,Gremlin Interactive Ltd,0.09,0.06,0,0.01,0.17 +8378,Sword of the Samurai,PS2,N/A,Fighting,Ubisoft,0,0,0.17,0,0.17 +8379,MotoGP 15,PS4,2015,Racing,Milestone S.r.l.,0,0.12,0.03,0.02,0.17 +8380,SSX On Tour,GC,2005,Sports,Electronic Arts,0.13,0.03,0,0,0.17 +8381,Hot Wheels: Beat That!,X360,2007,Racing,Activision,0.15,0,0,0.01,0.17 +8382,G-Force,X360,2009,Action,Disney Interactive Studios,0.11,0.05,0,0.01,0.17 +8383,James Bond 007: Everything or Nothing,GBA,2003,Shooter,Electronic Arts,0.12,0.04,0,0,0.17 +8384,Naruto Shippuden: Ultimate Ninja 5,PS2,2007,Fighting,Namco Bandai Games,0,0,0.17,0,0.17 +8385,Shrek Extra Large,GC,2002,Platform,TDK Mediactive,0.13,0.03,0,0,0.17 +8386,Final Fantasy V,PS,1998,Role-Playing,SquareSoft,0,0,0.16,0.01,0.17 +8387,World Tour Soccer 2006,PS2,2004,Sports,Sony Computer Entertainment,0.08,0.06,0,0.02,0.17 +8388,Gunvalkyrie,XB,2002,Shooter,Infogrames,0.13,0.04,0,0.01,0.17 +8389,NickToons: Racing,PS,2001,Racing,Hasbro Interactive,0.09,0.06,0,0.01,0.17 +8390,VR Golf '97,PS,1996,Sports,Gremlin Interactive Ltd,0.09,0.06,0,0.01,0.17 +8391,Michael Jackson: The Experience 3D,3DS,2011,Misc,Ubisoft,0.13,0.03,0,0.01,0.17 +8392,State of Emergency,XB,2003,Action,Take-Two Interactive,0.13,0.04,0,0.01,0.17 +8393,Digimon Story: Cyber Sleuth,PSV,2015,Role-Playing,Namco Bandai Games,0,0,0.17,0,0.17 +8394,Off-World Interceptor Extreme,PS,1995,Racing,Crystal Dynamics,0.09,0.06,0,0.01,0.17 +8395,Bakugan Battle Brawlers: Defenders of the Core,Wii,2010,Action,Activision,0.15,0.01,0,0.01,0.17 +8396,Disney Golf,PS2,2002,Sports,Electronic Arts,0.07,0.06,0.02,0.02,0.17 +8397,The Naked Brothers Band: The Video Game,PS2,2008,Misc,THQ,0.08,0.06,0,0.02,0.17 +8398,Custom Robo Arena,DS,2006,Fighting,Nintendo,0.02,0.02,0.12,0,0.17 +8399,Clock Tower II: The Struggle Within,PS,1998,Adventure,Human Entertainment,0.02,0.01,0.12,0.01,0.17 +8400,Batman Beyond: Return of the Joker,PS,2000,Action,Ubisoft,0.09,0.06,0,0.01,0.17 +8401,Surf's Up,Wii,2007,Sports,Ubisoft,0.15,0,0,0.01,0.17 +8402,Jikkyou Powerful Pro Baseball 2016,PS4,2016,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8403,Mega Man Network Transmission,GC,2003,Platform,Capcom,0.13,0.03,0,0,0.17 +8404,I'm A Celebrity: Get Me Out of Here!,Wii,2009,Misc,Mindscape,0,0.16,0,0.01,0.17 +8405,Pursuit Force,PSP,2005,Racing,Sony Computer Entertainment,0.14,0.01,0,0.02,0.17 +8406,Densetsu no Stafi 4,DS,2006,Platform,Nintendo,0,0,0.17,0,0.17 +8407,Shin Megami Tensei: Devil Summoner 2 - Raidou Kuzunoha vs. King Abaddon (JP sales),PS2,2008,Role-Playing,Atlus,0,0,0.17,0,0.17 +8408,Naval Assault: The Killing Tide,X360,2010,Simulation,505 Games,0.08,0.07,0,0.02,0.17 +8409,Tokimeki Memorial: Private Collection,PS,1996,Misc,Konami Digital Entertainment,0,0,0.16,0.01,0.17 +8410,RC Revenge Pro,PS2,2000,Racing,Acclaim Entertainment,0.08,0.06,0,0.02,0.17 +8411,Valkyria Chronicles,PS4,2016,Role-Playing,Sega,0.06,0.04,0.05,0.02,0.17 +8412,Hellboy: The Science of Evil,PS3,2008,Action,Konami Digital Entertainment,0.13,0.02,0,0.02,0.17 +8413,Backyard Wrestling: Don't Try This at Home,XB,2003,Fighting,Eidos Interactive,0.13,0.04,0,0.01,0.17 +8414,Zoo Keeper,DS,2004,Puzzle,Ignition Entertainment,0.1,0.01,0.05,0.01,0.17 +8415,Gauntlet: Dark Legacy,XB,2002,Action,Midway Games,0.13,0.04,0,0.01,0.17 +8416,Toukiden Kiwami,PS4,2015,Action,Tecmo Koei,0.05,0.07,0.02,0.02,0.17 +8417,Far East of Eden II: Manji Maru,PS2,2003,Role-Playing,Hudson Soft,0,0,0.17,0,0.17 +8418,Lost Kingdoms,GC,2002,Role-Playing,Activision,0.1,0.02,0.04,0,0.17 +8419,WRC 2: FIA World Rally Championship,PS3,2011,Racing,Ubisoft,0,0.13,0,0.04,0.17 +8420,Blood Bowl,X360,2009,Sports,Focus Home Interactive,0.13,0.03,0,0.01,0.17 +8421,Matchbox Cross Town Heroes,GBA,2002,Racing,THQ,0.12,0.04,0,0,0.17 +8422,Wolfenstein 3D,GBA,2002,Shooter,BAM! Entertainment,0.12,0.04,0,0,0.17 +8423,Nobunaga no Yabou: Tenshoki,SNES,1996,Strategy,Tecmo Koei,0,0,0.17,0,0.17 +8424,Learning to Spell,DS,2010,Misc,505 Games,0.16,0,0,0.01,0.17 +8425,"Go, Diego, Go! Safari Rescue",DS,2007,Adventure,Take-Two Interactive,0.15,0.01,0,0.01,0.17 +8426,Super Power League,SNES,1993,Sports,Hudson Soft,0,0,0.17,0,0.17 +8427,Easy Piano,DS,2009,Misc,Game Life,0.04,0.11,0,0.02,0.17 +8428,Street Fighter Alpha 2,SNES,1996,Fighting,Nintendo,0,0,0.17,0,0.17 +8429,Dragon Quest X,3DS,2014,Role-Playing,Square Enix,0,0,0.17,0,0.17 +8430,Payday 2,XOne,2015,Shooter,505 Games,0.08,0.07,0,0.01,0.17 +8431,25 to Life,XB,2006,Shooter,Eidos Interactive,0.12,0.04,0,0.01,0.17 +8432,Sumikko Gurashi: Koko ga Ochitsukundesu,3DS,2014,Action,Nippon Columbia,0,0,0.17,0,0.17 +8433,NASCAR '15,X360,2015,Sports,Deep Silver,0.15,0,0,0.02,0.17 +8434,TransFormers Animated: The Game,DS,2008,Action,Activision,0.15,0.01,0,0.01,0.17 +8435,Fracture,PS3,2008,Shooter,LucasArts,0.11,0.04,0,0.02,0.17 +8436,Sega Superstars,PS2,2004,Misc,Sega,0.08,0.06,0,0.02,0.17 +8437,Midway Arcade Treasures,GC,2003,Misc,Midway Games,0.13,0.03,0,0,0.17 +8438,Leisure Suit Larry: Magna Cum Laude,XB,2004,Adventure,Vivendi Games,0.12,0.04,0,0.01,0.17 +8439,Mousetrap / Operation / Simon,GBA,2005,Misc,DSI Games,0.12,0.04,0,0,0.17 +8440,Klonoa,Wii,2008,Platform,Namco Bandai Games,0.11,0.02,0.03,0.01,0.17 +8441,Splatterhouse,PS3,N/A,Action,Namco Bandai Games,0.13,0.02,0,0.02,0.17 +8442,NBA 09: The Inside,PS2,2008,Sports,Sony Computer Entertainment,0.08,0.06,0,0.02,0.17 +8443,Spyro: Shadow Legacy,DS,2005,Action,Vivendi Games,0.14,0.01,0,0.01,0.17 +8444,Resident Evil,SAT,1997,Action,Capcom,0,0,0.17,0,0.17 +8445,Wildstar,PC,2014,Role-Playing,NCSoft,0.08,0.07,0,0.02,0.17 +8446,Dragon Ball: Fusions,3DS,2016,Role-Playing,Namco Bandai Games,0,0,0.17,0,0.17 +8447,Apache: Air Assault,X360,2010,Simulation,Activision,0.12,0.04,0,0.01,0.17 +8448,TOEIC Test Training DS,DS,2007,Misc,IE Institute,0,0,0.17,0,0.17 +8449,Jikkyou Powerful Pro Yakyuu 2014,PS3,2014,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8450,Senran Kagura: Estival Versus,PS4,2015,Action,Marvelous Interactive,0.07,0,0.08,0.02,0.17 +8451,Itoi Shigesato no Bass Tsuri No. 1,SNES,1997,Sports,Nintendo,0,0,0.17,0,0.17 +8452,Cubivore: Survival of the Fittest,GC,2002,Adventure,Nintendo,0.01,0,0.15,0,0.17 +8453,The Sims 3: Seasons,PC,2012,Simulation,Electronic Arts,0,0.13,0,0.03,0.17 +8454,Anarchy Reigns,X360,2012,Action,Sega,0.11,0.02,0.02,0.01,0.17 +8455,FlatOut,XB,2004,Racing,Empire Interactive,0.12,0.04,0,0.01,0.17 +8456,Project X Zone 2: Brave New World,3DS,2015,Role-Playing,Namco Bandai Games,0.04,0.04,0.08,0.01,0.17 +8457,NCAA Basketball 09,PS3,2008,Sports,Electronic Arts,0.15,0,0,0.01,0.17 +8458,Bakugan Battle Brawlers: Defenders of the Core,PS3,2010,Action,Activision,0.14,0.01,0,0.02,0.17 +8459,Mr. Do!'s Castle,2600,1983,Action,Parker Bros.,0.15,0.01,0,0,0.17 +8460,Death Trap,2600,1982,Action,Avalon Interactive,0.15,0.01,0,0,0.17 +8461,Armor Ambush,2600,1981,Action,Mattel Interactive,0.15,0.01,0,0,0.17 +8462,Parodius,SAT,1995,Shooter,Konami Digital Entertainment,0,0,0.16,0,0.17 +8463,Thrillville: Off the Rails,X360,2007,Strategy,LucasArts,0.13,0.02,0,0.01,0.16 +8464,Hyperdimension Neptunia Victory,PS3,2012,Role-Playing,Compile Heart,0.05,0.03,0.06,0.02,0.16 +8465,Taz Wanted,PS2,2002,Platform,Atari,0.08,0.06,0,0.02,0.16 +8466,Mobile Suit Gundam: Extreme VS Force,PSV,2015,Action,Namco Bandai Games,0,0,0.16,0,0.16 +8467,Sid Meier's Pirates!,Wii,2010,Strategy,Take-Two Interactive,0.13,0.02,0,0.01,0.16 +8468,MLB 16: The Show,PS3,2016,Action,Sony Computer Entertainment,0.13,0,0,0.03,0.16 +8469,Phantasy Star Online 2,PSV,2013,Role-Playing,Sega,0,0,0.16,0,0.16 +8470,Vehicular Combat League presents Motor Mayhem,PS2,2001,Racing,Atari,0.08,0.06,0,0.02,0.16 +8471,PoPoLoCrois: Hajimari no Bouken,PS2,2002,Role-Playing,Sony Computer Entertainment,0,0,0.16,0,0.16 +8472,Star Wars: Super Bombad Racing,PS2,2001,Racing,LucasArts,0.08,0.06,0,0.02,0.16 +8473,Hamster Heroes,Wii,2008,Puzzle,Popcorn Arcade,0.16,0,0,0,0.16 +8474,Hot Wheels Velocity X,GBA,2002,Racing,THQ,0.12,0.04,0,0,0.16 +8475,Ar Nosurge: Ode to an Unborn Star,PS3,2014,Role-Playing,Tecmo Koei,0.05,0.04,0.06,0.02,0.16 +8476,Chaotic: Shadow Warriors,PS3,2009,Action,Activision,0.15,0,0,0.01,0.16 +8477,Leisure Suit Larry: Box Office Bust,X360,2009,Adventure,Codemasters,0.14,0.01,0,0.01,0.16 +8478,Alien Resurrection,PS,2000,Shooter,Fox Interactive,0.09,0.06,0,0.01,0.16 +8479,World Tour Soccer 2005,PS2,2004,Sports,Sony Computer Entertainment,0.08,0.06,0,0.02,0.16 +8480,Dungeon Siege: Throne of Agony,PSP,2006,Role-Playing,Take-Two Interactive,0.13,0.02,0,0.02,0.16 +8481,Spider-Man: Web of Shadows - Amazing Allies Edition,PSP,2008,Action,Activision,0.12,0.02,0,0.02,0.16 +8482,F1 2011,3DS,2011,Racing,Codemasters,0.07,0.08,0,0.02,0.16 +8483,Rio,DS,2011,Misc,THQ,0.12,0.03,0,0.01,0.16 +8484,Gunslingers,Wii,2010,Shooter,Neko Entertainment,0.08,0.06,0,0.02,0.16 +8485,Create,PS3,2010,Action,Electronic Arts,0.11,0.03,0,0.02,0.16 +8486,Lufia: Curse of the Sinistrals,DS,2010,Role-Playing,Square Enix,0.12,0,0.03,0.01,0.16 +8487,El Shaddai: Ascension of the Metatron,X360,2011,Action,Ignition Entertainment,0.07,0.05,0.03,0.01,0.16 +8488,ESPN College Hoops,PS2,2003,Sports,Sega,0.08,0.06,0,0.02,0.16 +8489,Thor: God of Thunder,Wii,2011,Action,Sega,0.11,0.04,0,0.01,0.16 +8490,F1 Championship Season 2000,PS2,2000,Racing,Electronic Arts,0.06,0.05,0.03,0.02,0.16 +8491,Guilty Gear Judgment,PSP,2006,Fighting,Majesco Entertainment,0.13,0,0.02,0.01,0.16 +8492,Pen 1 Grand Prix: Penguin no Mondai Special,DS,2009,Fighting,Konami Digital Entertainment,0,0,0.16,0,0.16 +8493,Clash of the Titans,X360,2010,Action,Namco Bandai Games,0.08,0.06,0,0.02,0.16 +8494,Around the World in 80 Days,DS,2010,Action,PlayV,0,0.14,0,0.02,0.16 +8495,Robotech: Battlecry,GC,2002,Shooter,TDK Mediactive,0.13,0.03,0,0,0.16 +8496,True Swing Golf,DS,2005,Sports,Nintendo,0.11,0,0.04,0.01,0.16 +8497,Zapper: One Wicked Cricket!,PS2,2002,Platform,Infogrames,0.08,0.06,0,0.02,0.16 +8498,Bomberman Land,PS,2000,Misc,Hudson Soft,0,0,0.15,0.01,0.16 +8499,Paws & Claws: Pet Resort,GBA,2006,Simulation,THQ,0.12,0.04,0,0,0.16 +8500,Kya: Dark Lineage,PS2,2003,Adventure,Atari,0.08,0.06,0,0.02,0.16 +8501,Dynasty Warriors 8: Xtreme Legends,PS3,2013,Action,Tecmo Koei,0.02,0.03,0.11,0.01,0.16 +8502,Curious George,GBA,2006,Action,Namco Bandai Games,0.12,0.04,0,0,0.16 +8503,Monster Jam,Wii,2007,Racing,Activision,0.15,0,0,0.01,0.16 +8504,Medieval Games,Wii,2009,Action,Vir2L Studios,0.14,0.01,0,0.01,0.16 +8505,Stronghold 3,PC,2011,Strategy,N/A,0.06,0.1,0,0,0.16 +8506,The Amazing Spider-Man (Console Version),Wii,2012,Action,Activision,0.11,0.04,0,0.01,0.16 +8507,Kid Adventures: Sky Captain,Wii,2010,Action,Unknown,0.11,0.04,0,0.01,0.16 +8508,Lethal Skies II,PS2,2003,Simulation,Sammy Corporation,0.08,0.06,0,0.02,0.16 +8509,Doctor Lautrec and the Forgotten Knights,3DS,2011,Adventure,Konami Digital Entertainment,0.07,0.05,0.03,0.01,0.16 +8510,Disney's American Dragon Jake Long: Attack of the Dark Dragon,DS,2006,Action,Disney Interactive Studios,0.15,0,0,0.01,0.16 +8511,Godzilla Unleashed,Wii,2007,Fighting,Atari,0.15,0,0,0.01,0.16 +8512,Kamaitachi no Yoru 脳 3,PS2,2006,Adventure,Sega,0,0,0.16,0,0.16 +8513,Tom and Jerry: Infurnal Escape,GBA,2003,Action,Ubisoft,0.12,0.04,0,0,0.16 +8514,The Legend of Heroes VII: The Trail of Zero,PSP,2010,Role-Playing,Falcom Corporation,0,0,0.16,0,0.16 +8515,Warriors Orochi 3,X360,2011,Action,Ubisoft Annecy,0.09,0.03,0.03,0.01,0.16 +8516,King's Field,PS,1995,Role-Playing,Sony Computer Entertainment,0.09,0.06,0,0.01,0.16 +8517,Hannah Montana: Rock Out the Show,PSP,2009,Misc,Disney Interactive Studios,0.13,0.01,0,0.02,0.16 +8518,Let's Ride: Sunshine Stables,GBA,2005,Sports,DTP Entertainment,0.12,0.04,0,0,0.16 +8519,World Stadium 4,PS,2000,Sports,Namco Bandai Games,0,0,0.15,0.01,0.16 +8520,Midway Arcade Treasures 2,GC,2004,Misc,Midway Games,0.13,0.03,0,0,0.16 +8521,Hot Wheels World Race,GC,2003,Racing,THQ,0.13,0.03,0,0,0.16 +8522,San Goku Shi Taisen DS,DS,2007,Strategy,Sega,0,0,0.16,0,0.16 +8523,Kawa no Nushi Tsuri,PS,1998,Sports,Victor Interactive,0,0,0.15,0.01,0.16 +8524,N2O: Nitrous Oxide,PS,1998,Racing,Gremlin Interactive Ltd,0.09,0.06,0,0.01,0.16 +8525,Magic: The Gathering - Battlegrounds,XB,2003,Strategy,Atari,0.12,0.03,0,0.01,0.16 +8526,Heroes over Europe,PS3,2009,Simulation,Ubisoft,0.12,0.02,0,0.02,0.16 +8527,Dancing With The Stars,PS2,2007,Misc,Activision,0.08,0.06,0,0.02,0.16 +8528,Major League Baseball 2K12,Wii,2012,Sports,Take-Two Interactive,0.15,0,0,0.01,0.16 +8529,Pro Evolution Soccer 2015,X360,2014,Sports,Konami Digital Entertainment,0.05,0.1,0,0.01,0.16 +8530,Bladestorm: Nightmare,PS4,2015,Action,Tecmo Koei,0.07,0.04,0.03,0.02,0.16 +8531,Otogirisou,SNES,1992,Adventure,ChunSoft,0,0,0.16,0,0.16 +8532,SD Gundam G Generation 3D,3DS,2011,Role-Playing,Namco Bandai Games,0,0,0.16,0,0.16 +8533,Crash Tag Team Racing,GC,2005,Racing,Vivendi Games,0.12,0.03,0,0,0.16 +8534,Grease Dance,X360,2011,Misc,505 Games,0.11,0.03,0,0.01,0.16 +8535,Ready 2 Rumble Revolution,Wii,2009,Sports,Atari,0.15,0,0,0.01,0.16 +8536,My Baby 3 & Friends,DS,2010,Simulation,Majesco Entertainment,0.13,0.02,0,0.01,0.16 +8537,NASCAR '14,X360,2014,Racing,Deep Silver,0.15,0,0,0.01,0.16 +8538,TimeSplitters: Future Perfect,XB,2005,Shooter,Electronic Arts,0.12,0.03,0,0.01,0.16 +8539,Midway Arcade Treasures 3,PS2,2005,Misc,Midway Games,0.08,0.06,0,0.02,0.16 +8540,Dr. Muto,PS2,2002,Platform,Midway Games,0.08,0.06,0,0.02,0.16 +8541,Beowulf: The Game,PS3,2007,Action,Ubisoft,0.14,0.01,0,0.01,0.16 +8542,Puzzle Quest: Galactrix,DS,2009,Puzzle,D3Publisher,0.15,0,0,0.01,0.16 +8543,DS Rakubiki Jiten,DS,2005,Misc,Nintendo,0,0,0.16,0,0.16 +8544,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,PS2,2005,Adventure,Activision,0.08,0.06,0,0.02,0.16 +8545,Fatal Frame II: Crimson Butterfly,PS2,2003,Action,Ubisoft,0.08,0.06,0,0.02,0.16 +8546,Angry Birds Trilogy,PS3,2012,Action,Activision,0.12,0.02,0,0.02,0.16 +8547,Dewy's Adventure,Wii,2007,Platform,Konami Digital Entertainment,0.14,0,0.01,0.01,0.16 +8548,Shadow Man: 2econd Coming,PS2,2002,Adventure,Acclaim Entertainment,0.08,0.06,0,0.02,0.16 +8549,Yu-Gi-Oh! 5D's Tag Force 6,PSP,2011,Strategy,Konami Digital Entertainment,0,0,0.16,0,0.16 +8550,NPPL: Championship Paintball 2009,PS3,2008,Shooter,Activision Value,0.15,0,0,0.01,0.16 +8551,Dynasty Warriors 4,XB,2003,Action,Tecmo Koei,0.12,0.03,0,0.01,0.16 +8552,Wakeboarding Unleashed Featuring Shaun Murray,PS2,2003,Sports,Activision,0.08,0.06,0,0.02,0.16 +8553,The Incredibles: Rise of the Underminer,GC,2005,Action,THQ,0.12,0.03,0,0,0.16 +8554,Jikkyou Powerful Pro Yakyuu 3 '97 Haru,SNES,1997,Sports,Konami Digital Entertainment,0,0,0.16,0,0.16 +8555,Alone in the Dark: The New Nightmare,PS,N/A,Adventure,Infogrames,0.09,0.06,0,0.01,0.16 +8556,The BIGS,PS3,2007,Sports,Take-Two Interactive,0.15,0,0,0.01,0.16 +8557,Flushed Away,GC,2006,Platform,D3Publisher,0.12,0.03,0,0,0.16 +8558,Eragon,DS,2006,Action,Vivendi Games,0.13,0.02,0,0.01,0.16 +8559,Scarface: Money. Power. Respect.,PSP,2006,Strategy,Vivendi Games,0.15,0,0,0.01,0.16 +8560,Summon Night EX-Thesis: Yoake no Tsubasa,PS2,2005,Role-Playing,Banpresto,0,0,0.16,0,0.16 +8561,Pro Yaky? Spirits 3,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.16,0,0.16 +8562,Silent Scope 3,PS2,2002,Shooter,Konami Digital Entertainment,0.08,0.06,0,0.02,0.16 +8563,World Series of Poker: Tournament of Champions 2007 Edition,X360,2006,Misc,Activision,0.15,0,0,0.01,0.16 +8564,NASCAR Heat 2002,GBA,2002,Racing,Infogrames,0.12,0.04,0,0,0.16 +8565,Namco Classic Fighter Collection,PS2,2008,Fighting,Namco Bandai Games,0.08,0.06,0,0.02,0.16 +8566,International Superstar Soccer Deluxe,SNES,1995,Sports,Konami Digital Entertainment,0,0,0.16,0,0.16 +8567,TNA iMPACT!,Wii,2008,Fighting,Midway Games,0.14,0.01,0,0.01,0.16 +8568,Intellivision Lives!,PS2,2003,Misc,Play It,0.08,0.06,0,0.02,0.16 +8569,Field Commander,PSP,2006,Strategy,Sony Online Entertainment,0.14,0,0,0.01,0.16 +8570,Robots,GC,2005,Action,Vivendi Games,0.12,0.03,0,0,0.16 +8571,Little League World Series Baseball 2009,Wii,2009,Sports,Activision,0.15,0,0,0.01,0.16 +8572,The King of Fighters XII,PS3,2009,Fighting,Ignition Entertainment,0.11,0.01,0.03,0.01,0.16 +8573,Doctor Who: Evacuation Earth,DS,2010,Adventure,Asylum Entertainment,0,0.14,0,0.02,0.16 +8574,Murdered: Soul Suspect,XOne,2014,Action,Square Enix,0.08,0.07,0,0.01,0.16 +8575,Ener-G: Dance Squad,DS,2008,Sports,Ubisoft,0.15,0,0,0.01,0.16 +8576,Our House,DS,2009,Strategy,Majesco Entertainment,0.15,0,0,0.01,0.16 +8577,SimEarth: The Living Planet,SNES,1991,Simulation,Imagineer,0,0,0.16,0,0.16 +8578,Major League Baseball 2K11,Wii,2011,Sports,Take-Two Interactive,0.15,0,0,0.01,0.16 +8579,Sengoku Basara: Chronicle Heroes,PSP,2011,Action,Capcom,0,0,0.16,0,0.16 +8580,NBA 2K12,PC,2011,Sports,Take-Two Interactive,0.09,0.05,0,0.02,0.16 +8581,The Wild Thornberrys: Chimp Chase,GBA,2001,Action,THQ,0.11,0.04,0,0,0.16 +8582,Power Stakes,PS,1997,Sports,Aques,0,0,0.15,0.01,0.16 +8583,Fighters Destiny,N64,1998,Fighting,Ocean,0.13,0.03,0,0,0.16 +8584,Asteroids Hyper 64,N64,1999,Shooter,Crave Entertainment,0.13,0.03,0,0,0.16 +8585,The Powerpuff Girls: Chemical X-Traction,N64,2001,Action,BAM! Entertainment,0.13,0.03,0,0,0.16 +8586,Jikkyou Powerful Pro Yakyuu Basic-han 2001,N64,2001,Sports,Konami Digital Entertainment,0,0,0.12,0.04,0.16 +8587,Tom and Jerry in Fists of Furry,N64,2000,Fighting,Ubisoft,0.13,0.03,0,0,0.16 +8588,Hydro Thunder,N64,2000,Racing,Midway Games,0.13,0.03,0,0,0.16 +8589,Space Invaders,N64,1999,Shooter,Activision,0.13,0.03,0,0,0.16 +8590,Starcraft 64,N64,2000,Strategy,Nintendo,0.13,0.03,0,0,0.16 +8591,Destruction Derby 64,N64,1999,Racing,THQ,0.13,0.03,0,0,0.16 +8592,Buck Bumble,N64,1998,Action,Ubisoft,0.13,0.03,0,0,0.16 +8593,California Speed,N64,1999,Misc,Midway Games,0.13,0.03,0,0,0.16 +8594,Wonder Project J2: Koruro no Mori no Josette,N64,1996,Simulation,Enix Corporation,0,0,0.12,0.04,0.16 +8595,Culdcept SAGA,X360,2006,Role-Playing,Namco Bandai Games,0.12,0,0.03,0.01,0.16 +8596,Take A Break's: Puzzle Master,DS,2009,Puzzle,Ubisoft,0,0.15,0,0.01,0.16 +8597,Dragon Ball: Origins 2,DS,2010,Action,Namco Bandai Games,0.05,0.02,0.08,0.01,0.16 +8598,Minna no DS Seminar: Kanpeki Kanji Ryoku,DS,2006,Misc,TDK Core,0,0,0.16,0,0.16 +8599,Innocent Life: A Futuristic Harvest Moon,PSP,2006,Simulation,Rising Star Games,0.08,0.03,0.03,0.02,0.16 +8600,The Crew,PC,2014,Racing,Ubisoft,0,0.15,0,0.01,0.16 +8601,Macross Ace Frontier,PSP,2008,Simulation,Namco Bandai Games,0,0,0.16,0,0.16 +8602,Black & Bruised,PS2,2003,Fighting,Vivendi Games,0.08,0.06,0,0.02,0.16 +8603,Sherlock Holmes vs. Jack the Ripper,X360,2009,Adventure,Focus Home Interactive,0.11,0.04,0,0.01,0.16 +8604,.hack//G.U. Vol.2//Reminisce (jp sales),PS2,2006,Role-Playing,Namco Bandai Games,0,0,0.16,0,0.16 +8605,Rapala Pro Fishing,XB,2004,Sports,Zoo Digital Publishing,0.12,0.03,0,0.01,0.16 +8606,TimeShift,PS3,2007,Shooter,Vivendi Games,0.14,0.01,0,0.01,0.16 +8607,Blitz: The League,X360,2006,Sports,Midway Games,0.15,0,0,0.01,0.16 +8608,Scripps Spelling Bee,DS,2010,Simulation,THQ,0.15,0,0,0.01,0.16 +8609,MotionSports: Adrenaline,PS3,2011,Sports,Ubisoft,0.08,0.06,0,0.03,0.16 +8610,Ener-G Horse Riders,DS,2008,Sports,Ubisoft,0.14,0.01,0,0.01,0.16 +8611,Time Hollow,DS,2008,Adventure,Konami Digital Entertainment,0.03,0.01,0.11,0,0.16 +8612,Farming Simulator 2013,PS3,2013,Simulation,Focus Home Interactive,0,0.1,0.02,0.04,0.16 +8613,Rudolph the Red-Nosed Reindeer,Wii,2010,Action,Crave Entertainment,0.15,0,0,0.01,0.16 +8614,Shinobido 2: Tales of the Ninja,PSV,2011,Action,Sony Computer Entertainment,0.06,0.05,0.02,0.03,0.16 +8615,SpongeBob's Truth or Square,DS,2009,Action,THQ,0.08,0.07,0,0.01,0.16 +8616,Ghost in the Shell: Stand Alone Complex,PS2,2004,Adventure,Namco Bandai Games,0.08,0.06,0,0.02,0.16 +8617,Rondo of Swords (US sales),DS,2007,Role-Playing,Success,0.16,0,0,0,0.16 +8618,Bulletstorm,PC,2011,Shooter,Electronic Arts,0.07,0.07,0,0.02,0.16 +8619,Battle Soccer: Field no Hasha,SNES,1992,Sports,Banpresto,0,0,0.16,0,0.16 +8620,Shaun White Skateboarding,X360,2010,Sports,Ubisoft,0.1,0.05,0,0.01,0.16 +8621,MLB 11: The Show,PSP,2011,Sports,Sony Computer Entertainment,0.15,0,0,0.01,0.16 +8622,Vegas Party,Wii,N/A,Misc,Unknown,0.15,0,0,0.01,0.16 +8623,Amped 3,X360,2005,Sports,Take-Two Interactive,0.13,0.02,0,0.01,0.16 +8624,Family Party: 30 Great Games Outdoor Fun,Wii,2009,Misc,D3Publisher,0.14,0.01,0,0.01,0.16 +8625,FlatOut 2,PS2,2006,Racing,Empire Interactive,0.08,0.06,0,0.02,0.16 +8626,Naruto: Ultimate Ninja Heroes 2 - The Phantom Fortress,PSP,2006,Fighting,Atari,0.14,0,0,0.01,0.16 +8627,FIFA Soccer 96,PS,1995,Sports,Electronic Arts,0.09,0.06,0,0.01,0.16 +8628,Burger Island,DS,2008,Action,Destineer,0.15,0,0,0.01,0.16 +8629,Dynasty Warriors 8,X360,2013,Action,Tecmo Koei,0.09,0.05,0,0.01,0.16 +8630,NCAA Final Four 2001,PS,2000,Sports,Sony Computer Entertainment,0.09,0.06,0,0.01,0.16 +8631,Tak and the Guardians of Gross,Wii,2008,Action,THQ,0.15,0,0,0.01,0.16 +8632,Just Dance: Disney Party,X360,2012,Misc,Ubisoft,0.13,0.02,0,0.01,0.16 +8633,LEGO The Lord of the Rings,DS,2012,Action,Warner Bros. Interactive Entertainment,0,0.14,0,0.02,0.16 +8634,Dengeki Bunko Fighting Climax,PS3,2014,Fighting,Sega,0.05,0,0.09,0.01,0.16 +8635,J-League Jikkyou Winning Eleven 2000,PS,2000,Sports,Konami Digital Entertainment,0,0,0.15,0.01,0.16 +8636,Eve: The Lost One,SAT,1998,Adventure,Imagineer,0,0,0.16,0,0.16 +8637,Chessmaster: The Art of Learning,DS,2007,Misc,Ubisoft,0.12,0.03,0,0.01,0.16 +8638,Yu-Gi-Oh! 5D's: Duel Transer,Wii,2010,Strategy,Konami Digital Entertainment,0.11,0.02,0.02,0.01,0.16 +8639,LEGO Legends of Chima: Laval's Journey,PSV,2013,Adventure,Warner Bros. Interactive Entertainment,0.02,0.09,0,0.04,0.16 +8640,Konami Krazy Racers,GBA,2001,Racing,Konami Digital Entertainment,0.09,0.03,0.04,0,0.16 +8641,Saturday Night Slam Masters,SNES,1994,Fighting,Capcom,0,0,0.16,0,0.16 +8642,Blitz: The League II,PS3,2008,Sports,Midway Games,0.11,0.03,0,0.02,0.16 +8643,F-Zero: GP Legend,GBA,2003,Racing,Nintendo,0.11,0.04,0,0,0.16 +8644,Racing Lagoon,PS,1999,Racing,Square,0,0,0.15,0.01,0.16 +8645,Victorious: Hollywood Arts Debut,DS,2011,Misc,D3Publisher,0.14,0.01,0,0.01,0.16 +8646,Mr. Driller 2,GBA,2001,Puzzle,Namco Bandai Games,0,0,0.15,0,0.16 +8647,Just Sing!,DS,2009,Misc,DTP Entertainment,0.14,0.01,0,0.01,0.16 +8648,Darksiders II,WiiU,2012,Action,THQ,0.07,0.07,0,0.01,0.16 +8649,Dragon's Lair Trilogy,Wii,2010,Adventure,Destineer,0.15,0,0,0.01,0.16 +8650,Trivial Pursuit: Bet You Know It,Wii,2011,Misc,Electronic Arts,0.1,0.04,0,0.01,0.16 +8651,Imagine: Ice Champions,DS,2007,Sports,Spike,0.15,0,0,0.01,0.16 +8652,J-League Pro Soccer Club o Tsukurou! 6: Pride of J,PSP,2009,Sports,Sega,0,0,0.16,0,0.16 +8653,Nicktoons: MLB,Wii,2011,Sports,Take-Two Interactive,0.15,0,0,0.01,0.16 +8654,Sniper: Ghost Warrior,PC,2010,Shooter,City Interactive,0,0.13,0,0.03,0.16 +8655,Left Brain Right Brain: Use Both Hands Train Both Sides,DS,2007,Misc,505 Games,0.15,0,0,0.01,0.16 +8656,Rio,PS3,2011,Misc,THQ,0.04,0.09,0,0.03,0.16 +8657,Power Rangers Double Pack,GBA,2005,Action,THQ,0.11,0.04,0,0,0.16 +8658,Mugen Souls,PS3,2012,Role-Playing,Nippon Ichi Software,0.04,0.03,0.08,0.01,0.16 +8659,Yakuza Kiwami,PS4,2016,Adventure,Sega,0,0,0.16,0,0.16 +8660,Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3,PS,1998,Misc,Syscom,0,0,0.15,0.01,0.16 +8661,"BCFX: The Black College Football Xperience, The Doug Williams Edition",X360,2009,Sports,Aspyr,0.15,0,0,0.01,0.16 +8662,FIFA Soccer 97,PS,1996,Sports,Electronic Arts,0.09,0.06,0,0.01,0.16 +8663,Saw II: Flesh & Blood,X360,2010,Action,Konami Digital Entertainment,0.1,0.04,0,0.01,0.16 +8664,Psychic Force,PS,1996,Fighting,Acclaim Entertainment,0.01,0.01,0.13,0.01,0.16 +8665,Trigger Man,PS2,2004,Shooter,Play It,0.08,0.06,0,0.02,0.16 +8666,Bomberman Land Touch! 2,DS,2007,Puzzle,Rising Star Games,0.13,0,0.01,0.01,0.16 +8667,Michael Jackson: The Experience,PSP,2010,Misc,Ubisoft,0.11,0.03,0,0.02,0.16 +8668,The Godfather: Blackhand Edition,Wii,2007,Adventure,Electronic Arts,0.14,0,0,0.01,0.16 +8669,StarBlade 伪,PS,1995,Shooter,Sony Computer Entertainment,0,0,0.15,0.01,0.16 +8670,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui,PSP,2008,Strategy,Namco Bandai Games,0,0,0.16,0,0.16 +8671,Tiger Woods PGA Tour 2004,GC,2003,Sports,Electronic Arts,0.12,0.03,0,0,0.16 +8672,Monster House,DS,2006,Adventure,THQ,0.14,0.01,0,0.01,0.16 +8673,Angry Birds Star Wars,XOne,2013,Strategy,Activision,0.11,0.04,0,0.01,0.16 +8674,Backyard Sports: Sandlot Sluggers,Wii,2010,Sports,Atari,0.15,0,0,0.01,0.16 +8675,Guilty Gear Xrd: Sign,PS4,2014,Fighting,Arc System Works,0.1,0,0.04,0.02,0.16 +8676,Arcade Zone,Wii,2009,Misc,Activision,0.14,0,0,0.01,0.16 +8677,SpongeBob's Boating Bash,DS,2010,Misc,THQ,0.14,0.01,0,0.01,0.16 +8678,7th Dragon III Code: VFD,3DS,2015,Role-Playing,Sega,0.03,0,0.12,0,0.16 +8679,DiRT 3,PC,2011,Racing,Codemasters,0,0.13,0,0.03,0.16 +8680,Culdcept,3DS,2012,Misc,Nintendo,0,0,0.16,0,0.16 +8681,Birds of Steel,X360,2012,Simulation,Konami Digital Entertainment,0.11,0.04,0,0.01,0.16 +8682,Rudolph the Red-Nosed Reindeer,DS,2010,Action,Crave Entertainment,0.15,0,0,0.01,0.16 +8683,WWE '13,Wii,2012,Action,THQ,0.12,0.02,0,0.01,0.16 +8684,MX 2002 Featuring Ricky Carmichael,GBA,2001,Racing,THQ,0.11,0.04,0,0,0.16 +8685,Halo Triple Pack,XB,2005,Shooter,Microsoft Game Studios,0.12,0.03,0,0.01,0.16 +8686,Street Racer,PS,1996,Racing,Ubisoft,0.09,0.06,0,0.01,0.16 +8687,Bomberman,DS,2005,Puzzle,Ubisoft,0.1,0.02,0.03,0.01,0.16 +8688,NBA 2K3,GC,2002,Sports,Sega,0.12,0.03,0,0,0.16 +8689,Arcana Heart,PS2,2007,Fighting,AQ Interactive,0.06,0.05,0.04,0.02,0.16 +8690,NHL 2005,XB,2004,Sports,Electronic Arts,0.12,0.03,0,0.01,0.16 +8691,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PSP,2010,Sports,Konami Digital Entertainment,0,0,0.16,0,0.16 +8692,Infected,PSP,2005,Shooter,THQ,0.14,0,0,0.01,0.16 +8693,Battlestar Galactica,PS2,2003,Shooter,Vivendi Games,0.08,0.06,0,0.02,0.16 +8694,The Walking Dead: Season One,XOne,2014,Adventure,Telltale Games,0.08,0.06,0,0.01,0.16 +8695,Kingdom Hearts: Birth by Sleep - Final Mix,PSP,2011,Role-Playing,Square Enix,0,0,0.16,0,0.16 +8696,Bust-A-Move Bash!,Wii,2007,Puzzle,505 Games,0.13,0.01,0,0.01,0.16 +8697,Block Party,Wii,2008,Misc,Activision,0.14,0,0,0.01,0.16 +8698,Toriko: Gourmet Monsters!,3DS,2012,Role-Playing,Namco Bandai Games,0,0,0.16,0,0.16 +8699,The Incredible Hulk: The Pantheon Saga,PS,1996,Action,Eidos Interactive,0.09,0.06,0,0.01,0.16 +8700,Darksiders II,PC,2012,Action,Nordic Games,0.03,0.1,0,0.03,0.16 +8701,Megamind: Ultimate Showdown,PS3,2010,Action,THQ,0.07,0.06,0,0.02,0.16 +8702,The Idolm@ster 2,PS3,2011,Misc,Namco Bandai Games,0,0,0.16,0,0.16 +8703,Space Camp,DS,2009,Action,Activision,0.14,0,0,0.01,0.16 +8704,Imagine: Music Fest,DS,2009,Simulation,Ubisoft,0.15,0,0,0.01,0.16 +8705,AC/DC LIVE: Rock Band Track Pack,PS2,2008,Misc,MTV Games,0.08,0.06,0,0.02,0.16 +8706,Senran Kagura: Sh?jo-tachi no Shinei,3DS,2011,Action,Marvelous Interactive,0,0,0.16,0,0.16 +8707,Ultimate Spider-Man,DS,2005,Action,Activision,0.14,0,0,0.01,0.16 +8708,Fist of the North Star: Ken's Rage,X360,2010,Action,Ubisoft Annecy,0.07,0.02,0.06,0.01,0.16 +8709,Jurassic Park: The Game,X360,N/A,Action,Unknown,0.15,0,0,0.01,0.16 +8710,He-Man: Power of Grayskull,GBA,2002,Action,TDK Mediactive,0.11,0.04,0,0,0.16 +8711,WordJong,DS,2007,Puzzle,White Park Bay Software,0.13,0.01,0,0.01,0.16 +8712,Putty Squad,PS4,2013,Platform,System 3,0.06,0.07,0,0.02,0.16 +8713,Polaris SnoCross,PS,2000,Racing,Vatical Entertainment,0.09,0.06,0,0.01,0.16 +8714,Wing Commander III: Heart of the Tiger,PS,1996,Action,Electronic Arts,0.09,0.06,0,0.01,0.16 +8715,Top Spin 4,Wii,2011,Sports,Take-Two Interactive,0.05,0.09,0,0.02,0.16 +8716,Prince of Persia: The Forgotten Sands,DS,2010,Action,Ubisoft,0.14,0.01,0,0.01,0.16 +8717,Mat Hoffman's Pro BMX 2,GBA,2002,Sports,Activision,0.11,0.04,0,0,0.16 +8718,Muppet RaceMania,PS,1999,Racing,Sony Computer Entertainment,0.09,0.06,0,0.01,0.15 +8719,Namco Museum Vol.5,PS,1996,Misc,Sony Computer Entertainment,0.02,0.01,0.12,0.01,0.15 +8720,Courier Crisis,PS,1997,Racing,BMG Interactive Entertainment,0.09,0.06,0,0.01,0.15 +8721,Bleach: Dark Souls,DS,2007,Fighting,Sega,0.12,0.02,0,0.01,0.15 +8722,The Oregon Trail,Wii,2011,Simulation,Crave Entertainment,0.15,0,0,0.01,0.15 +8723,Digimon Battle Spirit 2,GBA,2003,Fighting,Namco Bandai Games,0.11,0.04,0,0,0.15 +8724,Winning Post 3,PS,1998,Racing,Tecmo Koei,0,0,0.14,0.01,0.15 +8725,FIFA 06: Road to FIFA World Cup,X360,2005,Sports,Electronic Arts,0.11,0.02,0.01,0.01,0.15 +8726,Driven,PS2,2001,Racing,BAM! Entertainment,0.08,0.06,0,0.02,0.15 +8727,F.E.A.R. 3,PC,2011,Shooter,Warner Bros. Interactive Entertainment,0.04,0.08,0,0.03,0.15 +8728,de Blob 2,X360,2011,Platform,THQ,0.1,0.04,0,0.01,0.15 +8729,"Warhammer 40,000: Fire Warrior",PS2,2003,Shooter,THQ,0.08,0.06,0,0.02,0.15 +8730,Hot Wheels: Battle Force 5,DS,2009,Racing,Activision,0.13,0.02,0,0.01,0.15 +8731,James Noir's Hollywood Crimes,3DS,2011,Adventure,Ubisoft,0.07,0.07,0,0.02,0.15 +8732,Deadly Premonition,PS3,2010,Action,Rising Star Games,0.08,0.05,0,0.02,0.15 +8733,Bomberman,PSP,2006,Puzzle,Konami Digital Entertainment,0.14,0,0,0.01,0.15 +8734,MTV Music Generator 2,PS2,2001,Misc,Codemasters,0.08,0.06,0,0.02,0.15 +8735,The Quest Trio,DS,2008,Puzzle,Avanquest,0.14,0.01,0,0.01,0.15 +8736,Chaotic: Shadow Warriors,X360,2009,Action,Activision,0.14,0,0,0.01,0.15 +8737,Space Invaders Extreme,DS,2008,Shooter,Square Enix,0.12,0.01,0.01,0.01,0.15 +8738,Burnout 2: Point of Impact,GC,2003,Racing,Acclaim Entertainment,0.12,0.03,0,0,0.15 +8739,Paris-Dakar Rally,PS2,2001,Racing,Acclaim Entertainment,0.08,0.06,0,0.02,0.15 +8740,All-Pro Football 2K8,PS3,2007,Sports,Take-Two Interactive,0.14,0,0,0.01,0.15 +8741,Dragon Ball Z: Harukanaru Densetsu (JP sales),DS,2007,Role-Playing,Namco Bandai Games,0,0,0.15,0,0.15 +8742,Atelier Iris: Eternal Mana,PS2,2004,Role-Playing,Tecmo Koei,0.08,0.06,0,0.02,0.15 +8743,Blinx 2: Masters of Time & Space,XB,2004,Platform,Microsoft Game Studios,0.12,0.03,0,0.01,0.15 +8744,Stormrise,X360,2009,Strategy,Sega,0.11,0.03,0,0.01,0.15 +8745,NHL 2K10,PS3,2009,Sports,Take-Two Interactive,0.13,0.01,0,0.01,0.15 +8746,FIFA Street 2,PSP,2006,Sports,Electronic Arts,0.07,0.06,0,0.03,0.15 +8747,Tak: The Great Juju Challenge,GC,2005,Platform,THQ,0.12,0.03,0,0,0.15 +8748,Deponia,PC,2012,Adventure,Daedalic,0,0.13,0,0.03,0.15 +8749,Harvest Moon: The Lost Valley,3DS,2014,Simulation,Natsume,0.12,0.02,0,0.01,0.15 +8750,Knockout Kings 2003,GC,2002,Sports,Electronic Arts,0.12,0.03,0,0,0.15 +8751,NCAA Football 2004,GC,2003,Sports,Electronic Arts,0.12,0.03,0,0,0.15 +8752,XGIII: Extreme G Racing,GC,2001,Racing,Acclaim Entertainment,0.12,0.03,0,0,0.15 +8753,NHL 17,XOne,2016,Sports,Electronic Arts,0.13,0.01,0,0.02,0.15 +8754,Jewel Quest Solitaire,DS,2009,Puzzle,GSP,0,0.14,0,0.02,0.15 +8755,Metal Gear Solid V: Ground Zeroes,X360,2014,Action,Konami Digital Entertainment,0.07,0.06,0.01,0.01,0.15 +8756,Digimon World 4,PS2,2005,Role-Playing,Atari,0.08,0.06,0,0.02,0.15 +8757,Cars: Race-O-Rama,X360,2009,Racing,THQ,0.14,0.01,0,0.01,0.15 +8758,Disney's Story Studio: Disney's Mulan,PS,1999,Misc,Sony Computer Entertainment,0.09,0.06,0,0.01,0.15 +8759,Klax,2600,1989,Puzzle,Atari,0.14,0.01,0,0,0.15 +8760,Pressure Cooker,2600,1982,Action,Activision,0.14,0.01,0,0,0.15 +8761,Saturn Bomberman,SAT,1996,Puzzle,Sega,0,0,0.15,0,0.15 +8762,Home Run,2600,N/A,Sports,Atari,0.14,0.01,0,0,0.15 +8763,Jikkyou Powerful Pro Yakyuu Portable,PSP,2006,Sports,Konami Digital Entertainment,0,0,0.15,0,0.15 +8764,The Adventures of Tintin: The Game,3DS,2011,Action,Ubisoft,0.05,0.09,0,0.02,0.15 +8765,American Chopper,XB,2004,Racing,Zoo Digital Publishing,0.11,0.03,0,0.01,0.15 +8766,Sonny with a Chance,DS,2010,Action,Disney Interactive Studios,0.12,0.02,0,0.01,0.15 +8767,Murdered: Soul Suspect,PS3,2014,Action,Square Enix,0.05,0.06,0.02,0.02,0.15 +8768,Farm Frenzy: Animal Country,DS,2009,Simulation,City Interactive,0.13,0.01,0,0.01,0.15 +8769,Kingdom Under Fire: Heroes,XB,2005,Strategy,Deep Silver,0.11,0.03,0,0.01,0.15 +8770,Wolfenstein: The Old Blood,XOne,2015,Action,Bethesda Softworks,0.07,0.07,0,0.01,0.15 +8771,The Terminator: Dawn of Fate,XB,2002,Action,Atari,0.11,0.03,0,0.01,0.15 +8772,Cartoon Network Collection: Game Boy Advance Video Special Edition,GBA,2005,Misc,N/A,0.11,0.04,0,0,0.15 +8773,Naruto Shippuden: Legends: Akatsuki Rising,PSP,2009,Fighting,Namco Bandai Games,0.14,0,0,0.01,0.15 +8774,Scooby-Doo! Unmasked,GC,2005,Platform,THQ,0.12,0.03,0,0,0.15 +8775,Streak: Hoverboard Racing,PS,1998,Racing,GT Interactive,0.09,0.06,0,0.01,0.15 +8776,Samurai Warriors: Katana,Wii,2007,Action,Tecmo Koei,0.11,0,0.04,0.01,0.15 +8777,Project Sylpheed: Arc of Deception,X360,2006,Shooter,Microsoft Game Studios,0.12,0.01,0.02,0.01,0.15 +8778,Enthusia Professional Racing,PS2,2005,Racing,Konami Digital Entertainment,0.07,0.06,0,0.02,0.15 +8779,NCAA GameBreaker 2001,PS2,2000,Sports,Sony Computer Entertainment,0.07,0.06,0,0.02,0.15 +8780,Get On Da Mic,PS2,2004,Misc,Eidos Interactive,0.07,0.06,0,0.02,0.15 +8781,Heroes of Mana,DS,2007,Strategy,Square Enix,0.08,0.01,0.05,0.01,0.15 +8782,Jurassic: The Hunted,Wii,2009,Shooter,Activision,0.14,0,0,0.01,0.15 +8783,Army Men: Sarge's War,GC,2004,Shooter,Global Star,0.12,0.03,0,0,0.15 +8784,Horse Life Adventures,Wii,2008,Simulation,Deep Silver,0.13,0.01,0,0.01,0.15 +8785,Amagami,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.15,0,0.15 +8786,Ice Age 2: The Meltdown,DS,2006,Platform,Vivendi Games,0.13,0.01,0,0.01,0.15 +8787,Jikkyou Powerful Pro Yakyuu 2009,PS2,2009,Sports,Konami Digital Entertainment,0,0,0.15,0,0.15 +8788,Blazing Angels 2: Secret Missions of WWII,PS3,2007,Simulation,Ubisoft,0.1,0.03,0,0.02,0.15 +8789,Bigfoot: Collision Course,DS,2009,Racing,Zoo Digital Publishing,0.14,0,0,0.01,0.15 +8790,Marvel Super Hero Squad: The Infinity Gauntlet,X360,2010,Action,THQ,0.12,0.02,0,0.01,0.15 +8791,Kidou Senkan Nadesico,SAT,1997,Strategy,Sega,0,0,0.15,0,0.15 +8792,Tears to Tiara II: Heir of the Overlord,PS3,2013,Role-Playing,Nippon Ichi Software,0.07,0.02,0.06,0.01,0.15 +8793,Frogger's Adventures: The Rescue,GC,2003,Platform,Konami Digital Entertainment,0.12,0.03,0,0,0.15 +8794,The Incredibles: Rise of the Underminer,DS,2005,Action,THQ,0.13,0.01,0,0.01,0.15 +8795,Darksiders,PC,2010,Action,THQ,0.07,0.06,0,0.02,0.15 +8796,The Secret Saturdays: Beasts of the 5th Sun,PS2,2009,Action,D3Publisher,0.05,0.02,0,0.08,0.15 +8797,Countdown: The Game,DS,2009,Puzzle,Mindscape,0,0.14,0,0.01,0.15 +8798,Active Life Explorer,Wii,2010,Sports,Namco Bandai Games,0.14,0,0,0.01,0.15 +8799,MLB Power Pros 2008,PS2,2008,Sports,Konami Digital Entertainment,0.05,0.04,0.05,0.01,0.15 +8800,The Fairly Odd Parents: Clash with the Anti-World,GBA,2005,Adventure,THQ,0.11,0.04,0,0,0.15 +8801,Theatrhythm Dragon Quest,3DS,2015,Misc,Square Enix,0,0,0.15,0,0.15 +8802,Major League Baseball 2K10,DS,2010,Sports,Take-Two Interactive,0.14,0,0,0.01,0.15 +8803,Naruto: Powerful Shippuden,3DS,2012,Platform,Namco Bandai Games,0.08,0.02,0.04,0.01,0.15 +8804,Disney's The Lion King: Simba's Mighty Adventure,PS,2000,Action,Activision,0.08,0.06,0,0.01,0.15 +8805,Family Party: Fitness Fun,Wii,2010,Sports,D3Publisher,0.14,0,0,0.01,0.15 +8806,Thor: God of Thunder,PS3,2011,Action,Sega,0.07,0.06,0,0.02,0.15 +8807,Fantastic Four: Rise of the Silver Surfer,PS3,2007,Action,Take-Two Interactive,0.12,0.02,0,0.02,0.15 +8808,Metal Slug Anthology,Wii,2006,Shooter,Ignition Entertainment,0.12,0.01,0,0.01,0.15 +8809,GoldenEye 007 (2010),DS,2010,Action,Activision,0.11,0.03,0,0.01,0.15 +8810,Jikkyou Powerful Pro Yakyuu 2012,PSP,2012,Action,Konami Digital Entertainment,0,0,0.15,0,0.15 +8811,All Japan Pro Wrestling featuring Virtua,SAT,1997,Fighting,Sega,0,0,0.15,0,0.15 +8812,Rudra no Hihou,SNES,1996,Role-Playing,SquareSoft,0,0,0.15,0,0.15 +8813,Gundam Breaker 2,PSV,2014,Action,Namco Bandai Games,0,0,0.15,0,0.15 +8814,Prince of Persia: The Sands of Time,GBA,2003,Action,Ubisoft,0.11,0.04,0,0,0.15 +8815,Cake Mania: In The Mix!,Wii,2008,Puzzle,Majesco Entertainment,0.14,0,0,0.01,0.15 +8816,Zoids: Battle Legends,GC,2003,Action,Tomy Corporation,0.12,0.03,0,0,0.15 +8817,World Series Baseball 2K3,XB,2003,Sports,Sega,0.11,0.03,0,0.01,0.15 +8818,Serious Sam,XB,2002,Shooter,Take-Two Interactive,0.11,0.03,0,0.01,0.15 +8819,Kowloon's Gate,PS,1997,Adventure,Sony Computer Entertainment,0,0,0.14,0.01,0.15 +8820,Killer7,GC,2005,Action,Capcom,0.12,0.03,0,0,0.15 +8821,Kingdom of Paradise,PSP,2005,Role-Playing,Sony Computer Entertainment,0.14,0,0,0.01,0.15 +8822,Hidden Mysteries: Salem Secrets - Witch Trials of 1692,DS,2010,Puzzle,Astragon,0.09,0.04,0,0.01,0.15 +8823,NBA Street Homecourt,PS3,2007,Sports,Electronic Arts,0.12,0.02,0,0.02,0.15 +8824,The Sims Medieval: Pirates and Nobles,PC,2011,Simulation,Electronic Arts,0.05,0.08,0,0.02,0.15 +8825,The Cursed Crusade,X360,2011,Action,DTP Entertainment,0.08,0.05,0,0.01,0.15 +8826,Super Monkey Ball Adventure,GC,2006,Platform,Sega,0.12,0.03,0,0,0.15 +8827,Kids Learn Math: A+ Edition,DS,2011,Misc,Unknown,0.14,0,0,0.01,0.15 +8828,FIFA Soccer 2002,PS,2001,Sports,Electronic Arts,0.08,0.06,0,0.01,0.15 +8829,Build-A-Bear Workshop: Welcome to Hugsville,DS,2010,Misc,Game Factory,0.14,0,0,0.01,0.15 +8830,Street Fighter Anniversary Collection,XB,2004,Fighting,Capcom,0.11,0.03,0,0.01,0.15 +8831,Final Fantasy XI: Vana'diel Collection 2008,X360,2007,Role-Playing,Square Enix,0.13,0,0.01,0.01,0.15 +8832,Suzumiya Haruhi no Yakusoku,PSP,2007,Adventure,Namco Bandai Games,0,0,0.15,0,0.15 +8833,Shadow Ops: Red Mercury,XB,2004,Shooter,Atari,0.11,0.03,0,0.01,0.15 +8834,Indigo Prophecy,PS2,2005,Adventure,Atari,0.07,0.06,0,0.02,0.15 +8835,Mind Zero,PSV,2013,Role-Playing,GungHo,0.08,0,0.04,0.02,0.15 +8836,World League Soccer,SNES,1991,Sports,Imagineer,0,0,0.15,0,0.15 +8837,NBA ShootOut 2001,PS2,2001,Sports,Sony Computer Entertainment,0.07,0.06,0,0.02,0.15 +8838,Earth Defense Force 2025,X360,2013,Shooter,D3Publisher,0.06,0.04,0.05,0.01,0.15 +8839,Spider-Man: Friend or Foe,Wii,2007,Action,Activision,0.13,0.01,0,0.01,0.15 +8840,Ultimate Board Game Collection,Wii,2007,Misc,Xplosiv,0.14,0,0,0.01,0.15 +8841,Syndicate,PS3,2012,Shooter,EA Games,0.07,0.06,0,0.02,0.15 +8842,Samurai Shodown Anthology,PS2,2008,Fighting,Ignition Entertainment,0.07,0.06,0,0.02,0.15 +8843,NBA 09: The Inside,PS3,2008,Sports,Sony Computer Entertainment,0.14,0,0,0.01,0.15 +8844,Musashi: Samurai Legend,PS2,2005,Role-Playing,Atari,0.07,0.06,0,0.02,0.15 +8845,Saint Seiya: Soldiers' Soul,PS4,2015,Fighting,Namco Bandai Games,0,0.09,0.04,0.02,0.15 +8846,Terraria,PC,2011,Action,Unknown,0,0.13,0,0.02,0.15 +8847,Castlevania: Lords of Shadow - Mirror of Fate,3DS,2013,Action,Konami Digital Entertainment,0.04,0.07,0.03,0.01,0.15 +8848,3rd Super Robot Wars Z: Tengoku-Hen,PS3,2015,Action,Namco Bandai Games,0,0,0.15,0,0.15 +8849,Fantasia: Music Evolved,XOne,2014,Misc,Disney Interactive Studios,0.11,0.03,0,0.01,0.15 +8850,Pok茅mon: Johto Photo Finish: Game Boy Advance Video,GBA,2004,Misc,N/A,0.11,0.04,0,0,0.15 +8851,F1 2001,PS2,2001,Racing,Electronic Arts,0.07,0.06,0,0.02,0.15 +8852,The Legend of Heroes: Trails of Cold Steel II,PSV,2014,Role-Playing,Nippon Ichi Software,0.02,0,0.13,0.01,0.15 +8853,Top Gun: Combat Zones,GC,2002,Simulation,Titus,0.12,0.03,0,0,0.15 +8854,J-League Victory Goal,SAT,1995,Sports,Sega,0,0,0.15,0,0.15 +8855,Bakugan Battle Brawlers: Defenders of the Core,PSP,2010,Action,Activision,0.09,0.04,0,0.03,0.15 +8856,Oreshika: Tainted Bloodlines,PSV,2014,Role-Playing,Sony Computer Entertainment,0,0,0.15,0,0.15 +8857,White Knight Chronicles: Origins,PSP,2011,Role-Playing,Sony Computer Entertainment,0,0.04,0.09,0.02,0.15 +8858,Return to PopoloCrois: A Story of Seasons Fairytale,3DS,2015,Simulation,Marvelous Entertainment,0.04,0,0.1,0.01,0.15 +8859,Spongebob Squarepants / Fairly Odd Parents Double Pack,GBA,2005,Action,THQ,0.11,0.04,0,0,0.15 +8860,History Civil War: Secret Missions,PS2,2008,Shooter,Activision,0.07,0.06,0,0.02,0.15 +8861,NHL 09,PS2,2008,Sports,Electronic Arts,0.07,0.06,0,0.02,0.15 +8862,Mirror's Edge Catalyst,XOne,2016,Platform,Electronic Arts,0.08,0.05,0,0.02,0.15 +8863,Derby Stallion 64,N64,2001,Sports,Media Factory,0,0,0.15,0,0.15 +8864,Doraemon 3: Nobi Dai no Machi SOS!,N64,2000,Platform,Epoch,0,0,0.09,0.06,0.15 +8865,Space Station Silicon Valley,N64,1997,Adventure,Take-Two Interactive,0.12,0.03,0,0,0.15 +8866,Dark Rift,N64,1997,Fighting,Vic Tokai,0.12,0.03,0,0,0.15 +8867,Tokyo Xanadu,PSV,2015,Role-Playing,Nihon Falcom Corporation,0,0,0.15,0,0.15 +8868,All-Star Baseball 2003,GC,2002,Sports,Acclaim Entertainment,0.12,0.03,0,0,0.15 +8869,Burger Island,Wii,2009,Action,Destineer,0.14,0,0,0.01,0.15 +8870,Petz: Dogz Talent Show,DS,2009,Simulation,Ubisoft,0.14,0,0,0.01,0.15 +8871,T'ai Fu: Wrath of the Tiger,PS,1998,Action,Activision,0.08,0.06,0,0.01,0.15 +8872,Rocky,XB,2002,Fighting,Rage Software,0.11,0.03,0,0.01,0.15 +8873,Ford Racing 2,XB,2003,Racing,Empire Interactive,0.11,0.03,0,0.01,0.15 +8874,Odin Sphere: Leifthrasir,PSV,2016,Role-Playing,Nippon Ichi Software,0.02,0.03,0.08,0.02,0.15 +8875,Sam & Max: Season One,Wii,2008,Adventure,JoWood Productions,0.13,0.01,0,0.01,0.15 +8876,Virtua Tennis 4,Wii,2011,Sports,Sega,0.05,0.08,0,0.02,0.15 +8877,Tetris Attack,SNES,1995,Puzzle,Nintendo,0,0,0.15,0,0.15 +8878,Candace Kane's Candy Factory,Wii,2008,Action,Destineer,0.14,0,0,0.01,0.15 +8879,BloodRayne 2,XB,2004,Shooter,THQ,0.11,0.03,0,0.01,0.15 +8880,Hot Wheels: Beat That!,Wii,2007,Racing,Activision,0.13,0,0,0.01,0.15 +8881,Soldier of Fortune: Payback,PS3,2007,Shooter,Activision,0.12,0.02,0,0.01,0.15 +8882,Jaws Unleashed,XB,2006,Action,THQ,0.11,0.03,0,0.01,0.15 +8883,Pro Yaky? Spirits 6,PS3,2009,Sports,Konami Digital Entertainment,0,0,0.15,0,0.15 +8884,Star Trek: Voyager Elite Force,PS2,2001,Shooter,Codemasters,0.07,0.06,0,0.02,0.15 +8885,X-Men: The Official Game,GC,2006,Action,Activision,0.12,0.03,0,0,0.15 +8886,Brain Boost: Gamma Wave,DS,2005,Puzzle,505 Games,0.14,0,0,0.01,0.15 +8887,Scarface: The World is Yours,Wii,2007,Action,Vivendi Games,0.12,0.01,0,0.01,0.15 +8888,Rock Band: Metal Track Pack,X360,2009,Misc,MTV Games,0.14,0,0,0.01,0.15 +8889,Chessmaster II,PS,1998,Strategy,Mindscape,0.08,0.06,0,0.01,0.15 +8890,All-Star Baseball 2003,GBA,2002,Sports,Acclaim Entertainment,0.11,0.04,0,0,0.15 +8891,Scooby-Doo! Mystery Mayhem,XB,2004,Action,THQ,0.11,0.03,0,0.01,0.15 +8892,Winning Post 4,PS,1999,Sports,Tecmo Koei,0,0,0.14,0.01,0.15 +8893,Major League Baseball 2K13,PS3,2013,Sports,Take-Two Interactive,0.14,0,0,0.01,0.15 +8894,DreamWorks Super Star Kartz,Wii,2011,Racing,Activision,0.1,0.04,0,0.01,0.15 +8895,Pro Baseball Spirits 2015,PS3,2015,Action,Konami Digital Entertainment,0,0,0.15,0,0.15 +8896,187: Ride or Die,PS2,2005,Racing,Ubisoft,0.07,0.06,0,0.02,0.15 +8897,Curious George,GC,2006,Action,Namco Bandai Games,0.11,0.03,0,0,0.15 +8898,Strawberry Shortcake: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.11,0.04,0,0,0.15 +8899,Armored Core: For Answer,X360,2008,Simulation,Ubisoft,0.06,0.01,0.07,0.01,0.15 +8900,Geist,GC,2005,Adventure,Nintendo,0.11,0.03,0,0,0.15 +8901,eJay Clubworld,PS2,N/A,Misc,Empire Interactive,0.07,0.06,0,0.02,0.15 +8902,Cardinal Syn,PS,1998,Fighting,Sony Computer Entertainment,0.08,0.06,0,0.01,0.15 +8903,Charm Girls Club: Pajama Party,Wii,2009,Misc,Electronic Arts,0.14,0,0,0.01,0.15 +8904,Street Fighter Alpha 3,GBA,2002,Fighting,Capcom,0.11,0.04,0,0,0.15 +8905,The Wizard of Oz: Beyond The Yellow Brick Road,DS,2008,Role-Playing,D3Publisher,0.13,0,0,0.01,0.15 +8906,Mobile Suit Gundam Side Story III: Sabakareshi Mono,SAT,1997,Shooter,Namco Bandai Games,0,0,0.15,0,0.15 +8907,Ridge Racer DS,DS,2004,Racing,Namco Bandai Games,0.14,0,0,0.01,0.15 +8908,Warriors Orochi 3,PS4,2014,Action,Tecmo Koei,0.04,0.05,0.04,0.02,0.15 +8909,Nancy Drew: The White Wolf of Icicle Creek,Wii,2008,Adventure,Sega,0.14,0,0,0.01,0.15 +8910,Super Street Fighter II,GEN,1993,Fighting,Capcom,0,0,0.15,0,0.15 +8911,Metal Gear Solid: Peace Walker HD Edition,PS3,2011,Action,Konami Digital Entertainment,0,0,0.15,0,0.15 +8912,Battle Stadium D.O.N,PS2,2006,Fighting,Namco Bandai Games,0,0,0.15,0,0.15 +8913,No.1 Muscle Ranking - Kinniku Banzuke Vol. 2: Aratanarugenkai Enochousen!,PS,2000,Sports,Konami Digital Entertainment,0,0,0.14,0.01,0.15 +8914,Brain Boost: Beta Wave,DS,2005,Puzzle,505 Games,0.14,0,0,0.01,0.15 +8915,Power Pro Kun Pocket 9,DS,2006,Sports,Konami Digital Entertainment,0,0,0.15,0,0.15 +8916,Rubik's World,Wii,2008,Puzzle,Game Factory,0.13,0.01,0,0.01,0.15 +8917,Gallop & Ride!,Wii,2008,Sports,THQ,0.14,0,0,0.01,0.15 +8918,Shenmue II,DC,2001,Adventure,Sega,0,0,0.15,0,0.15 +8919,Major League Baseball 2K8,PS2,2008,Sports,Bethesda Softworks,0.07,0.06,0,0.02,0.15 +8920,Capcom Classics Collection,XB,2005,Misc,Capcom,0.11,0.03,0,0.01,0.15 +8921,Fugitive Hunter: War on Terror,PS2,2003,Shooter,Play It,0.07,0.06,0,0.02,0.15 +8922,The Incredible Hulk: Ultimate Destruction,GC,2005,Action,Vivendi Games,0.11,0.03,0,0,0.15 +8923,Prince of Persia: The Two Thrones,GC,2005,Action,Ubisoft,0.11,0.03,0,0,0.15 +8924,Ore no Imouto ga Konna ni Kawaii wake ga Nai Portable,PSP,2011,Adventure,Banpresto,0,0,0.15,0,0.15 +8925,Baseball Blast!,Wii,2009,Sports,Take-Two Interactive,0.14,0,0,0.01,0.15 +8926,Pac-Man World 3,XB,2005,Platform,Namco Bandai Games,0.11,0.04,0,0.01,0.15 +8927,The Walking Dead: Season Two,PSV,2014,Adventure,Telltale Games,0.1,0,0.01,0.03,0.15 +8928,Harvest Moon: Hero of Leaf Valley,PSP,2009,Simulation,Rising Star Games,0.07,0.02,0.05,0.02,0.15 +8929,Phantasy Star Online Episode I & II,XB,2003,Role-Playing,Sega,0.11,0.03,0,0.01,0.15 +8930,F1 2012,PC,2012,Racing,Codemasters,0.01,0.11,0,0.03,0.15 +8931,All-Star Baseball 2005,XB,N/A,Sports,Unknown,0.11,0.03,0,0.01,0.15 +8932,Rayman Raving Rabbids,DS,2007,Misc,Ubisoft,0.13,0.01,0,0.01,0.15 +8933,Kung-Fu: High Impact,X360,2011,Action,Black Bean Games,0.08,0.06,0,0.01,0.15 +8934,SNK Arcade Classics Vol. 1,PSP,2008,Misc,Ignition Entertainment,0.13,0,0.01,0.01,0.15 +8935,Darkstalkers Chronicle: The Chaos Tower,PSP,2004,Fighting,Capcom,0.13,0,0,0.01,0.15 +8936,NHL 2K10,X360,2009,Sports,Take-Two Interactive,0.11,0.02,0,0.01,0.15 +8937,Batman Begins,GC,2005,Action,Electronic Arts,0.11,0.03,0,0,0.15 +8938,Toy Story Racer,PS,2001,Racing,Activision,0.08,0.06,0,0.01,0.15 +8939,Yakuza: Ishin,PS4,2014,Action,Sega,0,0,0.15,0,0.15 +8940,F1 2011,PSV,2011,Racing,Codemasters,0.03,0.08,0.01,0.03,0.15 +8941,Disney's Donald Duck: Goin' Quackers,PS,2000,Platform,Ubisoft,0.08,0.06,0,0.01,0.15 +8942,Mobile Suit Gundam: Perfect One Year War,PS,1997,Strategy,Namco Bandai Games,0,0,0.14,0.01,0.15 +8943,Galerians,PS,1999,Adventure,Crave Entertainment,0.08,0.06,0,0.01,0.15 +8944,Crash: Twinsanity,XB,2004,Platform,Vivendi Games,0.11,0.03,0,0.01,0.15 +8945,DrumMania,PS2,2000,Simulation,Konami Digital Entertainment,0,0,0.15,0,0.15 +8946,Yu-Gi-Oh! Nightmare Troubadour (US sales),DS,2005,Action,Konami Digital Entertainment,0.15,0,0,0,0.15 +8947,Code:Realize - Sousei no Himegimi,PSV,2014,Adventure,Idea Factory,0.09,0,0.03,0.03,0.15 +8948,Hoppechan: Tsukutte! Asonde! Punipuni Town!!,3DS,2013,Action,Nippon Columbia,0,0,0.15,0,0.15 +8949,Deus Ex: Mankind Divided,XOne,2016,Role-Playing,Square Enix,0.08,0.06,0,0.01,0.15 +8950,Arena Football,XB,2006,Sports,Electronic Arts,0.11,0.03,0,0.01,0.15 +8951,Tamagotchi no Narikiri Channel,DS,2009,Role-Playing,Namco Bandai Games,0,0,0.15,0,0.15 +8952,Power Pro Kun Pocket 1+2,GBA,2004,Sports,Konami Digital Entertainment,0,0,0.14,0,0.15 +8953,Rayman Origins,3DS,2012,Platform,Ubisoft,0.06,0.08,0,0.01,0.15 +8954,Thor: God of Thunder,X360,2011,Action,Sega,0.09,0.04,0,0.01,0.15 +8955,Medal of Honor: Infiltrator,GBA,2003,Shooter,Electronic Arts,0.11,0.04,0,0,0.15 +8956,Risen 2: Dark Waters,X360,2012,Role-Playing,Deep Silver,0.05,0.08,0,0.01,0.15 +8957,Blazing Dragons,PS,1996,Adventure,Crystal Dynamics,0.08,0.06,0,0.01,0.15 +8958,Geometry Wars: Galaxies,DS,2007,Shooter,Vivendi Games,0.13,0,0,0.01,0.15 +8959,Super Monkey Ball Deluxe,XB,2005,Misc,Sega,0.11,0.03,0,0.01,0.15 +8960,Shin Megami Tensei: Devil Summoner - Soul Hackers,PS,1999,Role-Playing,Atlus,0,0,0.14,0.01,0.15 +8961,Shin Chan: 隆Aventuras de Cine!,DS,2008,Platform,505 Games,0,0,0.15,0,0.15 +8962,Alien: Isolation,PC,2014,Shooter,Sega,0,0.13,0,0.01,0.15 +8963,High Velocity Bowling,PS3,2010,Sports,Sony Computer Entertainment,0.13,0,0,0.01,0.15 +8964,Tamagotchi Collection,DS,2011,Misc,Namco Bandai Games,0,0,0.15,0,0.15 +8965,Pac-Man Party 3D,3DS,2011,Misc,Namco Bandai Games,0.09,0.04,0,0.01,0.15 +8966,"NewU Fitness First Mind Body, Yoga & Pilates Workout",Wii,2010,Sports,Black Bean Games,0.12,0.02,0,0.01,0.15 +8967,Backyard Sports: Sandlot Sluggers,DS,2010,Sports,Atari,0.14,0,0,0.01,0.15 +8968,Turbo Prop Racing,PS,1997,Racing,Sony Computer Entertainment,0.08,0.06,0,0.01,0.15 +8969,Barbie Superpack: Secret Agent / Groovy Games,GBA,2005,Misc,Vivendi Games,0.1,0.04,0,0,0.15 +8970,Tom Clancy's Ghost Recon,GC,2003,Shooter,Ubisoft,0.11,0.03,0,0,0.15 +8971,Dance Dance Revolution (North America),PS,2001,Simulation,Konami Digital Entertainment,0.08,0.06,0,0.01,0.15 +8972,Bakugan Battle Brawlers: Defenders of the Core,X360,2010,Action,Activision,0.11,0.02,0,0.01,0.15 +8973,Mad Dash Racing,XB,2001,Racing,Eidos Interactive,0.11,0.03,0,0.01,0.15 +8974,Dreamworks 2-in-1 Party Pack,DS,2010,Misc,Activision,0.14,0,0,0.01,0.15 +8975,Summon Night 5,PSP,2013,Role-Playing,Namco Bandai Games,0,0,0.15,0,0.15 +8976,MotoGP 2: Ultimate Racing Technology,PS2,2001,Racing,Sony Computer Entertainment,0.07,0.06,0,0.02,0.15 +8977,Black * Rock Shooter: The Game,PSP,2011,Role-Playing,Unknown,0,0,0.15,0,0.15 +8978,Travel Games For Dummies,DS,2008,Misc,Electronic Arts,0.13,0,0,0.01,0.15 +8979,BMX XXX,PS2,2002,Sports,Acclaim Entertainment,0.07,0.06,0,0.02,0.15 +8980,SafeCracker: The Ultimate Puzzle Adventure,DS,2009,Puzzle,The Adventure Company,0.07,0.06,0,0.01,0.15 +8981,Tiger Woods PGA Tour,DS,2004,Sports,Electronic Arts,0.13,0,0,0.01,0.15 +8982,Dragon Ball Z: Idainaru Dragon Ball Densetsu,SAT,1995,Fighting,Namco Bandai Games,0,0,0.15,0,0.15 +8983,Sonic Advance & Sonic Pinball Party Combo Pack,GBA,2005,Misc,Sega,0.1,0.04,0,0,0.15 +8984,Boktai: The Sun is in Your Hand,GBA,2003,Role-Playing,Konami Digital Entertainment,0.1,0.04,0,0,0.15 +8985,Cars: Mater-National Championship,X360,2007,Racing,THQ,0.13,0,0,0.01,0.15 +8986,Making History: The Great War,Wii,2010,Strategy,Namco Bandai Games,0,0,0.15,0,0.15 +8987,Drawn to Life Collection,DS,2010,Misc,THQ,0.14,0,0,0.01,0.15 +8988,Guilty Gear X2 #Reload,XB,2004,Fighting,Zoo Digital Publishing,0.11,0.03,0,0.01,0.15 +8989,Wizardry VII: Gadeia no Houshu,PS,1995,Role-Playing,Sony Computer Entertainment,0,0,0.14,0.01,0.15 +8990,Dynasty Warriors 8: Xtreme Legends,PSV,2013,Action,Tecmo Koei,0.04,0.03,0.05,0.02,0.15 +8991,Moshi Monsters: Katsuma Unleashed,DS,2013,Action,Activision,0,0.13,0,0.02,0.15 +8992,Elf: The Movie,GBA,2004,Action,Crave Entertainment,0.1,0.04,0,0,0.15 +8993,Metal Slug 7,DS,2008,Shooter,Ignition Entertainment,0.13,0,0.01,0.01,0.15 +8994,MLB SlugFest 20-03,GC,2002,Sports,Midway Games,0.11,0.03,0,0,0.15 +8995,Tamagotchi no Appare! Niji Venture,DS,2007,Role-Playing,Namco Bandai Games,0,0,0.14,0,0.14 +8996,Grabbed by the Ghoulies,XB,2003,Action,Microsoft Game Studios,0.11,0.03,0,0.01,0.14 +8997,Ys: The Oath in Felghana,PSP,2010,Role-Playing,Falcom Corporation,0.09,0,0.04,0.01,0.14 +8998,Shadow Hearts: From The New World,PS2,2005,Role-Playing,Ghostlight,0.07,0.06,0,0.02,0.14 +8999,Mega Man Powered Up,PSP,2006,Platform,Capcom,0.12,0.01,0,0.02,0.14 +9000,CSI: 3 Dimensions of Murder,PS2,2007,Adventure,Ubisoft,0.07,0.06,0,0.02,0.14 +9001,Barbarian,PS2,2002,Fighting,Titus,0.07,0.06,0,0.02,0.14 +9002,QuickSpot,DS,2006,Misc,Namco Bandai Games,0.02,0,0.13,0,0.14 +9003,Deception IV: Blood Ties,PSV,2014,Action,Tecmo Koei,0.03,0.03,0.07,0.02,0.14 +9004,Tennis no Oji-Sama: Aim at The Victory!,GBA,2002,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9005,L.A. Rush,XB,2005,Racing,Midway Games,0.11,0.03,0,0.01,0.14 +9006,"Lunar 2: Eternal Blue(sales, but wrong system)",GEN,1994,Role-Playing,Game Arts,0,0,0.14,0,0.14 +9007,Where the Wild Things Are,DS,2009,Platform,Warner Bros. Interactive Entertainment,0.13,0,0,0.01,0.14 +9008,Pipe Dreams 3D,PS,2001,Puzzle,Empire Interactive,0.08,0.05,0,0.01,0.14 +9009,Derby Stallion Gold,3DS,2014,Sports,Kadokawa Shoten,0,0,0.14,0,0.14 +9010,Adventure Time: Explore the Dungeon Because I Don't Know!,3DS,2013,Action,D3Publisher,0.1,0.03,0,0.01,0.14 +9011,Lost Dimension,PSV,2014,Role-Playing,Nippon Ichi Software,0.07,0.03,0.02,0.03,0.14 +9012,Fox Sports Golf '99,PS,1997,Sports,Gremlin Interactive Ltd,0.08,0.05,0,0.01,0.14 +9013,Jurassic: The Hunted,PS2,2009,Shooter,Activision,0.07,0.06,0,0.02,0.14 +9014,Power Rangers: Super Legends,PS2,2007,Action,Disney Interactive Studios,0.07,0.06,0,0.02,0.14 +9015,Sakura Wars GB,GB,2000,Adventure,Media Factory,0,0,0.14,0,0.14 +9016,Shining Force CD,SCD,1994,Strategy,Sega,0,0,0.14,0,0.14 +9017,Rayman 3,GBA,2003,Platform,Ubisoft,0.1,0.04,0,0,0.14 +9018,Fatal Frame,PS2,2001,Action,Wanadoo,0.07,0.06,0,0.02,0.14 +9019,The Fifth Element,PS,1998,Action,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9020,Kung Fu Panda 2,Wii,2011,Action,THQ,0.08,0.05,0,0.01,0.14 +9021,Fast Food Panic,DS,2010,Simulation,Nobilis,0.13,0,0,0.01,0.14 +9022,Diner Dash: Flo on the Go,DS,2009,Puzzle,Zoo Games,0.13,0,0,0.01,0.14 +9023,Adrenalin Misfits,X360,2010,Racing,Konami Digital Entertainment,0.12,0.02,0,0.01,0.14 +9024,Okaeri! Chibi-Robo! Happy Richie Oosouji,DS,2009,Adventure,Nintendo,0,0,0.14,0,0.14 +9025,Wild ARMs 4,PS2,2005,Role-Playing,505 Games,0.07,0.06,0,0.02,0.14 +9026,Haunted House,Wii,2010,Action,Atari,0.13,0,0,0.01,0.14 +9027,Ratatouille,GC,2007,Action,THQ,0.11,0.03,0,0,0.14 +9028,G.I. Joe: The Rise of Cobra,PS2,2009,Action,Electronic Arts,0.11,0,0,0.03,0.14 +9029,Casper: Spirit Dimensions,PS2,2001,Platform,TDK Mediactive,0.07,0.05,0,0.02,0.14 +9030,Super Robot Taisen OG Saga: Endless Frontier (JP sales),DS,2008,Role-Playing,Namco Bandai Games,0,0,0.14,0,0.14 +9031,Sengoku Musou 3 Empires,PS3,2011,Action,Tecmo Koei,0,0,0.14,0,0.14 +9032,Dream Pinball 3D,Wii,2008,Misc,SouthPeak Games,0.1,0.03,0,0.01,0.14 +9033,Thunder Truck Rally,PS,1997,Racing,Psygnosis,0.08,0.05,0,0.01,0.14 +9034,Dishonored,XOne,2015,Action,Bethesda Softworks,0.08,0.05,0,0.01,0.14 +9035,Klonoa: Empire of Dreams,GBA,2001,Platform,Infogrames,0.1,0.04,0,0,0.14 +9036,G.I. Joe: The Rise of Cobra,PSP,2009,Action,Electronic Arts,0.11,0.02,0,0.02,0.14 +9037,Dragon Age: Origins - Ultimate Edition,PC,2010,Role-Playing,Electronic Arts,0,0.12,0,0.02,0.14 +9038,Balloon Pop,DS,2009,Puzzle,UFO Interactive,0.13,0,0,0.01,0.14 +9039,Disney Infinity 2.0: Marvel Super Heroes,PSV,2015,Action,Disney Interactive Studios,0,0.11,0,0.03,0.14 +9040,Iron & Blood,PS,1996,Fighting,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9041,Asphalt: Urban GT 2,DS,2006,Racing,Ubisoft,0.09,0.04,0,0.01,0.14 +9042,Pinball Hall of Fame: The Gottlieb Collection,Wii,2006,Misc,System 3 Arcade Software,0.13,0,0,0.01,0.14 +9043,Second Sight,PS2,2004,Adventure,Codemasters,0.07,0.05,0,0.02,0.14 +9044,Spider-Man: Edge of Time,DS,2011,Action,Activision,0.12,0.01,0,0.01,0.14 +9045,Monster House,PS2,2006,Adventure,THQ,0.07,0.05,0,0.02,0.14 +9046,Phantom Brave,PS2,2004,Role-Playing,Tecmo Koei,0.07,0.05,0,0.02,0.14 +9047,Just Cause,X360,2006,Action,Eidos Interactive,0.1,0.03,0.01,0.01,0.14 +9048,ArmA II,PC,2009,Shooter,505 Games,0,0.12,0,0.03,0.14 +9049,Championship Motocross 2001 featuring Ricky Carmichael,PS,2001,Racing,THQ,0.08,0.05,0,0.01,0.14 +9050,Kenka Banchou 5: Otoko no Housoku,PSP,2011,Action,Spike,0,0,0.14,0,0.14 +9051,Legend of the Guardians: The Owls of Ga'Hoole,DS,2010,Action,Warner Bros. Interactive Entertainment,0.11,0.02,0,0.01,0.14 +9052,Doshin the Giant,GC,2002,Simulation,Nintendo,0,0,0.14,0,0.14 +9053,Shrek 2 and Shark Tale 2-in-1 Pack,GBA,2005,Misc,Activision,0.1,0.04,0,0,0.14 +9054,Star Ocean: Blue Sphere,GB,2001,Role-Playing,Enix Corporation,0,0,0.14,0,0.14 +9055,Mojo!,PS2,2003,Puzzle,Mindscape,0.07,0.05,0,0.02,0.14 +9056,Destroy All Humans! Big Willy Unleashed,Wii,2008,Action,THQ,0.13,0,0,0.01,0.14 +9057,Age of Empires: Collector's Edition,PC,2000,Strategy,Ubisoft,0.02,0.1,0,0.02,0.14 +9058,Ford Racing Off Road,PSP,2008,Racing,Xplosiv,0.05,0.08,0,0.02,0.14 +9059,Kamen Rider Ryuki,PS,2002,Action,Namco Bandai Games,0,0,0.13,0.01,0.14 +9060,Front Mission Alternative,PS,1997,Strategy,SquareSoft,0,0,0.13,0.01,0.14 +9061,World Championship Poker: Howard Lederer - All In,PSP,2006,Misc,505 Games,0.13,0,0,0.01,0.14 +9062,FIFA Soccer 2005,GC,2004,Sports,Electronic Arts,0.11,0.03,0,0,0.14 +9063,Cave Story 3D,3DS,2011,Platform,Nippon Ichi Software,0.09,0.03,0.01,0.01,0.14 +9064,The Orange Box,PC,2007,Shooter,Electronic Arts,0,0.11,0,0.03,0.14 +9065,Super Dodgeball Brawlers,DS,2008,Sports,Arc System Works,0.13,0,0,0.01,0.14 +9066,Victorious Boxers: Revolution,Wii,2007,Fighting,Ubisoft,0.07,0,0.06,0.01,0.14 +9067,Record of Agarest War 2,PS3,2010,Role-Playing,Compile Heart,0.09,0,0.04,0.01,0.14 +9068,SBK 2011: FIM Superbike World Championship,PS3,2011,Racing,Black Bean Games,0.01,0.1,0,0.03,0.14 +9069,Power Stone,DC,1998,Fighting,Eidos Interactive,0,0,0.14,0,0.14 +9070,Jonny Moseley Mad Trix,PS2,2001,Sports,3DO,0.07,0.05,0,0.02,0.14 +9071,Monster Lab,DS,2008,Role-Playing,Eidos Interactive,0.12,0.01,0,0.01,0.14 +9072,Uta no * Prince-Sama: Repeat,PSP,2011,Adventure,Broccoli,0,0,0.14,0,0.14 +9073,Senran Kagura Burst: Guren no Sh?jo-tachi,3DS,2012,Action,Marvelous Entertainment,0,0,0.14,0,0.14 +9074,MTV Music Generator 3: This Is the Remix,PS2,2004,Misc,Codemasters,0.07,0.05,0,0.02,0.14 +9075,Cake Mania 3,DS,2009,Simulation,Majesco Entertainment,0.13,0,0,0.01,0.14 +9076,.hack//Link,PSP,2010,Role-Playing,Namco Bandai Games,0,0,0.14,0,0.14 +9077,Terminator 3: Rise of the Machines,XB,2003,Action,Atari,0.11,0.03,0,0.01,0.14 +9078,Star Wars: Knights of the Old Republic,PC,2003,Role-Playing,LucasArts,0.01,0.1,0,0.02,0.14 +9079,SSX On Tour,XB,2005,Sports,Electronic Arts,0.11,0.03,0,0.01,0.14 +9080,NCAA College Basketball 2K3,XB,2002,Sports,Sega,0.11,0.03,0,0.01,0.14 +9081,Class of Heroes,PSP,2008,Role-Playing,Acquire,0.06,0,0.08,0.01,0.14 +9082,Yogi Bear: The Video Game,DS,2010,Action,D3Publisher,0.1,0.03,0,0.01,0.14 +9083,Our House Party!,Wii,N/A,Simulation,Unknown,0.13,0,0,0.01,0.14 +9084,The Legend of Heroes II: Prophecy of the Moonlight Witch,PSP,2004,Role-Playing,Namco Bandai Games,0.03,0,0.11,0,0.14 +9085,Cranium Kabookii,Wii,2007,Misc,Ubisoft,0.13,0,0,0.01,0.14 +9086,Hero's Saga Laevatein Tactics,DS,2008,Role-Playing,GungHo,0.13,0,0,0.01,0.14 +9087,Doom,GBA,2001,Shooter,Activision,0.1,0.04,0,0,0.14 +9088,Gundam Breaker 2,PS3,2014,Action,Namco Bandai Games,0,0,0.14,0,0.14 +9089,TRINITY: Souls of Zill O'll,PS3,2010,Role-Playing,Ubisoft Annecy,0.06,0.03,0.03,0.02,0.14 +9090,Mary-Kate and Ashley: Winners Circle,PS,2001,Action,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9091,PaRappa The Rapper 2,PS2,2001,Misc,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9092,Hexyz Force,PSP,2009,Role-Playing,Atlus,0.07,0,0.06,0.01,0.14 +9093,OutRun 2,XB,2004,Racing,Sega,0.11,0.03,0,0.01,0.14 +9094,Okami,PS3,2012,Action,Capcom,0,0,0.14,0,0.14 +9095,Marvel vs. Capcom 2: New Age of Heroes,DC,2000,Fighting,Virgin Interactive,0,0,0.14,0,0.14 +9096,Hitman: Blood Money,XB,2006,Action,Eidos Interactive,0.11,0.03,0,0.01,0.14 +9097,Soukaigi,PS,1998,Role-Playing,SquareSoft,0,0,0.13,0.01,0.14 +9098,Naruto Shippuden: Ninja Destiny 3,DS,2006,Fighting,D3Publisher,0,0.01,0.13,0,0.14 +9099,Xevious 3D/G+,PS,1997,Shooter,Sony Computer Entertainment,0.01,0.01,0.11,0.01,0.14 +9100,Pipe Mania,PS2,2008,Puzzle,Empire Interactive,0.07,0.05,0,0.02,0.14 +9101,Gretzky NHL 06,PSP,2005,Sports,Sony Computer Entertainment,0.13,0,0,0.01,0.14 +9102,Shonen Jump's Shaman King: Master of Spirits,GBA,2004,Role-Playing,Konami Digital Entertainment,0.1,0.04,0,0,0.14 +9103,PANGYA: Fantasy Golf,PSP,2009,Sports,Takara Tomy,0.09,0,0.04,0.01,0.14 +9104,NFL Blitz 20-03,XB,2002,Sports,Midway Games,0.11,0.03,0,0.01,0.14 +9105,Sumikko Gurashi: Omise Hajimerundesu,3DS,2015,Action,Nippon Columbia,0,0,0.14,0,0.14 +9106,Pirates: The Legend of Black Kat,PS2,2002,Adventure,Electronic Arts,0.07,0.05,0,0.02,0.14 +9107,Fur Fighters: Viggo's Revenge,PS2,2001,Action,Acclaim Entertainment,0.07,0.05,0,0.02,0.14 +9108,Krull,2600,1982,Action,Atari,0.13,0.01,0,0,0.14 +9109,Yu-Gi-Oh! Monster Capture GB,GB,2000,Role-Playing,Konami Digital Entertainment,0,0,0.14,0,0.14 +9110,Risen,PC,2009,Role-Playing,Deep Silver,0,0.11,0,0.03,0.14 +9111,Top Spin 3,DS,2008,Action,D3Publisher,0.11,0.02,0,0.01,0.14 +9112,Zapper: One Wicked Cricket!,GBA,2002,Platform,Infogrames,0.1,0.04,0,0,0.14 +9113,The Da Vinci Code,PS2,2006,Action,Take-Two Interactive,0.07,0.05,0,0.02,0.14 +9114,Watch Dogs,WiiU,2014,Action,Ubisoft,0.08,0.05,0,0.01,0.14 +9115,Mr. Driller: Drill Spirits,DS,2004,Puzzle,Nintendo,0.08,0,0.05,0.01,0.14 +9116,Arctic Tale,DS,2007,Adventure,Zoo Digital Publishing,0.13,0,0,0.01,0.14 +9117,Scooby-Doo! Night of 100 Frights,XB,2003,Platform,THQ,0.11,0.03,0,0.01,0.14 +9118,MX vs. ATV Reflex,DS,2009,Racing,THQ,0.13,0,0,0.01,0.14 +9119,Anno 1701: Dawn of Discovery,DS,2007,Simulation,Touchstone,0.07,0.06,0,0.02,0.14 +9120,Chicken Shoot,DS,2007,Action,Zoo Digital Publishing,0.13,0,0,0.01,0.14 +9121,Dead to Rights,GC,2002,Shooter,Electronic Arts,0.11,0.03,0,0,0.14 +9122,Sphinx and the Cursed Mummy,GC,2003,Action,THQ,0.11,0.03,0,0,0.14 +9123,Cabela's Outdoor Adventures (2009),PS2,2009,Sports,Activision Value,0.07,0.05,0,0.02,0.14 +9124,T.R.A.G. - Tactical Rescue Assault Group: Mission of Mercy,PS,1998,Adventure,Sunsoft,0.08,0.05,0,0.01,0.14 +9125,Naruto RPG 2: Chidori vs Rasengan,DS,2005,Role-Playing,Tomy Corporation,0,0,0.14,0,0.14 +9126,Destruction Derby Raw,PS,2000,Racing,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9127,Project V6,PS,1998,Strategy,General Entertainment,0,0,0.13,0.01,0.14 +9128,Farming Simulator 2012,3DS,2012,Action,Excalibur Publishing,0,0.12,0,0.02,0.14 +9129,NFL Head Coach 09,PS3,2008,Sports,Electronic Arts,0.13,0,0,0.01,0.14 +9130,World Tour Soccer 2003,PS2,2002,Sports,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9131,Akiba's Trip,PSP,2011,Adventure,Acquire,0,0,0.14,0,0.14 +9132,Bravo Air Race,PS,1997,Racing,THQ,0.08,0.05,0,0.01,0.14 +9133,Onimusha Essentials,PS2,2008,Action,Capcom,0.07,0.05,0,0.02,0.14 +9134,Blazing Angels 2: Secret Missions of WWII,X360,2007,Simulation,Ubisoft,0.11,0.02,0,0.01,0.14 +9135,Gundam: The Battle Master,PS,1997,Fighting,Namco Bandai Games,0,0,0.13,0.01,0.14 +9136,Spyro: A Hero's Tail,XB,2004,Platform,Vivendi Games,0.11,0.03,0,0.01,0.14 +9137,隆Shin Chan Flipa en colores!,DS,2007,Platform,505 Games,0,0,0.14,0,0.14 +9138,Just Cause 3,PC,2015,Action,Square Enix,0.03,0.11,0,0.01,0.14 +9139,Eternal Poison,PS2,2008,Role-Playing,Banpresto,0.07,0.05,0,0.02,0.14 +9140,Lord of the Rings: Tactics,PSP,2005,Strategy,Electronic Arts,0.11,0.02,0,0.02,0.14 +9141,X-Blades,X360,2009,Action,SouthPeak Games,0.1,0.02,0.02,0.01,0.14 +9142,Gretzky NHL 06,PS2,2005,Sports,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9143,Gungrave: Overdose,PS2,2004,Shooter,Play It,0.07,0.05,0,0.02,0.14 +9144,Kidou Senshi Gundam: Shin Gihren no Yabou,PSP,2011,Strategy,Namco Bandai Games,0,0,0.14,0,0.14 +9145,How to Train Your Dragon,X360,2010,Action,Activision,0.11,0.02,0,0.01,0.14 +9146,Your Shape: Fitness Evolved 2013,WiiU,2012,Action,Ubisoft,0.06,0.07,0,0.01,0.14 +9147,My Fitness Coach: Club,PS3,2011,Sports,Ubisoft,0,0.1,0,0.04,0.14 +9148,NBA ShootOut 2002,PS,2001,Sports,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9149,SingStar Vol. 3,PS3,2008,Misc,Sony Computer Entertainment,0,0.11,0,0.03,0.14 +9150,The Granstream Saga,PS,1997,Role-Playing,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9151,Scene It? Bright Lights! Big Screen!,Wii,2009,Misc,Warner Bros. Interactive Entertainment,0.13,0,0,0.01,0.14 +9152,"Holy Invasion of Privacy, Badman! What Did I Do to Deserve This?",PSP,2007,Role-Playing,Nippon Ichi Software,0,0,0.13,0,0.14 +9153,WCW Backstage Assault,N64,N/A,Action,Unknown,0.11,0.03,0,0,0.14 +9154,Micro Machines 64 Turbo,N64,1999,Racing,Codemasters,0.11,0.03,0,0,0.14 +9155,Bassmasters 2000,N64,1999,Sports,THQ,0.11,0.03,0,0,0.14 +9156,Baldur's Gate: Dark Alliance,GC,2002,Role-Playing,Virgin Interactive,0.11,0.03,0,0,0.14 +9157,Bio FREAKS,N64,1998,Action,GT Interactive,0.11,0.03,0,0,0.14 +9158,Eternal Eyes,PS,1999,Role-Playing,Sunsoft,0.08,0.05,0,0.01,0.14 +9159,Injustice: Gods Among Us,PSV,2013,Fighting,Warner Bros. Interactive Entertainment,0.11,0.01,0,0.02,0.14 +9160,Fate/Unlimited Codes,PS2,2008,Fighting,Capcom,0,0,0.14,0,0.14 +9161,Atari's Greatest Hits: Volume 1,DS,2010,Misc,Atari,0.13,0,0,0.01,0.14 +9162,The Operative: No One Lives Forever,PS2,2002,Shooter,Electronic Arts,0.07,0.05,0,0.02,0.14 +9163,International Cricket 2010,X360,2010,Sports,Codemasters,0,0.12,0,0.02,0.14 +9164,Epidemic,PS,1995,Shooter,Sony Computer Entertainment,0.02,0.01,0.1,0.01,0.14 +9165,Monster House,GC,2006,Adventure,THQ,0.11,0.03,0,0,0.14 +9166,Dead or Alive 2,DC,2000,Fighting,Acclaim Entertainment,0,0,0.14,0,0.14 +9167,Buck Fever,Wii,2009,Sports,Destineer,0.13,0,0,0.01,0.14 +9168,NCAA Basketball Final Four 97,PS,1997,Sports,Mindscape,0.08,0.05,0,0.01,0.14 +9169,Ecco the Dolphin: Defender of the Future,PS2,2002,Adventure,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9170,Heroes over Europe,X360,2009,Simulation,Ubisoft,0.1,0.03,0,0.01,0.14 +9171,The Bombing Islands,PS,1997,Platform,Kemco,0.08,0.05,0,0.01,0.14 +9172,Earth Defense Force 2: Invaders from Planet Space,PSP,2011,Action,D3Publisher,0,0,0.14,0,0.14 +9173,Bejeweled 3,PS3,N/A,Puzzle,Unknown,0.13,0,0,0.01,0.14 +9174,Monster Jam,DS,2007,Racing,Activision,0.13,0,0,0.01,0.14 +9175,Robots,DS,2005,Action,Vivendi Games,0.12,0.01,0,0.01,0.14 +9176,Gyakuten Saiban 2,GBA,2002,Action,Capcom,0,0,0.14,0,0.14 +9177,Godzilla: Save the Earth,XB,2004,Fighting,Atari,0.1,0.03,0,0,0.14 +9178,Skylanders Giants,3DS,2012,Action,Activision,0.12,0.01,0,0.01,0.14 +9179,Eragon,X360,2006,Action,Vivendi Games,0.12,0.01,0,0.01,0.14 +9180,Micro Machines,PS2,2002,Racing,Atari,0.07,0.05,0,0.02,0.14 +9181,Detective Barbie: The Mystery Cruise,PS,1999,Adventure,Mattel Interactive,0.08,0.05,0,0.01,0.14 +9182,Jim Henson's the Muppets: On With the Show!,GBA,2003,Action,TDK Mediactive,0.1,0.04,0,0,0.14 +9183,Desire,SAT,1997,Adventure,Imadio,0,0,0.14,0,0.14 +9184,Valhalla Knights: Eldar Saga,Wii,2009,Role-Playing,Rising Star Games,0.1,0.01,0.01,0.01,0.14 +9185,Lips: I Love The 80s,X360,2010,Misc,Microsoft Game Studios,0,0.12,0,0.02,0.14 +9186,Monster Hunter Diary: Poka Poka Airou Village DX,3DS,2015,Action,Capcom,0,0,0.14,0,0.14 +9187,Frank Thomas Big Hurt Baseball,PS,1996,Sports,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9188,Tim Burton's The Nightmare Before Christmas: The Pumpkin King,GBA,2005,Platform,Disney Interactive Studios,0.1,0.04,0,0,0.14 +9189,Power Pro Kun Pocket 8,DS,2005,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9190,Sid Meier's Pirates!,XB,2005,Strategy,Take-Two Interactive,0.11,0.03,0,0.01,0.14 +9191,Enclave,XB,2002,Adventure,Swing! Entertainment,0.11,0.03,0,0.01,0.14 +9192,Bottom of the 9th,PS,1996,Sports,Konami Digital Entertainment,0.08,0.05,0,0.01,0.14 +9193,Pro Yaky? Spirits 2014,PS3,2014,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9194,Dino Crisis 3,XB,2003,Action,Capcom,0.08,0.03,0.03,0,0.14 +9195,Syberia,DS,2008,Action,Mindscape,0.1,0.02,0,0.01,0.14 +9196,Zoobles! Spring to Life!,DS,2011,Misc,Activision,0.1,0.02,0,0.01,0.14 +9197,NFL Blitz 20-03,GC,2002,Sports,Midway Games,0.11,0.03,0,0,0.14 +9198,The King of Fighters '94 (CD),NG,1993,Fighting,SNK,0,0,0.14,0,0.14 +9199,The Walking Dead: Season Two,XOne,2014,Adventure,Telltale Games,0.08,0.05,0,0.01,0.14 +9200,Master Jin Jin's IQ Challenge,DS,2006,Misc,505 Games,0.13,0,0,0.01,0.14 +9201,The Darkness II,PC,2012,Shooter,Take-Two Interactive,0.1,0.03,0,0.01,0.14 +9202,Create,X360,2010,Action,Electronic Arts,0.1,0.03,0,0.01,0.14 +9203,Karaoke Revolution Glee: Volume 3,X360,2011,Misc,Konami Digital Entertainment,0.13,0,0,0.01,0.14 +9204,Barbie Explorer,PS,2001,Platform,Unknown,0.08,0.05,0,0.01,0.14 +9205,Rango: The Video Game,Wii,2011,Action,Electronic Arts,0.08,0.04,0,0.01,0.14 +9206,Disney's Chicken Little,XB,2005,Platform,Disney Interactive Studios,0.1,0.03,0,0,0.14 +9207,Power Gig: Rise of the SixString,PS3,2010,Misc,Unknown,0.13,0,0,0.01,0.14 +9208,Transformers: Prime,WiiU,2012,Action,Activision,0.09,0.03,0,0.01,0.14 +9209,Agile Warrior F-111X,PS,1995,Simulation,Virgin Interactive,0.08,0.05,0,0.01,0.14 +9210,NCIS,X360,2011,Adventure,Ubisoft,0.1,0.03,0,0.01,0.14 +9211,Jikkyou Powerful Pro Yakyuu Wii,Wii,2007,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9212,Reality Fighters,PSV,2012,Fighting,Sony Computer Entertainment,0.06,0.06,0,0.03,0.14 +9213,Dynasty Warriors 7: Empires,PS3,2012,Action,Ubisoft Annecy,0,0,0.14,0,0.14 +9214,Cabela's African Safari,X360,2006,Sports,Activision Value,0.13,0,0,0.01,0.14 +9215,Ben 10 Galactic Racing,DS,2011,Racing,D3Publisher,0.1,0.03,0,0.01,0.14 +9216,College Hoops 2K8,PS3,2007,Sports,Take-Two Interactive,0.13,0,0,0.01,0.14 +9217,Super Puzzle Fighter II Turbo,PS,1996,Puzzle,Virgin Interactive,0.08,0.05,0,0.01,0.14 +9218,Ninjatown,DS,2008,Strategy,SouthPeak Games,0.12,0,0,0.01,0.14 +9219,Star Wars: Jedi Power Battles,GBA,2002,Action,THQ,0.1,0.04,0,0,0.14 +9220,Ultimate Muscle - The Kinnikuman Legacy: Legends vs New Generation,GC,2002,Fighting,Namco Bandai Games,0.04,0.01,0.08,0,0.14 +9221,Hard Rock Casino,PSP,2007,Misc,Oxygen Interactive,0.12,0,0,0.01,0.14 +9222,Space Venus starring Morning Musume,PS2,2001,Misc,Sony Music Entertainment,0,0,0.14,0,0.14 +9223,To Heart,PS,1999,Adventure,Aqua Plus,0,0,0.13,0.01,0.14 +9224,Wild ARMs XF,PSP,2007,Role-Playing,505 Games,0.07,0,0.06,0.01,0.14 +9225,Doukyuusei,TG16,1995,Adventure,NEC,0,0,0.14,0,0.14 +9226,RockMan & Forte,SNES,1998,Platform,Capcom,0,0,0.14,0,0.14 +9227,Persona 4: Arena Ultimax,PS3,2014,Fighting,Atlus,0,0.01,0.13,0,0.14 +9228,NBA 2K13,WiiU,2012,Sports,Take-Two Interactive,0.08,0.04,0,0.01,0.14 +9229,Science Papa,Wii,2009,Misc,Activision,0.12,0.01,0,0.01,0.14 +9230,Yu-Gi-Oh! Nightmare Troubadour (JP sales),DS,2005,Action,Konami Digital Entertainment,0,0.04,0.1,0,0.14 +9231,MySims Collection,Wii,2010,Misc,Electronic Arts,0.13,0,0,0.01,0.14 +9232,Cities: Skylines,PC,2015,Simulation,Paradox Interactive,0,0.13,0,0.01,0.14 +9233,Football Manager 2012,PSP,2011,Sports,Sega,0,0.1,0,0.04,0.14 +9234,Ape Escape Academy (jp sales),PSP,2004,Misc,Sony Computer Entertainment,0,0,0.13,0,0.14 +9235,FIFA 06 Soccer,GC,2005,Sports,Electronic Arts,0.11,0.03,0,0,0.14 +9236,Rayman Arena,GC,2002,Racing,Ubisoft,0.11,0.03,0,0,0.14 +9237,PaRappa The Rapper,PSP,2006,Misc,Sony Computer Entertainment,0.1,0,0.02,0.01,0.14 +9238,4x4 EVO 2,GC,2002,Racing,Vivendi Games,0.11,0.03,0,0,0.14 +9239,X-Blades,PS3,2009,Action,SouthPeak Games,0.07,0.03,0.02,0.02,0.14 +9240,Pro Yakyuu Netsu Star 2006,PS2,2006,Sports,Namco Bandai Games,0,0,0.14,0,0.14 +9241,The History Channel: Civil War - A Nation Divided,X360,2006,Shooter,Activision,0.13,0,0,0.01,0.14 +9242,Zetta Hero Project: Unlosing Ranger vs. Darkdeath Evilman,PSP,2010,Role-Playing,Nippon Ichi Software,0.07,0,0.06,0.01,0.14 +9243,Cyber Sled,PS,1995,Action,Sony Computer Entertainment,0,0,0.13,0.01,0.14 +9244,Puyo Puyo!! 20th Anniversary,DS,2011,Puzzle,Sega,0,0,0.14,0,0.14 +9245,Famista Returns,3DS,2015,Sports,Namco Bandai Games,0,0,0.14,0,0.14 +9246,Bust-A-Move Deluxe,PSP,2006,Puzzle,505 Games,0.13,0,0,0.01,0.14 +9247,I Spy: Universe,DS,2010,Puzzle,Scholastic Inc.,0.13,0,0,0.01,0.14 +9248,Shining Soul,GBA,2002,Role-Playing,Atari,0.03,0.01,0.09,0,0.14 +9249,Littlest Pet Shop: Spring,DS,2009,Simulation,Electronic Arts,0.12,0,0,0.01,0.14 +9250,The Amazing Race,Wii,2010,Misc,Ubisoft,0.13,0,0,0.01,0.14 +9251,Alvin and the Chipmunks,DS,2007,Misc,Brash Entertainment,0.12,0,0,0.01,0.14 +9252,Far Cry: Primal,PC,2016,Action,Ubisoft,0.04,0.09,0,0.01,0.14 +9253,Bejeweled 3,X360,N/A,Puzzle,Unknown,0.13,0,0,0.01,0.14 +9254,Need for Speed Underground 2,DS,2005,Racing,Electronic Arts,0.11,0.02,0,0.01,0.14 +9255,Dead Rising 2,PC,2010,Action,Capcom,0.1,0.02,0,0.01,0.14 +9256,Let's Cheer,X360,2011,Misc,Take-Two Interactive,0.12,0,0,0.01,0.14 +9257,Happy Feet,Wii,2006,Action,Midway Games,0.12,0,0,0.01,0.14 +9258,In the Hunt,PS,1995,Shooter,THQ,0.03,0.02,0.07,0.01,0.14 +9259,Daytona USA Championship Circuit Edition,SAT,1995,Racing,Sega,0,0,0.14,0,0.14 +9260,Major League Baseball 2K8,Wii,2008,Sports,Take-Two Interactive,0.13,0,0,0.01,0.14 +9261,Marvel vs. Capcom 2: New Age of Heroes,XB,2002,Fighting,Capcom,0.09,0.03,0.01,0,0.14 +9262,SNK vs. Capcom: The Match of the Millennium,PS2,2006,Fighting,Sega,0,0.02,0,0.12,0.14 +9263,BlazBlue: Chrono Phantasma Extend,PS4,2015,Action,PQube,0.07,0.03,0.02,0.02,0.14 +9264,Alone in the Dark: Inferno,PS3,2008,Adventure,Atari,0.09,0.03,0,0.02,0.14 +9265,Rogue Warrior,PS3,2009,Shooter,Bethesda Softworks,0.11,0.02,0,0.01,0.14 +9266,Singstar: Ultimate Party,PS3,2014,Misc,Sony Computer Entertainment Europe,0,0.12,0,0.02,0.14 +9267,The X-Factor,PS3,2010,Misc,Deep Silver,0,0.1,0,0.03,0.14 +9268,Fear Factor: Unleashed,GBA,2004,Action,Hip Interactive,0.1,0.04,0,0,0.14 +9269,Avatar: The Last Airbender - The Burning Earth,X360,2007,Action,THQ,0.11,0.01,0,0.01,0.14 +9270,Vampire Moon: The Mystery of the Hidden Sun,DS,2010,Adventure,City Interactive,0.12,0.01,0,0.01,0.14 +9271,Paws & Claws: Pet Vet 2,DS,2007,Simulation,THQ,0.13,0,0,0.01,0.14 +9272,G.I. Joe: The Rise of Cobra,DS,2009,Action,Electronic Arts,0.11,0.01,0,0.01,0.14 +9273,Football Manager 2014,PSV,2013,Sports,Sega,0,0.1,0,0.04,0.14 +9274,BIT.TRIP SAGA,3DS,2011,Misc,Rising Star Games,0.09,0.04,0,0.01,0.14 +9275,Touch My Katamari,PSV,2011,Puzzle,Namco Bandai Games,0.08,0.04,0,0.02,0.14 +9276,MotoGP '06,X360,2006,Racing,THQ,0.11,0.01,0,0.01,0.14 +9277,Houshinengi,PS,1998,Strategy,Tecmo Koei,0,0,0.13,0.01,0.14 +9278,7th Dragon,DS,2009,Role-Playing,Sega,0,0,0.14,0,0.14 +9279,Pet Pals: Animal Doctor,Wii,2008,Simulation,JoWood Productions,0.13,0,0,0.01,0.14 +9280,LEGO Island Xtreme Stunts,GBA,2002,Racing,LEGO Media,0.1,0.04,0,0,0.14 +9281,Cruise Ship Vacation Games,Wii,2009,Puzzle,Avanquest,0.13,0,0,0.01,0.14 +9282,Yu-Gi-Oh! GX: Tag Force,PSP,2006,Strategy,Konami Digital Entertainment,0.09,0.03,0,0.02,0.14 +9283,Gourmet Chef: Cook Your Way to Fame,DS,2008,Misc,Ubisoft,0.13,0,0,0.01,0.14 +9284,Learn Math,DS,2009,Puzzle,DreamCatcher Interactive,0.13,0,0,0.01,0.14 +9285,Nitrobike,Wii,2008,Racing,Ubisoft,0.11,0.01,0,0.01,0.14 +9286,Magnetica,DS,2006,Puzzle,Nintendo,0.08,0.01,0.03,0.01,0.14 +9287,World Soccer Winning Eleven 9 Bonus Pack,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9288,UEFA Euro 2004: Portugal,PS2,2004,Sports,Electronic Arts,0.07,0.05,0,0.02,0.14 +9289,Hot Wheels: World Race,GBA,2003,Racing,THQ,0.1,0.04,0,0,0.14 +9290,MLB 14: The Show,PSV,2014,Sports,Sony Computer Entertainment America,0.11,0,0,0.02,0.14 +9291,Dragon Age Origins: Awakening,PC,2010,Role-Playing,Electronic Arts,0.01,0.1,0,0.02,0.14 +9292,Scene It? Bright Lights! Big Screen!,X360,2009,Misc,Warner Bros. Interactive Entertainment,0.12,0,0,0.01,0.14 +9293,NBA Jam,XB,2003,Sports,Acclaim Entertainment,0.1,0.03,0,0,0.14 +9294,Shining Resonance,PS3,2014,Role-Playing,Sega,0,0,0.14,0,0.14 +9295,World Tour Soccer 2002,PS2,2001,Sports,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9296,Interactive Sampler Disc 6,PS,1997,Misc,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9297,Let's Play Ballerina,DS,2010,Sports,Deep Silver,0.13,0,0,0.01,0.14 +9298,Wild Earth: African Safari,Wii,2008,Simulation,Majesco Entertainment,0.11,0.02,0,0.01,0.14 +9299,Apex,XB,2003,Racing,Atari,0.1,0.03,0,0,0.14 +9300,Kamen Rider Battle: Ganbaride,DS,2010,Strategy,Namco Bandai Games,0,0,0.14,0,0.14 +9301,Tomb Raider: The Prophecy,GBA,2002,Action,Ubisoft,0.1,0.04,0,0,0.14 +9302,Vampire Night,PS2,2001,Shooter,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9303,Kororinpa: Marble Mania,Wii,2006,Puzzle,Nintendo,0.08,0.02,0.03,0.01,0.14 +9304,Open Season,DS,2006,Platform,Ubisoft,0.12,0,0,0.01,0.14 +9305,Guilty Gear,PS,1998,Fighting,Virgin Interactive,0.03,0.02,0.07,0.01,0.14 +9306,Battlefield: Hardline,PC,2015,Shooter,Electronic Arts,0,0.13,0,0.01,0.14 +9307,Game Party: Champions,WiiU,2012,Action,Warner Bros. Interactive Entertainment,0.09,0.03,0,0.01,0.14 +9308,Divinity II: The Dragon Knight Saga,X360,2010,Role-Playing,Focus Home Interactive,0.11,0.02,0,0.01,0.14 +9309,World Championship Poker 2: Featuring Howard Lederer,PSP,2005,Misc,505 Games,0.12,0,0,0.01,0.14 +9310,Mary-Kate and Ashley: Crush Course,PS,2001,Action,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9311,NHL Breakaway 98,PS,1996,Sports,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9312,Disney's Cinderella: Magical Dreams,GBA,N/A,Platform,Disney Interactive Studios,0.1,0.04,0,0,0.14 +9313,Top Shot Arcade,Wii,2011,Shooter,Activision,0.13,0,0,0.01,0.14 +9314,Imagine: Fashion Stylist,DS,2010,Simulation,Ubisoft,0.13,0,0,0.01,0.14 +9315,Pro Evolution Soccer 2015,XOne,2014,Sports,Konami Digital Entertainment,0.02,0.1,0,0.01,0.14 +9316,Red Orchestra 2: Heroes of Stalingrad,PC,2011,Shooter,Tripwire Interactive,0.04,0.07,0,0.02,0.14 +9317,Tiger Woods PGA Tour 2005,GC,2004,Sports,Electronic Arts,0.1,0.03,0,0,0.14 +9318,Deepak Chopra's Leela,Wii,2011,Misc,THQ,0.11,0.01,0,0.01,0.14 +9319,Tom Clancy's Ghost Recon,Wii,2010,Shooter,Ubisoft,0.11,0.01,0,0.01,0.14 +9320,007: Quantum of Solace,DS,2008,Action,Activision,0.11,0.01,0,0.01,0.14 +9321,Salt Lake 2002,PS2,2002,Sports,Eidos Interactive,0.07,0.05,0,0.02,0.14 +9322,ESPN MLB Baseball,XB,2004,Sports,Sega,0.1,0.03,0,0,0.14 +9323,NCIS,Wii,2011,Adventure,Ubisoft,0.08,0.04,0,0.01,0.14 +9324,Little League World Series Baseball 2009,DS,2009,Sports,Activision,0.13,0,0,0.01,0.14 +9325,Gladius,XB,2003,Strategy,Activision,0.1,0.03,0,0,0.14 +9326,Legends of Wrestling,XB,2002,Fighting,Acclaim Entertainment,0.1,0.03,0,0,0.14 +9327,Queen's Gate: Spiral Chaos,PSP,2011,Role-Playing,Namco Bandai Games,0,0,0.14,0,0.14 +9328,Nayuta no Kiseki,PSP,2012,Action,Nihon Falcom Corporation,0,0,0.14,0,0.14 +9329,Back At The Barnyard: Slop Bucket Games,DS,2008,Sports,THQ,0.12,0,0,0.01,0.14 +9330,Quick Yoga Training,DS,2008,Misc,Ubisoft,0.13,0,0,0.01,0.14 +9331,Fashion Studio: Paris Collection,DS,2009,Misc,Ubisoft,0.13,0,0,0.01,0.13 +9332,Legendary,PS3,2008,Shooter,Atari,0.08,0.03,0,0.02,0.13 +9333,Spy Hunter 2,XB,2003,Racing,Midway Games,0.1,0.03,0,0,0.13 +9334,Peppa Pig: Fun and Games,Wii,2010,Misc,Ubisoft,0,0.12,0,0.02,0.13 +9335,Backyard Soccer,PS,2001,Sports,Infogrames,0.07,0.05,0,0.01,0.13 +9336,Final Fantasy XI: Rise of the Zilart,PS2,2003,Role-Playing,Square Enix,0,0,0.13,0,0.13 +9337,James Bond 007: Nightfire,GBA,2003,Shooter,Electronic Arts,0.1,0.04,0,0,0.13 +9338,Nobunaga no Yabou: Tendou,PS3,2010,Strategy,Tecmo Koei,0,0,0.13,0,0.13 +9339,Medalot 7,3DS,2012,Action,Rocket Company,0,0,0.13,0,0.13 +9340,Bio FREAKS,PS,1998,Action,GT Interactive,0.07,0.05,0,0.01,0.13 +9341,Castlevania Chronicles,PS,2001,Platform,Konami Digital Entertainment,0.07,0.05,0,0.01,0.13 +9342,Suzumiya Haruhi no Tomadoi,PS2,2008,Adventure,Banpresto,0,0,0.13,0,0.13 +9343,MLB Power Pros 2008,Wii,2008,Sports,Konami Digital Entertainment,0.12,0,0.01,0.01,0.13 +9344,NHL 2K8,X360,2007,Sports,Take-Two Interactive,0.11,0.01,0,0.01,0.13 +9345,Dokapon Kingdom,Wii,2008,Role-Playing,Sting,0.12,0,0,0.01,0.13 +9346,Bratz,GBA,2002,Platform,Ubisoft,0.1,0.04,0,0,0.13 +9347,Go Play: Circus Star,Wii,2009,Action,Majesco Entertainment,0.12,0,0,0.01,0.13 +9348,King Arthur,PS2,2004,Action,Konami Digital Entertainment,0.07,0.05,0,0.02,0.13 +9349,Winter Stars,Wii,2011,Sports,Deep Silver,0.06,0.07,0,0.01,0.13 +9350,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 1: CR Shinseiki Evangelion,PS2,2005,Misc,D3Publisher,0,0,0.13,0,0.13 +9351,The Guy Game,PS2,2004,Misc,Gathering of Developers,0.07,0.05,0,0.02,0.13 +9352,Rurouni Kenshin: Enjou! Kyoto Rinne,PS2,2006,Action,Banpresto,0,0,0.13,0,0.13 +9353,Blade II,XB,2002,Action,Activision,0.1,0.03,0,0,0.13 +9354,Suikoden: Tsumugareshi Hyakunen no Toki,PSP,2012,Role-Playing,Konami Digital Entertainment,0,0,0.13,0,0.13 +9355,Baseball Advance,GBA,2002,Sports,Sega,0.1,0.04,0,0,0.13 +9356,Shonen Jump's One Piece: Grand Battle,PS2,2005,Fighting,Atari,0.07,0.05,0,0.02,0.13 +9357,Retro Atari Classics,DS,2005,Misc,Atari,0.12,0,0,0.01,0.13 +9358,NHL 2K9,PS3,2008,Sports,Take-Two Interactive,0.11,0.01,0,0.01,0.13 +9359,Pro Yaky? Spirits 6,PS2,2009,Sports,Konami Digital Entertainment,0,0,0.13,0,0.13 +9360,Freddi Fish: ABC under the sea,DS,2008,Misc,Atari,0.13,0,0,0.01,0.13 +9361,Puzzle Kingdoms,DS,2009,Puzzle,Zoo Digital Publishing,0.12,0,0,0.01,0.13 +9362,Shovel Knight,3DS,2015,Platform,Yacht Club Games,0.07,0.04,0.01,0.01,0.13 +9363,Hyperdimension Idol Neptunia PP,PSV,2013,Misc,Namco Bandai Games,0.04,0.03,0.04,0.02,0.13 +9364,Paperboy / Rampage,GBA,2005,Misc,Zoo Digital Publishing,0.1,0.04,0,0,0.13 +9365,Shiren the Wanderer 4 - God's Eye and the Demon's Navel,DS,2010,Role-Playing,Spike,0,0,0.13,0,0.13 +9366,Ben 10 Galactic Racing,3DS,2011,Racing,D3Publisher,0.07,0.06,0,0.01,0.13 +9367,Sentou Kokka Air Land Battle,PS,1995,Strategy,Sony Computer Entertainment,0,0,0.13,0.01,0.13 +9368,NTRA Breeders' Cup World Thoroughbred Championships,PS2,2005,Simulation,Bethesda Softworks,0.07,0.05,0,0.02,0.13 +9369,Tak 2: The Staff of Dreams,XB,2004,Platform,THQ,0.1,0.03,0,0,0.13 +9370,Hulk Hogan's Main Event,X360,2011,Fighting,505 Games,0.1,0.02,0,0.01,0.13 +9371,Transformers: Devastation,XOne,2015,Action,Activision,0.09,0.03,0,0.01,0.13 +9372,Euro Truck Simulator 2,PC,2012,Action,SCS Software,0,0.12,0,0.02,0.13 +9373,DmC: Devil May Cry,XOne,2015,Action,Capcom,0.08,0.04,0,0.01,0.13 +9374,WipeOut 3 The Game,WiiU,2012,Action,Activision,0.12,0,0,0.01,0.13 +9375,Ys: The Ark of Napishtim,PS2,2005,Role-Playing,Konami Digital Entertainment,0.07,0.05,0,0.02,0.13 +9376,Peter Jackson's King Kong: The Official Game of the Movie,DS,2005,Action,Ubisoft,0.12,0,0,0.01,0.13 +9377,Brain Assist,DS,2007,Misc,Sega,0.12,0,0,0.01,0.13 +9378,Azure Dreams,PS,1997,Role-Playing,Konami Digital Entertainment,0.07,0.05,0,0.01,0.13 +9379,Rumble Roses XX,X360,2006,Fighting,Konami Digital Entertainment,0.07,0.01,0.04,0.01,0.13 +9380,Space Camp,Wii,2009,Action,Activision,0.12,0,0,0.01,0.13 +9381,SingStar Latino,PS2,2007,Misc,Sony Computer Entertainment,0.07,0.05,0,0.02,0.13 +9382,Bakugan: Battle Trainer,DS,2010,Action,Activision,0.12,0,0,0.01,0.13 +9383,Phantom Brave: We Meet Again,Wii,2009,Role-Playing,Nippon Ichi Software,0.12,0,0.01,0.01,0.13 +9384,Monster Rancher DS,DS,2008,Role-Playing,Tecmo Koei,0.08,0,0.05,0.01,0.13 +9385,Kurt Warner's Arena Football Unleashed,PS,2000,Sports,Midway Games,0.07,0.05,0,0.01,0.13 +9386,Suite PreCure: Melody Collection,DS,2011,Misc,Namco Bandai Games,0,0,0.13,0,0.13 +9387,Shin Megami Tensei: Devil Summoner 2 - Raidou Kuzunoha vs. King Abaddon,PS2,2008,Role-Playing,Atlus,0.07,0.05,0,0.02,0.13 +9388,NHL 2K9,PS2,2008,Sports,Take-Two Interactive,0.07,0.05,0,0.02,0.13 +9389,Venetica,X360,2010,Role-Playing,DTP Entertainment,0.09,0.03,0,0.01,0.13 +9390,Disney's Kim Possible: Kimmunicator,DS,2005,Platform,Disney Interactive Studios,0.11,0.01,0,0.01,0.13 +9391,James Bond 007: Legends,WiiU,2012,Shooter,Activision,0.07,0.05,0,0.01,0.13 +9392,Rogue Ops,XB,2003,Action,Kemco,0.1,0.03,0,0,0.13 +9393,NBA Hoopz,PS,2001,Sports,Midway Games,0.07,0.05,0,0.01,0.13 +9394,Transworld Surf,XB,N/A,Sports,Atari,0.1,0.03,0,0,0.13 +9395,Rugby 15,PS3,2015,Sports,Bigben Interactive,0.02,0.09,0,0.02,0.13 +9396,MLB 11: The Show,PS2,2011,Sports,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9397,Castrol Honda Superbike Racing,PS,1998,Racing,THQ,0.07,0.05,0,0.01,0.13 +9398,History Civil War: Secret Missions,X360,2008,Shooter,Activision,0.12,0,0,0.01,0.13 +9399,Army Men: Green Rogue,PS2,2001,Action,3DO,0.06,0.05,0,0.02,0.13 +9400,My Spanish Coach,PSP,2008,Misc,Ubisoft,0.12,0,0,0.01,0.13 +9401,Chessmaster,XB,2004,Misc,Ubisoft,0.1,0.03,0,0,0.13 +9402,Over the Hedge: Hammy Goes Nuts!,DS,2006,Platform,Activision,0.12,0,0,0.01,0.13 +9403,Fatal Inertia,X360,2007,Racing,Tecmo Koei,0.12,0,0,0.01,0.13 +9404,Superman: The Man of Steel,XB,2002,Action,Atari,0.1,0.03,0,0,0.13 +9405,Ken to Mahou to Gakuen Mono. 3,PSP,2010,Role-Playing,Acquire,0,0,0.13,0,0.13 +9406,Greg Hastings Paintball 2,Wii,2010,Shooter,505 Games,0.12,0,0,0.01,0.13 +9407,The Flintstones: Bedrock Bowling,PS,2000,Sports,Ubisoft,0.07,0.05,0,0.01,0.13 +9408,Teenage Mutant Ninja Turtles: Danger of the Ooze,3DS,2014,Adventure,Activision,0.08,0.04,0,0.01,0.13 +9409,NHL 2003,GC,2002,Sports,Electronic Arts,0.1,0.03,0,0,0.13 +9410,Chicken Run,PS,2000,Adventure,Eidos Interactive,0.07,0.05,0,0.01,0.13 +9411,Scene It? Bright Lights! Big Screen!,PS3,2009,Misc,Warner Bros. Interactive Entertainment,0.1,0.01,0,0.01,0.13 +9412,My Baby: First Steps,Wii,2009,Simulation,SouthPeak Games,0.12,0,0,0.01,0.13 +9413,Pro Baseball Spirits 2015,PSV,2015,Action,Konami Digital Entertainment,0,0,0.13,0,0.13 +9414,Shining Force III,SAT,1997,Strategy,Sega,0,0,0.13,0,0.13 +9415,Jikkyou Powerful Pro Yakyuu 2011 Ketteiban,PSP,2011,Sports,Konami Digital Entertainment,0,0,0.13,0,0.13 +9416,Tales of the Heroes: Twin Brave,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.13,0,0.13 +9417,WWE Survivor Series,GBA,2004,Fighting,THQ,0.09,0.04,0,0,0.13 +9418,Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS 2,DS,2006,Action,Sega,0,0,0.13,0,0.13 +9419,Super Robot Wars BX,3DS,2015,Action,Namco Bandai Games,0,0,0.13,0,0.13 +9420,Persona 4: Arena,X360,2012,Fighting,Atlus,0.08,0.02,0.03,0.01,0.13 +9421,Tomb Raider: Legend,XB,2006,Action,Eidos Interactive,0.1,0.03,0,0,0.13 +9422,Nagano Winter Olympics '98,PS,1997,Sports,Konami Digital Entertainment,0.07,0.05,0,0.01,0.13 +9423,Destroy All Humans! Path of the Furon,X360,2008,Action,THQ,0.08,0.04,0,0.01,0.13 +9424,Winning Post 5,PS2,2001,Sports,Tecmo Koei,0,0,0.13,0,0.13 +9425,Star Wars: Lethal Alliance,PSP,2006,Action,Ubisoft,0.11,0.01,0,0.01,0.13 +9426,Midnight Mysteries: The Edgar Allan Poe Conspiracy,DS,2010,Adventure,Foreign Media Games,0.08,0.04,0,0.01,0.13 +9427,All Star Cheer Squad 2,Wii,2009,Sports,THQ,0.12,0,0,0.01,0.13 +9428,Frogger Beyond,GC,2002,Platform,Konami Digital Entertainment,0.1,0.03,0,0,0.13 +9429,RPG Maker II,PS2,2002,Role-Playing,Enterbrain,0.06,0.05,0,0.02,0.13 +9430,Resident Evil: Revelations 2,PSV,2015,Action,Capcom,0.01,0.05,0.06,0.01,0.13 +9431,SpongeBob's Surf & Skate Roadtrip,DS,2011,Action,THQ,0.11,0.02,0,0.01,0.13 +9432,Destruction Derby Arenas,PS2,2004,Racing,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9433,Cabela's Dangerous Hunts 2009,X360,2008,Sports,Activision,0.12,0,0,0.01,0.13 +9434,The Unholy War,PS,1998,Strategy,Eidos Interactive,0.07,0.05,0,0.01,0.13 +9435,Chuck E. Cheese's Game Room,DS,2010,Misc,UFO Interactive,0.12,0,0,0.01,0.13 +9436,Wantame Music Channel: Doko Demo Style,DS,2007,Misc,Capcom,0,0,0.13,0,0.13 +9437,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,GBA,2005,Platform,Ubisoft,0.09,0.03,0,0,0.13 +9438,Shaman King: Power of Spirit,PS2,2004,Adventure,Konami Digital Entertainment,0.06,0.05,0,0.02,0.13 +9439,Eat Lead: The Return of Matt Hazard,PS3,2009,Shooter,D3Publisher,0.09,0.02,0,0.01,0.13 +9440,Attack on Titan (KOEI),PSV,2016,Action,Tecmo Koei,0,0,0.13,0,0.13 +9441,Soccer Tsuku DS: World Challenge 2010,DS,2010,Sports,Sega,0,0,0.13,0,0.13 +9442,Family Fortunes,Wii,2009,Misc,Mindscape,0,0.12,0,0.01,0.13 +9443,Megamind: The Blue Defender,PSP,2010,Adventure,THQ,0.08,0.03,0,0.02,0.13 +9444,Contra III: The Alien Wars,SNES,1992,Shooter,Konami Digital Entertainment,0,0,0.13,0,0.13 +9445,Dead to Rights: Reckoning,PSP,2005,Shooter,Electronic Arts,0.12,0,0,0.01,0.13 +9446,The BIGS 2,PS3,2009,Sports,Take-Two Interactive,0.12,0,0,0.01,0.13 +9447,Slime MoriMori Dragon Quest 3: Taikaizoku to Shippo Dan,3DS,2011,Role-Playing,Square Enix,0,0,0.13,0,0.13 +9448,Amagami,PS2,2009,Adventure,Enterbrain,0,0,0.13,0,0.13 +9449,Diablo II,PC,2000,Role-Playing,Havas Interactive,0.01,0.09,0,0.02,0.13 +9450,How to Train Your Dragon 2,PS3,2014,Adventure,Little Orbit,0.03,0.08,0,0.02,0.13 +9451,NBA 08,PS3,2007,Sports,Sony Computer Entertainment,0.12,0,0,0.01,0.13 +9452,The Smurfs 2,X360,2013,Platform,Ubisoft,0.03,0.09,0,0.01,0.13 +9453,NeverDead,PS3,2012,Shooter,Konami Digital Entertainment,0.06,0.04,0.01,0.02,0.13 +9454,No Fear Downhill Mountain Biking,PS,1998,Sports,Codemasters,0.07,0.05,0,0.01,0.13 +9455,Fire ProWrestling,GBA,2001,Fighting,Spike,0.09,0.03,0,0,0.13 +9456,Eternal Poison (JP sales),PS2,2008,Role-Playing,Banpresto,0,0,0.13,0,0.13 +9457,Mission: Impossible - Operation Surma,XB,2003,Platform,Atari,0.1,0.03,0,0,0.13 +9458,Naruto Shippuden: Kizuna Drive,PSP,2010,Action,Namco Bandai Games,0.04,0.02,0.05,0.02,0.13 +9459,The IdolM@ster: One for All,PS3,2014,Misc,Namco Bandai Games,0,0,0.13,0,0.13 +9460,MX 2002 Featuring Ricky Carmichael,XB,2001,Racing,THQ,0.1,0.03,0,0,0.13 +9461,Indianapolis 500 Legends,Wii,2007,Racing,Destineer,0.12,0,0,0.01,0.13 +9462,Romance of the Three Kingdoms IV: Wall of Fire,PS,1995,Strategy,Tecmo Koei,0.05,0.03,0.04,0.01,0.13 +9463,Illusion of Gaia,SNES,1993,Role-Playing,Nintendo,0,0,0.13,0,0.13 +9464,Steel Battalion: Heavy Armor,X360,2012,Misc,Capcom,0.08,0.03,0.02,0.01,0.13 +9465,Academy of Champions: Soccer,Wii,2009,Sports,Ubisoft,0.1,0.02,0,0.01,0.13 +9466,Mega Man Anniversary Collection,XB,2005,Platform,Capcom,0.1,0.03,0,0,0.13 +9467,Disney Princess: Enchanting Storybooks,DS,2011,Misc,THQ,0.08,0.04,0,0.01,0.13 +9468,Sally's Salon,DS,2008,Simulation,Capcom,0.12,0,0,0.01,0.13 +9469,The Oregon Trail,3DS,2011,Simulation,Crave Entertainment,0.12,0,0,0.01,0.13 +9470,Disruptor,PS,1995,Shooter,Interplay,0.07,0.05,0,0.01,0.13 +9471,NBA Ballers: Chosen One,PS3,2008,Sports,Midway Games,0.12,0,0,0.01,0.13 +9472,Lovely Lisa and Friends,DS,2010,Simulation,Tomy Corporation,0.12,0,0,0.01,0.13 +9473,Hasbro Family Fun Pack,XOne,2015,Misc,Ubisoft,0.1,0.02,0,0.01,0.13 +9474,Shrek Smash n' Crash Racing,GC,2006,Racing,Activision,0.1,0.03,0,0,0.13 +9475,Under Night In-Birth,PS3,2014,Fighting,Nippon Ichi Software,0.06,0.02,0.04,0.02,0.13 +9476,Drakengard 2,PS2,2005,Role-Playing,Ubisoft,0.06,0.05,0,0.02,0.13 +9477,Street Fighter IV,PC,N/A,Fighting,Capcom,0.07,0.04,0,0.02,0.13 +9478,Grand Knights History,PSP,2011,Role-Playing,Marvelous Interactive,0,0,0.13,0,0.13 +9479,Harvest Moon DS (jp sales),DS,2005,Simulation,Rising Star Games,0,0,0.13,0,0.13 +9480,Summon Night: Twin Age,DS,2007,Role-Playing,Banpresto,0.07,0,0.05,0.01,0.13 +9481,Sin and Punishment,N64,2000,Shooter,Nintendo,0,0,0.13,0,0.13 +9482,NBA Jam 2000,N64,1999,Sports,Acclaim Entertainment,0.12,0.01,0,0,0.13 +9483,Castlevania: Legacy of Darkness,N64,1999,Platform,Konami Digital Entertainment,0.06,0.02,0.05,0,0.13 +9484,Just Dance: Disney Party,Wii,2012,Misc,Ubisoft,0.01,0.1,0,0.02,0.13 +9485,Cabela's Alaskan Adventure,X360,2006,Sports,Activision,0.12,0,0,0.01,0.13 +9486,Rango: The Video Game,X360,2011,Action,Electronic Arts,0.06,0.06,0,0.01,0.13 +9487,Shrek Super Party,XB,2002,Misc,TDK Mediactive,0.1,0.03,0,0,0.13 +9488,Sonic Riders,XB,2006,Racing,Sega,0.1,0.03,0,0,0.13 +9489,Shimano Xtreme Fishing,Wii,2009,Sports,Mastiff,0.12,0,0,0.01,0.13 +9490,The History Channel: Great Battles - Medieval,X360,2010,Strategy,Slitherine Software,0.08,0.04,0,0.01,0.13 +9491,TRON: Evolution,PSP,2010,Action,Disney Interactive Studios,0.09,0.02,0,0.02,0.13 +9492,Rally Fusion: Race of Champions,PS2,2002,Racing,Activision,0.06,0.05,0,0.02,0.13 +9493,Barbie and the Three Musketeers,DS,2009,Adventure,Activision,0.12,0,0,0.01,0.13 +9494,Secret Agent Clank,PSP,2008,Platform,Sony Computer Entertainment,0.04,0.03,0.04,0.02,0.13 +9495,The House of the Dead,SAT,1997,Shooter,Sega,0,0,0.13,0,0.13 +9496,DreamWorks Super Star Kartz,DS,2011,Racing,Activision,0.09,0.03,0,0.01,0.13 +9497,RealSports Volleyball,2600,1981,Sports,Atari,0.12,0.01,0,0,0.13 +9498,Heroes of the Pacific,XB,2005,Simulation,Codemasters,0.1,0.03,0,0,0.13 +9499,Smart Boy's Gameroom,DS,2007,Misc,505 Games,0.12,0,0,0.01,0.13 +9500,NightCaster,XB,2002,Action,Microsoft Game Studios,0.1,0.03,0,0,0.13 +9501,RollerCoaster Tycoon,XB,2003,Strategy,Atari,0.1,0.03,0,0,0.13 +9502,FIFA World Cup Germany 2006,GC,2006,Sports,Electronic Arts,0.1,0.03,0,0,0.13 +9503,Hitman 2: Silent Assassin,GC,2003,Action,Eidos Interactive,0.1,0.03,0,0,0.13 +9504,MLB 13: The Show,PSV,2013,Sports,Sony Computer Entertainment,0.11,0,0,0.02,0.13 +9505,Nicktoons: MLB,X360,2011,Sports,Take-Two Interactive,0.12,0,0,0.01,0.13 +9506,Digimon Racing,GBA,2004,Racing,Namco Bandai Games,0.09,0.03,0,0,0.13 +9507,Ape Escape 3,PS2,2005,Platform,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9508,Green Lantern: Rise of the Manhunters,X360,2011,Action,Warner Bros. Interactive Entertainment,0.07,0.05,0,0.01,0.13 +9509,"Crouching Tiger, Hidden Dragon",PS2,2003,Action,Ubisoft,0.06,0.05,0,0.02,0.13 +9510,Last Bronx,SAT,1996,Fighting,Sega,0,0,0.13,0,0.13 +9511,Iridion II,GBA,2003,Shooter,Vivendi Games,0.09,0.03,0,0,0.13 +9512,Momotaro Douchuuki,SAT,1997,Misc,Hudson Soft,0,0,0.13,0,0.13 +9513,Brothers: A Tale of Two Sons,PS4,2015,Adventure,505 Games,0.03,0.08,0,0.02,0.13 +9514,Tom Clancy's Splinter Cell: Double Agent,Wii,2006,Action,Ubisoft,0.1,0.01,0,0.01,0.13 +9515,Whiplash,PS2,2003,Racing,Eidos Interactive,0.06,0.05,0,0.02,0.13 +9516,BlazBlue: Continuum Shift II,PSP,2011,Fighting,PQube,0.03,0.02,0.07,0.01,0.13 +9517,Backyard Sports Football: Rookie Rush,Wii,2010,Sports,Atari,0.12,0,0,0.01,0.13 +9518,Warcraft III: Reign of Chaos,PC,2002,Strategy,Vivendi Games,0.03,0.08,0,0.02,0.13 +9519,Farming Simulator 2011,PC,2010,Simulation,N/A,0,0.13,0,0,0.13 +9520,Margot's Word Brain,Wii,2008,Puzzle,Zoo Digital Publishing,0.12,0,0,0.01,0.13 +9521,Spider-Man: Battle for New York,DS,2006,Platform,Activision,0.12,0,0,0.01,0.13 +9522,Imagine: Fashion Designer,3DS,2011,Simulation,Ubisoft,0.1,0.02,0,0.01,0.13 +9523,Pop'n Music Portable,PSP,2010,Misc,Konami Digital Entertainment,0,0,0.13,0,0.13 +9524,Nintendo Puzzle Collection,GC,N/A,Puzzle,Unknown,0,0,0.13,0,0.13 +9525,Borderlands: Double Game Add-On Pack,X360,2010,Shooter,Take-Two Interactive,0.1,0.02,0,0.01,0.13 +9526,Otogi: Myth of Demons,XB,2002,Action,Sega,0.08,0.02,0.03,0,0.13 +9527,The Price is Right 2010 Edition,DS,2009,Misc,Ubisoft,0.12,0,0,0.01,0.13 +9528,Army Men: Soldiers of Misfortune,Wii,2008,Shooter,Zoo Games,0.12,0,0,0.01,0.13 +9529,Alter Echo,PS2,2003,Shooter,THQ,0.06,0.05,0,0.02,0.13 +9530,Walt Disney Pictures Presents: The Wild,GBA,2006,Platform,Disney Interactive Studios,0.09,0.03,0,0,0.13 +9531,Puzzle de Harvest Moon,DS,2007,Puzzle,Natsume,0.12,0,0,0.01,0.13 +9532,Reader Rabbit Kindergarten,Wii,2010,Misc,Graffiti,0.12,0,0,0.01,0.13 +9533,Onechanbara: Bikini Samurai Squad,X360,2006,Action,D3Publisher,0.11,0.01,0,0.01,0.13 +9534,Metal Max 3,DS,2010,Role-Playing,Enterbrain,0,0,0.13,0,0.13 +9535,Rock Band Track Pack Volume 1,PS2,2008,Misc,MTV Games,0.06,0.05,0,0.02,0.13 +9536,Puyo Puyo!! 20th Anniversary,3DS,2011,Puzzle,Sega,0,0,0.13,0,0.13 +9537,Hour of Victory,X360,2007,Shooter,Midway Games,0.1,0.01,0,0.01,0.13 +9538,Namco Soccer Prime Goal,PS,1995,Sports,Sony Computer Entertainment,0,0,0.12,0.01,0.13 +9539,NBA 08,PS2,2007,Sports,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9540,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PS3,2016,Action,Square Enix,0,0,0.13,0,0.13 +9541,Monster Hunter Frontier Online,X360,2010,Role-Playing,Capcom,0,0,0.13,0,0.13 +9542,Green Lantern: Rise of the Manhunters,3DS,2011,Action,Warner Bros. Interactive Entertainment,0.09,0.03,0,0.01,0.13 +9543,Shin Megami Tensei: Digital Devil Saga,PS2,2004,Role-Playing,Ghostlight,0.06,0.05,0,0.02,0.13 +9544,7 Wonders of the Ancient World,DS,2007,Puzzle,Funsta,0.1,0.01,0,0.01,0.13 +9545,Backyard Baseball '09,DS,2008,Sports,Atari,0.12,0,0,0.01,0.13 +9546,Puppies 3D,3DS,2011,Misc,Ubisoft,0.08,0.04,0,0.01,0.13 +9547,Jissen Pachi-Slot Hisshouhou! Aladdin II Evolution,PS2,2005,Misc,Sega,0,0,0.13,0,0.13 +9548,Mystic Ark,SNES,1995,Role-Playing,Enix Corporation,0,0,0.13,0,0.13 +9549,Just Cause 2,PC,2010,Action,Square Enix,0,0.1,0,0.03,0.13 +9550,Ty the Tasmanian Tiger 2: Bush Rescue,GBA,2004,Platform,Electronic Arts,0.09,0.03,0,0,0.13 +9551,Venetica,PS3,2010,Role-Playing,DTP Entertainment,0.07,0.04,0,0.02,0.13 +9552,Teenage Mutant Ninja Turtles 2: Battle Nexus,XB,2004,Action,Konami Digital Entertainment,0.1,0.03,0,0,0.13 +9553,LEGO Racers 2,PS2,2001,Racing,Electronic Arts,0.06,0.05,0,0.02,0.13 +9554,Backyard Baseball,GC,2003,Sports,Infogrames,0.1,0.03,0,0,0.13 +9555,Transformers: War for Cybertron -- Decepticons,DS,2010,Action,Activision,0.11,0.01,0,0.01,0.13 +9556,Overlord: Raising Hell,PS3,2008,Action,Codemasters,0.07,0.04,0,0.02,0.13 +9557,Sega GT,DC,2000,Racing,Sega,0,0,0.13,0,0.13 +9558,Fuse (Insomniac),X360,2013,Shooter,Electronic Arts,0.08,0.04,0,0.01,0.13 +9559,Cabela's Dangerous Hunts 2009,PS3,2008,Sports,Activision Value,0.12,0,0,0.01,0.13 +9560,Legends of Wrestling,GC,2002,Fighting,Acclaim Entertainment,0.1,0.03,0,0,0.13 +9561,Space Bust-A-Move,DS,2008,Puzzle,Square Enix,0.1,0.02,0,0.01,0.13 +9562,Legend of the Guardians: The Owls of Ga'Hoole,Wii,2010,Action,Warner Bros. Interactive Entertainment,0.11,0.01,0,0.01,0.13 +9563,Gunstar Heroes,GEN,1992,Shooter,Sega,0,0,0.13,0,0.13 +9564,All-Star Baseball 2004,XB,2003,Sports,Acclaim Entertainment,0.1,0.03,0,0,0.13 +9565,Tamagotchi no Pichi Pichi Omisecchi,DS,2010,Action,Namco Bandai Games,0,0,0.13,0,0.13 +9566,Shining Wind,PS2,2007,Role-Playing,Sega,0,0,0.13,0,0.13 +9567,Brothers in Arms: Double Time,Wii,2008,Shooter,Ubisoft,0.11,0,0,0.01,0.13 +9568,Portal Runner,PS2,2001,Platform,3DO,0.06,0.05,0,0.02,0.13 +9569,Pok茅mon: For Ho-Oh the Bells Toll!: Game Boy Advance Video,GBA,2004,Misc,Nintendo,0.09,0.03,0,0,0.13 +9570,Pro Evolution Soccer 2016,X360,2015,Sports,Konami Digital Entertainment,0.04,0.08,0,0.01,0.13 +9571,Batman: Arkham Knight,PC,2015,Action,Warner Bros. Interactive Entertainment,0.08,0.03,0,0.01,0.13 +9572,Warriors Orochi 2,PS2,2008,Action,Tecmo Koei,0.06,0.05,0,0.02,0.13 +9573,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,PS2,2005,Platform,Ubisoft,0.06,0.05,0,0.02,0.13 +9574,Need for Speed: ProStreet,DS,2007,Racing,Electronic Arts,0.11,0.01,0,0.01,0.13 +9575,Assault: Retribution,PS,1998,Action,Telstar,0.07,0.05,0,0.01,0.13 +9576,Sengoku Basara 3 Utage,Wii,2011,Action,Capcom,0,0,0.13,0,0.13 +9577,Spartan: Total Warrior,XB,2005,Action,Sega,0.1,0.03,0,0,0.13 +9578,Gravity Rush Remastered,PS4,2015,Action,Sony Computer Entertainment,0.02,0.05,0.04,0.01,0.13 +9579,Rock Band Track Pack Volume 2,PS3,2008,Misc,MTV Games,0.11,0,0,0.01,0.13 +9580,City Crisis,PS2,2001,Simulation,Take-Two Interactive,0.06,0.05,0,0.02,0.13 +9581,Zapper: One Wicked Cricket!,GC,2002,Platform,Infogrames,0.1,0.03,0,0,0.13 +9582,Star Wars: Clone Wars,XB,2003,Shooter,LucasArts,0.1,0.03,0,0,0.13 +9583,Assassination Classroom: Grand Siege on Kuro-sensei,3DS,2015,Action,Namco Bandai Games,0,0,0.13,0,0.13 +9584,Dynasty Warriors 5 Empires,X360,2006,Action,Tecmo Koei,0.11,0.01,0,0.01,0.13 +9585,High Rollers Casino,XB,2004,Misc,Mud Duck Productions,0.1,0.03,0,0,0.13 +9586,Advent Rising,XB,2005,Action,THQ,0.1,0.03,0,0,0.13 +9587,Surf Riders,PS,1999,Sports,Ubisoft,0.07,0.05,0,0.01,0.13 +9588,Torino 2006,PS2,2006,Sports,Take-Two Interactive,0.06,0.05,0,0.02,0.13 +9589,Nobunaga no Yabou: Ranseiki,PS2,2002,Strategy,Tecmo Koei,0,0,0.13,0,0.13 +9590,Derby Stallion Advance,GBA,2002,Sports,Enterbrain,0,0,0.12,0,0.13 +9591,PBR: Out of the Chute,Wii,2008,Sports,Crave Entertainment,0.12,0,0,0.01,0.13 +9592,Monopoly Party,GC,2002,Misc,Infogrames,0.1,0.03,0,0,0.13 +9593,LEGO Batman 2: DC Super Heroes,WiiU,2013,Action,Warner Bros. Interactive Entertainment,0.05,0.07,0,0.01,0.13 +9594,Thor: God of Thunder,DS,2011,Action,Sega,0.09,0.03,0,0.01,0.13 +9595,TOCA Race Driver 2: Ultimate Racing Simulator,XB,2004,Racing,Codemasters,0.09,0.03,0,0,0.13 +9596,The Price is Right: Decades,Wii,2011,Misc,Ubisoft,0.12,0,0,0.01,0.13 +9597,Snood,GBA,2001,Puzzle,"Destination Software, Inc",0.09,0.03,0,0,0.13 +9598,The Sky Crawlers: Innocent Aces,Wii,2008,Simulation,Namco Bandai Games,0.09,0.02,0.01,0.01,0.13 +9599,Avatar: The Last Airbender - Into the Inferno,DS,2008,Adventure,THQ,0.11,0.01,0,0.01,0.13 +9600,Fit in Six,PS3,2011,Sports,Ubisoft,0.12,0,0,0.01,0.13 +9601,Monster Jam: Urban Assault,PS2,2008,Racing,Activision,0.06,0.05,0,0.02,0.13 +9602,Ice Age: Dawn of the Dinosaurs,X360,2009,Action,Activision,0.09,0.03,0,0.01,0.13 +9603,DT Racer,PS2,2005,Racing,XS Games,0.06,0.05,0,0.02,0.13 +9604,SimAnimals Africa,Wii,2009,Simulation,Electronic Arts,0.1,0.01,0,0.01,0.13 +9605,Deepak Chopra's Leela,X360,2011,Misc,THQ,0.07,0.05,0,0.01,0.13 +9606,Twister Mania,X360,2011,Misc,505 Games,0.1,0.01,0,0.01,0.13 +9607,World Cup Golf: Professional Edition,PS,1995,Sports,U.S. Gold,0.07,0.05,0,0.01,0.13 +9608,Black Dawn,PS,1996,Simulation,Virgin Interactive,0.07,0.05,0,0.01,0.13 +9609,Soccer Tsuku: Pro Soccer Club o Tsukurou!,PS3,2013,Sports,Sega,0,0,0.13,0,0.13 +9610,428: Fuusa Sareta Shibuya de,Wii,2008,Adventure,Sega,0,0,0.13,0,0.13 +9611,Kelly Slater's Pro Surfer,GBA,2002,Sports,Activision,0.09,0.03,0,0,0.13 +9612,Warriors of Might and Magic,PS,2001,Adventure,3DO,0.07,0.05,0,0.01,0.13 +9613,Drome Racers,PS2,2002,Racing,Electronic Arts,0.06,0.05,0,0.02,0.13 +9614,X-Men: Next Dimension,GC,2002,Fighting,Activision,0.1,0.03,0,0,0.13 +9615,Impossible Mission,DS,2007,Platform,System 3 Arcade Software,0.12,0,0,0.01,0.13 +9616,NCIS,PS3,2011,Adventure,Ubisoft,0.07,0.04,0,0.02,0.13 +9617,Cabela's Dangerous Hunts 2011,DS,2010,Sports,Activision,0.12,0,0,0.01,0.13 +9618,Garfield's Fun Fest,DS,2008,Platform,Zoo Digital Publishing,0.07,0.04,0,0.01,0.13 +9619,7th Dragon 2020-II,PSP,2013,Role-Playing,Sega,0,0,0.13,0,0.13 +9620,Doukyuusei 2,SAT,1997,Role-Playing,NEC Interchannel,0,0,0.13,0,0.13 +9621,SkullMonkeys,PS,1998,Platform,DreamWorks Interactive,0.07,0.05,0,0.01,0.13 +9622,Cloudy With a Chance of Meatballs,Wii,2009,Platform,Ubisoft,0.11,0,0,0.01,0.13 +9623,Burnout,XB,2002,Racing,Acclaim Entertainment,0.09,0.03,0,0,0.13 +9624,Zenses: Ocean,DS,2008,Puzzle,Game Factory,0.11,0.01,0,0.01,0.13 +9625,Ben 10 Galactic Racing,Wii,2011,Racing,D3Publisher,0.08,0.03,0,0.01,0.13 +9626,Teenage Mutant Ninja Turtles: Arcade Attack,DS,2009,Action,Ubisoft,0.12,0,0,0.01,0.13 +9627,Baroque,PS2,2007,Role-Playing,Rising Star Games,0.05,0.04,0.02,0.01,0.13 +9628,Left Brain Right Brain 2,DS,2008,Misc,Majesco Entertainment,0.12,0,0,0.01,0.13 +9629,Dynasty Warriors: Gundam Reborn,PSV,2013,Action,Namco Bandai Games,0,0,0.13,0,0.13 +9630,Kidz Sports: Crazy Golf,Wii,2008,Sports,Data Design Interactive,0.11,0,0,0.01,0.13 +9631,Little Battlers eXperience: Wars,3DS,2013,Strategy,Level 5,0,0,0.13,0,0.13 +9632,Victorious: Time to Shine,X360,2011,Action,D3Publisher,0.12,0,0,0.01,0.13 +9633,NBA Ballers: Phenom,XB,2006,Sports,Midway Games,0.09,0.03,0,0,0.13 +9634,Aikatsu! 365 Idol Days,3DS,2014,Adventure,Namco Bandai Games,0,0,0.13,0,0.13 +9635,Petz Puppyz & Kittenz,DS,2011,Misc,Ubisoft,0.12,0,0,0.01,0.13 +9636,Crash Tag Team Racing,XB,2005,Racing,Vivendi Games,0.09,0.03,0,0,0.13 +9637,Freedom Fighters,GC,2003,Shooter,Electronic Arts,0.1,0.03,0,0,0.13 +9638,The Stronghold Collection,PC,2009,Strategy,Take-Two Interactive,0.03,0.08,0,0.02,0.13 +9639,Operation Abyss: New Tokyo Legacy,PSV,2014,Role-Playing,Nippon Ichi Software,0.04,0.01,0.06,0.02,0.13 +9640,Transformer: Rise of the Dark Spark,PS3,2014,Action,Activision,0.04,0.05,0.01,0.02,0.13 +9641,Mega Man X Collection,GC,2006,Misc,Capcom,0.1,0.03,0,0,0.13 +9642,Detana TwinBee Yahho! Deluxe Pack,SAT,1995,Shooter,Konami Digital Entertainment,0,0,0.13,0,0.13 +9643,Dragon Ball: Origins,DS,2008,Action,Atari,0.09,0.03,0,0.01,0.13 +9644,Last Ranker,PSP,2010,Role-Playing,Capcom,0,0,0.13,0,0.13 +9645,Quantum Redshift,XB,2002,Racing,Microsoft Game Studios,0.09,0.03,0,0,0.13 +9646,Smash Court Tennis Pro Tournament 2,PS2,2004,Sports,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9647,Eat Lead: The Return of Matt Hazard,X360,2009,Shooter,D3Publisher,0.1,0.01,0,0.01,0.13 +9648,Battleborn,XOne,2016,Shooter,Take-Two Interactive,0.08,0.04,0,0.01,0.13 +9649,Legends of Wrestling II,XB,2002,Fighting,Acclaim Entertainment,0.09,0.03,0,0,0.13 +9650,Power Pro Kun Pocket 13,DS,2010,Sports,Konami Digital Entertainment,0,0,0.13,0,0.13 +9651,Armed and Dangerous,XB,2003,Shooter,LucasArts,0.09,0.03,0,0,0.13 +9652,Jurassic: The Hunted,X360,2009,Shooter,Activision,0.12,0,0,0.01,0.13 +9653,Adventures to Go!,PSP,2008,Role-Playing,Zushi Games,0.1,0,0.01,0.01,0.13 +9654,Conduit 2,Wii,2011,Shooter,Sega,0.07,0.04,0,0.01,0.13 +9655,Supremacy MMA,PS3,2011,Fighting,505 Games,0.06,0.04,0,0.02,0.13 +9656,World Soccer Winning Eleven 2002,PS,2002,Sports,Konami Digital Entertainment,0,0,0.12,0.01,0.13 +9657,Geometry Wars: Galaxies,Wii,2007,Shooter,Vivendi Games,0.11,0,0,0.01,0.13 +9658,Actua Tennis,PS,1997,Sports,Gremlin Interactive Ltd,0.07,0.05,0,0.01,0.13 +9659,Horse Life,DS,2007,Simulation,Game Life,0.09,0.02,0,0.01,0.13 +9660,Monster Truck Madness,GBA,2003,Racing,THQ,0.09,0.03,0,0,0.12 +9661,Sonic Jam,SAT,1997,Platform,Sega,0,0,0.12,0,0.12 +9662,Puella Magi Madoka Magica Portable,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.12,0,0.12 +9663,Ninja Reflex,Wii,2008,Action,Electronic Arts,0.11,0.01,0,0.01,0.12 +9664,Peter Jacobsen's Golden Tee Golf,PS,2000,Sports,Infogrames,0.07,0.05,0,0.01,0.12 +9665,Calling,Wii,2009,Adventure,Konami Digital Entertainment,0.07,0.04,0,0.01,0.12 +9666,Marvel Avengers: Battle for Earth,WiiU,2012,Action,Ubisoft,0.07,0.04,0,0.01,0.12 +9667,Disney's Atlantis: The Lost Empire,GBA,2001,Platform,THQ,0.09,0.03,0,0,0.12 +9668,Nippon Daihyou Team no Kantoku ni Narou! Sekaihatsu Soccer RPG,SAT,1998,Sports,Sega,0,0,0.12,0,0.12 +9669,Charm Girls Club: My Fashion Mall,DS,N/A,Simulation,Unknown,0.12,0,0,0.01,0.12 +9670,Where the Wild Things Are,Wii,2009,Platform,Warner Bros. Interactive Entertainment,0.11,0,0,0.01,0.12 +9671,High Velocity: Mountain Racing Challenge,SAT,1995,Racing,Atlus,0,0,0.12,0,0.12 +9672,NHL 2K7,PS3,2006,Sports,Take-Two Interactive,0.11,0,0,0.01,0.12 +9673,Resident Evil,PS3,2006,Action,Capcom,0,0,0.12,0,0.12 +9674,Capcom vs. SNK 2: Millionaire Fighting 2001,DC,2001,Fighting,Capcom,0,0,0.12,0,0.12 +9675,Criticom,PS,1996,Fighting,Vic Tokai,0.07,0.05,0,0.01,0.12 +9676,SCORE International Baja 1000: The Official Game,X360,2008,Racing,Activision,0.11,0.01,0,0.01,0.12 +9677,Disney Sing It: Party Hits,PS3,2010,Misc,Disney Interactive Studios,0.1,0.01,0,0.01,0.12 +9678,Sleeping Dogs,PC,2012,Action,Square Enix,0.06,0.05,0,0.02,0.12 +9679,Mega Man X: Command Mission,GC,2004,Role-Playing,Capcom,0.1,0.02,0,0,0.12 +9680,Diner Dash: Sizzle & Serve,PSP,2007,Puzzle,Eidos Interactive,0.11,0,0,0.01,0.12 +9681,After Hours Athletes,PS3,2011,Sports,Sony Computer Entertainment,0,0.1,0,0.03,0.12 +9682,Lego Star Wars: The Force Awakens,PS3,2016,Action,Warner Bros. Interactive Entertainment,0.03,0.07,0,0.02,0.12 +9683,Worms 3D,PS2,2003,Strategy,Sega,0.06,0.05,0,0.02,0.12 +9684,Clock Tower: The First Fear,PS,1997,Adventure,Human Entertainment,0,0,0.12,0.01,0.12 +9685,Kidou Senshi Gundam Seed Battle Destiny,PSV,2012,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9686,Godzilla Unleashed: Double Smash,DS,2007,Action,Atari,0.11,0,0,0.01,0.12 +9687,Star Trek: Conquest,Wii,2007,Strategy,Bethesda Softworks,0.11,0.01,0,0.01,0.12 +9688,"Kilari: Na-san, Mon Meilleur Ami",DS,2006,Simulation,Konami Digital Entertainment,0,0,0.12,0,0.12 +9689,Strikers 1945,PS,1998,Shooter,Midas Interactive Entertainment,0.07,0.05,0,0.01,0.12 +9690,Ochaken no Heya DS,DS,2006,Simulation,MTO,0,0,0.12,0,0.12 +9691,Obscure: The Aftermath,Wii,2008,Action,Playlogic Game Factory,0.12,0,0,0.01,0.12 +9692,Galidor: Defenders of the Outer Dimension,GBA,2002,Action,Electronic Arts,0.09,0.03,0,0,0.12 +9693,Tom Clancy's Splinter Cell Trilogy,PS3,2011,Action,Ubisoft,0,0.1,0,0.03,0.12 +9694,WRC: FIA World Rally Championship,X360,N/A,Racing,Black Bean Games,0,0.1,0,0.02,0.12 +9695,Fire ProWrestling S: 6Men Scramble,SAT,1996,Fighting,Human Entertainment,0,0,0.12,0,0.12 +9696,Blackwater,X360,2011,Shooter,505 Games,0.09,0.02,0,0.01,0.12 +9697,Pryzm Chapter One: The Dark Unicorn,PS2,2002,Adventure,TDK Mediactive,0.06,0.05,0,0.02,0.12 +9698,Gundam Battle Royale,PSP,2006,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9699,Solitaire & Mahjong,Wii,2009,Puzzle,Crave Entertainment,0.11,0,0,0.01,0.12 +9700,Zen-Nippon Pro Wrestling: Ouja no Kon,PS,1999,Fighting,Human Entertainment,0,0,0.12,0.01,0.12 +9701,NASCAR 2005: Chase for the Cup,GC,2004,Racing,Electronic Arts,0.1,0.02,0,0,0.12 +9702,Homefront: The Revolution,XOne,2016,Shooter,Deep Silver,0.05,0.07,0,0.01,0.12 +9703,"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 12: CR Shinseiki Evangelion - Shito, Futatabi",PS2,2008,Misc,D3Publisher,0,0,0.12,0,0.12 +9704,Guilty Gear X,PS2,2001,Fighting,Sammy Corporation,0.06,0.05,0,0.02,0.12 +9705,Deadliest Catch: Sea of Chaos,Wii,2010,Sports,Crave Entertainment,0.12,0,0,0.01,0.12 +9706,One Piece: Pirate Warriors 2,PSV,2013,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9707,NHL 2002,GBA,2002,Sports,Electronic Arts,0.09,0.03,0,0,0.12 +9708,Disney's PK: Out of the Shadows,PS2,2002,Platform,Ubisoft,0.06,0.05,0,0.02,0.12 +9709,Mugen no Frontier: Super Robot Taisen OG Saga EXCEED,DS,2010,Role-Playing,Namco Bandai Games,0,0,0.12,0,0.12 +9710,Karaoke Revolution,X360,2009,Misc,Konami Digital Entertainment,0.12,0,0,0.01,0.12 +9711,Echo Night,PS,1998,Adventure,From Software,0.03,0.02,0.07,0.01,0.12 +9712,Are You Smarter than a 5th Grader? Game Time,X360,2009,Puzzle,THQ,0.12,0,0,0.01,0.12 +9713,Rocket League,XOne,2016,Sports,505 Games,0.03,0.09,0,0.01,0.12 +9714,Wild ARMs 5 (jp sales),PS2,2006,Role-Playing,505 Games,0,0,0.12,0,0.12 +9715,Tom Clancy's Splinter Cell: Blacklist,WiiU,2013,Action,Ubisoft,0.05,0.07,0,0.01,0.12 +9716,Gladiator Begins,PSP,2010,Action,PQube,0.05,0.01,0.05,0.01,0.12 +9717,Colony Wars III: Red Sun,PS,2000,Simulation,Psygnosis,0.07,0.05,0,0.01,0.12 +9718,Magic: The Gathering - Battlemage,PS,1997,Strategy,Acclaim Entertainment,0.07,0.05,0,0.01,0.12 +9719,The King of Fighters '94,NG,1994,Fighting,SNK,0,0,0.12,0,0.12 +9720,DS Yamamura Misa Suspense: Maiko Kogiku - Kisha Katherine - Sougiya Isa Akashi - Koto ni Maru Hana Sanrin: Kyoto Satujin Jinken File,DS,2008,Adventure,Tecmo Koei,0,0,0.12,0,0.12 +9721,Puzzle Quest 2,DS,2010,Puzzle,D3Publisher,0.11,0,0,0.01,0.12 +9722,All Kamen Rider: Rider Generation,DS,2011,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9723,The King of Fighters '98 Ultimate Match,PS2,2008,Fighting,Ignition Entertainment,0.04,0.03,0.03,0.01,0.12 +9724,Onechanbara: Bikini Zombie Slayers,Wii,2008,Action,D3Publisher,0.11,0,0,0.01,0.12 +9725,Puzzle Quest: Challenge of the Warlords,PS2,2007,Puzzle,D3Publisher,0.06,0.05,0,0.02,0.12 +9726,Angry Birds Star Wars,PSV,2013,Strategy,Activision,0.05,0.04,0,0.03,0.12 +9727,Guardian's Crusade,PS,1998,Role-Playing,Activision,0.07,0.05,0,0.01,0.12 +9728,Undead Knights,PSP,2009,Action,Ubisoft Annecy,0.05,0.01,0.06,0.01,0.12 +9729,Final Fantasy XIV: Heavensward,PS4,2015,Action,Square Enix,0,0.05,0.06,0.01,0.12 +9730,Lemony Snicket's A Series of Unfortunate Events,XB,2004,Platform,Activision,0.09,0.03,0,0,0.12 +9731,MotoGP 3 - Official Game of MotoGP,PS2,2003,Racing,Namco Bandai Games,0.06,0.05,0,0.02,0.12 +9732,Makai Kingdom: Chronicles of the Sacred Tome,PS2,2005,Role-Playing,Tecmo Koei,0.06,0.05,0,0.02,0.12 +9733,The Ant Bully,GC,2006,Platform,Midway Games,0.09,0.02,0,0,0.12 +9734,M&M's Kart Racing,DS,2008,Racing,Zoo Digital Publishing,0.11,0,0,0.01,0.12 +9735,Bomberman Party Edition,PS,1998,Puzzle,Virgin Interactive,0.07,0.05,0,0.01,0.12 +9736,Gotouchi Tetsudou: Gotouchi Chara to Nihon Zenkoku no Tabi,3DS,2014,Misc,Namco Bandai Games,0,0,0.12,0,0.12 +9737,Dragon Ball Z: Battle of Z,PSV,2014,Fighting,Namco Bandai Games,0,0.04,0.06,0.02,0.12 +9738,Eyeshield 21: Max Devil Power,DS,2006,Role-Playing,Nintendo,0,0,0.12,0,0.12 +9739,Summon Night 3,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.12,0,0.12 +9740,O.D.T.: Escape... Or Die Trying,PS,1997,Adventure,Psygnosis,0.07,0.05,0,0.01,0.12 +9741,Madden NFL 06,DS,2005,Sports,Electronic Arts,0.11,0,0,0.01,0.12 +9742,Escape The Museum,Wii,2009,Adventure,Majesco Entertainment,0.11,0.01,0,0.01,0.12 +9743,Fuse (Insomniac),PS3,2013,Shooter,Electronic Arts,0.06,0.04,0,0.02,0.12 +9744,Record of Agarest War Zero,PS3,N/A,Strategy,Ghostlight,0.09,0,0.03,0.01,0.12 +9745,Lunar: Dragon Song,DS,2005,Role-Playing,Rising Star Games,0.11,0,0,0.01,0.12 +9746,Break 'Em All,DS,2005,Puzzle,D3Publisher,0.11,0,0,0.01,0.12 +9747,WWE SmackDown vs Raw 2008,DS,2007,Fighting,THQ,0.11,0.01,0,0.01,0.12 +9748,MotoGP 14,PS3,2014,Racing,Milestone S.r.l.,0.04,0.06,0,0.02,0.12 +9749,Cars 2,PSP,2011,Racing,Disney Interactive Studios,0.1,0.01,0,0.01,0.12 +9750,Major League Baseball 2K8 Fantasy All-Stars,DS,2008,Sports,Take-Two Interactive,0.11,0,0,0.01,0.12 +9751,Super Robot Wars OG Saga: Masou Kishin II - Revelation of Evil God,PSP,N/A,Strategy,N/A,0,0,0.12,0,0.12 +9752,Mobile Suit Gundam Seed: Rengou vs. Z.A.F.T. Portable,PSP,2007,Shooter,Namco Bandai Games,0,0,0.12,0,0.12 +9753,San Goku Shi V,SAT,1996,Strategy,Tecmo Koei,0,0,0.12,0,0.12 +9754,Puzzle Kingdoms,Wii,2009,Puzzle,Zoo Digital Publishing,0.11,0,0,0.01,0.12 +9755,The Lord of the Rings: Aragorn's Quest,DS,2010,Action,Warner Bros. Interactive Entertainment,0.1,0.02,0,0.01,0.12 +9756,WRC 5: FIA World Rally Championship,PS3,2015,Sports,Bigben Interactive,0.02,0.09,0,0.02,0.12 +9757,Red Faction II,XB,2003,Shooter,THQ,0.09,0.03,0,0,0.12 +9758,Daikaijyuu Monogatari II,SNES,1996,Role-Playing,Hudson Soft,0,0,0.12,0,0.12 +9759,Rock Band Track Pack Volume 2,PS2,2008,Misc,MTV Games,0.06,0.05,0,0.02,0.12 +9760,Voodoo Vince,XB,2003,Platform,Microsoft Game Studios,0.09,0.03,0,0,0.12 +9761,Bodycount,PS3,2011,Shooter,Codemasters,0.05,0.06,0,0.02,0.12 +9762,Gundam Memories: Tatakai no Kioku,PSP,2011,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9763,Megamind: Ultimate Showdown,X360,2010,Action,THQ,0.07,0.04,0,0.01,0.12 +9764,Kaijuu Busters,DS,2009,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9765,Neopets Petpet Adventures: The Wand of Wishing,PSP,2006,Adventure,Sony Computer Entertainment,0.11,0,0,0.01,0.12 +9766,Ferrari Challenge Trofeo Pirelli,PS2,2008,Racing,System 3 Arcade Software,0.06,0.05,0,0.02,0.12 +9767,Virtua Fighter CG Portrait Series Vol.4: Pai Chan,SAT,1995,Misc,Sega,0,0,0.12,0,0.12 +9768,Chase: Hollywood Stunt Driver,XB,2002,Racing,BAM! Entertainment,0.09,0.03,0,0,0.12 +9769,The X Files: Resist or Serve,PS2,2004,Adventure,Vivendi Games,0.06,0.05,0,0.02,0.12 +9770,Mobile Suit Gundam Side Story: Missing Link,PS3,2014,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9771,Saru! Get You! Million Monkeys,PS2,N/A,Platform,Unknown,0,0,0.12,0,0.12 +9772,Curious George,PS2,2006,Action,Namco Bandai Games,0.06,0.05,0,0.02,0.12 +9773,Crush3D,3DS,2012,Platform,Sega,0.07,0.04,0,0.01,0.12 +9774,Zathura,PS2,2005,Adventure,Take-Two Interactive,0.06,0.05,0,0.02,0.12 +9775,Lovely Lisa,DS,2007,Simulation,DHM Interactive,0.11,0,0,0.01,0.12 +9776,Medarot DS: Kabuto / Kuwagata Ver.,DS,2010,Role-Playing,Rocket Company,0,0,0.12,0,0.12 +9777,Mountain Sports,Wii,2009,Sports,Activision,0.11,0,0,0.01,0.12 +9778,Tenchu: Shadow Assassins,PSP,2009,Action,Ubisoft,0.03,0.03,0.05,0.01,0.12 +9779,NPPL: Championship Paintball 2009,X360,2008,Shooter,Activision Value,0.1,0.01,0,0.01,0.12 +9780,Lost Planet 3,X360,2013,Shooter,Capcom,0.07,0.04,0.01,0.01,0.12 +9781,Making History: The Great War,PSP,2010,Strategy,Namco Bandai Games,0,0,0.12,0,0.12 +9782,Shin Megami Tensei: Devil Survivor 2,3DS,2015,Role-Playing,Atlus,0,0.03,0.09,0,0.12 +9783,The God of War Trilogy,PS3,2010,Action,Sony Computer Entertainment,0,0.07,0.03,0.02,0.12 +9784,Dance Paradise,X360,2010,Misc,Mindscape,0.1,0.01,0,0.01,0.12 +9785,Backyard Baseball '10,DS,2009,Sports,Atari,0.11,0,0,0.01,0.12 +9786,Blazblue: Continuum Shift Extend,PSV,2011,Fighting,PQube,0.03,0.05,0.02,0.02,0.12 +9787,Cel Damage,XB,2001,Racing,Electronic Arts,0.09,0.03,0,0,0.12 +9788,Go! Sudoku,PSP,2005,Puzzle,Sony Computer Entertainment,0.11,0,0,0.01,0.12 +9789,Alice: Madness Returns,PC,2011,Adventure,Electronic Arts,0,0.1,0,0.02,0.12 +9790,SSX 3,GBA,2003,Sports,Electronic Arts,0.09,0.03,0,0,0.12 +9791,My Chinese Coach,DS,2008,Misc,Ubisoft,0.11,0.01,0,0.01,0.12 +9792,DiRT 2,DS,2009,Racing,Codemasters,0.06,0.04,0,0.01,0.12 +9793,Yamakawa Shuppansha Kanshuu: Shousetsu Nihonshi B,DS,2007,Misc,Namco Bandai Games,0,0,0.12,0,0.12 +9794,The King of Fighters Collection: The Orochi Saga,Wii,2008,Fighting,Ignition Entertainment,0.11,0,0,0.01,0.12 +9795,Atelier Annie: Alchemists of Sera Island,DS,2009,Role-Playing,Gust,0.08,0,0.03,0.01,0.12 +9796,Breakdown,XB,2004,Adventure,Electronic Arts,0.09,0.03,0,0,0.12 +9797,Rush,PSP,2006,Racing,Midway Games,0.11,0,0,0.01,0.12 +9798,Ecco the Dolphin,GEN,1992,Adventure,Sega,0,0,0.12,0,0.12 +9799,The Legend of Heroes: Trails of Cold Steel II,PS3,2014,Role-Playing,Nippon Ichi Software,0.01,0,0.11,0,0.12 +9800,Looney Tunes: Sheep Raider,PS,2001,Platform,Infogrames,0.07,0.05,0,0.01,0.12 +9801,Yard Sale Hidden Treasures: Sunnyville,DS,2010,Puzzle,Konami Digital Entertainment,0.11,0,0,0.01,0.12 +9802,Harvest Moon 2 GBC,GB,1999,Simulation,Ubisoft,0,0,0.12,0,0.12 +9803,Killer is Dead,X360,2013,Action,Deep Silver,0.08,0.02,0.01,0.01,0.12 +9804,Lost in Shadow,Wii,2010,Platform,Konami Digital Entertainment,0.1,0,0.01,0.01,0.12 +9805,Cory in the House,DS,2007,Action,Disney Interactive Studios,0.11,0,0,0.01,0.12 +9806,X2: Wolverine's Revenge,GC,2003,Platform,Activision,0.09,0.02,0,0,0.12 +9807,McDROID,Wii,2011,Strategy,Namco Bandai Games,0,0,0.12,0,0.12 +9808,Gallop Racer 2000,PS,2000,Sports,Tecmo Koei,0,0,0.11,0.01,0.12 +9809,Showdown: Legends of Wrestling,XB,2004,Fighting,Acclaim Entertainment,0.09,0.03,0,0,0.12 +9810,Macross Triangle Frontier,PSP,2011,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9811,Chessmaster: The Art of Learning,PSP,2008,Misc,Ubisoft,0.11,0,0,0.01,0.12 +9812,Petz Fantasy: Moonlight Magic,DS,2010,Simulation,Ubisoft,0.11,0,0,0.01,0.12 +9813,Gundam Breaker 3,PSV,2016,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9814,My Farm Around the World,DS,2008,Simulation,Atari,0.11,0,0,0.01,0.12 +9815,Fat Princess: Fistful of Cake,PSP,2010,Action,Sony Computer Entertainment,0.08,0.02,0,0.02,0.12 +9816,Zubo,DS,2008,Misc,Electronic Arts,0.09,0.03,0,0.01,0.12 +9817,Street Hoops,GC,N/A,Sports,Unknown,0.09,0.02,0,0,0.12 +9818,NFL QB Club 2001,N64,2000,Sports,Acclaim Entertainment,0.11,0.01,0,0,0.12 +9819,Earthworm Jim 3D,N64,1999,Platform,Interplay,0.1,0.02,0,0,0.12 +9820,Rocket: Robot on Wheels,N64,1999,Platform,Ubisoft,0.1,0.02,0,0,0.12 +9821,Densha De Go! 64,N64,1999,Simulation,Taito,0,0,0.05,0.07,0.12 +9822,Godzilla: Destroy All Monsters Melee,XB,N/A,Fighting,Unknown,0.09,0.03,0,0,0.12 +9823,The Daring Game for Girls,DS,N/A,Adventure,Unknown,0.11,0,0,0.01,0.12 +9824,Conception II: Children of the Seven Stars,3DS,2013,Role-Playing,Screenlife,0.09,0,0.03,0.01,0.12 +9825,Animal Genius,DS,2007,Puzzle,Ubisoft,0.11,0,0,0.01,0.12 +9826,Sega Soccer Slam,PS2,2002,Sports,Sega,0.06,0.05,0,0.02,0.12 +9827,Zenses: Rainforest,DS,2008,Puzzle,Game Factory,0.1,0.01,0,0.01,0.12 +9828,Dora the Explorer: Dora Saves the Mermaids,PS2,2008,Platform,Take-Two Interactive,0.06,0.05,0,0.02,0.12 +9829,Grand Theft Auto: San Andreas,X360,2008,Action,Take-Two Interactive,0.08,0.03,0,0.01,0.12 +9830,Phantasy Star Universe,X360,2006,Role-Playing,Sega,0.09,0.02,0,0.01,0.12 +9831,Skate City Heroes,Wii,2008,Sports,Zoo Digital Publishing,0.11,0,0,0.01,0.12 +9832,NASCAR Unleashed,X360,2011,Racing,Activision,0.11,0,0,0.01,0.12 +9833,2 Games in 1 Double Pack: Hot Wheels Velocity X / Hot Wheels World Race,GBA,2005,Racing,THQ,0.09,0.03,0,0,0.12 +9834,College Hoops 2K6,X360,2006,Sports,Take-Two Interactive,0.11,0,0,0.01,0.12 +9835,Mytran Wars,PSP,2009,Strategy,Deep Silver,0.08,0.02,0,0.02,0.12 +9836,MX vs. ATV Untamed,DS,2007,Racing,THQ,0.11,0,0,0.01,0.12 +9837,Prince of Persia: Rival Swords,PSP,2007,Action,Ubisoft,0.08,0.02,0,0.02,0.12 +9838,Mahou Shoujo Lyrical Nanoha A's Portable: The Gears of Destiny,PSP,2011,Fighting,Namco Bandai Games,0,0,0.12,0,0.12 +9839,Gungnir: Mayari no Gunshin to Eiyuu Sensou,PSP,2011,Role-Playing,Atlus,0.07,0,0.04,0.01,0.12 +9840,Dodge Racing: Charger vs Challenger,Wii,2009,Racing,Zushi Games,0.11,0,0,0.01,0.12 +9841,Fate/Extra CCC,PSP,2013,Action,Marvelous Entertainment,0,0,0.12,0,0.12 +9842,Rocksmith,PC,N/A,Misc,Unknown,0.06,0.04,0,0.01,0.12 +9843,MTV Sports: Pure Ride,PS,2000,Sports,THQ,0.07,0.05,0,0.01,0.12 +9844,Sonic Adventure 2,DC,2001,Platform,Sega,0,0,0.12,0,0.12 +9845,Burning Road,PS,1996,Racing,FunSoft,0.07,0.05,0,0.01,0.12 +9846,Slayers,SNES,1994,Role-Playing,Banpresto,0,0,0.12,0,0.12 +9847,Super Robot Wars OG Saga: Masou Kishin - The Lord of Elemental,DS,2010,Strategy,Namco Bandai Games,0,0,0.12,0,0.12 +9848,IndyCar Series,PS2,2003,Racing,Codemasters,0.06,0.05,0,0.02,0.12 +9849,Space Chimps,PS2,2008,Platform,Brash Entertainment,0.06,0.05,0,0.02,0.12 +9850,Crash Superpack: Crash Bandicoot 2: N-Tranced / Crash Nitro Kart,GBA,2005,Misc,Vivendi Games,0.09,0.03,0,0,0.12 +9851,Famicom Mini: TwinBee,GBA,2004,Shooter,Konami Digital Entertainment,0,0,0.12,0,0.12 +9852,4 Game Fun Pack: Monopoly / Boggle / Yahtzee / Battleship,DS,2005,Misc,Atari,0.11,0,0,0.01,0.12 +9853,Gladiator: Sword of Vengeance,PS2,2003,Action,Acclaim Entertainment,0.06,0.05,0,0.02,0.12 +9854,nail'd,PS3,2010,Racing,Deep Silver,0.08,0.02,0,0.02,0.12 +9855,PixelJunk Monsters Deluxe,PSP,2010,Strategy,Sony Computer Entertainment,0.11,0,0,0.01,0.12 +9856,Tom Clancy's EndWar,PSP,2008,Strategy,Ubisoft,0.1,0.01,0,0.01,0.12 +9857,Ultimate Card Games,GBA,2003,Misc,Telegames,0.09,0.03,0,0,0.12 +9858,Jikkyou Powerful Pro Yakyuu 8 Ketteiban,PS2,2001,Sports,Konami Digital Entertainment,0,0,0.12,0,0.12 +9859,Rubik's World,DS,2008,Puzzle,Game Factory,0.1,0.01,0,0.01,0.12 +9860,Lost Magic,DS,2006,Role-Playing,Ubisoft,0.09,0,0.02,0.01,0.12 +9861,Wallace & Gromit: Curse of the Were-Rabbit,PS2,2005,Adventure,Konami Digital Entertainment,0.06,0.05,0,0.02,0.12 +9862,DreamWorks Super Star Kartz,3DS,2011,Racing,Activision,0.08,0.03,0,0.01,0.12 +9863,Minute to Win It,DS,2010,Misc,Zoo Games,0.11,0,0,0.01,0.12 +9864,The Bible Game,GBA,2005,Misc,Crave Entertainment,0.09,0.03,0,0,0.12 +9865,NFL Head Coach,XB,2006,Sports,Electronic Arts,0.09,0.03,0,0,0.12 +9866,Pinball Hall of Fame: The Williams Collection,X360,2009,Misc,Crave Entertainment,0.11,0,0,0.01,0.12 +9867,Medarot 4: Kabuto / Kuwagata Version,GB,2001,Role-Playing,Imagineer,0,0,0.12,0,0.12 +9868,Backyard Sports Football: Rookie Rush,X360,2010,Sports,Atari,0.11,0,0,0.01,0.12 +9869,Sacred 3,PS3,2014,Role-Playing,Deep Silver,0.03,0.05,0.02,0.02,0.12 +9870,Major League Baseball 2K6,PSP,N/A,Sports,Unknown,0.11,0,0,0.01,0.12 +9871,Vacation Isle: Beach Party,Wii,2010,Misc,Warner Bros. Interactive Entertainment,0.09,0.02,0,0.01,0.12 +9872,Fit in Six,Wii,2011,Sports,Ubisoft,0.11,0,0,0.01,0.12 +9873,Mahou Shoujo Lyrical Nanoha A's Portable: The Battle of Aces,PSP,2010,Shooter,Namco Bandai Games,0,0,0.12,0,0.12 +9874,"Ed, Edd n Eddy: The Mis-Edventures",GBA,2005,Platform,Midway Games,0.08,0.03,0,0,0.12 +9875,Onimusha: Blade Warriors,PS2,2003,Fighting,Capcom,0.06,0.05,0,0.02,0.12 +9876,Tecmo Bowl: Kickoff,DS,2008,Sports,Tecmo Koei,0.11,0,0,0.01,0.12 +9877,Disney's Extreme Skate Adventure,GC,2003,Sports,Activision,0.09,0.02,0,0,0.12 +9878,Akuji the Heartless,PS,1998,Platform,Eidos Interactive,0.07,0.04,0,0.01,0.12 +9879,NBA 2K2,GC,2002,Sports,Sega,0.09,0.02,0,0,0.12 +9880,7 Days to Die,PS4,2016,Action,Telltale Games,0.03,0.07,0,0.02,0.12 +9881,Monster Jam: Path of Destruction,X360,2010,Racing,Activision,0.11,0,0,0.01,0.12 +9882,Everybody Dance,PS3,2011,Misc,Sony Computer Entertainment,0.11,0,0,0.01,0.12 +9883,Psychonauts,XB,2005,Platform,THQ,0.09,0.03,0,0,0.12 +9884,Power Gig: Rise of the SixString,X360,2010,Misc,Unknown,0.11,0,0,0.01,0.12 +9885,Deus Ex: Human Revolution,WiiU,2013,Shooter,Square Enix,0.06,0.05,0,0.01,0.12 +9886,Jeremy McGrath Supercross World,GC,2002,Racing,Acclaim Entertainment,0.09,0.02,0,0,0.12 +9887,Uta no * Prince-Sama: All Star,PSP,2013,Action,Broccoli,0,0,0.12,0,0.12 +9888,HardBall 5,PS,1996,Sports,SPS,0.07,0.04,0,0.01,0.12 +9889,Airborne Troops: Countdown to D-Day,PS2,2005,Shooter,Playlogic Game Factory,0.06,0.05,0,0.02,0.12 +9890,MLB Inside Pitch 2003,XB,2003,Sports,Microsoft Game Studios,0.09,0.03,0,0,0.12 +9891,ArmA III,PC,2013,Shooter,Bohemia Interactive,0,0.1,0,0.02,0.12 +9892,The Walking Dead: Season Two,X360,2014,Adventure,Telltale Games,0.04,0.07,0,0.01,0.12 +9893,Marvel Trading Card Game,DS,2007,Misc,Konami Digital Entertainment,0.11,0,0,0.01,0.12 +9894,One Piece: Super Grand Battle! X,3DS,2014,Fighting,Namco Bandai Games,0,0,0.12,0,0.12 +9895,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,DS,2011,Action,THQ,0.07,0.03,0,0.01,0.12 +9896,Self-Defense Training Camp,X360,2011,Sports,Ubisoft,0.08,0.03,0,0.01,0.12 +9897,Battles of Prince of Persia,DS,2005,Strategy,Ubisoft,0.1,0.01,0,0.01,0.12 +9898,Deca Sports Extreme,3DS,2011,Sports,Hudson Soft,0.08,0,0.03,0.01,0.12 +9899,Cruis'n,Wii,2007,Racing,Midway Games,0.1,0.01,0,0.01,0.12 +9900,Hatsune Miku: Project Diva X,PSV,2016,Misc,Sega,0.01,0,0.1,0,0.12 +9901,Battle Arena Toshinden Remix,SAT,1994,Fighting,Sega,0,0,0.12,0,0.12 +9902,Assassin's Creed Chronicles,PSV,2016,Action,Ubisoft,0.02,0.06,0.01,0.02,0.12 +9903,Legends of Wrestling II,GC,2002,Fighting,Acclaim Entertainment,0.09,0.02,0,0,0.12 +9904,Tropico 5,PC,2014,Simulation,Kalypso Media,0.02,0.08,0,0.01,0.12 +9905,A.C.E.: Another Century's Episode Portable,PSP,2011,Simulation,Namco Bandai Games,0,0,0.12,0,0.12 +9906,Dragon Quest Builders: Revive Alefgard,PS3,2016,Role-Playing,Square Enix,0,0,0.12,0,0.12 +9907,Rodea the Sky Soldier,WiiU,2015,Action,Nippon Ichi Software,0.08,0.02,0.01,0.01,0.12 +9908,Peggle: Dual Shot,DS,2009,Puzzle,PopCap Games,0.11,0,0,0.01,0.12 +9909,Jikkyou Powerful Pro Yakyuu 9,GC,2002,Sports,Konami Digital Entertainment,0,0,0.11,0,0.12 +9910,Sniper Elite,Wii,2010,Shooter,Reef Entertainment,0.08,0.03,0,0.01,0.12 +9911,Etrian Odyssey V,3DS,2016,Role-Playing,Atlus,0,0,0.12,0,0.12 +9912,Jikkyou Powerful Pro Yakyuu 2014,PSV,2014,Sports,Konami Digital Entertainment,0,0,0.12,0,0.12 +9913,Barbie as The Island Princess,PS2,2007,Adventure,Activision,0.06,0.04,0,0.02,0.12 +9914,Crime Killer,PS,1998,Racing,Interplay,0.07,0.04,0,0.01,0.12 +9915,NPPL: Championship Paintball 2009,Wii,2008,Shooter,Activision Value,0.11,0,0,0.01,0.12 +9916,Backyard Wrestling 2: There Goes the Neighborhood,XB,2004,Fighting,Eidos Interactive,0.09,0.03,0,0,0.12 +9917,Dementium II,DS,2010,Shooter,SouthPeak Games,0.09,0.02,0,0.01,0.12 +9918,Don Bradman Cricket 14,PS4,2015,Sports,Tru Blu Entertainment,0.01,0.09,0,0.02,0.12 +9919,USA Today Crossword Challenge,DS,2008,Puzzle,Destineer,0.11,0,0,0.01,0.12 +9920,MegaTagmension Blanc + Neptune VS Zombies,PSV,2015,Action,Idea Factory International,0.02,0.03,0.05,0.01,0.12 +9921,Bishoujo Senshi Sailormoon S: Juugai Rantou!? Shuyaku Soudatsusen,SNES,1994,Fighting,Angel Studios,0,0,0.12,0,0.12 +9922,SD Gundam G Generation-F.I.F,PS,2001,Strategy,Namco Bandai Games,0,0,0.11,0.01,0.12 +9923,Jaws: Ultimate Predator,3DS,2011,Action,Majesco Entertainment,0.11,0,0,0.01,0.12 +9924,Yakuza Kiwami,PS3,2016,Adventure,Sega,0,0,0.12,0,0.12 +9925,Raiden IV,X360,2008,Shooter,Moss,0.1,0,0.01,0.01,0.12 +9926,Deception IV: Blood Ties,PS3,2014,Action,Tecmo Koei,0.02,0.02,0.06,0.01,0.12 +9927,The Walking Dead: Survival Instinct,WiiU,2013,Shooter,Activision,0.08,0.03,0,0.01,0.12 +9928,Rock Band: Metal Track Pack,PS3,2009,Misc,MTV Games,0.11,0,0,0.01,0.12 +9929,Charm Girls Club: My Perfect Prom,DS,2009,Simulation,Electronic Arts,0.11,0,0,0.01,0.12 +9930,DreamWorks Super Star Kartz,PS3,2011,Racing,Activision,0.06,0.03,0,0.02,0.12 +9931,Harukanaru Augusta 2: Masters,SNES,1993,Sports,T&E Soft,0,0,0.12,0,0.12 +9932,Castlevania: Curse of Darkness,XB,2005,Action,Konami Digital Entertainment,0.09,0.03,0,0,0.12 +9933,Spider-Man: Edge of Time,3DS,2011,Action,Activision,0.08,0.03,0,0.01,0.12 +9934,Mobil 1 Rally Championship,PS,2000,Racing,Electronic Arts,0.07,0.04,0,0.01,0.12 +9935,King of Colosseum (Red): Shin Nippon x Zen Nippon x Pancrase Disc,PS2,2002,Fighting,Spike,0,0,0.12,0,0.12 +9936,Turok: Evolution,GBA,2002,Shooter,Acclaim Entertainment,0.08,0.03,0,0,0.12 +9937,The Clique: Diss and Make Up,DS,2009,Adventure,Warner Bros. Interactive Entertainment,0.11,0,0,0.01,0.12 +9938,Love Live! School Idol Paradise,PSV,2014,Misc,Kadokawa Games,0,0,0.12,0,0.12 +9939,Rugrats: Totally Angelica,PS,2001,Adventure,THQ,0.06,0.04,0,0.01,0.12 +9940,Nightshade,PS2,2003,Action,Sega,0.06,0.04,0,0.01,0.12 +9941,NFL Tour,PS3,2008,Sports,Electronic Arts,0.1,0.01,0,0.01,0.12 +9942,Ridge Racer Unbounded,X360,2012,Racing,Namco Bandai Games,0.05,0.05,0,0.01,0.12 +9943,CSI: Crime Scene Investigation,XB,2004,Adventure,Ubisoft,0.09,0.03,0,0,0.12 +9944,The Lord of the Rings: Aragorn's Quest,PSP,2010,Action,Warner Bros. Interactive Entertainment,0.07,0.02,0,0.02,0.12 +9945,Yogi Bear: The Video Game,Wii,2010,Action,D3Publisher,0.06,0.05,0,0.01,0.12 +9946,Makai Shin Trillion,PSV,2014,Role-Playing,Idea Factory,0.02,0.02,0.06,0.01,0.12 +9947,Buffy the Vampire Slayer: Chaos Bleeds,XB,2003,Action,Vivendi Games,0.09,0.03,0,0,0.12 +9948,Lost Horizon,PC,2010,Adventure,Deep Silver,0,0.1,0,0.02,0.12 +9949,Hanagumi Taisen Columns,SAT,1997,Puzzle,Sega,0,0,0.12,0,0.12 +9950,Tales of Destiny 2,PSP,2007,Role-Playing,Namco Bandai Games,0,0,0.12,0,0.12 +9951,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,GC,2005,Action,Konami Digital Entertainment,0.09,0.02,0,0,0.12 +9952,Power Pro Kun Pocket 14,DS,2011,Sports,Konami Digital Entertainment,0,0,0.12,0,0.12 +9953,Get Up and Dance,Wii,2011,Misc,O-Games,0.06,0.04,0,0.01,0.12 +9954,Merv Griffin's Crosswords,Wii,2008,Puzzle,THQ,0.11,0,0,0.01,0.12 +9955,Rango: The Video Game,DS,2011,Action,Electronic Arts,0.07,0.03,0,0.01,0.12 +9956,Planet 51,PS3,2009,Action,Sega,0.07,0.03,0,0.02,0.12 +9957,Ultimate Puzzle Games: Sudoku Edition,DS,2007,Puzzle,Telegames,0.11,0,0,0.01,0.12 +9958,Tokyo Twilight Ghost Hunters,PSV,2014,Role-Playing,Aksys Games,0.06,0.01,0.02,0.02,0.12 +9959,Deadpool,XOne,2015,Action,Activision,0.08,0.03,0,0.01,0.12 +9960,UN Squadron,SNES,1991,Shooter,Capcom,0,0,0.12,0,0.12 +9961,Tecmo Super Bowl,PS,1996,Sports,Tecmo Koei,0.06,0.04,0,0.01,0.12 +9962,TMNT,PSP,2007,Action,Ubisoft,0.1,0.01,0,0.01,0.12 +9963,Dora the Explorer: Journey to the Purple Planet,GC,2005,Adventure,Global Star,0.09,0.02,0,0,0.12 +9964,Lunar 2: Eternal Blue,SAT,1998,Role-Playing,Kadokawa Shoten,0,0,0.12,0,0.12 +9965,NHL Powerplay '96,PS,1996,Sports,Virgin Interactive,0.06,0.04,0,0.01,0.12 +9966,Thousand Arms,PS,1998,Role-Playing,Atlus,0.06,0.04,0,0.01,0.12 +9967,de Blob 2,DS,2011,Platform,THQ,0.09,0.02,0,0.01,0.12 +9968,Arctic Thunder,XB,2001,Racing,Midway Games,0.09,0.02,0,0,0.12 +9969,Hyperdimension Neptunia Re;Birth 3,PSV,2014,Action,Idea Factory International,0.07,0.01,0,0.03,0.12 +9970,Barnyard,GC,2006,Action,THQ,0.09,0.02,0,0,0.12 +9971,Stolen Song,PS,1998,Adventure,Sony Computer Entertainment,0,0,0.11,0.01,0.12 +9972,Darkspore,PC,2011,Role-Playing,Electronic Arts,0.07,0.03,0,0.01,0.12 +9973,2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe,X360,2013,Misc,Ubisoft,0.09,0.01,0,0.01,0.12 +9974,Armored Core: Verdict Day,PS3,2013,Simulation,From Software,0,0,0.12,0,0.12 +9975,Yattaman DS: BikkuriDokkiri Daisakusen da Koron,DS,2008,Action,Takara Tomy,0,0,0.12,0,0.12 +9976,Harvey Birdman: Attorney at Law,PS2,2008,Adventure,Capcom,0.06,0.04,0,0.01,0.12 +9977,Wipeout 2,PS3,2011,Misc,Activision,0.11,0,0,0.01,0.12 +9978,Dawn of Discovery,DS,2009,Simulation,Ubisoft,0.07,0.03,0,0.01,0.12 +9979,DEATH NOTE: Kira Game,DS,2007,Adventure,Konami Digital Entertainment,0,0,0.12,0,0.12 +9980,Sengoku Cyber: Fujimaru Jigokuhen,PS,1995,Strategy,Sony Computer Entertainment,0,0,0.11,0.01,0.12 +9981,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol.10: CR Shinseiki Evangelion: Kiseki no Kachi,PS2,2007,Misc,D3Publisher,0,0,0.12,0,0.12 +9982,ASH: Archaic Sealed Heat,DS,2007,Role-Playing,Nintendo,0,0,0.12,0,0.12 +9983,Happy Feet Two,DS,N/A,Action,Warner Bros. Interactive Entertainment,0.09,0.02,0,0.01,0.12 +9984,Brunswick Pro Bowling,3DS,2011,Sports,Crave Entertainment,0.11,0,0,0.01,0.12 +9985,Fantastic Four: Rise of the Silver Surfer,X360,2007,Action,Take-Two Interactive,0.1,0.01,0,0.01,0.12 +9986,Dorabase 2: Nettou Ultra Stadium,DS,2009,Sports,Namco Bandai Games,0,0,0.12,0,0.12 +9987,Center Ring Boxing,SAT,1994,Fighting,JVC,0,0,0.12,0,0.12 +9988,NHL 2K3,XB,2002,Sports,Sega,0.09,0.02,0,0,0.12 +9989,Puzzler World 2,DS,2010,Puzzle,Ubisoft,0.02,0.07,0,0.02,0.12 +9990,Die Hard: Vendetta,GC,2002,Shooter,NDA Productions,0.09,0.02,0,0,0.12 +9991,Sword Art Online: Hollow Fragment,PS4,2015,Role-Playing,Namco Bandai Games,0,0.1,0,0.02,0.12 +9992,F1 2002,PS2,2002,Racing,Electronic Arts,0.05,0.04,0.02,0.01,0.12 +9993,Hasbro Family Game Night Fun Pack,Wii,2011,Misc,Electronic Arts,0.11,0,0,0.01,0.12 +9994,FIFA Soccer,PSP,2005,Sports,Electronic Arts,0.11,0,0,0.01,0.12 +9995,Dead Island Definitive Collection,PS4,2016,Action,Deep Silver,0.02,0.07,0.01,0.02,0.12 +9996,Sphinx and the Cursed Mummy,XB,2003,Action,THQ,0.09,0.02,0,0,0.12 +9997,Army Men: Soldiers of Misfortune,DS,2008,Shooter,Zoo Games,0.11,0,0,0.01,0.12 +9998,GT Advance 2: Rally Racing,GBA,2001,Racing,THQ,0.08,0.03,0,0,0.11 +9999,Mystery P.I. - Portrait of a Thief,DS,2008,Adventure,Unknown,0.11,0,0,0.01,0.11 +10000,Yakuza,PS3,2012,Action,Sega,0,0,0.11,0,0.11 +10001,DOA 2: Dead or Alive 2 Hardcore,PS2,2000,Fighting,Tecmo Koei,0,0,0.11,0,0.11 +10002,A Witch's Tale,DS,2009,Role-Playing,Nippon Ichi Software,0.08,0,0.03,0.01,0.11 +10003,Hollywood Squares,Wii,2010,Misc,Ubisoft,0.11,0,0,0.01,0.11 +10004,Cabela's Deer Hunt 2005 Season,XB,2004,Sports,Activision,0.09,0.02,0,0,0.11 +10005,SplashDown,XB,2002,Racing,Atari,0.09,0.02,0,0,0.11 +10006,Nobunaga no Yabou: Tenshoki,SAT,1995,Strategy,Tecmo Koei,0,0,0.11,0,0.11 +10007,Stronghold,PC,2001,Strategy,Gathering of Developers,0,0.09,0,0.02,0.11 +10008,Warhammer: Battle March,X360,2008,Strategy,Deep Silver,0.09,0.02,0,0.01,0.11 +10009,F1 Racing Championship,PS,2000,Racing,Video System,0.06,0.04,0,0.01,0.11 +10010,Dead Man's Hand,XB,2004,Shooter,Atari,0.09,0.02,0,0,0.11 +10011,Smash Cars,PS2,2003,Racing,Metro 3D,0.06,0.04,0,0.01,0.11 +10012,NASCAR 07,PS2,2006,Racing,Electronic Arts,0.06,0.04,0,0.01,0.11 +10013,Karaoke Revolution Presents American Idol Encore 2,PS3,2008,Misc,Konami Digital Entertainment,0.11,0,0,0.01,0.11 +10014,Nickelodeon Dance,X360,2011,Misc,Take-Two Interactive,0.08,0.02,0,0.01,0.11 +10015,Pac 'n Roll,DS,2005,Platform,Namco Bandai Games,0.09,0,0.02,0.01,0.11 +10016,Cabela's North American Adventures,PS3,2010,Sports,Activision,0.11,0,0,0.01,0.11 +10017,Mechanic Master,DS,2008,Puzzle,Midway Games,0.1,0,0,0.01,0.11 +10018,Jikkyou Powerful Pro Yakyuu 12 Ketteiban,PS2,2005,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10019,Melty Blood: Act Cadenza,PS2,2006,Fighting,Sega,0,0,0.11,0,0.11 +10020,Dokapon Kingdom,PS2,2007,Role-Playing,Sting,0.05,0.04,0.02,0.01,0.11 +10021,ToeJam & Earl III: Mission to Earth,XB,2002,Action,Sega,0.09,0.02,0,0,0.11 +10022,Phantasy Star Collection,GBA,2002,Role-Playing,Atari,0.08,0.03,0,0,0.11 +10023,Doukoku Shoshite...,SAT,1998,Adventure,Data East,0,0,0.11,0,0.11 +10024,LEGO Knights' Kingdom,GBA,2004,Action,THQ,0.08,0.03,0,0,0.11 +10025,Final Fantasy III,PSP,2012,Role-Playing,Square Enix,0,0,0.11,0,0.11 +10026,Family Game Night 4: The Game Show,PS3,2011,Misc,Electronic Arts,0.08,0.02,0,0.01,0.11 +10027,Retro Game Challenge,DS,2007,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10028,NBA Jam 2002,GBA,2002,Sports,Acclaim Entertainment,0.08,0.03,0,0,0.11 +10029,Every Extend Extra,PSP,2006,Shooter,Disney Interactive Studios,0.1,0.01,0,0.01,0.11 +10030,Shining Force NEO,PS2,2005,Role-Playing,Sega,0.06,0.04,0,0.01,0.11 +10031,Tony Hawk's Pro Skater 5,XOne,2015,Sports,Activision,0.08,0.02,0,0.01,0.11 +10032,Brain Quest: Grades 5 & 6,DS,2008,Misc,Electronic Arts,0.11,0,0,0.01,0.11 +10033,SingStar Latino,PS3,2009,Misc,Sony Computer Entertainment,0.11,0,0,0.01,0.11 +10034,Girl Time,DS,2009,Simulation,THQ,0.11,0,0,0.01,0.11 +10035,Army Men: Sarge's War,XB,2004,Shooter,Global Star,0.09,0.02,0,0,0.11 +10036,Ultimate Mortal Kombat,DS,2007,Fighting,Midway Games,0.09,0.01,0,0.01,0.11 +10037,Pocket Soccer League: Calciobit,3DS,2012,Sports,Nintendo,0,0,0.11,0,0.11 +10038,Primal Rage,PS,1994,Fighting,Time Warner Interactive,0.06,0.04,0,0.01,0.11 +10039,FIFA Street 2,GC,2006,Sports,Electronic Arts,0.09,0.02,0,0,0.11 +10040,DiRT Rally,XOne,2016,Racing,Codemasters,0.03,0.08,0,0.01,0.11 +10041,Heart Catch PreCure! Oshare Collection,DS,2010,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10042,UEFA Euro 2016,PS3,2016,Sports,Konami Digital Entertainment,0,0.08,0.02,0.01,0.11 +10043,Taito Legends,PS2,2005,Misc,Empire Interactive,0.06,0.04,0,0.01,0.11 +10044,Tom Clancy's Rainbow Six: Rogue Spear,GBA,2002,Shooter,Ubisoft,0.08,0.03,0,0,0.11 +10045,BoomBots,PS,1999,Fighting,SouthPeak Games,0.06,0.04,0,0.01,0.11 +10046,Monster Madness: Battle for Suburbia,X360,2007,Shooter,SouthPeak Games,0.1,0,0,0.01,0.11 +10047,Star Trek: Conquest,PS2,N/A,Strategy,Bethesda Softworks,0.06,0.04,0,0.01,0.11 +10048,FIFA Soccer 06,PSP,2005,Sports,Electronic Arts,0.1,0.01,0,0.01,0.11 +10049,Life is Strange,XOne,2016,Adventure,Square Enix,0.08,0.02,0,0.01,0.11 +10050,NFL Head Coach 09,X360,2008,Sports,Electronic Arts,0.11,0,0,0.01,0.11 +10051,World Championship Rugby,PS2,2004,Sports,Acclaim Entertainment,0.06,0.04,0,0.01,0.11 +10052,Phantom Dust,XB,2004,Action,Microsoft Game Studios,0.08,0.02,0,0,0.11 +10053,Shinseiki Evangelion: Koutetsu no Girlfriend,PS,1998,Adventure,Gainax Network Systems,0,0,0.11,0.01,0.11 +10054,Shin Sangoku Musou: Multi Raid 2,PSP,2010,Action,Tecmo Koei,0,0,0.11,0,0.11 +10055,Taiko Drum Master: Tokumori!,WiiU,2014,Misc,Namco Bandai Games,0,0,0.11,0,0.11 +10056,Growlanser Generations,PS2,2003,Role-Playing,Atlus,0.06,0.04,0,0.01,0.11 +10057,Mega Man Battle Chip Challenge,GBA,2003,Misc,Capcom,0.08,0.03,0,0,0.11 +10058,Desktop Tower Defense,DS,2009,Strategy,THQ,0.11,0,0,0.01,0.11 +10059,Puyo Puyo Tetris,3DS,2014,Puzzle,Sega,0,0,0.11,0,0.11 +10060,Pro Evolution Soccer 2014,PC,2013,Action,Konami Digital Entertainment,0,0.09,0,0.02,0.11 +10061,"Sakura Wars: So Long, My Love",Wii,2010,Role-Playing,Ackkstudios,0.06,0.04,0,0.01,0.11 +10062,The Settlers,DS,2007,Action,Ubisoft,0.1,0,0,0.01,0.11 +10063,Grease,DS,2010,Misc,505 Games,0.1,0,0,0.01,0.11 +10064,My SAT Coach with The Princeton Review,DS,2008,Misc,Ubisoft,0.1,0,0,0.01,0.11 +10065,Family Fun Football,Wii,2009,Sports,Tecmo Koei,0.1,0,0,0.01,0.11 +10066,Ring of Red,PS2,2000,Strategy,Konami Digital Entertainment,0.06,0.04,0,0.01,0.11 +10067,Cold Winter,PS2,2005,Shooter,Vivendi Games,0.06,0.04,0,0.01,0.11 +10068,International Track & Field 2000,PS,1999,Sports,Konami Digital Entertainment,0.06,0.04,0,0.01,0.11 +10069,The Hardy Boys: Treasure on the Tracks,DS,2009,Adventure,Sega,0.11,0,0,0.01,0.11 +10070,PDC World Championship Darts: Pro Tour,PS3,2010,Sports,O-Games,0,0.09,0,0.03,0.11 +10071,Stubbs the Zombie in Rebel Without a Pulse,XB,2005,Action,THQ,0.08,0.02,0,0,0.11 +10072,Batman: Dark Tomorrow,XB,2003,Action,Kemco,0.08,0.02,0,0,0.11 +10073,Ping Pals,DS,2004,Misc,THQ,0.1,0,0,0.01,0.11 +10074,Fatal Frame: Maiden of Black Water,WiiU,2014,Action,Nintendo,0,0.03,0.08,0,0.11 +10075,MySims SkyHeroes,PS3,2010,Action,Electronic Arts,0.08,0.02,0,0.01,0.11 +10076,Blood Drive,X360,2010,Racing,Activision,0.09,0.01,0,0.01,0.11 +10077,18 Wheeler: American Pro Trucker,GC,2002,Racing,Acclaim Entertainment,0.09,0.02,0,0,0.11 +10078,Jake Hunter Detective Story: Memories of the Past,DS,2007,Adventure,PQube,0.06,0,0.05,0,0.11 +10079,Start the Party! Save the World,PS3,2011,Misc,Sony Computer Entertainment,0,0.09,0,0.03,0.11 +10080,The King of Fighters XII,X360,2009,Fighting,Ignition Entertainment,0.09,0,0.01,0.01,0.11 +10081,Digimon World DS,DS,2006,Role-Playing,Namco Bandai Games,0.1,0,0,0.01,0.11 +10082,Naruto Ultimate Collection,PS2,2008,Misc,Namco Bandai Games,0.06,0.04,0,0.01,0.11 +10083,The King of Fighters '99,PS,2000,Fighting,SNK,0,0,0.11,0.01,0.11 +10084,Mass Destruction,PS,1997,Shooter,BMG Interactive Entertainment,0.06,0.04,0,0.01,0.11 +10085,Bodycount,X360,2011,Shooter,Codemasters,0.07,0.03,0,0.01,0.11 +10086,Batman: Rise of Sin Tzu,XB,2003,Action,Ubisoft,0.08,0.02,0,0,0.11 +10087,Shinseiki Evangelion: Koutetsu no Girlfriend,SAT,1998,Adventure,Sega,0,0,0.11,0,0.11 +10088,Skylanders: SuperChargers,3DS,2015,Action,Activision,0.05,0.06,0,0.01,0.11 +10089,Super Swing Golf Season 2,Wii,2007,Sports,Rising Star Games,0.08,0,0.03,0.01,0.11 +10090,Queen's Blade: Spiral Chaos,PSP,2009,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10091,Jikkyou Powerful Pro Yakyuu '95,PS,1994,Sports,Konami Digital Entertainment,0,0,0.11,0.01,0.11 +10092,Spy vs Spy,XB,2005,Action,Global Star,0.08,0.02,0,0,0.11 +10093,Coraline,PS2,2009,Action,D3Publisher,0.06,0.04,0,0.01,0.11 +10094,The Price is Right: Decades,X360,2011,Misc,Ubisoft,0.11,0,0,0.01,0.11 +10095,Sega Touring Car Championship,SAT,1996,Racing,Sega,0,0,0.11,0,0.11 +10096,GoldenEye: Rogue Agent,DS,2005,Shooter,Electronic Arts,0.1,0,0,0.01,0.11 +10097,JASF: Jane's Advanced Strike Fighters,PS3,2011,Simulation,Deep Silver,0.07,0.03,0,0.02,0.11 +10098,Cake Mania,DS,2007,Puzzle,Majesco Entertainment,0.09,0.01,0,0.01,0.11 +10099,Cold Fear,PS2,2005,Action,Ubisoft,0.06,0.04,0,0.01,0.11 +10100,Akiba's Trip: Undead & Undressed,PS4,2014,Action,Acquire,0.08,0,0.01,0.02,0.11 +10101,Zangeki no Reginleiv,Wii,2010,Action,Nintendo,0,0,0.11,0,0.11 +10102,Stronghold Kingdoms,PC,2011,Strategy,DTP Entertainment,0,0.1,0,0.02,0.11 +10103,Fabulous Finds,DS,2009,Puzzle,ValuSoft,0.1,0,0,0.01,0.11 +10104,Vacation Sports,Wii,2009,Sports,Ubisoft,0.1,0.01,0,0.01,0.11 +10105,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden,PS2,2006,Misc,Daito,0,0,0.11,0,0.11 +10106,PDC World Championship Darts: Pro Tour,Wii,2010,Sports,O-Games,0,0.1,0,0.01,0.11 +10107,Pimp My Ride,Wii,2008,Racing,Activision,0.1,0,0,0.01,0.11 +10108,Surf's Up,PSP,2007,Sports,Ubisoft,0.02,0.06,0,0.03,0.11 +10109,Invizimals: The Lost Tribes,PSP,2011,Action,Sony Computer Entertainment,0,0.08,0,0.04,0.11 +10110,Let's Play Garden,DS,2010,Simulation,Deep Silver,0.11,0,0,0.01,0.11 +10111,NHL Hitz 20-03,XB,2002,Sports,Midway Games,0.08,0.02,0,0,0.11 +10112,Murakumo: Renegade Mech Pursuit,XB,2002,Shooter,From Software,0.04,0.01,0.06,0,0.11 +10113,Heavy Fire: Afghanistan,Wii,2011,Shooter,Mastiff,0.11,0,0,0.01,0.11 +10114,Samurai Warriors 4-II,PS4,2015,Action,Tecmo Koei,0.03,0.02,0.06,0.01,0.11 +10115,Open Season,X360,2006,Platform,Ubisoft,0.1,0,0,0.01,0.11 +10116,WireWay,DS,2009,Adventure,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10117,Gun Metal,XB,2002,Shooter,Rage Software,0.08,0.02,0,0,0.11 +10118,Just In Time Translations,DS,2009,Misc,THQ,0.1,0,0,0.01,0.11 +10119,John Daly's ProStroke Golf,PS3,2010,Sports,O-Games,0.09,0.02,0,0.01,0.11 +10120,Pro Yaky? Spirits 5,PS3,2008,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10121,Samurai Warriors 4-II,PS3,2015,Action,Tecmo Koei,0,0,0.11,0,0.11 +10122,BloodRayne,GC,2002,Shooter,Universal Interactive,0.09,0.02,0,0,0.11 +10123,The Hardy Boys: The Hidden Theft,Wii,2009,Adventure,The Adventure Company,0.07,0.03,0,0.01,0.11 +10124,Metal Slug 4 & 5,PS2,2005,Shooter,SNK Playmore,0.05,0.04,0,0.01,0.11 +10125,Pac-Man and the Ghostly Adventures 2,X360,2014,Adventure,Namco Bandai Games,0.05,0.05,0,0.01,0.11 +10126,ECW Anarchy Rulz,PS,1999,Fighting,Acclaim Entertainment,0.06,0.04,0,0.01,0.11 +10127,InuYasha: A Feudal Fairy Tale,PS,2002,Fighting,Namco Bandai Games,0,0,0.1,0.01,0.11 +10128,Gem Quest: 4 Elements,DS,2011,Puzzle,Mastertronic,0.05,0.05,0,0.01,0.11 +10129,Funky Barn,3DS,2012,Simulation,Ubisoft,0.07,0.03,0,0.01,0.11 +10130,J-League Winning Eleven 9: Asia Championship,PS2,2005,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10131,Sabrina The Teenage Witch: Potion Commotion,GBA,2002,Action,Ubisoft,0.08,0.03,0,0,0.11 +10132,Pac-Man Pinball Advance,GBA,2005,Misc,Zoo Digital Publishing,0.08,0.03,0,0,0.11 +10133,Pocket Pets,DS,2007,Simulation,O3 Entertainment,0.1,0,0,0.01,0.11 +10134,Yu Yu Hakusho: Tournament Tactics,GBA,2004,Strategy,Atari,0.08,0.03,0,0,0.11 +10135,Home Run King,GC,2002,Sports,Sega,0.09,0.02,0,0,0.11 +10136,Power Rangers: Super Legends,DS,2007,Action,Disney Interactive Studios,0.08,0.03,0,0.01,0.11 +10137,To Heart 2: Dungeon Travelers,PSP,2011,Adventure,Aqua Plus,0,0,0.11,0,0.11 +10138,Where the Wild Things Are,X360,2009,Platform,Warner Bros. Interactive Entertainment,0.1,0,0,0.01,0.11 +10139,Lost in Blue,DS,2005,Adventure,Konami Digital Entertainment,0.07,0.02,0.02,0.01,0.11 +10140,Criminal Girls: Invite Only,PSV,2013,Role-Playing,Nippon Ichi Software,0.04,0.02,0.04,0.02,0.11 +10141,WWE All Stars,PS2,2011,Fighting,THQ,0.05,0.04,0,0.01,0.11 +10142,MLB Power Pros,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10143,Truth or Lies,X360,2010,Misc,THQ,0.07,0.03,0,0.01,0.11 +10144,Virtua Fighter CG Portrait Series Vol.1: Sarah Bryant,SAT,1995,Misc,Sega,0,0,0.11,0,0.11 +10145,Kousoku Card Battle: Card Hero,DS,2007,Strategy,Nintendo,0,0,0.11,0,0.11 +10146,AirForce Delta Strike,PS2,2004,Simulation,Konami Digital Entertainment,0.05,0.04,0,0.01,0.11 +10147,Dora's Big Birthday Adventure,Wii,2010,Misc,Take-Two Interactive,0.1,0.01,0,0.01,0.11 +10148,Tokimeki Memorial: Girl's Side 2nd Season,DS,2008,Adventure,Konami Digital Entertainment,0,0,0.11,0,0.11 +10149,Disney's Peter Pan: Return to Never Land,GBA,2002,Platform,Ubisoft,0.08,0.03,0,0,0.11 +10150,The Fairly Odd Parents: Breakin Da Rules,XB,2003,Platform,THQ,0.08,0.02,0,0,0.11 +10151,Monkey Island: Special Edition Collection,PS3,2011,Adventure,Activision,0,0.08,0,0.03,0.11 +10152,Capcom vs. SNK 2 EO,GC,2002,Fighting,Capcom,0.09,0.02,0,0,0.11 +10153,Hot Wheels Velocity X,GC,2002,Racing,THQ,0.09,0.02,0,0,0.11 +10154,Super Run For Money Tousouchuu Atsumare! Saikyou no Tousou Monotachi,3DS,2015,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10155,Spyborgs,Wii,2009,Action,Capcom,0.1,0.01,0,0.01,0.11 +10156,American Girl: Julie Finds a Way,DS,2007,Adventure,THQ,0.1,0,0,0.01,0.11 +10157,Contra Advance: The Alien Wars EX,GBA,2002,Shooter,Konami Digital Entertainment,0.08,0.03,0,0,0.11 +10158,Jikkyou Powerful Pro Baseball 2016,PS3,2016,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10159,The History Channel: Battle for the Pacific,Wii,2007,Shooter,Activision,0.1,0,0,0.01,0.11 +10160,18 Wheels of Steel: Extreme Trucker 2,PC,2011,Racing,Rondomedia,0.08,0.02,0,0.01,0.11 +10161,Happy Feet Two,3DS,2011,Action,Warner Bros. Interactive Entertainment,0.08,0.02,0,0.01,0.11 +10162,Army Men: RTS,PS2,2002,Strategy,3DO,0.05,0.04,0,0.01,0.11 +10163,Mobile Suit Gundam: MS Sensen 0079,Wii,2007,Simulation,Namco Bandai Games,0,0,0.11,0,0.11 +10164,Pinball Hall of Fame: The Williams Collection,PSP,2008,Misc,System 3 Arcade Software,0.09,0.01,0,0.01,0.11 +10165,Space Chimps,X360,2008,Platform,Brash Entertainment,0.1,0,0,0.01,0.11 +10166,The Spiderwick Chronicles,X360,2008,Action,Vivendi Games,0.09,0.01,0,0.01,0.11 +10167,Project CARS,PC,2015,Racing,Slightly Mad Studios,0,0.1,0,0.01,0.11 +10168,Green Lantern: Rise of the Manhunters,DS,2011,Action,Warner Bros. Interactive Entertainment,0.08,0.02,0,0.01,0.11 +10169,Eragon,PSP,2006,Action,Vivendi Games,0.1,0,0,0.01,0.11 +10170,Shin Kamaitachi no Yoru: 11 Hitome no Suspect,PS3,2011,Adventure,THQ,0,0,0.11,0,0.11 +10171,Guitar Rock Tour,DS,2007,Misc,Gameloft,0.1,0,0,0.01,0.11 +10172,Mortal Kombat: Deception,GC,2005,Fighting,Midway Games,0.09,0.02,0,0,0.11 +10173,ESPN NHL Hockey,XB,2003,Sports,Sega,0.08,0.02,0,0,0.11 +10174,Monster Lab,PS2,2008,Role-Playing,Eidos Interactive,0.05,0.04,0,0.01,0.11 +10175,XXX,GBA,2002,Action,Activision,0.08,0.03,0,0,0.11 +10176,Machinarium,PC,2009,Adventure,Daedalic,0,0.09,0,0.02,0.11 +10177,The Smurfs 2,PS3,2013,Platform,Ubisoft,0.02,0.07,0,0.02,0.11 +10178,Maximum Force,PS,1997,Shooter,GT Interactive,0.06,0.04,0,0.01,0.11 +10179,NCIS 3D,3DS,2011,Adventure,Ubisoft,0.06,0.04,0,0.01,0.11 +10180,Worms Forts: Under Siege,PS2,2004,Strategy,Acclaim Entertainment,0.05,0.04,0,0.01,0.11 +10181,Alvin and the Chipmunks: Chipwrecked,DS,2011,Misc,505 Games,0.07,0.03,0,0.01,0.11 +10182,Totally Spies! Totally Party,Wii,2008,Misc,Ubisoft,0.09,0.01,0,0.01,0.11 +10183,Smash Court Tennis 3,X360,2007,Sports,Atari,0.08,0.02,0,0.01,0.11 +10184,ATV Quad Kings,DS,2010,Racing,Storm City Games,0.1,0,0,0.01,0.11 +10185,Naruto Shippuden: Naruto vs. Sasuke,DS,2008,Action,Takara Tomy,0.08,0,0.03,0.01,0.11 +10186,DualPenSports,3DS,2011,Sports,Namco Bandai Games,0.05,0.05,0,0.01,0.11 +10187,Project: Snowblind,XB,2005,Action,Eidos Interactive,0.08,0.02,0,0,0.11 +10188,Astro Boy: The Video Game,PS2,2009,Action,D3Publisher,0.05,0.04,0,0.01,0.11 +10189,HOP,DS,2011,Platform,505 Games,0.09,0.01,0,0.01,0.11 +10190,Brave Story: New Traveler (US sales),PSP,2006,Role-Playing,Sony Computer Entertainment,0.11,0,0,0,0.11 +10191,Disney's Extreme Skate Adventure,XB,2003,Sports,Activision,0.08,0.02,0,0,0.11 +10192,Tales of Phantasia (PS1 & PSP Versions),PSP,2006,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10193,Kouchuu Ouja Mushi King: Super Collection,DS,2007,Action,Sega,0,0,0.11,0,0.11 +10194,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,GC,2003,Action,THQ,0.09,0.02,0,0,0.11 +10195,Pac-Man World 2,GBA,2005,Action,Zoo Digital Publishing,0.08,0.03,0,0,0.11 +10196,Yoostar2,PS3,2011,Misc,Unknown,0.04,0.05,0,0.02,0.11 +10197,Avatar: The Last Airbender,PSP,2006,Adventure,THQ,0.1,0,0,0.01,0.11 +10198,Odama,GC,2006,Misc,Nintendo,0.07,0.02,0.02,0,0.11 +10199,Karaoke Revolution Presents American Idol Encore,X360,2008,Misc,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10200,FlatOut: Ultimate Carnage,X360,2007,Racing,Empire Interactive,0.07,0.03,0,0.01,0.11 +10201,Mobile Light Force 2,PS2,2002,Shooter,Taito,0.05,0.04,0,0.01,0.11 +10202,Naval Ops: Warship Gunner,PS2,2003,Simulation,Tecmo Koei,0.05,0.04,0,0.01,0.11 +10203,Soma Bringer,DS,2008,Role-Playing,Nintendo,0,0,0.11,0,0.11 +10204,"Sesame Street: Ready, Set, Grover!",Wii,2011,Misc,Warner Bros. Interactive Entertainment,0.1,0,0,0.01,0.11 +10205,Shin Sangoku Musou 6 Special,PSP,2011,Action,Tecmo Koei,0,0,0.11,0,0.11 +10206,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,X360,2011,Action,THQ,0.07,0.03,0,0.01,0.11 +10207,Go! Sudoku (JP sales),PSP,2005,Puzzle,Sony Computer Entertainment,0,0,0.11,0,0.11 +10208,EA Replay,PSP,2006,Action,Electronic Arts,0.09,0,0,0.01,0.11 +10209,Paws & Claws Pet Vet: Australian Adventures,DS,2009,Simulation,THQ,0.1,0,0,0.01,0.11 +10210,Bionicle Heroes,GC,2006,Shooter,Eidos Interactive,0.08,0.02,0,0,0.11 +10211,Trauma Center: Under the Knife 2,DS,2008,Simulation,Atlus,0.1,0,0,0.01,0.11 +10212,Puss in Boots,DS,2011,Action,THQ,0.09,0.01,0,0.01,0.11 +10213,Split/Second,PSP,2010,Racing,Disney Interactive Studios,0.07,0.02,0,0.02,0.11 +10214,The Croods: Prehistoric Party!,Wii,2013,Misc,D3Publisher,0.03,0.07,0,0.01,0.11 +10215,The King of Fighters 2000/2001,PS2,2003,Fighting,Ignition Entertainment,0.05,0.04,0,0.01,0.11 +10216,Lunacy,SAT,1996,Adventure,Sega,0,0,0.11,0,0.11 +10217,Batman & Robin,PS,1998,Action,Acclaim Entertainment,0.06,0.04,0,0.01,0.11 +10218,Snowboard Kids 2,N64,1999,Sports,Atlus,0.09,0.02,0,0,0.11 +10219,Tonic Trouble,N64,1999,Platform,Ubisoft,0.09,0.02,0,0,0.11 +10220,Nuclear Strike 64,N64,1999,Simulation,THQ,0.09,0.02,0,0,0.11 +10221,Chameleon Twist,N64,1997,Platform,Sunsoft,0.09,0.02,0,0,0.11 +10222,Top Gear Rally 2,N64,1999,Racing,Kemco,0.09,0.02,0,0,0.11 +10223,Chopper Attack,N64,1997,Action,GT Interactive,0.09,0.02,0,0,0.11 +10224,Vigilante 8: 2nd Offense,N64,2000,Racing,Activision,0.09,0.02,0,0,0.11 +10225,Fighting Force 64,N64,1999,Action,Crave Entertainment,0.09,0.02,0,0,0.11 +10226,Thief (2014),PC,2014,Action,Square Enix,0,0.09,0,0.02,0.11 +10227,Rock Band: Metal Track Pack,Wii,2009,Misc,MTV Games,0.1,0,0,0.01,0.11 +10228,Pac-Man and the Ghostly Adventures 2,PS3,2014,Adventure,Namco Bandai Games,0.05,0.04,0,0.02,0.11 +10229,BlazBlue: Calamity Trigger Portable,PSP,2010,Fighting,PQube,0.07,0.01,0.03,0.01,0.11 +10230,Night at the Museum: Battle of the Smithsonian,X360,2009,Action,Majesco Entertainment,0.07,0.03,0,0.01,0.11 +10231,Street Fighter Collection,SAT,1996,Fighting,Capcom,0,0,0.11,0,0.11 +10232,Ninja Assault,PS2,2002,Shooter,Namco Bandai Games,0.05,0.04,0,0.01,0.11 +10233,Tales of Berseria,PS3,2016,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10234,Samurai Warriors 4,PSV,2014,Action,Tecmo Koei,0,0,0.11,0,0.11 +10235,GunGriffon Blaze,PS2,2000,Simulation,Swing! Entertainment,0.05,0.04,0,0.01,0.11 +10236,Higurashi no Naku Koro ni Matsuri,PS2,2007,Adventure,Alchemist,0,0,0.11,0,0.11 +10237,Frontier Gate,PSP,2011,Role-Playing,Konami Digital Entertainment,0,0,0.11,0,0.11 +10238,Transformers: Devastation,PS3,2015,Action,Activision,0.03,0.07,0,0.02,0.11 +10239,Top Angler: Real Bass Fishing,PS2,2002,Sports,Xicat Interactive,0.05,0.04,0,0.01,0.11 +10240,Gabrielle's Ghostly Groove 3D,3DS,2011,Adventure,Funbox Media,0.08,0.02,0,0.01,0.11 +10241,Michael Phelps: Push the Limit,X360,2011,Sports,505 Games,0.09,0.01,0,0.01,0.11 +10242,Breakout,PS,1999,Puzzle,Hasbro Interactive,0.06,0.04,0,0.01,0.11 +10243,Frogger: Helmet Chaos,PSP,2005,Platform,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10244,AKB48+Me,3DS,2012,Action,Unknown,0,0,0.11,0,0.11 +10245,Touch Detective 2 1/2,DS,2007,Adventure,505 Games,0.09,0,0.01,0.01,0.11 +10246,Alias,PS2,2004,Action,Acclaim Entertainment,0.05,0.04,0,0.01,0.11 +10247,Planet 51,X360,2009,Action,Sega,0.07,0.03,0,0.01,0.11 +10248,Call of Juarez: The Cartel,PC,2011,Shooter,Ubisoft,0.05,0.05,0,0.01,0.11 +10249,Sakura Taisen Hanagumi Tsuushin,SAT,1997,Misc,Sega,0,0,0.11,0,0.11 +10250,Famicom Mini: Famicom Tantei Club - Kieta Koukeisha Zenkouhen,GBA,2004,Adventure,Nintendo,0,0,0.11,0,0.11 +10251,Tornado Outbreak,Wii,2009,Action,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10252,Pimp My Ride,X360,2006,Racing,Activision,0.1,0.01,0,0.01,0.11 +10253,Michael Jackson: The Experience,PSV,2011,Misc,Ubisoft,0.05,0.04,0,0.02,0.11 +10254,Astro Boy: The Video Game,Wii,2009,Action,D3Publisher,0.1,0,0,0.01,0.11 +10255,Outlaw Golf: Nine Holes of Christmas,XB,2002,Sports,Simon & Schuster Interactive,0.08,0.02,0,0,0.11 +10256,NHL Rivals 2004,XB,2003,Sports,Microsoft Game Studios,0.08,0.02,0,0,0.11 +10257,X-Men: Next Dimension,XB,2002,Fighting,Activision,0.08,0.02,0,0,0.11 +10258,Tyco RC: Assault with a Battery,PS,1999,Racing,Syscom,0.06,0.04,0,0.01,0.11 +10259,Felony 11-79,PS,1997,Racing,ASCII Entertainment,0.06,0.04,0,0.01,0.11 +10260,Terraria,PSV,2013,Action,Screenlife,0,0.01,0.09,0,0.11 +10261,Classic Road,SNES,1993,Sports,Victor Interactive,0,0,0.11,0,0.11 +10262,Bust-A-Move DS,DS,2005,Puzzle,505 Games,0.08,0.02,0,0.01,0.11 +10263,Nicktoons: Unite!,DS,2006,Adventure,THQ,0.1,0,0,0.01,0.11 +10264,SimAnimals Africa,DS,2009,Simulation,Electronic Arts,0.08,0.02,0,0.01,0.11 +10265,Death Jr.: Root of Evil,Wii,2008,Platform,Eidos Interactive,0.1,0,0,0.01,0.11 +10266,One Piece: Burning Blood,PSV,2016,Fighting,Namco Bandai Games,0,0.03,0.07,0.01,0.11 +10267,Panzer Dragoon Saga,SAT,1997,Role-Playing,Sega,0,0,0.11,0,0.11 +10268,Sonic Generations,PC,2011,Platform,Sega,0.02,0.07,0,0.02,0.11 +10269,Mushroom Men: Rise of the Fungi,DS,2008,Action,SouthPeak Games,0.1,0,0,0.01,0.11 +10270,Shining Ark,PSP,2013,Role-Playing,Sega,0,0,0.11,0,0.11 +10271,The Scorpion King: Rise of the Akkadian,GC,2002,Action,Universal Interactive,0.08,0.02,0,0,0.11 +10272,Backyard Baseball '10,Wii,2009,Sports,Atari,0.1,0,0,0.01,0.11 +10273,Transformers: Beast Wars Transmetals,PS,2000,Fighting,BAM! Entertainment,0.06,0.04,0,0.01,0.11 +10274,GiFTPiA,GC,N/A,Role-Playing,Unknown,0,0,0.11,0,0.11 +10275,Animal Planet: Vet Life,DS,2009,Simulation,Activision,0.1,0,0,0.01,0.11 +10276,My Little Sister Can't Be This Cute Portable,PSP,2012,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10277,Silly Bandz: Play The Craze,DS,2010,Puzzle,Deep Silver,0.1,0,0,0.01,0.11 +10278,Charlie and the Chocolate Factory,XB,2005,Adventure,Global Star,0.08,0.02,0,0,0.11 +10279,Constantine,PS2,2005,Action,SCi,0.05,0.04,0,0.01,0.11 +10280,Where the Wild Things Are,PS3,2009,Platform,Warner Bros. Interactive Entertainment,0.09,0.01,0,0.01,0.11 +10281,Dynasty Tactics 2,PS2,2003,Strategy,Tecmo Koei,0.05,0.04,0,0.01,0.11 +10282,Real World Golf,PS2,2005,Sports,Valcon Games,0.05,0.04,0,0.01,0.11 +10283,Winter Heat,SAT,1996,Sports,Sega,0,0,0.11,0,0.11 +10284,Ty the Tasmanian Tiger 2: Bush Rescue,XB,2004,Platform,Electronic Arts,0.08,0.02,0,0,0.11 +10285,Digimon Story: Cyber Sleuth,PS4,2016,Role-Playing,Namco Bandai Games,0,0.09,0,0.02,0.11 +10286,JU-ON: The Grudge,Wii,2009,Action,Rising Star Games,0.08,0.01,0.01,0.01,0.11 +10287,Defender,GC,2002,Misc,Midway Games,0.08,0.02,0,0,0.11 +10288,Deca Sports DS,DS,2009,Sports,Hudson Soft,0.08,0.02,0,0.01,0.11 +10289,The Polar Express,GC,2004,Adventure,THQ,0.08,0.02,0,0,0.11 +10290,BMX XXX,XB,2002,Sports,Acclaim Entertainment,0.08,0.02,0,0,0.11 +10291,ATV: Quad Frenzy,DS,2005,Racing,Majesco Entertainment,0.1,0,0,0.01,0.11 +10292,Akiba's Trip: Undead & Undressed,PS3,2013,Action,Nippon Ichi Software,0.05,0.01,0.04,0.01,0.11 +10293,Backyard NFL Football '10,X360,2009,Sports,Atari,0.1,0,0,0.01,0.11 +10294,The Godfather: Mob Wars,PSP,2006,Action,Electronic Arts,0.09,0.01,0,0.01,0.11 +10295,Lady Sia,GBA,2001,Platform,TDK Mediactive,0.08,0.03,0,0,0.11 +10296,Rock Band: Metal Track Pack,PS2,2009,Misc,MTV Games,0.05,0.04,0,0.01,0.11 +10297,Rocky Balboa,PSP,2007,Sports,Ubisoft,0.01,0.09,0,0.01,0.11 +10298,The Lord of the Rings: Conquest,DS,2009,Action,Electronic Arts,0.09,0.01,0,0.01,0.11 +10299,PriPara Mezase! Idol Grand Prix No.1!,3DS,2015,Misc,Takara Tomy,0,0,0.11,0,0.11 +10300,National Geographic Challenge!,Wii,2011,Misc,Black Bean Games,0.08,0.02,0,0.01,0.11 +10301,Robotech: Invasion,PS2,2004,Shooter,Global Star,0.05,0.04,0,0.01,0.11 +10302,Hole in the Wall: Deluxe Edition,X360,2011,Misc,Ubisoft,0.1,0,0,0.01,0.11 +10303,Dr. Seuss' The Cat in the Hat,XB,2003,Misc,Vivendi Games,0.08,0.02,0,0,0.11 +10304,Rogue Warrior,X360,2009,Shooter,Bethesda Softworks,0.09,0.01,0,0.01,0.11 +10305,Irozuki Tingle no Koi no Balloon Trip,DS,2009,Adventure,Nintendo,0,0,0.11,0,0.11 +10306,Master of the Monster Lair,DS,2007,Role-Playing,Rising Star Games,0.1,0,0,0.01,0.11 +10307,Hellboy: The Science of Evil,X360,2008,Action,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10308,Murdered: Soul Suspect,X360,2014,Action,Square Enix,0.06,0.04,0,0.01,0.11 +10309,X-Men: Destiny,Wii,2011,Action,Activision,0.08,0.02,0,0.01,0.11 +10310,Starsky & Hutch,GC,2003,Racing,BAM! Entertainment,0.08,0.02,0,0,0.11 +10311,Final Fantasy I & II,NES,1994,Role-Playing,Square,0,0,0.11,0,0.11 +10312,Rugby 15,PS4,2015,Sports,Bigben Interactive,0.03,0.06,0,0.02,0.11 +10313,Langrisser IV,SAT,1997,Strategy,NCS,0,0,0.11,0,0.11 +10314,FoxKids.com Micro Maniacs Racing,PS,2000,Racing,Codemasters,0.06,0.04,0,0.01,0.11 +10315,Cats & Dogs: The Revenge of Kitty Galore,DS,2010,Action,505 Games,0.1,0,0,0.01,0.11 +10316,Hexen: Beyond Heretic,PS,1997,Shooter,GT Interactive,0.06,0.04,0,0.01,0.11 +10317,Arcade Party Pak,PS,1999,Misc,Midway Games,0.06,0.04,0,0.01,0.11 +10318,Kotoba no Puzzle: Mojipittan Daijiten,PSP,2004,Puzzle,Namco Bandai Games,0,0,0.11,0,0.11 +10319,Yamaha Supercross,DS,2009,Racing,Zoo Digital Publishing,0.1,0,0,0.01,0.11 +10320,Picross 3D 2,3DS,2015,Puzzle,Nintendo,0,0,0.11,0,0.11 +10321,Hitman Trilogy,PS2,2007,Action,Eidos Interactive,0.05,0.04,0,0.01,0.11 +10322,Dragon Quest & Final Fantasy in Itadaki Street Portable,PSP,2006,Misc,Square Enix,0,0,0.11,0,0.11 +10323,Tetris Evolution,X360,2007,Puzzle,THQ,0.08,0.02,0,0.01,0.11 +10324,Patapon 2,PSP,2008,Misc,Sony Computer Entertainment,0,0.03,0.06,0.01,0.11 +10325,Cabela's Adventure Camp,PS3,2011,Misc,Activision,0.06,0.03,0,0.02,0.11 +10326,Attack of the Movies 3D,Wii,2010,Shooter,Majesco Entertainment,0.1,0,0,0.01,0.11 +10327,Railroad Tycoon II,PS,1999,Strategy,PopTop Software,0.06,0.04,0,0.01,0.11 +10328,Angry Birds Star Wars,WiiU,2013,Strategy,Activision,0.06,0.04,0,0.01,0.11 +10329,Hysteria Hospital: Emergency Ward,DS,2009,Action,Oxygen Interactive,0.1,0,0,0.01,0.11 +10330,The Cheetah Girls: Pop Star Sensations,DS,2007,Misc,Disney Interactive Studios,0.1,0,0,0.01,0.11 +10331,Transformer: Rise of the Dark Spark,XOne,2014,Action,Activision,0.06,0.03,0,0.01,0.11 +10332,Kirarin * Revolution: Kira Kira Idol Audition,DS,2006,Simulation,Konami Digital Entertainment,0,0,0.11,0,0.11 +10333,Ranma 1/2: Akanekodan Teki Hihou,SNES,1993,Role-Playing,TOHO,0,0,0.11,0,0.11 +10334,The BIGS,PSP,2007,Sports,Take-Two Interactive,0.1,0,0,0.01,0.11 +10335,Blades of Time,X360,2012,Action,Konami Digital Entertainment,0.07,0.03,0,0.01,0.11 +10336,My Boyfriend,DS,2008,Simulation,DTP Entertainment,0.1,0,0,0.01,0.11 +10337,Scribblenauts Unmasked: A DC Comics Adventure,WiiU,2013,Puzzle,Warner Bros. Interactive Entertainment,0.1,0,0,0.01,0.11 +10338,Victory Zone,PS,1995,Misc,Sony Computer Entertainment,0,0,0.1,0.01,0.11 +10339,Rengoku: The Tower of Purgatory,PSP,2005,Action,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10340,Goal Storm '97,PS,1996,Sports,Konami Digital Entertainment,0.01,0,0.09,0.01,0.11 +10341,Paws & Claws: Pet Resort,Wii,2009,Simulation,THQ,0.1,0,0,0.01,0.11 +10342,Dynasty Warriors Advance,GBA,2005,Action,Nintendo,0.08,0.03,0,0,0.11 +10343,Pachi-Slot Aruze Oukoku 3,PS,2000,Misc,Aruze Corp,0,0,0.1,0.01,0.11 +10344,Science Papa,DS,2009,Misc,Activision,0.09,0.01,0,0.01,0.11 +10345,Tournament Pool,Wii,2009,Sports,Destineer,0.1,0,0,0.01,0.11 +10346,Cabela's North American Adventures,X360,2010,Sports,Activision,0.1,0,0,0.01,0.11 +10347,Aqua Aqua,PS2,2000,Puzzle,3DO,0.05,0.04,0,0.01,0.11 +10348,Viewtiful Joe: Double Trouble!,DS,2005,Action,Capcom,0.08,0,0.01,0.01,0.11 +10349,Tom Clancy's Splinter Cell: Conviction,PC,2010,Action,Ubisoft,0,0.08,0,0.02,0.11 +10350,Mega Man Zero 4,GBA,2005,Platform,Capcom,0.08,0.03,0,0,0.11 +10351,Black Bass with Blue Marlin,PS,1999,Sports,Starfish,0.06,0.04,0,0.01,0.11 +10352,Mega Man Battle Network 5: Double Team DS (JP sales),DS,2005,Role-Playing,Nintendo,0,0,0.11,0,0.11 +10353,Utawarerumono: Chiriyukusha e no Komoriuta,PS2,2006,Adventure,Aqua Plus,0,0,0.11,0,0.11 +10354,Hyper Formation Soccer,PS,1995,Sports,Human Entertainment,0,0,0.1,0.01,0.11 +10355,Tiger Woods PGA Tour 06,GC,2005,Sports,Electronic Arts,0.08,0.02,0,0,0.11 +10356,Jupiter Strike,PS,1994,Shooter,Acclaim Entertainment,0.06,0.04,0,0.01,0.11 +10357,Sudokuro,DS,2007,Puzzle,Crave Entertainment,0.1,0,0,0.01,0.11 +10358,BlazBlue: Continuum Shift II,3DS,2011,Fighting,PQube,0.05,0.01,0.04,0.01,0.11 +10359,Saigo no Yakusoku no Monogatari,PSP,2011,Role-Playing,Unknown,0,0,0.11,0,0.11 +10360,The Book of Unwritten Tales,PC,2009,Adventure,HMH Interactive,0,0.08,0,0.02,0.11 +10361,Metal Gear Solid Integral,PS,1999,Adventure,Konami Digital Entertainment,0,0,0.1,0.01,0.11 +10362,Naruto Shippuden 3D: The New Era,3DS,2011,Action,505 Games,0,0.04,0.06,0.01,0.11 +10363,FIFA World Cup Germany 2006,PSP,2006,Sports,Electronic Arts,0.1,0,0,0.01,0.11 +10364,Disney's Chicken Little: Ace In Action,Wii,N/A,Shooter,Disney Interactive Studios,0.1,0,0,0.01,0.11 +10365,Lego Star Wars: The Force Awakens,X360,2016,Action,Warner Bros. Interactive Entertainment,0.04,0.06,0,0.01,0.11 +10366,Reign of Fire,GC,2002,Shooter,BAM! Entertainment,0.08,0.02,0,0,0.11 +10367,Rock Band Track Pack: Classic Rock,PS3,2009,Misc,MTV Games,0.1,0,0,0.01,0.11 +10368,Rock Revolution,DS,2008,Misc,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10369,Big League Sports: Summer,DS,2009,Sports,Activision,0.1,0,0,0.01,0.11 +10370,Tom Clancy's HAWX 2,Wii,2010,Action,Ubisoft,0.07,0.03,0,0.01,0.11 +10371,Sakura Wars,DC,2000,Adventure,Sega,0,0,0.11,0,0.11 +10372,Jampack Volume 14 (RP-T),PS2,2006,Misc,Sony Computer Entertainment,0.05,0.04,0,0.01,0.11 +10373,Pro Yakyuu Team o Tsukurou! 2,DS,2009,Sports,Sega,0,0,0.11,0,0.11 +10374,Mace Griffin: Bounty Hunter,XB,2003,Shooter,Electronic Arts,0.08,0.02,0,0,0.11 +10375,Martian Gothic: Unification,PS,2001,Adventure,Take-Two Interactive,0.06,0.04,0,0.01,0.11 +10376,Woody Woodpecker Racing,PS,1999,Racing,Konami Digital Entertainment,0.06,0.04,0,0.01,0.11 +10377,Final Fantasy XII International Zodiac Job System,PS2,2007,Role-Playing,Square Enix,0,0,0.11,0,0.11 +10378,Barbie in The 12 Dancing Princesses,DS,2007,Adventure,Activision,0.09,0.01,0,0.01,0.11 +10379,Fight Club,XB,2004,Fighting,Vivendi Games,0.08,0.02,0,0,0.11 +10380,Carnage Heart,PS,1995,Strategy,Sony Computer Entertainment,0.01,0.01,0.09,0.01,0.11 +10381,"Grand Theft Auto: Mission Pack #1, London 1969",PS,1998,Adventure,Take-Two Interactive,0.06,0.04,0,0.01,0.11 +10382,Kamen Rider: Climax Heroes,PS2,2009,Fighting,Namco Bandai Games,0,0,0.11,0,0.11 +10383,Robotics;Notes,PS3,2012,Adventure,5pb,0,0,0.11,0,0.11 +10384,Disney Channel Collection Vol. 1,GBA,2004,Misc,N/A,0.08,0.03,0,0,0.11 +10385,Total Immersion Racing,PS2,2002,Racing,Empire Interactive,0.05,0.04,0,0.01,0.11 +10386,Virtual Hydlide,SAT,1995,Role-Playing,Sega,0,0,0.11,0,0.11 +10387,World Series of Poker: Tournament of Champions 2007 Edition,PSP,2006,Misc,Activision,0.1,0,0,0.01,0.11 +10388,Tales of the World: Reve Unitia,3DS,2014,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10389,Karaoke Revolution,PS3,2009,Misc,Konami Digital Entertainment,0.07,0.03,0,0.01,0.11 +10390,Warriors Orochi 3,PSP,2012,Action,Ubisoft Annecy,0,0,0.11,0,0.11 +10391,The Bachelor: The Videogame,Wii,2010,Misc,Warner Bros. Interactive Entertainment,0.1,0,0,0.01,0.11 +10392,Space Invaders,GBA,2002,Shooter,Activision,0.08,0.03,0,0,0.11 +10393,BlazBlue: Chrono Phantasma,PSV,2014,Fighting,Arc System Works,0.06,0,0.03,0.02,0.11 +10394,Digimon Digital Card Battle,PS,1999,Strategy,Namco Bandai Games,0.06,0.04,0,0.01,0.11 +10395,Toukiden 2,PSV,2016,Action,Tecmo Koei,0,0,0.11,0,0.11 +10396,Earth Defense Force 2: Invaders from Planet Space,PSV,2014,Action,Xseed Games,0.04,0.01,0.04,0.02,0.11 +10397,Kuroko's Basketball: Miracle Game,PSP,2012,Sports,Namco Bandai Games,0,0,0.11,0,0.11 +10398,Dreamer Series: Top Model,DS,2009,Simulation,DreamCatcher Interactive,0.1,0,0,0.01,0.11 +10399,Jikkyou Powerful Pro Yakyuu 13 Ketteiban,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10400,Shovel Knight,WiiU,2015,Platform,Yacht Club Games,0.06,0.04,0,0.01,0.11 +10401,Yuusha no Kuse ni Namaikida Or 3D,PSP,2010,Strategy,Sony Computer Entertainment,0,0,0.11,0,0.11 +10402,The First Templar,X360,2011,Action,Kalypso Media,0.06,0.04,0,0.01,0.11 +10403,X-Men: The Official Game,DS,2006,Action,Activision,0.1,0,0,0.01,0.11 +10404,Dead to Rights II,XB,2005,Shooter,Electronic Arts,0.08,0.02,0,0,0.11 +10405,Petz Fashion: Dogz & Catz,DS,2009,Simulation,Ubisoft,0.1,0,0,0.01,0.11 +10406,Project: Horned Owl,PS,1995,Shooter,Sony Computer Entertainment,0.03,0.02,0.05,0.01,0.11 +10407,Mobile Suit Gundam Age: Universe Accel / Cosmic Drive,PSP,2012,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10408,Child of Light,PSV,2014,Role-Playing,Ubisoft,0,0.07,0.02,0.02,0.11 +10409,SingStar Guitar,PS3,2010,Misc,Sony Computer Entertainment,0,0.08,0,0.02,0.11 +10410,Dragon Ball Z Super Gokuden: Kakusei-Hen,SNES,1995,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10411,Help Wanted: 50 Wacky Jobs,Wii,2008,Simulation,Hudson Soft,0.06,0.04,0,0.01,0.11 +10412,Busou Shinki: Battle Masters Mk. 2,PSP,2011,Action,Konami Digital Entertainment,0,0,0.11,0,0.11 +10413,Cabela's Dangerous Hunts 2,XB,2005,Sports,Activision,0.08,0.02,0,0,0.11 +10414,Fairy Tail: Portable Guild,PSP,2010,Fighting,Konami Digital Entertainment,0,0,0.11,0,0.11 +10415,Champion Jockey: G1 Jockey & Gallop Racer,Wii,2011,Sports,Tecmo Koei,0.05,0.04,0.01,0.01,0.11 +10416,SimCity 2000,GBA,2003,Simulation,Zoo Digital Publishing,0.08,0.03,0,0,0.11 +10417,Brunswick Circuit Pro Bowling 2,PS,2000,Sports,THQ,0.06,0.04,0,0.01,0.11 +10418,D,PS,1995,Adventure,Acclaim Entertainment,0,0,0.1,0.01,0.11 +10419,Winning Eleven: Pro Evolution Soccer 2007,X360,2006,Sports,Konami Digital Entertainment,0.09,0,0,0.01,0.1 +10420,Ennichi no Tatsujin,Wii,2006,Misc,Namco Bandai Games,0,0,0.1,0,0.1 +10421,Squinkies 2: Adventure Mall Surprize!,DS,2011,Platform,Activision,0.1,0,0,0.01,0.1 +10422,Wizardry VI: Bane of the Cosmic Forge,SNES,1995,Role-Playing,ASCII Entertainment,0,0,0.1,0,0.1 +10423,Power Pocket Koushien,DS,2005,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10424,Gravity Games Bike: Street Vert Dirt,PS2,2002,Sports,Midway Games,0.05,0.04,0,0.01,0.1 +10425,Contact,DS,2006,Role-Playing,Rising Star Games,0.07,0,0.03,0.01,0.1 +10426,Pro Yaky? Spirits 2010,PS2,2010,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10427,Princess Debut,DS,2008,Misc,Cave,0.1,0,0,0.01,0.1 +10428,My First Dollhouse,DS,2010,Misc,505 Games,0.1,0,0,0.01,0.1 +10429,Cloudy With a Chance of Meatballs,PS3,2009,Platform,Ubisoft,0.09,0.01,0,0.01,0.1 +10430,Family Party: 30 Great Games,Wii,2008,Misc,D3Publisher,0.09,0.01,0,0.01,0.1 +10431,Top Spin,PS2,2005,Sports,Take-Two Interactive,0.05,0.04,0,0.01,0.1 +10432,Derby Stallion P,PSP,2006,Sports,Enterbrain,0,0,0.1,0,0.1 +10433,Kenka Bancho Bros: Tokyo Battle Royale,PSP,2012,Action,Spike,0,0,0.1,0,0.1 +10434,UFC: Tapout 2,XB,2003,Fighting,Capcom,0.08,0.02,0,0,0.1 +10435,Adventure Time: Finn & Jake Investigations,PS3,2015,Action,Little Orbit,0.02,0.07,0,0.02,0.1 +10436,Kamen Rider: Battride War II,PS3,2014,Action,Namco Bandai Games,0,0,0.1,0,0.1 +10437,Kirarin * Revolution: Tsukutte Misechao! Kime * Kira Stage,DS,2007,Simulation,Konami Digital Entertainment,0,0,0.1,0,0.1 +10438,Thrillville: Off the Rails,PSP,2007,Strategy,LucasArts,0.09,0,0,0.01,0.1 +10439,Imagine: Soccer Captain,DS,2009,Sports,Ubisoft,0.1,0,0,0.01,0.1 +10440,Jikkyou Powerful Pro Yakyuu 10,GC,2003,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10441,Vexx,XB,2003,Platform,Acclaim Entertainment,0.08,0.02,0,0,0.1 +10442,F1 Career Challenge,PS2,2003,Racing,Electronic Arts,0.05,0.04,0,0.01,0.1 +10443,Taiko no Tatsujin: V Version,PSV,2015,Action,Namco Bandai Games,0,0,0.1,0,0.1 +10444,Pariah,XB,2005,Action,Hip Interactive,0.08,0.02,0,0,0.1 +10445,Cabela's Outdoor Adventures,XB,2005,Sports,Zoo Digital Publishing,0.08,0.02,0,0,0.1 +10446,Agatha Christie: The ABC Murders,DS,2009,Adventure,JoWood Productions,0.08,0.01,0,0.01,0.1 +10447,Metal Slug 3,XB,2004,Shooter,Ignition Entertainment,0.08,0.02,0,0,0.1 +10448,The Smurfs 2,Wii,2013,Platform,Ubisoft,0,0.09,0,0.01,0.1 +10449,Motocross Mania 3,PS2,2004,Racing,Take-Two Interactive,0.05,0.04,0,0.01,0.1 +10450,Fatal Frame 2: Wii Edition,Wii,2012,Action,Nintendo,0,0,0.1,0,0.1 +10451,Dancing on Ice,Wii,2010,Sports,Ghostlight,0,0.09,0,0.01,0.1 +10452,Pro Yakyuu Famista DS 2009,DS,2009,Sports,Namco Bandai Games,0,0,0.1,0,0.1 +10453,Banjo-Pilot,GBA,2005,Racing,THQ,0.07,0.03,0,0,0.1 +10454,Family Feud: 2012 Edition,X360,2011,Misc,Ubisoft,0.1,0,0,0.01,0.1 +10455,Gallop Racer 2006,PS2,2005,Sports,Tecmo Koei,0.02,0.02,0.06,0.01,0.1 +10456,Army Corps of Hell,PSV,2011,Action,Square Enix,0.05,0.04,0,0.02,0.1 +10457,Frogger: Ancient Shadow,PS2,2005,Platform,Konami Digital Entertainment,0.05,0.04,0,0.01,0.1 +10458,Digimon Story: Lost Evolution,DS,2010,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10459,Exit DS,DS,2008,Puzzle,Square Enix,0.09,0,0.01,0.01,0.1 +10460,Ski-Doo Snowmobile Challenge,PS3,2009,Racing,PQube,0.1,0,0,0.01,0.1 +10461,Universe at War: Earth Assault,X360,2008,Action,Sega,0.09,0.01,0,0.01,0.1 +10462,Despicable Me: The Game,PS2,2010,Platform,D3Publisher,0.05,0.04,0,0.01,0.1 +10463,Metal Arms: Glitch in the System,GC,2003,Shooter,Vivendi Games,0.08,0.02,0,0,0.1 +10464,The Whispered World,PC,2009,Adventure,Deep Silver,0,0.08,0,0.02,0.1 +10465,Tom Clancy's Splinter Cell: Chaos Theory,GC,2005,Action,Ubisoft,0.08,0.02,0,0,0.1 +10466,Learn Chess,DS,2009,Misc,DreamCatcher Interactive,0.1,0,0,0.01,0.1 +10467,Happy Feet Two,PS3,N/A,Action,Warner Bros. Interactive Entertainment,0.09,0.01,0,0.01,0.1 +10468,Escape From Monkey Island,PS2,2001,Adventure,LucasArts,0.05,0.04,0,0.01,0.1 +10469,Leisure Suit Larry: Box Office Bust,PS3,2009,Adventure,Codemasters,0.06,0.03,0,0.01,0.1 +10470,The Wolf Among Us,PS3,2014,Adventure,Telltale Games,0.05,0.03,0,0.02,0.1 +10471,Mickey's Speedway USA (weekly JP sales),N64,2000,Racing,Nintendo,0,0,0.1,0,0.1 +10472,Who Wants to Be a Millionaire: 3rd Edition,Wii,2010,Misc,Ubisoft,0.1,0,0,0.01,0.1 +10473,Boku no Natsuyasumi Portable: Mushi Mushi Hakase to Teppen-yama no Himitsu!!,PSP,2006,Adventure,Sony Computer Entertainment,0,0,0.1,0,0.1 +10474,Miami Law,DS,2009,Adventure,Konami Digital Entertainment,0.1,0,0,0.01,0.1 +10475,Macross 30: Ginga o Tsunagu Utagoe,PS3,2013,Shooter,Namco Bandai Games,0,0,0.1,0,0.1 +10476,Kidou Senshi Gundam UC,PS3,2012,Action,Namco Bandai Games,0,0,0.1,0,0.1 +10477,Yu-Gi-Oh! 5D's Wheelie Breakers,Wii,2009,Racing,Konami Digital Entertainment,0.09,0.01,0,0.01,0.1 +10478,Nicktoons: MLB,DS,2011,Sports,Take-Two Interactive,0.1,0,0,0.01,0.1 +10479,Gretzky NHL,PSP,2005,Sports,Sony Computer Entertainment,0.1,0,0,0.01,0.1 +10480,Corvette Evolution GT,DS,2008,Racing,Black Bean Games,0.1,0,0,0.01,0.1 +10481,May's Mystery: Forbidden Memories,DS,2011,Puzzle,Mastertronic,0.05,0.04,0,0.01,0.1 +10482,PictoImage,DS,2007,Puzzle,Sega,0.1,0,0,0.01,0.1 +10483,Etrian Odyssey II: Heroes of Lagaard,3DS,2014,Role-Playing,Atlus,0,0,0.1,0,0.1 +10484,Ridge Racer 2,PSP,2006,Racing,Sony Computer Entertainment,0,0.03,0.07,0.01,0.1 +10485,Momotarou Dentetsu 16,Wii,2007,Misc,Hudson Soft,0,0,0.1,0,0.1 +10486,Igor: The Game,Wii,2008,Adventure,CDV Software Entertainment,0.09,0,0,0.01,0.1 +10487,Dropship: United Peace Force,PS2,2002,Simulation,Sony Computer Entertainment,0.05,0.04,0,0.01,0.1 +10488,Road Rash: Jailbreak,GBA,2003,Racing,Zoo Digital Publishing,0.07,0.03,0,0,0.1 +10489,Rome: Total War,PC,2004,Strategy,Activision,0,0.08,0,0.02,0.1 +10490,Green Lantern: Rise of the Manhunters,Wii,2011,Action,Warner Bros. Interactive Entertainment,0.06,0.04,0,0.01,0.1 +10491,Castlevania: Lords of Shadow 2,X360,2014,Action,Konami Digital Entertainment,0.02,0.07,0,0.01,0.1 +10492,Lucha Libre AAA: Heroes del Ring,PS3,2010,Fighting,Konami Digital Entertainment,0.1,0,0,0.01,0.1 +10493,Syberia,XB,2003,Action,Microids,0.08,0.02,0,0,0.1 +10494,G1 Jockey 3,PS2,2002,Sports,THQ,0.02,0.01,0.07,0,0.1 +10495,Shrek: Forever After,X360,2010,Platform,Activision,0.09,0,0,0.01,0.1 +10496,Atsumare! Power Pro Kun no DS Koushien,DS,N/A,Sports,N/A,0,0,0.1,0,0.1 +10497,Revolution X,PS,1995,Shooter,Acclaim Entertainment,0.06,0.04,0,0.01,0.1 +10498,Myst,DS,2007,Adventure,Midway Games,0.09,0,0,0.01,0.1 +10499,Little Battlers eXperience W,3DS,2013,Role-Playing,Level 5,0,0,0.1,0,0.1 +10500,Riviera: The Promised Land,GBA,2004,Role-Playing,Sting,0.07,0.03,0,0,0.1 +10501,Risen 3: Titan Lords,PS3,2014,Role-Playing,Deep Silver,0.02,0.06,0,0.02,0.1 +10502,Top Gun: Combat Zones,GBA,2004,Simulation,Mastiff,0.07,0.03,0,0,0.1 +10503,Bujingai: The Forsaken City,PS2,2003,Fighting,505 Games,0.05,0.04,0,0.01,0.1 +10504,Doko Demo Issho,PSP,2004,Misc,Sony Computer Entertainment,0,0,0.1,0,0.1 +10505,Alvin and the Chipmunks: The Squeakquel,Wii,2009,Misc,Majesco Entertainment,0.09,0,0,0.01,0.1 +10506,The Story of Noah's Ark,DS,2010,Action,SouthPeak Games,0.1,0,0,0.01,0.1 +10507,Brooktown High: Senior Year,PSP,2007,Simulation,Konami Digital Entertainment,0.09,0,0,0.01,0.1 +10508,Astro Boy: The Video Game,DS,2009,Action,D3Publisher,0.09,0,0,0.01,0.1 +10509,Zombie Army Trilogy,XOne,2015,Shooter,Rebellion Developments,0.04,0.05,0,0.01,0.1 +10510,Beyond Good & Evil,XB,2003,Adventure,Ubisoft,0.08,0.02,0,0,0.1 +10511,Blitz: The League II,X360,2008,Sports,Midway Games,0.08,0.01,0,0.01,0.1 +10512,Death By Degrees,PS2,2005,Action,Sony Computer Entertainment,0.05,0.04,0,0.01,0.1 +10513,Vandal Hearts II,PS,1999,Strategy,Konami Digital Entertainment,0.06,0.04,0,0.01,0.1 +10514,Gouketuji Ichizoku 2: Chottodake Saikyou Densetsu,PS,1995,Fighting,Atlus,0,0,0.1,0.01,0.1 +10515,Samurai Warriors Chronicles 2nd,3DS,2012,Action,Ubisoft Annecy,0,0,0.1,0,0.1 +10516,Medal of Honor: Vanguard,Wii,2007,Shooter,Electronic Arts,0.06,0.03,0,0.01,0.1 +10517,Toaru Majutsu no Index,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.1,0,0.1 +10518,Dora's Cooking Club,DS,2010,Misc,Take-Two Interactive,0.08,0.01,0,0.01,0.1 +10519,ESA Game Pack,PS3,2010,Misc,Sony Computer Entertainment,0.09,0,0,0.01,0.1 +10520,America's Next Top Model,DS,2008,Action,Eidos Interactive,0.1,0,0,0.01,0.1 +10521,God Eater 2: Rage Burst,PS4,2015,Role-Playing,Namco Bandai Games,0,0.01,0.09,0,0.1 +10522,Uta no Prince-Sama: Music,PSP,2011,Misc,Broccoli,0,0,0.1,0,0.1 +10523,UNO / Skip-Bo / UNO Freefall,DS,2006,Misc,Zoo Digital Publishing,0.1,0,0,0.01,0.1 +10524,Culdcept DS,DS,2008,Strategy,Sega,0,0,0.1,0,0.1 +10525,Colin McRae Rally 04,XB,2004,Racing,Codemasters,0.08,0.02,0,0,0.1 +10526,Monster Jam: Maximum Destruction,GBA,2002,Racing,Ubisoft,0.07,0.03,0,0,0.1 +10527,The King of Fighters: Dream Match 1999,DC,1999,Fighting,SNK,0,0,0.1,0,0.1 +10528,FIFA Street,XB,2005,Sports,Electronic Arts,0.08,0.02,0,0,0.1 +10529,Truth or Lies,Wii,2010,Misc,THQ,0.04,0.05,0,0.01,0.1 +10530,Weiss Schwarz Portable,PSP,2011,Strategy,Namco Bandai Games,0,0,0.1,0,0.1 +10531,Kirarin * Revolution: Mezase! Idol Queen,DS,2007,Simulation,Konami Digital Entertainment,0,0,0.1,0,0.1 +10532,Dungeons & Dragons Tactics,PSP,2007,Strategy,Atari,0.09,0,0,0.01,0.1 +10533,X-Men: Children of the Atom,PS,1998,Fighting,Acclaim Entertainment,0.06,0.04,0,0.01,0.1 +10534,Hot Wheels: Stunt Track Challenge,XB,2004,Racing,THQ,0.08,0.02,0,0,0.1 +10535,Dora & Kai-Lan's Pet Shelter,DS,2011,Strategy,Take-Two Interactive,0.08,0.01,0,0.01,0.1 +10536,DJ Max Fever,PSP,2009,Misc,PM Studios,0.09,0,0,0.01,0.1 +10537,Math Blaster in the Prime Adventure,DS,2009,Misc,Majesco Entertainment,0.09,0,0,0.01,0.1 +10538,Football Director DS,DS,2008,Sports,Pinnacle,0,0.1,0,0,0.1 +10539,Shellshock,PS,1995,Action,Core Design Ltd.,0.06,0.04,0,0.01,0.1 +10540,Blue Stinger,DC,1999,Adventure,Activision,0,0,0.1,0,0.1 +10541,Yggdra Union: We'll Never Fight Alone,PSP,2008,Role-Playing,Sting,0.05,0,0.04,0.01,0.1 +10542,The Destiny of Zorro,Wii,2009,Action,505 Games,0.1,0,0,0.01,0.1 +10543,Hot Wheels Ultimate Racing,PSP,2007,Action,Activision,0.09,0,0,0.01,0.1 +10544,Capcom vs. SNK 2 EO,XB,2003,Fighting,Capcom,0.08,0.02,0,0,0.1 +10545,Inazuma Eleven GO Strikers 2013,Wii,2012,Role-Playing,Level 5,0,0,0.1,0,0.1 +10546,Metal Gear Solid HD Edition,PS3,2011,Action,Konami Digital Entertainment,0,0,0.1,0,0.1 +10547,Hunter: The Reckoning,GC,2002,Action,Virgin Interactive,0.08,0.02,0,0,0.1 +10548,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Ossu! Banchou - Yoshimune DS,DS,2007,Misc,Paon,0,0,0.1,0,0.1 +10549,Urban Chaos,PS,1999,Action,Eidos Interactive,0.06,0.04,0,0.01,0.1 +10550,Creeper World 3: Arc Eternal,Wii,2009,Strategy,Namco Bandai Games,0,0,0.1,0,0.1 +10551,Monkey Mischief! Party Time,Wii,2008,Misc,Activision,0.09,0,0,0.01,0.1 +10552,Draglade,DS,2007,Fighting,505 Games,0.09,0,0,0.01,0.1 +10553,DS Kageyama Method: Dennou Hanpuku - Tadashii Kanji Kakitori-Kun,DS,2007,Misc,Shogakukan,0,0,0.1,0,0.1 +10554,Water Sports,Wii,2009,Action,Avanquest,0.05,0.04,0,0.01,0.1 +10555,Freaky Flyers,PS2,2003,Racing,Midway Games,0.05,0.04,0,0.01,0.1 +10556,Baten Kaitos Origins,GC,2006,Role-Playing,Unknown,0.06,0.02,0.02,0,0.1 +10557,E路O路E: Eve of Extinction,PS2,2002,Fighting,Eidos Interactive,0.04,0.03,0.02,0.01,0.1 +10558,Pro Evolution Soccer 2016,XOne,2015,Sports,Konami Digital Entertainment,0.03,0.06,0,0.01,0.1 +10559,Dark Summit,XB,2001,Sports,THQ,0.08,0.02,0,0,0.1 +10560,Penguin no Mondai: The World,DS,2010,Adventure,Konami Digital Entertainment,0,0,0.1,0,0.1 +10561,My Healthy Cooking Coach,DS,N/A,Simulation,Unknown,0.09,0,0,0.01,0.1 +10562,Yaiba: Ninja Gaiden Z,PS3,2014,Action,Tecmo Koei,0.05,0.04,0,0.02,0.1 +10563,Flushed Away,DS,2006,Platform,D3Publisher,0.09,0,0,0.01,0.1 +10564,Surf's Up,X360,2007,Sports,Ubisoft,0.09,0,0,0.01,0.1 +10565,Hakuouki Portable,PSP,2009,Adventure,Idea Factory,0,0,0.1,0,0.1 +10566,NHL 2004,GC,2003,Sports,Electronic Arts,0.08,0.02,0,0,0.1 +10567,Fallout 3 Game Add-On Pack: The Pitt and Operation: Anchorage,X360,2009,Role-Playing,Bethesda Softworks,0.09,0.01,0,0.01,0.1 +10568,Cabela's Adventure Camp,X360,2011,Misc,Activision,0.07,0.02,0,0.01,0.1 +10569,KORG DS-10 Synthesizer Plus,DS,2009,Misc,AQ Interactive,0.08,0,0.02,0.01,0.1 +10570,World Snooker Championship 2007,PS3,2007,Sports,Sega,0,0.1,0,0,0.1 +10571,X-Men: The Official Game,XB,2006,Action,Activision,0.08,0.02,0,0,0.1 +10572,RLH: Run Like Hell,PS2,2002,Shooter,Virgin Interactive,0.05,0.04,0,0.01,0.1 +10573,Digimon Adventure,PSP,2013,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10574,Doom 3,PC,2004,Shooter,Activision,0.05,0.04,0,0.01,0.1 +10575,The Ant Bully,PS2,2006,Platform,Midway Games,0.05,0.04,0,0.01,0.1 +10576,Conflict: Global Terror,XB,2005,Shooter,SCi,0.08,0.02,0,0,0.1 +10577,Minority Report: Everybody Runs,GC,2002,Action,Activision,0.08,0.02,0,0,0.1 +10578,Monster Rancher EVO,PS2,2005,Role-Playing,Tecmo Koei,0.02,0.02,0.05,0.01,0.1 +10579,Project Hacker: Kakusei,DS,2006,Action,Nintendo,0,0,0.1,0,0.1 +10580,Pajama Sam: Don't Fear The Dark,Wii,2008,Adventure,Atari,0.09,0,0,0.01,0.1 +10581,GRID Autosport,X360,2014,Racing,Codemasters,0.03,0.06,0,0.01,0.1 +10582,World Series of Poker 2008: Battle for the Bracelets,PS3,2007,Misc,Activision,0.08,0.01,0,0.01,0.1 +10583,Wasteland 2,PS4,2015,Role-Playing,Deep Silver,0.07,0,0.01,0.02,0.1 +10584,Guitar Hero: Van Halen,PS2,2009,Misc,Activision,0.05,0.04,0,0.01,0.1 +10585,Olympic Summer Games: Atlanta 1996,PS,1996,Sports,U.S. Gold,0.06,0.04,0,0.01,0.1 +10586,Little League World Series Baseball 2008,Wii,2008,Sports,Activision,0.09,0,0,0.01,0.1 +10587,Disney's The Haunted Mansion,GC,2003,Platform,Take-Two Interactive,0.08,0.02,0,0,0.1 +10588,Tatsunoko vs. Capcom: Cross Generation of Heroes,Wii,2008,Fighting,Capcom,0,0,0.1,0,0.1 +10589,Alvin and the Chipmunks: Chipwrecked,X360,2011,Misc,505 Games,0.08,0.01,0,0.01,0.1 +10590,Darius Gaiden,SAT,1995,Shooter,Acclaim Entertainment,0,0,0.1,0,0.1 +10591,All Kamen Rider: Rider Generation 2,DS,2012,Action,Namco Bandai Games,0,0,0.1,0,0.1 +10592,Beach Spikers: Virtua Beach Volleyball,GC,2002,Sports,Sega,0.08,0.02,0,0,0.1 +10593,Total War: WARHAMMER,PC,2016,Strategy,Sega,0,0.1,0,0.01,0.1 +10594,Tom Clancy's Ghost Recon: Predator,PSP,2010,Shooter,Ubisoft,0.07,0.02,0,0.02,0.1 +10595,You Don't Know Jack: Mock 2,PS,2000,Misc,Vivendi Games,0.06,0.04,0,0.01,0.1 +10596,Blue Dragon: Awakened Shadow,DS,2009,Role-Playing,Namco Bandai Games,0.06,0,0.03,0,0.1 +10597,3D Tank Warfare Simulator Panzer Front,PS,1999,Simulation,Avalon Interactive,0.06,0.04,0,0.01,0.1 +10598,[Prototype 2],PC,2012,Action,Activision,0.07,0.02,0,0.01,0.1 +10599,NASCAR The Game: Inside Line,X360,2012,Racing,Activision,0.09,0,0,0.01,0.1 +10600,Sudoku Mania,DS,2006,Puzzle,Zoo Digital Publishing,0.09,0,0,0.01,0.1 +10601,Blades of Time,PS3,2012,Action,Konami Digital Entertainment,0.04,0.03,0.01,0.01,0.1 +10602,Rolling Stone: Drum King,Wii,2009,Misc,505 Games,0.09,0,0,0.01,0.1 +10603,Jade Cocoon 2,PS2,2001,Role-Playing,Ubisoft,0.05,0.04,0,0.01,0.1 +10604,Lord of Apocalypse,PSV,2011,Role-Playing,Square Enix,0,0,0.1,0,0.1 +10605,Bejeweled Twist,DS,2010,Puzzle,PopCap Games,0,0.09,0,0.01,0.1 +10606,Rock Band 3,DS,2010,Misc,MTV Games,0.09,0.01,0,0.01,0.1 +10607,Kabushiki Baibai Trainer: Kabutore!,DS,2006,Simulation,Konami Digital Entertainment,0,0,0.1,0,0.1 +10608,Sword & Sorcery,SAT,1996,Role-Playing,Micro Cabin,0,0,0.1,0,0.1 +10609,Van Helsing,GBA,2004,Action,Activision,0.07,0.03,0,0,0.1 +10610,NFL Tour,X360,2008,Sports,Electronic Arts,0.09,0,0,0.01,0.1 +10611,Bee Movie Game,PS2,2007,Action,Activision,0.05,0.04,0,0.01,0.1 +10612,NBA Live 16,XOne,2015,Sports,Electronic Arts,0.08,0.01,0,0.01,0.1 +10613,Spider-Man: Web of Shadows,DS,2008,Action,Activision,0.09,0,0,0.01,0.1 +10614,Bullet Witch,X360,2006,Shooter,Atari,0.07,0.01,0.02,0.01,0.1 +10615,USA Today Puzzle Craze,DS,2009,Puzzle,Destineer,0.09,0,0,0.01,0.1 +10616,Machi-Ing Maker 3 x Tousouchuu,PSP,2010,Simulation,D3Publisher,0,0,0.1,0,0.1 +10617,Kelly Slater's Pro Surfer,XB,2002,Sports,Activision,0.08,0.02,0,0,0.1 +10618,SNK vs. Capcom: SVC Chaos,XB,2004,Fighting,Ignition Entertainment,0.08,0.02,0,0,0.1 +10619,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,PS2,2005,Platform,Global Star,0.05,0.04,0,0.01,0.1 +10620,Choujikuu Yousai Macross: Ai Oboete Imasu ka,SAT,1997,Shooter,Namco Bandai Games,0,0,0.1,0,0.1 +10621,Vanishing Point,PS,2001,Racing,Acclaim Entertainment,0.06,0.04,0,0.01,0.1 +10622,SCORE International Baja 1000: The Official Game,Wii,2008,Racing,Activision,0.09,0,0,0.01,0.1 +10623,Dragonseeds,PS,1998,Action,Jaleco,0.03,0.02,0.04,0.01,0.1 +10624,The Bard's Tale,XB,2004,Role-Playing,Ubisoft,0.08,0.02,0,0,0.1 +10625,Opoona,Wii,2007,Role-Playing,Tecmo Koei,0.08,0,0.01,0.01,0.1 +10626,Big League Sports,Wii,2008,Sports,Activision,0.09,0.01,0,0.01,0.1 +10627,nail'd,X360,2010,Racing,Deep Silver,0.08,0.02,0,0.01,0.1 +10628,Nodame Cantabile,DS,2007,Misc,Namco Bandai Games,0,0,0.1,0,0.1 +10629,Alien Hominid,PS2,2004,Shooter,Zoo Digital Publishing,0.05,0.04,0,0.01,0.1 +10630,Record of Agarest War Zero,X360,2010,Strategy,Compile Heart,0.09,0,0,0.01,0.1 +10631,L'Aigle de Guerre,GBA,2001,Strategy,Nintendo,0,0,0.1,0,0.1 +10632,Jeopardy!,N64,1998,Misc,GameTek,0.08,0.02,0,0,0.1 +10633,Disney's Donald Duck: Goin' Quackers,N64,2000,Platform,Ubisoft,0.08,0.02,0,0,0.1 +10634,Aidyn Chronicles: The First Mage,N64,2001,Role-Playing,THQ,0.08,0.02,0,0,0.1 +10635,Aquapazza: Aquaplus Dream Match,PS3,2012,Fighting,Aqua Plus,0.05,0,0.05,0.01,0.1 +10636,Virtual Pool 64,N64,1998,Sports,Crave Entertainment,0.08,0.02,0,0,0.1 +10637,Indy Racing 2000,N64,2000,Racing,Infogrames,0.08,0.02,0,0,0.1 +10638,Flying Dragon,N64,1997,Fighting,Natsume,0.08,0.02,0,0,0.1 +10639,International Superstar Soccer 64 (weekly JP sales),N64,1997,Sports,Konami Digital Entertainment,0,0,0.05,0.05,0.1 +10640,Lode Runner 3-D,N64,1998,Action,Infogrames,0.08,0.02,0,0,0.1 +10641,The History Channel: Civil War - Secret Missions,PS3,2008,Shooter,Activision,0.09,0,0,0.01,0.1 +10642,GT64 Championship Edition,N64,1998,Racing,Ocean,0.08,0.02,0,0,0.1 +10643,Milo's Astro Lanes,N64,1998,Sports,Interplay,0.08,0.02,0,0,0.1 +10644,Gekido,PS,1999,Fighting,Infogrames,0.06,0.04,0,0.01,0.1 +10645,Harry Potter and the Deathly Hallows - Part 1,PC,2010,Action,Electronic Arts,0.08,0.02,0,0.01,0.1 +10646,Fifi and the Flowertots,DS,2009,Misc,Avanquest,0,0.09,0,0.01,0.1 +10647,Disney's The Jungle Book,GBA,2002,Platform,Ubisoft,0.07,0.03,0,0,0.1 +10648,King of Clubs: Mini Golf,Wii,2008,Sports,Oxygen Interactive,0.09,0,0,0.01,0.1 +10649,Ultimate Marvel vs. Capcom 3,PS3,2011,Fighting,Capcom,0,0.04,0.04,0.01,0.1 +10650,Cate West: The Vanishing Files,DS,2008,Adventure,Oxygen Interactive,0.08,0.01,0,0.01,0.1 +10651,Army Men World War: Team Assault,PS,2001,Action,3DO,0.06,0.04,0,0.01,0.1 +10652,Tom Clancy's Splinter Cell,GBA,2003,Action,Ubisoft,0.07,0.03,0,0,0.1 +10653,Harry Potter and the Deathly Hallows - Part 2,PC,2011,Action,Electronic Arts,0.05,0.04,0,0.01,0.1 +10654,NHL 2K6,X360,2005,Sports,Take-Two Interactive,0.09,0,0,0.01,0.1 +10655,Marvel vs. Capcom: Clash of Super Heroes,DC,1999,Fighting,Capcom,0,0,0.1,0,0.1 +10656,NBA Ballers: Rebound,PSP,2006,Sports,Midway Games,0.09,0,0,0.01,0.1 +10657,King's Field: The Ancient City,PS2,2001,Role-Playing,Metro 3D,0.05,0.04,0,0.01,0.1 +10658,LEGO Rock Raiders,PS,1999,Strategy,LEGO Media,0.06,0.04,0,0.01,0.1 +10659,Silent Scope Complete,XB,2004,Shooter,Konami Digital Entertainment,0.07,0.02,0,0,0.1 +10660,Digimon All-Star Rumble,PS3,2014,Fighting,Namco Bandai Games,0.06,0.03,0,0.02,0.1 +10661,Ghost in the Shell,PS,1997,Simulation,Sony Computer Entertainment,0.06,0.04,0,0.01,0.1 +10662,Atelier Sophie: The Alchemist of the Mysterious Book,PS4,2015,Role-Playing,Tecmo Koei,0.01,0.02,0.06,0.01,0.1 +10663,Marvel Super Hero Squad: The Infinity Gauntlet,3DS,2011,Action,THQ,0.07,0.02,0,0.01,0.1 +10664,Evil Dead: Fistfull of Boomstick,XB,2003,Action,THQ,0.07,0.02,0,0,0.1 +10665,Tom Clancy's Classic Trilogy,XB,2004,Shooter,Ubisoft,0.07,0.02,0,0,0.1 +10666,Harvest Moon DS Cute (jp sales),DS,2005,Simulation,Marvelous Interactive,0,0,0.1,0,0.1 +10667,Bleach: Dark Souls (JP sales),DS,2007,Fighting,Sega,0,0,0.1,0,0.1 +10668,Indigo Prophecy,XB,2005,Adventure,Atari,0.07,0.03,0,0,0.1 +10669,NASCAR '14,PS3,2014,Racing,Deep Silver,0.09,0,0,0.01,0.1 +10670,Kiku! Kaku! Kotoba o Fuyasu! Hajimete no Eigo Training,DS,2007,Misc,Benesse,0,0,0.1,0,0.1 +10671,Over the Hedge,XB,2006,Platform,Activision,0.07,0.02,0,0,0.1 +10672,Sneakers,XB,2002,Puzzle,Microsoft Game Studios,0.07,0.02,0,0,0.1 +10673,Sword Art Online: Lost Song,PS3,2015,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10674,Crime Crackers,PS,1994,Role-Playing,Sony Computer Entertainment,0,0,0.09,0.01,0.1 +10675,Earth Defense Force 2025.1: The Shadow of New Despair,PS4,2015,Action,D3Publisher,0,0,0.1,0,0.1 +10676,Pro Evolution Soccer 2013,Wii,2012,Sports,Konami Digital Entertainment,0,0.03,0.06,0,0.1 +10677,Micro Machines V3,PS,1997,Racing,Codemasters,0.06,0.04,0,0.01,0.1 +10678,Alvin and the Chipmunks: Chipwrecked,Wii,2011,Misc,505 Games,0.08,0.01,0,0.01,0.1 +10679,College Hoops 2K6,XB,2005,Sports,Take-Two Interactive,0.07,0.02,0,0,0.1 +10680,"Sakura Wars 2: Kimi, Shinitamou koto Nakare",DC,2000,Adventure,Sega,0,0,0.1,0,0.1 +10681,NatGeo Challenge! Wild Life,PS3,2010,Misc,Black Bean Games,0.05,0.03,0,0.01,0.1 +10682,Idol Janshi Suchie-Pai Remix,SAT,1995,Misc,Jaleco,0,0,0.1,0,0.1 +10683,Kung Fu Panda 2,PS3,2011,Action,THQ,0.04,0.04,0,0.02,0.1 +10684,Star Wars: Lethal Alliance,DS,2006,Action,Ubisoft,0.08,0.01,0,0.01,0.1 +10685,Exhibition Volume 03,XB,2003,Misc,Microsoft Game Studios,0.07,0.02,0,0,0.1 +10686,Zero4 Champ RR-Z,SNES,1995,Racing,Media Rings,0,0,0.1,0,0.1 +10687,Initial D: Street Stage,PSP,2006,Racing,Sega,0,0,0.1,0,0.1 +10688,Tales of Innocence R,PSV,2012,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10689,Generator Rex: Agent of Providence,3DS,2011,Action,Activision,0.07,0.02,0,0.01,0.1 +10690,Petz Hamsterz Superstarz,DS,2009,Simulation,Ubisoft,0.09,0,0,0.01,0.1 +10691,NeverDead,X360,2012,Shooter,Konami Digital Entertainment,0.06,0.03,0,0.01,0.1 +10692,Happy Feet Two,X360,N/A,Action,Warner Bros. Interactive Entertainment,0.08,0.01,0,0.01,0.1 +10693,Age of Empires II: The Age of Kings,PC,1999,Strategy,Microsoft Game Studios,0.01,0.08,0,0.02,0.1 +10694,"Warhammer 40,000: Dawn of War II - Chaos Rising",PC,2010,Strategy,THQ,0.08,0.01,0,0.01,0.1 +10695,Predator: Concrete Jungle,XB,2005,Action,Vivendi Games,0.07,0.02,0,0,0.1 +10696,CSI: Hard Evidence,X360,2007,Adventure,Ubisoft,0.07,0.02,0,0.01,0.1 +10697,F1 2014,PC,2014,Racing,Codemasters,0,0.09,0,0.01,0.1 +10698,Code Lyoko: Quest for Infinity,Wii,2007,Action,Game Factory,0.07,0.02,0,0.01,0.1 +10699,Fate/hollow ataraxia,PSV,2014,Adventure,Type-Moon,0,0,0.1,0,0.1 +10700,Lucky * Star: Ryouou Gakuen Outousai,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.1,0,0.1 +10701,Scribblenauts Unmasked: A DC Comics Adventure,3DS,2013,Puzzle,Warner Bros. Interactive Entertainment,0.09,0,0,0.01,0.1 +10702,Murder in Venice,DS,2011,Adventure,City Interactive,0.06,0.03,0,0.01,0.1 +10703,Nancy Drew: The Model Mysteries,DS,2010,Puzzle,THQ,0.09,0,0,0.01,0.1 +10704,Ride,XOne,2015,Racing,Milestone S.r.l.,0.04,0.05,0,0.01,0.1 +10705,Naruto Shippuden: Gekito Ninja Taisen! EX,Wii,2007,Fighting,Takara Tomy,0,0,0.1,0,0.1 +10706,Universal Studios Theme Parks Adventure,GC,2001,Misc,Kemco,0.08,0.02,0,0,0.1 +10707,Nihon Keizai Shinbunsha Kanshuu: Shiranai Mamade wa Son o Suru Mono ya Okane no Shikumi DS,DS,2009,Misc,Nintendo,0,0,0.1,0,0.1 +10708,Little League World Series Baseball 2010,X360,2010,Sports,Activision,0.09,0,0,0.01,0.1 +10709,Piglet's Big Game,PS2,2003,Platform,Gotham Games,0.05,0.04,0,0.01,0.1 +10710,Real Bout Garou Densetsu,SAT,1996,Fighting,SNK,0,0,0.1,0,0.1 +10711,Arcania: Gothic 4,X360,2010,Role-Playing,JoWood Productions,0.03,0.04,0.01,0.01,0.1 +10712,Ben 10 Galactic Racing,X360,2011,Racing,D3Publisher,0.07,0.02,0,0.01,0.1 +10713,Project FIFA World Cup,PS2,2002,Sports,Electronic Arts,0,0,0.1,0,0.1 +10714,System Flaw,DS,2009,Shooter,Enjoy Gaming ltd.,0.09,0,0,0.01,0.1 +10715,Rio,X360,2011,Misc,THQ,0.05,0.03,0,0.01,0.1 +10716,Rocky: Legends,XB,2004,Action,Ubisoft,0.07,0.02,0,0,0.1 +10717,Lord of Apocalypse,PSP,2011,Role-Playing,Square Enix,0,0,0.1,0,0.1 +10718,The BIGS 2,PSP,2009,Sports,Take-Two Interactive,0.09,0,0,0.01,0.1 +10719,Horse Life Adventures,DS,2008,Simulation,Deep Silver,0.08,0.01,0,0.01,0.1 +10720,iCarly 2: iJoin The Click!,Wii,2010,Adventure,Activision,0.08,0.01,0,0.01,0.1 +10721,Burnout Paradise: The Ultimate Box,PC,2009,Racing,Electronic Arts,0,0.08,0,0.01,0.1 +10722,Famicom Mini: Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo Zenkouhen,GBA,2004,Adventure,Nintendo,0,0,0.1,0,0.1 +10723,The Secret Saturdays: Beasts of the 5th Sun,Wii,2009,Action,D3Publisher,0.09,0,0,0.01,0.1 +10724,Winter Stars,X360,2011,Sports,Deep Silver,0.05,0.04,0,0.01,0.1 +10725,Higurashi no Nakukoru ni Kizuna: Dai-Ni-Kan - Sou,DS,2008,Adventure,Alchemist,0,0,0.1,0,0.1 +10726,Star Trek: Shattered Universe,PS2,2004,Simulation,Global Star,0.05,0.04,0,0.01,0.1 +10727,The Land Before Time: Great Valley Racing Adventure,PS,2001,Racing,TDK Mediactive,0.05,0.04,0,0.01,0.1 +10728,Ultra Street Fighter IV,PS4,2015,Fighting,Capcom,0,0.08,0,0.01,0.1 +10729,Animal Planet: Vet Life,Wii,2009,Simulation,Activision,0.09,0,0,0.01,0.1 +10730,Cubic Ninja,3DS,2011,Platform,Ubisoft,0.05,0.04,0,0.01,0.1 +10731,Championship Pony,DS,2008,Simulation,"Destination Software, Inc",0.09,0,0,0.01,0.1 +10732,Harvest Moon: Frantic Farming,DS,2009,Puzzle,Rising Star Games,0.08,0.01,0,0.01,0.1 +10733,Rise of the Tomb Raider,PC,2016,Adventure,Square Enix,0,0.09,0,0.01,0.1 +10734,Pinball Hall of Fame: The Williams Collection,3DS,2011,Misc,Crave Entertainment,0.09,0,0,0.01,0.1 +10735,Persona 5,PS3,2016,Role-Playing,Unknown,0,0,0.1,0,0.1 +10736,Power Stone Collection,PSP,2006,Action,Capcom,0.08,0,0,0.01,0.1 +10737,MTX Mototrax,XB,2004,Racing,Activision,0.07,0.02,0,0,0.1 +10738,Blast Chamber,PS,1996,Shooter,Activision,0.05,0.04,0,0.01,0.1 +10739,Thor: God of Thunder,3DS,2011,Action,Sega,0.06,0.03,0,0.01,0.1 +10740,Mana Khemia: Student Alliance,PSP,2008,Role-Playing,Nippon Ichi Software,0.05,0,0.03,0.01,0.1 +10741,Retro Game Challenge (US sales),DS,2007,Action,Namco Bandai Games,0.1,0,0,0,0.1 +10742,EyeToy: Operation Spy,PS2,2005,Action,Sony Computer Entertainment,0.05,0.04,0,0.01,0.1 +10743,Zoo Tycoon (2013),X360,2013,Simulation,Microsoft Game Studios,0.02,0.07,0,0.01,0.1 +10744,MotoGP 07,PS2,2007,Racing,Capcom,0.05,0.04,0,0.01,0.1 +10745,Touch Detective,DS,2006,Adventure,505 Games,0.06,0.03,0,0.01,0.1 +10746,Option Tuning Car Battle,PS,1998,Racing,MTO,0,0,0.09,0.01,0.1 +10747,Rapala Pro Bass Fishing 2010,DS,2010,Sports,Activision,0.09,0,0,0.01,0.1 +10748,Derby Jockey 2,SNES,1995,Sports,Asmik Corp,0,0,0.1,0,0.1 +10749,Famicom Mini: Mappy,GBA,2004,Platform,Nintendo,0,0,0.09,0,0.1 +10750,Reign of Fire,XB,2002,Shooter,BAM! Entertainment,0.07,0.02,0,0,0.1 +10751,Descent Maximum,PS,1997,Shooter,Interplay Productions,0.05,0.04,0,0.01,0.1 +10752,Disney Sing It! High School Musical 3: Senior Year,X360,2009,Misc,Disney Interactive Studios,0.09,0,0,0.01,0.1 +10753,"Blast Works: Build, Trade, Destroy",Wii,2008,Shooter,Eidos Interactive,0.09,0,0,0.01,0.1 +10754,Resident Evil: Revelations 2,XOne,2015,Action,Capcom,0.07,0.02,0,0.01,0.1 +10755,Major League Baseball 2K11,DS,2011,Sports,Take-Two Interactive,0.09,0,0,0.01,0.1 +10756,Shining Force EXA,PS2,2007,Role-Playing,Sega,0,0,0.1,0,0.1 +10757,Virtual Pro Wrestling,PS,1996,Fighting,Asmik Ace Entertainment,0,0,0.09,0.01,0.1 +10758,Wasteland 2,PC,2015,Role-Playing,inXile Entertainment,0.02,0.06,0,0.01,0.1 +10759,Shadow Tower,PS,1998,Role-Playing,From Software,0.01,0.01,0.07,0.01,0.1 +10760,Luminous Arc 2 (JP sales),DS,N/A,Role-Playing,Unknown,0,0,0.1,0,0.1 +10761,Ninja Reflex,DS,2008,Action,Electronic Arts,0.09,0,0,0.01,0.1 +10762,Dragon Ball: Evolution,PSP,2009,Fighting,Namco Bandai Games,0.09,0,0,0.01,0.1 +10763,Red Bull BC One,DS,2008,Misc,Playlogic Game Factory,0.09,0,0,0.01,0.1 +10764,Heatseeker,Wii,2007,Action,Codemasters,0.08,0,0,0.01,0.1 +10765,Watchmen: The End is Nigh Part 1 & 2,X360,2009,Action,Warner Bros. Interactive Entertainment,0.09,0,0,0.01,0.1 +10766,Ford Racing 3,DS,2005,Racing,Zoo Digital Publishing,0.09,0,0,0.01,0.1 +10767,Ice Age 2: The Meltdown,XB,2006,Platform,Vivendi Games,0.07,0.02,0,0,0.1 +10768,Guilty Gear Isuka,PS2,2004,Fighting,505 Games,0.05,0.04,0,0.01,0.1 +10769,MySims SkyHeroes,X360,2010,Action,Electronic Arts,0.09,0,0,0.01,0.1 +10770,NASCAR Unleashed,PS3,2011,Racing,Activision,0.09,0,0,0.01,0.1 +10771,Shadow Master,PS,1997,Adventure,Psygnosis,0.05,0.04,0,0.01,0.1 +10772,Global Touring Challenge: Africa,PS2,2001,Racing,Rage Software,0.05,0.04,0,0.01,0.1 +10773,Jikkyou Powerful Pro Yakyuu 2013,PSV,2013,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10774,Dead or Alive 5,PSV,2013,Fighting,Tecmo Koei,0,0.05,0.03,0.02,0.1 +10775,Tokimeki Memorial: Taisen Pazurudama,PS,1996,Puzzle,Konami Digital Entertainment,0,0,0.09,0.01,0.1 +10776,InuYasha: Secret of the Divine Jewel,DS,2007,Role-Playing,Namco Bandai Games,0.09,0,0,0.01,0.1 +10777,MotoGP 2,XB,2003,Racing,THQ,0.07,0.02,0,0,0.1 +10778,Pro Yakyuu Famista DS,DS,2007,Sports,Namco Bandai Games,0,0,0.1,0,0.1 +10779,Ultimate Muscle - The Kinnikuman Legacy: The Path of the Superhero,GBA,2002,Fighting,Banpresto,0.05,0.02,0.03,0,0.1 +10780,BIT.TRIP COMPLETE,Wii,2011,Misc,Rising Star Games,0.06,0.02,0,0.01,0.1 +10781,EyeCreate,PS3,2007,Misc,Sony Computer Entertainment,0,0.08,0,0.02,0.1 +10782,Skylanders: Spyro's Adventure,PC,2011,Action,Activision,0.05,0.03,0,0.01,0.1 +10783,Paws & Claws: Pet Vet,Wii,2009,Simulation,THQ,0.09,0,0,0.01,0.1 +10784,Touch Mechanic,DS,2008,Simulation,Nintendo,0.09,0,0,0.01,0.1 +10785,Ciel Nosurge: Ushinawareta Hoshi e Sasagu Uta,PSV,2012,Adventure,Gust,0,0,0.1,0,0.1 +10786,Ar tonelico: Melody of Elemia,PS2,2006,Role-Playing,505 Games,0,0,0.1,0,0.1 +10787,Man vs. Wild,X360,2011,Action,Crave Entertainment,0.09,0,0,0.01,0.1 +10788,Sol Trigger,PSP,2012,Role-Playing,Image Epoch,0,0,0.1,0,0.1 +10789,Pony Friends 2,Wii,2009,Simulation,Eidos Interactive,0.04,0.05,0,0.01,0.1 +10790,Castlevania Double Pack,GBA,2006,Platform,Konami Digital Entertainment,0.07,0.03,0,0,0.1 +10791,Ballistic: Ecks vs. Sever,GBA,2002,Shooter,BAM! Entertainment,0.07,0.03,0,0,0.1 +10792,Jikkyou Powerful Pro Yakyuu 11,GC,2004,Sports,Konami Digital Entertainment,0,0,0.09,0,0.1 +10793,Steel Battalion,XB,2002,Simulation,Microsoft Game Studios,0.05,0.02,0.02,0,0.1 +10794,The Daring Game for Girls,Wii,N/A,Adventure,Unknown,0.09,0,0,0.01,0.1 +10795,Glory Days 2,DS,2007,Strategy,Ghostlight,0.08,0,0,0.01,0.1 +10796,Johnny Bravo in The Hukka-Mega-Mighty-Ultra-Extreme Date-O-Rama,DS,2009,Action,Blast! Entertainment Ltd,0.09,0,0,0.01,0.1 +10797,Street Fighter Collection,PS,1997,Fighting,Capcom,0,0,0.09,0.01,0.1 +10798,thinkSMART,DS,2010,Misc,Conspiracy Entertainment,0.09,0,0,0.01,0.1 +10799,Digimon Story: Super Xros Wars Blue/Red,DS,2011,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10800,Tennis no Oji-Sama: Motto Gakuensai no Ouji-Sama - More Sweet Edition,DS,2010,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10801,Mind Quiz,PSP,2006,Action,Ubisoft,0.08,0.01,0,0.01,0.1 +10802,Populous DS,DS,2008,Strategy,Rising Star Games,0.07,0,0.02,0.01,0.1 +10803,Who Wants to Be A Millionaire?,X360,2011,Misc,Ubisoft,0.09,0,0,0.01,0.1 +10804,Bladestorm: The Hundred Years' War,X360,2007,Action,Tecmo Koei,0.08,0.01,0,0.01,0.1 +10805,Cartoon Network: Punch Time Explosion,3DS,2011,Fighting,Deep Silver,0.07,0.02,0,0.01,0.1 +10806,Imagine: Reporter,DS,2010,Simulation,Ubisoft,0.08,0.01,0,0.01,0.1 +10807,Disney Planes Fire & Rescue,3DS,2014,Action,Disney Interactive Studios,0.01,0.08,0,0.01,0.1 +10808,MX SuperFly featuring Ricky Carmichael,XB,2002,Racing,THQ,0.07,0.02,0,0,0.1 +10809,Gokuhou!! Mecha Mote Iinchou: MM Town de Miracle Change!,DS,2009,Simulation,Konami Digital Entertainment,0,0,0.1,0,0.1 +10810,Natural Doctrine,PS4,2014,Role-Playing,Nippon Ichi Software,0.05,0.02,0.02,0.01,0.1 +10811,SNK vs. Capcom Card Fighters DS,DS,2006,Strategy,Ignition Entertainment,0.09,0,0,0.01,0.1 +10812,Mystery Stories: Curse of the Ancient Spirits,DS,2011,Adventure,GSP,0.05,0.04,0,0.01,0.1 +10813,Kuroko's Basketball: Miracle Game,3DS,2014,Sports,Namco Bandai Games,0,0,0.1,0,0.1 +10814,Minority Report: Everybody Runs,XB,2002,Action,Activision,0.07,0.02,0,0,0.1 +10815,MindJack,X360,2011,Shooter,Square Enix,0.07,0.02,0,0.01,0.1 +10816,ReCore,XOne,2016,Action,Microsoft Game Studios,0.06,0.03,0,0.01,0.1 +10817,NASCAR,PSP,2006,Racing,Electronic Arts,0.09,0,0,0.01,0.1 +10818,Halo 2,PC,2007,Shooter,Microsoft Game Studios,0.01,0.06,0,0.02,0.1 +10819,Shox,PS2,2002,Racing,Electronic Arts,0.05,0.04,0,0.01,0.09 +10820,Unou no Tatsujin: Soukai! Machigai Museum 2,DS,2007,Misc,Namco Bandai Games,0,0,0.09,0,0.09 +10821,Playboy: The Mansion,XB,2005,Simulation,Ubisoft,0.07,0.02,0,0,0.09 +10822,The X-Factor,X360,2010,Misc,Deep Silver,0,0.08,0,0.01,0.09 +10823,Gundam Breaker,PSV,2013,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10824,Neo Atlas,PS,1998,Strategy,ArtDink,0,0,0.09,0.01,0.09 +10825,Jaws: Ultimate Predator,Wii,2011,Action,Majesco Entertainment,0.09,0,0,0.01,0.09 +10826,Disney's Aladdin in Nasira's Revenge,PS,2000,Action,Sony Computer Entertainment,0.05,0.04,0,0.01,0.09 +10827,Kiniro no Corda 3,PSP,2010,Adventure,Tecmo Koei,0,0,0.09,0,0.09 +10828,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,GC,2005,Adventure,Activision,0.07,0.02,0,0,0.09 +10829,Taiko no Tatsujin: Don Don! Mystery Adventure,3DS,2016,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10830,Winning Post 6,PS2,2003,Sports,Tecmo Koei,0,0,0.09,0,0.09 +10831,Egg Monster Hero,DS,N/A,Role-Playing,Square Enix,0,0,0.09,0,0.09 +10832,Rock Band Country Track Pack 2,Wii,2011,Misc,MTV Games,0.09,0,0,0.01,0.09 +10833,Darkest of Days,X360,2009,Shooter,Phantom EFX,0.09,0,0,0.01,0.09 +10834,Whacked!,XB,2002,Misc,Microsoft Game Studios,0.07,0.02,0,0,0.09 +10835,Ghostbusters: The Video Game (DS Version),PC,2010,Action,Take-Two Interactive,0,0.08,0,0.02,0.09 +10836,Barnyard,PS2,2006,Action,THQ,0.05,0.04,0,0.01,0.09 +10837,Big League Sports: Summer,Wii,2009,Sports,Activision,0.09,0,0,0.01,0.09 +10838,Angry Birds: Rio,PC,2011,Puzzle,Focus Home Interactive,0,0.07,0,0.02,0.09 +10839,Dance on Broadway,PS3,2011,Misc,Ubisoft,0.05,0.03,0,0.01,0.09 +10840,Risen 3: Titan Lords,PC,2014,Role-Playing,Deep Silver,0,0.08,0,0.01,0.09 +10841,Dungeons,PC,2011,Strategy,Kalypso Media,0.07,0.02,0,0.01,0.09 +10842,Pac-Man World 3,GC,2005,Platform,Namco Bandai Games,0.07,0.02,0,0,0.09 +10843,SingStar Apres-Ski Party 2,PS3,2010,Misc,Sony Computer Entertainment,0,0.07,0,0.02,0.09 +10844,Raven Squad: Operation Hidden Dagger,X360,2009,Shooter,Evolved Games,0.08,0.01,0,0.01,0.09 +10845,Rocky,GC,2002,Fighting,Rage Software,0.07,0.02,0,0,0.09 +10846,Gundam Breaker 3,PS4,2016,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10847,Crash 'N' Burn,XB,2004,Racing,Eidos Interactive,0.07,0.02,0,0,0.09 +10848,Medieval II: Total War,PC,2006,Strategy,Sega,0,0.08,0,0.02,0.09 +10849,NFL Blitz 20-02,XB,2002,Sports,Midway Games,0.07,0.02,0,0,0.09 +10850,Metal Fight Beyblade,DS,2009,Action,Hudson Soft,0,0,0.09,0,0.09 +10851,Robots,XB,2005,Action,Vivendi Games,0.07,0.02,0,0,0.09 +10852,Speed Kings,PS2,2003,Racing,Acclaim Entertainment,0.05,0.04,0,0.01,0.09 +10853,Monopoly Collection,Wii,2011,Misc,Electronic Arts,0.02,0.07,0,0.01,0.09 +10854,The King of Fighters XIV,PS4,2016,Fighting,Deep Silver,0.04,0.01,0.03,0.01,0.09 +10855,Langrisser V: The End of Legend,SAT,1998,Strategy,NCS,0,0,0.09,0,0.09 +10856,FIFA Street 3,DS,2008,Sports,Electronic Arts,0.07,0.02,0,0.01,0.09 +10857,PhotoKano,PSP,2012,Adventure,Kadokawa Shoten,0,0,0.09,0,0.09 +10858,Ouchi Mainichi Tamagotchi,3DS,2012,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10859,Fresh PreCure! Asobi Collection,DS,2009,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10860,Populous: The Beginning,PS,1998,Strategy,Electronic Arts,0.05,0.04,0,0.01,0.09 +10861,Rygar: The Battle of Argus,Wii,2008,Action,Rising Star Games,0.09,0,0,0.01,0.09 +10862,Chess,PS,2001,Strategy,Success,0.05,0.04,0,0.01,0.09 +10863,Rosco McQueen: Firefighter Extreme,PS,1997,Action,Sony Computer Entertainment,0.05,0.04,0,0.01,0.09 +10864,Terranigma,SNES,1995,Role-Playing,Nintendo,0,0,0.09,0,0.09 +10865,PAC-MAN and the Ghostly Adventures,3DS,2013,Platform,Namco Bandai Games,0.05,0.04,0,0.01,0.09 +10866,The Voice,WiiU,2014,Action,Activision,0.08,0,0,0.01,0.09 +10867,Forever Kingdom,PS2,2001,Role-Playing,From Software,0.02,0.02,0.04,0.01,0.09 +10868,Blitz: Overtime,PSP,2006,Sports,Midway Games,0.09,0,0,0.01,0.09 +10869,Cabela's North American Adventures,PSP,2010,Sports,Activision,0.08,0,0,0.01,0.09 +10870,Altered Beast: Guardian of the Realms,GBA,2002,Action,THQ,0.07,0.02,0,0,0.09 +10871,Field & Stream: Total Outdoorsman Challenge,X360,2010,Sports,505 Games,0.09,0,0,0.01,0.09 +10872,Wordmaster,DS,2008,Strategy,Zoo Digital Publishing,0.09,0,0,0.01,0.09 +10873,Shining Tears,PS2,2004,Role-Playing,Sega,0.05,0.04,0,0.01,0.09 +10874,MotoGP,XB,2002,Racing,THQ,0.07,0.02,0,0,0.09 +10875,Scaler,PS2,2004,Platform,Take-Two Interactive,0.05,0.04,0,0.01,0.09 +10876,Gradius V,PS2,2004,Shooter,Konami Digital Entertainment,0.05,0.04,0,0.01,0.09 +10877,X-COM: UFO Defense,PS,1995,Strategy,Microprose,0.05,0.04,0,0.01,0.09 +10878,Raiden Fighters Aces,X360,2008,Shooter,Valcon Games,0.06,0.03,0,0.01,0.09 +10879,Scooby-Doo! Who's Watching Who?,DS,2006,Adventure,THQ,0.08,0.01,0,0.01,0.09 +10880,World Cup '98 France: Road to Win,SAT,1998,Sports,Sega,0,0,0.09,0,0.09 +10881,MLB SlugFest 20-04,XB,2003,Sports,Midway Games,0.07,0.02,0,0,0.09 +10882,Barbie and the Magic of Pegasus,GBA,2005,Action,Vivendi Games,0.07,0.02,0,0,0.09 +10883,SD Gundam G Generation DS,DS,2005,Role-Playing,Namco Bandai Games,0,0,0.09,0,0.09 +10884,Adventure Time: Finn & Jake Investigations,X360,2015,Action,Little Orbit,0.02,0.06,0,0.01,0.09 +10885,Bleach: Heat the Soul,PSP,2005,Fighting,Sony Computer Entertainment,0,0,0.09,0,0.09 +10886,Fishing Master World Tour,Wii,2009,Sports,Hudson Entertainment,0.09,0,0,0.01,0.09 +10887,Psychonauts,PS2,2005,Platform,Majesco Entertainment,0.05,0.04,0,0.01,0.09 +10888,Harvey Birdman: Attorney at Law,PSP,2008,Adventure,Capcom,0.08,0,0,0.01,0.09 +10889,World Stadium 5,PS,2001,Sports,Namco Bandai Games,0,0,0.09,0.01,0.09 +10890,The Legend of Heroes: A Tear of Vermillion,PSP,2005,Role-Playing,Namco Bandai Games,0.08,0,0,0.01,0.09 +10891,Digimon World: Next Order,PSV,2016,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10892,The Amazing Spider-Man (Console Version),WiiU,2013,Action,Activision,0.05,0.03,0,0.01,0.09 +10893,The Crew: Wild Run,PS4,2015,Action,Ubisoft,0,0.08,0,0.01,0.09 +10894,ESPN NBA 2Night,PS2,2000,Sports,Konami Digital Entertainment,0.05,0.04,0,0.01,0.09 +10895,Uta no Prince-Sama: Debut,PSP,2012,Adventure,Broccoli,0,0,0.09,0,0.09 +10896,Galactic Taz Ball,DS,2010,Platform,Warner Bros. Interactive Entertainment,0.09,0,0,0.01,0.09 +10897,Freekstyle,GC,2002,Racing,Electronic Arts,0.07,0.02,0,0,0.09 +10898,Ford Mustang: The Legend Lives,XB,2005,Racing,Take-Two Interactive,0.07,0.02,0,0,0.09 +10899,Virtua Fighter CG Portrait Series Vol.3: Akira Yuki,SAT,1995,Misc,Sega,0,0,0.09,0,0.09 +10900,Digimon Rumble Arena 2,PS2,2004,Fighting,Atari,0.05,0.04,0,0.01,0.09 +10901,Scooby-Doo! Unmasked,DS,2005,Platform,THQ,0.07,0.02,0,0.01,0.09 +10902,Dora the Explorer: Dora Saves the Crystal Kingdom,PS2,2009,Misc,Take-Two Interactive,0.05,0.04,0,0.01,0.09 +10903,Etrian Odyssey 2 Untold: Knight of Fafnir,3DS,2014,Role-Playing,Atlus,0.07,0.02,0,0.01,0.09 +10904,"Prinny 2: Dawn of Operation Panties, Dood!",PSP,2010,Platform,Nippon Ichi Software,0.05,0,0.03,0.01,0.09 +10905,Alien Monster Bowling League,Wii,2009,Sports,Destineer,0.09,0,0,0.01,0.09 +10906,Devil May Cry 4,PS4,2015,Action,Capcom,0.01,0,0.08,0,0.09 +10907,Shockwave Assault,PS,1995,Simulation,Electronic Arts,0.05,0.04,0,0.01,0.09 +10908,echochrome,PSP,2008,Puzzle,Sony Computer Entertainment,0,0.01,0.08,0,0.09 +10909,Ribbit King,PS2,2003,Sports,Atari,0.05,0.04,0,0.01,0.09 +10910,Generator Rex: Agent of Providence,Wii,2011,Action,Activision,0.07,0.01,0,0.01,0.09 +10911,Championship Foosball,Wii,2008,Sports,505 Games,0.09,0,0,0.01,0.09 +10912,World Championship Poker 2: Featuring Howard Lederer,XB,2005,Misc,Crave Entertainment,0.07,0.02,0,0,0.09 +10913,Alien Hominid,GC,2004,Shooter,O3 Entertainment,0.07,0.02,0,0,0.09 +10914,Lego Star Wars: The Force Awakens,PSV,2016,Action,Warner Bros. Interactive Entertainment,0.02,0.05,0,0.02,0.09 +10915,Pro Yakyuu Greatest Nine 98,SAT,1998,Sports,Sega,0,0,0.09,0,0.09 +10916,Snood 2: On Vacation,DS,2005,Puzzle,Zoo Digital Publishing,0.09,0,0,0.01,0.09 +10917,Ninja Gaiden Black,XB,2005,Action,Microsoft Game Studios,0.07,0.02,0,0,0.09 +10918,Playmobil Pirates,DS,2009,Action,Mindscape,0.08,0,0,0.01,0.09 +10919,Girls und Panzer: I Will Master Tankery,PSV,2014,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10920,Bogey: Dead 6,PS,1996,Simulation,Sony Computer Entertainment,0.05,0.04,0,0.01,0.09 +10921,Hakuouki: Zuisouroku Portable,PSP,2010,Adventure,Idea Factory,0,0,0.09,0,0.09 +10922,Puyo Pop Fever (JP sales),DS,2004,Puzzle,Ignition Entertainment,0,0,0.09,0,0.09 +10923,Dragon Ball Kai: Ultimate Butouden,DS,2011,Fighting,Namco Bandai Games,0,0,0.09,0,0.09 +10924,Yu-Gi-Oh! GX: The Beginning of Destiny (US sales),PS2,2007,Strategy,Konami Digital Entertainment,0.05,0.04,0,0.01,0.09 +10925,Brain Age: Concentration Training,3DS,2012,Puzzle,Nintendo,0.09,0,0,0.01,0.09 +10926,Henry Hatsworth in the Puzzling Adventure,DS,2009,Puzzle,Electronic Arts,0.08,0.01,0,0.01,0.09 +10927,Shin Megami Tensei,PS,2001,Role-Playing,Atlus,0,0,0.09,0.01,0.09 +10928,Trivial Pursuit unhinged,XB,2004,Misc,Atari,0.07,0.02,0,0,0.09 +10929,U-Sing 2,Wii,2010,Misc,Mindscape,0,0.08,0,0.01,0.09 +10930,Backyard Sports: Sandlot Sluggers,X360,2010,Sports,Atari,0.09,0,0,0.01,0.09 +10931,The Revenge of Shinobi,GBA,2002,Platform,Atari,0.07,0.02,0,0,0.09 +10932,Bloody Roar 4,PS2,2003,Fighting,Konami Digital Entertainment,0.05,0.04,0,0.01,0.09 +10933,Playmobil Circus,Wii,2009,Action,Mindscape,0.06,0.02,0,0.01,0.09 +10934,Let's Ride! Silver Buckle Stables,PS2,2006,Sports,THQ,0.05,0.04,0,0.01,0.09 +10935,Star Wars: Empire at War - Gold Pack,PC,2007,Strategy,LucasArts,0.01,0.06,0,0.01,0.09 +10936,Hakuoki: Demon of the Fleeting Blossom,PSP,2009,Adventure,Idea Factory,0.08,0,0,0.01,0.09 +10937,Cabela's Big Game Hunter,GBA,2002,Sports,Activision Value,0.07,0.02,0,0,0.09 +10938,Import Tuner Challenge (American sales),X360,2006,Racing,Ubisoft,0.07,0.01,0,0.01,0.09 +10939,I-Ninja,GC,2003,Platform,Namco Bandai Games,0.07,0.02,0,0,0.09 +10940,Truth or Lies,PS3,2010,Misc,THQ,0.06,0.02,0,0.01,0.09 +10941,WSC Real 11: World Snooker Championship,PS3,2011,Sports,Koch Media,0,0.07,0,0.02,0.09 +10942,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PS2,2010,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +10943,Crash Boom Bang!,DS,2006,Misc,Vivendi Games,0.07,0.01,0,0.01,0.09 +10944,Dragon Tales: Dragon Seek,PS,2000,Platform,Ubisoft,0.05,0.03,0,0.01,0.09 +10945,NCAA March Madness 08,PS3,2007,Sports,Electronic Arts,0.08,0,0,0.01,0.09 +10946,Tom Clancy's EndWar,DS,2008,Strategy,Ubisoft,0.08,0.01,0,0.01,0.09 +10947,Yourself Fitness,XB,2004,Sports,responDESIGN,0.07,0.02,0,0,0.09 +10948,Tak: The Great Juju Challenge,DS,2005,Platform,THQ,0.09,0,0,0.01,0.09 +10949,NBA 2K16,PC,2015,Sports,Take-Two Interactive,0.02,0.06,0,0.01,0.09 +10950,Def Jam Fight For NY: The Takeover,PSP,2006,Action,Electronic Arts,0.08,0,0,0.01,0.09 +10951,NHL 2K8,PS3,2007,Sports,Take-Two Interactive,0.08,0.01,0,0.01,0.09 +10952,Black & White 2,PC,2005,Strategy,Electronic Arts,0.01,0.07,0,0.01,0.09 +10953,GripShift,PSP,2005,Racing,Ubisoft,0.08,0,0,0.01,0.09 +10954,Jenga World Tour,DS,2007,Misc,Atari,0.09,0,0,0.01,0.09 +10955,Riviera: The Promised Land,PSP,2006,Role-Playing,505 Games,0.07,0,0.02,0.01,0.09 +10956,The Idolmaster: Platinum Stars,PS4,2016,Simulation,Namco Bandai Games,0,0,0.09,0,0.09 +10957,Get Fit with Mel B,Wii,2010,Sports,Black Bean Games,0.03,0.05,0,0.01,0.09 +10958,Destroy All Humans! Path of the Furon,PS3,2009,Action,THQ,0,0.08,0,0.01,0.09 +10959,Resident Evil Chronicles HD,PS3,2012,Shooter,Capcom,0,0,0.09,0,0.09 +10960,Wonder World Amusement Park,DS,2009,Misc,Majesco Entertainment,0.08,0,0,0.01,0.09 +10961,Return Fire,PS,1996,Strategy,Time Warner Interactive,0.05,0.03,0,0.01,0.09 +10962,Lock's Quest,DS,2008,Strategy,THQ,0.08,0,0,0.01,0.09 +10963,Transformers: Devastation,X360,2015,Action,Activision,0.06,0.02,0,0.01,0.09 +10964,Wild ARMs: Alter Code F,PS2,2003,Role-Playing,Sony Computer Entertainment,0.05,0.04,0,0.01,0.09 +10965,Bomberman Max 2: Blue Advance,GBA,2002,Puzzle,Vivendi Games,0.07,0.02,0,0,0.09 +10966,Dora's Big Birthday Adventure,DS,2010,Misc,Take-Two Interactive,0.08,0.01,0,0.01,0.09 +10967,Atari Classics Evolved,PSP,2007,Misc,Atari,0.08,0,0,0.01,0.09 +10968,Pillow Pets,DS,2011,Adventure,GameMill Entertainment,0.09,0,0,0.01,0.09 +10969,SingStar: Made In Germany,PS3,2009,Misc,Sony Computer Entertainment,0,0.07,0,0.02,0.09 +10970,Kawasaki Quad Bikes,Wii,2007,Racing,Data Design Interactive,0.07,0.01,0,0.01,0.09 +10971,Shrek SuperSlam,XB,2005,Action,Activision,0.07,0.02,0,0,0.09 +10972,Rapid Reload,PS,1995,Shooter,Sony Computer Entertainment,0,0,0.09,0.01,0.09 +10973,New Legends,XB,2002,Action,THQ,0.07,0.02,0,0,0.09 +10974,Total Overdose: A Gunslinger's Tale in Mexico,PS2,2005,Shooter,Eidos Interactive,0.04,0.04,0,0.01,0.09 +10975,The Secret Saturdays: Beasts of the 5th Sun,PSP,2009,Action,D3Publisher,0.08,0,0,0.01,0.09 +10976,Island Xtreme Stunts,PS2,2002,Action,Electronic Arts,0.04,0.03,0,0.01,0.09 +10977,Fighting Fantasy: The Warlock of Firetop Mountain,DS,2009,Role-Playing,Aspyr,0.09,0,0,0.01,0.09 +10978,Agassi Tennis Generation,PS2,2003,Sports,DreamCatcher Interactive,0.04,0.03,0,0.01,0.09 +10979,Young Justice: Legacy,PS3,2013,Action,Namco Bandai Games,0.06,0.02,0,0.01,0.09 +10980,Metal Slug X,PS,2001,Shooter,Virgin Interactive,0.05,0.03,0,0.01,0.09 +10981,Samurai Shodown Anthology,PSP,N/A,Fighting,Ignition Entertainment,0.08,0,0,0.01,0.09 +10982,Space Invaders Extreme,PSP,2008,Shooter,Square Enix,0.06,0.01,0.01,0.01,0.09 +10983,Driver: Renegade,3DS,2011,Racing,Ubisoft,0.05,0.04,0,0.01,0.09 +10984,Running Wild,PS,1997,Racing,989 Studios,0.05,0.03,0,0.01,0.09 +10985,Romance of the Three Kingdoms X,PS2,2005,Strategy,Tecmo Koei,0.04,0.03,0,0.01,0.09 +10986,Brigandine: The Legend of Forsena,PS,1998,Strategy,Atlus,0.05,0.03,0,0.01,0.09 +10987,Pro Evolution Soccer 2012,PC,2011,Action,Konami Digital Entertainment,0,0.07,0,0.02,0.09 +10988,MX SuperFly featuring Ricky Carmichael,GC,2002,Racing,THQ,0.07,0.02,0,0,0.09 +10989,Disney's The Haunted Mansion,XB,2003,Platform,Take-Two Interactive,0.07,0.02,0,0,0.09 +10990,Sound Novel Machi,SAT,1998,Adventure,ChunSoft,0,0,0.09,0,0.09 +10991,FIFA 2001: Major League Soccer,PS2,2000,Sports,Electronic Arts,0,0,0.09,0,0.09 +10992,I Love Puppies,DS,2010,Simulation,Destineer,0.09,0,0,0.01,0.09 +10993,Jikkyou Powerful Pro Yakyuu 14 Ketteiban,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +10994,Pokemon Rumble World,3DS,2015,Action,Nintendo,0,0.01,0.08,0,0.09 +10995,JASF: Jane's Advanced Strike Fighters,X360,2011,Simulation,Deep Silver,0.06,0.02,0,0.01,0.09 +10996,Beaterator,PSP,2009,Misc,Take-Two Interactive,0.06,0.02,0,0.02,0.09 +10997,Skies of Arcadia,DC,2000,Role-Playing,Sega,0,0,0.09,0,0.09 +10998,NASCAR: Dirt to Daytona,GC,2002,Racing,Infogrames,0.07,0.02,0,0,0.09 +10999,Demon Chaos,PS2,N/A,Action,Konami Digital Entertainment,0,0,0.09,0,0.09 +11000,Challenge Me: Brain Puzzles 2,DS,2010,Puzzle,O-Games,0.05,0.04,0,0.01,0.09 +11001,Cake Mania: Main Street,DS,2011,Simulation,Majesco Entertainment,0.09,0,0,0.01,0.09 +11002,Road Trip,PS2,2002,Racing,Play It,0.04,0.03,0,0.01,0.09 +11003,Blood of Bahamut,DS,2009,Role-Playing,Square Enix,0,0,0.09,0,0.09 +11004,Damnation,PS3,2009,Shooter,Codemasters,0.07,0.01,0,0.01,0.09 +11005,DaGeDar,DS,2011,Action,GameMill Entertainment,0.09,0,0,0.01,0.09 +11006,Quiz Magic Academy DS: Futatsu no Jikuu Koku,DS,2010,Misc,Konami Digital Entertainment,0,0,0.09,0,0.09 +11007,Lilie no Atelier: Salburg no Renkinjutsushi 3,PS2,2001,Role-Playing,Gust,0,0,0.09,0,0.09 +11008,Supremacy MMA,PSV,2012,Fighting,505 Games,0.02,0.05,0,0.02,0.09 +11009,Top Gun: Firestorm Advance,GBA,2002,Shooter,Titus,0.07,0.02,0,0,0.09 +11010,Justice League Heroes,DS,2006,Role-Playing,Eidos Interactive,0.08,0,0,0.01,0.09 +11011,Project Eden,PS2,2001,Action,Eidos Interactive,0.04,0.03,0,0.01,0.09 +11012,Disney Art Academy,3DS,2016,Action,Nintendo,0.01,0.01,0.07,0,0.09 +11013,Pipe Mania,DS,2008,Puzzle,Empire Interactive,0.08,0.01,0,0.01,0.09 +11014,NERF N-Strike: Double Blast Bundle,Wii,2010,Shooter,Electronic Arts,0.09,0,0,0,0.09 +11015,Space Chimps,Wii,2008,Platform,Brash Entertainment,0.08,0,0,0.01,0.09 +11016,Sega Casino,DS,2005,Misc,Sega,0.08,0,0,0.01,0.09 +11017,Ben 10 Galactic Racing,PS3,2011,Racing,D3Publisher,0.06,0.02,0,0.01,0.09 +11018,Ghosthunter,PS2,2003,Action,Sony Computer Entertainment,0.04,0.03,0,0.01,0.09 +11019,Junior Mystery Quest,DS,2011,Puzzle,GSP,0.07,0.01,0,0.01,0.09 +11020,Obscure: The Aftermath,PSP,2009,Action,Playlogic Game Factory,0.05,0.03,0,0.02,0.09 +11021,Family GameShow,Wii,2009,Misc,Zushi Games,0.08,0,0,0.01,0.09 +11022,Great Party Games,Wii,2010,Misc,O-Games,0,0.08,0,0.01,0.09 +11023,Seven: Molmorth no Kiheitai,PS2,2000,Action,Namco Bandai Games,0,0,0.09,0,0.09 +11024,Doraemon: Nobita to Midori no Kyojinden DS,DS,2008,Platform,Sega,0,0,0.09,0,0.09 +11025,Jimmie Johnson's Anything With an Engine,X360,2011,Racing,Konami Digital Entertainment,0.08,0,0,0.01,0.09 +11026,Hello Kitty's Cube Frenzy,PS,1998,Puzzle,Culture Publishers,0.05,0.03,0,0.01,0.09 +11027,Are You Smarter Than a 5th Grader? Back to School,DS,2010,Misc,THQ,0.08,0,0,0.01,0.09 +11028,Spectral Force Genesis,DS,2008,Role-Playing,Nobilis,0.08,0,0.01,0.01,0.09 +11029,Jikkyou Powerful Pro Yakyuu 9 Ketteiban,PS2,2002,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +11030,Agatha Christie: Evil Under the Sun,Wii,2008,Adventure,The Adventure Company,0.07,0.02,0,0.01,0.09 +11031,World Championship Games: A Track & Field Event,DS,2008,Sports,Ghostlight,0.08,0,0,0.01,0.09 +11032,Astro Boy: Omega Factor,GBA,2003,Action,THQ,0.06,0.02,0,0,0.09 +11033,Karaoke Joysound Wii Super DX: Hitori de Minna de Utai Houdai!,Wii,2010,Misc,Hudson Soft,0,0,0.09,0,0.09 +11034,Fullmetal Alchemist: Dual Sympathy,DS,2005,Role-Playing,Empire Interactive,0.05,0,0.04,0,0.09 +11035,Cardfight!! Vanguard: Ride to Victory,3DS,2013,Misc,FuRyu,0,0,0.09,0,0.09 +11036,Last Rebellion,PS3,2010,Role-Playing,Nippon Ichi Software,0.06,0.01,0.01,0.01,0.09 +11037,How to Train Your Dragon 2,WiiU,2014,Adventure,Little Orbit,0.04,0.05,0,0.01,0.09 +11038,Quantum Theory,X360,2010,Shooter,Tecmo Koei,0.06,0.02,0,0.01,0.09 +11039,Jikkyou Powerful Pro Yakyuu Portable 2,PSP,2007,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +11040,Reading Training,DS,2007,Misc,Benesse,0.01,0,0.08,0,0.09 +11041,Kawashima Ryuuta Kyouju Kanshuu Nouryoku Trainer Portable 2,PSP,2006,Misc,Sega,0,0,0.09,0,0.09 +11042,Bass Pro Shops: The Hunt,X360,2010,Sports,Griffin International,0.08,0,0,0.01,0.09 +11043,Rugby 2005,PS2,2005,Sports,Electronic Arts,0.04,0.03,0,0.01,0.09 +11044,Carnival Games: Wild West 3D,3DS,2011,Misc,Take-Two Interactive,0.06,0.02,0,0.01,0.09 +11045,Ochaken no Heya DS 2,DS,2007,Simulation,MTO,0,0,0.09,0,0.09 +11046,Ratchet & Clank Future: Quest for Booty,PS3,2008,Platform,Sony Computer Entertainment,0.01,0.06,0,0.02,0.09 +11047,V-Rally Edition 99,N64,1998,Racing,Infogrames,0.07,0.02,0,0,0.09 +11048,Saikyou Habu Shogi,N64,1996,Misc,Seta Corporation,0,0,0.06,0.03,0.09 +11049,Castlevania Dracula X,SNES,1995,Platform,Konami Digital Entertainment,0.03,0.01,0.05,0,0.09 +11050,Golden Nugget 64,N64,1998,Misc,Electronic Arts,0.07,0.02,0,0,0.09 +11051,Robotron 64,N64,1998,Shooter,GT Interactive,0.07,0.02,0,0,0.09 +11052,Batman Beyond: Return of the Joker,N64,2000,Action,Ubisoft,0.07,0.02,0,0,0.09 +11053,Inazuma Eleven 3,3DS,2013,Role-Playing,Nintendo,0,0.08,0,0.01,0.09 +11054,Ski-Doo Snowmobile Challenge,Wii,2009,Racing,Valcon Games,0.08,0,0,0.01,0.09 +11055,Naruto RPG 3: Rejiuu vs Konoha Shoutai,DS,2006,Role-Playing,Takara Tomy,0,0,0.09,0,0.09 +11056,Tunnel B1,PS,1996,Action,Ocean,0.05,0.03,0,0.01,0.09 +11057,2-in-1 Game Pack: Spider-Man & Spider-Man 2,GBA,2005,Platform,Activision,0.06,0.02,0,0,0.09 +11058,Winter Stars,PS3,2011,Sports,Deep Silver,0.01,0.06,0,0.02,0.09 +11059,Go Play: City Sports,Wii,2009,Sports,Majesco Entertainment,0.08,0,0,0.01,0.09 +11060,Porsche Challenge,PS,1997,Racing,Sony Computer Entertainment,0.05,0.03,0,0.01,0.09 +11061,Dragon Ball Z: Shin Butouden,SAT,1995,Fighting,Namco Bandai Games,0,0,0.09,0,0.09 +11062,Beowulf: The Game,PSP,2007,Action,Ubisoft,0.08,0,0,0.01,0.09 +11063,Super Robot Taisen MX Portable,PSP,2005,Strategy,Banpresto,0,0,0.09,0,0.09 +11064,Mimana Iyar Chronicle,PSP,2009,Role-Playing,GungHo,0.07,0,0.01,0.01,0.09 +11065,Detana TwinBee Yahho! Deluxe Pack,PS,1995,Shooter,Konami Digital Entertainment,0,0,0.08,0.01,0.09 +11066,Shin Ken to Mah? to Gakuenmono. Toki no Gakuen,PSP,2012,Role-Playing,Acquire,0,0,0.09,0,0.09 +11067,Super Robot Wars OG: The Moon Dwellers,PS4,2016,Misc,Namco Bandai Games,0,0,0.09,0,0.09 +11068,Uta no Prince-Sama: Music 2,PSP,2013,Adventure,Broccoli,0,0,0.09,0,0.09 +11069,Jambo! Safari Animal Rescue,Wii,2009,Simulation,Sega,0.07,0.01,0,0.01,0.09 +11070,Supreme Commander,X360,2008,Strategy,505 Games,0.07,0.01,0,0.01,0.09 +11071,"Saiyuuki: Kinkaku, Ginkaku no Inbou",DS,2007,Role-Playing,D3Publisher,0,0,0.09,0,0.09 +11072,Bleach: Heat the Soul 6,PSP,2009,Fighting,Sony Computer Entertainment,0,0,0.09,0,0.09 +11073,Roary the Racing Car,DS,2009,Misc,Avanquest,0,0.08,0,0.01,0.09 +11074,Ski and Shoot,Wii,2008,Sports,RTL,0.04,0.04,0,0.01,0.09 +11075,Mugen Keitai Disgaea,PS2,2007,Role-Playing,Tecmo Koei,0,0,0.09,0,0.09 +11076,Scrabble,PSP,2009,Misc,Electronic Arts,0.08,0,0,0.01,0.09 +11077,Samurai Warriors 4: Empires,PS4,2015,Action,Tecmo Koei,0.02,0.01,0.05,0.01,0.09 +11078,Action Man-Operation Extreme,PS,N/A,Action,N/A,0.05,0.03,0,0.01,0.09 +11079,Blazblue: Continuum Shift Extend,PS3,2011,Fighting,PQube,0,0,0.09,0,0.09 +11080,Tornado Outbreak,PS3,2009,Action,Konami Digital Entertainment,0.08,0,0,0.01,0.09 +11081,Mystic Heroes,GC,2002,Action,Tecmo Koei,0.03,0.01,0.04,0,0.09 +11082,Pachitte Chonmage Tatsujin 10: Pachinko Fuyu no Sonata,PS2,2007,Misc,Hackberry,0,0,0.09,0,0.09 +11083,Defender,XB,2002,Misc,Midway Games,0.07,0.02,0,0,0.09 +11084,The Sims 2: Apartment Life,PC,2008,Simulation,Electronic Arts,0,0.07,0,0.02,0.09 +11085,MLB Superstars,Wii,2008,Sports,Take-Two Interactive,0.08,0,0,0.01,0.09 +11086,Captain Tsubasa: Aratanaru Densetsu Joshou,PS,2002,Sports,Konami Digital Entertainment,0,0,0.08,0.01,0.09 +11087,Remington Super Slam Hunting: Alaska,Wii,2011,Sports,Mastiff,0.08,0,0,0.01,0.09 +11088,Blood: The Last Vampire (Joukan),PS2,2000,Adventure,Sony Computer Entertainment,0,0,0.09,0,0.09 +11089,Clockwork Knight,SAT,1994,Platform,Sega,0,0,0.09,0,0.09 +11090,MotoGP 14,X360,2014,Racing,Milestone S.r.l.,0.04,0.04,0,0.01,0.09 +11091,Freestyle Metal X,PS2,2003,Racing,Midway Games,0.04,0.03,0,0.01,0.09 +11092,Prinny: Can I Really Be the Hero?,PSP,2008,Platform,Tecmo Koei,0.02,0.01,0.05,0.01,0.09 +11093,Sidewinder Max,PS2,2000,Simulation,Asmik Ace Entertainment,0,0,0.09,0,0.09 +11094,The $1 Pyramid,Wii,2011,Misc,Ubisoft,0.08,0,0,0.01,0.09 +11095,Burnout Paradise: The Ultimate Box,PS3,2009,Racing,Electronic Arts,0,0.06,0.01,0.02,0.09 +11096,Kenka Banchou 2: Full Throttle,PS2,2007,Action,Spike,0,0,0.09,0,0.09 +11097,Zoids Assault,X360,2007,Strategy,Takara Tomy,0.08,0,0,0.01,0.09 +11098,Pro Yaky? Spirits 2014,PSP,2014,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +11099,Dark Angel: Vampire Apocalypse,PS2,2001,Role-Playing,Metro 3D,0.04,0.03,0,0.01,0.09 +11100,The Mummy: Tomb of the Dragon Emperor,Wii,2008,Action,Vivendi Games,0.08,0,0,0.01,0.09 +11101,Spider-Man: Edge of Time,Wii,2011,Action,Activision,0.06,0.02,0,0.01,0.09 +11102,Momu-chan Diet Wii: Figurobics by Chon Dayon,Wii,2010,Misc,Hudson Soft,0,0,0.09,0,0.09 +11103,Karaoke Revolution Presents American Idol Encore 2,X360,2008,Misc,Konami Digital Entertainment,0.08,0,0,0.01,0.09 +11104,Atelier Totori: The Adventurer of Arland,PSV,2012,Role-Playing,Gust,0,0,0.09,0,0.09 +11105,Mad Dog McCree: Gunslinger Pack,Wii,2009,Shooter,Majesco Entertainment,0.08,0,0,0.01,0.09 +11106,No More Heroes: Red Zone,PS3,2011,Action,Marvelous Interactive,0,0,0.09,0,0.09 +11107,Game Hits!,DS,2010,Misc,Foreign Media Games,0.07,0.01,0,0.01,0.09 +11108,Bakugan: Rise of the Resistance,DS,2011,Strategy,Activision,0.06,0.02,0,0.01,0.09 +11109,Thomas & Friends: Hero of the Rails,DS,2010,Misc,Unknown,0,0.07,0,0.01,0.09 +11110,Super Puzzle Fighter II,GBA,N/A,Puzzle,Capcom,0.06,0.02,0,0,0.09 +11111,The Mummy: Tomb of the Dragon Emperor,DS,2008,Action,Vivendi Games,0.08,0,0,0.01,0.09 +11112,Battle Stadium D.O.N,GC,2006,Fighting,Namco Bandai Games,0,0,0.09,0,0.09 +11113,Deadliest Catch: Sea of Chaos,X360,2010,Sports,Crave Entertainment,0.08,0,0,0.01,0.09 +11114,Karaoke Revolution Presents American Idol Encore,PS3,2008,Misc,Konami Digital Entertainment,0.08,0,0,0.01,0.09 +11115,Crysis: Maximum Edition,PC,2009,Shooter,Electronic Arts,0,0.07,0,0.02,0.09 +11116,Crayon Shin-Chan Shokkugan! Densetsu o Yobu Omake Daiketsusen!!,DS,2010,Action,Namco Bandai Games,0,0,0.09,0,0.09 +11117,Wacky World of Sports,Wii,2009,Sports,Sega,0.08,0,0,0.01,0.09 +11118,Kurikin: Nano Island Story,DS,2007,Role-Playing,Nintendo,0,0,0.09,0,0.09 +11119,Transworld Snowboarding,XB,2002,Sports,Atari,0.07,0.02,0,0,0.09 +11120,NFL Blitz 20-02,GC,2002,Sports,Midway Games,0.07,0.02,0,0,0.09 +11121,Sniper Elite,XB,2005,Shooter,Ubisoft,0.07,0.02,0,0,0.09 +11122,Data East Arcade Classics,Wii,2010,Misc,Majesco Entertainment,0.08,0,0,0.01,0.09 +11123,World Soccer Winning Eleven 8 International,XB,2004,Sports,Konami Digital Entertainment,0.07,0.02,0,0,0.09 +11124,Test Drive: Eve of Destruction,XB,2004,Racing,Atari,0.07,0.02,0,0,0.09 +11125,Crimson Sea,XB,2002,Action,Tecmo Koei,0.04,0.01,0.04,0,0.09 +11126,Naruto Shippuden: Gekito Ninja Taisen! EX 2,Wii,2007,Fighting,Takara Tomy,0,0,0.09,0,0.09 +11127,The Weakest Link,PS,2001,Misc,Activision,0.05,0.03,0,0.01,0.09 +11128,Dreamer Series: Teacher,DS,2009,Simulation,Deep Silver,0.08,0,0,0.01,0.09 +11129,Lethal Enforcers,SNES,1993,Shooter,Konami Digital Entertainment,0,0,0.09,0,0.09 +11130,Knights in the Nightmare,DS,2008,Role-Playing,Sting,0.06,0,0.02,0,0.09 +11131,Romance of the Three Kingdoms XII,PS3,2012,Strategy,Tecmo Koei,0,0,0.09,0,0.09 +11132,El Tigre: The Adventures of Manny Rivera,DS,2007,Platform,THQ,0.08,0,0,0.01,0.09 +11133,Ikaruga,GC,2003,Shooter,Atari,0.07,0.02,0,0,0.09 +11134,Back to the Future: The Game,PS3,2011,Adventure,Telltale Games,0.07,0.01,0,0.01,0.09 +11135,Hyperdimension Neptunia Re;Birth 2,PSV,2014,Action,Idea Factory International,0.05,0.02,0,0.02,0.09 +11136,The Suffering: Ties That Bind,XB,2005,Action,Midway Games,0.07,0.02,0,0,0.09 +11137,Nobunaga's Ambition: Iron Triangle,PS2,2006,Strategy,Tecmo Koei,0.04,0.03,0,0.01,0.09 +11138,Little League World Series Baseball: Double Play,Wii,2010,Sports,Activision,0.08,0,0,0.01,0.09 +11139,Jikkyou Powerful Pro Yakyuu 2012,PSV,2012,Action,Konami Digital Entertainment,0,0,0.09,0,0.09 +11140,Harvest Moon: Boy & Girl,PSP,2005,Simulation,Marvelous Interactive,0.08,0,0,0.01,0.09 +11141,Mahjong Cub3D,3DS,2011,Puzzle,Sunsoft,0.07,0,0.02,0,0.09 +11142,F1 2016 (Codemasters),XOne,2016,Racing,Codemasters,0.01,0.07,0,0.01,0.09 +11143,Major League Baseball 2K12,PSP,2012,Sports,Take-Two Interactive,0.08,0,0,0.01,0.09 +11144,Happy Feet Two,Wii,N/A,Action,Warner Bros. Interactive Entertainment,0.07,0.01,0,0.01,0.09 +11145,Viewtiful Joe: Red Hot Rumble,PSP,2006,Action,Capcom,0.08,0,0,0.01,0.09 +11146,The Ant Bully,Wii,2006,Platform,Midway Games,0.08,0,0,0.01,0.09 +11147,MLB 2K9 Fantasy All-Stars,DS,2009,Sports,Take-Two Interactive,0.08,0,0,0.01,0.09 +11148,RollerCoaster Tycoon 3: Platinum,PC,2005,Strategy,Atari,0.01,0.06,0,0.01,0.09 +11149,Age of Mythology,PC,2002,Strategy,Microsoft Game Studios,0.02,0.06,0,0.01,0.09 +11150,Sengoku Basara 4: Sumeragi,PS3,2015,Action,Capcom,0,0,0.09,0,0.09 +11151,Shrek Smash n' Crash Racing,PSP,2006,Racing,Activision,0.08,0,0,0.01,0.09 +11152,The Smurfs 2,WiiU,2013,Platform,Ubisoft,0.04,0.04,0,0.01,0.09 +11153,Digimon World Re:Digitize Decode,3DS,2013,Role-Playing,Namco Bandai Games,0,0,0.09,0,0.09 +11154,The Bachelor: The Videogame,DS,2010,Misc,Warner Bros. Interactive Entertainment,0.08,0,0,0.01,0.09 +11155,Harvey Birdman: Attorney at Law,Wii,2008,Adventure,Capcom,0.08,0,0,0.01,0.09 +11156,Digimon World 4,GC,2005,Role-Playing,Namco Bandai Games,0.07,0.02,0,0,0.09 +11157,Resident Evil: Revelations 2,X360,2015,Action,Capcom,0.04,0.04,0,0.01,0.09 +11158,Jumper: Griffin's Story,Wii,2008,Action,Eidos Interactive,0.08,0,0,0.01,0.09 +11159,My Stop Smoking Coach: Allen Carr's EasyWay,DS,2008,Misc,Ubisoft,0.07,0.01,0,0.01,0.09 +11160,Star Wars: Empire at War,PC,2006,Strategy,LucasArts,0.01,0.06,0,0.02,0.09 +11161,Ford Racing 3,XB,2004,Racing,Take-Two Interactive,0.07,0.02,0,0,0.09 +11162,MLB SlugFest Loaded,XB,2004,Sports,Midway Games,0.07,0.02,0,0,0.09 +11163,Ty the Tasmanian Tiger 3: Night of the Quinkan,GC,2005,Action,Activision,0.07,0.02,0,0,0.09 +11164,Sotsugyou Crossworld,PS,1996,Simulation,Hearty Robin,0,0,0.08,0.01,0.09 +11165,R: Racing Evolution,XB,2003,Racing,Namco Bandai Games,0.06,0.02,0,0,0.09 +11166,Bionicle,GBA,2003,Action,THQ,0.06,0.02,0,0,0.09 +11167,Bomberman Land Touch!,DS,2006,Puzzle,Rising Star Games,0.04,0,0.04,0,0.09 +11168,Battle Fantasia,X360,2008,Fighting,505 Games,0.07,0,0.01,0.01,0.09 +11169,Lego Star Wars: The Force Awakens,WiiU,2016,Action,Warner Bros. Interactive Entertainment,0.04,0.04,0,0.01,0.09 +11170,Bleach GC: Tasogare Ni Mamieru Shinigami,GC,2005,Fighting,Sega,0,0,0.08,0,0.09 +11171,ShellShock 2: Blood Trails,X360,2009,Shooter,Eidos Interactive,0.05,0.03,0,0.01,0.09 +11172,F.E.A.R. Files,X360,2007,Shooter,Vivendi Games,0.07,0.01,0,0.01,0.09 +11173,SpongeBob: HeroPants,X360,2015,Platform,Activision,0.08,0,0,0.01,0.09 +11174,Team Elimination Games,Wii,2009,Misc,Ubisoft,0.08,0,0,0.01,0.09 +11175,Spectral Force 3,X360,2006,Role-Playing,Idea Factory,0.08,0,0,0.01,0.09 +11176,Chou Jigen Game Neptune Mk-II,PS3,2011,Role-Playing,Compile Heart,0,0,0.09,0,0.09 +11177,Bella Sara,DS,2008,Misc,Codemasters,0.04,0.03,0,0.01,0.09 +11178,Jikkyou Powerful Pro Yakyuu 2000 Ketteiban,PS,2000,Sports,Konami Digital Entertainment,0,0,0.08,0.01,0.09 +11179,Karaoke Revolution,XB,2004,Misc,Konami Digital Entertainment,0.06,0.02,0,0,0.09 +11180,Escape Dead Island,X360,2014,Action,Deep Silver,0.03,0.05,0,0.01,0.09 +11181,Red Faction: Armageddon,PC,2011,Shooter,THQ,0.05,0.02,0,0.01,0.09 +11182,Fire Pro Wrestling Returns,PS2,2005,Sports,505 Games,0.04,0.03,0,0.01,0.09 +11183,Brain Voyage,DS,2008,Puzzle,Eidos Interactive,0.06,0.02,0,0.01,0.09 +11184,Jimmy Neutron: Boy Genius,GC,2002,Platform,THQ,0.07,0.02,0,0,0.09 +11185,Adventure Time: Finn & Jake Investigations,PS4,2015,Action,Little Orbit,0.03,0.04,0,0.01,0.09 +11186,Derby Stallion,SAT,1999,Sports,ASCII Entertainment,0,0,0.09,0,0.09 +11187,Puss in Boots,PS3,2011,Action,THQ,0.07,0.01,0,0.01,0.09 +11188,PAC-MAN and the Ghostly Adventures,PS3,2013,Platform,Namco Bandai Games,0.03,0.04,0,0.01,0.09 +11189,Rollcage Stage II,PS,2000,Racing,Sony Computer Entertainment,0.05,0.03,0,0.01,0.09 +11190,Samurai Warriors 2: Xtreme Legends,PS2,2007,Action,Tecmo Koei,0.04,0.03,0,0.01,0.09 +11191,Karaoke Joysound Wii DX,Wii,2009,Misc,Hudson Soft,0,0,0.09,0,0.09 +11192,Sloane to MacHale no Nazo no Monogatari 2,DS,2009,Puzzle,Level 5,0,0,0.09,0,0.09 +11193,Tabi no Yubisashi Kaiwachou DS: DS Series 4 America,DS,2006,Misc,Nintendo,0,0,0.09,0,0.09 +11194,Invasion From Beyond,PS,1998,Shooter,GT Interactive,0.05,0.03,0,0.01,0.09 +11195,50 Cent: Bulletproof,PSP,2006,Action,Vivendi Games,0.08,0,0,0.01,0.09 +11196,Forgotten Realms: Demon Stone,XB,2004,Action,Atari,0.06,0.02,0,0,0.09 +11197,Counter-Strike: Source,PC,2004,Shooter,Vivendi Games,0,0.07,0,0.02,0.09 +11198,My Make-Up,DS,2008,Misc,Oxygen Interactive,0.08,0,0,0.01,0.09 +11199,Major League Baseball 2K7,PSP,2007,Sports,Take-Two Interactive,0.08,0,0,0.01,0.09 +11200,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,Wii,2011,Action,THQ,0.05,0.03,0,0.01,0.09 +11201,LEGO Star Wars II: The Original Trilogy,GBA,2006,Action,LucasArts,0.06,0.02,0,0,0.09 +11202,Tim Burton's The Nightmare Before Christmas: Oogie's Revenge,XB,2005,Adventure,Disney Interactive Studios,0.06,0.02,0,0,0.09 +11203,Knights in the Nightmare,PSP,2010,Role-Playing,Atlus,0.06,0,0.02,0.01,0.09 +11204,Mahjong Master,N64,1996,Misc,Konami Digital Entertainment,0,0,0.09,0,0.09 +11205,Adventure Time: The Secret of the Nameless Kingdom,X360,2014,Action,Little Orbit,0,0.08,0,0.01,0.09 +11206,Royal Palace of White Sword and The City of Gentiles,XB,2005,Role-Playing,Take-Two Interactive,0.06,0.02,0,0,0.09 +11207,Midnight Play! Pack,DS,2008,Misc,Ubisoft,0.08,0,0,0.01,0.09 +11208,Top Gear Rally,GBA,2003,Racing,Kemco,0.06,0.02,0,0,0.09 +11209,Busy Scissors,Wii,2010,Simulation,Little Orbit,0.08,0,0,0,0.09 +11210,Knights Contract,PS3,2011,Action,Namco Bandai Games,0.04,0.03,0,0.01,0.09 +11211,Gray Matter,PC,2011,Adventure,DTP Entertainment,0.02,0.05,0,0.01,0.09 +11212,L: the proLogue to DEATH NOTE - Rasen no Wana,DS,2008,Adventure,Konami Digital Entertainment,0,0,0.09,0,0.09 +11213,Famicom Mini: Makaimura,GBA,2004,Platform,Capcom,0,0,0.08,0,0.09 +11214,Might & Magic Heroes VII,PC,2015,Strategy,Ubisoft,0,0.08,0,0,0.09 +11215,XIII,GC,2003,Shooter,Ubisoft,0.07,0.02,0,0,0.09 +11216,Pro Evolution Soccer 2013,PC,2012,Sports,Konami Digital Entertainment,0,0.07,0,0.01,0.09 +11217,Dynasty Warriors 8: Empires,PS3,2014,Action,Tecmo Koei,0,0,0.09,0,0.09 +11218,The Incredibles: Rise of the Underminer,XB,2005,Action,THQ,0.06,0.02,0,0,0.09 +11219,Theme Hospital,PS,1998,Strategy,Electronic Arts,0.03,0.02,0.03,0.01,0.09 +11220,Princess Isabella: A Witch's Curse,DS,2010,Adventure,GSP,0.05,0.03,0,0.01,0.09 +11221,Blacksite: Area 51,PS3,2007,Shooter,Midway Games,0.07,0.01,0,0.01,0.09 +11222,Wizardry: Tale of the Forsaken Land,PS2,2001,Role-Playing,Ubisoft,0.04,0.03,0,0.01,0.09 +11223,Cloudy With a Chance of Meatballs,X360,2009,Platform,Ubisoft,0.07,0.01,0,0.01,0.09 +11224,Charlotte's Web,DS,2006,Action,Sega,0.08,0,0,0.01,0.09 +11225,ChuChu Rocket!,GBA,2001,Strategy,Atari,0.06,0.02,0,0,0.09 +11226,FIFA 12,PS2,2011,Sports,Electronic Arts,0,0.02,0,0.06,0.09 +11227,Monster Jam: Urban Assault,PSP,2008,Racing,Activision,0.08,0,0,0.01,0.09 +11228,Ys I & II Chronicles,PSP,2009,Role-Playing,Falcom Corporation,0.05,0,0.03,0.01,0.09 +11229,Codename Tenka,PS,1997,Shooter,Psygnosis,0.05,0.03,0,0.01,0.09 +11230,Edna & Harvey: Harvey's New Eyes,PC,2011,Adventure,Rondomedia,0,0.07,0,0.01,0.09 +11231,Savage Skies,PS2,2002,Shooter,Big Ben Interactive,0.04,0.03,0,0.01,0.09 +11232,Cartoon Network: Punch Time Explosion XL,Wii,2011,Fighting,Crave Entertainment,0.07,0.01,0,0.01,0.09 +11233,1 vs. 100,DS,2008,Misc,DSI Games,0.08,0,0,0.01,0.09 +11234,Sega Bass Fishing,DC,1999,Sports,Sega,0,0,0.09,0,0.09 +11235,Indianapolis 500 Legends,DS,2007,Racing,Destineer,0.08,0,0,0.01,0.09 +11236,Walt Disney's The Jungle Book: Rhythm N'Groove,PS,2000,Misc,Sony Computer Entertainment,0.05,0.03,0,0.01,0.09 +11237,Petz: Saddle Club,PSP,2009,Simulation,Ubisoft,0.08,0,0,0.01,0.09 +11238,Just Dance Wii U,WiiU,2014,Misc,Nintendo,0,0,0.09,0,0.09 +11239,Cyberia,PS,1995,Action,Interplay,0.05,0.03,0,0.01,0.09 +11240,Killer7,PS2,2005,Action,Capcom,0.04,0.03,0,0.01,0.09 +11241,Million God,PS2,2002,Misc,Nippon Amuse,0,0,0.09,0,0.09 +11242,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,PS3,2011,Action,THQ,0.04,0.03,0,0.01,0.09 +11243,Rugby 15,XOne,2015,Sports,Bigben Interactive,0.03,0.05,0,0.01,0.09 +11244,Ys VIII: Lacrimosa of Dana,PSV,2016,Role-Playing,Nihon Falcom Corporation,0,0,0.09,0,0.09 +11245,Build 'n Race,Wii,2009,Racing,Zoo Games,0.08,0,0,0.01,0.09 +11246,Lost Heroes,3DS,2012,Role-Playing,Namco Bandai Games,0,0,0.09,0,0.09 +11247,Astro Boy,PS2,2004,Action,Sega,0.04,0.03,0,0.01,0.09 +11248,Wing Commander IV: The Price of Freedom,PS,1997,Simulation,Origin Systems,0.05,0.03,0,0.01,0.09 +11249,Monster House,GBA,2006,Adventure,THQ,0.06,0.02,0,0,0.09 +11250,MetropolisMania,PS2,2001,Strategy,Natsume,0.04,0.03,0,0.01,0.09 +11251,Shin Megami Tensei: Devil Summoner - Raidou Kuzunoha vs. The Soulless Army,PS2,2006,Role-Playing,Tecmo Koei,0,0,0.09,0,0.09 +11252,Shadow of Destiny,PSP,2009,Adventure,Konami Digital Entertainment,0.07,0,0,0.01,0.09 +11253,Guilty Gear XX Accent Core Plus,PSP,2008,Fighting,PQube,0.03,0.01,0.04,0.01,0.08 +11254,Kuroko's Basketball: Ties to Future,3DS,2015,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11255,NCAA Football 08,XB,2007,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11256,Princess Maker 2,SAT,1995,Simulation,Micro Cabin,0,0,0.08,0,0.08 +11257,Ephemeral Fantasia,PS2,2000,Role-Playing,Konami Digital Entertainment,0.04,0.03,0,0.01,0.08 +11258,SRS: Street Racing Syndicate,GC,2004,Racing,Namco Bandai Games,0.07,0.02,0,0,0.08 +11259,Winter Sports 2: The Next Challenge,PS2,2008,Sports,Conspiracy Entertainment,0.04,0.03,0,0.01,0.08 +11260,Chameleon,PSP,2006,Puzzle,505 Games,0.07,0,0,0.01,0.08 +11261,Aibou DS,DS,2009,Adventure,Tecmo Koei,0,0,0.08,0,0.08 +11262,Ultimate Card Games DS,DS,2008,Strategy,Telegames,0.08,0,0,0.01,0.08 +11263,Tokimeki Memorial: Taisen Pazurudama,SAT,1996,Puzzle,Konami Digital Entertainment,0,0,0.08,0,0.08 +11264,Diva Girls: Divas on Ice,Wii,2009,Sports,505 Games,0.07,0.01,0,0.01,0.08 +11265,Beat Sketch!,PS3,2010,Misc,Sony Computer Entertainment,0,0,0.08,0,0.08 +11266,Natural Doctrine,PSV,2014,Role-Playing,Nippon Ichi Software,0.03,0.02,0.03,0.01,0.08 +11267,Lara Croft and the Temple of Osiris,PS4,2014,Action,Square Enix,0,0.07,0,0.01,0.08 +11268,Bleach: Heat the Soul 5,PSP,2008,Fighting,Sony Computer Entertainment,0,0,0.08,0,0.08 +11269,Koudelka,PS,1999,Role-Playing,Atari,0.05,0.03,0,0.01,0.08 +11270,Disgaea Infinite,PSP,2010,Adventure,Nippon Ichi Software,0.07,0,0.01,0.01,0.08 +11271,Virtua Fighter CG Portrait Series Vol.2: Jacky Bryant,SAT,1995,Misc,Sega,0,0,0.08,0,0.08 +11272,IHRA Drag Racing: Sportsman Edition,PS2,2006,Racing,Bethesda Softworks,0.04,0.03,0,0.01,0.08 +11273,Famicom Mini: Famicom Mukashi Banashi - Shin Oniga Shima Zenkouhen,GBA,2004,Adventure,Nintendo,0,0,0.08,0,0.08 +11274,Don King Boxing,DS,2009,Sports,Take-Two Interactive,0.06,0.01,0,0.01,0.08 +11275,Escape Dead Island,PS3,2014,Action,Deep Silver,0.03,0.04,0,0.01,0.08 +11276,Animal Planet: Emergency Vets,DS,2009,Simulation,Activision,0.08,0,0,0.01,0.08 +11277,Martian Panic,Wii,2010,Adventure,Unknown,0.08,0,0,0,0.08 +11278,America's Army: True Soldiers,X360,2007,Shooter,Ubisoft,0.08,0,0,0.01,0.08 +11279,Pachitte Chonmage Tatsujin 13: Pachinko Hissatsu Shigotojin III,PS2,2007,Misc,Hackberry,0,0,0.08,0,0.08 +11280,"Sesame Street: Ready, Set, Grover!",DS,2011,Misc,Warner Bros. Interactive Entertainment,0.08,0,0,0.01,0.08 +11281,Marvel Nemesis: Rise of the Imperfects,DS,2005,Fighting,Electronic Arts,0.08,0,0,0.01,0.08 +11282,Wreckin Crew,PS,1998,Racing,Telstar,0.05,0.03,0,0.01,0.08 +11283,Theme Park,SAT,1994,Simulation,Electronic Arts,0,0,0.08,0,0.08 +11284,Famicom Mini: Mario Bros.,GBA,2004,Platform,Nintendo,0,0,0.08,0,0.08 +11285,MX vs. ATV Supercross,X360,2014,Racing,Nordic Games,0.03,0.05,0,0.01,0.08 +11286,Major League Baseball 2K9,PSP,2009,Sports,Spike,0.08,0,0,0.01,0.08 +11287,RockMan EXE 4.5 Real Operation,GBA,2004,Role-Playing,Capcom,0,0,0.08,0,0.08 +11288,Rescue Heroes: Billy Blazes,GBA,2003,Action,Vivendi Games,0.06,0.02,0,0,0.08 +11289,SafeCracker: The Ultimate Puzzle Adventure,Wii,2008,Puzzle,The Adventure Company,0.07,0.01,0,0.01,0.08 +11290,Battlefield 2,PC,2005,Shooter,Electronic Arts,0,0.07,0,0.02,0.08 +11291,Frantix,PSP,2005,Puzzle,Ubisoft,0.08,0,0,0.01,0.08 +11292,Sega GT Online,XB,2003,Racing,Sega,0.06,0.02,0,0,0.08 +11293,Derby Tsuku: Derby Uma o Tsukurou!,DC,2000,Sports,Sega,0,0,0.08,0,0.08 +11294,Captain Tsubasa: New Kick Off,DS,2010,Sports,Konami Digital Entertainment,0,0.02,0.06,0,0.08 +11295,The Spiderwick Chronicles,DS,2008,Action,Vivendi Games,0.08,0,0,0.01,0.08 +11296,ZhuZhu Babies,DS,2011,Simulation,Activision,0.07,0.01,0,0.01,0.08 +11297,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,GBA,2005,Adventure,Activision,0.06,0.02,0,0,0.08 +11298,Prisoner of War,XB,2002,Adventure,Atari,0.06,0.02,0,0,0.08 +11299,Arslan: The Warriors of Legend,PS4,2015,Action,Tecmo Koei,0.02,0.01,0.04,0.01,0.08 +11300,S.C.A.R.S,PS,1998,Racing,Ubisoft,0.05,0.03,0,0.01,0.08 +11301,The Secret Saturdays: Beasts of the 5th Sun,DS,2009,Action,D3Publisher,0.08,0,0,0.01,0.08 +11302,Risen 3: Titan Lords,X360,2014,Role-Playing,Deep Silver,0.02,0.06,0,0.01,0.08 +11303,The King of Fighters '98: Dream Match Never Ends,PS,1999,Fighting,SNK Playmore,0.05,0.03,0,0.01,0.08 +11304,Air Conflicts: Secret Wars,X360,2011,Simulation,bitComposer Games,0.06,0.02,0,0.01,0.08 +11305,Elebits: The Adventures of Kai and Zero,DS,2008,Adventure,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11306,PAC-MAN and the Ghostly Adventures,X360,2013,Platform,Namco Bandai Games,0.04,0.03,0,0.01,0.08 +11307,Dead or Alive 5,XOne,2015,Fighting,Tecmo Koei,0.04,0.03,0.01,0.01,0.08 +11308,ESPN NFL Primetime 2002,PS2,2001,Sports,Konami Digital Entertainment,0.04,0.03,0,0.01,0.08 +11309,Wildlife Park 3,PC,2011,Simulation,bitComposer Games,0,0.07,0,0.02,0.08 +11310,101-in-1 Sports Megamix,DS,2010,Sports,Nordcurrent,0.08,0,0,0.01,0.08 +11311,From Russia With Love,PSP,2006,Action,Electronic Arts,0.07,0.01,0,0.01,0.08 +11312,Sniper: Ghost Warrior 2,PC,2013,Shooter,City Interactive,0.02,0.05,0,0.01,0.08 +11313,Warriors Orochi 3 Hyper,WiiU,2012,Action,Tecmo Koei,0.04,0.02,0.02,0.01,0.08 +11314,Zoids: Legacy,GBA,2003,Role-Playing,Tomy Corporation,0.06,0.02,0,0,0.08 +11315,Kidou Senshi Gundam 00,DS,2008,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11316,Monster Jam: Path of Destruction,PSP,2010,Racing,Activision,0.07,0,0,0.01,0.08 +11317,Captain America: Super Soldier,3DS,2011,Action,Sega,0.05,0.02,0,0.01,0.08 +11318,Major League Baseball 2K12,DS,2012,Sports,Take-Two Interactive,0.08,0,0,0.01,0.08 +11319,Onimusha Tactics,GBA,2003,Strategy,Capcom,0.06,0.02,0,0,0.08 +11320,Bomberman Jetters,GC,2002,Puzzle,Hudson Soft,0.06,0.02,0,0,0.08 +11321,TOCA Race Driver 3,PS2,2006,Racing,Codemasters,0.04,0.03,0,0.01,0.08 +11322,Sports Collection,DS,2010,Sports,Ubisoft,0.06,0.01,0,0.01,0.08 +11323,Konami Classics Vol. 1,X360,2009,Misc,Konami Digital Entertainment,0.08,0,0,0.01,0.08 +11324,Pac-Man Power Pack,PS2,2008,Misc,Namco Bandai Games,0.04,0.03,0,0.01,0.08 +11325,Charm Girls Club: My Fashion Show,DS,N/A,Simulation,Unknown,0.08,0,0,0.01,0.08 +11326,Disney's Donald Duck: Goin' Quackers,PS2,2000,Platform,Ubisoft,0.04,0.03,0,0.01,0.08 +11327,Ultimate Brain Games,GBA,2003,Misc,Telegames,0.06,0.02,0,0,0.08 +11328,NHL 2K7,X360,2006,Sports,Take-Two Interactive,0.07,0,0,0.01,0.08 +11329,The Seven Deadly Sins: Unjust Sin,3DS,2015,Adventure,Namco Bandai Games,0,0,0.08,0,0.08 +11330,Armorines: Project S.W.A.R.M.,PS,2000,Shooter,Acclaim Entertainment,0.05,0.03,0,0.01,0.08 +11331,Gundam Seed: Battle Assault,GBA,2004,Fighting,Namco Bandai Games,0.06,0.02,0,0,0.08 +11332,Chibi Maruko-Chan: Harikiri 365-Nichi no Maki,SNES,1991,Misc,Epoch,0,0,0.08,0,0.08 +11333,Get Fit with Mel B,X360,N/A,Sports,Black Bean Games,0,0.07,0,0.01,0.08 +11334,SaGa 3: Jikuu no Hasha - Shadow or Light,DS,2011,Role-Playing,Square Enix,0,0,0.08,0,0.08 +11335,Miami Nights: Singles in the City,DS,2008,Simulation,Ubisoft,0.08,0,0,0.01,0.08 +11336,Phantom Brave: The Hermuda Triangle,PSP,2010,Role-Playing,Nippon Ichi Software,0.05,0,0.03,0.01,0.08 +11337,Famicom Mini: Adventure Island,GBA,2004,Action,Hudson Soft,0,0,0.08,0,0.08 +11338,Aliens versus Predator: Extinction,XB,2003,Strategy,Electronic Arts,0.06,0.02,0,0,0.08 +11339,RTX Red Rock,PS2,2003,Shooter,LucasArts,0.04,0.03,0,0.01,0.08 +11340,Nano Assault,3DS,2011,Shooter,Majesco Entertainment,0.08,0,0,0.01,0.08 +11341,X Rebirth,PC,2013,Simulation,Koch Media,0,0.08,0,0.01,0.08 +11342,FIFA Street 2,XB,2006,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11343,Tokimeki Memorial: Girl's Side,PS2,2002,Adventure,Konami Digital Entertainment,0,0,0.08,0,0.08 +11344,Naruto Shippuden: Shinobi Rumble,DS,2010,Fighting,Takara Tomy,0.03,0,0.05,0,0.08 +11345,Shining Force: Resurrection of the Dark Dragon,GBA,2004,Role-Playing,THQ,0.06,0.02,0,0,0.08 +11346,Shining Soul II,GBA,2003,Role-Playing,THQ,0.06,0.02,0,0,0.08 +11347,Orega Kantoku Da! Gekitou Pennant Race,PS2,2000,Sports,Enix Corporation,0,0,0.08,0,0.08 +11348,America's Next Top Model,Wii,2010,Action,Crave Entertainment,0.08,0,0,0.01,0.08 +11349,Nikoli's Pencil Puzzle,3DS,2011,Puzzle,Hudson Soft,0.05,0.03,0,0.01,0.08 +11350,Hello Kitty: Roller Rescue,GC,2005,Action,Empire Interactive,0.06,0.02,0,0,0.08 +11351,Jikkyou Powerful Pro Yakyuu 12,GC,2005,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11352,Metal Slug Advance,GBA,2004,Shooter,Ignition Entertainment,0.06,0.02,0,0,0.08 +11353,Pac-Man World Rally,GC,2006,Racing,Namco Bandai Games,0.06,0.02,0,0,0.08 +11354,Gradius Galaxies,GBA,2001,Shooter,Konami Digital Entertainment,0.06,0.02,0,0,0.08 +11355,Blazing Angels: Squadrons of WWII,XB,2006,Simulation,Ubisoft,0.06,0.02,0,0,0.08 +11356,Mortal Kombat Kollection,PS2,2008,Fighting,Midway Games,0.04,0.03,0,0.01,0.08 +11357,Blades of Blood: Samurai Shodown III,PS,1995,Fighting,Sony Computer Entertainment,0.05,0.03,0,0.01,0.08 +11358,LEGO Soccer Mania,PS2,2002,Sports,Electronic Arts,0.04,0.03,0,0.01,0.08 +11359,Puchi Puchi Virus,DS,2007,Puzzle,Jaleco,0.08,0,0,0.01,0.08 +11360,Gundam the 3D Battle,3DS,2011,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11361,Petz: Dogz Family,PSP,2009,Simulation,Ubisoft,0.05,0.02,0,0.01,0.08 +11362,Worms: Open Warfare,DS,2006,Strategy,THQ,0.05,0.03,0,0.01,0.08 +11363,Ride,PS3,2015,Racing,Milestone S.r.l.,0,0.06,0.01,0.01,0.08 +11364,Deadliest Catch: Sea of Chaos,PS3,2010,Sports,Crave Entertainment,0.08,0,0,0.01,0.08 +11365,Godzilla Generations,DC,1998,Action,Sega,0,0,0.08,0,0.08 +11366,Strider 2,PS,2000,Platform,Virgin Interactive,0.05,0.03,0,0.01,0.08 +11367,ShellShock 2: Blood Trails,PS3,2009,Shooter,Eidos Interactive,0.04,0.03,0,0.01,0.08 +11368,Forbidden Siren 2,PS2,2006,Action,Sony Computer Entertainment,0,0,0.08,0,0.08 +11369,Board Game Classics,GBA,2005,Misc,"Destination Software, Inc",0.06,0.02,0,0,0.08 +11370,Supremacy MMA,X360,2011,Fighting,505 Games,0.05,0.03,0,0.01,0.08 +11371,Game of Thrones,PC,2012,Role-Playing,Focus Home Interactive,0,0.07,0,0.01,0.08 +11372,Shin Megami Tensei: Digital Devil Saga 2,PS2,2005,Role-Playing,Ghostlight,0.04,0.03,0,0.01,0.08 +11373,Death Jr. and the Science Fair of Doom,DS,2007,Platform,Konami Digital Entertainment,0.08,0,0,0.01,0.08 +11374,Steins;Gate,PS3,2012,Adventure,PQube,0.01,0.04,0.02,0.01,0.08 +11375,Super Monkey Ball Adventure,PSP,2006,Platform,Sega,0.05,0.02,0,0.01,0.08 +11376,Zatch Bell! Mamodo Battles,PS2,2005,Fighting,Namco Bandai Games,0.04,0.03,0,0.01,0.08 +11377,Dream Day: Wedding Destinations,DS,2009,Simulation,THQ,0.08,0,0,0.01,0.08 +11378,Face Racers: Photo Finish,3DS,N/A,Racing,Majesco Entertainment,0.08,0,0,0,0.08 +11379,Bejeweled 3,PC,2010,Puzzle,PopCap Games,0.02,0.05,0,0.01,0.08 +11380,Iron Man / X-O Manowar in Heavy Metal,PS,1996,Platform,Acclaim Entertainment,0.05,0.03,0,0.01,0.08 +11381,Derby Stallion 98,SNES,1998,Sports,ASCII Entertainment,0,0,0.08,0,0.08 +11382,Pimp My Ride: Street Racing,PS2,2009,Racing,Activision,0.04,0.03,0,0.01,0.08 +11383,Exit,PSP,2005,Puzzle,Ubisoft,0.07,0,0,0.01,0.08 +11384,God Eater Resurrection,PS4,2015,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11385,Robotron X,PS,1996,Shooter,GT Interactive,0.05,0.03,0,0.01,0.08 +11386,Pretty Rhythm: My Deco Rainbow Wedding,3DS,2013,Misc,Takara Tomy,0,0,0.08,0,0.08 +11387,Kamen Rider: Travelers Senki,3DS,2013,Action,Seventh Chord,0,0,0.08,0,0.08 +11388,Sushi Academy,DS,2009,Action,DTP Entertainment,0.08,0,0,0.01,0.08 +11389,J-League Winning Eleven 2009: Club Championship,PS2,2009,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11390,The Sims 2: Ikea Home Stuff,PC,2008,Simulation,Electronic Arts,0,0.07,0,0.02,0.08 +11391,Grand Prix Challenge,PS2,2002,Racing,Atari,0.04,0.03,0,0.01,0.08 +11392,Super Robot Taisen OG Saga: Endless Frontier,DS,2008,Role-Playing,Namco Bandai Games,0.08,0,0,0.01,0.08 +11393,Meitantei Conan & Kindaichi Shounen no Jikenbou: Meguri au Futari no Meitantei,DS,2009,Adventure,Namco Bandai Games,0,0,0.08,0,0.08 +11394,Smart Bomb,PSP,2005,Puzzle,Eidos Interactive,0.07,0,0,0.01,0.08 +11395,FIFA Soccer 2005,GBA,2004,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11396,PoPoLoCrois (JP sales),PSP,2005,Role-Playing,Ignition Entertainment,0,0,0.08,0,0.08 +11397,Ken to Mahou to Gakuen Mono. 2,PSP,2009,Role-Playing,Acquire,0,0,0.08,0,0.08 +11398,NHL 06,GC,2005,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11399,Kaijuu Busters Powered,DS,2011,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11400,Major League Baseball 2K11,PC,2011,Sports,Take-Two Interactive,0.06,0.01,0,0.01,0.08 +11401,Initial D: Extreme Stage,PS3,2008,Racing,Sega,0,0,0.08,0,0.08 +11402,Pinobee: Wings of Adventure,GBA,2001,Platform,Hudson Entertainment,0.06,0.02,0,0,0.08 +11403,State of Emergency 2,PS2,2006,Shooter,SouthPeak Games,0.04,0.03,0,0.01,0.08 +11404,Gintama Gin-Oh Quest: Gin-San ga Tenshoku Shitari Sekai wo Sukuttari,DS,2007,Role-Playing,Banpresto,0,0,0.08,0,0.08 +11405,My English Coach: Para Hispanoparlantes,DS,2009,Misc,Ubisoft,0.08,0,0,0.01,0.08 +11406,Ninjabread Man,Wii,2007,Action,Popcorn Arcade,0.07,0,0,0.01,0.08 +11407,One Piece: Romance Dawn - Bouken no Yoake,3DS,2013,Fighting,Namco Bandai Games,0,0,0.08,0,0.08 +11408,Crush,PSP,2007,Puzzle,Sega,0.07,0,0,0.01,0.08 +11409,I Am In The Movie,Wii,2012,Simulation,Namco Bandai Games,0,0,0.08,0,0.08 +11410,Fatal Frame III: The Tormented,PS2,2005,Action,Take-Two Interactive,0.04,0.03,0,0.01,0.08 +11411,Zero: Tsukihami no Kamen,Wii,N/A,Action,Nintendo,0,0,0.08,0,0.08 +11412,Ice Age 2: The Meltdown,Wii,2006,Platform,Vivendi Games,0.06,0.01,0,0.01,0.08 +11413,Seven Samurai 20XX,PS2,2004,Action,Sega,0.04,0.03,0,0.01,0.08 +11414,10 Minute Solution,Wii,2010,Sports,Activision,0.06,0.01,0,0.01,0.08 +11415,"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 2: Shinseiki Evangelion - Shito, Futatabi",DS,2008,Misc,D3Publisher,0,0,0.08,0,0.08 +11416,Jikkyou Powerful Pro Yakyuu 15,Wii,2008,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11417,Cloudy With a Chance of Meatballs,PSP,2009,Platform,Ubisoft,0.07,0,0,0.01,0.08 +11418,Tom Clancy's Splinter Cell: Pandora Tomorrow,GC,2004,Action,Ubisoft,0.06,0.02,0,0,0.08 +11419,Ultimate Ghosts 'n Goblins,PSP,2006,Platform,Capcom,0.07,0.01,0,0.01,0.08 +11420,Slayers Royal,PS,1998,Role-Playing,Kadokawa Shoten,0,0,0.08,0.01,0.08 +11421,Swingerz Golf,GC,2002,Sports,Eidos Interactive,0.06,0.02,0,0,0.08 +11422,Pro Evolution Soccer 2008 (JP sales),DS,2007,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11423,Petz Fantasy: Sunshine Magic,DS,2010,Simulation,Ubisoft,0.07,0,0,0,0.08 +11424,C.O.P.: The Recruit,DS,2009,Action,Ubisoft,0.05,0.02,0,0.01,0.08 +11425,Adventure Time: Explore the Dungeon Because I Don't Know!,X360,2013,Action,D3Publisher,0.03,0.04,0,0.01,0.08 +11426,Toukiden 2,PS4,2016,Action,Tecmo Koei,0,0,0.08,0,0.08 +11427,The King of Fighters 2006,PS2,2006,Fighting,Ignition Entertainment,0.01,0.01,0.05,0,0.08 +11428,Tornado Outbreak,X360,2009,Action,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11429,Pretty Rhythm Rainbow Live: Kira Kira My * Design,3DS,2013,Misc,Takara Tomy,0,0,0.08,0,0.08 +11430,Nobunaga's Ambition: Rise to Power,PS2,2004,Strategy,Tecmo Koei,0,0,0.08,0,0.08 +11431,FIFA Soccer 2003,GC,2002,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11432,Adventure Time: The Secret of the Nameless Kingdom,3DS,2014,Action,Little Orbit,0,0.07,0,0,0.08 +11433,Little League World Series Baseball: Double Play,DS,2010,Sports,Activision,0.08,0,0,0.01,0.08 +11434,DanceDanceRevolution,X360,2011,Simulation,Konami Digital Entertainment,0.08,0,0,0.01,0.08 +11435,"3 in 1: Solitaire, Mahjong & Tangram",DS,2010,Misc,Deep Silver,0,0.07,0,0.01,0.08 +11436,Pop'n Music,Wii,2009,Misc,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11437,Outlaw Golf,GC,2002,Sports,TDK Mediactive,0.06,0.02,0,0,0.08 +11438,Worms: A Space Oddity,Wii,2008,Strategy,THQ,0.06,0.02,0,0.01,0.08 +11439,Steins;Gate: Hiyoku Renri no Darling,X360,2011,Adventure,5pb,0,0,0.08,0,0.08 +11440,Diego's Build & Rescue,DS,2010,Action,Take-Two Interactive,0.07,0,0,0.01,0.08 +11441,King's Field (Japan),PS,1994,Role-Playing,From Software,0,0,0.08,0.01,0.08 +11442,Slam 'n Jam '96 featuring Magic & Kareem,PS,1995,Sports,Crystal Dynamics,0.04,0.03,0,0.01,0.08 +11443,Far Cry Vengeance,Wii,2006,Shooter,Ubisoft,0.06,0.01,0,0.01,0.08 +11444,Looney Tunes: Acme Arsenal,X360,2007,Action,Warner Bros. Interactive Entertainment,0.06,0.01,0,0.01,0.08 +11445,Samurai Shodown Sen,X360,2009,Fighting,Rising Star Games,0.07,0.01,0,0.01,0.08 +11446,Bangai-O Spirits,DS,2008,Shooter,D3Publisher,0.07,0,0,0.01,0.08 +11447,NASCAR The Game: Inside Line,PS3,2012,Racing,Activision,0.07,0,0,0.01,0.08 +11448,ToraDora Portable!,PSP,2009,Adventure,Namco Bandai Games,0,0,0.08,0,0.08 +11449,The Italian Job,XB,2003,Racing,Eidos Interactive,0.06,0.02,0,0,0.08 +11450,Smuggler's Run: Warzones,GC,2002,Misc,Take-Two Interactive,0.06,0.02,0,0,0.08 +11451,Kaidan Restaurant: Ura Menu 100-Sen,DS,2010,Misc,Namco Bandai Games,0,0,0.08,0,0.08 +11452,R/C Stunt Copter,PS,1998,Simulation,Interplay,0.04,0.03,0,0.01,0.08 +11453,Yamakawa Shuppansha Kanshuu: Shousetsu Sekaishi B,DS,2007,Misc,Namco Bandai Games,0,0,0.08,0,0.08 +11454,Pac-Man and the Ghostly Adventures 2,3DS,2014,Adventure,Namco Bandai Games,0.03,0.05,0,0.01,0.08 +11455,Final Fantasy VI,PS,1999,Role-Playing,Sony Computer Entertainment,0,0,0.08,0.01,0.08 +11456,Horrid Henry's Horrid Adventure,DS,2010,Adventure,Asylum Entertainment,0,0.07,0,0.01,0.08 +11457,The Hidden,3DS,N/A,Adventure,Unknown,0.08,0,0,0,0.08 +11458,Jikkyou Powerful Major League 2009,PS2,2009,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11459,Princess in Love,DS,2009,Simulation,DTP Entertainment,0.07,0,0,0.01,0.08 +11460,The Legend of Alon D'ar,PS2,2001,Role-Playing,Ubisoft,0.04,0.03,0,0.01,0.08 +11461,Space Channel 5 Special Edition,PS2,2003,Misc,Agetec,0.04,0.03,0,0.01,0.08 +11462,Cate West: The Vanishing Files,Wii,2009,Adventure,Oxygen Interactive,0.07,0,0,0.01,0.08 +11463,Jimmie Johnson's Anything With an Engine,Wii,2011,Racing,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11464,Black/Matrix,SAT,1998,Strategy,NEC Interchannel,0,0,0.08,0,0.08 +11465,Big Mutha Truckers,GC,2003,Racing,Empire Interactive,0.06,0.02,0,0,0.08 +11466,Wolfenstein: The Old Blood,PC,2015,Action,Bethesda Softworks,0,0.08,0,0,0.08 +11467,Qubed,X360,2009,Puzzle,Atari,0.07,0,0,0.01,0.08 +11468,The Sims 3: Fast Lane Stuff,PC,2010,Simulation,Electronic Arts,0.01,0.05,0,0.02,0.08 +11469,TrackMania DS,DS,2008,Racing,Focus Home Interactive,0.06,0.01,0,0.01,0.08 +11470,Junior Classic Books & Fairytales,DS,2010,Misc,GSP,0.06,0.01,0,0.01,0.08 +11471,The King of Fighters '96,PS,1997,Fighting,SNK,0,0,0.07,0.01,0.08 +11472,Prey the Stars,DS,2008,Action,Tecmo Koei,0.07,0,0,0.01,0.08 +11473,Knights Contract,X360,2011,Action,Namco Bandai Games,0.05,0.03,0,0.01,0.08 +11474,Chronicles of Mystery: The Secret Tree of Life,DS,2011,Adventure,City Interactive,0.03,0.04,0,0.01,0.08 +11475,Uta no Prince-Sama: All Star After Secret,PSP,2015,Action,Broccoli,0,0,0.08,0,0.08 +11476,The Space Bar,SAT,1996,Adventure,Sega,0,0,0.08,0,0.08 +11477,Bust-A-Move 2 Arcade Edition,N64,1997,Puzzle,Acclaim Entertainment,0.06,0.02,0,0,0.08 +11478,Knife Edge: NoseGunner,N64,1998,Shooter,Mitsui,0.06,0.02,0,0,0.08 +11479,Puzzle Chronicles,PSP,2010,Puzzle,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11480,Wetrix,N64,1998,Puzzle,Ocean,0.06,0.02,0,0,0.08 +11481,NHL Breakaway 99,N64,1998,Sports,Acclaim Entertainment,0.07,0.01,0,0,0.08 +11482,Tony Hawk's Pro Skater 3,N64,2002,Sports,Activision,0.06,0.02,0,0,0.08 +11483,Iggy's Reckin' Balls,N64,1998,Racing,Acclaim Entertainment,0.06,0.02,0,0,0.08 +11484,The Witch and the Hundred Knight,PS4,2015,Role-Playing,Nippon Ichi Software,0.02,0.01,0.05,0.01,0.08 +11485,Tomb Raider: Underworld,PC,2008,Action,Eidos Interactive,0,0.06,0,0.02,0.08 +11486,Samurai Western,PS2,2004,Action,505 Games,0.04,0.03,0,0.01,0.08 +11487,"Warhammer 40,000: Dawn of War II - Retribution",PC,2011,Strategy,THQ,0,0.06,0,0.02,0.08 +11488,Line Rider 2: Unbound,DS,2008,Puzzle,Deep Silver,0.07,0,0,0.01,0.08 +11489,Earth Defense Force 2017,X360,2006,Action,D3Publisher,0.04,0.01,0.03,0,0.08 +11490,Persona 4: Arena Ultimax,X360,2014,Fighting,Atlus,0.06,0.01,0,0.01,0.08 +11491,Harry Potter and the Sorcerer's Stone,GC,2003,Action,Electronic Arts,0.06,0.02,0,0,0.08 +11492,High Heat Major League Baseball 2004,XB,2003,Sports,3DO,0.06,0.02,0,0,0.08 +11493,TimeSplitters: Future Perfect,GC,2005,Shooter,Electronic Arts,0.06,0.02,0,0,0.08 +11494,Ultimate Shooting Collection,Wii,2008,Shooter,Milestone,0.08,0,0,0,0.08 +11495,Kenshuui Tendo Dokuta,DS,2004,Simulation,Spike,0,0,0.08,0,0.08 +11496,Super Sentai Battle: Ranger Cross,Wii,2011,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11497,Soul Bubbles,DS,2008,Puzzle,Eidos Interactive,0.05,0.02,0,0.01,0.08 +11498,Gradius III and IV,PS2,2000,Shooter,Konami Digital Entertainment,0.04,0.03,0,0.01,0.08 +11499,Pilot ni Narou! 2,PS2,2001,Simulation,Victor Interactive,0,0,0.08,0,0.08 +11500,AKB1/149: Love Election,PS3,2013,Adventure,Namco Bandai Games,0,0,0.08,0,0.08 +11501,Ken to Mahou to Gakuen Mono. Final: Shinnyusei wa Ohimesama,PSP,2011,Strategy,Acquire,0,0,0.08,0,0.08 +11502,Man vs. Wild,PS3,2010,Action,Abylight,0.07,0,0,0.01,0.08 +11503,Incredible Crisis,PS,1999,Action,Titus,0.04,0.03,0,0.01,0.08 +11504,Midway Arcade Treasures 3,XB,2005,Misc,Midway Games,0.06,0.02,0,0,0.08 +11505,Witches & Vampires: The Secrets of Ashburry,DS,2010,Adventure,DTP Entertainment,0.05,0.02,0,0.01,0.08 +11506,The King of Fighters EX2: Howling Blood,GBA,2002,Fighting,Marvelous Interactive,0.06,0.02,0,0,0.08 +11507,Samurai Shodown III,NG,1995,Fighting,SNK,0,0,0.08,0,0.08 +11508,Disney's Meet the Robinsons,X360,2007,Action,Disney Interactive Studios,0.07,0,0,0.01,0.08 +11509,Cabela's North American Adventures,PS2,2010,Sports,Activision,0.04,0.03,0,0.01,0.08 +11510,Akiba's Trip Plus,PSP,2012,Adventure,Acquire,0,0,0.08,0,0.08 +11511,Famicom Mini: SD Gundam World Gachapon Senshi - Scramble Wars,GBA,2004,Strategy,Nintendo,0,0,0.08,0,0.08 +11512,NBA 10: The Inside,PSP,2009,Sports,Sony Computer Entertainment,0.07,0,0,0.01,0.08 +11513,Jillian Michaels Fitness Ultimatum 2010,DS,2009,Sports,Majesco Entertainment,0.07,0,0,0.01,0.08 +11514,Dragon Ball Z: Battle of Z,X360,2014,Fighting,Namco Bandai Games,0.01,0.06,0,0.01,0.08 +11515,Silent Hunter III,PC,2005,Simulation,Ubisoft,0,0.07,0,0.01,0.08 +11516,Famicom Mini: Star Soldier,GBA,2004,Shooter,Nintendo,0,0,0.08,0,0.08 +11517,Sentimental Graffiti 2,DC,2000,Adventure,NEC Interchannel,0,0,0.08,0,0.08 +11518,Shonen Jump's One Piece: Pirates Carnival,GC,2005,Misc,Namco Bandai Games,0.06,0.02,0,0,0.08 +11519,Kobitodzukan: Kobito no Fushigi - Jikken Set,3DS,2013,Misc,Nippon Columbia,0,0,0.08,0,0.08 +11520,Goblin Commander: Unleash the Horde,XB,2003,Strategy,Jaleco,0.06,0.02,0,0,0.08 +11521,Serious Sam 3: BFE,PC,2011,Shooter,Mastertronic,0.01,0.05,0,0.01,0.08 +11522,MXGP 2,PS4,2016,Racing,Milestone S.r.l.,0.02,0.05,0,0.01,0.08 +11523,Doraemon: Nobita and the Island of Miracles,3DS,2012,Action,FuRyu,0,0,0.08,0,0.08 +11524,Puzzler Mind Gym 3D,3DS,2011,Puzzle,Ubisoft,0.07,0,0,0,0.08 +11525,Lost Dimension,PS3,2014,Role-Playing,Nippon Ichi Software,0.05,0.01,0,0.01,0.08 +11526,Sentimental Graffiti: First Window,SAT,1997,Adventure,NEC Interchannel,0,0,0.08,0,0.08 +11527,Gekijouban Madoka Magicka: The Battle Pentagram,PSV,2013,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11528,Cartoon Network Collection: Game Boy Advance Video Volume 2,GBA,2004,Misc,N/A,0.06,0.02,0,0,0.08 +11529,Sherlock Holmes: Crimes & Punishments,XOne,2014,Adventure,Focus Home Interactive,0.03,0.04,0,0.01,0.08 +11530,Tempest 3X,PS,1995,Shooter,Interplay,0.04,0.03,0,0.01,0.08 +11531,A-Train,PS,1995,Simulation,Sony Computer Entertainment,0.02,0.01,0.04,0.01,0.08 +11532,Hidden Invasion,PS2,2001,Shooter,Swing! Entertainment,0.04,0.03,0,0.01,0.08 +11533,My Friends,DS,2009,Misc,Oxygen Interactive,0.07,0,0,0.01,0.08 +11534,World Series of Poker 2008: Battle for the Bracelets,X360,2007,Misc,Activision,0.06,0.01,0,0.01,0.08 +11535,Superman: Shadow of Apokolips,GC,2003,Action,Atari,0.06,0.02,0,0,0.08 +11536,Armored Core 3 Portable,PSP,2009,Simulation,From Software,0,0,0.08,0,0.08 +11537,Bleach: Erabareshi Tamashii,PS2,2005,Adventure,Sony Computer Entertainment,0,0,0.08,0,0.08 +11538,The Croods: Prehistoric Party!,DS,2013,Misc,D3Publisher,0.03,0.04,0,0.01,0.08 +11539,Sengoku Musou 3: Moushouden,Wii,2011,Action,Ackkstudios,0,0,0.08,0,0.08 +11540,Batman: Dark Tomorrow,GC,2003,Action,Kemco,0.06,0.02,0,0,0.08 +11541,Code Lyoko: Fall of X.A.N.A.,DS,2008,Adventure,Game Factory,0.07,0,0,0.01,0.08 +11542,Looney Tunes: Galactic Sports,PSV,2015,Action,Sony Computer Entertainment,0,0.06,0,0.02,0.08 +11543,Yuu Yuu Hakusho: Makyo Toitsusen,GEN,1994,Fighting,Sega,0,0,0.08,0,0.08 +11544,The First Templar,PC,2011,Action,Kalypso Media,0.06,0.01,0,0.01,0.08 +11545,Rock Revolution,Wii,N/A,Misc,Unknown,0.07,0,0,0.01,0.08 +11546,Ogre Battle Series: Tactics Ogre,PS,1997,Role-Playing,Atlus,0.04,0.03,0,0.01,0.08 +11547,Little League World Series Baseball 2010,PS3,2010,Sports,Activision,0.07,0,0,0.01,0.08 +11548,Wordfish,DS,2008,Puzzle,Ubisoft,0.07,0,0,0.01,0.08 +11549,Battlestar Galactica,XB,2003,Shooter,Vivendi Games,0.06,0.02,0,0,0.08 +11550,Fireblade,XB,2002,Action,Midway Games,0.06,0.02,0,0,0.08 +11551,futureU: The Prep Game for SAT,DS,2008,Misc,Aspyr,0.07,0,0,0.01,0.08 +11552,BioShock The Collection,XOne,2016,Shooter,Take-Two Interactive,0.03,0.04,0,0.01,0.08 +11553,Johnny Test,DS,2011,Platform,505 Games,0.07,0,0,0.01,0.08 +11554,Just Dance: Disney Party 2,WiiU,2015,Action,Ubisoft,0.06,0.01,0,0.01,0.08 +11555,Tomb Raider: Legend,GC,2006,Action,Eidos Interactive,0.06,0.02,0,0,0.08 +11556,Boxing Fever,GBA,2001,Sports,THQ,0.06,0.02,0,0,0.08 +11557,RoadKill,XB,2003,Action,Midway Games,0.06,0.02,0,0,0.08 +11558,Discovery Kids: Spider Quest,DS,2009,Misc,505 Games,0.07,0,0,0.01,0.08 +11559,Valkyrie Drive: Bhikkhuni,PSV,2015,Action,PQube,0,0.01,0.07,0,0.08 +11560,Gintama: Gin-San to Issho! Boku no Kabuki Machi Nikki,PS2,2007,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11561,7 Wonders of the Ancient World,PSP,2007,Puzzle,Mumbo Jumbo,0.07,0,0,0.01,0.08 +11562,New International Track & Field,DS,2008,Sports,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11563,Indycar Series 2005,XB,2004,Action,Codemasters,0.06,0.02,0,0,0.08 +11564,Final Fantasy XI: Vana'diel Collection 2008,PS2,2007,Role-Playing,Square Enix,0.03,0.03,0.01,0.01,0.08 +11565,Lost in Blue: Shipwrecked,Wii,2008,Adventure,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11566,Madden NFL 17,X360,2016,Sports,Electronic Arts,0.06,0.01,0,0.01,0.08 +11567,Taz Wanted,GC,2002,Platform,Atari,0.06,0.02,0,0,0.08 +11568,The Voice,X360,2014,Action,Activision,0.07,0,0,0.01,0.08 +11569,Penny Racers Party: Turbo-Q Speedway,Wii,2008,Racing,Takara Tomy,0.07,0,0,0.01,0.08 +11570,Skydiving Extreme,PS,2001,Sports,Banpresto,0.04,0.03,0,0.01,0.08 +11571,Evil Dead: Regeneration,XB,2005,Action,THQ,0.06,0.02,0,0,0.08 +11572,Need For Speed: Undercover,PC,2008,Racing,Electronic Arts,0,0.07,0,0.01,0.08 +11573,Dreamer Series: Shop Owner,DS,2009,Simulation,Deep Silver,0.07,0,0,0.01,0.08 +11574,Evolution Worlds,GC,2002,Role-Playing,Ubisoft,0.06,0.02,0,0,0.08 +11575,Dead Island: Riptide,PC,N/A,Action,Deep Silver,0,0.07,0,0.01,0.08 +11576,Sherlock Holmes: Crimes & Punishments,PS3,2014,Adventure,Focus Home Interactive,0.03,0.04,0,0.01,0.08 +11577,Drama Queens,DS,2009,Misc,Majesco Entertainment,0.07,0,0,0.01,0.08 +11578,Motto! Stitch! DS Rhythm de Rakugaki Daisakusen,DS,2010,Misc,Disney Interactive Studios,0,0,0.08,0,0.08 +11579,Rapala Pro Bass Fishing 2010,PS2,2010,Sports,Activision,0.04,0.03,0,0.01,0.08 +11580,My First Songs,Wii,2010,Misc,Mindscape,0,0.07,0,0.01,0.08 +11581,Dungeon Travelers 2: The Royal Library & The Monster Seal,PSP,2013,Role-Playing,Aqua Plus,0,0,0.08,0,0.08 +11582,Ultimate Party Challenge,Wii,2009,Misc,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11583,Assassin's Creed Chronicles,PS4,2016,Action,Ubisoft,0.01,0.05,0.01,0.01,0.08 +11584,Scooby-Doo! Who's Watching Who?,PSP,2006,Adventure,THQ,0.07,0.01,0,0.01,0.08 +11585,Sub Rebellion,PS2,2002,Simulation,Metro 3D,0.04,0.03,0,0.01,0.08 +11586,Legend of the Guardians: The Owls of Ga'Hoole,PS3,2010,Action,Warner Bros. Interactive Entertainment,0.06,0.01,0,0.01,0.08 +11587,Striker 96,PS,1995,Sports,Time Warner Interactive,0.04,0.03,0,0.01,0.08 +11588,Tokimeki Memorial 4,PSP,2009,Adventure,Konami Digital Entertainment,0,0,0.08,0,0.08 +11589,Bleach: Heat the Soul 4,PSP,2007,Fighting,Sony Computer Entertainment,0,0,0.08,0,0.08 +11590,Pocket Dogs,GBA,2004,Misc,Agatsuma Entertainment,0.06,0.02,0,0,0.08 +11591,Real Robots Final Attack,PS,1998,Shooter,Banpresto,0,0,0.07,0.01,0.08 +11592,Minecraft: Story Mode,PC,2015,Adventure,Mojang,0.02,0.05,0,0.01,0.08 +11593,P.N.03 - Product Number Three,GC,2003,Shooter,Capcom,0.06,0.02,0,0,0.08 +11594,Samurai Warriors 2,X360,2006,Action,Tecmo Koei,0.07,0.01,0,0.01,0.08 +11595,Boku no Natsuyasumi 3: Hokkoku Hen: Chiisana Boku no Dai Sougen鈥?PS3,2007,Adventure,Sony Computer Entertainment,0,0,0.08,0,0.08, +11596,Ape Escape: Pumped & Primed,PS2,2004,Misc,Sony Computer Entertainment,0.04,0.03,0,0.01,0.08 +11597,Alien Syndrome,PSP,2007,Role-Playing,Sega,0.07,0,0,0.01,0.08 +11598,Monster Trucks DS,DS,2005,Racing,Majesco Entertainment,0.07,0,0,0.01,0.08 +11599,FabStyle,DS,2011,Strategy,Tecmo Koei,0,0,0.08,0,0.08 +11600,Outlaw Tennis,PS2,2005,Sports,Global Star,0.04,0.03,0,0.01,0.08 +11601,Grease Dance,PS3,2011,Misc,505 Games,0.05,0.02,0,0.01,0.08 +11602,The Golf Club,PS4,2014,Sports,Unknown,0.05,0.02,0,0.01,0.08 +11603,Mission Runway,DS,2008,Simulation,Eidos Interactive,0.07,0.01,0,0.01,0.08 +11604,Agatha Christie: And Then There Were None,Wii,2008,Adventure,The Adventure Company,0.06,0.01,0,0.01,0.08 +11605,Rayman Origins,PC,2012,Platform,Ubisoft,0,0.06,0,0.01,0.08 +11606,Medabots Dual: Kabuto / Kuwagata,3DS,2013,Role-Playing,Rocket Company,0,0,0.08,0,0.08 +11607,We Sing Rock!,Wii,2011,Misc,Nordic Games,0,0.07,0,0.01,0.08 +11608,LEGO Soccer Mania,GBA,2002,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11609,Gunblade NY & L.A. Machineguns Arcade Hits Pack,Wii,2010,Shooter,Sega,0.06,0.01,0,0.01,0.08 +11610,Dawn of Heroes,DS,2010,Role-Playing,Majesco Entertainment,0.07,0,0,0,0.08 +11611,Imagine: My Restaurant,DS,2009,Simulation,Ubisoft,0,0.07,0,0.01,0.08 +11612,Gadget Racers,PS2,2000,Racing,Midas Interactive Entertainment,0.04,0.03,0,0.01,0.08 +11613,Phantasy Star Online Episode III: C.A.R.D. Revolution,GC,2003,Role-Playing,Sega,0.06,0.02,0,0,0.08 +11614,Nanashi no Game,DS,2008,Adventure,Square Enix,0,0,0.08,0,0.08 +11615,Bleach: Heat the Soul 7,PSP,2010,Fighting,Sony Computer Entertainment,0,0,0.08,0,0.08 +11616,Cosmic Family,Wii,2007,Misc,Ubisoft,0.07,0,0,0.01,0.08 +11617,Whac-A-Mole,DS,2005,Puzzle,Zoo Digital Publishing,0.07,0,0,0.01,0.08 +11618,Auto Destruct,PS,1998,Action,Electronic Arts,0.04,0.03,0,0.01,0.08 +11619,Backyard NFL Football '09,DS,2008,Sports,Atari,0.07,0,0,0.01,0.08 +11620,Terraria,3DS,2016,Action,505 Games,0,0.03,0.04,0,0.08 +11621,GOTHA: Ismailia Seneki,SAT,1995,Strategy,Sega,0,0,0.08,0,0.08 +11622,Dangerous Ji-San to 1000-nin no Otomodachi Yokoshima,3DS,2012,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11623,MLB Front Office Manager,PS3,2009,Sports,Take-Two Interactive,0.07,0,0,0.01,0.08 +11624,Ultimate Fighting Championship: Throwdown,GC,2002,Fighting,Ubisoft,0.06,0.02,0,0,0.08 +11625,Deep Fear,SAT,1998,Adventure,Sega,0,0,0.08,0,0.08 +11626,Skeleton Warriors,PS,1996,Platform,Virgin Interactive,0.04,0.03,0,0.01,0.08 +11627,Ford vs. Chevy,XB,2005,Racing,Global Star,0.06,0.02,0,0,0.08 +11628,Endgame,PS2,2002,Shooter,Empire Interactive,0.04,0.03,0,0.01,0.08 +11629,Dragon's Dogma Online,PS4,2015,Role-Playing,Capcom,0,0,0.08,0,0.08 +11630,The Dukes of Hazzard: Return of the General Lee,XB,2004,Racing,Ubisoft,0.06,0.02,0,0,0.08 +11631,Criminal Girls: Invite Only,PSP,2010,Role-Playing,Nippon Ichi Software,0,0,0.08,0,0.08 +11632,Ultimate Duck Hunting,Wii,2009,Sports,Zoo Digital Publishing,0.07,0,0,0.01,0.08 +11633,Virus,SAT,1997,Shooter,Hudson Soft,0,0,0.08,0,0.08 +11634,Jikkyou Powerful Pro Yakyuu Next,Wii,2009,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11635,WWE Crush Hour,GC,2003,Racing,THQ,0.06,0.02,0,0,0.08 +11636,Emily the Strange: Strangerous,DS,2011,Action,DTP Entertainment,0.04,0.03,0,0.01,0.08 +11637,Aliens in the Attic,Wii,2009,Action,Playlogic Game Factory,0.07,0,0,0.01,0.08 +11638,Dragon Shadow Spell,PS2,2007,Role-Playing,Flight-Plan,0,0,0.08,0,0.08 +11639,Daniel X: The Ultimate Power,DS,2010,Action,THQ,0.07,0,0,0.01,0.08 +11640,Sound Novel Tsukuru,SNES,1996,Misc,ASCII Entertainment,0,0,0.08,0,0.08 +11641,World Championship Poker: Deluxe Series,DS,2005,Misc,505 Games,0.07,0,0,0.01,0.08 +11642,Dragon Slayer: The Legend of Heroes,GEN,1994,Role-Playing,Sega,0,0,0.08,0,0.08 +11643,NHL Hitz 20-03,GC,2002,Sports,Midway Games,0.06,0.02,0,0,0.08 +11644,Momotarou Dentetsu 11,GC,2002,Misc,Hudson Soft,0,0,0.07,0,0.08 +11645,The Idolm@ster,X360,2007,Simulation,Namco Bandai Games,0,0,0.08,0,0.08 +11646,Infernal: Hell's Vengeance,X360,2009,Shooter,Playlogic Game Factory,0.06,0.01,0,0.01,0.08 +11647,Guilty Gear XX Slash,PS2,2006,Fighting,Sammy Corporation,0,0,0.08,0,0.08 +11648,Salon Superstar,DS,2009,Simulation,505 Games,0.07,0,0,0,0.08 +11649,Urban Reign,PS2,2005,Action,Namco Bandai Games,0.04,0.03,0,0.01,0.08 +11650,Super Robot Taisen Z Special Disc,PS2,2009,Misc,Namco Bandai Games,0,0,0.08,0,0.08 +11651,Slayers Royal 2,SAT,1998,Role-Playing,Kadokawa Shoten,0,0,0.08,0,0.08 +11652,Family Game Night 4: The Game Show,X360,2011,Misc,Electronic Arts,0.07,0,0,0.01,0.08 +11653,Resident Evil 3: Nemesis,GC,2003,Action,Capcom,0.06,0.02,0,0,0.08 +11654,All-Star Baseball 2004,GC,2003,Sports,Acclaim Entertainment,0.06,0.02,0,0,0.08 +11655,Madden NFL 08,GC,2007,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11656,Ro-Kyu-Bu!,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.08,0,0.08 +11657,Frogger Beyond,XB,2002,Platform,Konami Digital Entertainment,0.06,0.02,0,0,0.08 +11658,Man vs. Wild,Wii,2011,Action,Crave Entertainment,0.07,0,0,0,0.08 +11659,Katekyoo Hitman Reborn! DS: Flame Rumble Kaien Ring Soudatsuen!,DS,2007,Fighting,Takara Tomy,0,0,0.08,0,0.08 +11660,Stuart Little 3: Big Photo Adventure,PS2,2005,Platform,Sony Computer Entertainment,0.04,0.03,0,0.01,0.08 +11661,"Ni Hao, Kai-lan: Super Game Day",PS2,2009,Misc,Take-Two Interactive,0.04,0.03,0,0.01,0.08 +11662,Katekyoo Hitman Reborn! DS: Flame Rumble Hyper - Moeyo Mirai,DS,2008,Fighting,Takara Tomy,0,0,0.08,0,0.08 +11663,Pro Yakyuu Famista DS 2010,DS,2010,Sports,Namco Bandai Games,0,0,0.08,0,0.08 +11664,Captain Tsubasa,PS2,2006,Sports,Namco Bandai Games,0,0,0.08,0,0.08 +11665,Pitfall: The Lost Expedition,GC,2004,Platform,Activision,0.06,0.02,0,0,0.08 +11666,Need for Speed Underground 2,PC,2004,Racing,Electronic Arts,0,0.06,0,0.01,0.08 +11667,No One Can Stop Mr. Domino!,PS,1998,Misc,JVC,0.04,0.03,0,0,0.08 +11668,Legend of the Guardians: The Owls of Ga'Hoole,X360,2010,Action,Warner Bros. Interactive Entertainment,0.06,0.01,0,0.01,0.08 +11669,GT Advance 3: Pro Concept Racing,GBA,2002,Racing,THQ,0.05,0.02,0,0,0.08 +11670,PQ: Practical Intelligence Quotient,PSP,2005,Puzzle,D3Publisher,0.07,0,0,0.01,0.08 +11671,Duke Nukem: Land of the Babes,PS,2000,Shooter,Atari,0.04,0.03,0,0,0.08 +11672,Majin Tensei,SNES,1994,Role-Playing,Atlus,0,0,0.08,0,0.08 +11673,Dragon Force II: Kamisarishi Daichi ni,SAT,1998,Strategy,Sega,0,0,0.08,0,0.08 +11674,Pac-Man World 3,PSP,2005,Platform,Namco Bandai Games,0.07,0,0,0.01,0.08 +11675,Monkey Hero,PS,1998,Action,Take-Two Interactive,0.04,0.03,0,0,0.08 +11676,Tokyo Beat Down,DS,2008,Action,Success,0.07,0,0,0.01,0.08 +11677,Krazy Ivan,PS,1995,Simulation,Psygnosis,0.04,0.03,0,0,0.08 +11678,Need for Speed: Most Wanted,PC,2012,Racing,Electronic Arts,0,0.06,0,0.02,0.08 +11679,Quo Vadis,SAT,1995,Strategy,Glams,0,0,0.08,0,0.08 +11680,The Lord of the Rings: The Battle for Middle-Earth,PC,2004,Strategy,Electronic Arts,0.01,0.06,0,0.01,0.08 +11681,The Legend of Kage 2,DS,2008,Action,Square Enix,0.07,0,0,0,0.08 +11682,Fate/Tiger Colosseum,PSP,2007,Fighting,Capcom,0,0,0.08,0,0.08 +11683,World Party Games,Wii,2009,Misc,505 Games,0.07,0,0,0.01,0.08 +11684,Samurai Warriors Chronicles 3,3DS,2014,Action,Tecmo Koei,0,0,0.08,0,0.08 +11685,Open Season,PSP,2006,Platform,Ubisoft,0.07,0,0,0.01,0.08 +11686,Animal Kingdom: Wildlife Expedition,Wii,2009,Adventure,Natsume,0.07,0,0,0.01,0.08 +11687,Brothers in Arms: Furious 4,PS3,2012,Shooter,Ubisoft,0.01,0.05,0,0.02,0.08 +11688,Rogue Trooper: Quartz Zone Massacre,Wii,2009,Shooter,Reef Entertainment,0.07,0,0,0.01,0.08 +11689,Dragon Ball Z: The Legacy of Goku I & II,GBA,2005,Role-Playing,Atari,0.05,0.02,0,0,0.08 +11690,R: Racing Evolution,GC,2003,Racing,Namco Bandai Games,0.06,0.02,0,0,0.08 +11691,Crayola: Colorful Journey,Wii,2009,Misc,Crave Entertainment,0.07,0,0,0.01,0.08 +11692,Storybook Workshop,Wii,2009,Misc,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11693,World Tour Soccer 06,PSP,2006,Sports,Sony Computer Entertainment,0.07,0,0,0.01,0.08 +11694,Stella Deus: The Gate of Eternity,PS2,2004,Strategy,505 Games,0.04,0.03,0,0.01,0.08 +11695,Vietcong: Purple Haze,XB,2004,Shooter,Gathering of Developers,0.06,0.02,0,0,0.08 +11696,Conflict: Desert Storm,GC,2003,Shooter,SCi,0.06,0.02,0,0,0.08 +11697,One Piece: Gear Spirit,DS,2007,Fighting,Namco Bandai Games,0,0,0.08,0,0.08 +11698,Tales of Fandom Vol.2,PS2,2007,Role-Playing,Namco Bandai Games,0,0,0.08,0,0.08 +11699,Titanic Mystery,DS,2010,Puzzle,PlayV,0.05,0.02,0,0.01,0.08 +11700,Minna no Joushiki Ryoku TV,Wii,2008,Misc,Nintendo,0,0,0.08,0,0.08 +11701,P.T.O. IV: Pacific Theater of Operations,PS2,2002,Strategy,Tecmo Koei,0.04,0.03,0,0.01,0.08 +11702,WipEout HD Fury,PS3,2009,Racing,Sony Computer Entertainment,0,0.06,0,0.02,0.08 +11703,Genkai Totsuki Moero Chronicle,PSV,2014,Role-Playing,Compile Heart,0,0,0.08,0,0.08 +11704,Metal Gear Solid V: The Phantom Pain,PC,2015,Action,Konami Digital Entertainment,0,0.07,0,0,0.08 +11705,Tears to Tiara: Garland of the Earth,PS3,2008,Strategy,Aqua Plus,0,0,0.08,0,0.08 +11706,Madden NFL 17,PS3,2016,Sports,Electronic Arts,0.05,0.01,0,0.01,0.08 +11707,Mind Quiz: Your Brain Coach,DS,2006,Misc,Ubisoft,0,0,0.08,0,0.08 +11708,WRC 2: FIA World Rally Championship,X360,2011,Racing,Ubisoft,0,0.06,0,0.01,0.08 +11709,The Hustle: Detroit Streets,PSP,2005,Sports,Deep Silver,0.07,0,0,0.01,0.08 +11710,Codename: Kids Next Door: Operation S.O.D.A.,GBA,2004,Platform,Global Star,0.05,0.02,0,0,0.08 +11711,Far Cry Instincts Evolution,XB,2006,Shooter,Ubisoft,0.06,0.02,0,0,0.08 +11712,Pinball Hall of Fame: The Gottlieb Collection,XB,2004,Misc,Crave Entertainment,0.06,0.02,0,0,0.08 +11713,Conception: Please Give Birth to My Child!,PSP,2012,Role-Playing,Spike,0,0,0.08,0,0.08 +11714,WRC 5: FIA World Rally Championship,PSV,2015,Sports,Bigben Interactive,0,0.06,0,0.02,0.08 +11715,Winter Sports 2011,Wii,2011,Sports,DTP Entertainment,0,0.06,0,0.01,0.08 +11716,Medal of Honor: Underground,GBA,2002,Shooter,Zoo Digital Publishing,0.05,0.02,0,0,0.08 +11717,Baroque,Wii,2008,Role-Playing,Rising Star Games,0.07,0,0,0,0.08 +11718,Super Football,2600,1987,Sports,Atari,0.07,0,0,0,0.08 +11719,The Idolmaster: Gravure For You! Vol. 3,PS3,2011,Misc,Namco Bandai Games,0,0,0.08,0,0.08 +11720,Learn Geography,DS,2009,Misc,DreamCatcher Interactive,0.07,0,0,0.01,0.08 +11721,Divinity II: Ego Draconis,PC,2009,Role-Playing,DTP Entertainment,0.01,0.05,0,0.01,0.08 +11722,Disaster: Day of Crisis,Wii,2008,Action,Nintendo,0,0.03,0.04,0,0.08 +11723,Scooby-Doo! Unmasked,XB,2005,Platform,THQ,0.06,0.02,0,0,0.08 +11724,Shovel Knight,PS4,2015,Platform,Yacht Club Games,0.03,0.03,0,0.01,0.08 +11725,SCORE International Baja 1000: The Official Game,PS3,2008,Racing,Activision,0.07,0,0,0.01,0.08 +11726,Driven,GC,2002,Racing,BAM! Entertainment,0.06,0.02,0,0,0.08 +11727,Dynasty Warriors 3,XB,2002,Action,THQ,0.06,0.02,0,0,0.08 +11728,My Fun Facts Coach,DS,2008,Misc,Ubisoft,0.07,0,0,0.01,0.08 +11729,Superman Returns,DS,2006,Action,Electronic Arts,0.07,0,0,0.01,0.08 +11730,Tennis no Oji-Sama Gyutto! DokiDoki Survival - Umi to Yama no Love Passion,DS,2011,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11731,Nicola Kanshuu: Model Oshare * Audition Platina,3DS,2012,Action,Alchemist,0,0,0.08,0,0.08 +11732,Kung Fu Panda: Legendary Warriors,Wii,2008,Action,Activision,0.07,0,0,0,0.08 +11733,MTV Music Generator 3: This Is the Remix,XB,2004,Misc,Codemasters,0.06,0.02,0,0,0.08 +11734,Fairy Tail: Portable Guild 2,PSP,2011,Fighting,Konami Digital Entertainment,0,0,0.08,0,0.08 +11735,Yoru no Nai Kuni,PS4,2015,Role-Playing,Tecmo Koei,0,0,0.08,0,0.08 +11736,Backyard NBA Basketball,DS,2007,Sports,Atari,0.07,0,0,0.01,0.07 +11737,Wizardry: Llylgamyn Saga,PS,1998,Role-Playing,Locus,0,0,0.07,0,0.07 +11738,Party Pigs: Farmyard Games,Wii,2009,Misc,Data Design Interactive,0.07,0,0,0,0.07 +11739,Kinnikuman Muscle Grand Prix Max 2: Tokumori,PS2,2008,Fighting,Namco Bandai Games,0,0,0.07,0,0.07 +11740,Gale Racer,SAT,1994,Racing,Sega,0,0,0.07,0,0.07 +11741,In The Groove,PS2,2005,Misc,RedOctane,0.04,0.03,0,0.01,0.07 +11742,Myst,PS,1995,Adventure,Psygnosis,0,0,0.07,0,0.07 +11743,Beat City,DS,2010,Misc,THQ,0.07,0,0,0.01,0.07 +11744,Mega Man Legacy Collection,PS4,2016,Platform,Capcom,0.06,0,0,0.01,0.07 +11745,AKB1/149: Love Election,PSV,2012,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11746,Naruto Shippuden: Gekito Ninja Taisen! EX 3,Wii,2008,Fighting,Takara Tomy,0,0,0.07,0,0.07 +11747,Boku no Natsuyasumi Portable 2: Nazo Nazo Shimai to Chinbotsusen no Himitsu,PSP,2010,Adventure,Sony Computer Entertainment,0,0,0.07,0,0.07 +11748,Torchlight,PC,2009,Role-Playing,JoWood Productions,0,0.06,0,0.02,0.07 +11749,Winter Sports 2: The Next Challenge,X360,2008,Sports,RTL,0.06,0.01,0,0.01,0.07 +11750,Magic Pengel: The Quest for Color,PS2,2002,Role-Playing,Taito,0.04,0.03,0,0.01,0.07 +11751,Super Baseball,2600,1987,Sports,Atari,0.07,0,0,0,0.07 +11752,Jikkyou Powerful Pro Yakyuu 2011 Ketteiban,PS3,2011,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +11753,Formula One World Championship: Beyond the Limit,SCD,1994,Racing,Sega,0,0,0.07,0,0.07 +11754,Hakuouki DS,DS,2010,Adventure,Idea Factory,0,0,0.07,0,0.07 +11755,Buster Bros. Collection,PS,1997,Puzzle,Capcom,0.04,0.03,0,0,0.07 +11756,Sony Computer Science Kenkyuujo Mogi Kenichirou Hakase Kanshuu: Nou ni Kaikan Aha Taiken!,PSP,2006,Misc,Sega,0,0,0.07,0,0.07 +11757,Mega Man Battle Network: Operation Shooting Star,DS,N/A,Role-Playing,Capcom,0,0,0.07,0,0.07 +11758,Futurama,PS2,2003,Platform,SCi,0.04,0.03,0,0.01,0.07 +11759,Medabots 8,3DS,2014,Role-Playing,Rocket Company,0,0,0.07,0,0.07 +11760,The History Channel: Battle for the Pacific,PS3,2008,Shooter,Activision,0.07,0,0,0.01,0.07 +11761,Famicom Mini: Hikari Shinwa: Palutena no Kagami,GBA,2004,Platform,Nintendo,0,0,0.07,0,0.07 +11762,Rayman 3: Hoodlum Havoc,XB,2003,Platform,Ubisoft,0.06,0.02,0,0,0.07 +11763,Again,DS,2009,Adventure,Ackkstudios,0.07,0,0,0,0.07 +11764,Momotarou Dentetsu Tag Match: Yuujou - Doryoku - Shouri no Maki!,PSP,2010,Misc,Hudson Soft,0,0,0.07,0,0.07 +11765,Zumba Fitness Core,Wii,2012,Misc,505 Games,0,0.07,0,0.01,0.07 +11766,Yoru no Nai Kuni,PSV,2015,Role-Playing,Tecmo Koei,0,0,0.07,0,0.07 +11767,Generator Rex: Agent of Providence,PS3,2011,Action,Activision,0.05,0.01,0,0.01,0.07 +11768,Jimmie Johnson's Anything With an Engine,PS3,2011,Racing,Konami Digital Entertainment,0.07,0,0,0.01,0.07 +11769,Super Ghouls 'n Ghosts,GBA,2002,Platform,Capcom,0.05,0.02,0,0,0.07 +11770,Boxing,PS,2000,Fighting,Midas Interactive Entertainment,0.04,0.03,0,0,0.07 +11771,NHL Open Ice,PS,1996,Sports,Midway Games,0.04,0.03,0,0,0.07 +11772,Jewel Link Chronicles: Legend of Athena,DS,2011,Puzzle,GSP,0,0.06,0,0.01,0.07 +11773,Gundam Battle Tactics,PSP,2005,Action,Namco Bandai Games,0,0,0.07,0,0.07 +11774,Touch Detective: Nameko Shigeru,3DS,2013,Adventure,Success,0,0,0.07,0,0.07 +11775,Aikatsu! My No.1 Stage!,3DS,2015,Misc,Namco Bandai Games,0,0,0.07,0,0.07 +11776,Sky Gunner,PS2,2001,Action,Sony Computer Entertainment,0.04,0.03,0,0.01,0.07 +11777,Santa Claus Is Comin' to Town!,DS,2011,Puzzle,Crave Entertainment,0.07,0,0,0.01,0.07 +11778,And1 Streetball,XB,2006,Action,Ubisoft,0.06,0.02,0,0,0.07 +11779,Gladius,GC,2003,Strategy,Activision,0.06,0.01,0,0,0.07 +11780,Adventure Time: Finn & Jake Investigations,3DS,2015,Action,Little Orbit,0.02,0.05,0,0.01,0.07 +11781,Kenka Banchou 6: Soul & Blood,3DS,2015,Fighting,Screenlife,0,0,0.07,0,0.07 +11782,Jewel Time Deluxe,DS,2011,Puzzle,O-Games,0.04,0.03,0,0.01,0.07 +11783,Picture Perfect Hair Salon,DS,2009,Simulation,505 Games,0.07,0,0,0.01,0.07 +11784,Warriors Orochi 3,PSV,2013,Action,Tecmo Koei,0,0,0.07,0,0.07 +11785,PhotoKano,PSV,2013,Adventure,Kadokawa Shoten,0,0,0.07,0,0.07 +11786,Real Sound: Kaze no Riguretto,SAT,1997,Adventure,Warp,0,0,0.07,0,0.07 +11787,Soccer Tsuku: Pro Soccer Club o Tsukurou!,PSV,2013,Sports,Sega,0,0,0.07,0,0.07 +11788,Summon Night 4,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +11789,Record of Agarest War,PS3,2007,Role-Playing,Ghostlight,0,0.03,0.03,0.01,0.07 +11790,Overlord: Minions,DS,2009,Puzzle,Codemasters,0.07,0,0,0.01,0.07 +11791,The Rub Rabbits!,DS,2005,Puzzle,Sega,0.03,0,0.04,0,0.07 +11792,Margot's Word Brain,DS,2008,Puzzle,Zoo Games,0.07,0,0,0.01,0.07 +11793,Saint Seiya: Brave Soldiers,PS3,2013,Fighting,Namco Bandai Games,0,0.01,0.06,0,0.07 +11794,The Sims 3: Barnacle Bay,PC,2011,Simulation,Electronic Arts,0.07,0,0,0.01,0.07 +11795,Winx Club,GBA,2005,Shooter,Konami Digital Entertainment,0.05,0.02,0,0,0.07 +11796,Classic Road,PS,1995,Sports,Victor Interactive,0,0,0.07,0,0.07 +11797,Hero Bank,3DS,2014,Role-Playing,Sega,0,0,0.07,0,0.07 +11798,The Idolm@ster: Live for You!,X360,2008,Misc,Namco Bandai Games,0,0,0.07,0,0.07 +11799,Tokimeki Memorial Girl's Side Premium: 3rd Story,PSP,2012,Adventure,Konami Digital Entertainment,0,0,0.07,0,0.07 +11800,Smashing Drive,GC,N/A,Racing,Unknown,0.06,0.01,0,0,0.07 +11801,Mega Man Xtreme,GB,2000,Platform,Capcom,0,0,0.07,0,0.07 +11802,ZhuZhu Pets: Quest for Zhu,DS,2011,Misc,Activision,0.07,0,0,0.01,0.07 +11803,SimCity 4: Deluxe Edition,PC,2003,Simulation,Electronic Arts,0,0.06,0,0.01,0.07 +11804,Bomberman Max 2: Red Advance,GBA,2002,Puzzle,Vivendi Games,0.05,0.02,0,0,0.07 +11805,Resident Evil Zero,XOne,2016,Action,Capcom,0.05,0.02,0,0.01,0.07 +11806,Tropico 5,X360,2014,Simulation,Kalypso Media,0.03,0.04,0,0.01,0.07 +11807,CSI: Dark Motives,DS,2007,Adventure,Ubisoft,0.05,0.01,0,0.01,0.07 +11808,Speed Zone,Wii,2009,Racing,Bethesda Softworks,0.01,0.05,0,0.01,0.07 +11809,Tomb Raider: Legend,DS,2006,Action,Eidos Interactive,0.04,0.02,0,0.01,0.07 +11810,Godai: Elemental Force,PS2,2002,Action,3DO,0.04,0.03,0,0.01,0.07 +11811,OK! Puzzle Stars,DS,2010,Puzzle,Ubisoft,0,0.06,0,0.01,0.07 +11812,Still Life,XB,2005,Adventure,Microids,0.05,0.02,0,0,0.07 +11813,Big Mutha Truckers 2,XB,2005,Racing,Empire Interactive,0.05,0.02,0,0,0.07 +11814,Hang On GP,SAT,1995,Racing,Sega,0,0,0.07,0,0.07 +11815,Goodbye Deponia,PC,2013,Adventure,Daedalic Entertainment,0,0.06,0,0.01,0.07 +11816,Uprising X,PS,1998,Action,3DO,0.04,0.03,0,0,0.07 +11817,SpongeBob's Truth or Square,X360,2009,Action,THQ,0.03,0.04,0,0,0.07 +11818,Mega Man Xtreme 2,GB,2001,Platform,Capcom,0,0,0.07,0,0.07 +11819,I-Ninja,XB,2003,Platform,Namco Bandai Games,0.05,0.02,0,0,0.07 +11820,Kengo: Legend of The 9,X360,2006,Fighting,Majesco Entertainment,0.06,0.01,0,0.01,0.07 +11821,Sigma Harmonics,DS,2008,Role-Playing,Square Enix,0,0,0.07,0,0.07 +11822,Kessen III,PS2,2004,Strategy,Tecmo Koei,0.04,0.03,0,0.01,0.07 +11823,Harlem Globetrotters: World Tour,DS,2006,Sports,Zoo Digital Publishing,0.07,0,0,0.01,0.07 +11824,Summon Night,DS,2008,Role-Playing,Banpresto,0,0,0.07,0,0.07 +11825,The King of Fighters Collection: The Orochi Saga,PSP,2008,Fighting,Ignition Entertainment,0.07,0,0,0,0.07 +11826,Aero Elite: Combat Academy,PS2,2002,Simulation,Sega,0.04,0.03,0,0.01,0.07 +11827,You Don't Know Jack,DS,2011,Misc,THQ,0.07,0,0,0.01,0.07 +11828,Damage Inc.: Pacific Squadron WWII,X360,2012,Simulation,Mad Catz,0.07,0,0,0.01,0.07 +11829,Cartoon Network: Punch Time Explosion XL,X360,2011,Fighting,Crave Entertainment,0.07,0,0,0,0.07 +11830,Wrath Unleashed,PS2,2004,Strategy,LucasArts,0.04,0.03,0,0.01,0.07 +11831,Beyond Good & Evil,GC,2003,Adventure,Ubisoft,0.06,0.01,0,0,0.07 +11832,Pong / Asteroids / Yars' Revenge,GBA,2005,Misc,Zoo Digital Publishing,0.05,0.02,0,0,0.07 +11833,Commandos 2: Men of Courage,XB,2002,Strategy,Eidos Interactive,0.05,0.02,0,0,0.07 +11834,NO毛L: La Neige,PS,1998,Adventure,Pioneer LDC,0,0,0.07,0,0.07 +11835,Busou Shinki: Battle Masters,PSP,2010,Action,Konami Digital Entertainment,0,0,0.07,0,0.07 +11836,Roll Away,PS,1998,Puzzle,Sony Computer Entertainment,0.04,0.03,0,0,0.07 +11837,Derby Jockey: Kishou e no Michi,SNES,1994,Sports,Asmik Corp,0,0,0.07,0,0.07 +11838,Harukanaru Toki no Naka de 4,PS2,2008,Adventure,Tecmo Koei,0,0,0.07,0,0.07 +11839,Maximum Chase,XB,2002,Racing,Microsoft Game Studios,0.05,0.02,0,0,0.07 +11840,Mugen Souls Z,PS3,2013,Role-Playing,Nippon Ichi Software,0.02,0.01,0.04,0.01,0.07 +11841,Winning Post 7 2012,PS3,2012,Sports,Ackkstudios,0,0,0.07,0,0.07 +11842,Spot Goes to Hollywood,PS,1996,Platform,Virgin Interactive,0.04,0.03,0,0,0.07 +11843,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PS4,2016,Action,Activision,0.04,0.02,0,0.01,0.07 +11844,G Darius,PS,1997,Shooter,THQ,0.04,0.03,0,0,0.07 +11845,Utawarerumono: Itsuwari no Kamen,PSV,2015,Adventure,Aqua Plus,0,0,0.07,0,0.07 +11846,The Wolf Among Us,XOne,2014,Adventure,Telltale Games,0.05,0.02,0,0.01,0.07 +11847,Mucha Lucha! Mascaritas of the Lost Code,GBA,2003,Fighting,Ubisoft,0.05,0.02,0,0,0.07 +11848,Invizimals: The Alliance,PSV,2013,Action,Sony Computer Entertainment,0,0.05,0,0.02,0.07 +11849,Roogoo Attack!,DS,2009,Puzzle,SouthPeak Games,0.07,0,0,0,0.07 +11850,Disney's Planes,3DS,2013,Simulation,Disney Interactive Studios,0.04,0.03,0,0.01,0.07 +11851,Rugby League 3,Wii,2010,Sports,Alternative Software,0,0.06,0,0.01,0.07 +11852,SD Gundam: Gashapon Wars,GC,2005,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +11853,Alvin and the Chipmunks,PS2,2007,Misc,Brash Entertainment,0.04,0.03,0,0.01,0.07 +11854,Backyard Hockey,DS,2007,Sports,Atari,0.07,0,0,0.01,0.07 +11855,River King: Mystic Valley (US sales),DS,2007,Sports,Rising Star Games,0.07,0,0,0,0.07 +11856,Romance of the Three Kingdoms XI,PS2,2007,Strategy,Tecmo Koei,0,0,0.07,0,0.07 +11857,Digimon World Championship,DS,2008,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +11858,Lupin Sansei: Shijou Saidai no Zunousen,DS,2010,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11859,Blood Drive,PS3,2010,Racing,Activision,0.07,0,0,0,0.07 +11860,Model * Oshare Audition: Dream Girl,3DS,2013,Misc,Alchemist,0,0,0.07,0,0.07 +11861,Let's Paint,Wii,2010,Simulation,Zoo Games,0.07,0,0,0,0.07 +11862,Squishy Tank,DS,2010,Puzzle,Natsume,0.07,0,0,0,0.07 +11863,Discovery Kids: Parrot Pals,DS,2009,Simulation,505 Games,0.07,0,0,0,0.07 +11864,Let's Ride! Friends Forever,DS,2008,Adventure,THQ,0.07,0,0,0,0.07 +11865,Archer Maclean's 3D Pool,GBA,2003,Misc,Crave Entertainment,0.05,0.02,0,0,0.07 +11866,Tak: The Great Juju Challenge,XB,2005,Platform,THQ,0.05,0.02,0,0,0.07 +11867,Just Dance: Disney Party 2,X360,2015,Action,Ubisoft,0.05,0.01,0,0.01,0.07 +11868,TMNT: Mutant Melee,GC,2005,Fighting,Konami Digital Entertainment,0.06,0.01,0,0,0.07 +11869,Pro Farm 1,PC,2011,Simulation,Excalibur Publishing,0,0.06,0,0.01,0.07 +11870,Combat: Task Force 121,XB,2005,Shooter,Zoo Digital Publishing,0.05,0.02,0,0,0.07 +11871,Winning Eleven Playmaker 2010: Aoki Samurai no Chousen,Wii,2010,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +11872,Goosebumps HorrorLand,PS2,2008,Adventure,Scholastic Inc.,0.04,0.03,0,0.01,0.07 +11873,Rugby World Cup 2015,PS3,2015,Sports,Ubisoft,0,0.06,0,0.01,0.07 +11874,Exhibition Volume 4,XB,2003,Misc,Microsoft Game Studios,0.05,0.02,0,0,0.07 +11875,Petz Fantasy 3D,3DS,2011,Simulation,Ubisoft,0.07,0,0,0,0.07 +11876,Viewpoint,PS,1995,Shooter,Electronic Arts,0.04,0.03,0,0,0.07 +11877,Code Geass: Hangyaku no Lelouch - Lost Colors,PSP,2008,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11878,Disney's Donald Duck Advance,GBA,2001,Platform,Ubisoft,0.05,0.02,0,0,0.07 +11879,Dark Souls,PC,2012,Role-Playing,Namco Bandai Games,0,0.06,0,0.01,0.07 +11880,Stacked with Daniel Negreanu,PS2,2006,Misc,Myelin Media,0.04,0.03,0,0.01,0.07 +11881,Hakuouki: Yuugi Roku,PSP,2010,Adventure,Idea Factory,0,0,0.07,0,0.07 +11882,Circus Maximus: Chariot Wars,XB,2002,Racing,THQ,0.05,0.02,0,0,0.07 +11883,Mega Man Battle Network 5: Double Team DS (US sales),DS,2005,Role-Playing,Nintendo,0.07,0,0,0,0.07 +11884,Kenyuu Densetsu Yaiba,SNES,1994,Action,Banpresto,0,0,0.07,0,0.07 +11885,SNK Arcade Classics Vol. 1,Wii,2008,Misc,Ignition Entertainment,0.06,0,0,0.01,0.07 +11886,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui V,PS2,2009,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +11887,Fantasia: Music Evolved,X360,2014,Misc,Disney Interactive Studios,0.05,0.01,0,0.01,0.07 +11888,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui V,PSP,2009,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +11889,Elements of Destruction,DS,2007,Strategy,THQ,0.07,0,0,0.01,0.07 +11890,Serious Sam: Next Encounter,PS2,2004,Shooter,Global Star,0.04,0.03,0,0.01,0.07 +11891,Speed,Wii,2010,Racing,Unknown,0.04,0.02,0,0.01,0.07 +11892,Eiken DS,DS,2007,Misc,Rocket Company,0,0,0.07,0,0.07 +11893,Game Center CX: Arino no Chousenjou 2,DS,2009,Action,Namco Bandai Games,0,0,0.07,0,0.07 +11894,Tom Clancy's Ghost Recon 2,GC,2005,Shooter,Ubisoft,0.06,0.01,0,0,0.07 +11895,E.X. Troopers,3DS,2012,Shooter,Capcom,0,0,0.07,0,0.07 +11896,Robocalypse,DS,2008,Strategy,Tecmo Koei,0.07,0,0,0,0.07 +11897,Guilty Gear Xrd -Revelator-,PS4,2016,Fighting,PQube,0.02,0,0.05,0,0.07 +11898,Grand Kingdom,PSV,2015,Role-Playing,Nippon Ichi Software,0.01,0.02,0.04,0.01,0.07 +11899,J Legend Retsuden,3DS,2013,Misc,Namco Bandai Games,0,0,0.07,0,0.07 +11900,The Testament of Sherlock Holmes,PC,2012,Adventure,Focus Home Interactive,0,0.06,0,0.01,0.07 +11901,Monster Racers,DS,2009,Racing,Tecmo Koei,0.05,0,0.02,0,0.07 +11902,The King of Fighters: Evolution,DC,2000,Fighting,SNK,0,0,0.07,0,0.07 +11903,DS Uranai Seikatsu,DS,2009,Misc,Nintendo,0,0,0.07,0,0.07 +11904,SpongeBob's Truth or Square,PSP,2009,Action,THQ,0.02,0.04,0,0.01,0.07 +11905,Pitfall: The Lost Expedition,GBA,2003,Platform,Activision,0.05,0.02,0,0,0.07 +11906,All-Star Baseball 2004,GBA,2003,Sports,Acclaim Entertainment,0.05,0.02,0,0,0.07 +11907,Pac-Man and the Ghostly Adventures 2,WiiU,2014,Adventure,Namco Bandai Games,0.05,0.02,0,0.01,0.07 +11908,Tom Clancy's Splinter Cell: Chaos Theory,DS,2005,Action,Ubisoft,0.06,0,0,0.01,0.07 +11909,Cho~ricchi! Tamagotchi no Puchi Puchi Omisecchi,3DS,2012,Action,Namco Bandai Games,0,0,0.07,0,0.07 +11910,"Flower, Sun, and Rain",DS,2008,Adventure,Rising Star Games,0.07,0,0,0.01,0.07 +11911,James Cameron's Dark Angel,XB,2002,Action,Vivendi Games,0.05,0.02,0,0,0.07 +11912,The Legend of Heroes: Trails in the Sky Third Chapter,PSP,2008,Role-Playing,Falcom Corporation,0,0,0.07,0,0.07 +11913,Moxie Girlz,DS,2011,Misc,GameMill Entertainment,0.07,0,0,0,0.07 +11914,Dave Mirra BMX Challenge,PSP,2006,Sports,Oxygen Interactive,0.06,0,0,0.01,0.07 +11915,Hannspree Ten Kate Honda: SBK Superbike World Championship,PS2,2007,Racing,Black Bean Games,0.03,0.03,0,0.01,0.07 +11916,Aqua Teen Hunger Force: Zombie Ninja Pro-Am,PS2,2007,Racing,Midway Games,0.03,0.03,0,0.01,0.07 +11917,Alexi Lalas International Soccer,PS,1998,Sports,Take-Two Interactive,0.04,0.03,0,0,0.07 +11918,Operation Flashpoint: Red River,PC,2011,Shooter,Codemasters,0.01,0.04,0,0.01,0.07 +11919,F.E.A.R. 2: Project Origin,PC,2009,Shooter,Warner Bros. Interactive Entertainment,0.01,0.05,0,0.01,0.07 +11920,NCAA College Football 2K3,GC,2002,Sports,Sega,0.05,0.01,0,0,0.07 +11921,Monster Rancher Battle Card: Episode II,PS,2000,Action,Tecmo Koei,0.04,0.03,0,0,0.07 +11922,Karaoke Revolution Party,GC,2005,Misc,Konami Digital Entertainment,0.05,0.01,0,0,0.07 +11923,Dream Trigger 3D,3DS,N/A,Shooter,D3Publisher,0.04,0.02,0,0.01,0.07 +11924,Make 10: A Journey of Numbers,DS,2007,Puzzle,Nintendo,0,0,0.07,0,0.07 +11925,Itoi Shigesato no Bass Tsuri No. 1 Ketteihan!,N64,2000,Sports,Nintendo,0,0,0.07,0,0.07 +11926,Jumper: Griffin's Story,PS2,2008,Action,Eidos Interactive,0.03,0.03,0,0.01,0.07 +11927,Vampire Legends: Power of Three,DS,2010,Adventure,THQ,0.07,0,0,0,0.07 +11928,Famicom Mini: Nazo no Murasame-Jou,GBA,2004,Action,Nintendo,0,0,0.07,0,0.07 +11929,Galerians: Ash,PS2,2002,Adventure,Sammy Corporation,0.03,0.03,0,0.01,0.07 +11930,Mahjong Fight Club DS: Wi-Fi Taiou,DS,2006,Misc,Konami Digital Entertainment,0,0,0.07,0,0.07 +11931,Haunting Ground,PS2,2005,Action,Capcom,0.03,0.03,0,0.01,0.07 +11932,"Horrid Henry: The Good, The Bad and The Bugly",3DS,2011,Platform,Asylum Entertainment,0,0.06,0,0.01,0.07 +11933,Kane & Lynch 2: Dog Days,PC,2010,Shooter,Square Enix,0,0.06,0,0.01,0.07 +11934,Vampire Knight DS,DS,2009,Adventure,D3Publisher,0,0,0.07,0,0.07 +11935,Disney Sports Skateboarding,GBA,2002,Sports,Konami Digital Entertainment,0.05,0.02,0,0,0.07 +11936,Homie Rollerz,DS,2008,Racing,Destineer,0.07,0,0,0.01,0.07 +11937,Operation Darkness,X360,2007,Role-Playing,Success,0.07,0,0,0,0.07 +11938,Magi: The Labyrinth of Beginning,3DS,2013,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +11939,The Wolf Among Us,PSV,2014,Adventure,Telltale Games,0.05,0,0,0.02,0.07 +11940,Tornado,DS,N/A,Action,Ignition Entertainment,0.07,0,0,0,0.07 +11941,Fantasy Aquarium by DS,DS,2008,Simulation,Mercury Games,0.07,0,0,0.01,0.07 +11942,"Hi! Hamtaro - Little Hamsters,big Adventures: Ham-Ham Challenge",DS,2005,Misc,505 Games,0.07,0,0,0,0.07 +11943,Damnation,X360,2009,Shooter,Codemasters,0.06,0.01,0,0.01,0.07 +11944,I Don't Have Many Friends Portable,PSP,2012,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11945,Rock Band Country Track Pack 2,PS3,2011,Misc,MTV Games,0.07,0,0,0.01,0.07 +11946,Fable: The Lost Chapters,PC,2005,Role-Playing,Microsoft Game Studios,0.01,0.05,0,0.01,0.07 +11947,Loons: The Fight For Fame,XB,2002,Action,Atari,0.05,0.02,0,0,0.07 +11948,Romance of the Three Kingdoms IX,PS2,2003,Strategy,Tecmo Koei,0.03,0.03,0,0.01,0.07 +11949,Second Sight,XB,2004,Adventure,Codemasters,0.05,0.02,0,0,0.07 +11950,Metal Gear Solid,GB,2000,Action,Konami Digital Entertainment,0,0,0.07,0,0.07 +11951,Totaled!,XB,2002,Racing,Rage Software,0.05,0.02,0,0,0.07 +11952,Bleach: Heat the Soul 3,PSP,2006,Fighting,Sony Computer Entertainment,0,0,0.07,0,0.07 +11953,Ecco: The Tides of Time,GEN,1993,Adventure,Sega,0,0,0.07,0,0.07 +11954,Showtime Championship Boxing,Wii,2007,Fighting,Zoo Digital Publishing,0.06,0,0,0.01,0.07 +11955,Rock Band Track Pack: Classic Rock,X360,2009,Misc,MTV Games,0.07,0,0,0.01,0.07 +11956,Open Season,Wii,2006,Platform,Ubisoft,0.06,0,0,0.01,0.07 +11957,Football Manager 2010,PC,2009,Sports,Sega,0,0.06,0,0.01,0.07 +11958,Dave Mirra BMX Challenge,Wii,2007,Sports,505 Games,0.06,0,0,0.01,0.07 +11959,Machine Head,PS,1996,Shooter,Eidos Interactive,0.04,0.03,0,0,0.07 +11960,Vanguard Bandits,PS,1998,Strategy,Human Entertainment,0.04,0.03,0,0,0.07 +11961,Lost Heroes,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +11962,The Legend of Heroes VII: The Trail of Zero,PSV,2012,Role-Playing,Falcom Corporation,0,0,0.07,0,0.07 +11963,Bionicle Heroes,X360,2006,Shooter,Eidos Interactive,0.05,0.01,0,0.01,0.07 +11964,Shin Chan Contra 隆Los Plastas!,DS,2009,Platform,505 Games,0,0,0.07,0,0.07 +11965,Inversion,PS3,2012,Shooter,Namco Bandai Games,0.03,0.03,0,0.01,0.07 +11966,Silent Hill: Origins,PS2,2008,Action,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +11967,Blast Radius,PS,1998,Action,Psygnosis,0.04,0.03,0,0,0.07 +11968,Zumba Fitness Core,X360,2012,Misc,505 Games,0,0.06,0,0.01,0.07 +11969,ESPN National Hockey Night,PS2,2001,Sports,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +11970,Rec Room Games,DS,2011,Sports,Destineer,0.07,0,0,0,0.07 +11971,Theme Park,DS,2007,Simulation,Electronic Arts,0,0.03,0.03,0,0.07 +11972,Yamaha Supercross,Wii,2009,Racing,Zoo Digital Publishing,0.05,0.01,0,0.01,0.07 +11973,Pro Yaky? Spirits 2011,3DS,2011,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +11974,Microsoft Flight Simulator 2004: A Century of Flight,PC,2003,Simulation,Microsoft Game Studios,0,0.06,0,0.01,0.07 +11975,Taz Wanted,XB,2002,Platform,Atari,0.05,0.02,0,0,0.07 +11976,Harry Potter and the Sorcerer's Stone,XB,2003,Action,Electronic Arts,0.05,0.02,0,0,0.07 +11977,Shounen Sunday x Shounen Magazine: Nettou! Dream Nine,DS,2009,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +11978,McFarlane's Evil Prophecy,PS2,N/A,Action,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +11979,Emergency 2012,PC,2010,Simulation,Deep Silver,0.01,0.04,0,0.01,0.07 +11980,Haikyuu!! Tsunage! Itadaki no Keshiki!!,3DS,2014,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11981,Wallace & Gromit in Project Zoo,GC,2003,Platform,BAM! Entertainment,0.05,0.01,0,0,0.07 +11982,John Madden Football,SNES,1991,Sports,Imagineer,0,0,0.07,0,0.07 +11983,Aero Gauge,N64,1997,Racing,ASCII Entertainment,0.06,0.01,0,0,0.07 +11984,Battlezone: Rise of the Black Dogs,N64,2000,Strategy,Crave Entertainment,0.06,0.01,0,0,0.07 +11985,Caesars Palace Advance: Millennium Gold Edition,GBA,2001,Misc,Majesco Entertainment,0.05,0.02,0,0,0.07 +11986,Shadowgate 64: Trials of the Four Towers,N64,1999,Adventure,Kemco,0.06,0.01,0,0,0.07 +11987,Teenage Mutant Ninja Turtles: Tournament Fighters,NES,1992,Fighting,Konami Digital Entertainment,0.04,0.01,0.02,0,0.07 +11988,Super Robot Spirits,N64,1998,Fighting,Banpresto,0,0,0.04,0.03,0.07 +11989,Mia Hamm Soccer 64,N64,2000,Sports,THQ,0.06,0.01,0,0,0.07 +11990,MLB Front Office Manager,X360,2009,Sports,Take-Two Interactive,0.06,0,0,0.01,0.07 +11991,Samurai Warriors,XB,2004,Action,Tecmo Koei,0.05,0.02,0,0,0.07 +11992,GunParade Orchestra: Shiro no Shou,PS2,2006,Adventure,Sony Computer Entertainment,0,0,0.07,0,0.07 +11993,Hearts of Iron III,PC,2009,Strategy,Paradox Interactive,0.01,0.04,0,0.01,0.07 +11994,Zettai Zetsumei Toshi 3: Kowareyuku Machi to Kanojyo no Uta,PSP,2009,Action,Irem Software Engineering,0,0,0.07,0,0.07 +11995,BlazBlue: Chrono Phantasma Extend,PSV,2015,Action,PQube,0,0.05,0,0.01,0.07 +11996,Crime Lab: Body of Evidence,DS,2010,Adventure,City Interactive,0.05,0.01,0,0,0.07 +11997,Ant Nation,DS,2009,Simulation,Konami Digital Entertainment,0.06,0.01,0,0.01,0.07 +11998,FIFA Soccer 2004,GC,2003,Sports,Electronic Arts,0.05,0.01,0,0,0.07 +11999,MotoGP 15,PS3,2015,Racing,Milestone S.r.l.,0,0.03,0.03,0.01,0.07 +12000,Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice,PS3,2013,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +12001,The Sims 2: Seasons,PC,2007,Simulation,Electronic Arts,0.01,0.04,0,0.01,0.07 +12002,Rayman 3: Hoodlum Havoc,GC,2003,Platform,Ubisoft,0.05,0.01,0,0,0.07 +12003,NHL 2K9,Wii,2008,Sports,Take-Two Interactive,0.06,0,0,0.01,0.07 +12004,Tales of Rebirth,PSP,2008,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +12005,The Guy Game,XB,2004,Misc,Gathering of Developers,0.05,0.02,0,0,0.07 +12006,Ultimate Marvel vs. Capcom 3,X360,2011,Fighting,Capcom,0,0.03,0.04,0,0.07 +12007,Battleborn,PC,2016,Shooter,Take-Two Interactive,0.03,0.03,0,0.01,0.07 +12008,Let's Ride! Dreamer,GBA,2005,Adventure,DTP Entertainment,0.05,0.02,0,0,0.07 +12009,Tecmo's Deception,PS,1996,Role-Playing,Sunsoft,0.04,0.03,0,0,0.07 +12010,Reader Rabbit 1st Grade,Wii,2010,Misc,Graffiti,0.07,0,0,0,0.07 +12011,Anubis II,Wii,2007,Platform,Metro 3D,0.06,0,0,0,0.07 +12012,Point Blank DS (JP sales),DS,2006,Shooter,Atari,0,0,0.07,0,0.07 +12013,Ghost in the Shell: Stand Alone Complex,PSP,2005,Adventure,Atari,0.06,0,0,0.01,0.07 +12014,Guilty Gear Xrd -Revelator-,PS3,2016,Fighting,PQube,0.01,0.02,0.02,0.01,0.07 +12015,G-Saviour,PS2,2000,Action,Sunrise Interactive,0,0,0.07,0,0.07 +12016,Gintama DS: Yorozuya Daisoudou,DS,2006,Action,Namco Bandai Games,0,0,0.07,0,0.07 +12017,Drake of the 99 Dragons,XB,N/A,Shooter,Unknown,0.05,0.01,0,0,0.07 +12018,Heavenly Guardian,Wii,2007,Shooter,505 Games,0.06,0,0,0,0.07 +12019,Cut the Rope,3DS,2014,Puzzle,Activision,0.06,0,0,0.01,0.07 +12020,Crayon Shin-Chan: Obaka Daininden - Susume! Kasukabe Ninja Tai!,DS,2010,Action,Namco Bandai Games,0,0,0.07,0,0.07 +12021,Crimson Sea 2,PS2,2004,Action,Tecmo Koei,0.03,0.03,0,0.01,0.07 +12022,The Legend of Heroes: Trails in the Sky First Chapter,PSV,2015,Role-Playing,Kadokawa Shoten,0,0,0.07,0,0.07 +12023,Pizza Delivery Boy,Wii,2010,Simulation,Majesco Entertainment,0.06,0,0,0,0.07 +12024,Doraemon: Nobita to Himitsu Dougu Hakubutsukan,3DS,2013,Action,FuRyu,0,0,0.07,0,0.07 +12025,Higurashi no Nakukoru ni Kizuna: Dai-Ichi-Kan - Tatari,DS,2008,Adventure,Alchemist,0,0,0.07,0,0.07 +12026,IA/VT Colorful,PSV,2015,Misc,Marvelous Entertainment,0,0,0.07,0,0.07 +12027,AMF Bowling Pinbusters!,DS,2008,Sports,Vir2L Studios,0.06,0,0,0,0.07 +12028,Operation: Vietnam,DS,2007,Shooter,Majesco Entertainment,0.06,0,0,0,0.07 +12029,Alpha and Omega,DS,2010,Action,Unknown,0.06,0,0,0,0.07 +12030,Port Royale 3,PS3,N/A,Simulation,Kalypso Media,0.06,0,0,0.01,0.07 +12031,RayStorm,PS,1997,Shooter,Sony Computer Entertainment,0.04,0.03,0,0,0.07 +12032,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,GC,2005,Platform,Ubisoft,0.05,0.01,0,0,0.07 +12033,Jake Power: Handyman,DS,2008,Adventure,Ubisoft,0.06,0,0,0,0.07 +12034,My Dress-Up,DS,2008,Misc,Oxygen Interactive,0.06,0.01,0,0.01,0.07 +12035,Circuit Breakers,PS,1998,Racing,Mindscape,0.04,0.03,0,0,0.07 +12036,Trick DS-han: Kakushi Kami no Sumukan,DS,2010,Misc,Konami Digital Entertainment,0,0,0.07,0,0.07 +12037,Catwoman,GC,2004,Action,Electronic Arts,0.05,0.01,0,0,0.07 +12038,Colosseum: Road to Freedom,PS2,2005,Role-Playing,Tecmo Koei,0.03,0.03,0,0.01,0.07 +12039,Ultimate Board Game Collection,PSP,2007,Misc,Xplosiv,0.06,0,0,0.01,0.07 +12040,Target: Terror,Wii,2008,Shooter,Konami Digital Entertainment,0.06,0,0,0.01,0.07 +12041,BeatMania,PS2,2006,Simulation,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +12042,Crayon Shin-Chan: Densetsu o Yobu Omake no To Shukkugaan!,GBA,2006,Action,Banpresto,0,0,0.07,0,0.07 +12043,Sprint Cars: Road to Knoxville,PS2,2005,Racing,THQ,0.03,0.03,0,0.01,0.07 +12044,Shrek's Carnival Craze Party Games,PS2,2008,Misc,Activision,0.03,0.03,0,0.01,0.07 +12045,Real Time Conflict: Shogun Empires,DS,2005,Strategy,Namco Bandai Games,0.06,0,0,0,0.07 +12046,Dream Dance & Cheer,Wii,2009,Misc,Zoo Games,0.06,0,0,0,0.07 +12047,Silpheed: The Lost Planet,PS2,2000,Shooter,Swing! Entertainment,0.03,0.03,0,0.01,0.07 +12048,Enemy Front,PS3,2014,Shooter,City Interactive,0.01,0.05,0,0.01,0.07 +12049,Assassin's Creed: Rogue,PC,2015,Action,Ubisoft,0.04,0.02,0,0.01,0.07 +12050,Billy's Boot Camp: Wii de Enjoy Diet!,Wii,2011,Sports,Rocket Company,0,0,0.07,0,0.07 +12051,Spartan: Total Warrior,GC,2005,Action,Sega,0.05,0.01,0,0,0.07 +12052,Pitfall: The Lost Expedition,XB,2004,Platform,Activision,0.05,0.01,0,0,0.07 +12053,Fantastic Four,PS,1997,Action,Acclaim Entertainment,0.04,0.03,0,0,0.07 +12054,Higurashi no Naku Koro ni Matsuri: Kakera Asobi,PS2,2007,Adventure,Alchemist,0,0,0.07,0,0.07 +12055,Tournament of Legends,Wii,2010,Fighting,Sega,0.04,0.02,0,0.01,0.07 +12056,Xbox Live Arcade Unplugged Volume 1,X360,2006,Misc,Microsoft Game Studios,0.05,0.01,0,0.01,0.07 +12057,River City Ransom EX,GBA,2004,Action,Atlus,0.05,0.02,0,0,0.07 +12058,San Goku Shi Taisen Ten,DS,2008,Strategy,Sega,0,0,0.07,0,0.07 +12059,Generator Rex: Agent of Providence,DS,2011,Action,Activision,0.05,0.01,0,0.01,0.07 +12060,Dynasty Warriors 8: Empires,XOne,2014,Action,Tecmo Koei,0.04,0.02,0,0.01,0.07 +12061,Fairy Tail: Zelef Kakusei,PSP,2012,Action,Unknown,0,0,0.07,0,0.07 +12062,Strike Point,PS,1996,Simulation,Elite,0.04,0.03,0,0,0.07 +12063,Crazy Taxi 2,DC,2001,Racing,Sega,0,0,0.07,0,0.07 +12064,Dragon Slayer: The Legend of Heroes,SNES,1992,Role-Playing,Epoch,0,0,0.07,0,0.07 +12065,Tank! Tank! Tank!,WiiU,2012,Action,Namco Bandai Games,0.02,0.01,0.05,0,0.07 +12066,My Horse & Me: Riding for Gold,DS,2008,Sports,Atari,0.05,0.01,0,0.01,0.07 +12067,Street Fighter II': Special Champion Edition (JP weekly sales),GEN,1993,Action,Capcom,0,0,0.07,0,0.07 +12068,Command & Conquer 3: Tiberium Wars,PC,2007,Strategy,Electronic Arts,0,0.06,0,0.01,0.07 +12069,Tom and Jerry in War of the Whiskers,GC,2003,Fighting,NewKidCo,0.05,0.01,0,0,0.07 +12070,Keroro RPG: Kishi to Musha to Densetsu no Kaizoku,DS,2010,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +12071,Famicom Mini: Wrecking Crew,GBA,2004,Puzzle,Nintendo,0,0,0.07,0,0.07 +12072,Hoppechan: Minna de Odekake! Waku Waku Hoppe Land!!,3DS,2014,Action,Nippon Columbia,0,0,0.07,0,0.07 +12073,Divinity: Original Sin,XOne,2015,Role-Playing,Focus Home Interactive,0.04,0.02,0,0.01,0.07 +12074,Suzumiya Haruhi no Gekidou,Wii,2009,Adventure,Kadokawa Shoten,0,0,0.07,0,0.07 +12075,Classic Action: Devilish,DS,2005,Misc,505 Games,0.06,0,0,0,0.07 +12076,Jackass the Game DS,DS,2008,Action,Empire Interactive,0.06,0,0,0.01,0.07 +12077,Space Hulk: Vengeance of the Blood Angels,PS,1995,Shooter,Electronic Arts,0.04,0.03,0,0,0.07 +12078,Toy Soldiers: War Chest,PS4,2015,Action,Ubisoft,0.06,0,0,0.01,0.07 +12079,Robot Alchemic Drive,PS2,2002,Action,Enix Corporation,0.03,0.03,0,0.01,0.07 +12080,Motor Toon Grand Prix (Japan),PS,1994,Racing,Sony Computer Entertainment,0,0,0.06,0,0.07 +12081,Dino Master: Dig Discover Duel,DS,2005,Strategy,Majesco Entertainment,0.06,0,0,0,0.07 +12082,Ken to Mahou to Gakuen Mono. 3,PS3,2010,Role-Playing,Acquire,0,0,0.07,0,0.07 +12083,Hikaru no Go: Heian Gensou Ibunroku,PS,2002,Adventure,Konami Digital Entertainment,0,0,0.06,0,0.07 +12084,Godzilla (2014),PS3,2014,Action,Namco Bandai Games,0,0.01,0.06,0,0.07 +12085,Dynasty Warriors DS: Fighter's Battle,DS,2007,Action,Tecmo Koei,0.04,0,0.03,0,0.07 +12086,Samurai Shodown,NG,1993,Fighting,SNK,0,0,0.07,0,0.07 +12087,OverBlood 2,PS,1998,Action,Evolution Games,0,0,0.06,0,0.07 +12088,Fighter Maker 2,PS2,2002,Fighting,Enterbrain,0.03,0.03,0,0.01,0.07 +12089,Lifeline,PS2,2003,Adventure,Sony Computer Entertainment,0.03,0.03,0,0.01,0.07 +12090,Dragon Valor,PS,1999,Role-Playing,Sony Computer Entertainment,0.04,0.03,0,0,0.07 +12091,Judie no Atelier: Guramnat no Renkinjutsushi,PS2,2002,Role-Playing,Gust,0,0,0.07,0,0.07 +12092,NHL 2005,GC,2004,Sports,Electronic Arts,0.05,0.01,0,0,0.07 +12093,Midway Arcade Treasures 3,GC,2005,Misc,Midway Games,0.05,0.01,0,0,0.07 +12094,Moshi Monsters: Katsuma Unleashed,3DS,2013,Action,Activision,0.03,0.04,0,0,0.07 +12095,Firefighter F.D.18,PS2,2004,Action,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +12096,Resident Evil 5,PC,2009,Action,Capcom,0.01,0.04,0,0.01,0.07 +12097,Secret Files: Tunguska,Wii,2008,Adventure,Koch Media,0.05,0.02,0,0.01,0.07 +12098,DS Nishimura Kyotaro Suspense 2 Shin Tantei Series: Kanazawa Hakodate - Gokkan no Kyoukoku - Fukushuu no Kage,DS,2008,Adventure,Tecmo Koei,0,0,0.07,0,0.07 +12099,Pro Yaky? Spirits 2014,PSV,2014,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +12100,Mega Man X4,SAT,1997,Action,Capcom,0,0,0.07,0,0.07 +12101,Family Trainer: Treasure Adventure,Wii,2010,Sports,Namco Bandai Games,0,0.06,0,0.01,0.07 +12102,GRID 2,PC,2013,Racing,Codemasters,0,0.06,0,0.01,0.07 +12103,Power Pro GB,GB,1998,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +12104,Sudoku Fever,GBA,2006,Puzzle,Take-Two Interactive,0.05,0.02,0,0,0.07 +12105,Grand Ages: Medieval,PS4,2015,Strategy,Kalypso Media,0,0.05,0.01,0.01,0.07 +12106,The Putter Golf,PS,2001,Sports,D3Publisher,0.04,0.03,0,0,0.07 +12107,Monster High: New Ghoul in School,PS3,2015,Action,Little Orbit,0,0.06,0,0.01,0.07 +12108,The Powerpuff Girls: Relish Rampage,GC,2002,Action,BAM! Entertainment,0.05,0.01,0,0,0.07 +12109,Super Real Mahjong Graffiti,SAT,1995,Misc,Seta Corporation,0,0,0.07,0,0.07 +12110,Alan Wake,PC,2012,Action,Nordic Games,0,0.06,0,0.01,0.07 +12111,Ninja Warriors,SNES,1993,Action,Titus,0,0,0.07,0,0.07 +12112,Army Men: RTS,GC,2004,Strategy,Global Star,0.05,0.01,0,0,0.07 +12113,Zettai Onkan Otoda Master,DS,2007,Role-Playing,Hudson Soft,0,0,0.07,0,0.07 +12114,Basketball Hall of Fame Ultimate Hoops Challenge,Wii,2010,Sports,Zoo Games,0.06,0,0,0,0.07 +12115,Dragoneer's Aria,PSP,2007,Role-Playing,Tecmo Koei,0.02,0,0.05,0,0.07 +12116,TigerShark,PS,1997,Simulation,GT Interactive,0.04,0.03,0,0,0.07 +12117,Lost Heroes 2,3DS,2015,Action,Namco Bandai Games,0,0,0.07,0,0.07 +12118,Norse by Norsewest: The Return of the Lost Vikings,PS,1997,Action,Interplay,0.04,0.03,0,0,0.07 +12119,Just Dance: Disney Party 2,XOne,2015,Action,Ubisoft,0.05,0.01,0,0.01,0.07 +12120,N+,DS,2007,Platform,Atari,0.06,0,0,0,0.07 +12121,Sega Soccer Slam,GC,2002,Sports,Sega,0.05,0.01,0,0,0.07 +12122,Obscure,PS2,2004,Adventure,Microids,0.03,0.03,0,0.01,0.07 +12123,Katekyoo Hitman Reborn! DS: Fate of Heat - Hono no Unmei,DS,2008,Role-Playing,Takara Tomy,0,0,0.07,0,0.07 +12124,Shin Lucky * Star: Moe Drill ~Tabidachi~,DS,2007,Action,Kadokawa Shoten,0,0,0.07,0,0.07 +12125,Mario Tennis,Wii,2010,Sports,Nintendo,0,0.06,0,0.01,0.07 +12126,Cartoon Network: Punch Time Explosion XL,PS3,2011,Fighting,Crave Entertainment,0.06,0,0,0,0.07 +12127,DefCon 5,PS,1995,Shooter,Psygnosis,0.04,0.03,0,0,0.07 +12128,Lost in Blue 2,DS,2007,Adventure,Konami Digital Entertainment,0.01,0.01,0.05,0,0.07 +12129,Build-A-Bear Workshop: Friendship Valley,Wii,N/A,Misc,Unknown,0.06,0,0,0,0.07 +12130,Secret Service: Ultimate Sacrifice,PS2,2008,Action,Activision,0.03,0.03,0,0.01,0.07 +12131,Alex Rider: Stormbreaker,DS,N/A,Action,THQ,0.06,0,0,0,0.07 +12132,Deep Labyrinth,DS,2006,Action,505 Games,0.06,0,0,0,0.07 +12133,Tropix,DS,2008,Puzzle,Capcom,0.06,0,0,0,0.07 +12134,Nichibeikan Pro Yakyuu: Final League,PS2,2002,Sports,SquareSoft,0,0,0.07,0,0.07 +12135,Resident Evil 6,PS4,2016,Shooter,Capcom,0.05,0,0,0.01,0.07 +12136,Hammerin' Hero,PSP,2008,Action,Irem Software Engineering,0.06,0,0,0.01,0.07 +12137,Yoostar on MTV,X360,N/A,Misc,Unknown,0.06,0,0,0,0.07 +12138,Spawn: Armageddon,GC,2003,Action,Electronic Arts,0.05,0.01,0,0,0.07 +12139,God Hand,PS2,2006,Action,Capcom,0,0,0.07,0,0.07 +12140,Shin Chan: Las Nuevas Aventuras Para Wii!,Wii,2006,Action,505 Games,0,0,0.07,0,0.07 +12141,Challenge Me: Brain Puzzles 2,Wii,2010,Puzzle,O-Games,0,0.06,0,0.01,0.07 +12142,The Tale of Despereaux,DS,2008,Platform,Brash Entertainment,0.06,0,0,0,0.07 +12143,Legends of Wrestling II,GBA,2002,Fighting,Acclaim Entertainment,0.05,0.02,0,0,0.07 +12144,Tony Hawk's Pro Skater 5,X360,2015,Sports,Activision,0.06,0,0,0.01,0.07 +12145,Fatal Fury: Battle Archives Volume 2,PS2,2007,Fighting,SNK Playmore,0.03,0.03,0,0.01,0.07 +12146,Jurassic Park: Operation Genesis,XB,2003,Simulation,Konami Digital Entertainment,0.05,0.01,0,0,0.07 +12147,Transformer: Rise of the Dark Spark (3DS),3DS,2014,Role-Playing,Activision,0.05,0.01,0,0.01,0.07 +12148,Freddi Fish: Kelp Seed Mystery,Wii,2008,Adventure,Majesco Entertainment,0.06,0,0,0,0.07 +12149,Ragnarok: Hikari to Yami no Koujo,PSP,2011,Role-Playing,GungHo,0.02,0,0.05,0,0.07 +12150,FIFA Soccer 06,GBA,2005,Sports,Electronic Arts,0.05,0.02,0,0,0.07 +12151,RedCard 20-03,PS2,2002,Sports,Midway Games,0.03,0.03,0,0.01,0.07 +12152,James Bond 007: Blood Stone,DS,2010,Shooter,Activision,0.05,0.01,0,0,0.07 +12153,Imagine: Gymnast,DS,2008,Simulation,Ubisoft,0.05,0.01,0,0,0.07 +12154,Kanji Sonomama DS Rakubiki Jiten,DS,2006,Misc,Nintendo,0,0,0.07,0,0.07 +12155,Future Tactics: The Uprising,PS2,2004,Strategy,Crave Entertainment,0.03,0.03,0,0.01,0.07 +12156,Driver: Parallel Lines,XB,2006,Racing,Atari,0.05,0.01,0,0,0.07 +12157,Cities XL 2012,PC,2011,Strategy,Focus Home Interactive,0.01,0.05,0,0.01,0.07 +12158,Pipe Mania,PSP,2008,Puzzle,Empire Interactive,0.06,0,0,0.01,0.07 +12159,everGirl,GBA,2005,Adventure,THQ,0.05,0.02,0,0,0.07 +12160,Heroes Phantasia,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +12161,Prince of Persia: The Fallen King,DS,2008,Action,Ubisoft,0.06,0.01,0,0.01,0.07 +12162,Jewels of the Ages,DS,2011,Puzzle,City Interactive,0.03,0.03,0,0.01,0.07 +12163,The Book of Unwritten Tales 2,PS4,2015,Adventure,Nordic Games,0,0.06,0,0.01,0.07 +12164,Batman: Rise of Sin Tzu,GBA,2003,Action,Ubisoft,0.05,0.02,0,0,0.07 +12165,Chuugaku Eitango Target 1800 DS,DS,2006,Misc,IE Institute,0,0,0.07,0,0.07 +12166,Future Card Buddy Fight: Yuujou no Bakunetsu Fight,3DS,2015,Action,FuRyu,0,0,0.07,0,0.07 +12167,World Racing,XB,2003,Racing,TDK Mediactive,0.05,0.01,0,0,0.07 +12168,Major League Baseball 2K10,PSP,2010,Sports,Take-Two Interactive,0.06,0,0,0,0.07 +12169,Penguins of Madagascar,3DS,2014,Action,Namco Bandai Games,0,0.06,0,0,0.07 +12170,Disney's Party,GBA,2003,Misc,Hudson Entertainment,0.05,0.02,0,0,0.07 +12171,Rapala Pro Bass Fishing 2010,PSP,2010,Sports,Activision,0.06,0,0,0.01,0.07 +12172,X-Men: The Official Game,GBA,2006,Action,Activision,0.05,0.02,0,0,0.07 +12173,Dreamer Series: Pop Star,DS,2009,Misc,Tivola,0.04,0.02,0,0.01,0.07 +12174,Card Games,PS,2000,Misc,D3Publisher,0.04,0.03,0,0,0.07 +12175,My Amusement Park,DS,2010,Misc,Scholastic Inc.,0.06,0,0,0,0.07 +12176,Mega Man: Battle & Chase,PS,1997,Racing,Capcom,0,0,0.06,0,0.07 +12177,Winning Post 7 2010,PS3,2010,Sports,Tecmo Koei,0,0,0.07,0,0.07 +12178,R-Type Command,PSP,2007,Strategy,Rising Star Games,0.05,0,0.01,0.01,0.07 +12179,Age of Empires III: The Asian Dynasties,PC,2007,Strategy,Microsoft Game Studios,0,0.05,0,0.01,0.07 +12180,Destrega,PS,1998,Fighting,Sony Computer Entertainment,0.04,0.03,0,0,0.07 +12181,Dungeon Maker II: The Hidden War,PSP,2007,Role-Playing,Global A Entertainment,0.06,0,0,0.01,0.07 +12182,The Final Round,PS,1996,Sports,Konami Digital Entertainment,0.04,0.03,0,0,0.07 +12183,Nobunaga no Yabou: Tendou with Power-Up Kit,PS3,2011,Strategy,Tecmo Koei,0,0,0.07,0,0.07 +12184,Transformer: Rise of the Dark Spark,WiiU,2014,Action,Activision,0.05,0.01,0,0.01,0.07 +12185,MAPLUS: Portable Navi,PSP,2006,Misc,Edia,0,0,0.07,0,0.07 +12186,Rayman Arena,XB,N/A,Racing,Unknown,0.05,0.01,0,0,0.07 +12187,Brain Quest: Grades 3 & 4,DS,2008,Misc,Electronic Arts,0.06,0,0,0.01,0.07 +12188,Petz: Hamsterz Bunch,PSP,2009,Simulation,Ubisoft,0.06,0,0,0.01,0.07 +12189,The King of Fighters 02/03,PS2,2005,Fighting,SNK,0.03,0.03,0,0.01,0.07 +12190,Kamen Rider: Dragon Knight,Wii,2009,Fighting,D3Publisher,0.06,0,0,0,0.07 +12191,Army Men: Green Rogue,PS,2001,Action,3DO,0.04,0.02,0,0,0.07 +12192,Centipede / Breakout / Warlords,GBA,2005,Misc,Zoo Digital Publishing,0.05,0.02,0,0,0.07 +12193,Lucian Bee's: Justice Yellow / Evil Violet,PS2,2010,Adventure,5pb,0,0,0.07,0,0.07 +12194,Sly 2: Band of Thieves,PS3,2010,Platform,Sony Computer Entertainment,0,0.05,0,0.02,0.07 +12195,Hyperdimension Neptunia Victory,PSV,2014,Role-Playing,Compile Heart,0,0,0.07,0,0.07 +12196,Armored Core: Nine Breaker,PS2,2004,Simulation,505 Games,0.03,0.03,0,0.01,0.07 +12197,Doraemon: Nobita no Shin Makai Daibouken DS,DS,2007,Role-Playing,Sega,0,0,0.07,0,0.07 +12198,SBK 2011: FIM Superbike World Championship,X360,2011,Racing,Black Bean Games,0,0.06,0,0.01,0.07 +12199,Fairy Fencer F: Advent Dark Force,PS4,2015,Role-Playing,Idea Factory International,0.02,0,0.05,0,0.07 +12200,Cabela's Big Game Hunter 2005 Adventures,GC,2004,Sports,Activision,0.05,0.01,0,0,0.07 +12201,Worms 3D,GC,2003,Strategy,Sega,0.05,0.01,0,0,0.07 +12202,Fantasy Aquarium World,Wii,2009,Simulation,Destineer,0.06,0,0,0,0.07 +12203,Monster Tale,DS,2011,Platform,Majesco Entertainment,0.06,0,0,0,0.07 +12204,Tokobot,PSP,2005,Platform,Take-Two Interactive,0.06,0,0,0.01,0.07 +12205,TRON: Evolution,PC,2010,Action,Disney Interactive Studios,0.06,0,0,0,0.07 +12206,Gambler Densetsu Tetsuya,PS2,2001,Adventure,Athena,0,0,0.07,0,0.07 +12207,The Guided Fate Paradox,PS3,2013,Role-Playing,Nippon Ichi Software,0,0,0.06,0,0.07 +12208,Bleach: Hanatareshi Yabou,PS2,2006,Role-Playing,Sony Computer Entertainment,0,0,0.07,0,0.07 +12209,Karaoke Revolution Party,XB,2005,Misc,Konami Digital Entertainment,0.05,0.01,0,0,0.07 +12210,Cold Stone Creamery: Scoop It Up,Wii,2009,Misc,Zoo Games,0.06,0,0,0,0.07 +12211,Yoake Yori Ruriiro na: Brighter than Dawning Blue,PS2,2006,Adventure,Aria,0,0,0.07,0,0.07 +12212,Pandemonium 2,PS,1997,Platform,BMG Interactive Entertainment,0.04,0.02,0,0,0.07 +12213,MotorStorm RC,PSV,2012,Racing,Sony Computer Entertainment,0,0.05,0,0.02,0.07 +12214,National Geographic Challenge!,X360,N/A,Misc,Unknown,0.06,0,0,0,0.07 +12215,Fallout: Brotherhood of Steel,PS2,2004,Role-Playing,Avalon Interactive,0.03,0.03,0,0.01,0.07 +12216,Touch 'N' Play Collection,DS,2010,Misc,O-Games,0.04,0.02,0,0.01,0.07 +12217,Mayhem 3D,X360,2011,Racing,Evolved Games,0.06,0,0,0,0.07 +12218,One Piece: Unlimited World Red,WiiU,2014,Action,Namco Bandai Games,0,0.04,0.02,0,0.07 +12219,Parlor! Mini 2,SNES,1996,Misc,Nippon Telenet,0,0,0.07,0,0.07 +12220,Gundam Try Age SP,3DS,2014,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +12221,Top Gun,PS3,2011,Simulation,505 Games,0.06,0,0,0.01,0.07 +12222,Gunstar Super Heroes,GBA,2005,Shooter,Sega,0.05,0.02,0,0,0.07 +12223,Insecticide,DS,2008,Action,Gamecock,0.06,0,0,0,0.07 +12224,C: The Contra Adventure,PS,1998,Shooter,Konami Digital Entertainment,0.04,0.02,0,0,0.07 +12225,Interactive Storybook DS Series 1,DS,2007,Misc,Tommo,0.06,0,0,0,0.07 +12226,Frogger Advance: The Great Quest,GBA,2002,Action,Konami Digital Entertainment,0.05,0.02,0,0,0.07 +12227,Worms Forts: Under Siege,XB,2004,Strategy,Sega,0.05,0.01,0,0,0.07 +12228,Dream C Club,X360,2009,Simulation,D3Publisher,0,0,0.07,0,0.07 +12229,Pro Evolution Soccer 2015,PC,2014,Sports,Konami Digital Entertainment,0,0.06,0,0.01,0.07 +12230,Disney Infinity,PSV,2013,Action,Disney Interactive Studios,0.05,0,0,0.02,0.07 +12231,Pocky & Rocky with Becky,GBA,2001,Shooter,Altron,0.05,0.02,0,0,0.07 +12232,Full Spectrum Warrior: Ten Hammers,PS2,2006,Strategy,THQ,0.03,0.02,0,0.01,0.07 +12233,Streets of Rage 3,GEN,1993,Action,Sega,0,0,0.07,0,0.07 +12234,Chocolatier,DS,2010,Misc,Zoo Games,0.06,0,0,0,0.07 +12235,Cosmos Chaos!,DS,2010,Misc,Mentor Interactive,0.06,0,0,0,0.07 +12236,Lego Star Wars: The Force Awakens,3DS,2016,Action,Warner Bros. Interactive Entertainment,0.02,0.04,0,0,0.07 +12237,12-Sai. Honto no Kimochi,3DS,2014,Adventure,Happinet,0,0,0.07,0,0.07 +12238,"Warhammer 40,000: Squad Command",DS,2007,Strategy,THQ,0.05,0.01,0,0.01,0.07 +12239,Hasbro Family Game Night Fun Pack,X360,2011,Misc,Electronic Arts,0.06,0,0,0,0.07 +12240,Port Royale 3,X360,N/A,Simulation,Kalypso Media,0.06,0,0,0,0.07 +12241,Pro Yaky? Spirits 4,PS3,2007,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +12242,Speed Racer,PS,1996,Racing,Tomy Corporation,0.04,0.02,0,0,0.07 +12243,NHL Hitz Pro,XB,2003,Sports,Midway Games,0.05,0.01,0,0,0.07 +12244,Walt Disney Pictures Presents Enchanted,DS,2007,Platform,Disney Interactive Studios,0.04,0.01,0,0.01,0.07 +12245,Cardfight!! Vanguard: Lock On Victory!!,3DS,2014,Misc,FuRyu,0,0,0.07,0,0.07 +12246,Jewel Quest IV: Heritage,DS,2011,Puzzle,iWin,0,0.05,0,0.01,0.06 +12247,Atelier Meruru: Alchemist of Arland 3,PSV,2013,Role-Playing,Gust,0,0,0.06,0,0.06 +12248,Hot Wheels: Burnin' Rubber,GBA,2001,Racing,THQ,0.05,0.02,0,0,0.06 +12249,Ojyousama Express,PS,1998,Strategy,Media Works,0,0,0.06,0,0.06 +12250,Jewel Link Chronicles: Mountains of Madness,DS,N/A,Puzzle,Avanquest,0,0.06,0,0.01,0.06 +12251,Chrysler Classic Racing,Wii,2008,Racing,Zoo Games,0.06,0,0,0,0.06 +12252,Wings of War,XB,2004,Simulation,Take-Two Interactive,0.05,0.01,0,0,0.06 +12253,Jam Sessions 2,DS,2009,Misc,Ubisoft,0.06,0,0,0,0.06 +12254,Orcs & Elves,DS,2007,Role-Playing,Electronic Arts,0.06,0,0,0.01,0.06 +12255,187: Ride or Die,XB,2005,Racing,Ubisoft,0.05,0.01,0,0,0.06 +12256,RPG Maker 3,PS2,2004,Role-Playing,Enterbrain,0.03,0.02,0,0.01,0.06 +12257,Zatch Bell! Mamodo Battles,GC,2005,Fighting,Namco Bandai Games,0.05,0.01,0,0,0.06 +12258,Motion Explosion!,X360,2011,Misc,505 Games,0.05,0.01,0,0,0.06 +12259,Genkai Tokki Monster Monpiece,PSV,2013,Strategy,Idea Factory,0,0,0.06,0,0.06 +12260,Desert Strike Advance,GBA,2002,Simulation,Electronic Arts,0.05,0.02,0,0,0.06 +12261,Kabuki Warriors,XB,2001,Action,Genki,0.05,0.01,0,0,0.06 +12262,Gradius Collection,PSP,2006,Shooter,Konami Digital Entertainment,0.04,0,0.02,0,0.06 +12263,Disney's Chicken Little: Ace In Action,DS,2006,Shooter,Disney Interactive Studios,0.06,0,0,0,0.06 +12264,IL-2 Sturmovik: Birds of Prey,DS,2009,Simulation,505 Games,0.06,0,0,0,0.06 +12265,Discworld,PS,1994,Adventure,Psygnosis,0.04,0.02,0,0,0.06 +12266,The LEGO Movie Videogame,PC,2014,Action,Warner Bros. Interactive Entertainment,0.02,0.04,0,0.01,0.06 +12267,Escape from Bug Island,Wii,2006,Action,Eidos Interactive,0.04,0.01,0.01,0,0.06 +12268,World Poker Tour,XB,2005,Misc,Take-Two Interactive,0.05,0.01,0,0,0.06 +12269,Pirates: The Legend of Black Kat,XB,2002,Adventure,Electronic Arts,0.05,0.01,0,0,0.06 +12270,Elite Forces: Unit 77,DS,2009,Strategy,Deep Silver,0.06,0,0,0,0.06 +12271,July,DC,1998,Adventure,Fortyfive,0,0,0.06,0,0.06 +12272,ESPN Winter X-Games: Snowboarding 2002,GBA,2000,Sports,Konami Digital Entertainment,0.05,0.02,0,0,0.06 +12273,Bleach: Versus Crusade,Wii,2008,Fighting,Sega,0,0,0.06,0,0.06 +12274,Kanon,DC,2000,Adventure,NEC Interchannel,0,0,0.06,0,0.06 +12275,NanoBreaker,PS2,2005,Action,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12276,Bionicle,XB,2003,Action,Electronic Arts,0.05,0.01,0,0,0.06 +12277,My Pet Shop,DS,2008,Simulation,Square Enix,0.06,0,0,0,0.06 +12278,Guitar Freaks 3rdMIX & DrumMania 2ndMIX,PS2,2000,Simulation,Konami Digital Entertainment,0,0,0.06,0,0.06 +12279,Miami Vice: The Game,PSP,2006,Shooter,Activision,0.06,0,0,0,0.06 +12280,Santa Claus Is Comin' to Town!,Wii,2011,Puzzle,Crave Entertainment,0.06,0,0,0,0.06 +12281,BMX XXX,GC,2002,Sports,Acclaim Entertainment,0.05,0.01,0,0,0.06 +12282,Broken Sword 5: The Serpent's Curse,PS4,2015,Adventure,Revolution Software,0,0.06,0,0.01,0.06 +12283,Disney's Magical Quest 2 Starring Mickey and Minnie,GBA,2003,Action,Capcom,0.05,0.02,0,0,0.06 +12284,Aggressive Inline,XB,2002,Sports,Acclaim Entertainment,0.05,0.01,0,0,0.06 +12285,Western Riding Academy,DS,2010,Simulation,Destineer,0.06,0,0,0,0.06 +12286,My Pet Chimp,DS,2010,Simulation,505 Games,0.06,0,0,0,0.06 +12287,Frogger: Helmet Chaos,DS,2005,Platform,Konami Digital Entertainment,0.06,0,0,0,0.06 +12288,Ikki Tousen: Xross Impact,PSP,2010,Action,Marvelous Interactive,0,0,0.06,0,0.06 +12289,Bullet Girls,PSV,2014,Action,D3Publisher,0,0,0.06,0,0.06 +12290,Paws & Claws: Marine Rescue,DS,2011,Simulation,THQ,0.06,0,0,0,0.06 +12291,Super Mahjong 2: Honkaku 4Jin Uchi,SNES,1993,Misc,Imax,0,0,0.06,0,0.06 +12292,XGRA: Extreme G Racing Association,PS2,2003,Racing,Acclaim Entertainment,0.03,0.02,0,0.01,0.06 +12293,Cabela's Trophy Bucks,Wii,2008,Sports,Activision Value,0.06,0,0,0,0.06 +12294,Mitsukete! Keroro Gunsou: Machigai Sagashi Daisakusen de Arimasu!,DS,2007,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12295,Pop'n Music Portable 2,PSP,2011,Misc,Konami Digital Entertainment,0,0,0.06,0,0.06 +12296,Fist of the North Star: Ken's Rage 2,X360,2012,Fighting,Tecmo Koei,0.03,0.01,0.02,0,0.06 +12297,Smart Boy's Toys Club,DS,2008,Misc,505 Games,0.06,0,0,0,0.06 +12298,Ys vs. Sora no Kiseki: Alternative Saga,PSP,2010,Fighting,Falcom Corporation,0,0,0.06,0,0.06 +12299,Naruto: Ultimate Ninja Heroes (JP sales),PSP,2006,Fighting,Namco Bandai Games,0,0,0.06,0,0.06 +12300,Max & the Magic Marker,DS,2011,Platform,Unknown,0,0.06,0,0,0.06 +12301,Legend of the Dragon,Wii,2007,Fighting,Game Factory,0.06,0,0,0,0.06 +12302,Akagawa Jirou Mystery: Yasoukyoku - Hon ni Manekareta Satsujin,DS,2008,Adventure,Marvelous Interactive,0,0,0.06,0,0.06 +12303,Ray Tracers,PS,1997,Racing,Sony Computer Entertainment,0.04,0.02,0,0,0.06 +12304,Monster Madness: Grave Danger,PS3,2008,Shooter,SouthPeak Games,0.05,0.01,0,0.01,0.06 +12305,Sprung - A Game Where Everyone Scores,DS,2004,Adventure,Ubisoft,0.06,0,0,0,0.06 +12306,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 14: CR Shinseiki Evangelion: Saigo no Mono,PS2,2009,Misc,D3Publisher,0,0,0.06,0,0.06 +12307,Nicola Kanshuu: Model * Oshare Audition,DS,2010,Misc,Alchemist,0,0,0.06,0,0.06 +12308,Rugby 15,PSV,2015,Sports,Bigben Interactive,0,0.05,0,0.01,0.06 +12309,Kururin Paradise,GBA,2002,Puzzle,Unknown,0,0,0.06,0,0.06 +12310,Kiniro no Corda 2,PS2,2007,Role-Playing,Tecmo Koei,0,0,0.06,0,0.06 +12311,Fast Food Panic,Wii,2009,Simulation,Nobilis,0.06,0,0,0,0.06 +12312,Samurai Warriors Chronicles 3,PSV,2014,Action,Tecmo Koei,0,0,0.06,0,0.06 +12313,Dynasty Warriors Vs,3DS,2012,Action,Ackkstudios,0,0,0.06,0,0.06 +12314,Another Code R: A Journey into Lost Memories,Wii,2009,Adventure,Nintendo,0,0.03,0.03,0,0.06 +12315,Gallop Racer 2004,PS2,2004,Sports,Zoo Digital Publishing,0.03,0.02,0,0.01,0.06 +12316,Rayman: Hoodlum's Revenge,GBA,2005,Platform,Ubisoft,0.05,0.02,0,0,0.06 +12317,Sunrise Eiyuutan R,PS2,2000,Role-Playing,Sunrise Interactive,0,0,0.06,0,0.06 +12318,Mobile Suit Gundam Seed: Never Ending Tomorrow,PS2,2004,Shooter,Namco Bandai Games,0.03,0.02,0,0.01,0.06 +12319,The Book of Unwritten Tales: The Critter Chronicles,PC,2011,Action,Crimson Cow,0,0.05,0,0.01,0.06 +12320,Octomania,Wii,2007,Puzzle,Midas Interactive Entertainment,0.06,0,0,0,0.06 +12321,F1 2001,XB,2001,Racing,Electronic Arts,0.05,0.01,0,0,0.06 +12322,Fishing Master (jp sales),Wii,2007,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12323,Zill O'll Infinite Plus,PSP,2009,Role-Playing,Tecmo Koei,0,0,0.06,0,0.06 +12324,Pawly Pets: My Vet Practice,DS,2007,Strategy,Ubisoft,0,0.06,0,0.01,0.06 +12325,Tonka Rescue Patrol,GC,2003,Action,TDK Mediactive,0.05,0.01,0,0,0.06 +12326,GunGriffon II,SAT,1998,Simulation,ESP,0,0,0.06,0,0.06 +12327,Crimson Gem Saga,PSP,2008,Role-Playing,Sega,0.06,0,0,0,0.06 +12328,Legend of Kay,PS4,2015,Action,Nordic Games,0.02,0.03,0,0.01,0.06 +12329,Order Up!!,PS3,2011,Action,Funbox Media,0.04,0.01,0,0.01,0.06 +12330,Steambot Chronicles: Battle Tournament,PSP,2008,Fighting,Irem Software Engineering,0.05,0,0.01,0,0.06 +12331,Bomberman Land,PSP,2007,Misc,Hudson Entertainment,0.06,0,0,0.01,0.06 +12332,Spy Fox in Dry Cereal,Wii,2008,Adventure,Majesco Entertainment,0.06,0,0,0,0.06 +12333,Cel Damage,GC,2002,Racing,Electronic Arts,0.05,0.01,0,0,0.06 +12334,Lego Batman 3: Beyond Gotham,PC,2014,Action,Warner Bros. Interactive Entertainment,0,0.06,0,0.01,0.06 +12335,Killer Instinct (2013),XOne,2013,Fighting,Microsoft Game Studios,0.03,0.03,0,0.01,0.06 +12336,Famicom Mini: Balloon Fight,GBA,2004,Action,Nintendo,0,0,0.06,0,0.06 +12337,Steins;Gate: Senkei Kousoku no Phonogram,PS3,2013,Adventure,5pb,0,0,0.06,0,0.06 +12338,Seaman 2: Peking Genjin Ikusei Kit,PS2,2007,Simulation,Sega,0,0,0.06,0,0.06 +12339,Chou Gekijouban Keroro Gunsou 3: Tenkuu Daibouken de Arimasu!,DS,2008,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12340,Bionicle Heroes,DS,2006,Shooter,Eidos Interactive,0.06,0,0,0,0.06 +12341,Ratchet & Clank Collection,PSV,2014,Action,Sony Computer Entertainment,0,0.05,0,0.01,0.06 +12342,The Pinball of the Dead,GBA,2002,Misc,Sega,0.05,0.02,0,0,0.06 +12343,Growlanser IV: Over Reloaded,PSP,2011,Role-Playing,Atlus,0,0,0.06,0,0.06 +12344,Arc the Lad: End of Darkness,PS2,2004,Role-Playing,Sony Computer Entertainment,0.03,0.02,0,0.01,0.06 +12345,Tom Clancy's Splinter Cell: Pandora Tomorrow,GBA,2004,Action,Ubisoft,0.05,0.02,0,0,0.06 +12346,The King of Route 66,PS2,2003,Racing,Sega,0.03,0.02,0,0.01,0.06 +12347,Sherlock Holmes: Crimes & Punishments,X360,2014,Adventure,Focus Home Interactive,0.03,0.03,0,0.01,0.06 +12348,Bubble Bobble also featuring Rainbow Islands,PS,1995,Puzzle,Acclaim Entertainment,0.04,0.02,0,0,0.06 +12349,Intellivision Lives!,GC,2004,Misc,Crave Entertainment,0.05,0.01,0,0,0.06 +12350,Star Wars Knights of the Old Republic II: The Sith Lords,PC,2005,Role-Playing,LucasArts,0.01,0.04,0,0.01,0.06 +12351,Panzer Tactics,DS,2007,Strategy,10TACLE Studios,0.06,0,0,0,0.06 +12352,Pro Yaky? Spirits 2013,PSV,2013,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12353,Robotica,SAT,1994,Shooter,Sega,0,0,0.06,0,0.06 +12354,Deathrow: Underground Team Combat,XB,2002,Sports,Ubisoft,0.05,0.01,0,0,0.06 +12355,Land of the Dead: Road to Fiddler's Green,XB,2005,Shooter,Groove Games,0.05,0.01,0,0,0.06 +12356,R-Types,PS,1998,Shooter,Virgin Interactive,0.04,0.02,0,0,0.06 +12357,Star Fighter,PS,1995,Shooter,Telstar,0.04,0.02,0,0,0.06 +12358,Kuukan * Zukei: Hirameki Training - KuuTore,DS,2008,Misc,Benesse,0,0,0.06,0,0.06 +12359,Osu! Tatakae! Ouendan,DS,2005,Misc,Nintendo,0,0,0.06,0,0.06 +12360,Dissidia: Final Fantasy Universal Tuning,PSP,2009,Fighting,Square Enix,0,0,0.06,0,0.06 +12361,Game Center CX: 3-Choume no Arino,3DS,2014,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12362,Age of Empires Online,PC,2011,Strategy,Microsoft Game Studios,0.01,0.04,0,0.01,0.06 +12363,Alien Syndrome,Wii,2007,Role-Playing,Sega,0.06,0,0,0,0.06 +12364,Meitantei Conan: Aoki Houseki no Rinbukyoku,DS,2011,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12365,The Legend of Heroes: Trails in the Sky Second Chapter,PSP,2007,Role-Playing,Falcom Corporation,0,0,0.06,0,0.06 +12366,Challenge Me: Brain Puzzles,DS,2009,Puzzle,Oxygen Interactive,0.06,0,0,0,0.06 +12367,Legend of Kay,DS,2010,Action,JoWood Productions,0.06,0,0,0,0.06 +12368,Mystic Heroes,PS2,2002,Action,Tecmo Koei,0.03,0.02,0,0.01,0.06 +12369,From The Abyss,DS,2008,Role-Playing,Nobilis,0.06,0,0,0,0.06 +12370,The Amazing Spider-Man 2 (2014),3DS,2014,Action,Activision,0.03,0.03,0,0,0.06 +12371,Tron 2.0: Killer App,GBA,2004,Action,Disney Interactive Studios,0.04,0.02,0,0,0.06 +12372,Samurai Shodown Anthology,Wii,2008,Fighting,Ignition Entertainment,0.06,0,0,0,0.06 +12373,Mega Minis Volume 3,PSP,2011,Misc,Sony Computer Entertainment,0,0.05,0,0.02,0.06 +12374,Jurassic Park III: Park Builder,GBA,2001,Simulation,Konami Digital Entertainment,0.04,0.02,0,0,0.06 +12375,Mario vs. Donkey Kong: Tipping Stars,3DS,2015,Puzzle,Nintendo,0,0,0.06,0,0.06 +12376,Unchained Blades,PSP,2011,Role-Playing,FuRyu,0,0,0.06,0,0.06 +12377,Rurouni Kenshin: Meiji Kenkaku Romantan Saisen,PSP,2011,Fighting,Namco Bandai Games,0,0,0.06,0,0.06 +12378,Di-Gata Defenders,DS,2008,Role-Playing,Game Factory,0.06,0,0,0,0.06 +12379,Star Trek: Tactical Assault,DS,2006,Strategy,Ubisoft,0.05,0.01,0,0,0.06 +12380,Code Geass: Hangyaku no Lelouch - Lost Colors,PS2,2008,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12381,Warhammer: Battle For Atluma,PSP,2006,Action,Namco Bandai Games,0.05,0,0,0.01,0.06 +12382,Sudoku Ball Detective,DS,2009,Puzzle,Playlogic Game Factory,0.06,0,0,0,0.06 +12383,LEGO Bionicle,GBA,2001,Platform,LEGO Media,0.04,0.02,0,0,0.06 +12384,Power Shovel,PS,2000,Action,JVC,0.03,0.02,0,0,0.06 +12385,Blur,PC,2010,Racing,Activision,0.01,0.04,0,0.01,0.06 +12386,Generator Rex: Agent of Providence,X360,2011,Action,Activision,0.05,0.01,0,0,0.06 +12387,A llI S.V.: A Ressha de Gyoukou 3 Super Version,SNES,1995,Simulation,Pack-In-Video,0,0,0.06,0,0.06 +12388,Spy Games: Elevator Mission,Wii,2007,Shooter,Tommo,0.06,0,0,0,0.06 +12389,Strike Force Bowling,GC,2005,Sports,Crave Entertainment,0.05,0.01,0,0,0.06 +12390,Song of the Deep,PS4,2016,Action,Insomniac Games,0.05,0,0,0.01,0.06 +12391,Earth Defense Force 2017 Portable,PSV,2012,Action,D3Publisher,0,0,0.06,0,0.06 +12392,Atelier Iris 2: The Azoth Of Destiny,PS2,2005,Role-Playing,Tecmo Koei,0.03,0.02,0,0.01,0.06 +12393,There,PS,2002,Simulation,Infogrames,0.03,0.02,0,0,0.06 +12394,Atari's Greatest Hits: Volume 2,DS,2011,Misc,Atari,0.06,0,0,0,0.06 +12395,Chuck E. Cheese's Playhouse,DS,2010,Misc,UFO Interactive,0.06,0,0,0,0.06 +12396,Tokimeki no Houkago,PS,1998,Misc,Konami Digital Entertainment,0,0,0.06,0,0.06 +12397,Championship Surfer,PS,2000,Sports,Mattel Interactive,0.03,0.02,0,0,0.06 +12398,Unreal Tournament III,PC,2007,Shooter,Midway Games,0,0.05,0,0.01,0.06 +12399,Monster Garage,XB,2004,Strategy,Activision Value,0.05,0.01,0,0,0.06 +12400,Taiko no Tatsujin: Atsumete Tomodachi Daisakusen!,WiiU,2015,Misc,Namco Bandai Games,0,0,0.06,0,0.06 +12401,The Next BIG Thing,PC,2011,Adventure,Focus Home Interactive,0,0.05,0,0.01,0.06 +12402,Tecmo Classic Arcade,XB,2005,Misc,Microsoft Game Studios,0.05,0.01,0,0,0.06 +12403,2 Games in 1: Sonic Pinball Party & Columns Crown,GBA,2005,Misc,Sega,0.04,0.02,0,0,0.06 +12404,Valentino Rossi: The Game,PS4,2016,Racing,Namco Bandai Games,0.01,0.05,0,0.01,0.06 +12405,Monkey Island: Special Edition Collection,X360,2011,Adventure,Activision,0,0.05,0,0.01,0.06 +12406,Mad Maestro!,PS2,2001,Misc,Eidos Interactive,0.03,0.02,0,0.01,0.06 +12407,A-Train: City Simulator,3DS,2014,Simulation,ArtDink,0,0,0.06,0,0.06 +12408,Densha De Go! 3 Tsuukinhen,PS2,2001,Simulation,Taito,0,0,0.06,0,0.06 +12409,Biker Mice From Mars,PS2,2006,Racing,Game Factory,0.03,0.02,0,0.01,0.06 +12410,Call of Duty 2,PC,2005,Shooter,Activision,0,0.05,0,0.01,0.06 +12411,Paws & Claws: Pampered Pets 2,DS,2011,Simulation,THQ,0.06,0,0,0,0.06 +12412,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Banchou Portable,PSP,2006,Misc,Daito,0,0,0.06,0,0.06 +12413,SpongeBob SquarePants: Plankton's Robotic Revenge,3DS,2013,Shooter,Activision,0,0.06,0,0,0.06 +12414,Pro Evolution Soccer 2017,PS3,2016,Sports,Konami Digital Entertainment,0,0.01,0.04,0,0.06 +12415,Giants: Citizen Kabuto,PS2,2001,Shooter,Interplay,0.03,0.02,0,0.01,0.06 +12416,Steins;Gate,X360,2009,Adventure,5pb,0,0,0.06,0,0.06 +12417,A New Beginning,PC,2010,Adventure,Deep Silver,0,0.05,0,0.01,0.06 +12418,MotoGP 10/11,X360,2011,Racing,Capcom,0,0.05,0,0.01,0.06 +12419,Alone in the Dark,PS2,2008,Adventure,Atari,0.03,0.02,0,0.01,0.06 +12420,Guilty Gear XX Accent Core Plus,PS2,2008,Fighting,PQube,0.03,0.02,0,0.01,0.06 +12421,Muppets Party Cruise,PS2,2003,Misc,TDK Mediactive,0.03,0.02,0,0.01,0.06 +12422,Higurashi Daybreak Portable,PSP,2008,Adventure,Alchemist,0,0,0.06,0,0.06 +12423,Crayon Shin-chan: Arashi o Yobu Kasukabe Eiga Stars!,3DS,2014,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12424,Shonen Jump's One Piece: Grand Battle,GC,2005,Fighting,Namco Bandai Games,0.05,0.01,0,0,0.06 +12425,Barbie Horse Adventures: Wild Horse Rescue,XB,2003,Sports,Vivendi Games,0.05,0.01,0,0,0.06 +12426,Winx Club: Quest for the Codex,DS,2006,Action,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12427,Blast Lacrosse,PS,2001,Sports,Acclaim Entertainment,0.03,0.02,0,0,0.06 +12428,Devil's Third,WiiU,2015,Action,Nintendo,0.04,0.02,0,0.01,0.06 +12429,DreamWorks Super Star Kartz,X360,2011,Racing,Activision,0.05,0.01,0,0,0.06 +12430,Arkanoid DS,DS,2007,Puzzle,Square Enix,0.06,0,0,0,0.06 +12431,Kikou Heidan J-Phoenix,PS2,2001,Action,Takara,0,0,0.06,0,0.06 +12432,Backyard NFL Football '10,PS2,2009,Sports,Atari,0.03,0.02,0,0.01,0.06 +12433,Barbie and Her Sisters Puppy Rescue,Wii,2015,Action,Namco Bandai Games,0,0.06,0,0,0.06 +12434,Zero Escape: Zero Time Dilemma,3DS,2016,Adventure,Aksys Games,0.04,0,0.01,0.01,0.06 +12435,Shonen Jump's Shaman King: Legacy of the Spirits - Soaring Hawk/Sprinting Wolf,GBA,2005,Action,Konami Digital Entertainment,0.04,0.02,0,0,0.06 +12436,Bubble Bobble: Old & New,GBA,2002,Puzzle,Empire Interactive,0.04,0.02,0,0,0.06 +12437,Puzzler Collection,Wii,2008,Puzzle,Ubisoft,0.05,0.01,0,0,0.06 +12438,Naruto Shippuden: Gekito Ninja Taisen! Special,Wii,2010,Fighting,Takara Tomy,0,0,0.06,0,0.06 +12439,Jissen Pachislot Secrets! Fist of the North Star F - Seikimatsu Kyuuseishu Densetsu,PS3,2012,Action,Sega,0,0,0.06,0,0.06 +12440,Akai Katana Shin,X360,2011,Shooter,Cave,0.04,0,0.01,0,0.06 +12441,Kekkon: Marriage,SAT,1995,Adventure,Shogakukan,0,0,0.06,0,0.06 +12442,Terraria,PS4,2014,Action,505 Games,0,0.05,0.01,0.01,0.06 +12443,Nicola Kanshuu: Model * Oshare Audition 2,3DS,2011,Action,Alchemist,0,0,0.06,0,0.06 +12444,KimiKiss,PS2,2006,Adventure,Enterbrain,0,0,0.06,0,0.06 +12445,Cold Fear,XB,2005,Action,Ubisoft,0.05,0.01,0,0,0.06 +12446,World Cup of Pool,DS,2009,Sports,Midas Interactive Entertainment,0.06,0,0,0,0.06 +12447,Chevrolet Camaro: Wild Ride,Wii,2010,Racing,Storm City Games,0.06,0,0,0,0.06 +12448,Imagine: Cheerleader,DS,2009,Simulation,Ubisoft,0.06,0,0,0,0.06 +12449,Risen 3: Titan Lords,PS4,2015,Role-Playing,Deep Silver,0,0.05,0,0.01,0.06 +12450,Hisshou Pachinko*Pachi-Slot Kouryaku Series Portable Vol. 1: Shinseiki Evangelion - Tamashii no Kiseki,PSP,2010,Misc,D3Publisher,0,0,0.06,0,0.06 +12451,Busy Scissors,DS,2010,Simulation,Little Orbit,0.06,0,0,0,0.06 +12452,Zero Escape: Zero Time Dilemma,PSV,2016,Adventure,Aksys Games,0.03,0,0.02,0.01,0.06 +12453,Shining Force Feather,DS,2009,Strategy,Sega,0,0,0.06,0,0.06 +12454,S.T.A.L.K.E.R.: Call of Pripyat,PC,2009,Shooter,Namco Bandai Games,0,0.05,0,0.01,0.06 +12455,Champion Jockey: G1 Jockey & Gallop Racer,X360,2011,Sports,Tecmo Koei,0,0.05,0,0.01,0.06 +12456,Disney's Kim Possible: Global Gemini,DS,2007,Platform,Disney Interactive Studios,0.05,0.01,0,0,0.06 +12457,Big Bang Mini,DS,2009,Shooter,SouthPeak Games,0.05,0,0,0,0.06 +12458,Cocoto Kart Racer,Wii,2008,Racing,Conspiracy Entertainment,0.06,0,0,0,0.06 +12459,Mobile Suit Gundam 00: Gundam Meisters,PS2,2008,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12460,Call of Cthulhu: Dark Corners of the Earth,XB,2005,Adventure,Take-Two Interactive,0.05,0.01,0,0,0.06 +12461,The Great Escape,XB,2003,Action,SCi,0.05,0.01,0,0,0.06 +12462,Coded Arms: Contagion,PSP,2007,Shooter,Konami Digital Entertainment,0.05,0,0,0.01,0.06 +12463,X-Men: Destiny,DS,2011,Action,Activision,0.05,0.01,0,0,0.06 +12464,Metal Gear Solid: Social Ops,PS2,2002,Action,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12465,Minna no DS Seminar: Kanpeki Eitango Ryoku,DS,2006,Misc,TDK Core,0,0,0.06,0,0.06 +12466,Kurupoto Cool Cool Stars,DS,2007,Action,Starfish,0.06,0,0,0,0.06 +12467,The Witcher,PC,2007,Role-Playing,Atari,0,0.05,0,0.01,0.06 +12468,PenPen TriIceLon,DC,1998,Racing,Infogrames,0,0,0.06,0,0.06 +12469,Kirarin * Revolution: Minna de Odorou Furi Furi Debut!,DS,2008,Simulation,Konami Digital Entertainment,0,0,0.06,0,0.06 +12470,Grey's Anatomy: The Video Game,Wii,2009,Adventure,Ubisoft,0.05,0.01,0,0,0.06 +12471,Salt Lake 2002,GBA,2002,Sports,Ubisoft,0.04,0.02,0,0,0.06 +12472,Dreamer Series: Zoo Keeper,DS,2010,Simulation,DreamCatcher Interactive,0.06,0,0,0,0.06 +12473,Warriors of the Lost Empire,PSP,2007,Role-Playing,Mercury Games,0.05,0,0,0.01,0.06 +12474,Vexx,GC,2003,Platform,Acclaim Entertainment,0.05,0.01,0,0,0.06 +12475,Crazy Chicken Tales,Wii,2009,Action,Conspiracy Entertainment,0.06,0,0,0,0.06 +12476,Super Robot Wars OG Saga Masou Kishin F: Coffin of the End,PS3,2014,Strategy,Namco Bandai Games,0,0,0.06,0,0.06 +12477,Hagane no Renkinjutsushi - Fullmetal Alchemist: Yakusoku no Hi e,PSP,2010,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12478,Batman: Rise of Sin Tzu,GC,2003,Action,Ubisoft,0.05,0.01,0,0,0.06 +12479,Sacred 2: Fallen Angel,PC,2008,Role-Playing,Ascaron Entertainment GmbH,0,0.05,0,0.01,0.06 +12480,Winter Sports 2: The Next Challenge,DS,2008,Sports,RTL,0.04,0.02,0,0.01,0.06 +12481,Dead Rising 2: Off the Record,PC,2011,Action,Capcom,0.04,0.02,0,0.01,0.06 +12482,World Series of Poker 2008: Battle for the Bracelets,DS,2007,Misc,Activision,0.05,0,0,0,0.06 +12483,Playmobil Knights,DS,2009,Action,Mindscape,0.04,0.01,0,0,0.06 +12484,Disney Sports Skateboarding,GC,2002,Sports,Konami Digital Entertainment,0.05,0.01,0,0,0.06 +12485,DropCast,DS,2008,Puzzle,THQ,0.06,0,0,0,0.06 +12486,Nazotoki Battle Tore! Densetsu no Makyuu o Fukkatsu Saseyo!,3DS,2014,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12487,Inversion,X360,2012,Shooter,Namco Bandai Games,0.03,0.02,0,0.01,0.06 +12488,Summon Night 2,DS,2008,Role-Playing,Namco Bandai Games,0,0,0.06,0,0.06 +12489,Chou Soujuu Mecha MG,DS,N/A,Simulation,N/A,0,0,0.06,0,0.06 +12490,Odin Sphere: Leifthrasir,PS3,2016,Role-Playing,Nippon Ichi Software,0.01,0.02,0.03,0.01,0.06 +12491,Pro Evolution Soccer 2012,PS2,2011,Action,Konami Digital Entertainment,0,0,0.06,0,0.06 +12492,Terminator 3: The Redemption,XB,2004,Shooter,Atari,0.05,0.01,0,0,0.06 +12493,Alvin and the Chipmunks,Wii,2007,Misc,Eidos Interactive,0.05,0,0,0,0.06 +12494,EverQuest II: Destiny of Velious,PC,2011,Role-Playing,Sony Online Entertainment,0.06,0,0,0,0.06 +12495,Rurouni Kenshin: Meiji Kenyaku Romantan - Kansen,PSP,2012,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12496,Neon Genesis Evangelion,N64,1999,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12497,Serious Sam II,XB,2005,Shooter,Take-Two Interactive,0.05,0.01,0,0,0.06 +12498,Remember Me,PC,2013,Action,Capcom,0,0.05,0,0.01,0.06 +12499,ICO,PS3,2011,Action,Sony Computer Entertainment,0,0,0.06,0,0.06 +12500,Flipnic: Ultimate Pinball,PS2,2003,Misc,Ubisoft,0.03,0.02,0,0.01,0.06 +12501,Eigo de Tabisuru: Little Charo,DS,2011,Misc,Nintendo,0,0,0.06,0,0.06 +12502,NBA Hangtime,PS,1996,Sports,Midway Games,0.03,0.02,0,0,0.06 +12503,Cabela's Big Game Hunter (2008),X360,2007,Sports,Activision Value,0.06,0,0,0,0.06 +12504,My Fitness Coach: Club,Wii,2011,Sports,Ubisoft,0,0.05,0,0.01,0.06 +12505,D.C. II P.S.: Da Capo II Plus Situation,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.06,0,0.06 +12506,Top Gear Hyper-Bike,N64,1999,Racing,Kemco,0.05,0.01,0,0,0.06 +12507,Brunswick Circuit Pro Bowling,N64,1999,Sports,THQ,0.05,0.01,0,0,0.06 +12508,Olympic Hockey 98,N64,1998,Sports,GT Interactive,0.05,0.01,0,0,0.06 +12509,CyberTiger,N64,2000,Sports,Electronic Arts,0.05,0.01,0,0,0.06 +12510,Penny Racers,N64,1998,Racing,THQ,0.05,0.01,0,0,0.06 +12511,S.C.A.R.S,N64,1998,Racing,Ubisoft,0.05,0.01,0,0,0.06 +12512,Virtual Chess 64,N64,1998,Misc,Titus,0.05,0.01,0,0,0.06 +12513,Marvel Super Heroes,SAT,1997,Fighting,Capcom,0,0,0.06,0,0.06 +12514,Mike Piazza's Strike Zone,N64,1998,Sports,GT Interactive,0.05,0.01,0,0,0.06 +12515,Bust-A-Move '99,N64,1998,Puzzle,Acclaim Entertainment,0.05,0.01,0,0,0.06 +12516,Star Soldier: Vanishing Earth,N64,1998,Shooter,Hudson Entertainment,0.05,0.01,0,0,0.06 +12517,Polaris SnoCross,N64,2000,Racing,Vatical Entertainment,0.05,0.01,0,0,0.06 +12518,Worms Blast,GC,2002,Puzzle,Ubisoft,0.05,0.01,0,0,0.06 +12519,Prinny: Can I Really Be The Hero? (US sales),PSP,N/A,Action,N/A,0.06,0,0,0,0.06 +12520,The Legend of Heroes VII: The Trail of Blue,PSV,2014,Role-Playing,Nihon Falcom Corporation,0,0,0.06,0,0.06 +12521,BlazBlue: Chrono Phantasma Extend,XOne,2015,Action,PQube,0.05,0.01,0,0.01,0.06 +12522,Smile PreCure! Let's Go! Marchen World,3DS,2012,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12523,IHRA Professional Drag Racing 2005,XB,2004,Racing,Bethesda Softworks,0.04,0.01,0,0,0.06 +12524,Tokyo Xtreme Racer Advance,GBA,2005,Racing,Crave Entertainment,0.04,0.02,0,0,0.06 +12525,Destiny: The Collection,PS4,2016,Shooter,Activision,0.01,0.04,0,0.01,0.06 +12526,Gun Showdown,PSP,2006,Action,Activision,0.05,0.01,0,0.01,0.06 +12527,Showtime Championship Boxing,DS,2007,Fighting,Zoo Digital Publishing,0.06,0,0,0,0.06 +12528,Syndicate,PC,1992,Strategy,Electronic Arts,0,0.05,0,0.01,0.06 +12529,Digimon All-Star Rumble,X360,2014,Fighting,Namco Bandai Games,0.04,0.01,0,0.01,0.06 +12530,Foster's Home for Imaginary Friends: Imagination Invaders,DS,2007,Adventure,Midway Games,0.06,0,0,0,0.06 +12531,I Love Beauty: Hollywood Makeover,DS,2009,Misc,City Interactive,0.06,0,0,0,0.06 +12532,Power Pro Success Legends,PSP,2010,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12533,Combat Elite: WWII Paratroopers,PS2,N/A,Shooter,Unknown,0.03,0.02,0,0.01,0.06 +12534,Rock Blast,DS,2008,Puzzle,UFO Interactive,0.06,0,0,0,0.06 +12535,Pheasants Forever Wingshooter,Wii,2010,Shooter,Unknown,0.03,0.02,0,0,0.06 +12536,Ivy the Kiwi?,Wii,2010,Puzzle,Rising Star Games,0.04,0.02,0,0,0.06 +12537,Killer Loop,PS,1999,Racing,Crave Entertainment,0.03,0.02,0,0,0.06 +12538,Cabela's Dangerous Hunts: Ultimate Challenge,PSP,2006,Sports,Activision Value,0.06,0,0,0,0.06 +12539,Xiaolin Showdown,PSP,2006,Action,Konami Digital Entertainment,0.05,0,0,0,0.06 +12540,Worldwide Soccer,SAT,1994,Sports,Sega,0,0,0.06,0,0.06 +12541,Toriko: Gourmet Battle!,3DS,2013,Role-Playing,Namco Bandai Games,0,0,0.06,0,0.06 +12542,Need for Speed: Shift,PC,2009,Racing,Electronic Arts,0,0.05,0,0.01,0.06 +12543,Zoo Tycoon: Complete Collection,PC,2003,Strategy,Microsoft Game Studios,0.03,0.02,0,0.01,0.06 +12544,Little League World Series Baseball 2008,DS,2008,Sports,Activision,0.06,0,0,0,0.06 +12545,Commandos: Strike Force,PS2,2006,Shooter,Eidos Interactive,0.03,0.02,0,0.01,0.06 +12546,Mobile Suit Gundam: Gundam vs. Zeta Gundam,PS2,2004,Shooter,Namco Bandai Games,0.03,0.02,0,0.01,0.06 +12547,Darksiders II,XOne,2015,Action,Nordic Games,0.03,0.02,0,0.01,0.06 +12548,Rapala Pro Fishing,GBA,2004,Sports,Zoo Digital Publishing,0.04,0.02,0,0,0.06 +12549,Create,PC,2010,Action,Electronic Arts,0.04,0.01,0,0.01,0.06 +12550,Guilty Gear X: Advance Edition,GBA,2002,Fighting,Sammy Corporation,0.04,0.02,0,0,0.06 +12551,Impossible Mission,PSP,2007,Platform,System 3 Arcade Software,0,0.04,0,0.02,0.06 +12552,Zoo Tycoon 2,PC,2004,Strategy,Microsoft Game Studios,0,0.05,0,0.01,0.06 +12553,Fate/Tiger Colosseum Upper,PSP,2008,Fighting,Capcom,0,0,0.06,0,0.06 +12554,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS3 Deluxe,DS,2009,Misc,Rocket Company,0,0,0.06,0,0.06 +12555,Rooms: The Main Building,Wii,2010,Adventure,Hudson Soft,0.06,0,0,0,0.06 +12556,Theresia...,DS,2008,Adventure,Arc System Works,0.06,0,0,0,0.06 +12557,Pop Cutie! Street Fashion Simulation,DS,2008,Simulation,Tecmo Koei,0.06,0,0,0,0.06 +12558,Top Gun: Hard Lock,X360,2012,Action,505 Games,0.03,0.02,0,0,0.06 +12559,JoJo's Bizarre Adventure: All Star Battle,3DS,2012,Fighting,Take-Two Interactive,0.06,0,0,0,0.06 +12560,Carol Vorderman's Sudoku,PSP,2006,Puzzle,Xplosiv,0.05,0,0,0.01,0.06 +12561,Ford Racing 3,GBA,2005,Racing,Zoo Digital Publishing,0.04,0.02,0,0,0.06 +12562,Genkai Tokki: Moero Crystal,PSV,2015,Role-Playing,Compile Heart,0,0,0.06,0,0.06 +12563,PachiPara 13: Super Umi no Pachi-Pro Fuuunroku,PS2,2006,Misc,Irem Software Engineering,0,0,0.06,0,0.06 +12564,Disney Planes Fire & Rescue,Wii,2014,Action,Disney Interactive Studios,0,0.05,0,0,0.06 +12565,Attack on Titan (KOEI),PS3,2016,Action,Tecmo Koei,0,0,0.06,0,0.06 +12566,Satisfashion,DS,2010,Misc,Destineer,0.06,0,0,0,0.06 +12567,World Soccer Winning Eleven 9 (US sales),PSP,2005,Sports,Konami Digital Entertainment,0.05,0,0,0,0.06 +12568,Winning Post 4 Maximum,PS2,2000,Sports,Tecmo Koei,0,0,0.06,0,0.06 +12569,Oddworld: Munch's Oddysee,GBA,2003,Platform,THQ,0.04,0.02,0,0,0.06 +12570,Match 3 Madness,DS,2010,Puzzle,Foreign Media Games,0,0.05,0,0.01,0.06 +12571,Exhibition Volume 5,XB,2004,Misc,Microsoft Game Studios,0.04,0.01,0,0,0.06 +12572,Record of Lodoss War: Eiyuu Sensou,SCD,1994,Role-Playing,Sega,0,0,0.06,0,0.06 +12573,DuckTales: Remastered,WiiU,2013,Action,Capcom,0.05,0,0,0,0.06 +12574,LEGO Batman: The Videogame,PC,2008,Action,Warner Bros. Interactive Entertainment,0.02,0.03,0,0.01,0.06 +12575,Atelier Sophie: The Alchemist of the Mysterious Book,PSV,2015,Role-Playing,Tecmo Koei,0,0,0.06,0,0.06 +12576,Starry ? Sky: In Summer,PSP,2010,Misc,Asgard,0,0,0.06,0,0.06 +12577,Imagine: Resort Owner,DS,2010,Strategy,Ubisoft,0.05,0,0,0,0.06 +12578,Pro Yakyuu Netsu Star 2007,PS2,2007,Sports,Namco Bandai Games,0,0,0.06,0,0.06 +12579,Klonoa Beach Volleyball,PS,2002,Sports,Namco Bandai Games,0.03,0.02,0,0,0.06 +12580,Melty Blood: Actress Again,PS2,2009,Fighting,Ecole,0,0,0.06,0,0.06 +12581,TrackMania Turbo,XOne,2016,Action,Ubisoft,0.02,0.03,0,0,0.06 +12582,Izuna 2: The Unemployed Ninja Returns,DS,2007,Role-Playing,Success,0.05,0,0,0,0.06 +12583,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,DS,2005,Action,Konami Digital Entertainment,0.05,0,0,0,0.06 +12584,Centipede: Infestation,Wii,2011,Shooter,Atari,0.06,0,0,0,0.06 +12585,Mercury Meltdown,PSP,2006,Action,Atari,0.05,0.01,0,0.01,0.06 +12586,SingStar Mallorca Party,PS3,2009,Misc,Sony Computer Entertainment,0,0.04,0,0.02,0.06 +12587,3D Lemmings,PS,1995,Puzzle,Psygnosis,0.03,0.02,0,0,0.06 +12588,Hi Hi Puffy AmiYumi: Kaznapped,GBA,2005,Action,D3Publisher,0.04,0.02,0,0,0.06 +12589,FIFA Soccer 07,DS,2006,Sports,Electronic Arts,0.05,0.01,0,0,0.06 +12590,Resident Evil - Code: Veronica X,GC,2003,Action,Capcom,0.05,0.01,0,0,0.06 +12591,Broken Sword: The Shadow of the Templars,GBA,2002,Adventure,BAM! Entertainment,0.04,0.02,0,0,0.06 +12592,Back to the Future: The Game,Wii,2011,Adventure,Telltale Games,0.05,0,0,0,0.06 +12593,Summon Night 6: Lost Borders,PSV,2016,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12594,Tenchi Muyou! Ryoukouki Gokuraku,SAT,1995,Adventure,Yumedia,0,0,0.06,0,0.06 +12595,Kelly Slater's Pro Surfer,GC,2002,Sports,Activision,0.05,0.01,0,0,0.06 +12596,Jacqueline Wilson's Tracy Beaker: The Game,DS,2009,Misc,P2 Games,0,0.05,0,0,0.06 +12597,Sacred 3,X360,2014,Role-Playing,Deep Silver,0.03,0.03,0,0.01,0.06 +12598,I Am In The Movie,PSP,2012,Simulation,Namco Bandai Games,0,0,0.06,0,0.06 +12599,Doraemon: Nobita no Uchuu Eiyuuki,3DS,2015,Action,FuRyu,0,0,0.06,0,0.06 +12600,Trapt,PS2,2005,Action,Tecmo Koei,0.03,0.02,0,0.01,0.06 +12601,Jewel Legends: Tree of Life,DS,2011,Puzzle,Rising Star Games,0,0.05,0,0.01,0.06 +12602,Splat Renegade Paintball,XB,2005,Sports,Take-Two Interactive,0.04,0.01,0,0,0.06 +12603,Zendoku,DS,2007,Puzzle,Eidos Interactive,0.05,0,0,0,0.06 +12604,Metal Max 4: Gekkou no Diva,3DS,2013,Role-Playing,Kadokawa Shoten,0,0,0.06,0,0.06 +12605,Jumper: Griffin's Story,X360,2008,Action,Eidos Interactive,0.05,0,0,0,0.06 +12606,Worms 3D,XB,2003,Strategy,Sega,0.04,0.01,0,0,0.06 +12607,pro evolution soccer 2011,PC,2010,Sports,Konami Digital Entertainment,0,0.05,0,0.01,0.06 +12608,Crazy Chicken: Pharaoh's Treasure,DS,2007,Puzzle,Phenomedia,0.05,0,0,0,0.06 +12609,Arcana Heart 3,PSV,2014,Fighting,Arc System Works,0.03,0,0.02,0.01,0.06 +12610,Magi: Aratanaru Sekai,3DS,2014,Role-Playing,Namco Bandai Games,0,0,0.06,0,0.06 +12611,PoPoLoCrois,PSP,2005,Role-Playing,Ignition Entertainment,0.05,0,0,0,0.06 +12612,Mahouka Koukou no Rettousei: Out of Order,PSV,2014,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12613,Dragon Rage,PS2,2001,Shooter,3DO,0.03,0.02,0,0.01,0.06 +12614,Lord of Magna: Maiden Heaven,3DS,2014,Role-Playing,Marvelous Entertainment,0,0,0.06,0,0.06 +12615,Dig Dug: Digging Strike,DS,2005,Puzzle,Atari,0.05,0,0,0,0.06 +12616,Dance Sensation!,Wii,2010,Misc,Majesco Entertainment,0.06,0,0,0,0.06 +12617,Brave: A Warrior's Tale,Wii,2009,Action,SouthPeak Games,0.05,0,0,0,0.06 +12618,Ansatsu Kyoushitsu: Assassin Ikusei Keikaku!!,3DS,2016,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12619,Raw Danger! (JP sales),PS2,2006,Action,505 Games,0,0,0.06,0,0.06 +12620,Archer Maclean Presents: Pool Paradise,PS2,2004,Sports,Ignition Entertainment,0.03,0.02,0,0.01,0.06 +12621,Tabi no Yubisashi Kaiwachou DS: DS Series 3 Kankoku,DS,2006,Misc,Nintendo,0,0,0.06,0,0.06 +12622,Winx Club: Mission Enchantix,DS,2008,Adventure,Konami Digital Entertainment,0.03,0.02,0,0,0.06 +12623,Petz Bunnyz Bunch,DS,2011,Simulation,Ubisoft,0.05,0,0,0,0.06 +12624,S.T.A.L.K.E.R.: Shadow of Chernobyl,PC,2007,Shooter,THQ,0.01,0.04,0,0.01,0.06 +12625,Backyard Skateboarding 2006,GBA,2004,Sports,Atari,0.04,0.02,0,0,0.06 +12626,Tron 2.0: Killer App,XB,2004,Action,Disney Interactive Studios,0.04,0.01,0,0,0.06 +12627,Steins;Gate: Hiyoku Renri no Darling,PSP,2012,Action,5pb,0,0,0.06,0,0.06 +12628,Captain America: Super Soldier,Wii,N/A,Action,Sega,0.05,0,0,0,0.06 +12629,Gegege no Kitarou: Youkai Daigekisen,DS,2008,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12630,Emblem of Gundam,DS,2008,Strategy,Namco Bandai Games,0,0,0.06,0,0.06 +12631,The Fast and the Furious,PS2,2006,Racing,Namco Bandai Games,0.03,0.02,0,0.01,0.06 +12632,Gem Smashers,Wii,2011,Platform,Crave Entertainment,0.05,0,0,0,0.06 +12633,Super Robot Wars OG: The Moon Dwellers,PS3,2016,Misc,Namco Bandai Games,0,0,0.06,0,0.06 +12634,G-Police: Weapons of Justice,PS,1999,Action,Psygnosis,0.03,0.02,0,0,0.06 +12635,Killing Zone,PS,1996,Fighting,Acclaim Entertainment,0.03,0.02,0,0,0.06 +12636,All Kamen Rider: Rider Generation 2,PSP,2012,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12637,Policenauts,3DO,1995,Adventure,Konami Digital Entertainment,0,0,0.06,0,0.06 +12638,Adventures of Lolo,NES,1989,Puzzle,HAL Laboratory,0.06,0,0,0,0.06 +12639,Quiz! Hexagon II,DS,2010,Misc,Namco Bandai Games,0,0,0.06,0,0.06 +12640,Game of Thrones (Telltale),PS3,2015,Adventure,Telltale Games,0.02,0.03,0,0.01,0.06 +12641,Call of Duty: The War Collection,X360,2010,Shooter,Activision,0.05,0,0,0,0.06 +12642,Warriors Orochi 2,X360,2008,Action,Tecmo Koei,0.04,0,0.01,0,0.06 +12643,The History Channel: Battle for the Pacific,X360,2007,Shooter,Activision,0.05,0,0,0,0.06 +12644,Racing Gears Advance,GBA,2004,Racing,Zoo Digital Publishing,0.04,0.02,0,0,0.06 +12645,Jewel Master: Cradle of Persia,DS,2012,Puzzle,Rising Star Games,0,0.05,0,0.01,0.06 +12646,Project Setsuna,PS4,2016,Role-Playing,Square Enix,0,0,0.06,0,0.06 +12647,Syphon Filter: Logan's Shadow,PS2,2010,Shooter,Sony Computer Entertainment,0.03,0.02,0,0.01,0.06 +12648,NTRA Breeders' Cup World Thoroughbred Championships,XB,2005,Simulation,Bethesda Softworks,0.04,0.01,0,0,0.06 +12649,Tiger Woods PGA Tour 08,DS,2007,Sports,Electronic Arts,0.05,0,0,0,0.06 +12650,Daito Giken Koushiki Pachi-Slot Simulator: Shin Yoshimune,PS2,2008,Misc,Paon,0,0,0.06,0,0.06 +12651,Tanjou S Debut,SAT,1996,Simulation,NEC Interchannel,0,0,0.06,0,0.06 +12652,Nendoroid Generation,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.06,0,0.06 +12653,Brave: A Warrior's Tale,X360,2009,Action,SouthPeak Games,0.05,0.01,0,0,0.06 +12654,Pop'n TwinBee: Rainbow Bell Adventure,SNES,1993,Platform,Konami Digital Entertainment,0,0,0.06,0,0.06 +12655,Honeycomb Beat,DS,2006,Puzzle,Konami Digital Entertainment,0.05,0,0,0,0.06 +12656,Broken Helix,PS,1997,Action,Konami Digital Entertainment,0.03,0.02,0,0,0.06 +12657,The Saboteur,PC,2009,Action,Electronic Arts,0,0.05,0,0.01,0.06 +12658,Katekyoo Hitman Reborn! DS Fate of Heat III - Yuki no Shugosha Raishuu!,DS,2010,Role-Playing,Marvelous Interactive,0,0,0.06,0,0.06 +12659,Myst III: Exile,XB,2002,Adventure,Ubisoft,0.04,0.01,0,0,0.06 +12660,Warriors: Legends of Troy,X360,2011,Action,Tecmo Koei,0,0.04,0.01,0.01,0.06 +12661,Hajime no Ippo Portable: Victorious Spirits,PSP,2007,Fighting,Grand Prix Games,0,0,0.06,0,0.06 +12662,Nanostray,DS,2005,Shooter,Majesco Entertainment,0.05,0,0,0,0.06 +12663,CMT Presents: Karaoke Revolution Country,PS2,2006,Misc,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12664,Katekyoo Hitman Reborn! DS: Flame Rumble Mukuro Kyoushuu,DS,2007,Fighting,Takara Tomy,0,0,0.06,0,0.06 +12665,Cid to Chocobo no Fushigi na Dungeon: Toki Wasure no Meikyuu DS+,DS,2008,Role-Playing,Square Enix,0,0,0.06,0,0.06 +12666,Vitamin X to Z,PSP,2011,Adventure,D3Publisher,0,0,0.06,0,0.06 +12667,Fatal Frame,XB,2002,Action,Tecmo Koei,0.04,0.01,0,0,0.06 +12668,Flip's Twisted World,Wii,N/A,Platform,Unknown,0.05,0,0,0,0.06 +12669,Tom Clancy's Ghost Recon: Advanced Warfighter,PS2,2006,Shooter,Ubisoft,0.03,0.02,0,0.01,0.06 +12670,Urban Chaos: Riot Response,PS2,2006,Shooter,Eidos Interactive,0.03,0.02,0,0.01,0.06 +12671,Generation of Chaos,PSP,2005,Role-Playing,Midas Interactive Entertainment,0.05,0,0,0,0.06 +12672,Teenage Mutant Ninja Turtles II: Back from the Sewers,GB,1991,Action,Konami Digital Entertainment,0,0,0.06,0,0.06 +12673,Gormiti: The Lords of Nature!,DS,2010,Adventure,Konami Digital Entertainment,0.05,0,0,0,0.06 +12674,The Sims 2: University,PC,2005,Simulation,Electronic Arts,0.01,0.04,0,0.01,0.06 +12675,Pucca Power Up,DS,2011,Platform,Rising Star Games,0.04,0.02,0,0,0.06 +12676,Resident Evil 2,GC,2003,Action,Capcom,0.04,0.01,0,0,0.06 +12677,MLB Power Pros 2008,DS,2008,Sports,Take-Two Interactive,0.05,0,0,0,0.06 +12678,Real Soccer 2009,DS,2008,Sports,Ubisoft,0.05,0,0,0,0.06 +12679,World Championship Athletics,Wii,2009,Sports,DTP Entertainment,0.04,0.01,0,0,0.06 +12680,The Amazing Spider-Man 2 (2014),WiiU,2014,Action,Activision,0.03,0.02,0,0,0.06 +12681,Yomawari,PSV,2015,Adventure,Nippon Ichi Software,0,0,0.06,0,0.06 +12682,Real Bout Garou Densetsu Special: Dominated Mind,PS,1998,Fighting,SNK,0,0,0.05,0,0.06 +12683,Jumble Madness,DS,2009,Puzzle,Destineer,0.06,0,0,0,0.06 +12684,Vampire Rain: Altered Species,PS3,2008,Action,Ignition Entertainment,0.05,0,0,0,0.06 +12685,Sumikko Gurashi: Mura o Tsukurundesu,3DS,2016,Misc,Nippon Columbia,0,0,0.06,0,0.06 +12686,Harry Potter and the Sorcerer's Stone,PC,2001,Action,Electronic Arts,0.01,0.04,0,0.01,0.06 +12687,Minna no Sukkiri,PSP,2009,Sports,Sony Computer Entertainment,0,0,0.06,0,0.06 +12688,Scurge: Hive,DS,2006,Action,SouthPeak Games,0.05,0,0,0,0.06 +12689,Catwoman,XB,2004,Action,Electronic Arts,0.04,0.01,0,0,0.06 +12690,Murdered: Soul Suspect,PC,2014,Action,Square Enix,0,0.05,0,0.01,0.06 +12691,Romance of the Three Kingdoms 13,PS4,2015,Action,Tecmo Koei,0.01,0,0.05,0,0.06 +12692,Noddy in Toyland,DS,2011,Misc,GSP,0,0.05,0,0.01,0.06 +12693,Aquarium by DS,DS,2008,Simulation,Mercury Games,0.05,0,0,0,0.06 +12694,Utawarerumono: Itsuwari no Kamen,PS4,2015,Adventure,Aqua Plus,0,0,0.06,0,0.06 +12695,Ride to Hell,X360,2013,Racing,Deep Silver,0.04,0.01,0,0,0.06 +12696,Burning Rangers,SAT,1998,Platform,Sega,0,0,0.06,0,0.06 +12697,Mana Khemia: Alchemists of Al-Revis,PS2,2007,Role-Playing,Nippon Ichi Software,0.03,0.02,0,0.01,0.06 +12698,Katekyoo Hitman Reborn! DS Flame Rumble XX - Kessen! Shin 6 Chouka,DS,2010,Action,Takara Tomy,0,0,0.06,0,0.06 +12699,Interplay Sports Baseball 2000,PS,1999,Sports,Interplay,0.03,0.02,0,0,0.06 +12700,Zone of the Enders: The Fist of Mars,GBA,2001,Role-Playing,Konami Digital Entertainment,0.04,0.02,0,0,0.06 +12701,Animorphs: Shattered Reality,PS,2000,Action,Infogrames,0.03,0.02,0,0,0.06 +12702,Teenage Mutant Ninja Turtles: Tournament Fighters,SNES,1992,Fighting,Konami Digital Entertainment,0,0,0.06,0,0.06 +12703,Eikan wa Kimini 2002: Koshien no Kodou,PS2,2002,Sports,DigiCube,0,0,0.06,0,0.06 +12704,PopStar Guitar,Wii,2008,Misc,Midway Games,0.03,0.03,0,0.01,0.06 +12705,Mirror's Edge,PC,2009,Platform,Electronic Arts,0,0.05,0,0.01,0.06 +12706,Blade Dancer: Lineage of Light,PSP,2006,Role-Playing,Atari,0.05,0,0,0,0.06 +12707,Terminator 3: Rise of the Machines,GBA,2003,Action,Atari,0.04,0.02,0,0,0.06 +12708,Jissen Pachislot Hisshouhou! Hokuto no Ken Portable SE,PSP,2006,Misc,Sega,0,0,0.06,0,0.06 +12709,Mayhem 3D,PS3,2011,Racing,Evolved Games,0.05,0,0,0.01,0.06 +12710,G1 Jockey 2,PS2,2000,Sports,Tecmo Koei,0,0,0.06,0,0.06 +12711,Mobile Ops: The One Year War,X360,N/A,Simulation,Namco Bandai Games,0,0,0.06,0,0.06 +12712,Constantine,XB,2005,Action,SCi,0.04,0.01,0,0,0.06 +12713,Chaos Rings III,PSV,2014,Role-Playing,Square Enix,0,0,0.06,0,0.06 +12714,Tom Clancy's Splinter Cell: Double Agent,GC,2006,Action,Ubisoft,0.04,0.01,0,0,0.06 +12715,Senritsu no Stratus,PSP,2011,Role-Playing,Konami Digital Entertainment,0,0,0.06,0,0.06 +12716,Katekyoo Hitman Reborn! DS Flame Rumble X - Mirai Chou-Bakuhatsu!!,DS,2009,Fighting,Takara Tomy,0,0,0.06,0,0.06 +12717,Rhapsody: A Musical Adventure,DS,2008,Role-Playing,Nippon Ichi Software,0.05,0,0,0,0.06 +12718,Titan Quest,PC,2006,Role-Playing,THQ,0.01,0.04,0,0.01,0.06 +12719,Wantame Fortune Channel,DS,2007,Misc,Capcom,0,0,0.06,0,0.06 +12720,Evangelion: Jo,PSP,2009,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12721,Bleach: Blade Battlers 2nd,PS2,2007,Fighting,Sony Computer Entertainment,0,0,0.06,0,0.06 +12722,Samurai Jack: The Shadow of Aku,PS2,2004,Action,Sega,0.03,0.02,0,0.01,0.06 +12723,Kamen Rider Kabuto,PS2,2006,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12724,Men in Black The Series: Crashdown,PS,2001,Shooter,Infogrames,0.03,0.02,0,0,0.06 +12725,Zero Divide,PS,1995,Fighting,Ocean,0.03,0.02,0,0,0.06 +12726,FIFA Street,GC,2005,Sports,Electronic Arts,0.04,0.01,0,0,0.06 +12727,Tsugunai: Atonement,PS2,2001,Role-Playing,Sony Computer Entertainment,0.02,0.01,0.02,0,0.06 +12728,Rugby World Cup 2015,PS4,2015,Sports,Ubisoft,0,0.05,0,0.01,0.06 +12729,Lost Kingdoms II,GC,2003,Role-Playing,Activision,0.04,0.01,0,0,0.06 +12730,Aggressive Inline,GC,2002,Sports,Acclaim Entertainment,0.04,0.01,0,0,0.06 +12731,Nights of Azure,PS4,2015,Action,Tecmo Koei,0.03,0.02,0,0.01,0.06 +12732,Dungeon Keeper 2,PC,1999,Action,Electronic Arts,0,0.05,0,0.01,0.06 +12733,Viewtiful Joe: Red Hot Rumble,GC,2005,Action,Capcom,0.04,0.01,0,0,0.06 +12734,The Lord of the Rings: The Battle for Middle-Earth II,X360,2006,Strategy,Electronic Arts,0,0.05,0,0.01,0.06 +12735,Kaite Shabette Hajimeyou! Monster Farm DS,DS,2007,Role-Playing,Tecmo Koei,0,0,0.06,0,0.06 +12736,Dungeon Explorer: Warriors of Ancient Arts,DS,2007,Role-Playing,Rising Star Games,0.05,0,0,0,0.06 +12737,Pro Yaky? Spirits 2012,PSV,2012,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12738,Samurai Warriors 4: Empires,PS3,2015,Action,Tecmo Koei,0,0,0.06,0,0.06 +12739,Point Blank DS (US sales),DS,2006,Shooter,Atari,0.05,0,0,0,0.06 +12740,FIFA Soccer 06,DS,2005,Sports,Electronic Arts,0.05,0,0,0,0.06 +12741,SD Gundam G Generation Wars,Wii,2009,Strategy,Namco Bandai Games,0,0,0.06,0,0.06 +12742,Broken Sword II: The Smoking Mirror,PS,1997,Adventure,Sony Computer Entertainment,0.03,0.02,0,0,0.06 +12743,Pump It Up: Exceed,PS2,2005,Misc,Mastiff,0.03,0.02,0,0.01,0.06 +12744,Hakuouki: Yuugi Roku Ni - Matsuri Hayashi to Taishitachi,PSP,2012,Action,Idea Factory,0,0,0.06,0,0.06 +12745,Wreckless: ThE YaKuza MisSiOns,GC,2002,Racing,Activision,0.04,0.01,0,0,0.06 +12746,Doki-Doki Universe,PSV,2013,Adventure,Sony Computer Entertainment,0.01,0.04,0,0.01,0.06 +12747,"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 11: Shinseiki Evangelion - Magokoro o, Kimi ni",PS2,2007,Misc,D3Publisher,0,0,0.06,0,0.06 +12748,TOCA Race Driver 2: Ultimate Racing Simulator,PS2,2004,Racing,Codemasters,0.03,0.02,0,0.01,0.06 +12749,Girls RPG: Cinderellife,3DS,2012,Role-Playing,Level 5,0,0,0.06,0,0.06 +12750,Dr. Muto,XB,2002,Platform,Midway Games,0.04,0.01,0,0,0.06 +12751,Tom Clancy's Rainbow Six: Critical Hour,XB,N/A,Shooter,Unknown,0.04,0.01,0,0,0.06 +12752,Gothic 3,PC,2006,Role-Playing,JoWood Productions,0,0.05,0,0.01,0.06 +12753,Tokyo Twilight Ghost Hunters,PS3,2014,Role-Playing,Aksys Games,0.03,0,0.02,0.01,0.06 +12754,Scrabble Blast!,GBA,2005,Misc,Zoo Digital Publishing,0.04,0.01,0,0,0.06 +12755,Dino Pets,DS,2009,Simulation,Avanquest,0.05,0,0,0,0.06 +12756,Fate/Stay Night [R茅alta Nua],PSV,2012,Adventure,Kadokawa Shoten,0,0,0.06,0,0.06 +12757,The Mysterious Case of Dr. Jekyll and Mr. Hyde,DS,2010,Adventure,O-Games,0.02,0.03,0,0.01,0.06 +12758,Gintama no Sugoroku,PSP,2013,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12759,Kid Fit Island Resort,Wii,2010,Sports,Avanquest,0.05,0,0,0,0.06 +12760,The Lord of the Rings: Aragorn's Quest,PS2,2010,Action,Warner Bros. Interactive Entertainment,0.03,0.02,0,0.01,0.06 +12761,Roogoo Twisted Towers,Wii,2009,Puzzle,SouthPeak Games,0.05,0,0,0,0.06 +12762,Doraemon 4: Nobita to Toki no Okoku,SNES,1995,Platform,Epoch,0,0,0.06,0,0.06 +12763,Myst,SAT,1994,Adventure,Sunsoft,0,0,0.06,0,0.06 +12764,F1 2010,PC,2010,Racing,Codemasters,0,0.05,0,0.01,0.06 +12765,Toaru Kagaku no Chou Denjihou,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.06,0,0.06 +12766,Starwinder: The Ultimate Space Race,PS,1996,Racing,Mindscape,0.03,0.02,0,0,0.06 +12767,The Lost Chronicles of Zerzura,PC,2012,Adventure,DTP Entertainment,0,0.05,0,0.01,0.06 +12768,Ski Region Simulator,PC,2011,Simulation,Excalibur Publishing,0,0.05,0,0.01,0.06 +12769,Angelique Trois,PS2,2000,Adventure,Tecmo Koei,0,0,0.06,0,0.06 +12770,Dreamer Series: Babysitter,DS,2009,Simulation,Deep Silver,0.05,0,0,0,0.06 +12771,Diva Girls: Divas on Ice,DS,2009,Sports,505 Games,0.05,0,0,0,0.06 +12772,Dance Dance Revolution: Mario Mix (JP sales),GC,2005,Simulation,Nintendo,0,0,0.05,0,0.06 +12773,A-Train 6,PS2,2000,Strategy,Midas Interactive Entertainment,0,0,0.06,0,0.06 +12774,Meitantei Conan: Tantei Ryoku Trainer,DS,2007,Misc,Namco Bandai Games,0,0,0.06,0,0.06 +12775,MotoGP,GBA,2002,Racing,THQ,0.04,0.01,0,0,0.06 +12776,ESPN International Winter Sports 2002,PS2,2002,Sports,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12777,"Tennis no Oji-Sama: Doubles no Oji-Sama - Girls, Be Gracious!",DS,2009,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12778,KimiKiss (ebKore+),PS2,2008,Adventure,Enterbrain,0,0,0.06,0,0.06 +12779,Gold and Glory: The Road to El Dorado,PS,2000,Adventure,Ubisoft,0.03,0.02,0,0,0.06 +12780,NBA Live 07,XB,2006,Sports,Electronic Arts,0.04,0.01,0,0,0.06 +12781,Choro Q Marine: Q Boat,PS,1998,Racing,Takara,0,0,0.05,0,0.06 +12782,GunPey,PSP,2006,Puzzle,Atari,0.05,0,0,0.01,0.06 +12783,BattleBots: Beyond the BattleBox,GBA,2002,Action,Vivendi Games,0.04,0.01,0,0,0.06 +12784,MX vs. ATV Supercross Encore,PS4,2015,Sports,Nordic Games,0,0.05,0,0.01,0.06 +12785,Yuugen Gaisha Brave Company,3DS,2011,Strategy,Namco Bandai Games,0,0,0.06,0,0.06 +12786,Mighty Beanz: Pocket Puzzles,GBA,2004,Puzzle,Majesco Entertainment,0.04,0.01,0,0,0.06 +12787,Ken to Mahou to Gakuen Mono. 3D,3DS,2011,Role-Playing,Acquire,0,0,0.06,0,0.06 +12788,History Great Empires: Rome,DS,2009,Strategy,Black Bean Games,0.05,0,0,0,0.06 +12789,The King of Fighters '96,NG,1996,Fighting,SNK,0,0,0.06,0,0.06 +12790,Friends: The One with All the Trivia,PS2,2005,Misc,Warner Bros. Interactive Entertainment,0.03,0.02,0,0.01,0.06 +12791,Mame Goma 2: Uchi no Ko ga Ichiban!,DS,2008,Simulation,Creative Core,0,0,0.06,0,0.06 +12792,Backyard NFL Football '08,PS2,2007,Sports,Atari,0.03,0.02,0,0.01,0.06 +12793,Coraline,Wii,2009,Action,D3Publisher,0.05,0,0,0,0.06 +12794,Gunbird,SAT,1995,Shooter,Atlus,0,0,0.06,0,0.06 +12795,Imagine: Party Planner,DS,2009,Simulation,Ubisoft,0.05,0,0,0,0.06 +12796,Dream C Club Portable,PSP,2010,Simulation,D3Publisher,0,0,0.06,0,0.06 +12797,Tom Clancy's Rainbow Six 3,GC,2004,Shooter,Ubisoft,0.04,0.01,0,0,0.06 +12798,Elemental Gearbolt,PS,1997,Shooter,Sony Computer Entertainment,0.03,0.02,0,0,0.06 +12799,Space Chimps,DS,2008,Platform,Brash Entertainment,0.05,0,0,0,0.06 +12800,Tony Hawk's Pro Skater 5,PS3,2015,Sports,Activision,0.04,0,0,0.01,0.06 +12801,WWF Wrestlemania: The Arcade Game,PS,1995,Fighting,Acclaim Entertainment,0.03,0.02,0,0,0.06 +12802,Handball 16,PS4,2015,Sports,Bigben Interactive,0,0.05,0,0.01,0.06 +12803,Cabela's Big Game Hunter 2005 Adventures,GBA,2004,Sports,Activision,0.04,0.01,0,0,0.06 +12804,Grand Kingdom,PS4,2015,Role-Playing,Nippon Ichi Software,0.02,0,0.03,0,0.06 +12805,Mega Man 8 Anniversary Collector's Edition,SAT,1997,Platform,Capcom,0,0,0.06,0,0.06 +12806,V-Rally 3,PS2,2002,Racing,Atari,0.03,0.02,0,0.01,0.06 +12807,Nobunaga no Yabou: Souzou,PS4,2014,Strategy,Tecmo Koei,0,0,0.06,0,0.06 +12808,Whiplash,XB,2003,Racing,Eidos Interactive,0.04,0.01,0,0,0.06 +12809,GRID,DS,N/A,Racing,Codemasters,0.04,0.01,0,0,0.06 +12810,Pro Yakyuu Famista 2011,3DS,2011,Sports,Namco Bandai Games,0,0,0.06,0,0.06 +12811,Impact Racing,PS,1996,Racing,JVC,0.03,0.02,0,0,0.06 +12812,My Horse & Me: Riding for Gold,Wii,2008,Sports,Atari,0.04,0.02,0,0,0.06 +12813,Sled Shred featuring the Jamaican Bobsled Team,Wii,2010,Sports,SouthPeak Games,0.05,0,0,0,0.06 +12814,Amazing Island,GC,2004,Strategy,Sega,0.04,0.01,0,0,0.06 +12815,SeaBlade,XB,2002,Shooter,TDK Mediactive,0.04,0.01,0,0,0.06 +12816,Jikkyou Powerful Pro Yakyuu DreamCast Edition,DC,2000,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12817,Carmen Sandiego: The Secret of the Stolen Drums,PS2,2004,Action,BAM! Entertainment,0.03,0.02,0,0.01,0.06 +12818,Tokyo Mono Harashi: Karasu no Mori Gakuen Kitan,PSP,2010,Role-Playing,Atlus,0,0,0.06,0,0.06 +12819,Activision Hits: Remixed,PSP,2006,Misc,Activision,0.05,0,0,0,0.06 +12820,Death Jr. II: Root of Evil,PSP,2006,Platform,Konami Digital Entertainment,0.05,0,0,0,0.06 +12821,Hail to the Chimp,X360,2008,Misc,Gamecock,0.05,0,0,0,0.06 +12822,MotoGP 4 - Official Game of MotoGP,PS2,2005,Racing,Sony Computer Entertainment,0.03,0.02,0,0.01,0.06 +12823,Legend of Kay,WiiU,2015,Action,Nordic Games,0.03,0.02,0,0,0.05 +12824,Kyoukai Senjou no Horizon Portable,PSP,2013,Adventure,Kadokawa Shoten,0,0,0.05,0,0.05 +12825,4 Elements,PC,2009,Puzzle,Mastertronic,0,0.04,0,0.01,0.05 +12826,Shining Force III: Scenario 2,SAT,1998,Strategy,Sega,0,0,0.05,0,0.05 +12827,Captain America: Super Soldier,DS,N/A,Action,Sega,0.05,0,0,0,0.05 +12828,Airline Tycoon 2,PC,2011,Simulation,Kalypso Media,0,0.04,0,0.01,0.05 +12829,Worms World Party,GBA,2002,Strategy,Ubisoft,0.04,0.01,0,0,0.05 +12830,Medabots: Metabee,GBA,2002,Role-Playing,Natsume,0.04,0.01,0,0,0.05 +12831,Medal of Honor: Airborne,PC,2007,Shooter,Electronic Arts,0,0.04,0,0.01,0.05 +12832,NHL Legacy,X360,2015,Action,Electronic Arts,0.05,0,0,0.01,0.05 +12833,Final Fight: Streetwise,PS2,2006,Action,Capcom,0.03,0.02,0,0.01,0.05 +12834,Speed Kings,XB,2003,Racing,Acclaim Entertainment,0.04,0.01,0,0,0.05 +12835,Drivers Ed Portable,DS,2008,Misc,JoWood Productions,0.05,0,0,0,0.05 +12836,Rebelstar: Tactical Command,GBA,2005,Strategy,Atari,0.04,0.01,0,0,0.05 +12837,Kamen Rider: Battride War Genesis,PS4,2016,Action,Namco Bandai Games,0,0,0.05,0,0.05 +12838,IL-2 Sturmovik: Cliffs of Dover,PC,2011,Simulation,Ubisoft,0,0.04,0,0.01,0.05 +12839,Gladiator: Sword of Vengeance,XB,2003,Action,Acclaim Entertainment,0.04,0.01,0,0,0.05 +12840,Unsolved Crimes,DS,2008,Adventure,Empire Interactive,0.04,0.01,0,0,0.05 +12841,Minna to Kimi no Piramekino!,DS,2010,Misc,Namco Bandai Games,0,0,0.05,0,0.05 +12842,Virtua Tennis 3,PSP,2007,Sports,Sega,0.02,0.03,0,0.01,0.05 +12843,Bombastic,PS2,2002,Puzzle,Capcom,0.03,0.02,0,0.01,0.05 +12844,Xiaolin Showdown,DS,2006,Action,Konami Digital Entertainment,0.05,0,0,0,0.05 +12845,NHL Powerplay 98,PS,1997,Sports,Virgin Interactive,0.03,0.02,0,0,0.05 +12846,Olympic Soccer: Atlanta 1996,PS,1996,Sports,U.S. Gold,0.03,0.02,0,0,0.05 +12847,Lernerfolg Vorschule: Capt'n Sharky,DS,2009,Misc,Tivola,0,0.05,0,0.01,0.05 +12848,Samurai Dou Portable,PSP,2008,Action,Spike,0,0,0.05,0,0.05 +12849,Princess on Ice,DS,2008,Sports,505 Games,0.04,0.01,0,0,0.05 +12850,Countdown: The Game,Wii,2009,Puzzle,Mindscape,0,0.05,0,0,0.05 +12851,Phantasy Star Online Episode I & II Plus,GC,2003,Role-Playing,Sega,0.04,0.01,0,0,0.05 +12852,Samurai Warriors 4: Empires,PSV,2015,Action,Tecmo Koei,0,0,0.05,0,0.05 +12853,DuckTales: Remastered,PS3,2013,Action,Capcom,0.01,0.04,0,0.01,0.05 +12854,Front Mission 2089: Border of Madness,DS,2008,Strategy,Square Enix,0,0,0.05,0,0.05 +12855,Miracle Girls Festival,PSV,2015,Misc,Sega,0,0,0.05,0,0.05 +12856,Dual Hearts,PS2,2002,Role-Playing,Sony Computer Entertainment,0.03,0.02,0,0.01,0.05 +12857,7 Wonders: Treasures of Seven,DS,2011,Puzzle,Avanquest,0.02,0.03,0,0.01,0.05 +12858,NFL Quarterback Club 2002,GC,2001,Sports,Acclaim Entertainment,0.04,0.01,0,0,0.05 +12859,Saki: Zenkoku-hen,PSV,2015,Misc,Kaga Create,0,0,0.05,0,0.05 +12860,Mister Slime,DS,2008,Action,SouthPeak Games,0.05,0,0,0,0.05 +12861,Shiren the Wanderer 5 Plus: Fortune Tower and the Dice of Fate,PSV,2015,Action,Aksys Games,0.01,0,0.04,0,0.05 +12862,"Murder, She Wrote",PC,2009,Adventure,Focus Home Interactive,0,0.04,0,0.01,0.05 +12863,Virtual Villagers: A New Home,DS,2010,Simulation,PQube,0.04,0.01,0,0,0.05 +12864,Wing Commander: Prophecy,GBA,2003,Simulation,"Destination Software, Inc",0.04,0.01,0,0,0.05 +12865,Marc Ecko's Getting Up: Contents Under Pressure,PS2,2006,Action,Atari,0.03,0.02,0,0.01,0.05 +12866,Learn Science,DS,2010,Misc,DreamCatcher Interactive,0.05,0,0,0,0.05 +12867,Sega Soccer Slam,XB,2002,Sports,Sega,0.04,0.01,0,0,0.05 +12868,Hakuouki: Reimeiroku,PS2,2010,Adventure,Idea Factory,0,0,0.05,0,0.05 +12869,Vertigo,Wii,2009,Strategy,Playlogic Game Factory,0.05,0,0,0,0.05 +12870,Blood Omen 2,GC,2002,Action,Eidos Interactive,0.04,0.01,0,0,0.05 +12871,NBA 2K17,X360,2016,Sports,Take-Two Interactive,0.04,0,0,0.01,0.05 +12872,Shin Sangoku Musou 5 Empires,PSP,2010,Action,Tecmo Koei,0,0,0.05,0,0.05 +12873,Front Mission Evolved,PC,2010,Shooter,Square Enix,0.05,0,0,0,0.05 +12874,Carve,XB,2004,Racing,Global Star,0.04,0.01,0,0,0.05 +12875,BlowOut,XB,2003,Shooter,Zoo Digital Publishing,0.04,0.01,0,0,0.05 +12876,McDROID,PSP,2011,Strategy,Namco Bandai Games,0,0,0.05,0,0.05 +12877,GachiTora! Abarenbou Kyoushi in High School,PSP,2011,Action,Spike,0,0,0.05,0,0.05 +12878,WTA Tour Tennis,PS2,2001,Sports,Konami Digital Entertainment,0.03,0.02,0,0.01,0.05 +12879,Bottom of the 9th '99,PS,1998,Sports,Konami Digital Entertainment,0.03,0.02,0,0,0.05 +12880,Dynasty Warriors 5,XB,2005,Action,Tecmo Koei,0.04,0.01,0,0,0.05 +12881,Reader Rabbit 2nd Grade,Wii,N/A,Misc,Unknown,0.05,0,0,0,0.05 +12882,Famicom Mini: Dig Dug,GBA,2004,Puzzle,Namco Bandai Games,0,0,0.05,0,0.05 +12883,FIFA Soccer 2003,GBA,2002,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +12884,Naval Ops: Commander,PS2,2004,Simulation,Tecmo Koei,0.03,0.02,0,0.01,0.05 +12885,Adventure Time: Finn & Jake Investigations,WiiU,2015,Action,Little Orbit,0.03,0.02,0,0,0.05 +12886,Defendin' De Penguin,Wii,2008,Strategy,Zushi Games,0.05,0,0,0,0.05 +12887,Bleach: Blade Battlers,PS2,2006,Fighting,Sony Computer Entertainment,0,0,0.05,0,0.05 +12888,Rez,PS2,2001,Shooter,Sony Computer Entertainment,0.03,0.02,0,0.01,0.05 +12889,Goosebumps: The Game,3DS,2015,Adventure,WayForward Technologies,0.05,0,0,0.01,0.05 +12890,MLB SlugFest 2006,XB,2006,Sports,Midway Games,0.04,0.01,0,0,0.05 +12891,Rockin' Pretty,DS,2009,Misc,Arc System Works,0.05,0,0,0,0.05 +12892,Jake Power: Policeman,DS,2008,Adventure,Ubisoft,0.05,0,0,0,0.05 +12893,Samurai Warriors 4-II,PSV,2015,Action,Tecmo Koei,0,0,0.05,0,0.05 +12894,Jissen Pachislot Hisshouhou! Hokuto no Ken DS SE,DS,2006,Misc,Sega,0,0,0.05,0,0.05 +12895,UEFA Euro 2004: Portugal,XB,2004,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +12896,Lufia: The Ruins of Lore,GBA,2002,Role-Playing,Taito,0.04,0.01,0,0,0.05 +12897,Major Minor's Majestic March,Wii,2009,Misc,Majesco Entertainment,0.05,0,0,0,0.05 +12898,Shaman King: Soul Fight,GC,2003,Platform,Namco Bandai Games,0,0,0.05,0,0.05 +12899,Samurai Deeper Kyo,PS,2002,Fighting,Namco Bandai Games,0,0,0.05,0,0.05 +12900,Samantha Swift and the Hidden Roses of Athena,DS,2010,Adventure,Unknown,0.04,0.01,0,0,0.05 +12901,Dark Souls III,PC,2016,Role-Playing,Namco Bandai Games,0,0.05,0,0,0.05 +12902,Medabots: Infinity,GC,2003,Role-Playing,Ubisoft,0.04,0.01,0,0,0.05 +12903,Tom Clancy's HAWX 2,PC,2010,Action,Ubisoft,0,0.04,0,0.01,0.05 +12904,Zapper: One Wicked Cricket!,XB,2002,Platform,Infogrames,0.04,0.01,0,0,0.05 +12905,Jirou Akagawa: Majotachi no Nemuri,SNES,1995,Adventure,Pack-In-Video,0,0,0.05,0,0.05 +12906,Arcana Heart 3,X360,2011,Fighting,PQube,0,0.03,0.02,0,0.05 +12907,Bust-A-Bloc,PS2,2002,Puzzle,Midas Interactive Entertainment,0,0,0.05,0,0.05 +12908,Sitting Ducks,PS2,2003,Platform,LSP Games,0.03,0.02,0,0.01,0.05 +12909,Puyo Puyo 7,Wii,2009,Puzzle,Sega,0,0,0.05,0,0.05 +12910,Animal Planet: Vet Collection,DS,2010,Simulation,Activision,0.05,0,0,0,0.05 +12911,Imagine Animal Doctor Care Center,DS,2010,Simulation,Ubisoft,0.05,0,0,0,0.05 +12912,Rugby 15,X360,2015,Sports,Bigben Interactive,0,0.05,0,0,0.05 +12913,NFL Blitz Pro,XB,2003,Sports,Midway Games,0.04,0.01,0,0,0.05 +12914,Major League Baseball 2K11,PSP,2011,Sports,Take-Two Interactive,0.05,0,0,0,0.05 +12915,Uta no Prince-Sama: Music 3,PSV,2016,Action,Broccoli,0,0,0.05,0,0.05 +12916,Pretty Cure All Stars Everyone Gather ? Let's Dance!,Wii,2013,Misc,Namco Bandai Games,0,0,0.05,0,0.05 +12917,Mountain Bike Adrenaline,PS2,N/A,Sports,Unknown,0.03,0.02,0,0.01,0.05 +12918,New Prince of Tennis: Go to the Top,3DS,2015,Action,FuRyu,0,0,0.05,0,0.05 +12919,Zyuden Sentai Kyoryuger: Game de Gaburincho!!,3DS,2013,Action,Namco Bandai Games,0,0,0.05,0,0.05 +12920,Nobunaga's Ambition: Sphere of Influence,PSV,2014,Strategy,Tecmo Koei,0,0,0.05,0,0.05 +12921,Hi-Octane: The Track Fights Back!,PS,1995,Racing,Electronic Arts,0.03,0.02,0,0,0.05 +12922,Venetica,PC,2009,Role-Playing,DTP Entertainment,0,0.04,0,0.01,0.05 +12923,Black Sigil: Blade of the Exiled,DS,2009,Role-Playing,Graffiti,0.05,0,0,0,0.05 +12924,Tour de France 2011,X360,N/A,Racing,Focus Home Interactive,0,0.05,0,0.01,0.05 +12925,Wakeboarding Unleashed Featuring Shaun Murray,XB,2003,Sports,Activision,0.04,0.01,0,0,0.05 +12926,TrackMania Turbo: Build to Race,DS,2010,Racing,Ubisoft,0.03,0.02,0,0.01,0.05 +12927,ZombiU,PS4,2016,Action,Ubisoft,0,0.04,0.01,0.01,0.05 +12928,Domino Rally,Wii,2007,Action,Nordcurrent,0.05,0,0,0,0.05 +12929,Doraemon 2: Nobita no Toizurando Daibouken,SNES,1993,Role-Playing,Epoch,0,0,0.05,0,0.05 +12930,Samurai Champloo: Sidetracked,PS2,2006,Action,Namco Bandai Games,0.03,0.02,0,0.01,0.05 +12931,Drill Dozer,GBA,N/A,Platform,Unknown,0.04,0.01,0,0,0.05 +12932,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PS3,2016,Action,Activision,0.01,0.03,0,0.01,0.05 +12933,Katekyoo Hitman Reborn! DS: Shinuki Max! Vongola Carnival!!,DS,2007,Action,Takara Tomy,0,0,0.05,0,0.05 +12934,Utawarerumono: Futari no Hakuoro,PSV,2016,Misc,Aqua Plus,0,0,0.05,0,0.05 +12935,Chaos;Child,PSV,2015,Adventure,5pb,0,0,0.05,0,0.05 +12936,Fatal Fury: Wild Ambition,PS,1999,Fighting,SNK Playmore,0.03,0.02,0,0,0.05 +12937,Metal Fight Beyblade: Bakugami Susanoh Shuurai!,DS,2010,Action,Hudson Soft,0,0,0.05,0,0.05 +12938,Dengeki Gakuen RPG: Cross of Venus,DS,2009,Role-Playing,ASCII Media Works,0,0,0.05,0,0.05 +12939,Judge Dredd,PS,1997,Platform,Gremlin Interactive Ltd,0.03,0.02,0,0,0.05 +12940,FIFA 17,PC,2016,Sports,Electronic Arts,0,0.05,0,0,0.05 +12941,Minna no Ennichi,3DS,2012,Action,Namco Bandai Games,0,0,0.05,0,0.05 +12942,Winning Post 8,PS3,2014,Racing,Tecmo Koei,0,0,0.05,0,0.05 +12943,King Arthur,XB,2004,Action,Konami Digital Entertainment,0.04,0.01,0,0,0.05 +12944,DoDonPachi Resurrection,X360,2010,Shooter,Rising Star Games,0,0.05,0,0.01,0.05 +12945,Bass Rise,PS,1999,Sports,Namco Bandai Games,0.03,0.02,0,0,0.05 +12946,UEFA Champions League 2006-2007,X360,2007,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +12947,Dynamite Headdy,GEN,1993,Platform,Sega,0,0,0.05,0,0.05 +12948,Hunted: The Demon's Forge,PC,2011,Action,Bethesda Softworks,0.03,0.01,0,0.01,0.05 +12949,Choujikuu Yousai Macross: Do You Remember Love,PS3,2012,Shooter,Namco Bandai Games,0,0,0.05,0,0.05 +12950,Arcania: Gothic 4,PS4,2015,Role-Playing,Nordic Games,0.04,0,0,0.01,0.05 +12951,Persona 2: Eternal Punishment,PSP,2012,Role-Playing,Atlus,0,0,0.05,0,0.05 +12952,Dragon's Lair 3D: Return to the Lair,XB,2002,Platform,Ubisoft,0.04,0.01,0,0,0.05 +12953,Growlanser: Heritage of War (jp sales),PS2,2006,Role-Playing,Rising Star Games,0,0,0.05,0,0.05 +12954,The Bureau: XCOM Declassified,PC,2013,Shooter,Take-Two Interactive,0,0.05,0,0.01,0.05 +12955,Myst IV: Revelation,XB,2005,Adventure,Ubisoft,0.04,0.01,0,0,0.05 +12956,Culdcept Revolt,3DS,2016,Strategy,Nintendo,0,0,0.05,0,0.05 +12957,Sushi Go-Round,Wii,2010,Simulation,Asylum Entertainment,0.05,0,0,0,0.05 +12958,Pachinko Wars II,SNES,1993,Misc,Coconuts Japan,0,0,0.05,0,0.05 +12959,Myth Makers: Orbs of Doom,Wii,2007,Puzzle,Popcorn Arcade,0.05,0,0,0,0.05 +12960,Toy Soldiers: War Chest,XOne,2015,Action,Ubisoft,0.05,0,0,0.01,0.05 +12961,The Nightmare of Druaga: Fushigino Dungeon,PS2,2004,Role-Playing,Arika,0.03,0.02,0,0.01,0.05 +12962,Omega Labyrinth,PSV,2015,Role-Playing,D3Publisher,0,0,0.05,0,0.05 +12963,Air Conflicts: Aces of World War II,PSP,2009,Simulation,Graffiti,0.05,0,0,0,0.05 +12964,Cities in Motion,PC,2011,Simulation,Paradox Interactive,0,0.04,0,0.01,0.05 +12965,Aliens in the Attic,DS,2009,Action,Playlogic Game Factory,0.05,0,0,0,0.05 +12966,Virtua Striker 2002,GC,2002,Sports,Sega,0.01,0,0.03,0,0.05 +12967,Kamen Rider: Dragon Knight,DS,2009,Fighting,D3Publisher,0.05,0,0,0,0.05 +12968,Code Lyoko,DS,2007,Action,Game Factory,0.03,0.01,0,0,0.05 +12969,Taito Legends Power Up,PSP,2007,Action,Destineer,0.05,0,0,0,0.05 +12970,Fate/Unlimited Codes Portable,PSP,2009,Fighting,Capcom,0,0,0.05,0,0.05 +12971,Metal Slug Anthology,PSP,2007,Shooter,Ignition Entertainment,0.02,0,0.02,0.01,0.05 +12972,Tenchu: Dark Secret,DS,2006,Action,From Software,0.03,0,0.01,0,0.05 +12973,Game no Kanzume Vol 2,SCD,1994,Misc,Sega,0,0,0.05,0,0.05 +12974,Disney's PK: Out of the Shadows,GC,2002,Platform,Ubisoft,0.04,0.01,0,0,0.05 +12975,Zoo Quest: Puzzle Fun!,DS,2008,Puzzle,JoWood Productions,0.05,0,0,0,0.05 +12976,JoJo no Kimy? na B?ken Fantomu Buraddo,PS2,2006,Action,Namco Bandai Games,0,0,0.05,0,0.05 +12977,The Idolmaster 2,X360,2011,Simulation,Namco Bandai Games,0,0,0.05,0,0.05 +12978,PQ2: Practical Intelligence Quotient,PSP,2006,Puzzle,D3Publisher,0.04,0,0,0,0.05 +12979,Mr Bean's Wacky World of Wii,Wii,2009,Adventure,Blast! Entertainment Ltd,0,0.05,0,0,0.05 +12980,Powerdrome,PS2,2004,Racing,Evolved Games,0.03,0.02,0,0.01,0.05 +12981,Dreamer Series: Puppy Trainer,DS,2008,Simulation,DreamCatcher Interactive,0.05,0,0,0,0.05 +12982,Pro Yakyuu Spirits 5 Kanzenban,PS2,2008,Sports,Konami Digital Entertainment,0,0,0.05,0,0.05 +12983,Tsumiki: Block Drop Mania,DS,2007,Action,Nobilis,0.05,0,0,0,0.05 +12984,Shin Sangoku Musou 5 Special,PSP,2009,Action,Tecmo Koei,0,0,0.05,0,0.05 +12985,Pony Friends: Mini Breeds Edition,DS,2008,Simulation,Eidos Interactive,0.05,0,0,0,0.05 +12986,Otogi 2: Immortal Warriors,XB,2003,Action,Sega,0.04,0.01,0,0,0.05 +12987,Legend of Kay,PS2,2005,Action,JoWood Productions,0.03,0.02,0,0.01,0.05 +12988,Piglet's Big Game,GC,2003,Platform,Gotham Games,0.04,0.01,0,0,0.05 +12989,Dead or Alive Xtreme 3: Fortune,PS4,2016,Sports,Tecmo Koei,0,0,0.05,0,0.05 +12990,Ivy the Kiwi?,DS,2010,Puzzle,Rising Star Games,0.04,0,0,0,0.05 +12991,Fallout: Brotherhood of Steel,XB,2004,Role-Playing,Avalon Interactive,0.04,0.01,0,0,0.05 +12992,Strawberry Shortcake: Strawberryland Games,DS,2006,Action,Game Factory,0.05,0,0,0,0.05 +12993,Koi to Senkyo to Chocolate Portable,PSP,2012,Adventure,Kadokawa Shoten,0,0,0.05,0,0.05 +12994,IndyCar Series,XB,2003,Racing,Codemasters,0.04,0.01,0,0,0.05 +12995,Hysteria Hospital: Emergency Ward,Wii,2009,Action,Oxygen Interactive,0.05,0,0,0,0.05 +12996,Dokapon Journey,DS,2008,Role-Playing,Sting,0.05,0,0,0,0.05 +12997,Ultra Bust-A-Move,XB,2004,Puzzle,505 Games,0.04,0.01,0,0,0.05 +12998,Rally Fusion: Race of Champions,XB,2002,Racing,Activision,0.04,0.01,0,0,0.05 +12999,Piglet's Big Game,GBA,2003,Platform,THQ,0.04,0.01,0,0,0.05 +13000,Lucha Libre AAA: Heroes del Ring,X360,2010,Fighting,Konami Digital Entertainment,0.05,0,0,0,0.05 +13001,Pony Friends,DS,2007,Simulation,Eidos Interactive,0,0.05,0,0.01,0.05 +13002,Natural Doctrine,PS3,2014,Role-Playing,Nippon Ichi Software,0.03,0.01,0.01,0.01,0.05 +13003,Pinball Hall of Fame: The Gottlieb Collection,GC,2005,Misc,Crave Entertainment,0.04,0.01,0,0,0.05 +13004,Ferrari F355 Challenge,PS2,2002,Racing,Sony Computer Entertainment,0.03,0.02,0,0.01,0.05 +13005,MorphX,X360,2010,Shooter,505 Games,0.05,0,0,0,0.05 +13006,Stranger of Sword City,PSV,2015,Role-Playing,Nippon Ichi Software,0.02,0.02,0,0.01,0.05 +13007,Air Traffic Chaos,DS,2007,Simulation,Ertain,0.05,0,0,0,0.05 +13008,Battleship / Connect Four / Sorry! / Trouble,DS,2006,Puzzle,"Destination Software, Inc",0.05,0,0,0,0.05 +13009,Prism: Light the Way,DS,2007,Puzzle,Eidos Interactive,0.05,0,0,0,0.05 +13010,Tiny Toon Adventures: Toonenstein - Dare to Scare,PS,1998,Action,Swing! Entertainment,0.03,0.02,0,0,0.05 +13011,TV Anime: Fairy Tale Gekitou! Madoushi Kessen,DS,2010,Fighting,Hudson Soft,0,0,0.05,0,0.05 +13012,Shifters,PS2,2002,Adventure,3DO,0.03,0.02,0,0.01,0.05 +13013,RPG Tsukuru DS,DS,2010,Role-Playing,Enterbrain,0,0,0.05,0,0.05 +13014,WRC 5: FIA World Rally Championship,PS4,2015,Sports,Bigben Interactive,0,0.04,0,0.01,0.05 +13015,Earth Defense Force 4.1: The Shadow of New Despair,PS4,2015,Shooter,Xseed Games,0.02,0.02,0,0.01,0.05 +13016,The BIGS 2,DS,2009,Sports,Take-Two Interactive,0.05,0,0,0,0.05 +13017,Dramatic Dungeon: Sakura Wars - Kimi Arugatame,DS,2008,Role-Playing,Sega,0,0,0.05,0,0.05 +13018,TNA iMPACT: Cross the Line,PSP,2010,Fighting,SouthPeak Games,0.05,0,0,0,0.05 +13019,SpongeBob: HeroPants,PSV,2015,Platform,Activision,0.03,0.01,0,0.01,0.05 +13020,Lagoon,SNES,1991,Role-Playing,Kemco,0,0,0.05,0,0.05 +13021,Nanostray 2,DS,2008,Shooter,Codemasters,0.03,0.01,0,0,0.05 +13022,Project Setsuna,PSV,2016,Role-Playing,Square Enix,0,0,0.05,0,0.05 +13023,Microsoft Flight Simulator X Acceleration Expansion Pack,PC,2007,Simulation,Microsoft Game Studios,0,0.04,0,0.01,0.05 +13024,Trick x Logic: Season 1,PSP,2010,Adventure,Sony Computer Entertainment,0,0,0.05,0,0.05 +13025,Mortal Kombat X,PC,2015,Fighting,Warner Bros. Interactive Entertainment,0.01,0.04,0,0,0.05 +13026,Mawashite Tsunageru Touch Panic,DS,2006,Puzzle,Nintendo,0,0,0.05,0,0.05 +13027,Luminous Arc Infinity,PSV,2015,Action,Marvel Entertainment,0,0,0.05,0,0.05 +13028,Monster! Bass Fishing,GBA,2003,Sports,Ignition Entertainment,0.04,0.01,0,0,0.05 +13029,Sigma Star Saga,GBA,2005,Role-Playing,Atari,0.04,0.01,0,0,0.05 +13030,Winning Post 7 2010,PSP,2010,Sports,Tecmo Koei,0,0,0.05,0,0.05 +13031,Assetto Corsa,PS4,2016,Racing,505 Games,0,0.04,0,0.01,0.05 +13032,Batman: Gotham City Racer,PS,2001,Racing,Ubisoft,0.03,0.02,0,0,0.05 +13033,Sengoku Basara X,PS2,2008,Fighting,Capcom,0,0,0.05,0,0.05 +13034,Plants vs. Zombies,PC,2009,Strategy,PopCap Games,0,0.04,0,0.01,0.05 +13035,Top Spin 2,DS,2006,Sports,Take-Two Interactive,0.05,0,0,0,0.05 +13036,Doraemon: Nobita no Kyouryuu 2006 DS,DS,2006,Role-Playing,Sega,0,0,0.05,0,0.05 +13037,Ontamarama,DS,2007,Action,Atlus,0.05,0,0,0,0.05 +13038,Hakuoki: Stories of the Shinsengumi,PS3,2010,Adventure,Idea Factory,0.02,0,0.03,0,0.05 +13039,DokiDoki Majo Shinpan!,DS,2007,Adventure,SNK Playmore,0,0,0.05,0,0.05 +13040,Star Wars: Republic Commando,PC,2005,Shooter,LucasArts,0,0.04,0,0.01,0.05 +13041,Starry ? Sky: In Spring,PSP,2010,Misc,Asgard,0,0,0.05,0,0.05 +13042,FIFA Soccer 2004,GBA,2003,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +13043,Armored Core: Formula Front Extreme Battle,PSP,2004,Simulation,505 Games,0.05,0,0,0,0.05 +13044,Downforce,PS2,2002,Racing,Avalon Interactive,0.03,0.02,0,0.01,0.05 +13045,Bejeweled Twist,PC,2008,Puzzle,PopCap Games,0.01,0.04,0,0.01,0.05 +13046,Street Fighter V,PC,2016,Fighting,Capcom,0,0.05,0,0,0.05 +13047,Little Busters! Converted Edition,PS2,2009,Adventure,Prototype,0,0,0.05,0,0.05 +13048,Enemy Front,X360,2014,Shooter,Namco Bandai Games,0.02,0.03,0,0,0.05 +13049,Dream Salon,Wii,2009,Misc,Zoo Games,0.05,0,0,0,0.05 +13050,Disney's Party,GC,2002,Misc,Electronic Arts,0.04,0.01,0,0,0.05 +13051,Tennis no Oji-Sama: 2005 Crystal Drive,DS,2004,Sports,Konami Digital Entertainment,0,0,0.05,0,0.05 +13052,Sherlock Holmes: Crimes & Punishments,PC,2014,Adventure,Focus Home Interactive,0,0.05,0,0,0.05 +13053,Jenga World Tour,Wii,2007,Misc,Atari,0.05,0,0,0,0.05 +13054,Summon Night X: Tears Crown,DS,2009,Role-Playing,Namco Bandai Games,0,0,0.05,0,0.05 +13055,Secret Files: Tunguska,DS,2008,Adventure,Deep Silver,0.04,0.01,0,0,0.05 +13056,Taiho Shichauzo!,PS,2001,Adventure,Pioneer LDC,0,0,0.05,0,0.05 +13057,Battle vs. Chess,PS3,N/A,Misc,TopWare Interactive,0,0.04,0,0.01,0.05 +13058,Phantom Crash,XB,2002,Simulation,Phantagram,0.03,0.01,0.01,0,0.05 +13059,Men of War: Assault Squad,PC,2011,Strategy,1C Company,0.01,0.03,0,0.01,0.05 +13060,Fishdom,DS,2011,Puzzle,Atari,0.05,0,0,0,0.05 +13061,Yanya Caballista: City Skater,PS2,2001,Sports,Tecmo Koei,0.02,0.02,0,0.01,0.05 +13062,Expendable,PS,1999,Action,Infogrames,0.03,0.02,0,0,0.05 +13063,Imagine: Artist,DS,2009,Misc,Ubisoft,0.05,0,0,0,0.05 +13064,Pet Pals: New Leash on Life,DS,2010,Simulation,Destineer,0.05,0,0,0,0.05 +13065,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,DS,2005,Adventure,Activision,0.05,0,0,0,0.05 +13066,The Idolmaster: Gravure For You! Vol. 2,PS3,2011,Misc,Namco Bandai Games,0,0,0.05,0,0.05 +13067,Arthur! Ready to Race,PS,2000,Racing,The Learning Company,0.03,0.02,0,0,0.05 +13068,Thunder Force V: Perfect System,PS,1998,Shooter,TechnoSoft,0.03,0.02,0,0,0.05 +13069,The Typing of the Dead,DC,2000,Shooter,Sega,0,0,0.05,0,0.05 +13070,The Idolm@ster: Dearly Stars,DS,2009,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13071,Kids Learn Music A+ Edition,DS,2011,Misc,Unknown,0.05,0,0,0,0.05 +13072,Child of Light,PS4,2014,Role-Playing,Ubisoft,0,0.01,0.04,0,0.05 +13073,Over the Hedge: Hammy Goes Nuts!,PSP,2006,Platform,Activision,0.05,0,0,0,0.05 +13074,Kart Racer,Wii,2009,Racing,Nordic Games,0.03,0.01,0,0,0.05 +13075,Bakemonogatari Portable,PSP,2012,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13076,Sam & Max: Beyond Time and Space,Wii,2010,Adventure,Atari,0.05,0,0,0,0.05 +13077,To Heart 2: Dungeon Travelers,PSV,2015,Adventure,Aqua Plus,0,0,0.05,0,0.05 +13078,Tabi no Yubisashi Kaiwachou DS: DS Series 2 Chuugoku,DS,2006,Misc,Nintendo,0,0,0.05,0,0.05 +13079,Shrek Super Party,GC,2003,Misc,TDK Mediactive,0.04,0.01,0,0,0.05 +13080,Monster 4x4: Masters of Metal,GC,2003,Racing,Ubisoft,0.04,0.01,0,0,0.05 +13081,Bakusou Kyoudai Let's & Go!! Eternal Wings,PS,1998,Racing,Jaleco,0,0,0.05,0,0.05 +13082,Caligula,PSV,2016,Role-Playing,FuRyu,0,0,0.05,0,0.05 +13083,Steins;Gate 0,PSV,2015,Adventure,PQube,0,0,0.05,0,0.05 +13084,Keroro Gunsou: Enshuu da Yo! Zenin Shuugou Part 2,DS,2007,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13085,NHL Blades of Steel '99,N64,1999,Sports,Konami Digital Entertainment,0.05,0,0,0,0.05 +13086,Lips: Deutsche Partyknaller,X360,2009,Misc,Microsoft Game Studios,0,0.04,0,0.01,0.05 +13087,Apassionata: Die Galanacht der Pferde,DS,2009,Simulation,RTL,0,0.04,0,0.01,0.05 +13088,Dungeon Raiders,DS,2009,Role-Playing,Focus Home Interactive,0.05,0,0,0,0.05 +13089,Second Sight,GC,2004,Adventure,Codemasters,0.04,0.01,0,0,0.05 +13090,Philosoma,PS,1995,Shooter,Sony Computer Entertainment,0.03,0.02,0,0,0.05 +13091,Virtua Fighter CG Portrait Series Vol.5: Wolf Hawkfield,SAT,1995,Misc,Sega,0,0,0.05,0,0.05 +13092,Puyo Pop,GBA,2001,Puzzle,Sega,0.04,0.01,0,0,0.05 +13093,Marriage Royale: Prism Story,PSP,2010,Adventure,ASCII Media Works,0,0,0.05,0,0.05 +13094,Super Heroine Chronicle,PSV,2014,Role-Playing,Namco Bandai Games,0,0,0.05,0,0.05 +13095,Kamiwaza,PS2,2006,Action,Acquire,0,0,0.05,0,0.05 +13096,Rave Master,GC,2002,Fighting,Konami Digital Entertainment,0,0,0.05,0,0.05 +13097,The Technomancer,PS4,2016,Role-Playing,Focus Home Interactive,0.01,0.03,0,0.01,0.05 +13098,Ben 10 Galactic Racing,PSV,2012,Racing,D3Publisher,0.02,0.02,0,0.01,0.05 +13099,Kinnikuman Muscle Grand Prix Max,PS2,2006,Fighting,Konami Digital Entertainment,0,0,0.05,0,0.05 +13100,Hotel for Dogs,Wii,2009,Simulation,505 Games,0.04,0,0,0,0.05 +13101,Suzuki Super-Bikes II: Riding Challenge,DS,2008,Racing,Valcon Games,0.05,0,0,0,0.05 +13102,Mirror's Edge Catalyst,PC,2016,Platform,Electronic Arts,0.01,0.03,0,0.01,0.05 +13103,Jim Henson's Muppets in Spy Muppets: License to Croak,GBA,2003,Action,TDK Mediactive,0.04,0.01,0,0,0.05 +13104,Medal of Honor: European Assault (weekly JP sales),PS2,2005,Shooter,Electronic Arts,0,0,0.05,0,0.05 +13105,LEGO The Hobbit,PC,2014,Action,Warner Bros. Interactive Entertainment,0,0.04,0,0.01,0.05 +13106,Alias,XB,2004,Action,Acclaim Entertainment,0.04,0.01,0,0,0.05 +13107,Super Robot Taisen Neo,Wii,2009,Strategy,Namco Bandai Games,0,0,0.05,0,0.05 +13108,PAC-MAN and the Ghostly Adventures,WiiU,2013,Platform,Namco Bandai Games,0.04,0.01,0,0,0.05 +13109,ESPN International Winter Sports 2002,GC,2002,Sports,Konami Digital Entertainment,0.04,0.01,0,0,0.05 +13110,Winter Sports 2011,PS3,2011,Sports,DTP Entertainment,0,0.04,0,0.01,0.05 +13111,OutRun 2006: Coast 2 Coast,PS2,2006,Racing,Sega,0.02,0.01,0.01,0,0.05 +13112,Blues Brothers 2000,N64,2000,Platform,Virgin Interactive,0.04,0.01,0,0,0.05 +13113,Metal Max 2 Reloaded,DS,2011,Role-Playing,Unknown,0,0,0.05,0,0.05 +13114,All Star Tennis 99,N64,1999,Sports,Ubisoft,0.04,0.01,0,0,0.05 +13115,Hercules: The Legendary Journeys,N64,2000,Role-Playing,Titus,0.04,0.01,0,0,0.05 +13116,Dual Heroes,N64,1997,Fighting,Hudson Soft,0.04,0.01,0,0,0.05 +13117,Fighter Destiny 2,N64,1999,Fighting,Imagineer,0.04,0.01,0,0,0.05 +13118,Chameleon Twist 2,N64,1998,Platform,Infogrames,0.04,0.01,0,0,0.05 +13119,Nounai Aeshe: IQ Suppli DS 2 - Sukkiri King Ketteisen,DS,2007,Misc,Spike,0,0,0.05,0,0.05 +13120,PachiPara 14: Fuu to Kumo to Super Umi in Okinawa,PS2,2007,Misc,Irem Software Engineering,0,0,0.05,0,0.05 +13121,Winning Post World,PS3,2009,Sports,Tecmo Koei,0,0,0.05,0,0.05 +13122,Arx Fatalis,XB,2003,Role-Playing,Mindscape,0.04,0.01,0,0,0.05 +13123,Slam Dunk SD Heat Up!!,SNES,1995,Sports,Namco Bandai Games,0,0,0.05,0,0.05 +13124,My Body Coach,Wii,2009,Sports,Big Ben Interactive,0,0.04,0,0.01,0.05 +13125,Steins;Gate 0,PS4,2015,Adventure,PQube,0,0,0.05,0,0.05 +13126,Adventure Time: Finn & Jake Investigations,XOne,2015,Action,Little Orbit,0.02,0.02,0,0,0.05 +13127,Dead in the Water,PS,1999,Action,ASC Games,0.03,0.02,0,0,0.05 +13128,Winning Post 7 2013,PS3,2013,Sports,Tecmo Koei,0,0,0.05,0,0.05 +13129,DiRT 2,PC,2009,Racing,Codemasters,0,0.04,0,0.01,0.05 +13130,Detective Conan: Prelude from the Past,DS,2012,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13131,Dr. Seuss: Green Eggs and Ham,GBA,2003,Action,NewKidCo,0.04,0.01,0,0,0.05 +13132,Sea Monsters: A Prehistoric Adventure,Wii,2007,Adventure,Zushi Games,0.04,0,0,0,0.05 +13133,Atelier Rorona: Alchemist of Arland,PSV,2013,Role-Playing,Nippon Ichi Software,0,0,0.05,0,0.05 +13134,Guilty Gear Dust Strikers,DS,2006,Fighting,Majesco Entertainment,0.05,0,0,0,0.05 +13135,Dark Summit,GC,2002,Sports,THQ,0.04,0.01,0,0,0.05 +13136,Singularity,PC,2010,Shooter,Mastertronic,0,0.04,0,0.01,0.05 +13137,Odoru Daisousasen The Game: Sensuikan ni Sennyuu Seyo!,DS,2010,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13138,George of the Jungle and the Search for the Secret,DS,2008,Platform,Ignition Entertainment,0.05,0,0,0,0.05 +13139,Turbo Turtle Adventure,GBA,2002,Puzzle,Majesco Entertainment,0.04,0.01,0,0,0.05 +13140,Sengoku Basara 4: Sumeragi,PS4,2015,Action,Capcom,0,0,0.05,0,0.05 +13141,"Warhammer 40,000: Dawn of War",PC,2004,Strategy,THQ,0.01,0.03,0,0.01,0.05 +13142,Shinseiki Evangelion 2: Tsukurareshi Sekai - Another Cases,PSP,2006,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13143,Hisshou 777 Fighter: Pachi Slot Eiyu Densetsu,SNES,1994,Misc,Vap,0,0,0.05,0,0.05 +13144,Corpse Party: Blood Covered - Repeated Fear,PSP,2010,Adventure,5pb,0,0,0.05,0,0.05 +13145,The Lost Treasures of Alexandria,DS,2011,Puzzle,Unknown,0,0.04,0,0.01,0.05 +13146,Chronicles of the Sword,PS,1996,Adventure,Psygnosis,0.03,0.02,0,0,0.05 +13147,Hail to the Chimp,PS3,2008,Misc,Gamecock,0.05,0,0,0,0.05 +13148,The Lost Vikings,GBA,2003,Puzzle,Activision,0.04,0.01,0,0,0.05 +13149,Keiba Eight Special,SNES,1993,Sports,Misawa,0,0,0.05,0,0.05 +13150,Yaiba: Ninja Gaiden Z,X360,2014,Action,Tecmo Koei,0.03,0.02,0,0,0.05 +13151,Harukanaru Toki no Naka de 3,PS2,2004,Adventure,Tecmo Koei,0,0,0.05,0,0.05 +13152,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,GC,2005,Platform,Global Star,0.04,0.01,0,0,0.05 +13153,Need for Speed Carbon,PC,2006,Racing,Electronic Arts,0,0.04,0,0.01,0.05 +13154,Reel Fishing: The Great Outdoors,PSP,2006,Sports,Natsume,0.05,0,0,0,0.05 +13155,Assassin's Creed: Altair's Chronicles,DS,2008,Platform,Ubisoft,0.03,0.01,0,0,0.05 +13156,Pirates vs Ninja Dodgeball,Wii,2009,Sports,SouthPeak Games,0.05,0,0,0,0.05 +13157,Guild 01,3DS,2012,Action,Level 5,0,0,0.05,0,0.05 +13158,The History Channel: Great Battles - Medieval,PS3,N/A,Strategy,Slitherine Software,0,0.04,0,0.01,0.05 +13159,Nike+ Kinect Training,X360,2012,Sports,Microsoft Game Studios,0.02,0.02,0,0,0.05 +13160,Durarara!! 3-way Standoff,PSP,2010,Adventure,ASCII Media Works,0,0,0.05,0,0.05 +13161,Ty the Tasmanian Tiger 3: Night of the Quinkan,GBA,2005,Action,Zoo Digital Publishing,0.04,0.01,0,0,0.05 +13162,Cartoon Network Racing,DS,2006,Action,Game Factory,0.04,0,0,0,0.05 +13163,Tokimeki Memorial Girl's Side 2nd Kiss,PS2,2006,Adventure,Konami Digital Entertainment,0,0,0.05,0,0.05 +13164,Fushigi no Dungeon: Fuurai no Shiren 3 Portable,PSP,2010,Role-Playing,Spike,0,0,0.05,0,0.05 +13165,Active Life: Magical Carnival,Wii,2011,Misc,Namco Bandai Games,0.04,0.01,0,0,0.05 +13166,Hokuto no Ken,PS2,2007,Fighting,Sega,0,0,0.05,0,0.05 +13167,Yu-Gi-Oh! GX: Spirit Caller (Japan Sales),DS,2006,Misc,Konami Digital Entertainment,0,0,0.05,0,0.05 +13168,Stretch Panic,PS2,2001,Platform,Midas Interactive Entertainment,0.02,0.02,0,0.01,0.05 +13169,Empire Earth,PC,2001,Strategy,Vivendi Games,0,0.04,0,0.01,0.05 +13170,Chousoku Henkei Gyrozetter: Albatross no Tsubasa,3DS,2013,Role-Playing,Square Enix,0,0,0.05,0,0.05 +13171,Baku Baku,SAT,1995,Puzzle,Sega,0,0,0.05,0,0.05 +13172,Pro Cycling Manager 2016,PS4,2016,Sports,Focus Home Interactive,0,0.04,0,0.01,0.05 +13173,SD Gundam: Over Galaxian,PS,1996,Shooter,Namco Bandai Games,0,0,0.05,0,0.05 +13174,Rogue Ops,GC,2003,Action,Kemco,0.04,0.01,0,0,0.05 +13175,Smart Kid's Party Fun Pak,DS,2008,Misc,UFO Interactive,0.05,0,0,0,0.05 +13176,MXGP 2,XOne,2016,Racing,Milestone S.r.l.,0.02,0.02,0,0,0.05 +13177,Virtua Tennis 3,X360,2007,Sports,Sega,0.03,0.02,0,0,0.05 +13178,BeatMania IIDX 3rd Style,PS2,2000,Simulation,Konami Digital Entertainment,0,0,0.05,0,0.05 +13179,Yu-Gi-Oh! World Championship 2007,DS,2007,Strategy,Konami Digital Entertainment,0,0.01,0.04,0,0.05 +13180,Hummer Badlands,PS2,2006,Racing,Global Star,0.02,0.02,0,0.01,0.05 +13181,Freelancer,PC,2003,Simulation,Microsoft Game Studios,0.02,0.02,0,0.01,0.05 +13182,Woody Woodpecker: Escape from Buzz Buzzard Park,PS2,2001,Platform,DreamCatcher Interactive,0.02,0.02,0,0.01,0.05 +13183,Operation Flashpoint: Dragon Rising,PC,2009,Shooter,Codemasters,0.01,0.03,0,0.01,0.05 +13184,"Lupin III: Lupin ni wa Shi o, Zenigata ni wa Koi o",PS2,2007,Adventure,505 Games,0,0,0.05,0,0.05 +13185,Furu Furu Park,Wii,2007,Misc,Taito,0.05,0,0,0,0.05 +13186,Monster Band,DS,2008,Misc,Tivola,0.04,0,0,0,0.05 +13187,Alter Echo,XB,2003,Shooter,THQ,0.04,0.01,0,0,0.05 +13188,BeatMania IIDX 4th Style: New Songs Collection,PS2,2001,Simulation,Konami Digital Entertainment,0,0,0.05,0,0.05 +13189,Fushigi? Kagaku: Nazotoki Quiz Training - NazoTore,DS,2008,Misc,Benesse,0,0,0.05,0,0.05 +13190,G1 Grand Prix,3DS,2012,Action,Genki,0,0,0.05,0,0.05 +13191,LEGO Indiana Jones 2: The Adventure Continues,PC,2009,Action,Activision,0.02,0.03,0,0.01,0.05 +13192,QUIZ PARTY,Wii,2012,Misc,Nintendo,0,0.05,0,0,0.05 +13193,MTX Mototrax,PSP,2006,Racing,Activision,0.04,0,0,0,0.05 +13194,Around the World in 80 Days,GBA,2004,Action,Hip Interactive,0.03,0.01,0,0,0.05 +13195,Houkago Shounen,DS,2008,Misc,Konami Digital Entertainment,0,0,0.05,0,0.05 +13196,The Grim Adventures of Billy & Mandy,Wii,2006,Action,Midway Games,0.04,0,0,0,0.05 +13197,Classic Dungeon X2,PSP,2011,Role-Playing,Nippon Ichi Software,0,0,0.05,0,0.05 +13198,Whirl Tour,GC,2002,Sports,Vivendi Games,0.04,0.01,0,0,0.05 +13199,Sesame Street: Cookie's Counting Carnival,PC,2010,Misc,Warner Bros. Interactive Entertainment,0.05,0,0,0,0.05 +13200,Pinball Tycoon,GBA,2002,Misc,Ignition Entertainment,0.03,0.01,0,0,0.05 +13201,Major League Baseball 2K11,PS2,2011,Sports,Take-Two Interactive,0.02,0.02,0,0.01,0.05 +13202,Cartoon Network Block Party,GBA,2004,Misc,Majesco Entertainment,0.03,0.01,0,0,0.05 +13203,Power Spike Pro Beach Volleyball,PS,2000,Sports,Infogrames,0.03,0.02,0,0,0.05 +13204,White Album: Tsuzurareru Fuyu no Omoide,PS3,2010,Adventure,Aqua Plus,0,0,0.05,0,0.05 +13205,Harukanaru Toki no Naka de: Yumenoukihashi,DS,2008,Adventure,Tecmo Koei,0,0,0.05,0,0.05 +13206,Shinseiki Evangelion- Eva: Yukai na Nakama Tachi,PS,1998,Misc,Gainax Network Systems,0,0,0.05,0,0.05 +13207,SD Gundam: Scad Hammers,Wii,2006,Strategy,Namco Bandai Games,0,0,0.05,0,0.05 +13208,Spitfire Heroes: Tales of the Royal Air Force,DS,2008,Simulation,Destineer,0.05,0,0,0,0.05 +13209,Super Bust-A-Move,GBA,2001,Puzzle,Ubisoft,0.03,0.01,0,0,0.05 +13210,TNA iMPACT: Cross the Line,DS,2010,Fighting,SouthPeak Games,0.05,0,0,0,0.05 +13211,Adventure Time: Explore the Dungeon Because I Don't Know!,PS3,2013,Action,D3Publisher,0.02,0.02,0,0.01,0.05 +13212,ZooCube,GBA,2002,Puzzle,Acclaim Entertainment,0.03,0.01,0,0,0.05 +13213,Stunt GP,PS2,2001,Racing,Titus,0.02,0.02,0,0.01,0.05 +13214,Wicked Monster Blast!,Wii,2011,Shooter,PQube,0.04,0,0,0,0.05 +13215,NBA 2K,DC,1999,Sports,Sega,0,0,0.05,0,0.05 +13216,D.Gray-man: Kami no Shitotachi,DS,2007,Adventure,Konami Digital Entertainment,0,0,0.05,0,0.05 +13217,Bladestorm: Nightmare,XOne,2015,Action,Tecmo Koei,0.03,0.02,0,0,0.05 +13218,Strikers 1945,SAT,1996,Shooter,Atlus,0,0,0.05,0,0.05 +13219,World Series of Poker,GC,2005,Misc,Activision Value,0.04,0.01,0,0,0.05 +13220,Jikkyou Oshaberi Parodius,SNES,1995,Shooter,Konami Digital Entertainment,0,0,0.05,0,0.05 +13221,Super Jinsei Game 2,SNES,1995,Misc,Takara,0,0,0.05,0,0.05 +13222,Winter Sports 3: The Great Tournament,Wii,2010,Sports,Tradewest,0.02,0.02,0,0,0.05 +13223,J-League Winning Eleven 2010: Club Championship,PS2,2010,Sports,Konami Digital Entertainment,0,0,0.05,0,0.05 +13224,Johnny Bazookatone,PS,1995,Platform,U.S. Gold,0.03,0.02,0,0,0.05 +13225,Beastly Frantic Foto,DS,2011,Puzzle,Storm City Games,0.04,0,0,0,0.05 +13226,Neverland Card Battles,PSP,2008,Role-Playing,Idea Factory,0.04,0,0,0.01,0.05 +13227,Need for Speed Underground,PC,2003,Racing,Electronic Arts,0,0.04,0,0.01,0.05 +13228,Downtown no Gaki no Tsukai Yaarahen de!! Zettai ni Tsukamatte Haikenai Gasu Kurobikari Land,3DS,2015,Action,Alchemist,0,0,0.05,0,0.05 +13229,Reign of Fire,GBA,2002,Shooter,BAM! Entertainment,0.03,0.01,0,0,0.05 +13230,Worms Reloaded,PC,2010,Strategy,Team17 Software,0,0.04,0,0.01,0.05 +13231,StarCraft,PC,1998,Strategy,Activision,0,0.04,0,0.01,0.05 +13232,Koihime Musou,PS2,2008,Adventure,Yeti,0,0,0.05,0,0.05 +13233,Nicktoons: Attack of the Toybots,DS,2007,Platform,THQ,0.04,0,0,0,0.05 +13234,NBA 2K17,PS3,2016,Sports,Take-Two Interactive,0.03,0.01,0,0.01,0.05 +13235,Blazing Souls: Accelate,PSP,2009,Role-Playing,Idea Factory,0.04,0,0.01,0,0.05 +13236,Ms Saga: A New Dawn,PS2,2005,Role-Playing,Namco Bandai Games,0.02,0.02,0,0.01,0.05 +13237,Kekkon Zenya,SAT,1995,Adventure,Shogakukan,0,0,0.05,0,0.05 +13238,Finny the Fish & the Seven Waters,PS2,2004,Sports,Sony Computer Entertainment,0.02,0.02,0,0.01,0.05 +13239,Barnyard,GBA,2006,Action,THQ,0.03,0.01,0,0,0.05 +13240,Next Generation of Chaos,PS2,2002,Role-Playing,Idea Factory,0,0,0.05,0,0.05 +13241,Katekyoo Hitman Reborn! DS: Bongole Shiki Taisen Battle Sugoroku,DS,2008,Misc,Takara Tomy,0,0,0.05,0,0.05 +13242,GrimGrimoire,PS2,2007,Strategy,Tecmo Koei,0.01,0.01,0.03,0,0.05 +13243,J-League '96 Dream Stadium,SNES,1996,Sports,Hudson Soft,0,0,0.05,0,0.05 +13244,Capcom vs. SNK: Millennium Fight 2000 Pro,DC,2001,Fighting,Capcom,0,0,0.05,0,0.05 +13245,Golden Axe: The Duel,SAT,1994,Fighting,Sega,0,0,0.05,0,0.05 +13246,Crime Life: Gang Wars,XB,2005,Action,Konami Digital Entertainment,0.04,0.01,0,0,0.05 +13247,Tokimeki Memorial: Girls Side 1st Love,DS,2007,Adventure,Konami Digital Entertainment,0,0,0.05,0,0.05 +13248,Putty Squad,PSV,2013,Platform,System 3,0.02,0.02,0,0.01,0.05 +13249,Rugby 2005,XB,2005,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +13250,Rock 'N Roll Racing,GBA,2003,Racing,Activision,0.03,0.01,0,0,0.05 +13251,Taito Legends,XB,2005,Misc,Empire Interactive,0.04,0.01,0,0,0.05 +13252,Far Cry,PC,2004,Shooter,Ubisoft,0,0.04,0,0.01,0.05 +13253,Silhouette Mirage,PS,1998,Platform,ESP,0.03,0.02,0,0,0.05 +13254,Dynasty Warriors Vol. 2,PSP,2006,Action,Tecmo Koei,0.04,0,0,0,0.05 +13255,Treasure Report: Kikai Jikake no Isan,DS,2011,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13256,Growlanser VI: Precarious World,PS2,2007,Role-Playing,Atlus,0,0,0.05,0,0.05 +13257,Block Kuzushi,SNES,1995,Puzzle,Pow,0,0,0.05,0,0.05 +13258,Boing! Docomodake DS,DS,2007,Puzzle,Ignition Entertainment,0.04,0,0,0,0.05 +13259,American Bass Challenge,GBA,2001,Sports,Starfish,0.03,0.01,0,0,0.05 +13260,American Chopper 2: Full Throttle,GC,2005,Racing,Activision,0.04,0.01,0,0,0.05 +13261,Secret Service,X360,2008,Action,Activision Value,0.04,0,0,0,0.05 +13262,Sword Art Online: Game Director's Edition,PS4,2015,Role-Playing,Namco Bandai Games,0,0,0.05,0,0.05 +13263,Ultimate Ghosts 'n Goblins (JP sales),PSP,2006,Platform,Capcom,0,0,0.05,0,0.05 +13264,Rugby 06,PS2,2006,Sports,Electronic Arts,0.02,0.02,0,0.01,0.05 +13265,Fatal Frame II: Crimson Butterfly Director's Cut,XB,2004,Action,Microsoft Game Studios,0.04,0.01,0,0,0.05 +13266,Deadliest Catch: Alaskan Storm,X360,2008,Sports,Navarre Corp,0.04,0,0,0,0.05 +13267,2002 FIFA World Cup,GC,2002,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +13268,Colin McRae Rally 2005,XB,2004,Racing,Codemasters,0.04,0.01,0,0,0.05 +13269,Kamen Rider: Battride War Genesis,PSV,2016,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13270,Venus & Braves: Majo to Megami to Horobi no Yogen,PSP,2011,Role-Playing,Namco Bandai Games,0,0,0.05,0,0.05 +13271,Ship Simulator Extremes,PC,2010,Simulation,Paradox Interactive,0,0.04,0,0.01,0.05 +13272,Zoop,PS,1995,Puzzle,MediaQuest,0.03,0.02,0,0,0.05 +13273,Powerful Golf,DS,2011,Sports,Konami Digital Entertainment,0,0,0.05,0,0.05 +13274,Saiyuki: Journey West,PS,1999,Strategy,Tecmo Koei,0.03,0.02,0,0,0.05 +13275,Detective Conan: Marionette Symphony,3DS,2013,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13276,FIFA Soccer 10,PC,2009,Sports,Electronic Arts,0,0.04,0,0.01,0.05 +13277,Amnesia Crowd,PSP,2013,Misc,Idea Factory,0,0,0.05,0,0.05 +13278,American Chopper 2: Full Throttle,XB,2005,Racing,Zoo Digital Publishing,0.04,0.01,0,0,0.05 +13279,Pachitte Chonmage Tatsujin 15: Pachinko Fuyu no Sonata 2,PS2,2008,Misc,Hackberry,0,0,0.05,0,0.05 +13280,Monster Hunter Frontier Online,PS3,N/A,Role-Playing,N/A,0,0,0.05,0,0.05 +13281,Ribbit King,GC,2003,Sports,Atari,0.04,0.01,0,0,0.05 +13282,VR Soccer '96,PS,1996,Sports,Gremlin Interactive Ltd,0.03,0.02,0,0,0.05 +13283,Smash Court Tennis 3,PSP,2007,Sports,Namco Bandai Games,0.01,0.01,0.01,0.01,0.05 +13284,Diabolik Lovers,PSP,2012,Adventure,Idea Factory,0,0,0.05,0,0.05 +13285,Shugo Chara! 3-tsu no Tamagoto Koisuru Joker,DS,2008,Action,Konami Digital Entertainment,0,0,0.05,0,0.05 +13286,Summoner: A Goddess Reborn,GC,2003,Role-Playing,THQ,0.04,0.01,0,0,0.05 +13287,Saints Row: Gat out of Hell,PS4,2015,Action,Deep Silver,0,0.04,0,0.01,0.05 +13288,Rock of the Dead,PS3,2010,Shooter,Conspiracy Entertainment,0.04,0,0,0,0.05 +13289,The Sims,PC,2000,Simulation,Electronic Arts,0.01,0.03,0,0.01,0.05 +13290,Wasteland 2,XOne,2015,Role-Playing,Deep Silver,0.04,0.01,0,0,0.05 +13291,Cesar Millan's Dog Whisperer,DS,2008,Simulation,Ubisoft,0.04,0,0,0,0.05 +13292,E.X. Troopers,PS3,2012,Shooter,Capcom,0,0,0.05,0,0.05 +13293,Kiniro no Corda 2 Encore,PS2,2007,Role-Playing,Tecmo Koei,0,0,0.05,0,0.05 +13294,Jewel Quest Mysteries,DS,2009,Puzzle,Astragon,0.03,0.01,0,0,0.05 +13295,Moon,DS,2009,Adventure,Mastiff,0.04,0,0,0,0.05 +13296,M&M's Adventure,DS,2008,Adventure,Zoo Digital Publishing,0.04,0,0,0,0.05 +13297,ESPN Great Outdoor Games Bass 2002,GBA,2001,Sports,Konami Digital Entertainment,0.03,0.01,0,0,0.05 +13298,Soul Eater: Plot of Medusa,DS,2008,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13299,Payday 2,PC,2013,Shooter,505 Games,0.04,0,0,0,0.05 +13300,Grand Ages: Medieval,PC,2015,Strategy,Kalypso Media,0,0.04,0,0,0.05 +13301,Handball 16,PS3,2015,Sports,Bigben Interactive,0,0.04,0,0.01,0.05 +13302,Gummy Bears Mini Golf,DS,2010,Sports,Storm City Games,0.04,0,0,0,0.05 +13303,Company of Heroes,PC,2006,Strategy,THQ,0,0.04,0,0.01,0.05 +13304,Rock Band Country Track Pack 2,X360,2011,Misc,MTV Games,0.04,0,0,0,0.05 +13305,Color Cross,DS,2008,Misc,Rising Star Games,0.04,0,0,0,0.05 +13306,Gaist Crusher,3DS,2013,Action,Capcom,0,0,0.05,0,0.05 +13307,Punch King,GBA,2002,Fighting,Acclaim Entertainment,0.03,0.01,0,0,0.05 +13308,Silent Hunter: Wolves of the Pacific,PC,2007,Simulation,Ubisoft,0,0.04,0,0.01,0.05 +13309,World Championship Pool 2004,PS2,2004,Sports,Jaleco,0.02,0.02,0,0.01,0.05 +13310,V-Rally 3,GBA,2002,Racing,Atari,0.03,0.01,0,0,0.05 +13311,The Dark Spire,DS,2008,Role-Playing,Success,0.04,0,0,0,0.05 +13312,Kakuto Chojin,XB,2002,Fighting,Microsoft Game Studios,0.04,0.01,0,0,0.05 +13313,Beyond Oasis,GEN,1993,Role-Playing,Sega,0,0,0.05,0,0.05 +13314,Forza Motorsport 3: Ultimate Edition,X360,2010,Racing,Microsoft Game Studios,0,0.04,0,0.01,0.05 +13315,Robotech: Invasion,XB,2004,Shooter,Global Star,0.04,0.01,0,0,0.05 +13316,Wii de Asobu Chibi-Robo!,Wii,2009,Adventure,Nintendo,0,0,0.05,0,0.05 +13317,Romance of the Three Kingdoms VI: Awakening of the Dragon,PS,1998,Strategy,Tecmo Koei,0.03,0.02,0,0,0.05 +13318,To Heart 2 DX Plus,PS3,2011,Adventure,Aqua Plus,0,0,0.05,0,0.05 +13319,Star Driver: Kagayaki no Takuto - Ginga Bishounen Densetsu,PSP,2011,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13320,Naruto: Uzumaki Chronicles 2 (JP sales),PS2,2006,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13321,Frogger: Ancient Shadow,GC,2005,Platform,Konami Digital Entertainment,0.04,0.01,0,0,0.05 +13322,Snoopy vs the Red Baron,PSP,2006,Adventure,Namco Bandai Games,0.04,0,0,0,0.05 +13323,Jonah Lomu Rugby Challenge,PC,2011,Sports,Home Entertainment Suppliers,0,0.04,0,0.01,0.05 +13324,Pet Vet: Down Under,DS,2009,Simulation,Deep Silver,0.04,0,0,0,0.05 +13325,World Series of Poker: Tournament of Champions 2007 Edition,Wii,2006,Misc,Activision,0.04,0,0,0,0.05 +13326,National Geographic Challenge!,PS3,2011,Misc,Black Bean Games,0.01,0.03,0,0.01,0.05 +13327,Raze's Hell,XB,2005,Shooter,Majesco Entertainment,0.04,0.01,0,0,0.05 +13328,Rain (2013),PS3,2013,Adventure,Sony Computer Entertainment,0,0,0.05,0,0.05 +13329,Billy the Wizard: Rocket Broomstick Racing,Wii,2007,Racing,Metro 3D,0.04,0,0,0,0.05 +13330,Pool Party,Wii,2007,Sports,SouthPeak Games,0.04,0,0,0,0.05 +13331,Microsoft Train Simulator,PC,2001,Simulation,Microsoft Game Studios,0,0.04,0,0.01,0.05 +13332,Shin Megami Tensei NINE,XB,2002,Role-Playing,Atlus,0,0,0.05,0,0.05 +13333,Magic Carpet,PS,1995,Shooter,Electronic Arts,0.03,0.02,0,0,0.05 +13334,Hoshigami: Ruining Blue Earth,PS,2001,Role-Playing,Max Five,0.03,0.02,0,0,0.05 +13335,GunPey DS,DS,2006,Puzzle,Atari,0.04,0,0,0,0.05 +13336,Cabela's African Safari,PSP,2006,Sports,Activision Value,0.04,0,0,0,0.05 +13337,Wing Island,Wii,2006,Simulation,Konami Digital Entertainment,0.03,0.01,0.01,0,0.05 +13338,Utawarerumono: Itsuwari no Kamen,PS3,2015,Adventure,Aqua Plus,0,0,0.05,0,0.05 +13339,Clever Kids: Creepy Crawlies,DS,2009,Action,Midas Interactive Entertainment,0,0.04,0,0,0.05 +13340,Supreme Commander,PC,2007,Strategy,THQ,0,0.04,0,0.01,0.05 +13341,NightCaster II: Equinox,XB,2002,Action,Jaleco,0.03,0.01,0,0,0.05 +13342,F1 2015,PC,2015,Racing,Codemasters,0,0.04,0,0,0.05 +13343,SD Gundam G Generation World,Wii,2011,Strategy,Namco Bandai Games,0,0,0.05,0,0.05 +13344,Chocobo to Mahou no Ehon: Majo to Shoujo to 5-Jin no Yuusha,DS,2008,Role-Playing,Square Enix,0,0,0.05,0,0.05 +13345,Galaxy Racers,DS,2010,Racing,Ubisoft,0.04,0,0,0,0.05 +13346,Wonder World Amusement Park,Wii,2008,Misc,Majesco Entertainment,0.04,0,0,0,0.05 +13347,Bubble Bobble Revolution,DS,2005,Puzzle,Atari,0.04,0,0,0,0.05 +13348,Game of Thrones (Telltale),PS4,2015,Adventure,Telltale Games,0.04,0,0,0.01,0.05 +13349,Time Crisis: Project Titan,PS,2001,Shooter,Namco Bandai Games,0.03,0.02,0,0,0.05 +13350,Ys: The Ark of Napishtim,PSP,2006,Role-Playing,Konami Digital Entertainment,0.04,0,0,0,0.05 +13351,Ore-Sama Kingdom: Koi no Manga mo Debut o Mokushise! Doki Doki Love Lesson,DS,2011,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13352,Crusader: No Remorse,PS,1996,Adventure,Electronic Arts,0.03,0.02,0,0,0.05 +13353,Black & Bruised,GC,2003,Fighting,Vivendi Games,0.04,0.01,0,0,0.05 +13354,MiniCopter: Adventure Flight,Wii,2007,Simulation,505 Games,0.04,0,0,0,0.05 +13355,Shaun the Sheep,DS,2008,Adventure,D3Publisher,0.04,0,0,0,0.05 +13356,Fast & Furious: Showdown,X360,2013,Action,Activision,0,0.04,0,0,0.05 +13357,World Championship Poker: Featuring Howard Lederer - All In,X360,2006,Misc,Oxygen Interactive,0.04,0,0,0,0.05 +13358,Test Drive: Ferrari Legends,X360,2012,Racing,Atari,0.04,0,0,0,0.05 +13359,Tom Clancy's Rainbow Six: Lockdown,GC,2005,Shooter,Ubisoft,0.04,0.01,0,0,0.05 +13360,FIFA Manager 12,PC,2011,Sports,Electronic Arts,0,0.03,0,0.01,0.05 +13361,Full Spectrum Warrior: Ten Hammers,XB,2006,Strategy,THQ,0.03,0.01,0,0,0.05 +13362,River City Soccer Hooligans,DS,2010,Sports,Arc System Works,0.04,0,0.01,0,0.05 +13363,Shin Hayarigami,PSV,2014,Adventure,Nippon Ichi Software,0,0,0.05,0,0.05 +13364,TMNT,DS,2007,Action,Ubisoft,0.03,0.01,0,0,0.05 +13365,Turok: Dinosaur Hunter,N64,1997,Shooter,Acclaim Entertainment,0,0,0.05,0,0.05 +13366,Puyo Puyo Tetris,PSV,2014,Puzzle,Sega,0,0,0.05,0,0.05 +13367,Taiko no Tatsujin Portable 2,PSP,2006,Misc,Namco Bandai Games,0,0,0.05,0,0.05 +13368,Gitaroo Man,PS2,2001,Misc,THQ,0.02,0.02,0,0.01,0.05 +13369,Super Bubble Pop,GC,2003,Puzzle,Jaleco,0.04,0.01,0,0,0.05 +13370,Mafia,PC,2002,Action,Take-Two Interactive,0,0.04,0,0.01,0.05 +13371,Rapala Fishing Frenzy 2009,X360,2008,Sports,Activision,0.04,0,0,0,0.05 +13372,Ride to Hell,PS3,2013,Racing,Deep Silver,0.02,0.02,0,0.01,0.05 +13373,Arctic Tale,Wii,2007,Adventure,Zoo Digital Publishing,0.04,0,0,0,0.05 +13374,Balloon Pop,Wii,2007,Puzzle,505 Games,0.04,0,0,0,0.05 +13375,XBLAZE Code: Embryo,PSV,2013,Adventure,Arc System Works,0.03,0,0.01,0.01,0.05 +13376,Black Mirror 2,PC,2009,Adventure,DTP Entertainment,0,0.04,0,0.01,0.05 +13377,Time Travelers,PSV,2012,Adventure,Level 5,0,0,0.05,0,0.05 +13378,Amnesia Later,PSP,2012,Misc,Idea Factory,0,0,0.05,0,0.05 +13379,B-Boy,PSP,2006,Misc,Sony Computer Entertainment,0.04,0,0,0,0.05 +13380,Cocoto Kart Racer,DS,2004,Racing,Big Ben Interactive,0.04,0,0,0,0.05 +13381,Shin Kamaitachi no Yoru: 11 Hitome no Suspect,PSV,2011,Adventure,ChunSoft,0,0,0.05,0,0.05 +13382,Intellivision Lives!,XB,2004,Misc,Crave Entertainment,0.03,0.01,0,0,0.05 +13383,Crazy Chicken: Atlantis Quest,DS,2007,Platform,Phenomedia,0.04,0,0,0,0.05 +13384,Test Drive Le Mans,PS,1999,Racing,Infogrames,0.03,0.02,0,0,0.05 +13385,Counter Force,Wii,2007,Shooter,505 Games,0.04,0,0,0,0.05 +13386,Monster Jam: Maximum Destruction,GC,2002,Racing,Ubisoft,0.04,0.01,0,0,0.05 +13387,Professor Heinz Wolff's Gravity,DS,2008,Puzzle,Deep Silver,0.04,0,0,0,0.05 +13388,Fantastic Four: Rise of the Silver Surfer,Wii,2007,Action,Take-Two Interactive,0.04,0.01,0,0,0.05 +13389,Big Air Freestyle,GC,2002,Racing,Atari,0.04,0.01,0,0,0.05 +13390,Rimo-Cocoron,PS2,2001,Action,Sony Computer Entertainment,0,0,0.05,0,0.05 +13391,Rugby World Cup 2015,X360,2015,Sports,Ubisoft,0,0.04,0,0,0.05 +13392,Mike Tyson Heavyweight Boxing,XB,2002,Sports,Codemasters,0.03,0.01,0,0,0.05 +13393,To Love-Ru Trouble Darkness: Battle Ecstasy,PSV,2014,Action,FuRyu,0,0,0.05,0,0.05 +13394,The Berenstain Bears and the Spooky Old Tree,GBA,2005,Platform,Namco Bandai Games,0.03,0.01,0,0,0.05 +13395,Lux-Pain,DS,2008,Adventure,Rising Star Games,0.04,0,0,0,0.05 +13396,Ford Bold Moves Street Racing,PSP,2006,Racing,Xplosiv,0.04,0,0,0,0.05 +13397,Cabela's Trophy Bucks,X360,2007,Sports,Activision Value,0.04,0,0,0,0.05 +13398,Hakuouki: Bakumatsu Musou Roku,PSP,2012,Action,Idea Factory,0,0,0.05,0,0.05 +13399,Mahjong 3D: Warriors of the Emperor,3DS,2011,Misc,DTP Entertainment,0,0.04,0,0.01,0.05 +13400,Hiiro no Kakera DS,DS,2008,Adventure,Idea Factory,0,0,0.05,0,0.05 +13401,March of the Penguins,DS,2006,Adventure,Zoo Digital Publishing,0.04,0,0,0,0.05 +13402,Rock of the Dead,X360,2010,Shooter,Conspiracy Entertainment,0.04,0,0,0,0.05 +13403,Arcana Famiglia: La storia della Aracana Famiglia,PSP,2011,Adventure,Comfort,0,0,0.05,0,0.05 +13404,Tokyo Ghoul: Jail,PSV,2015,Racing,Namco Bandai Games,0,0,0.05,0,0.05 +13405,City Life: World Edition,PC,2007,Simulation,Monte Christo Multimedia,0,0.04,0,0.01,0.05 +13406,The Misadventures of Tron Bonne,PS,1999,Adventure,Eidos Interactive,0.03,0.02,0,0,0.05 +13407,Centipede: Infestation,3DS,2011,Shooter,Atari,0.04,0,0,0,0.05 +13408,Wolfenstein,PC,2009,Shooter,Activision,0.01,0.03,0,0.01,0.05 +13409,Hero Bank 2,3DS,2014,Role-Playing,Sega,0,0,0.05,0,0.05 +13410,Atelier Ayesha: The Alchemist of Dusk,PSV,2014,Role-Playing,Tecmo Koei,0,0,0.05,0,0.05 +13411,Brave Story: New Traveller (jp sales),PSP,2006,Role-Playing,Sony Computer Entertainment,0,0,0.05,0,0.05 +13412,Black Jack vs. Matsudajun,PS,2000,Misc,Pony Canyon,0.03,0.02,0,0,0.05 +13413,Arslan: The Warriors of Legend,PS3,2015,Action,Tecmo Koei,0,0,0.05,0,0.05 +13414,SpongeBob SquarePants: Plankton's Robotic Revenge,X360,2013,Shooter,Activision,0.04,0,0,0,0.05 +13415,Wrath Unleashed,XB,2004,Strategy,LucasArts,0.03,0.01,0,0,0.05 +13416,Yoru no Nai Kuni,PS3,2015,Role-Playing,Tecmo Koei,0,0,0.05,0,0.05 +13417,Garou Densetsu 3: Road to the Final Victory,SAT,1996,Fighting,SNK,0,0,0.05,0,0.05 +13418,Bleach: Soul Carnival,PSP,2008,Fighting,Sony Computer Entertainment,0,0,0.05,0,0.05 +13419,Double Dragon Advance,GBA,2003,Action,Atlus,0.03,0.01,0,0,0.05 +13420,Sesame Street: Elmo's A-to-Zoo Adventure,PC,2010,Misc,Warner Bros. Interactive Entertainment,0.04,0,0,0,0.05 +13421,Family Fortunes,DS,2009,Misc,Mindscape,0,0.04,0,0,0.05 +13422,The Bible Game,XB,2005,Misc,Crave Entertainment,0.03,0.01,0,0,0.05 +13423,Inspector Gadget: Gadget's Crazy Maze,PS,2001,Puzzle,Ubisoft,0.03,0.02,0,0,0.05 +13424,World Fantasista,PS2,2002,Sports,SquareSoft,0,0,0.05,0,0.05 +13425,Yager,XB,2003,Shooter,THQ,0.03,0.01,0,0,0.05 +13426,Fantastic Four: Rise of the Silver Surfer,DS,2007,Action,Take-Two Interactive,0.04,0,0,0,0.05 +13427,Tabi no Yubisashi Kaiwachou DS: DS Series 1 Thai,DS,2006,Misc,Nintendo,0,0,0.05,0,0.05 +13428,Toukiden Kiwami,PSP,2014,Action,Tecmo Koei,0,0,0.05,0,0.05 +13429,Grey's Anatomy: The Video Game,DS,2009,Adventure,Ubisoft,0.03,0.01,0,0,0.05 +13430,Tropico 3,PC,2009,Strategy,Kalypso Media,0,0.04,0,0.01,0.05 +13431,Looney Tunes: Cartoon Conductor,DS,2008,Misc,Eidos Interactive,0.04,0,0,0,0.05 +13432,Avatar: The Game,PC,2009,Action,Ubisoft,0,0.04,0,0.01,0.05 +13433,Futurama,XB,2003,Platform,SCi,0.03,0.01,0,0,0.05 +13434,Pool Hall Pro,Wii,2009,Sports,Playlogic Game Factory,0.04,0,0,0,0.05 +13435,Nazo Waku Yakata: Oto no Ma ni Ma ni,3DS,2011,Misc,Capcom,0,0,0.05,0,0.05 +13436,Choro Q 64 2: Hacha Mecha Grand Prix Race,N64,1999,Racing,Takara,0,0,0.05,0,0.05 +13437,Mighty No. 9,PS4,2016,Platform,Deep Silver,0.04,0,0,0.01,0.05 +13438,Plants vs. Zombies: Garden Warfare 2,PC,2016,Shooter,Electronic Arts,0,0.04,0,0,0.05 +13439,Ape Escape,PS3,2010,Platform,Sony Computer Entertainment,0,0.03,0,0.01,0.05 +13440,Activision Anthology,GBA,2003,Misc,Activision,0.03,0.01,0,0,0.05 +13441,Gray Matter,X360,2011,Adventure,DTP Entertainment,0,0.04,0,0.01,0.05 +13442,Thrillville: Off the Rails,DS,2007,Strategy,LucasArts,0.03,0.01,0,0,0.05 +13443,LEGO Friends,3DS,2013,Action,Warner Bros. Interactive Entertainment,0,0.04,0,0,0.05 +13444,Secret Files: Tunguska,PC,2006,Adventure,DreamCatcher Interactive,0,0.04,0,0.01,0.05 +13445,Wayne Gretzky's 3D Hockey '98,PS,1997,Sports,GT Interactive,0.03,0.02,0,0,0.05 +13446,Nanda's Island,DS,2009,Puzzle,Phenomedia,0.04,0,0,0,0.05 +13447,Hakuouki SSL: Sweet School Life,PSV,2014,Adventure,Idea Factory,0,0,0.05,0,0.05 +13448,Trigger Man,XB,2004,Shooter,Crave Entertainment,0.03,0.01,0,0,0.05 +13449,Kimi ni Todoke: Tsutaeru Kimochi,DS,2011,Adventure,Banpresto,0,0,0.05,0,0.05 +13450,Nora to Koku no Koubou: Kiri no Mori no Majo,DS,2011,Role-Playing,Atlus,0,0,0.05,0,0.05 +13451,Bad Boys: Miami Takedown,GC,2004,Shooter,Empire Interactive,0.03,0.01,0,0,0.05 +13452,SpongeBob SquarePants: Plankton's Robotic Revenge,WiiU,2013,Shooter,Activision,0,0.04,0,0,0.05 +13453,Short Track Racing: Trading Paint,PS2,2009,Racing,THQ,0.02,0.02,0,0.01,0.05 +13454,Game no Kanzume Vol 1,SCD,1994,Misc,Sega,0,0,0.04,0,0.05 +13455,Rat Attack!,PS,1999,Puzzle,Mindscape,0.03,0.02,0,0,0.04 +13456,Jewel Master: Cradle Of Rome 2,PC,2011,Puzzle,Rising Star Games,0,0.04,0,0.01,0.04 +13457,National Geographic Panda (US sales),DS,2008,Simulation,Ubisoft,0.04,0,0,0,0.04 +13458,Sushi Go-Round,DS,2010,Simulation,Asylum Entertainment,0.04,0,0,0,0.04 +13459,Danny Phantom: Urban Jungle,DS,2006,Action,THQ,0.04,0,0,0,0.04 +13460,Sotsugyou II: Neo Generation,PS,1995,Simulation,Riverhillsoft,0,0,0.04,0,0.04 +13461,Summon Night Craft Sword Monogatari: Hajimari no Ishi,GBA,2005,Role-Playing,Banpresto,0,0,0.04,0,0.04 +13462,The King of Fighters 2002: Unlimited Match,PS2,2009,Fighting,SNK Playmore,0,0,0.04,0,0.04 +13463,Art of Fighting Anthology,PS2,2006,Fighting,Crave Entertainment,0.02,0.02,0,0.01,0.04 +13464,Rapala Trophies,PSP,2006,Sports,Activision,0.04,0,0,0,0.04 +13465,Phoenix Wright: Revived Turnabout,DS,2008,Misc,Capcom,0,0,0.04,0,0.04 +13466,Mana Khemia: Alchemists of Al-Revis (JP sales),PS2,2007,Role-Playing,Nippon Ichi Software,0,0,0.04,0,0.04 +13467,Runaway: A Twist of Fate,PC,2009,Adventure,Focus Home Interactive,0,0.04,0,0.01,0.04 +13468,Cheer We Go!,DS,2010,Misc,Natsume,0.04,0,0,0,0.04 +13469,The Tale of Despereaux,Wii,2008,Platform,Brash Entertainment,0.04,0,0,0,0.04 +13470,The Hustle: Detroit Streets,PS2,2006,Sports,Activision,0.02,0.02,0,0.01,0.04 +13471,Virtua Fighter CG Portrait Series Vol.6: Lau Chan,SAT,1995,Misc,Sega,0,0,0.04,0,0.04 +13472,Tomoyo After: It's a Wonderful Life CS Edition,PSP,2009,Adventure,Prototype,0,0,0.04,0,0.04 +13473,Guilty Gear XX Accent Core,PS2,2007,Fighting,Unknown,0,0,0.04,0,0.04 +13474,Nihon Pro Mahjong Kishikai Kanshuu: Pro Ni Naru Mahjong DS,DS,2005,Misc,Success,0,0,0.04,0,0.04 +13475,Atelier Escha & Logy: Alchemists of the Dusk Sky,PSV,2015,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13476,Millipede / Super Breakout / Lunar Lander,GBA,2005,Misc,Zoo Digital Publishing,0.03,0.01,0,0,0.04 +13477,World Trigger: Borderless Mission,PSV,2015,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13478,Disney's Donald Duck: Goin' Quackers,GC,2002,Platform,Ubisoft,0.03,0.01,0,0,0.04 +13479,RollerCoaster Tycoon,PC,N/A,Strategy,Microprose,0.02,0.02,0,0.01,0.04 +13480,Assault Rigs,PS,1996,Action,Electronic Arts Victor,0.02,0.02,0,0,0.04 +13481,Backyard Baseball '09,Wii,2008,Sports,Atari,0.04,0,0,0,0.04 +13482,World Championship Spelling,DS,2010,Misc,505 Games,0.04,0,0,0,0.04 +13483,Yes! PreCure 5,DS,2007,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13484,Bionicle Heroes,Wii,2007,Shooter,Eidos Interactive,0.04,0,0,0,0.04 +13485,Tom Clancy's HAWX,PC,2009,Action,Ubisoft,0,0.03,0,0.01,0.04 +13486,Exist Archive: The Other Side of the Sky,PSV,2015,Role-Playing,Aksys Games,0,0,0.04,0,0.04 +13487,Honda ATV Fever,Wii,2010,Racing,Storm City Games,0.04,0,0,0,0.04 +13488,Operation Flashpoint: Elite,XB,2005,Shooter,Codemasters,0.03,0.01,0,0,0.04 +13489,Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden,PS4,2016,Misc,Tecmo Koei,0,0,0.04,0,0.04 +13490,"Roswell Conspiracies: Aliens, Myths & Legends",PS,2001,Action,Red Storm Entertainment,0.02,0.02,0,0,0.04 +13491,Front Mission,DS,2007,Strategy,Square Enix,0.01,0,0.03,0,0.04 +13492,Dead Island Definitive Collection,XOne,2016,Action,Deep Silver,0.02,0.02,0,0,0.04 +13493,Sekai no Gohan Shaberu! DS Oryouri Navi,DS,2008,Misc,Nintendo,0,0,0.04,0,0.04 +13494,Rugby Challenge 3,PS3,2016,Sports,Alternative Software,0,0.04,0,0.01,0.04 +13495,Boktai 2: Solar Boy Django,GBA,2004,Role-Playing,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +13496,Praetorians,PC,2003,Strategy,Eidos Interactive,0,0.04,0,0,0.04 +13497,Candace Kane's Candy Factory,DS,2008,Action,Destineer,0.04,0,0,0,0.04 +13498,Nobunaga's Ambition (3DS),3DS,2013,Simulation,Tecmo Koei,0,0,0.04,0,0.04 +13499,Angelique Duet,PS,1998,Strategy,Tecmo Koei,0,0,0.04,0,0.04 +13500,Shin Fortune Quest: Sokutaku no Kishi,PS,1996,Misc,Media Works,0,0,0.04,0,0.04 +13501,Resident Evil 6,PC,2012,Shooter,Capcom,0,0.04,0,0.01,0.04 +13502,Crushed Baseball,GBA,2004,Sports,Summitsoft,0.03,0.01,0,0,0.04 +13503,Dark Arena,GBA,2002,Shooter,THQ,0.03,0.01,0,0,0.04 +13504,Just Sing! Vol. 2,DS,2011,Misc,PQube,0,0.04,0,0.01,0.04 +13505,Heatseeker,PSP,2007,Action,Codemasters,0.04,0,0,0,0.04 +13506,IL-2 Sturmovik: 1946,PC,2006,Simulation,Ubisoft,0,0.04,0,0.01,0.04 +13507,Jerry Rice and Nitus' Dog Football,Wii,2011,Sports,Tommo,0.04,0,0,0,0.04 +13508,TOCA Race Driver 2,XB,2004,Racing,Codemasters,0.03,0.01,0,0,0.04 +13509,I.Q. Remix+: Intelligent Qube,PS2,2000,Puzzle,Sony Computer Entertainment,0,0,0.04,0,0.04 +13510,S茅bastien Loeb Rally Evo,PS4,2016,Racing,Milestone S.r.l,0,0.04,0,0.01,0.04 +13511,Growlanser,PSP,2009,Role-Playing,Atlus,0,0,0.04,0,0.04 +13512,Trollz: Hair Affair!,GBA,2005,Misc,Ubisoft,0.03,0.01,0,0,0.04 +13513,Daito Giken Koushiki Pachi-Slot Simulator: Shake II,PS2,2007,Misc,Paon,0,0,0.04,0,0.04 +13514,Grand Slam,PS,1997,Misc,Virgin Interactive,0.02,0.02,0,0,0.04 +13515,Chou Gekijoban Keroro Gunsou: Gekishin Dragon Warriors de Arimasu!,DS,2009,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13516,The King of Fighters 2000,PS2,2002,Fighting,Playmore,0,0,0.04,0,0.04 +13517,Coraline,DS,2009,Action,D3Publisher,0.04,0,0,0,0.04 +13518,FIFA Street 2,DS,2006,Sports,Electronic Arts,0.04,0,0,0,0.04 +13519,M&M's Beach Party,Wii,2009,Misc,Zoo Digital Publishing,0.04,0,0,0,0.04 +13520,Dead Head Fred,PSP,2007,Action,D3Publisher,0.04,0,0,0,0.04 +13521,D.C.F.S.: Da Capo Four Seasons,PS2,2005,Adventure,Kadokawa Shoten,0,0,0.04,0,0.04 +13522,Hyperdimension Neptunia mk2,PSV,2014,Action,Compile Heart,0,0,0.04,0,0.04 +13523,Disney's Meet the Robinsons,GC,2007,Action,Disney Interactive Studios,0.03,0.01,0,0,0.04 +13524,Hanayori Danshi: Koi Seyo Onago,DS,2008,Adventure,Konami Digital Entertainment,0,0,0.04,0,0.04 +13525,Minna ga Shuyaku no NHK Kouhaku Quiz Kassen,Wii,2009,Misc,Nintendo,0,0,0.04,0,0.04 +13526,Puyo Puyo Tetris,PS3,2014,Puzzle,Sega,0,0,0.04,0,0.04 +13527,Sonic the Hedgehog 2 (8-bit),GG,1992,Platform,Sega,0,0,0.04,0,0.04 +13528,FlatOut 2,XB,2006,Racing,Empire Interactive,0.03,0.01,0,0,0.04 +13529,Rogue Trooper,PS2,2006,Shooter,Eidos Interactive,0.02,0.02,0,0.01,0.04 +13530,Spy Fiction,PS2,2003,Action,Sega,0.02,0.02,0,0.01,0.04 +13531,R.B.I. Baseball 2016,XOne,2016,Sports,MLB.com,0.04,0,0,0,0.04 +13532,Justice League: Chronicles,GBA,2003,Platform,Midway Games,0.03,0.01,0,0,0.04 +13533,Resident Evil Director's Cut,PS3,2006,Action,Capcom,0,0,0.04,0,0.04 +13534,Doko Demo Issho: Let's Gakkou!,PSP,2006,Misc,Sony Computer Entertainment,0,0,0.04,0,0.04 +13535,Monster Trux Arenas: Special Edition,Wii,2007,Racing,Popcorn Arcade,0.04,0,0,0,0.04 +13536,Conflict: Desert Storm II - Back to Bagdhad,GC,2004,Shooter,SCi,0.03,0.01,0,0,0.04 +13537,Top Gun,DS,2006,Simulation,505 Games,0.04,0,0,0,0.04 +13538,Gem Smashers,3DS,2011,Platform,Crave Entertainment,0.04,0,0,0,0.04 +13539,Split/Second,PC,2010,Racing,Disney Interactive Studios,0,0.04,0,0.01,0.04 +13540,B's-LOG Party鈾?PSP,2010,Adventure,Idea Factory,0,0,0.04,0,0.04, +13541,King Arthur,GC,2004,Action,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +13542,Chicken Shoot,GBA,2005,Action,Zoo Digital Publishing,0.03,0.01,0,0,0.04 +13543,Dai Senryaku VII: Modern Military Tactics,XB,2003,Strategy,Kool Kizz,0.03,0.01,0,0,0.04 +13544,Gormiti: The Lords of Nature!,Wii,2010,Adventure,Konami Digital Entertainment,0.04,0,0,0,0.04 +13545,White Album 2: Shiawase no Mukougawa,PS3,2012,Adventure,Aqua Plus,0,0,0.04,0,0.04 +13546,Painkiller: Hell & Damnation,PS3,2013,Shooter,Nordic Games,0.02,0.02,0,0.01,0.04 +13547,Go Go Ackman 3,SNES,1995,Platform,Banpresto,0,0,0.04,0,0.04 +13548,WSC Real 11: World Snooker Championship,X360,2011,Sports,Koch Media,0,0.04,0,0.01,0.04 +13549,Advance Guardian Heroes,GBA,2004,Role-Playing,Ubisoft,0.03,0.01,0,0,0.04 +13550,Casual Mania!,DS,2010,Puzzle,Foreign Media Games,0.04,0,0,0,0.04 +13551,Castle of Shikigami III,Wii,2007,Shooter,PQube,0.04,0,0,0,0.04 +13552,Star X,GBA,2002,Shooter,BAM! Entertainment,0.03,0.01,0,0,0.04 +13553,Jewel Quest 5: The Sleepless Star,PC,2011,Action,Astragon,0.01,0.02,0,0.01,0.04 +13554,Get Up and Dance,PS3,2011,Misc,O-Games,0.03,0.01,0,0,0.04 +13555,The King of Fighters Kyo,PS,1998,Fighting,SNK Playmore,0,0,0.04,0,0.04 +13556,Yowamushi Pedal,3DS,2015,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13557,WarTech: Senko no Ronde,X360,2006,Fighting,Ubisoft,0.04,0,0,0,0.04 +13558,Record of Agarest War: Marriage,PSP,2012,Role-Playing,Compile Heart,0,0,0.04,0,0.04 +13559,San-X Land: Theme Park de Asobou!,DS,2006,Action,MTO,0,0,0.04,0,0.04 +13560,Corpse Party: Book of Shadows,PSP,2011,Adventure,5pb,0,0,0.04,0,0.04 +13561,428: Fuusa Sareta Shibuya de,PSP,2009,Adventure,Spike,0,0,0.04,0,0.04 +13562,Tennis no Oji-Sama: DokiDoki Survival - Sanroku no Mystic,PS2,2006,Adventure,Konami Digital Entertainment,0,0,0.04,0,0.04 +13563,Starry ? Sky: After Spring,PSP,2009,Misc,Aqua Plus,0,0,0.04,0,0.04 +13564,Life is Strange,PC,2016,Adventure,Square Enix,0.01,0.03,0,0,0.04 +13565,Need for Speed: ProStreet,PC,2007,Racing,Electronic Arts,0,0.04,0,0.01,0.04 +13566,Naruto Shippuden: Dairansen! Kage Bunshin Emaki,DS,2008,Action,Takara Tomy,0,0,0.04,0,0.04 +13567,Mechanic Escape,PS3,2012,Platform,D3Publisher,0,0,0.04,0,0.04 +13568,Pro Evolution Soccer 2016,PC,2015,Sports,Konami Digital Entertainment,0,0.04,0,0,0.04 +13569,Twilight Syndrome: Kinjiratera Toshi Densetsu,DS,2008,Adventure,Spike,0,0,0.04,0,0.04 +13570,True Love Story 3,PS2,2001,Simulation,Enterbrain,0,0,0.04,0,0.04 +13571,Little Battlers eXperience W,PSV,2012,Role-Playing,Level 5,0,0,0.04,0,0.04 +13572,The Smurfs,PS,1998,Action,Infogrames,0.02,0.02,0,0,0.04 +13573,Strike Force Bowling,XB,2004,Sports,Crave Entertainment,0.03,0.01,0,0,0.04 +13574,Chessmaster,GBA,2002,Misc,Ubisoft,0.03,0.01,0,0,0.04 +13575,Blood Will Tell: Tezuka Osamu's Dororo,PS2,2004,Adventure,Sega,0.02,0.02,0,0.01,0.04 +13576,The Kore Gang,Wii,2010,Platform,Flashpoint Games,0.04,0,0,0,0.04 +13577,Red Ninja: End of Honor,PS2,2005,Action,Vivendi Games,0.02,0.02,0,0.01,0.04 +13578,Kanuchi: Shiroki Tsubasa no Shou,PS2,2008,Adventure,Idea Factory,0,0,0.04,0,0.04 +13579,Summer Athletics 2009,X360,2009,Sports,49Games,0,0.04,0,0,0.04 +13580,SX Superstar,XB,2003,Racing,Acclaim Entertainment,0.03,0.01,0,0,0.04 +13581,Katekyoo Hitman Reborn! Battle Arena,PSP,2008,Fighting,Marvelous Interactive,0,0,0.04,0,0.04 +13582,Saint Seiya: The Hades,PS2,2006,Fighting,Namco Bandai Games,0,0,0.04,0,0.04 +13583,Saki Portable,PSP,2010,Adventure,Alchemist,0,0,0.04,0,0.04 +13584,Riding Stables: The Whitakers present Milton and Friends,3DS,2011,Sports,DTP Entertainment,0,0.04,0,0,0.04 +13585,Naruto Shippuuden: Shinobi Retsuden III,DS,2009,Action,Takara Tomy,0,0,0.04,0,0.04 +13586,Metal Gear Solid: Digital Graphic Novel,PSP,2006,Misc,Konami Digital Entertainment,0.02,0,0.02,0,0.04 +13587,Max & the Magic Marker,Wii,2011,Platform,Unknown,0,0.04,0,0,0.04 +13588,Outlaw Tennis,XB,2005,Sports,Global Star,0.03,0.01,0,0,0.04 +13589,Free Running,Wii,2009,Sports,Reef Entertainment,0.02,0.02,0,0,0.04 +13590,Ore no Imouto ga Konna ni Kawaii Wake ga Nai Happy EnD,PS3,2013,Simulation,Namco Bandai Games,0,0,0.04,0,0.04 +13591,Barnyard,Wii,2006,Action,THQ,0.04,0,0,0,0.04 +13592,SPRay,Wii,2008,Action,Tecmo Koei,0.04,0,0,0,0.04 +13593,No Rules: Get Phat,GBA,2001,Action,TDK Mediactive,0.03,0.01,0,0,0.04 +13594,Battle Rage,Wii,2008,Shooter,Popcorn Arcade,0.04,0,0,0,0.04 +13595,Zombi Daisuki,DS,2011,Action,ChunSoft,0,0,0.04,0,0.04 +13596,Igor: The Game,DS,2008,Adventure,Legacy Interactive,0.04,0,0,0,0.04 +13597,LEGO Indiana Jones: The Original Adventures,PC,2008,Action,LucasArts,0.02,0.02,0,0.01,0.04 +13598,Card Fight!! Vanguard G: Stride to Victory!!,3DS,2016,Misc,FuRyu,0,0,0.04,0,0.04 +13599,"Negima!? Chou Mahora Taisen Kattoiin, Keiyaku Shikkou Dechai masuu",DS,2006,Adventure,Marvelous Interactive,0,0,0.04,0,0.04 +13600,Doraemon: Shin Nobita no Daimakyou Peko to 5-nin no Tankenta,3DS,2014,Action,FuRyu,0,0,0.04,0,0.04 +13601,Challenge Me: Maths Workout,DS,2009,Puzzle,Oxygen Interactive,0.04,0,0,0,0.04 +13602,The Invincible Iron Man,GBA,2002,Action,Activision,0.03,0.01,0,0,0.04 +13603,NASCAR 07,XB,2006,Racing,Electronic Arts,0.03,0.01,0,0,0.04 +13604,Refrain no Chika Meikyuu to Majo no Ryodan,PSV,2016,Action,Nippon Ichi Software,0,0,0.04,0,0.04 +13605,Dance Dance Revolution Disney Mix,PS,2000,Simulation,Konami Digital Entertainment,0.02,0.02,0,0,0.04 +13606,Maken Shao: Demon Sword,PS2,2001,Action,Midas Interactive Entertainment,0,0,0.04,0,0.04 +13607,Playmobil Top Agents,DS,2010,Action,JoWood Productions,0,0.04,0,0,0.04 +13608,The Monkey King: The Legend Begins,Wii,2007,Shooter,Starfish,0.04,0,0,0,0.04 +13609,Super Robot Taisen OG Infinite Battle,PS3,2013,Fighting,Namco Bandai Games,0,0,0.04,0,0.04 +13610,Scaler,XB,2004,Platform,Global Star,0.03,0.01,0,0,0.04 +13611,Attack of the Movies 3D,X360,2010,Shooter,Majesco Entertainment,0.04,0,0,0,0.04 +13612,BeatMania IIDX 16: Empress + Premium Best,PS2,2009,Simulation,Konami Digital Entertainment,0,0,0.04,0,0.04 +13613,FIFA Soccer 2003 (weekly jp sales),PS2,2002,Sports,Electronic Arts,0,0,0.04,0,0.04 +13614,Emergency Room: Real Life Rescues,DS,2009,Simulation,505 Games,0.04,0,0,0,0.04 +13615,High Heat Baseball 2002,PS,2001,Sports,3DO,0.02,0.02,0,0,0.04 +13616,Utawarerumono: Futari no Hakuoro,PS4,2016,Misc,Aqua Plus,0,0,0.04,0,0.04 +13617,Puyo Pop Fever,PSP,2004,Puzzle,Ignition Entertainment,0,0,0.04,0,0.04 +13618,The Sims 2: Pets,PC,2006,Simulation,Electronic Arts,0.01,0.02,0,0.01,0.04 +13619,Hana to Ikimo no Rittai Zukan,3DS,2011,Misc,Nintendo,0,0,0.04,0,0.04 +13620,Bloody Roar Extreme,XB,2003,Fighting,Hudson Soft,0.03,0.01,0,0,0.04 +13621,Platinum Sudoku,DS,2007,Puzzle,Ubisoft,0.03,0.01,0,0,0.04 +13622,Kamen Rider: Battride War Genesis,PS3,2016,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13623,Tennis Masters Series 2003,XB,2002,Sports,Microids,0.03,0.01,0,0,0.04 +13624,The Sims Deluxe,PC,2002,Simulation,Electronic Arts,0.01,0.02,0,0.01,0.04 +13625,Port Royale 2,PC,2004,Strategy,Ascaron Entertainment GmbH,0,0.03,0,0.01,0.04 +13626,Amagami,PSV,2014,Adventure,Kadokawa Games,0,0,0.04,0,0.04 +13627,Duke Nukem Trilogy: Critical Mass,DS,2011,Shooter,Deep Silver,0.04,0,0,0,0.04 +13628,MLB SlugFest 20-04,GC,2003,Sports,Midway Games,0.03,0.01,0,0,0.04 +13629,Pocket Pool,PSP,2007,Action,Conspiracy Entertainment,0.04,0,0,0,0.04 +13630,Jissen Pachislot Hisshouhou! Hokuto no Ken DS,DS,2005,Misc,Sega,0,0,0.04,0,0.04 +13631,Lise no Atelier: Ordre no Renkinjutsushi,DS,2007,Role-Playing,Gust,0,0,0.04,0,0.04 +13632,Black & White,PC,2001,Strategy,Electronic Arts,0,0.04,0,0.01,0.04 +13633,NCIS,PC,2011,Adventure,Ubisoft,0.01,0.02,0,0.01,0.04 +13634,The Cube,Wii,2012,Action,Funbox Media,0,0.04,0,0,0.04 +13635,Company of Heroes: Tales of Valor,PC,2009,Strategy,THQ,0,0.03,0,0.01,0.04 +13636,Myth Makers: Trixie in Toyland,Wii,2008,Platform,Popcorn Arcade,0.04,0,0,0,0.04 +13637,NatGeo Challenge! Wild Life,Wii,2010,Misc,Black Bean Games,0.04,0,0,0,0.04 +13638,Breath of Fire III,PSP,2005,Role-Playing,Capcom,0,0.03,0,0.01,0.04 +13639,Torino 2006,XB,2006,Sports,Take-Two Interactive,0.03,0.01,0,0,0.04 +13640,Devil May Cry 4,PC,2008,Action,Capcom,0.01,0.02,0,0.01,0.04 +13641,Amnesia,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13642,Tabi no Yubisashi Kaiwachou DS: DS Series 5 Deutsch,DS,2006,Misc,Nintendo,0,0,0.04,0,0.04 +13643,Fashion Week Jr. Designer,DS,2009,Simulation,505 Games,0.04,0,0,0,0.04 +13644,Jewel Quest Mysteries 2: Trail of the Midnight Heart,DS,2011,Puzzle,Unknown,0,0.04,0,0.01,0.04 +13645,Sherlock Holmes: Secret of The Silver Earring,Wii,2010,Adventure,Focus Home Interactive,0,0.04,0,0.01,0.04 +13646,Metal Slug 4 & 5,XB,2005,Shooter,SNK Playmore,0.03,0.01,0,0,0.04 +13647,Great Battle Full Blast,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13648,Guilty Gear XX Accent Core,Wii,2007,Fighting,505 Games,0.03,0,0,0,0.04 +13649,Hitman (2016),PS4,2016,Action,Square Enix,0,0.04,0,0.01,0.04 +13650,World Poker Tour,PSP,2006,Misc,Take-Two Interactive,0.04,0,0,0,0.04 +13651,Saint Seiya: Soldiers' Soul,PS3,2015,Fighting,Namco Bandai Games,0,0,0.04,0,0.04 +13652,7 Days to Die,XOne,2016,Action,Telltale Games,0.02,0.02,0,0,0.04 +13653,Digimon Rumble Arena 2,GC,2004,Fighting,Atari,0.03,0.01,0,0,0.04 +13654,Doki Doki! PreCure Narikiri Life!,3DS,2013,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13655,Gravity Falls: Legend of the Gnome Gemulets,3DS,2015,Action,Ubisoft,0.03,0,0,0,0.04 +13656,Watashi no Relaxuma,DS,2007,Simulation,Rocket Company,0,0,0.04,0,0.04 +13657,Phantom Kingdom Portable,PSP,2011,Role-Playing,Nippon Ichi Software,0,0,0.04,0,0.04 +13658,Pac-Man World Rally,PSP,2006,Racing,Namco Bandai Games,0.04,0,0,0,0.04 +13659,Way of the Samurai 2 Portable,PSP,2009,Action,Spike,0,0,0.04,0,0.04 +13660,Heroes of Might and Magic V,PC,2006,Strategy,Ubisoft,0,0.03,0,0.01,0.04 +13661,Mazes of Fate DS,DS,2008,Role-Playing,Graffiti,0.04,0,0,0,0.04 +13662,Code Geass: Hangyaku no Lelouch R2 - Banjou no Geass Gekijou,DS,2008,Misc,Namco Bandai Games,0,0,0.04,0,0.04 +13663,Hellboy: The Science of Evil,PSP,2008,Action,Konami Digital Entertainment,0.04,0,0,0,0.04 +13664,Virtua Tennis 4,PC,2011,Sports,Sega,0,0.03,0,0.01,0.04 +13665,Mortimer Beckett and the Secrets of Spooky Manor,Wii,2008,Puzzle,Avanquest,0.04,0,0,0,0.04 +13666,Farm Frenzy 3,PC,2009,Strategy,Alawar Entertainment,0,0.03,0,0.01,0.04 +13667,GRID,PC,N/A,Racing,Codemasters,0,0.03,0,0.01,0.04 +13668,Little Busters! Converted Edition,PSP,2010,Adventure,Prototype,0,0,0.04,0,0.04 +13669,Unison: Rebels of Rhythm & Dance,PS2,2000,Misc,Tecmo Koei,0.02,0.02,0,0.01,0.04 +13670,Ferrari Challenge Trofeo Pirelli,PS3,2008,Racing,System 3 Arcade Software,0,0.03,0,0.01,0.04 +13671,WTF: Work Time Fun,PSP,2005,Puzzle,Sony Computer Entertainment,0.04,0,0,0,0.04 +13672,Tennis no Oji-Sama: DokiDoki Survival - Umibe no Secret,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +13673,Major League Baseball 2K12,PC,2012,Sports,Take-Two Interactive,0.04,0,0,0,0.04 +13674,B.L.U.E.: Legend of Water,PS,N/A,Adventure,N/A,0,0,0.04,0,0.04 +13675,Dark Half,SNES,1996,Role-Playing,Enix Corporation,0,0,0.04,0,0.04 +13676,System 3 presents Ferrari Challenge Trofeo Pirelli,DS,2008,Racing,System 3 Arcade Software,0.03,0.01,0,0,0.04 +13677,Luxor: Pharaoh's Challenge,Wii,N/A,Puzzle,Funsta,0.01,0.03,0,0,0.04 +13678,Nitroplus Blasterz: Heroines Infinite Duel,PS4,2015,Fighting,Marvelous Interactive,0.01,0,0.02,0,0.04 +13679,Imperial Glory,PC,2005,Strategy,Eidos Interactive,0,0.04,0,0,0.04 +13680,Lionel Trains: On Track,DS,2006,Action,DSI Games,0.04,0,0,0,0.04 +13681,Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Gakkou-Hen,DS,2008,Simulation,Konami Digital Entertainment,0,0,0.04,0,0.04 +13682,Shukufuku no Campanella Portable,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.04,0,0.04 +13683,The Wolf Among Us,X360,2011,Adventure,Telltale Games,0.01,0.03,0,0,0.04 +13684,Sonic PC Collection,PC,2009,Misc,Sega,0,0.04,0,0.01,0.04 +13685,Horses 3D,3DS,2012,Misc,Ubisoft,0.04,0,0,0,0.04 +13686,Yourself Fitness,PS2,2005,Sports,responDESIGN,0.02,0.02,0,0.01,0.04 +13687,Chaos;Head - Love Chu*Chu!,PSP,2011,Adventure,5pb,0,0,0.04,0,0.04 +13688,Lost Planet 3,PC,2013,Shooter,Capcom,0,0.03,0,0.01,0.04 +13689,Paws & Claws: Regal Resort,DS,2010,Simulation,THQ,0.04,0,0,0,0.04 +13690,Hannspree Ten Kate Honda: SBK Superbike World Championship,PSP,2007,Racing,Black Bean Games,0.03,0,0,0,0.04 +13691,Star Trek: Shattered Universe,XB,2004,Simulation,Global Star,0.03,0.01,0,0,0.04 +13692,12Riven: The Psi-Climinal of Integral,PS2,2008,Adventure,CyberFront,0,0,0.04,0,0.04 +13693,Battle Spirits: Digital Starter,DS,2010,Role-Playing,Namco Bandai Games,0,0,0.04,0,0.04 +13694,Rise of Nations,PC,2003,Strategy,Microsoft Game Studios,0.01,0.02,0,0.01,0.04 +13695,Deadliest Warrior: Ancient Combat,X360,2012,Fighting,Cloud Imperium Games Corporation,0.04,0,0,0,0.04 +13696,WarJetz,PS2,2001,Shooter,3DO,0.02,0.02,0,0.01,0.04 +13697,Breeding Stud 2,PS,1998,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +13698,Banushi Life Game: Winner's Circle,DS,2007,Sports,Genki,0,0,0.04,0,0.04 +13699,Catwoman,GBA,2004,Action,Electronic Arts,0.03,0.01,0,0,0.04 +13700,Gakuen Hetalia Portable,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13701,Gitaroo Man Lives!,PSP,2006,Misc,Tecmo Koei,0.03,0,0,0,0.04 +13702,Chibi Maruko-Chan DS: Maru-Chan no Machi,DS,2009,Puzzle,Namco Bandai Games,0,0,0.04,0,0.04 +13703,Capcom Fighting Evolution,XB,2005,Fighting,Capcom,0.03,0.01,0,0,0.04 +13704,XCOM 2,PS4,2016,Strategy,Take-Two Interactive,0.01,0.02,0,0.01,0.04 +13705,Company of Heroes: Opposing Fronts,PC,2007,Strategy,THQ,0.01,0.03,0,0.01,0.04 +13706,Novastorm,PS,1995,Shooter,Psygnosis,0.02,0.02,0,0,0.04 +13707,Shiren the Wanderer 4 - God's Eye and the Demon's Navel,PSP,2012,Role-Playing,Spike,0,0,0.04,0,0.04 +13708,PopCap Arcade Vol 1,X360,2007,Puzzle,PopCap Games,0.04,0,0,0,0.04 +13709,Dead Ball Zone,PS,1998,Sports,GT Interactive,0.02,0.02,0,0,0.04 +13710,NBA in the Zone 2000,N64,2000,Sports,Konami Digital Entertainment,0.04,0,0,0,0.04 +13711,Men of War: Vietnam,PC,2011,Strategy,Unknown,0,0.03,0,0.01,0.04 +13712,NBA In The Zone '99,N64,1998,Sports,Konami Digital Entertainment,0.04,0,0,0,0.04 +13713,Winning Post World 2010,PS3,2010,Sports,Tecmo Koei,0,0,0.04,0,0.04 +13714,Do-Konjou Shougakussei: Bon Bita - Hadaka no Choujou Ketsusen!! Bita vs. Dokuro Dei!,DS,2010,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13715,SWAT: Target Liberty,PSP,2007,Shooter,Vivendi Games,0.03,0,0,0,0.04 +13716,OutRun 2006: Coast 2 Coast,PSP,2006,Racing,Sega,0.03,0.01,0,0.01,0.04 +13717,Haunted Casino,SAT,1996,Adventure,Societa,0,0,0.04,0,0.04 +13718,World Series Baseball,SAT,1994,Sports,Sega,0,0,0.04,0,0.04 +13719,Ou to Maou to 7-nin no Himegimitachi: Shin Ousama Monogatari,PSV,2012,Action,Konami Digital Entertainment,0,0,0.04,0,0.04 +13720,Aeon Flux,PS2,2005,Action,THQ,0.02,0.02,0,0.01,0.04 +13721,Chicken Blaster,DS,2009,Shooter,Zushi Games,0.04,0,0,0,0.04 +13722,Summer Challenge: Athletics Tournament,PS3,2011,Sports,PQube,0,0.03,0,0.01,0.04 +13723,S.Y.K Renshouden Portable,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13724,Metal Max Returns,SNES,1995,Role-Playing,Data East,0,0,0.04,0,0.04 +13725,Shattered Union,XB,2005,Strategy,Take-Two Interactive,0.03,0.01,0,0,0.04 +13726,Off-Road Drive,PC,2011,Racing,1C Company,0,0.03,0,0.01,0.04 +13727,Hanaoni: Yume no Tsudzuki,PSP,2012,Action,Idea Factory,0,0,0.04,0,0.04 +13728,Mat Hoffman's Pro BMX 2,GC,2002,Sports,Activision,0.03,0.01,0,0,0.04 +13729,Unchained Blades,3DS,2011,Role-Playing,FuRyu,0,0,0.04,0,0.04 +13730,Harley-Davidson: Road Trip,Wii,2010,Racing,Destineer,0.04,0,0,0,0.04 +13731,Gal*Gun,X360,2011,Shooter,Alchemist,0,0,0.04,0,0.04 +13732,GoGo's Crazy Bones,DS,2012,Action,GameMill Entertainment,0,0.04,0,0,0.04 +13733,MLB 2K12 / NBA 2K12 Combo Pack,X360,2012,Sports,Take-Two Interactive,0.04,0,0,0,0.04 +13734,Grand Theft Auto: Vice City,PC,2003,Action,Take-Two Interactive,0,0.03,0,0.01,0.04 +13735,NHL Hitz Pro,GC,N/A,Sports,Unknown,0.03,0.01,0,0,0.04 +13736,Ookami Kakushi,PSP,2009,Action,Konami Digital Entertainment,0,0,0.04,0,0.04 +13737,Zen-Nippon GT Senshuken,SNES,1995,Racing,Banpresto,0,0,0.04,0,0.04 +13738,North American Hunting Extravaganza 2,Wii,2010,Sports,Unknown,0.03,0,0,0,0.04 +13739,City Builder,Wii,2010,Misc,Virtual Play Games,0.04,0,0,0,0.04 +13740,PD Ultraman Battle Collection 64,N64,1999,Strategy,Namco Bandai Games,0,0,0.04,0,0.04 +13741,Monaco Grand Prix,N64,1999,Racing,Ubisoft,0.03,0.01,0,0,0.04 +13742,Worms Armageddon,N64,1999,Strategy,Infogrames,0.03,0.01,0,0,0.04 +13743,Rally Challenge 2000,N64,1999,Racing,Imagineer,0.03,0.01,0,0,0.04 +13744,Looney Tunes Duck Dodgers Starring: Daffy Duck,N64,2000,Platform,Infogrames,0.03,0.01,0,0,0.04 +13745,Superman: Countdown to Apokolips,GBA,2003,Platform,Atari,0.03,0.01,0,0,0.04 +13746,Deadly Arts,N64,1998,Fighting,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +13747,Kikou Heidan J-Phoenix 2,PS2,2003,Action,Takara,0,0,0.04,0,0.04 +13748,Sengoku Musou 3 Z Special,PSP,2012,Action,Ackkstudios,0,0,0.04,0,0.04 +13749,Dragon's Lair 3D: Return to the Lair,GC,2002,Platform,THQ,0.03,0.01,0,0,0.04 +13750,Harukanaru Toki no Naka de 5,PSP,2011,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13751,Meteos: Disney Magic,DS,2007,Puzzle,Disney Interactive Studios,0.01,0.02,0,0,0.04 +13752,Worms 4: Mayhem,XB,2005,Strategy,Codemasters,0.03,0.01,0,0,0.04 +13753,Resident Evil: Operation Raccoon City,PC,2012,Action,Capcom,0,0.03,0,0.01,0.04 +13754,Winning Post 7 2012,PSP,2012,Sports,Ackkstudios,0,0,0.04,0,0.04 +13755,Samurai Warriors 2: Empires,X360,2007,Action,Tecmo Koei,0.03,0,0.01,0,0.04 +13756,Super Black Bass Fishing,DS,2005,Sports,Majesco Entertainment,0.04,0,0,0,0.04 +13757,Point Blank 2,PS,1998,Shooter,Namco Bandai Games,0.02,0.02,0,0,0.04 +13758,Who Wants to Be a Millionaire: 3rd Edition,DS,2010,Misc,Ubisoft,0.04,0,0,0,0.04 +13759,Test Drive: Ferrari Legends,PS3,2012,Racing,Unknown,0.04,0,0,0,0.04 +13760,Saru! Get You! Pipo Saru Senki,PSP,2009,Role-Playing,Sony Computer Entertainment,0,0,0.04,0,0.04 +13761,Infamous: First Light,PS4,2014,Action,Sony Computer Entertainment,0,0.03,0,0.01,0.04 +13762,J.League Pro Soccer Club o Tsukurou! 8 Euro Plus,PSP,2013,Sports,Sega,0,0,0.04,0,0.04 +13763,Imabikisou,PS3,2007,Adventure,Sega,0,0,0.04,0,0.04 +13764,Logic Machines,DS,2009,Puzzle,City Interactive,0.04,0,0,0,0.04 +13765,One Piece: Burning Blood,XOne,2016,Fighting,Namco Bandai Games,0.03,0.01,0,0,0.04 +13766,Hakuouki: Reimeiroku Portable,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13767,Sega Ages 2500 Series Vol. 33: Fantasy Zone Complete Collection,PS2,2008,Shooter,Sega,0,0,0.04,0,0.04 +13768,Antz Extreme Racing,PS2,2002,Racing,Empire Interactive,0.02,0.02,0,0.01,0.04 +13769,Motto TOEIC Test DS Training,DS,2008,Misc,IE Institute,0,0,0.04,0,0.04 +13770,Super Robot Gakuen,DS,2009,Adventure,Namco Bandai Games,0,0,0.04,0,0.04 +13771,Atelier Iris 3: Grand Phantasm (JP Sales),PS2,2006,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13772,Terraria,XOne,2014,Action,505 Games,0,0.04,0,0,0.04 +13773,Dolly Kanon Dokidoki Tokimeki Himitsu no Ongaku Katsudou Start Desu!!,3DS,2014,Adventure,Happinet,0,0,0.04,0,0.04 +13774,Empire Earth III,PC,2007,Strategy,Vivendi Games,0,0.03,0,0.01,0.04 +13775,Mike Tyson Boxing,GBA,2002,Sports,Ubisoft,0.03,0.01,0,0,0.04 +13776,Jojo's Fashion Show: Design in a Dash!,DS,2009,Simulation,Ubisoft,0.04,0,0,0,0.04 +13777,The Legend of Heroes: Trails in the Sky First Chapter,PS3,2012,Role-Playing,Falcom Corporation,0,0,0.04,0,0.04 +13778,Go Diego Go!: Safari Rescue,PS2,2008,Action,Take-Two Interactive,0.02,0.02,0,0.01,0.04 +13779,Deal or No Deal: Special Edition,DS,2010,Misc,Zoo Games,0.04,0,0,0,0.04 +13780,Clannad,PS2,2006,Adventure,Interchannel,0,0,0.04,0,0.04 +13781,Nobunaga's Ambition: Sphere of Influence,PS4,2014,Strategy,Tecmo Koei,0.03,0,0,0.01,0.04 +13782,Fisherman's Challenge,PS2,2003,Sports,Konami Digital Entertainment,0.02,0.02,0,0.01,0.04 +13783,Katekyoo Hitman Reborn! Battle Arena 2 - Spirits Burst,PSP,2009,Fighting,Marvelous Interactive,0,0,0.04,0,0.04 +13784,Akko ni Omakase! Brain Shock,DS,2006,Misc,Taito,0,0,0.04,0,0.04 +13785,Mission: Impossible - Operation Surma,GBA,2003,Platform,Atari,0.03,0.01,0,0,0.04 +13786,Guild Wars Trilogy,PC,2005,Role-Playing,NCSoft,0,0.03,0,0.01,0.04 +13787,Patrician IV,PC,2010,Strategy,Kalypso Media,0.03,0,0,0,0.04 +13788,Deadliest Warrior: Ancient Combat,PS3,2012,Fighting,Cloud Imperium Games Corporation,0.04,0,0,0,0.04 +13789,King of Fighters: Maximum Impact Regulation A,PS2,2007,Fighting,SNK Playmore,0,0,0.04,0,0.04 +13790,Who Wants to be a Millionaire: 1st Edition,DS,2007,Misc,Ubisoft,0,0.04,0,0,0.04 +13791,Star Ocean 5: Integrity and Faithlessness,PS3,2016,Role-Playing,Square Enix,0,0,0.04,0,0.04 +13792,Date A Live: Rine Utopia,PS3,2013,Adventure,Compile Heart,0,0,0.04,0,0.04 +13793,CSI: Fatal Conspiracy,PC,2010,Adventure,Ubisoft,0,0.03,0,0.01,0.04 +13794,Durarara!! 3way Standoff: Alley,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.04,0,0.04 +13795,Surf's Up,PS3,2007,Sports,Ubisoft,0.03,0,0,0,0.04 +13796,Fritz Chess,PS3,2009,Strategy,Deep Silver,0,0.03,0,0.01,0.04 +13797,The Da Vinci Code,XB,2006,Action,Take-Two Interactive,0.03,0.01,0,0,0.04 +13798,Famicom Mini: Clu Clu Land,GBA,2004,Puzzle,Nintendo,0,0,0.04,0,0.04 +13799,Astro Boy: The Video Game,PSP,2009,Action,D3Publisher,0.04,0,0,0,0.04 +13800,Metal Slug XX,PSP,2009,Shooter,DHM Interactive,0.03,0,0,0,0.04 +13801,Sacred Blaze,PS2,2009,Strategy,Flight-Plan,0,0,0.04,0,0.04 +13802,Rollin' Rascals,DS,2009,Puzzle,Rising Star Games,0.04,0,0,0,0.04 +13803,Haneru no Tobira DS: Tanshuku Tetsudou no Yoru,DS,2007,Misc,Namco Bandai Games,0,0,0.04,0,0.04 +13804,Thoroughbred Breeder II Plus,PS,1995,Simulation,Hect,0,0,0.04,0,0.04 +13805,Pure Pinball,XB,2004,Misc,XS Games,0.03,0.01,0,0,0.04 +13806,Hanaoni: Koisomeru Koku - Eikyuu no Shirushi,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13807,Zac to Ombra: Maboroshi no Yuuenchi,DS,2010,Adventure,Konami Digital Entertainment,0,0,0.04,0,0.04 +13808,Resident Evil: Revelations,PC,2013,Action,Capcom,0,0.03,0,0.01,0.04 +13809,Daikaijuu Battle: Ultra Coliseum DX - Ultra Senshi Daishuuketsu,Wii,2010,Fighting,Namco Bandai Games,0,0,0.04,0,0.04 +13810,Shadow of the Colossus,PS3,2011,Action,Sony Computer Entertainment,0,0,0.04,0,0.04 +13811,Phantom Breaker,X360,2011,Fighting,5pb,0.02,0,0.02,0,0.04 +13812,Gummy Bears Mini Golf,Wii,2010,Sports,Unknown,0.04,0,0,0,0.04 +13813,Brothers In Arms DS,DS,2007,Shooter,Ubisoft,0.03,0,0,0,0.04 +13814,Valhalla Knights 2: Battle Stance,PSP,2009,Role-Playing,Marvelous Interactive,0,0,0.04,0,0.04 +13815,99 no Namida,DS,2008,Adventure,Namco Bandai Games,0,0,0.04,0,0.04 +13816,Clannad,PSP,2008,Adventure,Prototype,0,0,0.04,0,0.04 +13817,Cyber Troopers Virtual-On Marz,PS2,2003,Fighting,Sega,0.02,0.01,0,0,0.04 +13818,Headhunter: Redemption,PS2,2004,Action,Sega,0.02,0.01,0,0,0.04 +13819,Ookami to Koushinryou: Boku to Horo no Ichinen,DS,2008,Adventure,ASCII Media Works,0,0,0.04,0,0.04 +13820,Bomberman: Act Zero,X360,2006,Puzzle,Konami Digital Entertainment,0.04,0,0,0,0.04 +13821,Stuntman,GBA,2003,Racing,Atari,0.03,0.01,0,0,0.04 +13822,Time Travelers,3DS,2012,Adventure,Unknown,0,0,0.04,0,0.04 +13823,Burnout Paradise: The Ultimate Box,X360,2009,Racing,Electronic Arts,0,0.03,0,0,0.04 +13824,The Chase: Felix Meets Felicity,DS,2009,Action,Atari,0.04,0,0,0,0.04 +13825,Stoked: Big Air Edition,X360,2009,Sports,Namco Bandai Games,0.02,0.02,0,0,0.04 +13826,Syndicate Wars,PS,1997,Strategy,Electronic Arts,0.02,0.01,0,0,0.04 +13827,Castlevania: Lords of Shadow 2,PC,2014,Action,Konami Digital Entertainment,0.01,0.03,0,0,0.04 +13828,Draglade (JP sales),DS,2007,Fighting,505 Games,0,0,0.04,0,0.04 +13829,Herc's Adventures,PS,1997,Action,Virgin Interactive,0.02,0.01,0,0,0.04 +13830,Tiger Woods PGA Tour Golf,GBA,2002,Sports,Ubisoft,0.03,0.01,0,0,0.04 +13831,Twin Strike: Operation Thunder,Wii,2008,Shooter,Zoo Games,0.04,0,0,0,0.04 +13832,BlazBlue: Chrono Phantasma Extend,PS3,2015,Action,PQube,0,0,0.04,0,0.04 +13833,All Points Bulletin,PC,2010,Role-Playing,Electronic Arts,0,0.03,0,0.01,0.04 +13834,Romance of the Three Kingdoms 13,PS3,2015,Action,Tecmo Koei,0,0,0.04,0,0.04 +13835,The Movies,PC,2005,Simulation,Activision,0.01,0.03,0,0.01,0.04 +13836,SuperCar Challenge,PS3,2009,Racing,System 3 Arcade Software,0,0.03,0,0.01,0.04 +13837,Dreamfall: The Longest Journey,XB,2006,Adventure,Empire Interactive,0.03,0.01,0,0,0.04 +13838,The Sims 4: Spa Day,PC,2015,Simulation,Electronic Arts,0,0.04,0,0,0.04 +13839,Tokimeki Mahjong Paradise: Koi no Tenpai Beat,SAT,1995,Misc,Sonnet,0,0,0.04,0,0.04 +13840,Yuki Yuna is a Hero: Memory of the Forest,PSV,2015,Action,FuRyu,0,0,0.04,0,0.04 +13841,JASF: Jane's Advanced Strike Fighters,PC,2011,Simulation,Deep Silver,0.02,0.01,0,0,0.04 +13842,Kidou Gekidan Haro Ichiza Gundam Mahjong DS: Oyaji nimo Agarareta koto nai noni!,DS,2005,Misc,Namco Bandai Games,0,0,0.04,0,0.04 +13843,Blue Roses: Yousei to Aoi Hitomi no Senshitachi,PSP,2010,Adventure,Nippon Ichi Software,0,0,0.04,0,0.04 +13844,Zatch Bell! Mamodo Fury,GC,2005,Fighting,Namco Bandai Games,0.03,0.01,0,0,0.04 +13845,Dora's Big Birthday Adventure,PS2,2010,Misc,Take-Two Interactive,0.02,0.01,0,0,0.04 +13846,PopStar Guitar,PS2,2008,Misc,XS Games,0.02,0.01,0,0,0.04 +13847,Haikyu!! Cross Team Match!,3DS,2016,Adventure,Namco Bandai Games,0,0,0.04,0,0.04 +13848,NHL Blades of Steel 2000,PS,1999,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.04 +13849,Outlaw Volleyball Remixed,PS2,2004,Sports,Global Star,0.02,0.01,0,0,0.04 +13850,The Adventures of Darwin,PS2,2006,Strategy,Essential Games,0.01,0,0.03,0,0.04 +13851,Scarface: The World is Yours,PC,2006,Action,Vivendi Games,0.01,0.02,0,0.01,0.04 +13852,Blood Bowl,PC,2009,Sports,Focus Home Interactive,0.01,0.02,0,0.01,0.04 +13853,FIFA World Cup Germany 2006,DS,2006,Sports,Electronic Arts,0.03,0,0,0,0.04 +13854,Supreme Commander: Forged Alliance,PC,2007,Strategy,THQ,0.01,0.02,0,0.01,0.04 +13855,Klonoa Heroes: Densetsu no Star Medal,GBA,2002,Role-Playing,Namco Bandai Games,0,0,0.04,0,0.04 +13856,Hyperdimension Neptunia Victory II,PS4,2015,Role-Playing,Idea Factory International,0,0,0.04,0,0.04 +13857,Pajama Sam: You are What You Eat From Your Head to Your Feet,PS,2001,Adventure,Infogrames,0.02,0.01,0,0,0.04 +13858,Sid Meier's Railroads!,PC,2006,Simulation,Take-Two Interactive,0.01,0.03,0,0.01,0.04 +13859,Jig-A-Pix: Pets,DS,2009,Puzzle,Zushi Games,0.03,0,0,0,0.04 +13860,Brothers: A Tale of Two Sons,XOne,2015,Adventure,505 Games,0.03,0.01,0,0,0.04 +13861,Warhammer: Dark Omen,PS,1998,Strategy,Electronic Arts,0.02,0.01,0,0,0.04 +13862,Mobile Suit Gundam: Mokuba no Kiseki,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13863,Denki Blocks!,GBA,2001,Puzzle,Rage Software,0.03,0.01,0,0,0.04 +13864,A Ressha de Ikou DS,DS,2009,Simulation,ArtDink,0,0,0.04,0,0.04 +13865,Harukanaru Toki no Naka de 4: Aizouban,PSP,2010,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13866,Tsurugi no Machi no Ihoujin: Kuro no Kyuuden,PSV,2015,Role-Playing,Experience Inc.,0,0,0.04,0,0.04 +13867,Colin McRae Rally 3,XB,2002,Racing,Codemasters,0.03,0.01,0,0,0.04 +13868,Ballistic,PS,1999,Puzzle,Atari,0.02,0.01,0,0,0.04 +13869,Paddington: Adventures in London,3DS,2015,Puzzle,Koch Media,0,0.04,0,0,0.04 +13870,Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden,PSV,2016,Misc,Tecmo Koei,0,0,0.04,0,0.04 +13871,Caesar IV,PC,2006,Strategy,Vivendi Games,0,0.03,0,0.01,0.04 +13872,Sega Rally 2006,PS2,N/A,Racing,Unknown,0,0,0.04,0,0.04 +13873,Song of the Deep,XOne,2016,Action,Insomniac Games,0.03,0,0,0,0.04 +13874,I'm A Celebrity: Get Me Out of Here!,DS,2009,Misc,Mindscape,0,0.04,0,0,0.04 +13875,Gundam Battle Online,DC,2001,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13876,Harry Potter and the Order of the Phoenix,PC,2007,Action,Electronic Arts,0,0.03,0,0.01,0.04 +13877,Shonen Jump's One Piece: Grand Adventure,GC,2006,Fighting,Namco Bandai Games,0.03,0.01,0,0,0.04 +13878,Holly Hobbie & Friends,DS,2007,Misc,Majesco Entertainment,0.04,0,0,0,0.04 +13879,Kevin Van Dam: Big Bass Challenge,Wii,2010,Sports,Zoo Games,0.04,0,0,0,0.04 +13880,Stolen,PS2,2005,Action,Hip Interactive,0.02,0.01,0,0,0.04 +13881,Monster High: New Ghoul in School,X360,2015,Action,Little Orbit,0,0.04,0,0,0.04 +13882,Glacier2,Wii,2009,Racing,Zoo Games,0.04,0,0,0,0.04 +13883,Rugby Challenge 3,PS4,2016,Sports,Alternative Software,0,0.03,0,0.01,0.04 +13884,Memories Off 6: T-Wave,PS2,2008,Adventure,5pb,0,0,0.04,0,0.04 +13885,Superstars V8 Racing,PS3,2009,Racing,Black Bean Games,0,0.02,0,0.01,0.04 +13886,Halo: Combat Evolved,PC,2003,Shooter,Microsoft Game Studios,0.01,0.02,0,0.01,0.04 +13887,Hatsune Miku: Project Diva X,PS4,2016,Misc,Sega,0.01,0,0.02,0,0.04 +13888,Bullet Girls 2,PSV,2016,Action,D3Publisher,0,0,0.04,0,0.04 +13889,Famicom Remix Best Choice,3DS,2015,Action,Nintendo,0,0,0.04,0,0.04 +13890,Pro Race Driver,XB,2003,Racing,Codemasters,0.03,0.01,0,0,0.04 +13891,Sleepover Party,Wii,2009,Misc,Ubisoft,0.03,0,0,0,0.04 +13892,100 Classic Games,DS,2011,Misc,Rondomedia,0,0.03,0,0,0.04 +13893,Ide Yosuke no Mahjong Kazoku,PS,1995,Misc,Seta Corporation,0,0,0.04,0,0.04 +13894,Richard Burns Rally,PC,2004,Racing,SCi,0,0.03,0,0.01,0.04 +13895,WRC: FIA World Rally Championship,PSP,2005,Racing,Sony Computer Entertainment,0.02,0.01,0,0.01,0.04 +13896,Quiz Mobile Gundam: Toi Senshi DX,PSP,2006,Puzzle,Namco Bandai Games,0,0,0.04,0,0.04 +13897,R-Type Command (correct US sales),PSP,2007,Strategy,Rising Star Games,0.04,0,0,0,0.04 +13898,E.T. The Extra-Terrestrial: Interplanetary Mission,PS,2001,Platform,Ubisoft,0.02,0.01,0,0,0.04 +13899,Story Hour: Fairy Tales,Wii,2008,Adventure,Zoo Digital Publishing,0.04,0,0,0,0.04 +13900,Dynasty Warriors Vol. 2 (JP sales),PSP,2006,Action,Tecmo Koei,0,0,0.04,0,0.04 +13901,Countdown Vampires,PS,1999,Adventure,Namco Bandai Games,0.02,0.01,0,0,0.04 +13902,Crypt Killer,PS,1997,Shooter,Konami Digital Entertainment,0.02,0.01,0,0,0.04 +13903,Tokumei Sentai Go-Busters,DS,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13904,Dramatic Soccer Game: Nippon Daihyou Senshu Ninarou!,PS2,2002,Sports,Enix Corporation,0,0,0.04,0,0.04 +13905,The Treasures of Montezuma,DS,2010,Puzzle,Foreign Media Games,0.02,0.02,0,0,0.04 +13906,Saints Row 2,PC,2009,Action,THQ,0,0.03,0,0.01,0.04 +13907,Harry Potter and the Prisoner of Azkaban,PC,2004,Action,Electronic Arts,0,0.03,0,0.01,0.04 +13908,Battle Hunter,PS,1999,Strategy,Midas Interactive Entertainment,0.02,0.01,0,0,0.04 +13909,PO'ed,PS,1996,Shooter,Time Warner Interactive,0.02,0.01,0,0,0.04 +13910,Heathcliff! Frantic Foto,DS,2010,Misc,Storm City Games,0.04,0,0,0,0.04 +13911,Adidas Power Soccer,PS,1996,Sports,Psygnosis,0.02,0.01,0,0,0.04 +13912,LEGO Jurassic World,PC,2015,Action,Warner Bros. Interactive Entertainment,0,0.04,0,0,0.04 +13913,Secret Files 2: Puritas Cordis,PC,2009,Adventure,Deep Silver,0,0.03,0,0.01,0.04 +13914,Darklight Conflict,PS,1997,Simulation,Electronic Arts,0.02,0.01,0,0,0.04 +13915,Dragon Ball: Advanced Adventure,GBA,2004,Action,Namco Bandai Games,0.03,0.01,0,0,0.04 +13916,Art of Fighting 3: The Path of the Warrior,NG,1996,Fighting,SNK,0,0,0.04,0,0.04 +13917,Rabbids Land,WiiU,2012,Misc,Ubisoft,0.02,0.01,0,0,0.04 +13918,Civilization Beyond Earth: Rising Tide,PC,2015,Strategy,Take-Two Interactive,0,0.04,0,0,0.04 +13919,The Ripping Friends,GBA,2002,Action,THQ,0.03,0.01,0,0,0.04 +13920,Rodea the Sky Soldier,3DS,2015,Action,Nippon Ichi Software,0.03,0,0,0,0.04 +13921,Konami Arcade Classics,PS,1999,Misc,Konami Digital Entertainment,0.02,0.01,0,0,0.04 +13922,Hunter x Hunter: Wonder Adventure,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13923,Super Army War,GBA,2005,Action,Flashpoint Games,0.03,0.01,0,0,0.04 +13924,Ao no Exorcist: Genkoku no Labyrinth,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13925,Don Bradman Cricket 14,XOne,2015,Sports,Tru Blu Entertainment,0,0.04,0,0,0.04 +13926,Echo Night Beyond,PS2,2004,Adventure,Indie Games,0.02,0.01,0,0,0.04 +13927,Minna no Chizu,PSP,2006,Misc,Zenrin,0,0,0.04,0,0.04 +13928,Doom II: Hell on Earth,GBA,2002,Shooter,Activision,0.03,0.01,0,0,0.04 +13929,Taikou Risshiden V,PSP,2009,Strategy,Tecmo Koei,0,0,0.04,0,0.04 +13930,Shin Hayarigami,PS3,2014,Adventure,Nippon Ichi Software,0,0,0.04,0,0.04 +13931,Jikkyou Powerful Major League,GC,2006,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +13932,Train Simulator 2016,PC,2015,Simulation,Unknown,0,0.04,0,0,0.04 +13933,Corpse Party: Blood Covered - Repeated Fear,3DS,2015,Adventure,5pb,0,0,0.04,0,0.04 +13934,Suzumiya Haruhi no Tsuisou,PSP,2011,Adventure,Namco Bandai Games,0,0,0.04,0,0.04 +13935,Zoo Hospital,DS,2007,Simulation,Eidos Interactive,0.03,0,0,0,0.04 +13936,Evolution Skateboarding,GC,2002,Sports,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +13937,Greg Hastings' Tournament Paintball Max'd,DS,2006,Shooter,Activision,0.03,0,0,0,0.04 +13938,The Idolm@ster: Must Songs - Red Board / Blue Board,PSV,2015,Misc,Namco Bandai Games,0,0,0.04,0,0.04 +13939,Jikkyou World Soccer 2002,PS2,2002,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +13940,Tenshou Gakuen Gekkouroku,PS2,2006,Adventure,Asmik Ace Entertainment,0,0,0.04,0,0.04 +13941,Ski-Doo Snowmobile Challenge,X360,2009,Racing,Valcon Games,0.03,0,0,0,0.04 +13942,Aquanaut's Holiday: Kakusareta Kiroku,PS3,2008,Adventure,Sony Computer Entertainment,0,0,0.04,0,0.04 +13943,Real Soccer 2008,DS,2007,Sports,Ubisoft,0.03,0,0,0,0.04 +13944,Little Red Riding Hood's Zombie BBQ,DS,2008,Shooter,Destineer,0.03,0,0,0,0.04 +13945,Texas Hold 'Em Poker DS,DS,2005,Misc,Majesco Entertainment,0.03,0,0,0,0.04 +13946,DuckTales: Remastered,X360,2013,Action,Capcom,0.03,0,0,0,0.04 +13947,APB Reloaded,PC,2011,Role-Playing,Iceberg Interactive,0.02,0.01,0,0,0.04 +13948,Railroad Tycoon 3,PC,2003,Strategy,Gathering of Developers,0,0.03,0,0.01,0.04 +13949,Magical Starsign (JP sales),DS,2006,Role-Playing,Nintendo,0,0,0.04,0,0.04 +13950,Big Mutha Truckers,GBA,2005,Racing,Zoo Digital Publishing,0.03,0.01,0,0,0.04 +13951,DT Carnage,PSP,2009,Racing,Agetec,0.03,0,0,0,0.04 +13952,Resident Evil 6,XOne,2016,Shooter,Capcom,0.03,0,0,0,0.04 +13953,Teenage Zombies: Invasion of the Alien Brain Thingys,DS,2008,Adventure,Ignition Entertainment,0.03,0,0,0,0.04 +13954,Ar Nosurge: Ode to an Unborn Star,PSV,2014,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13955,Warriors Orochi 3,XOne,2014,Action,Tecmo Koei,0.01,0.03,0,0,0.04 +13956,Monster High: New Ghoul in School,3DS,2015,Action,Little Orbit,0,0.03,0,0,0.04 +13957,Ragnarok Odyssey,PS3,2014,Role-Playing,GungHo,0.03,0.01,0,0.01,0.04 +13958,Rugby 08,PS2,2007,Sports,Electronic Arts,0.02,0.01,0,0,0.04 +13959,GoPets: Vacation Island,DS,2008,Simulation,Konami Digital Entertainment,0.03,0,0,0,0.04 +13960,Pia Carrot e Youkoso!! 2.5,DC,2008,Adventure,NEC Interchannel,0,0,0.04,0,0.04 +13961,Cy Girls,PS2,2004,Action,Konami Digital Entertainment,0.02,0.01,0,0,0.04 +13962,The Sum of All Fears,GBA,2002,Shooter,Ubisoft,0.03,0.01,0,0,0.04 +13963,Da Capo I & II Plus Situation Portable,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.04,0,0.04 +13964,World of Tanks,X360,N/A,Shooter,N/A,0,0.03,0,0,0.04 +13965,Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 5: Shinseiki Evangelion - Tamashii no Kiseki,DS,2010,Misc,D3Publisher,0,0,0.04,0,0.04 +13966,Bubble Bobble Double Shot,DS,2007,Puzzle,Rising Star Games,0.03,0,0,0,0.04 +13967,Minority Report: Everybody Runs,GBA,2002,Action,Activision,0.03,0.01,0,0,0.04 +13968,Monster Hunter Frontier Online: Season 9.0,X360,2010,Role-Playing,Capcom,0,0,0.04,0,0.04 +13969,Winning Post 8,PSV,2014,Racing,Tecmo Koei,0,0,0.04,0,0.04 +13970,C.O.R.E.,DS,2009,Shooter,Graffiti,0.03,0,0,0,0.04 +13971,Garfield: The Search for Pooky,GBA,2003,Platform,Game Factory,0.03,0.01,0,0,0.04 +13972,Rugby World Cup 2015,PSV,2015,Sports,Ubisoft,0,0.03,0,0.01,0.04 +13973,Galaxy Fight,SAT,1994,Fighting,Sunsoft,0,0,0.04,0,0.04 +13974,Chaos Wars,PS2,2006,Strategy,Idea Factory,0,0,0.04,0,0.04 +13975,Steambot Chronicles,PS2,2005,Role-Playing,505 Games,0.02,0.01,0,0,0.04 +13976,Toki no Kizuna: Sekigahara Kitan,PSP,2012,Action,Idea Factory,0,0,0.04,0,0.04 +13977,Mr. Driller,PS,1999,Puzzle,Namco Bandai Games,0.02,0.01,0,0,0.04 +13978,Norn9: Norn + Nonette,PSP,2013,Adventure,Idea Factory,0,0,0.04,0,0.04 +13979,Super Hero Generation,PSV,2014,Role-Playing,Namco Bandai Games,0,0,0.04,0,0.04 +13980,Simple DS Series Vol. 15: The Kanshikikan 2 - Aratanaru 8-tsu no Jiken wo Touch seyo,DS,2007,Adventure,D3Publisher,0,0,0.04,0,0.04 +13981,Gumby vs. the Astrobots,GBA,2005,Action,Namco Bandai Games,0.03,0.01,0,0,0.04 +13982,Trine 2,PC,2011,Platform,Focus Home Interactive,0,0.03,0,0.01,0.04 +13983,Doraemon: Shin Nobita no Nihon Tanjou,3DS,2016,Misc,FuRyu,0,0,0.04,0,0.04 +13984,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 13: Shinseiki Evangelion - Yakusoku no Toki,PS2,2008,Misc,D3Publisher,0,0,0.04,0,0.04 +13985,Worms: Ultimate Mayhem,PC,2011,Strategy,Unknown,0,0.03,0,0,0.04 +13986,Scaler,GC,2004,Platform,Take-Two Interactive,0.03,0.01,0,0,0.04 +13987,NHL Legacy,PS3,2015,Action,Electronic Arts,0.03,0,0,0.01,0.04 +13988,Chaos;Head Noah,X360,2009,Adventure,5pb,0,0,0.04,0,0.04 +13989,Tears to Tiara Anecdotes: The Secret of Avalon,PS3,2009,Strategy,Aqua Plus,0,0,0.04,0,0.04 +13990,Legasista,PS3,2012,Role-Playing,Nippon Ichi Software,0,0,0.04,0,0.04 +13991,Fatal Fury: Battle Archives Volume 1,PS2,2006,Fighting,Ignition Entertainment,0.02,0.01,0,0,0.04 +13992,The Night of the Rabbit,PC,2013,Adventure,Daedalic Entertainment,0,0.03,0,0,0.04 +13993,Harukanaru Toki no Naka de 3: Unmei no Meikyuu Aizouban,PSP,2009,Adventure,Tecmo Koei,0,0,0.04,0,0.04 +13994,Rhapsody: A Musical Adventure,PS,1998,Role-Playing,Nippon Ichi Software,0.02,0.01,0,0,0.04 +13995,NHL 16,PS3,2015,Sports,Electronic Arts,0,0.03,0,0.01,0.04 +13996,Destiny: The Collection,XOne,2016,Shooter,Activision,0.01,0.02,0,0,0.04 +13997,Music Maker: Rockstar,PS2,2009,Misc,Magix,0.02,0.01,0,0,0.04 +13998,Fading Shadows,PSP,2008,Puzzle,Ivolgamus,0.03,0,0,0,0.04 +13999,Formula 1 06,PS2,2006,Racing,Sony Computer Entertainment,0,0,0.04,0,0.04 +14000,Without Warning,PS2,2005,Shooter,Capcom,0.02,0.01,0,0,0.04 +14001,"Minna de Jibun no Setsumeisho: B-Kata, A-Kata, AB-Kata, O-Kata",DS,2008,Misc,GungHo,0,0,0.04,0,0.04 +14002,Smashing Drive,XB,2002,Racing,Namco Bandai Games,0.03,0.01,0,0,0.04 +14003,Age of Mythology: The Titans,PC,2003,Strategy,Microsoft Game Studios,0.01,0.02,0,0,0.04 +14004,Fighting Vipers 2,DC,2000,Fighting,Sega,0,0,0.04,0,0.04 +14005,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,XB,2005,Action,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +14006,Sudoku Ball Detective,Wii,2009,Puzzle,Playlogic Game Factory,0.02,0.01,0,0,0.04 +14007,12-Sai. Koisuru Diary,3DS,2016,Adventure,Happinet,0,0,0.04,0,0.04 +14008,Castlevania: Lords of Shadow - Reverie,PS3,2011,Action,Konami Digital Entertainment,0.02,0.01,0,0.01,0.04 +14009,Napoleon Dynamite: The Game,PSP,2007,Puzzle,Crave Entertainment,0.03,0,0,0,0.04 +14010,Beatdown: Fists of Vengeance,XB,2005,Action,Capcom,0.03,0.01,0,0,0.04 +14011,Enchanted Arms (JP sales),PS3,2007,Role-Playing,Ubisoft,0,0,0.04,0,0.04 +14012,Monster Force,GBA,2002,Shooter,Universal Interactive,0.03,0.01,0,0,0.04 +14013,World of Goo,PC,2008,Puzzle,2D Boy,0,0.03,0,0.01,0.04 +14014,Onsei Kanjou Sokuteiki: Kokoro Scan,DS,2007,Misc,Sega,0,0,0.04,0,0.04 +14015,Clock Zero: Shuuen no Ichibyou Portable,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +14016,San Goku Shi DS 3,DS,2010,Strategy,Tecmo Koei,0,0,0.04,0,0.04 +14017,Trick x Logic: Season 2,PSP,2010,Adventure,Sony Computer Entertainment,0,0,0.04,0,0.04 +14018,Challenge Me: Word Puzzles,DS,2011,Puzzle,O-Games,0.03,0,0,0,0.04 +14019,Hakuouki: Zuisouroku,PS2,2009,Adventure,Idea Factory,0,0,0.04,0,0.04 +14020,World in Conflict,PC,2007,Strategy,Vivendi Games,0,0.03,0,0.01,0.04 +14021,World Championship Pool 2004,XB,2003,Sports,Jaleco,0.03,0.01,0,0,0.04 +14022,Derby Tsuku 5: Derby Uma o Tsukurou!,PS2,2006,Sports,Sega,0,0,0.04,0,0.04 +14023,S.T.A.L.K.E.R.: Clear Sky,PC,2008,Shooter,Deep Silver,0,0.03,0,0.01,0.04 +14024,Jikkyou Powerful Major League 2009,Wii,2009,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +14025,SD Gundam Force: Showdown!,PS2,2004,Shooter,Namco Bandai Games,0.02,0.01,0,0,0.04 +14026,Ray Gigant,PSV,2015,Role-Playing,Namco Bandai Games,0,0,0.04,0,0.04 +14027,Negima!? 3-Jikanme ~Koi to Mahou to Sekaiju Densetsu~,PS2,2006,Adventure,Konami Digital Entertainment,0,0,0.04,0,0.04 +14028,Flow: Urban Dance Uprising,PS2,2005,Misc,Ubisoft,0.02,0.01,0,0,0.04 +14029,Ailu de Puzzle,PSP,2012,Action,Capcom,0,0,0.04,0,0.04 +14030,World in Conflict: Complete Edition,PC,2009,Strategy,Ubisoft,0,0.03,0,0.01,0.04 +14031,True Pinball,PS,1996,Misc,Ocean,0.02,0.01,0,0,0.04 +14032,Jane's Hotel,DS,2010,Simulation,Unknown,0.03,0,0,0,0.04 +14033,Stadium Games,GBA,2003,Sports,Ignition Entertainment,0.03,0.01,0,0,0.04 +14034,RLH: Run Like Hell,XB,2003,Shooter,Avalon Interactive,0.03,0.01,0,0,0.04 +14035,Power Play Pool,DS,2006,Sports,System 3 Arcade Software,0.03,0,0,0,0.04 +14036,J-League Pro Striker 2,GEN,1994,Sports,Sega,0,0,0.04,0,0.04 +14037,Obscure,XB,2004,Adventure,MC2 Entertainment,0.03,0.01,0,0,0.04 +14038,Caesar III,PC,1998,Strategy,Vivendi Games,0,0.03,0,0.01,0.04 +14039,Super Robot Taisen: Scramble Commander the 2nd,PS2,2007,Strategy,Banpresto,0,0,0.04,0,0.04 +14040,Mahjong Taikai,DS,2004,Misc,Tecmo Koei,0,0,0.04,0,0.04 +14041,Tomb Raider: Anniversary,PC,2007,Action,Eidos Interactive,0,0.03,0,0.01,0.04 +14042,Espgaluda II Black Label,X360,2010,Shooter,Cave,0,0,0.04,0,0.04 +14043,The Croods: Prehistoric Party!,3DS,2013,Misc,D3Publisher,0.01,0.02,0,0,0.04 +14044,Bratz Kidz,DS,2008,Misc,Game Factory,0.03,0,0,0,0.04 +14045,Hot Potato!,GBA,2001,Action,BAM! Entertainment,0.03,0.01,0,0,0.04 +14046,Barbie and Her Sisters Puppy Rescue,3DS,2015,Action,Namco Bandai Games,0,0.03,0,0,0.04 +14047,Kiniro no Corda 2 f,PSP,2009,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +14048,Swords,Wii,N/A,Fighting,Unknown,0.03,0,0,0,0.04 +14049,Winter Sports 3: The Great Tournament,PS3,2010,Sports,Tradewest,0,0.03,0,0.01,0.04 +14050,Deception III: Dark Delusion,PS,1999,Role-Playing,Tecmo Koei,0.02,0.01,0,0,0.04 +14051,Gothic Universe,PC,2007,Role-Playing,JoWood Productions,0,0.03,0,0.01,0.04 +14052,Ultimate Game Room,DS,2009,Misc,Majesco Entertainment,0.03,0,0,0,0.04 +14053,Alpha Protocol,PC,2010,Role-Playing,Sega,0,0.03,0,0.01,0.04 +14054,Penguins of Madagascar,WiiU,2014,Action,Namco Bandai Games,0.01,0.02,0,0,0.04 +14055,Nobunaga's Ambition II,3DS,2015,Strategy,Tecmo Koei,0,0,0.04,0,0.04 +14056,DarkStar One,PC,2006,Simulation,Ubisoft,0,0.03,0,0.01,0.04 +14057,Half-Minute Hero 2,PSP,N/A,Role-Playing,Rising Star Games,0,0,0.04,0,0.04 +14058,Clockwork Empires,PC,N/A,Strategy,Unknown,0,0.03,0,0,0.04 +14059,Monster Kingdom: Jewel Summoner,PSP,2006,Role-Playing,Sony Computer Entertainment,0,0,0.04,0,0.04 +14060,Cook Wars,Wii,2009,Misc,Ubisoft,0.03,0,0,0,0.04 +14061,Kuroshitsuji: Phantom & Ghost,DS,2009,Action,Square Enix,0,0,0.04,0,0.04 +14062,Petz: Catz Playground,DS,2010,Simulation,Ubisoft,0.03,0,0,0,0.04 +14063,Pirates: Duels on the High Seas,DS,2008,Action,Oxygen Interactive,0.03,0,0,0,0.04 +14064,Fushigi no Dungeon: Fuurai no Shiren 5 - Fortune Tower to Unmei no Dice,DS,2010,Role-Playing,ChunSoft,0,0,0.04,0,0.04 +14065,Sins of a Solar Empire: Trinity,PC,2010,Strategy,Kalypso Media,0,0.03,0,0.01,0.04 +14066,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Shu-Hen,PSP,2010,Adventure,Yeti,0,0,0.04,0,0.04 +14067,Mahjong 300,DS,2011,Puzzle,Avanquest,0,0.03,0,0,0.04 +14068,The Ant Bully,GBA,2006,Platform,Midway Games,0.03,0.01,0,0,0.04 +14069,Sega Arcade Gallery,GBA,2003,Misc,THQ,0.03,0.01,0,0,0.04 +14070,Crazy Machines,DS,2008,Puzzle,DTP Entertainment,0,0.03,0,0,0.04 +14071,Astrology DS,DS,2009,Misc,Deep Silver,0.03,0,0,0,0.04 +14072,"My World, My Way (US sales)",DS,2008,Role-Playing,Global A Entertainment,0.04,0,0,0,0.04 +14073,Planescape: Torment,PC,1998,Role-Playing,Interplay,0.01,0.02,0,0.01,0.04 +14074,Tao Adventure: Curse Demon,DS,2005,Role-Playing,Konami Digital Entertainment,0.03,0,0,0,0.04 +14075,Aegis of Earth: Protonovus Assault,PSV,2016,Action,PQube,0.02,0.01,0,0.01,0.04 +14076,Hello Kitty: Roller Rescue,PC,2005,Action,Empire Interactive,0,0.03,0,0,0.04 +14077,Double Value!: ATV Thunder Ridge Riders / Monster Trucks Mayhem,DS,2007,Racing,Zoo Digital Publishing,0.03,0,0,0,0.04 +14078,A Game of Thrones: Genesis,PC,2011,Strategy,Focus Home Interactive,0,0.03,0,0.01,0.04 +14079,Hotel Giant 2,PC,2008,Strategy,JoWood Productions,0,0.03,0,0.01,0.04 +14080,NHRA Drag Racing: Countdown to the Championship,PS2,2007,Racing,THQ,0.02,0.01,0,0,0.04 +14081,Black Stone: Magic & Steel,XB,2003,Role-Playing,THQ,0.03,0.01,0,0,0.04 +14082,MLB 15: The Show,PSV,2015,Sports,Sony Computer Entertainment,0.03,0,0,0.01,0.04 +14083,Puyo Pop Fever(us sales),DS,2004,Puzzle,Ignition Entertainment,0.03,0,0,0,0.04 +14084,Hitman: Blood Money,PC,2006,Action,Eidos Interactive,0,0.03,0,0.01,0.04 +14085,Assassin's Creed Chronicles: China,PS4,2015,Action,Ubisoft,0,0.03,0,0.01,0.04 +14086,The Cursed Crusade,PC,2011,Action,DTP Entertainment,0,0.03,0,0.01,0.04 +14087,Harukanaru Toki no Naka de: Maihitoyo,PS2,2006,Adventure,Tecmo Koei,0,0,0.04,0,0.04 +14088,Painkiller: Hell Wars,XB,2006,Shooter,DreamCatcher Interactive,0.03,0.01,0,0,0.04 +14089,Housekeeping,DS,N/A,Action,N/A,0,0,0.04,0,0.04 +14090,FunkMaster Flex's Digital Hitz Factory,PS2,2003,Misc,Jester Interactive,0.02,0.01,0,0,0.04 +14091,Star Wars Jedi Knight: Jedi Academy,PC,2003,Shooter,Activision,0,0.03,0,0.01,0.04 +14092,Greg Hastings Paintball 2,PS3,2010,Shooter,Majesco Entertainment,0.03,0,0,0,0.04 +14093,Sangoku Koi Senki: Otome no Heihou!,PSP,2012,Adventure,Prototype,0,0,0.04,0,0.04 +14094,Batman: A Telltale Game Series,PS4,2016,Adventure,Telltale Games,0.01,0.02,0,0.01,0.04 +14095,Castlevania Bloodlines,GEN,1994,Platform,Konami Digital Entertainment,0,0,0.04,0,0.04 +14096,Hakuouki: Zuisouroku DS,DS,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +14097,Might & Magic X: Legacy,PC,2014,Role-Playing,Ubisoft,0,0.03,0,0,0.04 +14098,Detective Conan: Prelude from the Past,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +14099,Luminous Arc 3,DS,2009,Role-Playing,Marvelous Interactive,0,0,0.04,0,0.04 +14100,Major League Baseball 2K8,PSP,N/A,Sports,Unknown,0.03,0,0,0,0.03 +14101,FabStyle,3DS,2011,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14102,Rebel Raiders: Operation Nighthawk,PS2,2006,Simulation,Kando Games,0.02,0.01,0,0,0.03 +14103,Turbo: Super Stunt Squad,DS,2013,Sports,D3Publisher,0,0.03,0,0,0.03 +14104,Zenkoku Dekotora Matsuri,Wii,2008,Racing,Jaleco,0,0,0.03,0,0.03 +14105,Adventure Time: Explore the Dungeon Because I Don't Know!,WiiU,2013,Action,D3Publisher,0.02,0.01,0,0,0.03 +14106,Fast & Furious: Showdown,PS3,2013,Action,Activision,0,0.03,0,0,0.03 +14107,Alienators: Evolution Continues,GBA,2001,Action,Activision,0.03,0.01,0,0,0.03 +14108,Onechanbara Z Kagura,PS3,2013,Action,D3Publisher,0,0,0.03,0,0.03 +14109,Marines: Modern Urban Combat,Wii,2010,Shooter,O-Games,0.03,0,0,0,0.03 +14110,DoraMoji: Nobita no Kanji Daisakusen,3DS,2015,Misc,Shogakukan,0,0,0.03,0,0.03 +14111,Gekiatsu!! Pachi Game Tamashi: CR Evangelion - Hajimari no Fukuin,PS3,2010,Misc,Unknown,0,0,0.03,0,0.03 +14112,Supreme Ruler: Cold War,PC,2011,Strategy,Paradox Interactive,0,0.03,0,0.01,0.03 +14113,Travel Coach: Europe 1,DS,2008,Misc,HMH Interactive,0,0.03,0,0,0.03 +14114,Top Gun: Hard Lock,PS3,2012,Action,505 Games,0,0.03,0,0.01,0.03 +14115,MX World Tour Featuring Jamie Little,XB,2005,Racing,Crave Entertainment,0.03,0.01,0,0,0.03 +14116,XBLAZE Code: Embryo,PS3,2013,Adventure,Arc System Works,0.02,0,0.01,0,0.03 +14117,The Idolmaster: Gravure For You! Vol. 4,PS3,2012,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14118,RedCard 20-03,XB,2002,Sports,Midway Games,0.03,0.01,0,0,0.03 +14119,Katekyoo Hitman Reborn! DS: Fate of Heat II - Unmei no Futari,DS,2009,Role-Playing,Marvelous Interactive,0,0,0.03,0,0.03 +14120,Puyo Puyo 7,PSP,2009,Puzzle,Sega,0,0,0.03,0,0.03 +14121,Asterix & Obelix: Kick Buttix,PS2,2004,Action,Atari,0.02,0.01,0,0,0.03 +14122,Radiant Silvergun,SAT,1998,Shooter,ESP,0,0,0.03,0,0.03 +14123,Bounty Hounds,PSP,2006,Action,Namco Bandai Games,0.03,0,0,0,0.03 +14124,Care Bears - Care Quest,GBA,2005,Action,Game Factory,0.02,0.01,0,0,0.03 +14125,Apache: Air Assault,PC,2010,Simulation,Just Flight,0,0.03,0,0.01,0.03 +14126,Cooking Mama: My Sweets Shop,3DS,2014,Simulation,Office Create,0,0,0.03,0,0.03 +14127,Championship Manager Season 01/02,PC,2001,Sports,Eidos Interactive,0,0.03,0,0.01,0.03 +14128,Even in a Game Listen to Me Girls. I Am Your Father!,PSP,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14129,Tokyo Majin Gakuen: Kenfuuchou,DS,2008,Adventure,Marvelous Interactive,0,0,0.03,0,0.03 +14130,Boboboubo Boubobo: Ougi 87.5 Bakuretsu Hanage Shinken,GBA,2002,Action,Hudson Soft,0,0,0.03,0,0.03 +14131,Zatch Bell! Electric Arena,GBA,2003,Fighting,Banpresto,0.02,0.01,0,0,0.03 +14132,Boulder Dash: Rocks!,DS,2007,Puzzle,10TACLE Studios,0,0.03,0,0,0.03 +14133,NHRA Drag Racing: Countdown to the Championship,PSP,2007,Racing,THQ,0.03,0,0,0,0.03 +14134,The Void,PC,2008,Adventure,Mamba Games,0,0.03,0,0.01,0.03 +14135,TOCA Race Driver 3,XB,2006,Racing,Codemasters,0.03,0.01,0,0,0.03 +14136,Daito Giken Premium Pachi-Slot Collection: Yoshimune,PS2,2006,Misc,Daito,0,0,0.03,0,0.03 +14137,Maximum Racing: Drag & Stock Racer,Wii,2010,Racing,Nordic Games,0.03,0,0,0,0.03 +14138,Sky Dancers,GBA,2005,Action,Crave Entertainment,0.02,0.01,0,0,0.03 +14139,Silent Scope,GBA,2002,Shooter,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14140,Resident Evil 4 HD,PS4,2016,Shooter,Capcom,0.03,0,0,0.01,0.03 +14141,World Series of Poker: Tournament of Champions 2007 Edition,PS2,2006,Misc,Activision,0.02,0.01,0,0,0.03 +14142,Clever Kids: Pirates,DS,2008,Misc,Midas Interactive Entertainment,0,0.03,0,0,0.03 +14143,Yggdra Union: We'll Never Fight Alone,GBA,2006,Role-Playing,Sting,0,0,0.03,0,0.03 +14144,Tour de France 2014,PS4,2014,Sports,Focus Home Interactive,0,0.03,0,0,0.03 +14145,Gekiatsu!! Pachi Game Tamashi Max: Evangelion 7 x Seimei no Kodou,PS3,2012,Misc,Fields,0,0,0.03,0,0.03 +14146,Rapala Tournament Fishing!,X360,2006,Sports,Activision,0.03,0,0,0,0.03 +14147,The Legend of Heroes: Trails in the Sky SC Evolution,PSV,2015,Role-Playing,Kadokawa Games,0,0,0.03,0,0.03 +14148,Prey,PC,2006,Shooter,Take-Two Interactive,0,0.03,0,0.01,0.03 +14149,Wangan Midnight,PS3,2007,Racing,Genki,0,0,0.03,0,0.03 +14150,ESPN NBA 2Night 2002,PS2,2002,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14151,Cabela's Dangerous Hunts 2,GC,2005,Sports,Activision,0.03,0.01,0,0,0.03 +14152,SpongeBob: HeroPants,3DS,2015,Platform,Activision,0.03,0,0,0,0.03 +14153,Kekkaishi: Kokubourou no Kage,Wii,2007,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14154,Trap Gunner: Countdown to Oblivion,PS,1998,Strategy,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14155,Suzumiya Haruhi no Tsuisou,PS3,2011,Adventure,Namco Bandai Games,0,0,0.03,0,0.03 +14156,Mame Goma: Shiro to Kuro no Meikyuu,3DS,2012,Action,Nippon Ichi Software,0,0,0.03,0,0.03 +14157,"Crouching Tiger, Hidden Dragon",GBA,2003,Action,Ubisoft,0.02,0.01,0,0,0.03 +14158,Clash of Elementalists,3DS,2013,Action,Unknown,0,0.03,0,0,0.03 +14159,Simple DS Series Vol. 8: The Kanshikikan - Kinkyuu Shutsudou!! Jiken Genba wo Touch Seyo,DS,2006,Adventure,D3Publisher,0,0,0.03,0,0.03 +14160,Harukanaru Toki no Naka de Yumenoukihashi Special,PS2,2009,Adventure,Tecmo Koei,0,0,0.03,0,0.03 +14161,Rise of Nations: Rise of Legends,PC,2006,Strategy,Microsoft Game Studios,0,0.03,0,0.01,0.03 +14162,Sabre Wulf,GBA,N/A,Platform,THQ,0.02,0.01,0,0,0.03 +14163,Tsuyo Kiss: Mighty Heart,PS2,2006,Adventure,Princess Soft,0,0,0.03,0,0.03 +14164,Zoo Tycoon,PC,2001,Strategy,Microsoft Game Studios,0,0.03,0,0.01,0.03 +14165,Gacharoku,PS2,2002,Misc,Sony Computer Entertainment,0,0,0.03,0,0.03 +14166,SX Superstar,GC,2003,Racing,Acclaim Entertainment,0.03,0.01,0,0,0.03 +14167,Cake Mania: Baker's Challenge,PSP,2008,Puzzle,Destineer,0.03,0,0,0,0.03 +14168,MotoGP,PSP,2006,Racing,Sony Computer Entertainment,0.03,0,0,0,0.03 +14169,Zoo Vet: Endangered Animals,DS,2008,Simulation,505 Games,0.03,0,0,0,0.03 +14170,Deer Drive: Legends,3DS,2012,Action,Maximum Family Games,0.03,0,0,0,0.03 +14171,Driven,GBA,2001,Racing,BAM! Entertainment,0.02,0.01,0,0,0.03 +14172,Red Faction II,GC,2003,Shooter,THQ,0.03,0.01,0,0,0.03 +14173,Criminal Girls 2,PSV,2015,Role-Playing,Nippon Ichi Software,0,0,0.03,0,0.03 +14174,SD Gundam G Generation: Gather Beat 2,WS,2001,Strategy,Namco Bandai Games,0,0,0.03,0,0.03 +14175,Original Story from Fairy Tail: Gekitotsu! Kardia Daiseidou,DS,2011,Role-Playing,Hudson Soft,0,0,0.03,0,0.03 +14176,Who Wants to be a Millionaire: 1st Edition,Wii,2007,Misc,Ubisoft,0,0.03,0,0,0.03 +14177,Diabolik Lovers: Dark Fate,PSV,2015,Action,Idea Factory,0,0,0.03,0,0.03 +14178,Battle Engine Aquila,PS2,2003,Shooter,Atari,0.02,0.01,0,0,0.03 +14179,Astonishia Story,PSP,2006,Role-Playing,Ubisoft,0.03,0,0,0,0.03 +14180,Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden,PS3,2016,Misc,Tecmo Koei,0,0,0.03,0,0.03 +14181,Special Forces: Nemesis Strike,XB,2005,Shooter,Hip Interactive,0.03,0.01,0,0,0.03 +14182,Women's Volleyball Championship,PS2,2007,Sports,Spike,0,0,0.03,0,0.03 +14183,Junior Island Adventure,DS,2011,Puzzle,Unknown,0.03,0,0,0,0.03 +14184,Jikkyou Powerful Pro Yakyuu Wii Ketteiban,Wii,2007,Sports,Konami Digital Entertainment,0,0,0.03,0,0.03 +14185,MX vs. ATV Supercross,PS3,2014,Racing,Nordic Games,0.02,0.01,0,0.01,0.03 +14186,Rakushou! Pachi-Slot Sengen 5: Rio Paradise,PS2,2007,Misc,Tecmo Koei,0,0,0.03,0,0.03 +14187,Sacra Terra: Angelic Night,PC,2011,Puzzle,Avanquest,0.01,0.02,0,0.01,0.03 +14188,Teenage Mutant Ninja Turtles: Mutants in Manhattan,XOne,2016,Action,Activision,0.02,0.01,0,0,0.03 +14189,Battle Assault 3 featuring Gundam Seed,PS2,2004,Action,Namco Bandai Games,0.02,0.01,0,0,0.03 +14190,Crimson Tears,PS2,2004,Role-Playing,Capcom,0.02,0.01,0,0,0.03 +14191,Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Oyashiki-Hen,DS,2008,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14192,Batman Forever: The Arcade Game,PS,1996,Action,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14193,Romance of the Three Kingdoms (3DS),3DS,2013,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14194,Electroplankton,DS,2005,Misc,Nintendo,0.01,0,0.02,0,0.03 +14195,Cabela's Outdoor Adventures,GC,2005,Sports,Activision,0.03,0.01,0,0,0.03 +14196,Makai Senki Disgaea 4: Fuuka & Desco-hen Hajime Mashita,PS3,2011,Strategy,Nippon Ichi Software,0,0,0.03,0,0.03 +14197,Backyard NFL Football 2006,GBA,2005,Sports,Atari,0.02,0.01,0,0,0.03 +14198,Game of Thrones (Telltale),X360,2015,Adventure,Telltale Games,0.02,0.01,0,0,0.03 +14199,Mashiro Iro Symphony: *mutsu-no-hana,PSP,2011,Adventure,Comfort,0,0,0.03,0,0.03 +14201,Monster Guardians,GBA,2001,Role-Playing,Konami Digital Entertainment,0,0,0.03,0,0.03 +14202,Sunday vs Magazine Shuuketsu! Choujou Daikessen,PSP,2009,Fighting,Konami Digital Entertainment,0,0,0.03,0,0.03 +14203,An American Tail: Fievel's Gold Rush,GBA,2002,Platform,Conspiracy Entertainment,0.02,0.01,0,0,0.03 +14204,Dead or Alive Xtreme 3: Venus,PSV,2016,Sports,Tecmo Koei,0,0,0.03,0,0.03 +14205,Diabolik Lovers: More Blood,PSP,2013,Adventure,Idea Factory,0,0,0.03,0,0.03 +14206,Magna Carta Portable,PSP,2006,Role-Playing,Banpresto,0,0,0.03,0,0.03 +14207,Red Faction: Guerrilla,PC,2009,Shooter,THQ,0,0.03,0,0.01,0.03 +14208,The Italian Job,GC,2003,Racing,Eidos Interactive,0.03,0.01,0,0,0.03 +14209,Crazy Chicken: Star Karts,DS,2008,Racing,Phenomedia,0.03,0,0,0,0.03 +14210,Detective Conan: Phantom Rhapsody,3DS,2014,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14211,Super Dodgeball Brawlers (jp sales),DS,2008,Sports,Arc System Works,0,0,0.03,0,0.03 +14212,Makai Senki Disgaea Portable: Tsuushin Taisen Hajime Mashita,PSP,2007,Role-Playing,Nippon Ichi Software,0,0,0.03,0,0.03 +14213,M&Ms Shell Shocked,PS,2001,Action,Berkeley,0.02,0.01,0,0,0.03 +14214,RACE On,PC,2009,Racing,bitComposer Games,0,0.03,0,0.01,0.03 +14215,K-On! After School Live!! HD Ver.,PS3,2012,Action,Sega,0,0,0.03,0,0.03 +14216,Metal Gear Solid: The Essential Collection (JP sales),PS2,2007,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14217,Overlord II,PC,2009,Action,Codemasters,0,0.03,0,0.01,0.03 +14218,Young Justice: Legacy,Wii,2013,Action,Namco Bandai Games,0,0.03,0,0,0.03 +14219,3D Baseball,PS,1996,Sports,BMG Interactive Entertainment,0.02,0.01,0,0,0.03 +14220,Pachitte Chonmage Tatsujin 12: Pachinko Ultraman,PS2,2007,Misc,Hackberry,0,0,0.03,0,0.03 +14221,First Queen: Ornic Senki,SNES,1994,Role-Playing,Culture Brain,0,0,0.03,0,0.03 +14222,Call of Juarez: Bound in Blood,PC,2009,Shooter,Ubisoft,0,0.03,0,0.01,0.03 +14223,Dream C Club Zero,X360,2011,Simulation,D3Publisher,0,0,0.03,0,0.03 +14224,Shining Stars,DS,2008,Action,"Destination Software, Inc",0.03,0,0,0,0.03 +14225,Tail Concerto,PS,1998,Adventure,Namco Bandai Games,0.02,0.01,0,0,0.03 +14226,The Sum of All Fears,GC,2003,Shooter,Ubisoft,0.03,0.01,0,0,0.03 +14227,James Pond: Codename Robocod,GBA,2005,Platform,Play It,0.02,0.01,0,0,0.03 +14228,Yumi's Odd Odyssey,3DS,2013,Platform,Agatsuma Entertainment,0,0,0.03,0,0.03 +14229,Night Head: The Labyrinth,PS,1995,Adventure,Fuji,0,0,0.03,0,0.03 +14230,JoJo's Bizarre Adventure: Eyes of Heaven,PS4,2015,Fighting,Namco Bandai Games,0,0,0.03,0,0.03 +14231,Angler's Club: Ultimate Bass Fishing 3D,3DS,2011,Sports,D3Publisher,0,0.03,0,0,0.03 +14232,Utawarerumono Portable,PSP,2009,Role-Playing,Aqua Plus,0,0,0.03,0,0.03 +14233,Gaia Saver Hero Saidai no Sakusen,SNES,1994,Role-Playing,Banpresto,0,0,0.03,0,0.03 +14234,EverBlue 2,PS2,2002,Adventure,Capcom,0.02,0.01,0,0,0.03 +14235,Emma at the Farm,DS,2008,Adventure,Aspyr,0.03,0,0,0,0.03 +14236,NASCAR Heat Evolution,PS4,2016,Racing,Dusenberry Martin Racing,0.03,0,0,0.01,0.03 +14237,Higurashi no Naku Koro ni Kizuna: Dai-San-Kan - Rasen,DS,2009,Adventure,Alchemist,0,0,0.03,0,0.03 +14238,The Sims 2: Glamour Life Stuff,PC,2006,Simulation,Electronic Arts,0,0.03,0,0.01,0.03 +14239,Safari Adventures: Africa,Wii,2007,Adventure,Neko Entertainment,0.03,0,0,0,0.03 +14240,Summer Athletics: The Ultimate Challenge,X360,2008,Sports,DTP Entertainment,0.02,0.01,0,0,0.03 +14241,Prince of Persia: The Forgotten Sands,PC,2010,Action,Ubisoft,0,0.03,0,0,0.03 +14242,Yumeiro Patissiere: My Sweets Cooking,DS,2010,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14243,Daito Giken Koushiki Pachi-Slot Simulator: Yoshimune Portable,PSP,2006,Misc,Daito,0,0,0.03,0,0.03 +14244,Clannad,PS3,2011,Adventure,Prototype,0,0,0.03,0,0.03 +14245,Maximum Racing: GP Classic Racing,Wii,2010,Racing,Nordic Games,0.03,0,0,0,0.03 +14246,Trials Fusion,PC,2014,Racing,Ubisoft,0,0.03,0,0,0.03 +14247,Rugby League Live 3,PS3,2015,Action,Tru Blu Entertainment,0,0.03,0,0,0.03 +14248,PowerSlave,PS,1996,Shooter,BMG Interactive Entertainment,0.02,0.01,0,0,0.03 +14249,Legend of the Dragon,PSP,2007,Fighting,Game Factory,0.03,0,0,0,0.03 +14250,Project Gotham Racing 2 (JP weekly sales),XB,2003,Action,Microsoft Game Studios,0,0,0.03,0,0.03 +14251,Ukiyo no Shishi,PS3,2015,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14252,The Binding of Isaac,PC,2012,Action,Unknown,0,0.03,0,0,0.03 +14253,CT Special Forces,GBA,2002,Action,LSP Games,0.02,0.01,0,0,0.03 +14254,FIFA World Cup: Germany 2006,GBA,2006,Sports,Electronic Arts,0.02,0.01,0,0,0.03 +14255,Jewel Master: Cradle of Rome,Wii,2008,Puzzle,Rondomedia,0.03,0,0,0,0.03 +14256,Midnight Mysteries: The Edgar Allan Poe Conspiracy,PC,2009,Adventure,GSP,0,0.03,0,0.01,0.03 +14257,Beastly,Wii,2011,Misc,Unknown,0.03,0,0,0,0.03 +14258,Crash Time: Autobahn Pusuit,X360,2008,Racing,RTL,0.03,0,0,0,0.03 +14259,Earthworm Jim 2,GBA,2002,Platform,Vivendi Games,0.02,0.01,0,0,0.03 +14260,Garfield: A Tale of Two Kitties,DS,2006,Platform,Game Factory,0.03,0,0,0,0.03 +14261,Tamagotchi no Doki Doki Dream Omisecchi,3DS,2013,Simulation,Namco Bandai Games,0,0,0.03,0,0.03 +14262,Toushin Toshi,3DS,2014,Role-Playing,imageepoch Inc.,0,0,0.03,0,0.03 +14263,Suujin Taisen,DS,2007,Strategy,Nintendo,0,0,0.03,0,0.03 +14264,SBK 2011: FIM Superbike World Championship,PC,2011,Racing,Black Bean Games,0,0.03,0,0.01,0.03 +14265,Driv3r,GBA,2005,Racing,Atari,0.02,0.01,0,0,0.03 +14266,Street Supremacy,PSP,2005,Racing,Konami Digital Entertainment,0.03,0,0,0,0.03 +14267,Combat Mission: Shock Force,PC,2007,Strategy,Paradox Interactive,0,0.03,0,0.01,0.03 +14268,Rome: Total War - Gold Edition,PC,2006,Strategy,Sega,0,0.03,0,0.01,0.03 +14269,House M.D.,DS,2010,Adventure,Mindscape,0.02,0.01,0,0,0.03 +14270,Mystery Case Files: Ravenhearst,PC,2007,Puzzle,Focus Home Interactive,0.01,0.02,0,0.01,0.03 +14271,YoKai Watch Dance: Just Dance Special Version,WiiU,2015,Misc,Level 5,0,0,0.03,0,0.03 +14272,River King: Mystic Valley (jp sales),DS,2007,Sports,Rising Star Games,0,0,0.03,0,0.03 +14273,Winning Post World,PS2,2009,Sports,Tecmo Koei,0,0,0.03,0,0.03 +14274,Jig-A-Pix: Wild World,DS,2009,Puzzle,Zushi Games,0.03,0.01,0,0,0.03 +14275,Best Friends Tonight,DS,2010,Misc,Ubisoft,0.03,0,0,0,0.03 +14276,Beyond the Labyrinth,3DS,N/A,Role-Playing,Unknown,0,0,0.03,0,0.03 +14277,Living Legends: Frozen Beauty,PC,2014,Action,Big Fish Games,0,0.03,0,0,0.03 +14278,Super Hero Generation,PS3,2014,Role-Playing,Namco Bandai Games,0,0,0.03,0,0.03 +14279,.hack: Sekai no Mukou ni + Versus,PS3,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14280,Sea Park Tycoon,DS,2010,Simulation,Foreign Media Games,0.02,0.01,0,0,0.03 +14281,Disney Sports Soccer,GC,2002,Sports,Konami Digital Entertainment,0.03,0.01,0,0,0.03 +14282,Cooking Mama 5: Bon Appetit!,3DS,2013,Simulation,Office Create,0,0,0.03,0,0.03 +14283,Mame Goma: Honobo no Nikki,DS,2007,Simulation,TDK Core,0,0,0.03,0,0.03 +14284,Guitar Hero: World Tour,PC,2009,Misc,Aspyr,0,0.03,0,0.01,0.03 +14285,Nancy Drew: Alibi In Ashes,PC,2011,Adventure,Her Interactive,0.03,0,0,0,0.03 +14286,The Walking Dead: Season One,PC,2012,Adventure,Avanquest Software,0,0.03,0,0.01,0.03 +14287,Ultimate Block Party,PSP,2004,Puzzle,505 Games,0.03,0,0,0,0.03 +14288,Disney's Hide & Sneak,GC,2003,Action,Capcom,0.03,0.01,0,0,0.03 +14289,Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice,PSV,2013,Strategy,Namco Bandai Games,0,0,0.03,0,0.03 +14290,Nobunaga no Yabou: Kakushin with Power-Up Kit,PS2,2008,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14291,Raw Danger!,PS2,2006,Action,505 Games,0.02,0.01,0,0,0.03 +14292,Arthur and the Invisibles,DS,2007,Adventure,Atari,0.03,0,0,0,0.03 +14293,Flipper Critters,DS,2007,Simulation,Conspiracy Entertainment,0.03,0,0,0,0.03 +14294,Medarot 9: Kabuto Ver. / Kuwagata Ver.,3DS,2015,Role-Playing,Rocket Company,0,0,0.03,0,0.03 +14295,Monster Rancher Hop-A-Bout,PS,2000,Action,Tecmo Koei,0.02,0.01,0,0,0.03 +14296,Foto Showdown,DS,2010,Role-Playing,Unknown,0.03,0,0,0,0.03 +14297,Custom Beat Battle: Draglade 2,DS,2008,Fighting,Namco Bandai Games,0,0,0.03,0,0.03 +14298,Gotouchi Kenkei DS,DS,2006,Misc,Spike,0,0,0.03,0,0.03 +14299,Bikkuriman Daijiten,DS,N/A,Misc,N/A,0,0,0.03,0,0.03 +14300,Accel World: Ginyoku no Kakusei,PS3,2012,Adventure,Namco Bandai Games,0,0,0.03,0,0.03 +14301,Elf Bowling 1 & 2,GBA,2005,Sports,Ignition Entertainment,0.02,0.01,0,0,0.03 +14302,Men of War,PC,2009,Strategy,505 Games,0.01,0.02,0,0.01,0.03 +14303,Toy Shop,DS,2008,Simulation,Majesco Entertainment,0.03,0,0,0,0.03 +14304,Metroid Prime: Federation Force,3DS,2016,Action,Nintendo,0.02,0.01,0.01,0,0.03 +14305,GunGriffon: Allied Strike,XB,2004,Simulation,Microsoft Game Studios,0.02,0.01,0,0,0.03 +14306,Stacked with Daniel Negreanu,PSP,2006,Misc,Myelin Media,0.03,0,0,0,0.03 +14307,Vitamin X Evolution,DS,2008,Adventure,D3Publisher,0,0,0.03,0,0.03 +14308,Saru! Get You! SaruSaru Daisakusen,PSP,2007,Platform,Sony Computer Entertainment,0,0,0.03,0,0.03 +14309,Sonic Boom: Fire & Ice,3DS,2016,Platform,Sega,0.03,0,0,0,0.03 +14310,The Flintstones: Big Trouble in Bedrock,GBA,2001,Platform,Swing! Entertainment,0.02,0.01,0,0,0.03 +14311,Hallowed Legends: Samhain,PC,2011,Adventure,Focus Home Interactive,0,0.02,0,0.01,0.03 +14312,Captain Morgane and the Golden Turtle,DS,2012,Adventure,Reef Entertainment,0,0.03,0,0,0.03 +14313,Sekai no Hate Made Itte Q! Chinjuu Hunter Mono no Daibouken,DS,2010,Misc,Kamui,0,0,0.03,0,0.03 +14314,Silverlicious,DS,2012,Action,N/A,0.03,0,0,0,0.03 +14315,Majesty 2: The Fantasy Kingdom Sim,X360,N/A,Simulation,Unknown,0.03,0,0,0,0.03 +14316,Gakusen Toshi Asterisk Festa: Houka Kenran,PSV,2016,Fighting,Namco Bandai Games,0,0,0.03,0,0.03 +14317,BeatMania IIDX 14 Gold,PS2,2008,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14318,PopCap Arcade Vol 2,X360,2009,Misc,PopCap Games,0.03,0,0,0,0.03 +14319,Toriko: Ultimate Survival,3DS,2013,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14320,Big Ichigeki! Pachi-Slot Taikouryku Universal Museum,SAT,1996,Misc,ASK,0,0,0.03,0,0.03 +14321,Vegas Casino,DS,2007,Misc,Neko Entertainment,0.03,0,0,0,0.03 +14322,Monster High: New Ghoul in School,Wii,2015,Action,Little Orbit,0,0.03,0,0,0.03 +14323,Madou Monogatari,SAT,1998,Role-Playing,Compile,0,0,0.03,0,0.03 +14324,Biker Mice From Mars,DS,2007,Racing,Game Factory,0.03,0,0,0,0.03 +14325,Smart Girl's Winter Wonderland,DS,2008,Misc,UFO Interactive,0.03,0,0,0,0.03 +14326,Tork: Prehistoric Punk,XB,2005,Platform,Microsoft Game Studios,0.02,0.01,0,0,0.03 +14327,Togainu no Chi: True Blood,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.03,0,0.03 +14328,Onna no Ko to Misshitsu ni Itara **shichau Kamoshirenai,3DS,2012,Adventure,D3Publisher,0,0,0.03,0,0.03 +14329,Chicken Shoot 2,GBA,2005,Adventure,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14330,Neverwinter Nights,PC,2002,Role-Playing,Atari,0,0.03,0,0.01,0.03 +14331,East India Company Collection,PC,2010,Misc,Paradox Interactive,0,0.03,0,0,0.03 +14332,Battle vs. Chess,X360,2011,Misc,TopWare Interactive,0,0.03,0,0,0.03 +14333,The Inner World,PC,2013,Adventure,Headup Games,0,0.03,0,0,0.03 +14334,Pachinko Kamen Rider: Shocker Zenmetsu Daisakusen,PS2,2008,Misc,Hackberry,0,0,0.03,0,0.03 +14335,Underground Pool,DS,2007,Sports,UFO Interactive,0.03,0,0,0,0.03 +14336,Accel World: Ginyoku no Kakusei,PSP,2012,Adventure,Namco Bandai Games,0,0,0.03,0,0.03 +14337,Classic Dungeon: Fuyoku no Masoujin,PSP,2010,Role-Playing,Nippon Ichi Software,0,0,0.03,0,0.03 +14338,Alter Ego,PC,1985,Simulation,Activision,0,0.03,0,0.01,0.03 +14339,Dragon's Dogma Online,PS3,2015,Role-Playing,Capcom,0,0,0.03,0,0.03 +14340,Rampo,SAT,1995,Adventure,Sega,0,0,0.03,0,0.03 +14341,River City Super Sports Challenge,DS,2010,Sports,Arc System Works,0.01,0,0.02,0,0.03 +14342,My Pet Shop (JP sales),DS,2008,Simulation,Square Enix,0,0,0.03,0,0.03 +14343,Exstetra,PSV,2013,Role-Playing,FuRyu,0,0,0.03,0,0.03 +14344,Konami Classics Series: Arcade Hits,DS,2007,Misc,Konami Digital Entertainment,0.01,0,0.02,0,0.03 +14345,Dodge Racing: Charger vs Challenger,DS,2009,Racing,Zushi Games,0.03,0,0,0,0.03 +14346,Gokujou!! Mecha Mote Iinchou: MM My Best Friend!,DS,2010,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14347,Atelier Sophie: The Alchemist of the Mysterious Book,PS3,2015,Role-Playing,Tecmo Koei,0,0,0.03,0,0.03 +14348,SingStar Chartbreaker,PS3,2009,Misc,Sony Computer Entertainment,0,0.02,0,0.01,0.03 +14349,Hiiro no Kakera 2: Hisui no Shizuku,PS2,2007,Adventure,Idea Factory,0,0,0.03,0,0.03 +14350,Pro Yakyuu Spirits 5 Kanzenban,PS3,2008,Sports,Konami Digital Entertainment,0,0,0.03,0,0.03 +14351,Sorcery Saga: The Curse of the Great Curry God,PSV,2013,Role-Playing,Rising Star Games,0,0,0.03,0,0.03 +14352,SingStar Fussballhits,PS3,2010,Misc,Sony Computer Entertainment,0,0.02,0,0.01,0.03 +14353,A Good Librarian Like a Good Shepherd: Library Party,PSV,2015,Action,Kaga Create,0,0,0.03,0,0.03 +14354,Dance Factory,PS2,2006,Action,Codemasters,0.02,0.01,0,0,0.03 +14355,LEGO Legends of Chima: Laval's Journey,DS,2013,Adventure,Unknown,0,0.03,0,0,0.03 +14356,Montessori Music,DS,2008,Misc,Oxygen Interactive,0.01,0.02,0,0,0.03 +14357,Totally Spies!,GBA,2005,Platform,Atari,0.02,0.01,0,0,0.03 +14358,DragonHeart: Fire & Steel,PS,1996,Action,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14359,Nishijin Pachinko Monogatari 2,SNES,1996,Misc,KSS,0,0,0.03,0,0.03 +14360,Chaos;Head - Love Chu*Chu!,X360,2010,Adventure,5pb,0,0,0.03,0,0.03 +14361,Gal Gun: Double Peace,PSV,2015,Action,PQube,0,0.02,0.01,0,0.03 +14362,PriPara & Pretty Rhythm: PriPara de Tsukaeru Oshare Item 1450!,3DS,2015,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14363,RoadKill,GC,2003,Action,Midway Games,0.02,0.01,0,0,0.03 +14364,The Legend of Heroes III: Song of the Ocean,PSP,2006,Role-Playing,Namco Bandai Games,0.03,0,0,0,0.03 +14365,Dungeon Maker: Hunting Ground,PSP,2006,Role-Playing,Global A Entertainment,0.03,0,0,0,0.03 +14366,Mushihimesama Futari Ver 1.5,X360,2009,Shooter,Cave,0,0,0.03,0,0.03 +14367,F1 2002,GC,2002,Racing,Electronic Arts,0.02,0.01,0,0,0.03 +14368,Pocket Fighter,SAT,1998,Fighting,Capcom,0,0,0.03,0,0.03 +14369,Lock On: Modern Air Combat,PC,2003,Simulation,Ubisoft,0,0.03,0,0.01,0.03 +14370,Toaru Majutsu no Kagaku no Ensemble,PSP,2013,Adventure,Namco Bandai Games,0,0,0.03,0,0.03 +14371,Ojyousama Express,SAT,1998,Strategy,Media Works,0,0,0.03,0,0.03 +14372,Guilty Gear XX Accent Core Plus,Wii,2009,Fighting,PQube,0.01,0.02,0,0,0.03 +14373,Starsky & Hutch,GBA,2003,Racing,Empire Interactive,0.02,0.01,0,0,0.03 +14374,Super Meat Boy: Ultra Edition!,PC,2011,Platform,Unknown,0,0.02,0,0.01,0.03 +14375,Sitting Ducks,GBA,2003,Platform,LSP Games,0.02,0.01,0,0,0.03 +14376,Brothers Conflict: Brilliant Blue,PSP,2013,Adventure,Idea Factory,0,0,0.03,0,0.03 +14377,JoJo's Bizarre Adventure: Eyes of Heaven,PS3,2015,Fighting,Namco Bandai Games,0,0,0.03,0,0.03 +14378,Hajime no Ippo: The Fighting! (2014),PS3,2014,Sports,Namco Bandai Games,0,0,0.03,0,0.03 +14379,Eyeshield 21: Field Saikyou no Senshi Tachi,Wii,2007,Role-Playing,Nintendo,0,0,0.03,0,0.03 +14380,Fullmetal Alchemist: Brotherhood,PSP,N/A,Action,Unknown,0,0,0.03,0,0.03 +14381,To LoveRu Trouble: Waku Waku! Rinkangakkou-Hen,DS,2008,Adventure,Marvelous Interactive,0,0,0.03,0,0.03 +14382,Medabots 9: Metabee / Rokusho,3DS,2015,Role-Playing,Rocket Company,0,0,0.03,0,0.03 +14383,Doodle Hex,DS,2008,Puzzle,Pinnacle,0,0.03,0,0,0.03 +14384,Homeworld 2,PC,2003,Strategy,Vivendi Games,0,0.03,0,0.01,0.03 +14385,Hakuoki Zuisouroku Omokage Hana,PSV,2015,Action,Idea Factory,0,0,0.03,0,0.03 +14386,Hearts of Iron IV,PC,2016,Strategy,Paradox Interactive,0,0.03,0,0,0.03 +14387,thinkSMART FAMILY!,Wii,2010,Misc,Conspiracy Entertainment,0.03,0,0,0,0.03 +14388,Last Escort: Club Katze,PSP,2010,Adventure,D3Publisher,0,0,0.03,0,0.03 +14389,Stacked with Daniel Negreanu,XB,2006,Misc,Myelin Media,0.02,0.01,0,0,0.03 +14390,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wei-Hen,PSP,2010,Adventure,Yeti,0,0,0.03,0,0.03 +14391,Rayman 3: Hoodlum Havoc,PC,2003,Platform,Ubisoft,0,0.03,0,0.01,0.03 +14392,Otometeki Koi Kakumei * Love Revo,PS2,2006,Adventure,Interchannel,0,0,0.03,0,0.03 +14393,Phantasy Star Online 2 Episode 4: Deluxe Package,PS4,2017,Role-Playing,Sega,0,0,0.03,0,0.03 +14394,Timmy Time,DS,2011,Action,Avanquest,0,0.03,0,0,0.03 +14395,Infinite Stratos 2: Ignition Hearts,PSV,2014,Adventure,5pb,0,0,0.03,0,0.03 +14396,Dr. Muto,GC,2002,Platform,Midway Games,0.02,0.01,0,0,0.03 +14397,Airship Q,PSV,2015,Platform,Cygames,0,0,0.03,0,0.03 +14398,Ratatouille,PC,2007,Action,THQ,0.01,0.01,0,0,0.03 +14399,Otomedius Gorgeous,X360,2008,Shooter,Konami Digital Entertainment,0,0,0.03,0,0.03 +14400,Jikandia: The Timeless Land,PSP,2010,Role-Playing,Idea Factory,0.03,0,0,0,0.03 +14401,Egg Mania: Eggstreme Madness,PS2,2002,Puzzle,Kemco,0.02,0.01,0,0,0.03 +14402,Super Heroine Chronicle,PS3,2014,Role-Playing,Namco Bandai Games,0,0,0.03,0,0.03 +14403,Boot Camp Academy,Wii,2010,Action,Zoo Games,0.03,0,0,0,0.03 +14404,Kiniro no Corda 3,PS2,2010,Adventure,Tecmo Koei,0,0,0.03,0,0.03 +14405,Zero Escape: Virtue's Last Reward,3DS,2012,Adventure,Rising Star Games,0.03,0,0,0,0.03 +14406,Darkstalkers Resurrection,PS3,2013,Fighting,Capcom,0,0,0.03,0,0.03 +14407,Take On Helicopters,PC,2011,Simulation,Unknown,0,0.02,0,0.01,0.03 +14408,Highschool Terra Story,SAT,1998,Adventure,KID,0,0,0.03,0,0.03 +14409,Emergency! Disaster Rescue Squad,DS,2009,Simulation,Destineer,0.03,0,0,0,0.03 +14410,Shaun White Skateboarding,PC,2010,Sports,Ubisoft,0,0.03,0,0.01,0.03 +14411,Empire Earth II,PC,2005,Strategy,Vivendi Games,0,0.03,0,0,0.03 +14412,Suggoi! Arcana Heart 2,PS2,2009,Fighting,AQ Interactive,0,0,0.03,0,0.03 +14413,MotoGP 15,XOne,2015,Racing,Milestone S.r.l.,0,0.03,0,0,0.03 +14414,NBA 2K13,PC,2012,Sports,Take-Two Interactive,0,0.02,0,0,0.03 +14415,Mother Goose no Himitsu no Yakata,PSP,2011,Adventure,Quinrose,0,0,0.03,0,0.03 +14416,Harry Potter and the Half-Blood Prince,PC,2009,Action,Electronic Arts,0,0.03,0,0.01,0.03 +14417,Winning Post 7 2009,PSP,2009,Sports,Tecmo Koei,0,0,0.03,0,0.03 +14418,Knights of Honor,PC,2004,Strategy,Sunflowers,0,0.02,0,0.01,0.03 +14419,Puzzle & Action: Tant-R,GEN,1994,Misc,Sega,0,0,0.03,0,0.03 +14420,Code Lyoko: Quest for Infinity,PSP,2008,Action,Game Factory,0.03,0,0,0,0.03 +14421,Away: Shuffle Dungeon,DS,2008,Role-Playing,Majesco Entertainment,0.02,0,0,0,0.03 +14422,Digimon World 4,XB,2005,Role-Playing,Atari,0.02,0.01,0,0,0.03 +14423,Bubble Bobble Evolution,PSP,2006,Puzzle,Rising Star Games,0.03,0,0,0,0.03 +14424,Codename: Panzers Cold War,PC,2009,Strategy,Atari,0,0.02,0,0.01,0.03 +14425,Kekkaishi: Kokubourou Shuurai,DS,2008,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14426,Shugo Chara! Amunonijiro Chara Change,DS,2008,Action,Konami Digital Entertainment,0,0,0.03,0,0.03 +14427,Galleon: Islands of Mystery,XB,2004,Action,SCi,0.02,0.01,0,0,0.03 +14428,Renai 0 Kilometer,PSP,2013,Adventure,Alchemist,0,0,0.03,0,0.03 +14429,World Sports Competition,PS3,2009,Sports,Hudson Soft,0.02,0,0,0.01,0.03 +14430,Summon Night 6: Lost Borders,PS4,2016,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14431,Tantei Jinguuji Saburo DS: Kienai Kokoro,DS,2008,Adventure,Arc System Works,0,0,0.03,0,0.03 +14432,Far East of Eden Shinden,NG,1995,Fighting,Hudson Soft,0,0,0.03,0,0.03 +14433,Sunny Garcia Surfing,PS2,2001,Sports,Ubisoft,0.02,0.01,0,0,0.03 +14434,MotorHead,PS,1998,Racing,Gremlin Interactive Ltd,0.02,0.01,0,0,0.03 +14435,Alia's Carnival! Sacrament,PSV,2015,Adventure,dramatic create,0,0,0.03,0,0.03 +14436,Nacho Libre,DS,2006,Action,Majesco Entertainment,0.03,0,0,0,0.03 +14437,StormLover,PSP,2010,Adventure,D3Publisher,0,0,0.03,0,0.03 +14438,Gensou Suikoden I & II,PSP,2006,Role-Playing,Konami Digital Entertainment,0,0,0.03,0,0.03 +14439,Gloria Union,PSP,2011,Role-Playing,Atlus,0,0,0.03,0,0.03 +14440,Ebikore Photo Kano Kiss,PSV,2015,Action,Kadokawa Games,0,0,0.03,0,0.03 +14441,Bad Apple Wars,PSV,2015,Action,Idea Factory,0,0,0.03,0,0.03 +14442,Transformers: Devastation,PC,2015,Action,Activision,0,0.03,0,0,0.03 +14443,Eyeshield 21: DevilBats DevilDays,GBA,2006,Role-Playing,Nintendo,0,0,0.03,0,0.03 +14444,Jyuzaengi: Engetsu Sangokuden,PSP,2012,Action,Idea Factory,0,0,0.03,0,0.03 +14445,Shin Sangoku Musou Online: Kamishou Ranbu,PS3,2010,Action,Tecmo Koei,0,0,0.03,0,0.03 +14446,Dancing Blade II: Tears of Eden,PS,1999,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14447,Kokoro no Kokoron,DS,2011,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14448,Hiiro no Kakera 3: Aoikuro no Kusabi,PS2,2008,Adventure,Idea Factory,0,0,0.03,0,0.03 +14449,BeatMania IIDX 13: DistorteD,PS2,2007,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14450,Section 8,PC,2009,Shooter,SouthPeak Games,0.01,0.01,0,0,0.03 +14451,Go! Go! Hypergrind,GC,2003,Sports,Atlus,0.02,0.01,0,0,0.03 +14452,Keshisasu-Kun: Battle Kas-tival,DS,2010,Action,Konami Digital Entertainment,0,0,0.03,0,0.03 +14453,Kaidan Restaurant: Zoku! Shin Menu 100-Sen,DS,2011,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14454,Hot Pixel,PSP,2007,Puzzle,Atari,0.03,0,0,0,0.03 +14455,Peak Performance,PS,1997,Racing,JVC,0.02,0.01,0,0,0.03 +14456,Dance Dance Revolution: Hottest Party 5,Wii,2011,Misc,Konami Digital Entertainment,0,0.03,0,0,0.03 +14457,Who Wants to be a Millionaire: 2nd Edition,Wii,2008,Misc,Ubisoft,0,0.03,0,0,0.03 +14458,Kyokugen Dasshutsu ADV: Zennin Shiboudesu,3DS,2012,Adventure,ChunSoft,0,0,0.03,0,0.03 +14459,DokiDoki Majo Shinpan! 2,DS,2008,Adventure,SNK Playmore,0,0,0.03,0,0.03 +14460,S.L.A.I.: Steel Lancer Arena International,PS2,2005,Simulation,Konami Digital Entertainment,0.01,0.01,0,0,0.03 +14461,Pet Alien: An Intergalactic Puzzlepalooza,DS,2007,Action,Game Factory,0.03,0,0,0,0.03 +14462,Freaky Flyers,XB,2003,Racing,Midway Games,0.02,0.01,0,0,0.03 +14463,Blokus Portable: Steambot Championship,PSP,2006,Puzzle,Majesco Entertainment,0.03,0,0,0,0.03 +14464,Renai Revenge,PSV,2015,Adventure,TGL,0,0,0.03,0,0.03 +14465,Zoboomafoo: Leapin' Lemurs!,PS,2001,Action,Encore,0.02,0.01,0,0,0.03 +14466,Atelier Shallie Plus: Alchemists of the Dusk Sea,PSV,2016,Role-Playing,Tecmo Koei,0,0,0.03,0,0.03 +14467,Dennou Senki Virtual-On Force,X360,2010,Fighting,Sega,0,0,0.03,0,0.03 +14468,Sins of a Solar Empire,PC,2008,Strategy,Pinnacle,0,0.02,0,0.01,0.03 +14469,Graffiti Kingdom,PS2,2004,Role-Playing,505 Games,0.01,0.01,0,0,0.03 +14470,Langrisser: Re:Incarnation Tensei,3DS,2015,Role-Playing,Extreme Entertainment Group,0.02,0,0.01,0,0.03 +14471,Nettou! Powerful Koushien,DS,2010,Sports,Konami Digital Entertainment,0,0,0.03,0,0.03 +14472,Lords of the Fallen,PC,2014,Role-Playing,Square Enix,0,0.03,0,0,0.03 +14473,Great Edo Blacksmith,PSV,2014,Adventure,Nippon Ichi Software,0,0,0.03,0,0.03 +14474,Armored Core SL: Silent Line Portable,PSP,2009,Simulation,From Software,0,0,0.03,0,0.03 +14475,Gotouchi Tetsudou: Gotouchi Chara to Nihon Zenkoku no Tabi,WiiU,2014,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14476,Combat Elite: WWII Paratroopers,XB,N/A,Shooter,Unknown,0.02,0.01,0,0,0.03 +14477,To LoveRu Trouble: Doki Doki! Rinkaigakkou-Hen,PSP,2008,Adventure,Marvelous Interactive,0,0,0.03,0,0.03 +14478,Lethal Enforcers I & II,PS,1996,Shooter,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14479,Klonoa 2: Dream Champ Tournament,GBA,2002,Platform,Namco Bandai Games,0.02,0.01,0,0,0.03 +14480,Shantae and the Pirate's Curse,3DS,2015,Platform,Intergrow,0,0,0.03,0,0.03 +14481,Minna no Golf Jou Vol.1,PSP,2007,Sports,Sony Computer Entertainment,0,0,0.03,0,0.03 +14482,The Peanuts Movie: Snoopy's Grand Adventure,3DS,2015,Action,Activision,0,0.03,0,0,0.03 +14483,Resident Evil 4,PC,2007,Action,Ubisoft,0,0.02,0,0.01,0.03 +14484,Power Rangers Super Megaforce,3DS,2014,Action,Namco Bandai Games,0.01,0.01,0,0,0.03 +14485,Teenage Mutant Ninja Turtles: Mutants in Manhattan,X360,2016,Action,Activision,0.01,0.02,0,0,0.03 +14486,Cabela's Big Game Hunter: Pro Hunts,PS3,2014,Shooter,Activision,0.03,0,0,0,0.03 +14487,Super Collapse! II,GBA,2004,Puzzle,Majesco Entertainment,0.02,0.01,0,0,0.03 +14488,Ducati World Racing Challenge,PS,2001,Racing,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14489,Pop'n Music 14 Fever!,PS2,2007,Misc,Konami Digital Entertainment,0,0,0.03,0,0.03 +14490,Golden Nugget Casino / Texas Hold 'Em Double Pack,GBA,2005,Misc,Majesco Entertainment,0.02,0.01,0,0,0.03 +14491,Judie no Atelier: Guramnat no Renkinjutsu - Toraware no Morito,PSP,2010,Role-Playing,Gust,0,0,0.03,0,0.03 +14492,Lux-Pain (JP sales),DS,2008,Adventure,Rising Star Games,0,0,0.03,0,0.03 +14493,Smashing Drive,GBA,2004,Racing,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14494,Senko no Ronde DUO,X360,2010,Fighting,G.Rev,0,0,0.03,0,0.03 +14495,Starshot: Space Circus Fever,N64,1998,Platform,Infogrames,0.02,0.01,0,0,0.03 +14496,Charlie Blasts Territory,N64,1999,Action,Kemco,0.02,0.01,0,0,0.03 +14497,Big Mountain 2000,N64,1998,Sports,Imagineer,0.02,0.01,0,0,0.03 +14498,Tokimeki Memorial Girl's Side 1st Love Plus,DS,2009,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14499,CIMA: The Enemy,GBA,2003,Role-Playing,Marvelous Interactive,0.02,0.01,0,0,0.03 +14500,N+,PSP,2007,Platform,Atari,0.03,0,0,0,0.03 +14501,Katekyoo Hitman Reborn! Kizuna no Tag Battle,PSP,2010,Fighting,Marvelous Interactive,0,0,0.03,0,0.03 +14502,Code Geass: Hangyaku no Lelouch,DS,2007,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14503,GTR Evolution,PC,2008,Racing,Atari,0,0.02,0,0.01,0.03 +14504,Hudson x GReeeeN Live!? DeeeeS!?,DS,2010,Misc,Hudson Soft,0,0,0.03,0,0.03 +14505,Daibakushou: Jinsei Gekijou,SNES,1995,Misc,Taito,0,0,0.03,0,0.03 +14506,Marble Madness / Klax,GBA,2005,Puzzle,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14507,Downstream Panic!,PSP,2008,Action,Atari,0.03,0,0,0,0.03 +14508,DJ Max Portable 3,PSP,2010,Misc,CyberFront,0.01,0,0.02,0,0.03 +14509,Suzumiya Haruhi no Chokuretsu,DS,2009,Adventure,Sega,0,0,0.03,0,0.03 +14510,SimCity,PC,1988,Simulation,Maxis,0,0.02,0,0.01,0.03 +14511,The Idolmaster: Gravure For You! Vol. 5,PS3,2012,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14512,S.Y.K Renshouden,PS2,2010,Adventure,Idea Factory,0,0,0.03,0,0.03 +14513,Casino Chaos With Las Vegas Players Collection,PC,2011,Misc,THQ,0.03,0,0,0,0.03 +14514,Hiiro no Kakera: Shin Tamayori Hime Denshou - Piece of Future,PSP,2011,Adventure,Idea Factory,0,0,0.03,0,0.03 +14515,Konpeki no Kantai,SNES,1995,Strategy,Angel Studios,0,0,0.03,0,0.03 +14516,D.C.I.F.: Da Capo Innocent Finale,PS2,2009,Adventure,Sweets,0,0,0.03,0,0.03 +14517,Galaxy Angel II: Mugen Kairou no Kagi,PS2,2007,Strategy,Broccoli,0,0,0.03,0,0.03 +14518,Nectaris: Military Madness,PS,1998,Strategy,Hudson Soft,0.02,0.01,0,0,0.03 +14519,Doom 3 BFG Edition,PC,2012,Shooter,Bethesda Softworks,0,0.02,0,0.01,0.03 +14520,Tenka-bito,PS2,2006,Strategy,Sega,0,0,0.03,0,0.03 +14521,BRAHMA Force: The Assault on Beltlogger 9,PS,1996,Shooter,JVC,0.02,0.01,0,0,0.03 +14522,Petz: Dolphinz Encounter,DS,2009,Simulation,Ubisoft,0.01,0.01,0,0,0.03 +14523,Star Trek: Tactical Assault,PSP,2006,Strategy,Ubisoft,0.02,0.01,0,0,0.03 +14524,Katekyoo Hitman Reborn! DS: Ore ga Boss! Saikyou Family Taisen,DS,2009,Action,Takara Tomy,0,0,0.03,0,0.03 +14525,Samurai Spirits: Tenkaichi Kenkakuden,PS2,N/A,Fighting,Unknown,0,0,0.03,0,0.03 +14526,Robo Pit,PS,1995,Fighting,Kokopeli Digital Studios,0.02,0.01,0,0,0.03 +14527,Emily Archer and the Curse of Tutankhamun,DS,2011,Adventure,Mastertronic,0,0.03,0,0,0.03 +14528,Story Hour: Adventures,Wii,2008,Adventure,Zoo Digital Publishing,0.03,0,0,0,0.03 +14529,Braid,PC,2009,Platform,Number None,0,0.02,0,0.01,0.03 +14530,Muv-Luv Alternative: Total Eclipse,PS3,2013,Simulation,5pb,0,0,0.03,0,0.03 +14531,R-Type III: The Third Lightning,GBA,2004,Shooter,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14532,Star Wars: The Force Unleashed II,PC,2010,Action,LucasArts,0.03,0,0,0,0.03 +14533,Need for Speed (2015),PC,2016,Racing,Electronic Arts,0,0.03,0,0,0.03 +14534,Hakuouki,PS2,2008,Adventure,Idea Factory,0,0,0.03,0,0.03 +14535,"Princess Natasha: Student, Secret Agent, Princess",DS,2006,Action,Zoo Digital Publishing,0.03,0,0,0,0.03 +14536,Atomic Betty,GBA,2005,Puzzle,Atari,0.02,0.01,0,0,0.03 +14537,Monster Hunter Frontier Online: Season 10,X360,2011,Role-Playing,Capcom,0,0,0.03,0,0.03 +14538,Robin Hood: Defender of the Crown,XB,2003,Strategy,Capcom,0.02,0.01,0,0,0.03 +14539,Street Jam Basketball,GBA,2004,Sports,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14540,Master of Monsters: Disciples of Gaia,PS,1997,Strategy,Agetec,0.02,0.01,0,0,0.03 +14541,Armored Core: Last Raven Portable,PSP,2010,Simulation,From Software,0,0,0.03,0,0.03 +14542,SD Gundam: Gashapon Wars,Wii,2010,Strategy,Namco Bandai Games,0,0,0.03,0,0.03 +14543,Commander: Conquest of the Americas,PC,2010,Strategy,Paradox Interactive,0,0.02,0,0.01,0.03 +14544,Curious George,XB,2006,Action,Namco Bandai Games,0.02,0.01,0,0,0.03 +14545,Disney's Aladdin,GBA,2003,Platform,Capcom,0.02,0.01,0,0,0.03 +14546,Royal Palace of White Sword and The City of Gentiles,PC,2009,Role-Playing,Take-Two Interactive,0,0.02,0,0.01,0.03 +14547,Virtual Pool: Tournament Edition,XB,2005,Sports,Global Star,0.02,0.01,0,0,0.03 +14548,Kung Fu Panda: Showdown of Legendary Legends,X360,2015,Action,Little Orbit,0,0.03,0,0,0.03 +14549,Nippon no Asoko de,PSP,2008,Misc,Sony Computer Entertainment,0,0,0.03,0,0.03 +14550,007: Quantum of Solace,PC,2008,Action,Activision,0.01,0.01,0,0,0.03 +14551,MapleStory DS,DS,2010,Role-Playing,Nexon,0,0,0.03,0,0.03 +14552,Phantasy Star Online 2: Episode 3 Deluxe Package,PSV,2015,Action,Sega,0,0,0.03,0,0.03 +14553,Pimp My Ride: Street Racing,DS,2009,Racing,Activision,0.03,0,0,0,0.03 +14554,Let's Dance with Mel B,PS3,2011,Sports,Black Bean Games,0,0.02,0,0.01,0.03 +14555,Popeye: Rush for Spinach,GBA,2005,Platform,Atari,0.02,0.01,0,0,0.03 +14556,Culdcept,PS2,2002,Strategy,Sega,0.01,0.01,0,0,0.03 +14557,Beyblade Evolution,3DS,2013,Action,Rising Star Games,0.02,0.01,0,0,0.03 +14558,Pro Cycling Manager 2016,PC,2016,Sports,Focus Home Interactive,0,0.03,0,0,0.03 +14559,Blue Breaker: Ken Yorimo Hohoemi o,PCFX,1996,Role-Playing,NEC,0,0,0.03,0,0.03 +14560,BeatMania IIDX 15: DJ Troopers,PS2,2008,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14561,Heathcliff! The Fast and the Furriest,Wii,2010,Racing,Storm City Games,0.03,0,0,0,0.03 +14562,Hyperdimension Neptunia Vs. Sega Hard Girls: Yume no Gattai Special,PSV,2015,Role-Playing,Compile Heart,0,0,0.03,0,0.03 +14563,Planet of the Apes,GBA,2001,Action,Ubisoft,0.02,0.01,0,0,0.03 +14564,Gekiatsu!! Pachi Game Tamashi Vol. 1: CR Evangelion - Shinjitsu no Tsubasa,PSP,2011,Misc,Unknown,0,0,0.03,0,0.03 +14565,Worms,PS3,2009,Strategy,Sony Computer Entertainment,0,0.02,0,0.01,0.03 +14566,Drake & Josh: Talent Showdown,DS,2007,Adventure,THQ,0.03,0,0,0,0.03 +14567,Real World Golf,XB,2006,Sports,Mad Catz,0.02,0.01,0,0,0.03 +14568,Winx Club: Rockstars,DS,2010,Adventure,Namco Bandai Games,0,0.03,0,0,0.03 +14569,Hissatsu Pachinko Collection 3,SNES,1995,Misc,Sunsoft,0,0,0.03,0,0.03 +14570,Oumagatoki: Kaidan Romance,PSP,2012,Action,Quinrose,0,0,0.03,0,0.03 +14571,Jack Keane,PC,2008,Adventure,Kalypso Media,0,0.02,0,0,0.03 +14572,World of Zoo,PC,2009,Simulation,THQ,0,0.02,0,0.01,0.03 +14573,Kung Fu Panda: Legendary Warriors,DS,2008,Action,Activision,0.02,0,0,0,0.03 +14574,Mahjong Kakutou Club: Zenkoku Taisenban,PS3,2006,Misc,Konami Digital Entertainment,0,0,0.03,0,0.03 +14575,Hayate no Gotoku! Nightmare Paradise,PSP,2009,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14576,NBA 08,PSP,2007,Sports,Sony Computer Entertainment,0.03,0,0,0,0.03 +14577,Secret Files 2: Puritas Cordis,Wii,2009,Adventure,Deep Silver,0,0.03,0,0,0.03 +14578,Nanashi no Game Me,DS,2009,Action,Square Enix,0,0,0.03,0,0.03 +14579,Heroes of Hellas 2: Olympia,DS,2012,Puzzle,Unknown,0,0.03,0,0,0.03 +14580,Young Justice: Legacy,3DS,2013,Action,Namco Bandai Games,0.03,0,0,0,0.03 +14581,Syberia,PC,2002,Action,Microids,0,0.02,0,0,0.03 +14582,Bladestorm: Nightmare,PS3,2015,Action,Tecmo Koei,0,0,0.03,0,0.03 +14583,NatGeo Challenge! Wild Life,X360,2010,Misc,Black Bean Games,0,0.02,0,0,0.03 +14584,Higurashi no Naku Koro ni Iki,PSV,2015,Action,Kaga Create,0,0,0.03,0,0.03 +14585,HappinessCharge PreCure! Kawarun Collection,3DS,2014,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14586,Battle vs. Chess,PC,N/A,Misc,TopWare Interactive,0,0.02,0,0.01,0.03 +14587,Dream Pinball 3D,DS,2008,Misc,SouthPeak Games,0.03,0,0,0,0.03 +14588,DICE: DNA Integrated Cybernetic Enterprises,PS2,2005,Shooter,Namco Bandai Games,0.01,0.01,0,0,0.03 +14589,Battlefield 1942: The WW II Anthology,PC,2004,Shooter,Electronic Arts,0.01,0.01,0,0,0.03 +14590,Treasure Gaust: Gaust Diver Crimson Red / Deep Purple,DS,2007,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14591,Megpoid the Music#,PSP,2013,Misc,Asgard,0,0,0.03,0,0.03 +14592,Game of Thrones (Telltale),XOne,2015,Adventure,Telltale Games,0.03,0,0,0,0.03 +14593,Wallace & Gromit in Project Zoo,XB,2003,Platform,BAM! Entertainment,0.02,0.01,0,0,0.03 +14594,Rugby League Live,PS3,2010,Sports,Home Entertainment Suppliers,0,0.02,0,0.01,0.03 +14595,Grid Runner,PS,1996,Action,Virgin Interactive,0.02,0.01,0,0,0.03 +14596,Saihai no Yukue,DS,2008,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14597,Metal Dungeon,XB,2002,Role-Playing,Xicat Interactive,0.02,0.01,0,0,0.03 +14598,Drome Racers,GC,2003,Racing,Electronic Arts,0.02,0.01,0,0,0.03 +14599,Guitar Freaks V & DrumMania V,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14600,Tago Akira no Atama no Taisou Dai-1-Shuu: Nazotoki Sekai Isshuu Ryokou,DS,2009,Adventure,Level 5,0,0,0.03,0,0.03 +14601,Driver: Parallel Lines,Wii,2007,Racing,Ubisoft,0.01,0.01,0,0,0.03 +14602,Doom,PC,1992,Shooter,id Software,0.02,0,0,0,0.03 +14603,Gekido Advance: Kintaro's Revenge,GBA,2002,Action,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14604,OZMAFIA!! -vivace-,PSV,2015,Adventure,dramatic create,0,0,0.03,0,0.03 +14605,Girls Only,DS,2010,Simulation,Foreign Media Games,0.03,0,0,0,0.03 +14606,Future Tactics: The Uprising,XB,2004,Strategy,JoWood Productions,0.02,0.01,0,0,0.03 +14607,Power Poke Dash,GBA,2006,Sports,Konami Digital Entertainment,0,0,0.03,0,0.03 +14608,Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 4: Shinseiki Evangelion - Saigo no Mono,DS,2009,Misc,D3Publisher,0,0,0.03,0,0.03 +14609,Detective Opera: Milky Holmes 2,PSP,2012,Adventure,BushiRoad,0,0,0.03,0,0.03 +14610,Turn It Around,DS,2006,Action,505 Games,0.03,0,0,0,0.03 +14611,Blaze Union: Story to Reach the Future,PSP,2010,Role-Playing,Sting,0,0,0.03,0,0.03 +14612,Attack on Titan (KOEI),XOne,2016,Action,Tecmo Koei,0.01,0.01,0,0,0.03 +14613,Medabots Girls Mission: Metabee Ver. / Rokusho Ver.,3DS,2016,Role-Playing,Rocket Company,0,0,0.03,0,0.03 +14614,Race Driver 2006,PSP,2006,Racing,Codemasters,0.03,0,0,0,0.03 +14615,Higurashi no Naku Koro ni Kizuna: Dai-Yon-Kan - Kizuna,DS,2010,Adventure,Alchemist,0,0,0.03,0,0.03 +14616,Buffy the Vampire Slayer: Wrath of the Darkhul King,GBA,2003,Action,THQ,0.02,0.01,0,0,0.03 +14617,My Hero Academia: Battle for All,3DS,2016,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14618,Nisekoi: Yomeiri!?,PSV,2014,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14619,New Tokyo Legacy: Operation Babel,PSV,2015,Role-Playing,5pb,0,0,0.03,0,0.03 +14620,Gekiatsu!! Pachi Game Tamashi Vol. 2: CR Evangelion - Shinjitsu no Tsubasa,PS3,2011,Misc,Unknown,0,0,0.03,0,0.03 +14621,Rugby League Live 3,X360,2015,Action,Tru Blu Entertainment,0,0.03,0,0,0.03 +14622,Triple Pack: Xbox Live Arcade Compilation,X360,2011,Misc,Microsoft Game Studios,0.03,0,0,0,0.03 +14623,101-in-1 Sports Party Megamix,Wii,2010,Sports,Nordcurrent,0.02,0,0,0,0.03 +14624,Roadsters,PS,2000,Racing,Titus,0.02,0.01,0,0,0.03 +14625,The Croods: Prehistoric Party!,WiiU,2013,Misc,D3Publisher,0.01,0.01,0,0,0.03 +14626,Exist Archive: The Other Side of the Sky,PS4,2015,Role-Playing,Aksys Games,0,0,0.03,0,0.03 +14627,DeathSmiles II,X360,2010,Shooter,Cave,0,0,0.03,0,0.03 +14628,Romance of the Three Kingdoms II,3DS,2015,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14629,Calcio Bit,GBA,2006,Sports,Nintendo,0,0,0.03,0,0.03 +14630,Monsters vs. Aliens,PC,2009,Action,Activision,0.01,0.01,0,0,0.03 +14631,Whiteout,XB,2002,Racing,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14632,Hyakumanton no Bara Bara,PSP,2010,Strategy,Sony Computer Entertainment,0,0,0.03,0,0.03 +14633,Galaxy Angel II: Zettairyouiki no Tobira,PS2,2006,Strategy,Broccoli,0,0,0.03,0,0.03 +14634,The Great Mystery Hidden Object Package 5,PC,2015,Adventure,Rondomedia,0,0.03,0,0,0.03 +14635,1000 Cooking Recipes from ELLE 脿 table,DS,2010,Misc,Nintendo,0,0.02,0,0,0.03 +14636,Hajime no Ippo: The Fighting,GBA,2002,Fighting,ESP,0,0,0.03,0,0.03 +14637,Merv Griffin's Crosswords,DS,2008,Puzzle,ValuSoft,0.03,0,0,0,0.03 +14638,Stellaris,PC,2016,Strategy,Paradox Interactive,0,0.03,0,0,0.03 +14639,Spectral Souls: Resurrection of the Ethereal Empires,PSP,2005,Role-Playing,Idea Factory,0.03,0,0,0,0.03 +14640,Sokukoku no Kusabi: Hiiro no Kakera 3 Portable,PSP,2010,Adventure,Idea Factory,0,0,0.03,0,0.03 +14641,Syberia II,XB,2004,Adventure,Ubisoft,0.02,0.01,0,0,0.03 +14642,PopCap Hits! Vol 2,X360,2011,Misc,Mastertronic,0,0.03,0,0,0.03 +14643,Ao no Kanata no Four Rhythm,PSV,2016,Adventure,Unknown,0,0,0.03,0,0.03 +14644,Motor Trend presents Lotus Challenge,XB,2003,Racing,Xicat Interactive,0.02,0.01,0,0,0.03 +14645,Mystery Trackers: The Void,PC,2011,Puzzle,Focus Home Interactive,0,0.02,0,0.01,0.03 +14646,Trine 2,WiiU,2012,Platform,Atlus,0,0.03,0,0,0.03 +14647,Bleach DS 4th: Flame Bringer,DS,2009,Action,Sega,0,0,0.03,0,0.03 +14648,Pacific Liberator,Wii,2009,Action,Zoo Games,0.03,0,0,0,0.03 +14649,Botanicula,PC,2012,Adventure,Daedalic Entertainment,0,0.02,0,0,0.03 +14650,Parfait,PSV,2015,Adventure,TGL,0,0,0.03,0,0.03 +14651,Tago Akira no Atama no Taisou Dai-2-Shuu: Ginga Oudan Nazotoki Adventure,DS,2009,Adventure,Level 5,0,0,0.03,0,0.03 +14652,The King of Fighters Portable '94~'98: Chapter of Orochi,PSP,2010,Fighting,SNK Playmore,0,0,0.03,0,0.03 +14653,Puzzle Challenge: Crosswords and More!,Wii,2009,Puzzle,Crave Entertainment,0.03,0,0,0,0.03 +14654,Nisenochigiri: Omoide no Saki e,PSP,2011,Adventure,Idea Factory,0,0,0.03,0,0.03 +14655,Rugby League Live,X360,2010,Sports,Home Entertainment Suppliers,0,0.02,0,0,0.03 +14656,Age of Conan: Rise of the Godslayer,PC,2010,Role-Playing,Funcom,0,0.02,0,0,0.03 +14657,Totally Spies! Totally Party,PC,2008,Misc,Ubisoft,0,0.02,0,0,0.03 +14658,Battlefield Vietnam,PC,2004,Shooter,Electronic Arts,0,0.02,0,0,0.03 +14659,In Cold Blood,PS,2000,Adventure,Sony Computer Entertainment,0.02,0.01,0,0,0.03 +14660,Mega Minis Volume 2,PSP,2011,Misc,Sony Computer Entertainment,0,0.02,0,0.01,0.03 +14661,Kamigami no Asobi,PSP,2013,Adventure,Broccoli,0,0,0.03,0,0.03 +14662,Fireblade,GC,2002,Action,Midway Games,0.02,0.01,0,0,0.03 +14663,Kong: King of Atlantis,GBA,2005,Action,THQ,0.02,0.01,0,0,0.03 +14664,Kidou Senshi V Gundam,SNES,1994,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14665,Ganbare Goemon: Toukai Douchuu Ooedo Tengurigaeshi no Maki,DS,2005,Action,Konami Digital Entertainment,0,0,0.03,0,0.03 +14666,The Settlers II 10th Anniversary,PC,2006,Action,Ubisoft,0,0.02,0,0,0.03 +14667,Wrestle Angels: Survivor 2,PS2,2008,Fighting,Tryfirst,0,0,0.03,0,0.03 +14668,Onechanbara Z Kagura,X360,2012,Action,D3Publisher,0,0,0.03,0,0.03 +14669,Ride,PC,2015,Racing,Milestone S.r.l.,0,0.03,0,0,0.03 +14670,The King of Fighters 02/03,XB,2005,Fighting,SNK Playmore,0.02,0.01,0,0,0.03 +14671,ESPN Winter X Games: Snowboarding 2002,XB,2002,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14672,Betty Boop's Double Shift,DS,2007,Puzzle,Zoo Digital Publishing,0.03,0,0,0,0.03 +14673,Warhammer: Mark of Chaos,PC,2006,Strategy,Deep Silver,0,0.02,0,0,0.03 +14674,Tsuku Monogatari,PSP,2011,Adventure,FuRyu,0,0,0.03,0,0.03 +14675,Vitamin Z,PS2,2009,Adventure,D3Publisher,0,0,0.03,0,0.03 +14676,Kaitou Tenshi Twin Angel: Toki to Sekai no Meikyuu,PSP,2011,Adventure,Alchemist,0,0,0.03,0,0.03 +14677,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wu-Hen,PSP,2010,Adventure,Yeti,0,0,0.03,0,0.03 +14678,Harukanaru Toki no Naka de 5: Kazahanaki,PSP,2012,Role-Playing,Ackkstudios,0,0,0.03,0,0.03 +14679,Tom and Jerry in War of the Whiskers,XB,N/A,Fighting,Unknown,0.02,0.01,0,0,0.03 +14680,Nobunaga no Yabou DS 2,DS,2008,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14681,The IdolM@ster: Gravure For You! Vol. 6,PS3,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14682,Schlag den Raab,PC,2010,Misc,Namco Bandai Games,0,0.02,0,0.01,0.03 +14683,Ghostbusters (2016),PS4,2016,Action,Activision,0.02,0,0,0.01,0.03 +14684,Secrets of the Titanic,DS,2012,Action,Avanquest Software,0,0.02,0,0,0.03 +14685,Metal Saga: Hagane no Kisetsu,DS,2006,Role-Playing,Success,0,0,0.03,0,0.03 +14686,Animaniacs: The Great Edgar Hunt,GC,2005,Platform,Ignition Entertainment,0.02,0.01,0,0,0.03 +14687,Safari Adventures: Africa,DS,2008,Adventure,Neko Entertainment,0.03,0,0,0,0.03 +14688,Harukanaru Toki no Naka de 6,PSV,2015,Action,Tecmo Koei,0,0,0.03,0,0.03 +14689,Dream Club Zero Portable,PSV,2011,Simulation,D3Publisher,0,0,0.03,0,0.03 +14690,Samurai Warriors 2,PS3,2013,Action,Tecmo Koei,0,0,0.03,0,0.03 +14691,Cossacks: European Wars,PC,2001,Strategy,Strategy First,0,0.02,0,0,0.03 +14692,The Island of Dr. Frankenstein,Wii,2009,Adventure,Storm City Games,0.03,0,0,0,0.03 +14693,TV Total Events,Wii,2011,Misc,7G//AMES,0,0.02,0,0,0.03 +14694,Battle Arena Toshinden URA,SAT,1995,Fighting,Sega,0,0,0.03,0,0.03 +14695,Darius Burst: Chronicle Saviours,PSV,2016,Action,Kadokawa Games,0,0,0.03,0,0.03 +14696,Biohazard: Revival Selection,X360,2011,Action,Capcom,0,0,0.03,0,0.03 +14697,Labyrinth Cross Blood: Infinity,PSV,2013,Role-Playing,CyberFront,0,0,0.03,0,0.03 +14698,Prince of Persia (2008),PC,2008,Action,Ubisoft,0,0.02,0,0,0.03 +14699,Super Duper Sumos,GBA,N/A,Action,Unknown,0.02,0.01,0,0,0.03 +14700,HotBrain,PSP,2007,Puzzle,Midway Games,0.02,0,0,0,0.03 +14701,UK Truck Simulator,PC,2010,Simulation,N/A,0,0.03,0,0,0.03 +14702,Gudetama: Hanjuku de Tanomuwa,3DS,2015,Action,Rocket Company,0,0,0.03,0,0.03 +14703,MechAssault: Phantom War,DS,2006,Simulation,Majesco Entertainment,0.03,0,0,0,0.03 +14704,Magicka,PC,2011,Role-Playing,Paradox Interactive,0,0.02,0,0.01,0.03 +14705,Star Trek: The Game,PC,2013,Action,Namco Bandai Games,0,0.02,0,0,0.03 +14706,Moto Racer DS,DS,2008,Racing,Nobilis,0,0.02,0,0,0.03 +14707,The Last Guy,PS3,2009,Action,Sony Computer Entertainment,0,0,0.03,0,0.03 +14708,Disney Sports Soccer,GBA,2002,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14709,Akane Iro ni Somaru Saka Parallel,PS2,2008,Adventure,GN Software,0,0,0.03,0,0.03 +14710,Otome wa Oanesama ni Koi Shiteru Portable: 2-Jin no Elder,PSP,2011,Adventure,Alchemist,0,0,0.03,0,0.03 +14711,Monster Hunter Frontier Online: Forward 1,X360,2011,Role-Playing,Capcom,0,0,0.03,0,0.03 +14712,X3: Terran Conflict,PC,2008,Simulation,Deep Silver,0,0.02,0,0.01,0.03 +14713,Timeshock! Pro Pinball,PS,1998,Misc,Empire Interactive,0.02,0.01,0,0,0.03 +14714,Max Payne,GBA,2003,Shooter,Take-Two Interactive,0.02,0.01,0,0,0.03 +14715,D1 Professional Drift Grand Prix Series,PS2,2005,Racing,Yuke's,0.01,0.01,0,0,0.03 +14716,Starry ? Sky: In Winter,PSP,2011,Misc,Asgard,0,0,0.03,0,0.03 +14717,Little Bears,DS,2009,Simulation,RTL,0.03,0,0,0,0.03 +14718,Rush Hour,PS,1997,Misc,Psygnosis,0.02,0.01,0,0,0.03 +14719,Pro Cast Sports Fishing,XB,2003,Sports,Capcom,0.02,0.01,0,0,0.03 +14720,Gintama: Banji Oku Chuubu!,Wii,2007,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14721,Aegis of Earth: Protonovus Assault,PS3,2016,Action,PQube,0.01,0.01,0,0,0.03 +14722,Saka Agari Hurricane Portable,PSP,2011,Adventure,Alchemist,0,0,0.03,0,0.03 +14723,Negima!? Dream Tactic Yumemiru Otome Princess,PS2,2007,Strategy,Konami Digital Entertainment,0,0,0.03,0,0.03 +14724,King Arthur II,PC,2011,Strategy,Paradox Interactive,0,0.02,0,0,0.03 +14725,Max Payne 2: The Fall of Max Payne,PC,2003,Shooter,Take-Two Interactive,0,0.02,0,0,0.03 +14726,Dakar 2: The World's Ultimate Rally,GC,2003,Racing,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14727,NBA 2K7,XB,2006,Sports,Take-Two Interactive,0.02,0.01,0,0,0.03 +14728,Auto Modellista,GC,2003,Racing,Capcom,0.02,0.01,0,0,0.03 +14729,Jewel Match 2,DS,2012,Puzzle,Easy Interactive,0,0.02,0,0,0.03 +14730,"Hanayaka Kana, Ware ga Ichizoku Twin Pack",PSP,2011,Misc,Idea Factory,0,0,0.03,0,0.03 +14731,MySims,PC,2008,Simulation,Electronic Arts,0,0.02,0,0,0.03 +14732,Guild Wars: Nightfall,PC,2006,Role-Playing,NCSoft,0,0.02,0,0.01,0.03 +14733,Greg Hastings' Tournament Paintball Max'd,GBA,2006,Shooter,Activision,0.02,0.01,0,0,0.03 +14734,Dave Mirra Freestyle BMX 3,GBA,2002,Sports,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14735,My Animal Centre,Wii,2009,Simulation,Deep Silver,0,0.02,0,0,0.03 +14736,Eco Creatures: Save The Forest,DS,2007,Adventure,Rising Star Games,0.03,0,0,0,0.03 +14737,Kintaihi Shounen no Jiken: Kyakusen Eris-Gou no Sangeki,DS,2009,Adventure,Creative Core,0,0,0.03,0,0.03 +14738,Kaizoku Sentai Gokaiger: Atsumete Henshin! 35 Sentai!,DS,2011,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14739,Dragon Tamer: Sound Spirit,DS,2007,Role-Playing,Namco Bandai Games,0,0,0.03,0,0.03 +14740,Frogger: Ancient Shadow,XB,2005,Platform,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14741,Pro Evolution Soccer 2017,XOne,2016,Sports,Konami Digital Entertainment,0,0.02,0,0,0.03 +14742,La Pucelle: Ragnarok,PSP,2009,Role-Playing,Nippon Ichi Software,0,0,0.03,0,0.03 +14743,Kiniro no Corda 2 f Encore,PSP,2009,Role-Playing,Tecmo Koei,0,0,0.03,0,0.03 +14744,Darius II,SAT,1995,Shooter,Taito,0,0,0.03,0,0.03 +14745,Jewel Quest 5: The Sleepless Star,DS,2012,Action,Licensed 4U,0,0.02,0,0,0.03 +14746,RollerCoaster Tycoon 2: Triple Thrill Pack,PC,2003,Strategy,Atari,0,0.02,0,0.01,0.03 +14747,Bleach: Soul Carnival 2,PSP,2009,Fighting,Sony Computer Entertainment,0,0,0.03,0,0.03 +14748,ParaParaParadise,PS2,2001,Misc,Konami Digital Entertainment,0,0,0.03,0,0.03 +14749,Tiger & Bunny: On-Air Jack!,PSP,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14750,Pro Evolution Soccer 2012,3DS,2011,Action,Konami Digital Entertainment,0.02,0,0,0,0.03 +14751,Eureka Seven AO: Jungfrau no Hanabanatachi,PS3,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14752,Warship Gunner 2,PS2,2006,Simulation,Tecmo Koei,0.01,0.01,0,0,0.03 +14753,Gotcha Force,GC,2003,Shooter,Capcom,0.01,0,0.01,0,0.03 +14754,The Battle of Yuu Yuu Hakusho: Shitou! Ankoku Bujutsukai! 120%,PS2,2007,Fighting,Banpresto,0,0,0.03,0,0.03 +14755,Star Wars The Clone Wars: Republic Heroes,PC,2009,Action,LucasArts,0,0.02,0,0,0.03 +14756,CID The Dummy,PSP,2009,Platform,Oxygen Interactive,0.02,0,0,0,0.03 +14757,Xblaze: Lost Memories,PSV,2015,Adventure,Arc System Works,0.02,0,0,0.01,0.03 +14758,DiRT Rally,PC,2016,Racing,Codemasters,0,0.03,0,0,0.03 +14759,The Perfect Golf,PS,1995,Sports,Seta Corporation,0,0,0.03,0,0.03 +14760,Let's Sing 2016,PS4,2015,Action,FuRyu Corporation,0.02,0,0,0.01,0.03 +14761,Wrestle Kingdom,PS2,2006,Fighting,Yuke's,0,0,0.03,0,0.03 +14762,Demon Driver: Time to Burn Rubber!,GBA,2003,Racing,Ignition Entertainment,0.02,0.01,0,0,0.03 +14763,The Golf Club,XOne,2014,Sports,Unknown,0.02,0,0,0,0.03 +14764,Bigfoot King of Crush,Wii,2011,Racing,Zoo Games,0.02,0,0,0,0.03 +14765,Mojo!,XB,2003,Puzzle,DreamCatcher Interactive,0.02,0.01,0,0,0.03 +14766,Infinite Stratos 2: Ignition Hearts,PS3,2014,Adventure,5pb,0,0,0.03,0,0.03 +14767,Cabela's Big Game Hunter: Pro Hunts,X360,2014,Shooter,Activision,0.02,0,0,0,0.03 +14768,Mahou Sensei Negima! Kagai Jugyou ~Otome no Dokidoki Beachside~,PS2,2006,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14769,Nekketsu Kouha Kunio-Kun SP: Rantou Kyousoukyoku,3DS,2013,Fighting,Arc System Works,0,0,0.03,0,0.03 +14770,The Sims 2: Bon Voyage,PC,2007,Simulation,Electronic Arts,0.01,0.01,0,0,0.03 +14771,Buffy the Vampire Slayer: Chaos Bleeds,GC,2003,Action,Vivendi Games,0.02,0.01,0,0,0.03 +14772,Clannad,X360,2008,Adventure,Prototype,0,0,0.03,0,0.03 +14773,Brothers Conflict: Passion Pink,PSP,2012,Action,Idea Factory,0,0,0.03,0,0.03 +14774,Kuryuu Youma Gakuenki Recharge,PS2,2006,Adventure,Atlus,0,0,0.03,0,0.03 +14775,My Frogger: Toy Trials,DS,2006,Action,Konami Digital Entertainment,0.02,0,0,0,0.03 +14776,Jet Grind Radio,GBA,2003,Action,Sega,0.02,0.01,0,0,0.03 +14777,Farm Frenzy 3,DS,2011,Strategy,Unknown,0,0.02,0,0,0.03 +14778,Strike Witches: Aoi no Dengekisen - Shin Taichou Funtousuru!,DS,2009,Action,Russel,0,0,0.03,0,0.03 +14779,3DS Classic Collection,3DS,2016,Misc,Sega,0.02,0,0,0,0.03 +14780,Baldur's Gate: Dark Alliance,GBA,2004,Role-Playing,"Destination Software, Inc",0.02,0.01,0,0,0.03 +14781,GRID Autosport,PC,2014,Racing,Codemasters,0,0.02,0,0,0.03 +14782,The Adventures of Lomax,PS,1996,Platform,Psygnosis,0.01,0.01,0,0,0.03 +14783,Neverwinter Nights Diamond,PC,2004,Role-Playing,Atari,0,0.02,0,0,0.03 +14784,Divinity II: Flames of Vengeance,PC,2010,Role-Playing,DTP Entertainment,0,0.02,0,0.01,0.03 +14785,Under the Skin,PS2,2004,Action,Capcom,0.01,0.01,0,0,0.03 +14786,Battlefield 2142,PC,2006,Shooter,Electronic Arts,0,0.02,0,0,0.03 +14787,Kabu Trader Shun,DS,2007,Action,Capcom,0,0,0.03,0,0.03 +14788,Air Conflicts: Secret Wars,PC,2011,Simulation,bitComposer Games,0,0.02,0,0.01,0.03 +14789,Poy Poy,PS,1997,Action,Konami Digital Entertainment,0.01,0.01,0,0,0.03 +14790,Hermie Hopperhead: Scrap Panic,PS,1995,Platform,Sony Computer Entertainment,0,0,0.02,0,0.03 +14791,Lost Planet 2,PC,2010,Shooter,Capcom,0,0.02,0,0.01,0.03 +14792,NHL 07,XB,2006,Sports,Electronic Arts,0.02,0.01,0,0,0.03 +14793,DrumMania 7th Mix,PS2,2001,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14794,Runabout 3: Neo Age,PS2,2002,Racing,BAM! Entertainment,0,0,0.03,0,0.03 +14795,AMNESIA World,PSV,2014,Adventure,Idea Factory,0,0,0.03,0,0.03 +14796,Captain Morgane and the Golden Turtle,PS3,2012,Adventure,Reef Entertainment,0,0.02,0,0.01,0.03 +14797,Bully: Scholarship Edition,PC,2008,Action,Take-Two Interactive,0,0.02,0,0,0.03 +14798,My Ballet Studio,Wii,2009,Simulation,505 Games,0.02,0,0,0,0.03 +14799,Guild Wars,PC,2005,Role-Playing,NCSoft,0.02,0,0,0,0.03 +14800,Clannad: Mitsumi Mamoru Sakamichi de - Gekan,PSP,2010,Adventure,Prototype,0,0,0.03,0,0.03 +14801,Archer Maclean Presents: Pool Paradise,GC,2004,Sports,Ignition Entertainment,0.02,0.01,0,0,0.03 +14802,Sengoku Efuda Yuugi: Hototogisu Tairan,PSP,2010,Strategy,Irem Software Engineering,0,0,0.03,0,0.03 +14803,Battlezone,PSP,2006,Shooter,Atari,0.02,0,0,0,0.03 +14804,Ookiku Furikabutte: Honto no Ace ni Nareru kamo,DS,2007,Sports,Marvelous Interactive,0,0,0.03,0,0.03 +14805,Medal of Honor: Vanguard,PS2,2007,Shooter,Electronic Arts,0,0,0.03,0,0.03 +14806,Touch Shot! Love Application,PS3,2012,Adventure,Compile Heart,0,0,0.03,0,0.03 +14807,Nanotek Warrior,PS,1997,Shooter,Virgin Interactive,0.01,0.01,0,0,0.03 +14808,Galileo,DS,2008,Adventure,D3Publisher,0,0,0.03,0,0.03 +14809,Cake Mania: Baker's Challenge,PS2,2008,Puzzle,Destineer,0.01,0.01,0,0,0.03 +14810,Captain Tsubasa J: The Way to World Youth,SNES,1995,Sports,Namco Bandai Games,0,0,0.03,0,0.03 +14811,Super Monkey Ball Adventure,PS2,2006,Platform,Sega,0.01,0.01,0,0,0.03 +14812,Alien Breed Trilogy,X360,2011,Shooter,Mastertronic,0,0.02,0,0,0.03 +14813,Himoutou! Umaru-Chan: Himoutou Ikusei Keikaku,PSV,2015,Simulation,FuRyu,0,0,0.03,0,0.03 +14814,Sengoku Basara: Sanada Yukimura-Den,PS4,2016,Action,Capcom,0,0,0.03,0,0.03 +14815,CID The Dummy,Wii,2009,Platform,Oxygen Interactive,0.02,0,0,0,0.03 +14816,Kisuato,PSV,2015,Adventure,TGL,0,0,0.03,0,0.03 +14817,Madden NFL 07,GBA,2006,Sports,Electronic Arts,0.02,0.01,0,0,0.03 +14818,Renegade Racers,PS,1999,Racing,Interplay,0.01,0.01,0,0,0.03 +14819,The Legend of Korra (3DS),3DS,2014,Strategy,Activision,0.02,0,0,0,0.03 +14820,AniMates!,DS,2007,Simulation,Lexicon Entertainment,0.02,0,0,0,0.03 +14821,Monster High 13 Wishes,WiiU,2013,Action,Little Orbit,0.02,0,0,0,0.03 +14822,Franklin the Turtle,GBA,2005,Misc,Game Factory,0.02,0.01,0,0,0.03 +14823,Steins;Gate 0,PS3,2015,Adventure,5pb,0,0,0.03,0,0.03 +14824,Catan,DS,2009,Strategy,CDV Software Entertainment,0,0.02,0,0,0.03 +14825,Backyard NFL Football,Wii,2007,Sports,Atari,0.02,0,0,0,0.03 +14826,Captain Morgane and the Golden Turtle,PC,2012,Adventure,Reef Entertainment,0,0.02,0,0,0.03 +14827,Gauntlet / Rampart,GBA,2005,Misc,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14828,Age of Empires III: Gold Edition,PC,2007,Strategy,Microsoft Game Studios,0,0.02,0,0.01,0.03 +14829,Let's Play Ballerina,Wii,2010,Sports,Deep Silver,0.02,0,0,0,0.03 +14830,Disney Planes Fire & Rescue,WiiU,2014,Action,Disney Interactive Studios,0.01,0.01,0,0,0.03 +14831,Dream Girl Premier,3DS,2015,Misc,Alchemist,0,0,0.03,0,0.03 +14832,River King: Wonderful Journey,PS2,2005,Sports,505 Games,0.01,0.01,0,0,0.03 +14833,Senran Kagura: Bon App茅tit!,PSV,2014,Misc,Marvelous Entertainment,0,0,0.03,0,0.03 +14834,Ducati Moto,DS,2008,Racing,Vir2L Studios,0.02,0,0,0,0.03 +14835,Justice League Heroes: The Flash,GBA,2006,Action,Eidos Interactive,0.02,0.01,0,0,0.03 +14836,Pop Cutie! Street Fashion Simulation (JP sales),DS,2008,Simulation,Tecmo Koei,0,0,0.03,0,0.03 +14837,The Peanuts Movie: Snoopy's Grand Adventure,PS4,2015,Action,Activision,0,0.02,0,0,0.03 +14838,Kawasaki Snowmobiles,Wii,2008,Racing,Metro 3D,0.02,0,0,0,0.03 +14839,Dungeon Siege II,PC,2005,Role-Playing,Microsoft Game Studios,0,0.02,0,0,0.03 +14840,Bae Yong-joon to Manabu Kankokugo DS,DS,2009,Misc,D3Publisher,0,0,0.03,0,0.03 +14841,World War II Combat: Road To Berlin,XB,2006,Shooter,Groove Games,0.02,0.01,0,0,0.03 +14842,Metal Saga,PS2,2005,Role-Playing,Success,0.01,0.01,0,0,0.03 +14843,Imagine: Sweet 16,DS,2010,Simulation,Ubisoft,0.02,0,0,0,0.03 +14844,SWAT 4,PC,2005,Shooter,Vivendi Games,0,0.02,0,0,0.03 +14845,Last Escort 2: Shinya no Amai Toge,PS2,2008,Adventure,D3Publisher,0,0,0.03,0,0.03 +14846,Pop'n Music 13 Carnival,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14847,Magicka Collection,PC,2011,Adventure,Unknown,0,0.02,0,0,0.03 +14848,Bookworm,GBA,2004,Puzzle,Unknown,0.02,0.01,0,0,0.03 +14849,Tokushu Houdoubu,PSV,2012,Adventure,Nippon Ichi Software,0,0,0.03,0,0.03 +14850,Terraria,WiiU,2016,Action,505 Games,0,0.02,0,0,0.03 +14851,My DoItAll,DS,2009,Misc,Tomy Corporation,0.02,0,0,0,0.03 +14852,Legacy of Ys: Books I & II,DS,N/A,Role-Playing,Unknown,0.02,0,0,0,0.03 +14853,Shakugan no Shana,PS2,2006,Adventure,Media Works,0,0,0.03,0,0.03 +14854,Monster Mayhem: Build and Battle,Wii,2009,Simulation,Zushi Games,0.02,0,0,0,0.03 +14855,I Heart Geeks,DS,2011,Puzzle,CDV Software Entertainment,0.02,0,0,0,0.03 +14856,Hokuto no Ken: Hokuto Shinken Denshousha no Michi,DS,2008,Action,Spike,0,0,0.03,0,0.03 +14857,The Lord of the Rings: Conquest,PC,2009,Action,Electronic Arts,0,0.02,0,0,0.03 +14858,The King of Fighters: Maximum Impact - Maniax,XB,N/A,Fighting,Unknown,0.02,0.01,0,0,0.03 +14859,Wand of Fortune 2: Jikuu ni Shizumu Mokushiroku,PSP,2011,Adventure,Idea Factory,0,0,0.03,0,0.03 +14860,Little Busters! Converted Edition,PSV,2012,Action,Prototype,0,0,0.03,0,0.03 +14861,Hankou Shashin,SAT,1996,Adventure,Imagineer,0,0,0.03,0,0.03 +14862,MeiQ no Chika Ni Shisu: A Maze to Eradicate Them All,PSV,2015,Role-Playing,Idea Factory,0,0.01,0.01,0,0.03 +14863,Marker Man Adventures,DS,2009,Platform,Majesco Entertainment,0.02,0,0,0,0.03 +14864,Capcom Digital Collection,X360,2012,Action,Capcom,0.02,0.01,0,0,0.03 +14865,Pro Yakyuu Family Stadium,Wii,2008,Sports,Namco Bandai Games,0,0,0.03,0,0.03 +14866,Open Season,PS2,2006,Platform,Ubisoft,0.01,0.01,0,0,0.03 +14867,Monster Hunter Frontier Online: Forward 2,X360,2011,Role-Playing,Capcom,0,0,0.03,0,0.03 +14868,Moyashimon DS,DS,2009,Action,Takara Tomy,0,0,0.03,0,0.03 +14869,A Ressha de Gyoukou 2001,PS2,2001,Simulation,ArtDink,0,0,0.03,0,0.03 +14870,Diabolik Lovers: Lunatic Parade,PSV,2016,Adventure,Idea Factory,0,0,0.03,0,0.03 +14871,Let's Dance with Mel B,Wii,2011,Sports,Black Bean Games,0,0.02,0,0,0.03 +14872,Battlestations: Pacific,PC,2009,Strategy,Eidos Interactive,0,0.02,0,0,0.03 +14873,Neverwinter Nights 2,PC,2006,Role-Playing,Atari,0,0.02,0,0,0.03 +14874,Starry ? Sky: In Autumn,PSP,2010,Misc,Asgard,0,0,0.03,0,0.03 +14875,Battlefield 1942,PC,2002,Shooter,Electronic Arts,0.01,0.01,0,0,0.03 +14876,Back to the Future: The Game,X360,2015,Adventure,Telltale Games,0.02,0.01,0,0,0.03 +14877,Pitball,PS,1996,Sports,Time Warner Interactive,0.01,0.01,0,0,0.03 +14878,X-Men Origins: Wolverine - Uncaged Edition,PC,2009,Action,Activision,0.02,0,0,0,0.03 +14879,Combat Wings: The Great Battles of WWII,Wii,N/A,Simulation,City Interactive,0.02,0,0,0,0.03 +14880,D.C. III: Da Capo III,PSP,2013,Adventure,Kadokawa Games,0,0,0.03,0,0.03 +14881,Judge Dredd: Dredd Vs Death,PS2,2003,Shooter,BAM! Entertainment,0.01,0.01,0,0,0.03 +14882,Ocean Commander,Wii,2009,Simulation,Valcon Games,0.02,0,0,0,0.03 +14883,Drome Racers,GBA,2003,Racing,THQ,0.02,0.01,0,0,0.03 +14884,Wand of Fortune 2 FD: Kimi ni Sasageru Epilogue,PSP,2012,Adventure,Idea Factory,0,0,0.03,0,0.03 +14885,God Eater Off Shot: Lindow-hen Twin Pack & Animation Vol. 2,PS4,2015,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14886,Tank Beat,DS,2006,Strategy,Midas Interactive Entertainment,0.01,0.01,0,0,0.03 +14887,LEGO Pirates of the Caribbean: The Video Game,PC,2011,Action,Disney Interactive Studios,0.02,0,0,0,0.03 +14888,Turbo: Super Stunt Squad,WiiU,2013,Sports,D3Publisher,0,0.02,0,0,0.03 +14889,Jurassic Park: Operation Genesis,PC,2003,Simulation,Vivendi Games,0,0.02,0,0,0.03 +14890,The Peanuts Movie: Snoopy's Grand Adventure,X360,2015,Action,Activision,0,0.02,0,0,0.03 +14891,Tenkaichi * Sengoku Lovers,DS,2010,Adventure,Rocket Company,0,0,0.03,0,0.03 +14892,Daito Giken Koushiki Pachi-Slot Simulator Hihouden: Taiyou o Motomeru Monotachi,PS3,2013,Misc,Paon Corporation,0,0,0.03,0,0.03 +14893,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken 2,PS2,2007,Misc,Sega,0,0,0.03,0,0.03 +14894,Bode Miller Alpine Skiing,PS2,2006,Sports,Valcon Games,0.01,0.01,0,0,0.03 +14895,Mahou Sensei Negima! Private Lesson 2: Ojama Shimasu Parasite de Chu,GBA,2006,Role-Playing,Marvelous Interactive,0,0,0.02,0,0.03 +14896,R-Type Delta,PS,1998,Shooter,Irem Software Engineering,0.01,0.01,0,0,0.03 +14897,Angelique: Maren no Rokukishi,PSP,2011,Adventure,Idea Factory,0,0,0.03,0,0.03 +14898,Soul Eater: Battle Resonance,PSP,2009,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14899,Psycho-Pass: Mandatory Happiness,PS4,2016,Adventure,Nippon Ichi Software,0.02,0,0,0,0.03 +14900,Hisshou Pachinko*Pachi-slot Kouryaku Series DS Vol. 3: Shinseiki Evangelion - Yakusoku no Toki,DS,2008,Misc,D3Publisher,0,0,0.03,0,0.03 +14901,The Great Battle Gaiden 2: Matsuri da Wasshoi,SNES,1994,Action,Banpresto,0,0,0.03,0,0.03 +14902,Napoleon Dynamite: The Game,DS,2007,Puzzle,Crave Entertainment,0.02,0,0,0,0.03 +14903,Shinseiki Evangelion Ayanami Ikusei Keikaku DS with Asuka Hokan Keikaku,DS,2008,Simulation,Broccoli,0,0,0.03,0,0.03 +14904,Rock 'N' Roll Adventures,Wii,2007,Platform,Popcorn Arcade,0.02,0,0,0,0.03 +14905,War Gods,PS,1996,Fighting,GT Interactive,0.01,0.01,0,0,0.03 +14906,Evangelion: Jo,PS2,2009,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14907,Doki Oki,PS,1995,Adventure,Banpresto,0,0,0.02,0,0.03 +14908,Gakuen Alice: WakuWaku * Happy Friends,DS,2007,Adventure,Kids Station,0,0,0.03,0,0.03 +14909,Kyokugen Dasshutsu ADV: Zennin Shiboudesu,PSV,2012,Adventure,ChunSoft,0,0,0.03,0,0.03 +14910,Konohana 2: Todoke Kanai Requiem,PS2,2002,Adventure,Success,0,0,0.03,0,0.03 +14911,Derby Time 2006,PSP,2006,Sports,Sony Computer Entertainment,0,0,0.03,0,0.03 +14912,Yuusha Shisu.,PSV,2016,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +14913,Monster Mayhem: Build and Battle,DS,2009,Simulation,Zushi Games,0.02,0,0,0,0.02 +14914,Senjou no Waltz,PSV,2014,Adventure,Idea Factory,0,0,0.02,0,0.02 +14915,Chuck E. Cheese's Sports Games,Wii,2011,Sports,UFO Interactive,0.02,0,0,0,0.02 +14916,Ghostbusters (2016),XOne,2016,Action,Activision,0.02,0,0,0,0.02 +14917,Stronghold 2 Deluxe,PC,2005,Strategy,Take-Two Interactive,0,0.02,0,0,0.02 +14918,MAPLUS: Portable Navi 3,PSP,2009,Misc,Edia,0,0,0.02,0,0.02 +14919,DEATH NOTE: L o Tsugu Mono,DS,2007,Adventure,Konami Digital Entertainment,0,0,0.02,0,0.02 +14920,ZooCube,GC,2002,Puzzle,Acclaim Entertainment,0.02,0,0,0,0.02 +14921,Puppet Show 3: Lost Town,PC,2011,Puzzle,Focus Home Interactive,0,0.02,0,0,0.02 +14922,Star Wars: Empire at War - Forces of Corruption,PC,2006,Strategy,LucasArts,0,0.02,0,0,0.02 +14923,Spy Hunter / Super Sprint,GBA,2005,Racing,Zoo Digital Publishing,0.02,0.01,0,0,0.02 +14924,Otometeki Koi Kakumei * Love Revo! Portable,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +14925,Clover no Kuni no Alice: Wonderful Wonder World,PS2,2010,Adventure,Prototype,0,0,0.02,0,0.02 +14926,Room Zoom: Race for Impact,XB,2004,Racing,Jaleco,0.02,0.01,0,0,0.02 +14927,Yahari Game Demo Ore no Seishun Love-Kome Hamachi Gatteiru,PSV,2013,Adventure,5pb,0,0,0.02,0,0.02 +14928,Tube Slider,GC,N/A,Racing,Unknown,0.02,0,0,0,0.02 +14929,Ghost Pirates of Vooju Island,PC,2009,Adventure,DTP Entertainment,0,0.02,0,0,0.02 +14930,America Oudan Ultra-Quiz,SAT,1995,Misc,Victor Interactive,0,0,0.02,0,0.02 +14931,DoDonPachi Dai-Oujou: Black Label Extra,X360,2009,Shooter,5pb,0,0,0.02,0,0.02 +14932,Mind Your Language: Learn English! / French! / German! / Spanish! /Japanese!,DS,2009,Misc,PlayV,0,0.02,0,0,0.02 +14933,ParaWorld,PC,2006,Strategy,Deep Silver,0,0.02,0,0,0.02 +14934,Tropico Reloaded,PC,2009,Strategy,Kalypso Media,0,0.02,0,0,0.02 +14935,Shinseiki Evangelion: Battle Orchestra,PS2,2007,Fighting,Broccoli,0,0,0.02,0,0.02 +14936,Pharaoh,PC,1998,Strategy,Vivendi Games,0,0.02,0,0,0.02 +14937,Vampire Mansion: Linda Hyde,DS,2011,Adventure,Unknown,0,0.02,0,0,0.02 +14938,Yes! Precure 5 Go Go Zenin Shu Go! Dream Festival,DS,2008,Action,Namco Bandai Games,0,0,0.02,0,0.02 +14939,Battlefield 2: Modern Combat(JP sales),PS2,2005,Shooter,Electronic Arts,0,0,0.02,0,0.02 +14940,The Idolmaster: Gravure For You! Vol.7,PS3,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +14941,Stake: Fortune Fighters,XB,2003,Fighting,Metro 3D,0.02,0.01,0,0,0.02 +14942,Serious Sam Advance,GBA,2004,Shooter,Global Star,0.02,0.01,0,0,0.02 +14943,The Settlers: Rise of an Empire,PC,2007,Strategy,Ubisoft,0.01,0.01,0,0,0.02 +14944,Let's Play Garden,Wii,2010,Simulation,Deep Silver,0.02,0,0,0,0.02 +14945,Umineko no Naku Koro ni San: Shinjitsu to Gensou no Yasoukyoku,PS3,N/A,Adventure,N/A,0,0,0.02,0,0.02 +14946,Pop'n Music 12 Iroha,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +14947,BeatMania IIDX 11: IIDX Red,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +14948,Warhammer Online: Age of Reckoning,PC,2008,Role-Playing,GOA,0,0.02,0,0,0.02 +14949,Jikkyou Powerful Pro Yakyuu 12 Ketteiban,GC,2005,Sports,Konami Digital Entertainment,0,0,0.02,0,0.02 +14950,Road Trip: The Arcade Edition,GC,2002,Racing,Zoo Digital Publishing,0.02,0,0,0,0.02 +14951,Juusanshi Engi Engetsu Sangokuden 2,PSP,2014,Action,Idea Factory,0,0,0.02,0,0.02 +14952,No More Heroes: Heroes' Paradise,X360,2010,Action,Marvelous Interactive,0,0,0.02,0,0.02 +14953,Virtua Tennis: World Tour (jp sales),PSP,2005,Sports,Sega,0,0,0.02,0,0.02 +14954,World Series of Poker 2008: Battle for the Bracelets,PSP,2007,Misc,Activision,0.02,0,0,0,0.02 +14955,Ano Hi Mita Hana no Namae o Bokutachi wa Mada Shiranai,PSP,2012,Action,5pb,0,0,0.02,0,0.02 +14956,Cold War,XB,2005,Shooter,DreamCatcher Interactive,0.02,0.01,0,0,0.02 +14957,Steel Battalion: Line of Contact,XB,2004,Simulation,Capcom,0.02,0.01,0,0,0.02 +14958,Naruto Shippuden: Ultimate Ninja Storm Collection,PS3,2016,Action,Namco Bandai Games,0,0.02,0,0,0.02 +14959,Ken to Mahou to Gakuen Mono. 2G,PS3,2010,Role-Playing,Acquire,0,0,0.02,0,0.02 +14960,NBA Starting Five,XB,2002,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.02 +14961,Kami Naru Kimi to,PSP,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +14962,Spy Hunter: Nowhere To Run,PS2,2006,Racing,Midway Games,0.01,0.01,0,0,0.02 +14963,LEGO Harry Potter: Years 1-4,PC,2010,Action,Warner Bros. Interactive Entertainment,0.01,0.01,0,0,0.02 +14964,Ikki Tousen: Eloquent Fist,PSP,2008,Fighting,Marvelous Interactive,0,0,0.02,0,0.02 +14965,Viva Pinata,PC,2007,Simulation,Microsoft Game Studios,0,0.02,0,0,0.02 +14966,Carmen Sandiego: The Secret of the Stolen Drums,XB,2004,Action,BAM! Entertainment,0.02,0.01,0,0,0.02 +14967,Disney's Magical Quest 3 Starring Mickey and Donald,GBA,2003,Action,Capcom,0.02,0.01,0,0,0.02 +14968,Chili Con Carnage,PSP,2007,Shooter,Eidos Interactive,0,0.02,0,0.01,0.02 +14969,Bus Simulator 16,PC,2016,Simulation,Astragon,0,0.02,0,0,0.02 +14970,Rengoku II: The Stairway To H.E.A.V.E.N.,PSP,2006,Action,Konami Digital Entertainment,0.02,0,0,0,0.02 +14971,Teddy Together,3DS,2016,Simulation,Nintendo,0,0.02,0,0,0.02 +14972,Pony Luv,DS,2008,Simulation,GSP,0.02,0,0,0,0.02 +14973,Strike Witches 2: Iyasu Naosu Punipunisuru,DS,2010,Action,Kadokawa Shoten,0,0,0.02,0,0.02 +14974,Omega Quintet,PS4,2014,Role-Playing,Compile Heart,0,0,0.02,0,0.02 +14975,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.1,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +14976,Demigod,PC,2009,Strategy,Atari,0,0.02,0,0,0.02 +14977,The Voice,PS3,2014,Action,Activision,0.02,0,0,0,0.02 +14978,"Ed, Edd n Eddy: The Mis-Edventures",XB,2005,Platform,Midway Games,0.02,0.01,0,0,0.02 +14979,Bunmei Haruka: Aoiza Ibunroku,PSP,2011,Action,FuRyu,0,0,0.02,0,0.02 +14980,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.6,PS3,2015,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +14981,Blade Arcus from Shining EX,PS4,2015,Fighting,Sega,0,0,0.02,0,0.02 +14982,Vantage Master Portable,PSP,2008,Role-Playing,Falcom Corporation,0,0,0.02,0,0.02 +14983,Lilpri DS: Hime-Chen! Apple Pink,DS,2010,Adventure,Sega,0,0,0.02,0,0.02 +14984,Star Trek Online,PC,2010,Role-Playing,Atari,0,0.02,0,0,0.02 +14985,Rapala for Kinect,X360,2011,Sports,Activision,0,0.02,0,0,0.02 +14986,Rugby Challenge 3,X360,2016,Sports,Alternative Software,0,0.02,0,0,0.02 +14987,"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 1: Shinseiki Evangelion - Magokoro o, Kimi ni",DS,2008,Misc,D3Publisher,0,0,0.02,0,0.02 +14988,Diabolik Lovers: Vandead Carnival,PSV,2014,Action,Idea Factory,0,0,0.02,0,0.02 +14989,O.M.G. 26 - Our Mini Games,DS,2007,Puzzle,505 Games,0.02,0,0,0,0.02 +14990,Ty the Tasmanian Tiger 3: Night of the Quinkan,XB,2005,Action,Zoo Digital Publishing,0.02,0.01,0,0,0.02 +14991,AMF Xtreme Bowling,PS2,2006,Sports,Mastertronic,0.01,0.01,0,0,0.02 +14992,Total Overdose: A Gunslinger's Tale in Mexico,XB,2005,Shooter,Eidos Interactive,0.02,0.01,0,0,0.02 +14993,Bomberman Fantasy Race,PS,1998,Racing,Virgin Interactive,0.01,0.01,0,0,0.02 +14994,Colin McRae Rally 2.0,GBA,2002,Racing,Codemasters,0.02,0.01,0,0,0.02 +14995,Carnage Heart EXA,PSP,2010,Strategy,ArtDink,0,0,0.02,0,0.02 +14996,Tropico 4: Modern Times,PC,2012,Strategy,Kalypso Media,0,0.02,0,0,0.02 +14997,Europa Universalis III Complete,PC,2008,Strategy,Paradox Interactive,0,0.02,0,0,0.02 +14998,Bugriders: The Race of Kings,PS,1997,Racing,GT Interactive,0.01,0.01,0,0,0.02 +14999,Bust-A-Move,3DO,1994,Puzzle,Micro Cabin,0,0,0.02,0,0.02 +15000,Wii de Asobu: Metroid Prime,Wii,N/A,Shooter,Nintendo,0,0,0.02,0,0.02 +15001,Payout Poker & Casino,PSP,N/A,Misc,Unknown,0.02,0,0,0,0.02 +15002,Wii de Asobu: Metroid Prime,Wii,N/A,Shooter,Nintendo,0,0,0.02,0,0.02 +15003,Wangan Midnight Portable,PSP,2007,Racing,Genki,0,0,0.02,0,0.02 +15004,Cross Ange: Tenshi to Ryuu no Rondo tr.,PSV,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15005,Canvas 2,PS2,2006,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15006,Memories Off: Sorekara Again,PS2,2006,Adventure,KID,0,0,0.02,0,0.02 +15007,Tom Clancy's Rainbow Six: Vegas 2,PC,2008,Shooter,Ubisoft,0,0.02,0,0,0.02 +15008,11eyes: CrossOver,X360,2009,Adventure,5pb,0,0,0.02,0,0.02 +15009,Kenka Bancho Otome,PSV,2016,Action,Screenlife,0,0,0.02,0,0.02 +15010,Supermodel Makeover by Lauren Luke,DS,2009,Simulation,Avanquest,0,0.02,0,0,0.02 +15011,George of the Jungle and the Search for the Secret,Wii,2008,Platform,Ignition Entertainment,0.02,0,0,0,0.02 +15012,AirForce Delta Storm,GBA,2002,Shooter,Konami Digital Entertainment,0.02,0.01,0,0,0.02 +15013,Serious Sam HD: Gold Edition,X360,2011,Shooter,Mastertronic,0,0.02,0,0,0.02 +15014,Peter Pan in Disney's Return to Never Land,PS,2002,Platform,Sony Computer Entertainment,0.01,0.01,0,0,0.02 +15015,Ferrari Challenge Trofeo Pirelli Deluxe,Wii,2009,Racing,System 3 Arcade Software,0,0.02,0,0,0.02 +15016,Xenosaga I路II,DS,2006,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15017,SimCity Societies,PC,2007,Simulation,Electronic Arts,0,0.02,0,0,0.02 +15018,Mesaze!! Tsuri Master: Sekai ni Challenge! Hen,Wii,2008,Sports,Hudson Soft,0,0,0.02,0,0.02 +15019,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.9,PS3,2016,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15020,Fishdom 2 Deluxe,PC,2010,Puzzle,Rondomedia,0,0.02,0,0.01,0.02 +15021,Kuusen II,PS2,2004,Simulation,Kadokawa Shoten,0,0,0.02,0,0.02 +15022,Cross Channel: In Memory of All People,X360,2011,Adventure,CyberFront,0,0,0.02,0,0.02 +15023,Bomberman Story DS,DS,2007,Role-Playing,Rising Star Games,0,0,0.02,0,0.02 +15024,Penguins of Madagascar,Wii,2014,Action,Namco Bandai Games,0,0.02,0,0,0.02 +15025,Clannad: Mitsumi Mamoru Sakamichi de - Joukan,PSP,2010,Adventure,Prototype,0,0,0.02,0,0.02 +15026,Brothers in Arms: Hell's Highway,PC,2008,Shooter,Ubisoft,0,0.02,0,0,0.02 +15027,Are You Alice?,PSP,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15028,Future Tactics: The Uprising,GC,2004,Strategy,JoWood Productions,0.02,0,0,0,0.02 +15029,Stronghold Crusader Extreme,PC,2008,Strategy,Gamecock,0,0.02,0,0,0.02 +15030,Kensei: Sacred Fist,PS,1997,Fighting,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15031,Backyard NFL Football,DS,2007,Sports,Atari,0.02,0,0,0,0.02 +15032,Okashi na Shima no Peter Pan: Sweet Never Land,PSP,2011,Adventure,Quinrose,0,0,0.02,0,0.02 +15033,Urakata Hakuoki,PSP,2013,Adventure,Idea Factory,0,0,0.02,0,0.02 +15034,Cities XL 2011,PC,2010,Simulation,Focus Home Interactive,0,0.02,0,0,0.02 +15035,Kung Fu Panda,PC,2008,Action,Activision,0,0.02,0,0,0.02 +15036,Gift: Prism,PS2,2006,Adventure,Sweets,0,0,0.02,0,0.02 +15037,PDC World Championship Darts: Pro Tour,X360,2010,Sports,O-Games,0,0.02,0,0,0.02 +15038,Shanghai: True Valor,PS,1998,Puzzle,Activision,0.01,0.01,0,0,0.02 +15039,Tokyo Xanadu eX+,PS4,2016,Role-Playing,Nihon Falcom Corporation,0,0,0.02,0,0.02 +15040,Major Dream: Major DS Dream Baseball,DS,2008,Sports,Takara Tomy,0,0,0.02,0,0.02 +15041,Steins;Gate: Senkei Kousoku no Phonogram,X360,2013,Adventure,5pb,0,0,0.02,0,0.02 +15042,Thunderbirds,GBA,2004,Shooter,Vivendi Games,0.02,0.01,0,0,0.02 +15043,Winning Post 8 2015,PSV,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15044,Vitamin Z Revolution,PSP,2010,Adventure,D3Publisher,0,0,0.02,0,0.02 +15045,Aria: The Origination ~Aoi Wakusei no El Cielo~,PS2,2008,Adventure,Alchemist,0,0,0.02,0,0.02 +15046,Inkheart,DS,2009,Adventure,DreamCatcher Interactive,0.02,0,0,0,0.02 +15047,Street Fighter X Tekken,PC,2012,Fighting,Capcom,0,0.02,0,0,0.02 +15048,Lunatic Dawn Tempest,PS2,2001,Role-Playing,ArtDink,0,0,0.02,0,0.02 +15049,Ceville,PC,2009,Action,Kalypso Media,0,0.02,0,0,0.02 +15050,Strike Witches: Shirogane no Tsubasa,PSP,2012,Strategy,Kadokawa Shoten,0,0,0.02,0,0.02 +15051,Total Immersion Racing,XB,2002,Racing,Empire Interactive,0.02,0.01,0,0,0.02 +15052,Totally Spies! 2: Undercover,DS,2006,Action,Atari,0.01,0.01,0,0,0.02 +15053,Luxor: The Wrath of Set,PSP,2006,Puzzle,Mumbo Jumbo,0.02,0,0,0,0.02 +15054,Natalie Brooks: Mystery at Hillcrest High,DS,2012,Action,Licensed 4U,0,0.02,0,0,0.02 +15055,NASCAR Heat Evolution,XOne,2016,Racing,Dusenberry Martin Racing,0.02,0,0,0,0.02 +15056,Board Game: Top Shop,PS,1999,Misc,Success,0.01,0.01,0,0,0.02 +15057,NANA: Live Staff Daiboshuu! Shoshinsha Kangei,DS,2007,Action,Konami Digital Entertainment,0,0,0.02,0,0.02 +15058,Castlevania: Lords of Shadow - Reverie,X360,2011,Action,Konami Digital Entertainment,0.02,0,0,0,0.02 +15059,Xia-Xia,DS,2012,Platform,N/A,0,0.02,0,0,0.02 +15060,Cocoto Magic Circus,Wii,2008,Shooter,Neko Entertainment,0.02,0,0,0,0.02 +15061,Zero no Tsukaima: Shou-akuma to Harukaze no Concerto,PS2,2007,Adventure,Marvelous Interactive,0,0,0.02,0,0.02 +15062,Dunamis 15,PS3,2011,Adventure,5pb,0,0,0.02,0,0.02 +15063,DemiKids: Dark Version,GBA,2002,Role-Playing,Atlus,0.02,0.01,0,0,0.02 +15064,Mage Knight: Destiny's Soldier,DS,2006,Strategy,Namco Bandai Games,0.02,0,0,0,0.02 +15065,GT Legends,PC,2005,Racing,Atari,0,0.02,0,0,0.02 +15066,Blender Bros.,GBA,2002,Platform,Unknown,0.02,0.01,0,0,0.02 +15067,Suzumiya Haruhi no Heiretsu,Wii,2009,Adventure,Sega,0,0,0.02,0,0.02 +15068,F1 Race Stars,PC,2012,Racing,Codemasters,0,0.02,0,0,0.02 +15069,DemiKids: Light Version,GBA,2002,Role-Playing,Atlus,0.02,0.01,0,0,0.02 +15070,Nanatsuiro * Drops Pure!!,PS2,2007,Adventure,Media Works,0,0,0.02,0,0.02 +15071,Pe-Jongju to Manabu Kankokugo DS: Test-Hen,DS,2010,Misc,D3Publisher,0,0,0.02,0,0.02 +15072,Escape the Emerald Star,PC,2011,Puzzle,PopCap Games,0.02,0,0,0,0.02 +15073,La Corda d'Oro 4,PSV,2016,Action,Tecmo Koei,0,0,0.02,0,0.02 +15074,Thomas and Friends: Steaming around Sodor,3DS,2015,Action,Avanquest Software,0,0.02,0,0,0.02 +15075,Titanic Mystery,Wii,2010,Puzzle,O-Games,0.02,0,0,0,0.02 +15076,Falcon 4.0: Allied Force,PC,2005,Simulation,Graphsim Entertainment,0,0.02,0,0,0.02 +15077,Bottom of the 9th '97,PS,1997,Sports,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15078,Shaman King: Chou Senjiryokketsu 3,GBA,2002,Role-Playing,King Records,0,0,0.02,0,0.02 +15079,Ride,X360,2015,Racing,Milestone S.r.l.,0,0.02,0,0,0.02 +15080,Line Rider 2: Unbound,Wii,2008,Puzzle,Deep Silver,0.02,0,0,0,0.02 +15081,HatsuKare * Renai Debut Sengen!,PSP,2013,Adventure,FuRyu,0,0,0.02,0,0.02 +15082,Treasure Chase,DS,2011,Puzzle,Storm City Games,0.02,0,0,0,0.02 +15083,Unreal Anthology,PC,2006,Shooter,Midway Games,0,0.02,0,0,0.02 +15084,X3: Terran War Pack,PC,2012,Misc,Deep Silver,0,0.02,0,0,0.02 +15085,Prison Architect,PS4,2016,Action,Introversion Software,0.01,0.01,0,0,0.02 +15086,G1 Jockey Wii,Wii,2007,Sports,Tecmo Koei,0,0.01,0.02,0,0.02 +15087,Kingdom: Ikkitousen no Ken,PSP,2010,Action,Konami Digital Entertainment,0,0,0.02,0,0.02 +15088,Wrestle Kingdom 2: Pro Wrestling Sekai Taisen,PS2,2007,Fighting,Yuke's,0,0,0.02,0,0.02 +15089,Rugby League Live 3,PS4,2015,Action,Tru Blu Entertainment,0,0.02,0,0,0.02 +15090,Tom Clancy's EndWar,PC,2009,Strategy,Ubisoft,0,0.02,0,0,0.02 +15091,RayCrisis: Series Termination,PS,1999,Shooter,JVC,0.01,0.01,0,0,0.02 +15092,Left 4 Dead,PC,2008,Shooter,Electronic Arts,0,0.02,0,0,0.02 +15093,Bejeweled 2 Deluxe,PC,2006,Puzzle,Focus Home Interactive,0,0.02,0,0,0.02 +15094,Ikki Tousen: Shining Dragon,PS2,2007,Role-Playing,Marvelous Interactive,0,0,0.02,0,0.02 +15095,Kimi ga Aruji de Shitsuji ga Ore de: Oshie Nikki,PS2,2008,Adventure,Minato Station,0,0,0.02,0,0.02 +15096,Toxic Grind,XB,2002,Sports,THQ,0.02,0,0,0,0.02 +15097,DiRT,PC,2007,Racing,Codemasters,0,0.02,0,0,0.02 +15098,Kawasaki Jet Ski,Wii,2008,Racing,Metro 3D,0.02,0,0,0,0.02 +15099,Genkai Tokki: Seven Pirates,PSV,2016,Role-Playing,Compile Heart,0,0,0.02,0,0.02 +15100,Enchanted Arms (JP sales),X360,2006,Role-Playing,Ubisoft,0,0,0.02,0,0.02 +15101,ScrapLand,XB,2005,Action,Deep Silver,0.02,0,0,0,0.02 +15102,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Fuujirareta Megami Portable,PSP,2011,Misc,Paon,0,0,0.02,0,0.02 +15103,Geten no Hana,PSP,2013,Misc,Tecmo Koei,0,0,0.02,0,0.02 +15104,Crazy Machines,Wii,2010,Puzzle,DTP Entertainment,0.01,0.01,0,0,0.02 +15105,Harukanaru Toki no Naka de 3 with Izayoiki Aizouban,PSP,2009,Adventure,Tecmo Koei,0,0,0.02,0,0.02 +15106,Blade Arcus from Shining EX,PS3,2015,Fighting,Sega,0,0,0.02,0,0.02 +15107,Brave: The Video Game,Wii,2012,Action,Disney Interactive Studios,0,0.02,0,0,0.02 +15108,Frontlines: Fuel of War,PC,2008,Shooter,THQ,0,0.02,0,0,0.02 +15109,D.Gray-man: Sousha no Shikaku,PS2,2008,Adventure,Konami Digital Entertainment,0,0,0.02,0,0.02 +15110,Indianapolis 500 Evolution,X360,2009,Racing,Zushi Games,0.02,0,0,0,0.02 +15111,Ookami to Koushinryou: Omiowataru Kaze,DS,2009,Adventure,ASCII Media Works,0,0,0.02,0,0.02 +15112,Grey's Anatomy: The Video Game,PC,2009,Adventure,Ubisoft,0,0.02,0,0,0.02 +15113,School Days LxH,PS2,2008,Adventure,Interchannel,0,0,0.02,0,0.02 +15114,Neo Angelique,PS2,2006,Adventure,Tecmo Koei,0,0,0.02,0,0.02 +15115,Big Idea's VeggieTales: LarryBoy and the Bad Apple,PS2,2006,Action,Crave Entertainment,0.01,0.01,0,0,0.02 +15116,Namco Museum Battle Collection (JP sales),PSP,2005,Misc,Sony Computer Entertainment,0,0,0.02,0,0.02 +15117,Chaos;Head Noah,PSP,2010,Adventure,5pb,0,0,0.02,0,0.02 +15118,Brandish: The Dark Revenant,PSP,2009,Role-Playing,Falcom Corporation,0,0,0.02,0,0.02 +15119,Summon Night: Swordcraft Story,GBA,2003,Role-Playing,Banpresto,0.02,0.01,0,0,0.02 +15120,Samurai Shodown V,XB,2006,Fighting,Ignition Entertainment,0.02,0,0,0,0.02 +15121,Pro Fishing Challenge,XB,2004,Sports,Atlus,0.02,0,0,0,0.02 +15122,Minna no Chizu 2,PSP,2007,Misc,Zenrin,0,0,0.02,0,0.02 +15123,Franklin's Great Adventures,DS,2006,Action,Game Factory,0.02,0,0,0,0.02 +15124,Test Drive Unlimited,PC,2007,Racing,Atari,0,0.02,0,0,0.02 +15125,SAW,PC,2009,Action,Konami Digital Entertainment,0,0.02,0,0,0.02 +15126,Princess Saver! Eternal Love for My Lady,PS2,2010,Adventure,Comfort,0,0,0.02,0,0.02 +15127,To Love-Ru Trouble: Darkness - True Princess,PSV,2015,Action,FuRyu,0,0,0.02,0,0.02 +15128,Tokyo Mew Mew,PS,2002,Role-Playing,Takara,0,0,0.02,0,0.02 +15129,Jitsumei Jikkyou Keiba Dream Classic 2002,PS2,2002,Sports,Namco Bandai Games,0,0,0.02,0,0.02 +15130,Ice Age: Dawn of the Dinosaurs,PC,2009,Action,Activision,0.02,0,0,0,0.02 +15131,Interactive Storybook DS Series 3,DS,2007,Misc,Tommo,0.02,0,0,0,0.02 +15132,Moujuutsukai to Oujisama: Snow Bride Portable,PSP,2012,Adventure,Idea Factory,0,0,0.02,0,0.02 +15133,Twinkle * Crusaders GoGo!,PSP,2010,Adventure,ASCII Media Works,0,0,0.02,0,0.02 +15134,Serious Sam HD: Gold Edition,PC,2010,Shooter,Devolver Digital,0,0.02,0,0,0.02 +15135,Rule of Rose,PS2,2006,Action,505 Games,0.01,0.01,0,0,0.02 +15136,RedCard 20-03,GC,2002,Sports,Midway Games,0.02,0,0,0,0.02 +15137,Homeworld,PC,1998,Strategy,Vivendi Games,0,0.02,0,0,0.02 +15138,Freestyle Metal X,XB,2003,Racing,Midway Games,0.02,0,0,0,0.02 +15139,Shonen Jump's One Piece: Grand Adventure,PS2,2005,Fighting,Namco Bandai Games,0.01,0.01,0,0,0.02 +15140,Pac-Man World Rally,PS2,2006,Racing,Namco Bandai Games,0.01,0.01,0,0,0.02 +15141,Plants vs. Zombies: Garden Warfare,PC,2014,Shooter,Electronic Arts,0,0.02,0,0,0.02 +15142,Max Payne,PC,2001,Shooter,Take-Two Interactive,0,0.02,0,0,0.02 +15143,Uta Kumi 575,PSV,2014,Misc,Sega,0,0,0.02,0,0.02 +15144,Invizimals: The Lost Kingdom,PS3,2013,Action,Sony Computer Entertainment,0,0.02,0,0.01,0.02 +15145,428: Fuusa Sareta Shibuya de,PS3,2009,Adventure,Spike,0,0,0.02,0,0.02 +15146,IL-2 Sturmovik: Forgotten Battles,PC,2003,Simulation,Ubisoft,0,0.02,0,0,0.02 +15147,Overlord,PC,2007,Strategy,Codemasters,0,0.02,0,0,0.02 +15148,Sacred 3,PC,2014,Role-Playing,Deep Silver,0,0.02,0,0,0.02 +15149,The Professor's Brain Trainer: Logic,DS,2005,Puzzle,505 Games,0.02,0,0,0,0.02 +15150,Fritz Chess,Wii,2009,Strategy,Deep Silver,0.02,0.01,0,0,0.02 +15151,Hisshou Pachinko * Pachi-Slot Kouryaku Series Portable Vol. 2: CR Evangelion - Hajimari no Fukuin,PSP,2010,Misc,D3Publisher,0,0,0.02,0,0.02 +15152,NFL Blitz Pro,GC,2003,Sports,Midway Games,0.02,0,0,0,0.02 +15153,Rocket League,PC,2016,Sports,505 Games,0.01,0.01,0,0,0.02 +15154,Balls of Fury,Wii,2007,Sports,Zoo Digital Publishing,0.02,0,0,0,0.02 +15155,18 Wheels of Steel: Extreme Trucker,PC,2009,Racing,Rondomedia,0,0.02,0,0,0.02 +15156,Rugby World Cup 2015,XOne,2015,Sports,Ubisoft,0,0.02,0,0,0.02 +15157,Winning Post 8 2015,PS3,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15158,Veggy World,DS,2011,Shooter,Jack of All Games,0.02,0,0,0,0.02 +15159,Commandos: Strike Force,XB,2006,Shooter,Eidos Interactive,0.02,0,0,0,0.02 +15160,Ukiyo no Roushi,PSV,2015,Action,Unknown,0,0,0.02,0,0.02 +15161,SBK: Snowboard Kids,DS,2005,Sports,Rising Star Games,0.02,0,0,0,0.02 +15162,Warriors of the Lost Empire (JP sales),PSP,2007,Role-Playing,Mercury Games,0,0,0.02,0,0.02 +15163,Jojo's Bizarre Adventure,PS,1999,Fighting,Virgin Interactive,0.01,0.01,0,0,0.02 +15164,Lode Runner,DS,2006,Puzzle,Hudson Entertainment,0,0,0.02,0,0.02 +15165,Zathura,XB,2005,Adventure,Take-Two Interactive,0.02,0,0,0,0.02 +15166,Cities in Motion Collection,PC,2011,Simulation,Unknown,0,0.02,0,0,0.02 +15167,Evolution Snowboarding,PS2,2002,Sports,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15168,Jissen Pachinko Hisshouhou! CR Sakura Taisen,PS2,2007,Misc,Sega,0,0,0.02,0,0.02 +15169,Aegis of Earth: Protonovus Assault,PS4,2016,Action,PQube,0.02,0,0,0,0.02 +15170,Freedom Wings,DS,2006,Simulation,Natsume,0.02,0,0,0,0.02 +15171,Super Nazo Puyo Tsuu: Ruruu no Tetsuwan Hanjyouki,SNES,1996,Puzzle,Compile,0,0,0.02,0,0.02 +15172,Zillions of Enemy X: Zetsukai no Crusade,PS3,2013,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +15173,Dream Chronicles,DS,2010,Adventure,Zoo Games,0.02,0,0,0,0.02 +15174,Kung Fu Panda: Showdown of Legendary Legends,PS3,2015,Action,Little Orbit,0,0.02,0,0,0.02 +15175,The Settlers IV,PC,2001,Strategy,Blue Byte,0,0.02,0,0,0.02 +15176,Happiness! De-Lucks,PS2,2007,Adventure,Marvelous Interactive,0,0,0.02,0,0.02 +15177,Mount & Blade,PC,2008,Role-Playing,Paradox Interactive,0,0.02,0,0,0.02 +15178,Doki Majo Plus,DS,2009,Adventure,SNK Playmore,0,0,0.02,0,0.02 +15179,Eureka Seven Vol. 2: The New Vision,PS2,2006,Shooter,Namco Bandai Games,0,0,0.02,0,0.02 +15180,Love Once: Mermaid's Tears,PS3,2011,Adventure,Unknown,0,0,0.02,0,0.02 +15181,Puzzle Challenge: Crosswords and More!,PS2,2006,Puzzle,Crave Entertainment,0.01,0.01,0,0,0.02 +15182,Mata Hari: Betrayal is only a Kiss Away,PC,2008,Adventure,DTP Entertainment,0,0.02,0,0,0.02 +15183,"Simple 2500 Series Portable!! Vol. 12: The Hohei 2: Senyuu yo, Sakini Ike",PSP,2009,Action,D3Publisher,0,0,0.02,0,0.02 +15184,Muppets Party Cruise,GC,2003,Misc,TDK Mediactive,0.02,0,0,0,0.02 +15185,Quake 4,PC,2005,Shooter,Activision,0,0.02,0,0,0.02 +15186,Maximum Capacity: Hotel Giant,PC,2002,Strategy,JoWood Productions,0,0.02,0,0,0.02 +15187,Sengoku Otome: Legend Battle,PSV,2016,Action,Unknown,0,0,0.02,0,0.02 +15188,Shippuu Mahou Daisakusen: Kingdom-Grandprix,SAT,1996,Shooter,Gaga,0,0,0.02,0,0.02 +15189,Yamasa Digi Portable: Matsuri no Tatsujin - Win-Chan no Natsumatsuri,PSP,2006,Misc,Yamasa Entertainment,0,0,0.02,0,0.02 +15190,Quiz Present Variety Q-Sama!! DS: Pressure Study x Atama Gai Kunaru Drill SP,DS,2011,Misc,Plenty,0,0,0.02,0,0.02 +15191,Fritz Chess,DS,2009,Strategy,Deep Silver,0.02,0,0,0,0.02 +15192,Heart no Kuni no Alice Anniversary Ver.: Wonderful Wonder World,PSP,2011,Adventure,Quinrose,0,0,0.02,0,0.02 +15193,Fuel,PC,2009,Racing,Codemasters,0,0.02,0,0,0.02 +15194,Serious Sam: Next Encounter,GC,2004,Shooter,Global Star,0.02,0,0,0,0.02 +15195,PachiPara 15: Super Umi Monogatari in Okinawa 2,PS3,2010,Misc,Irem Software Engineering,0,0,0.02,0,0.02 +15196,Motto! SoniComi,PS3,2014,Simulation,Kadokawa Games,0,0,0.02,0,0.02 +15197,Let's Play Flight Attendant,DS,2010,Simulation,Deep Silver,0.02,0,0,0,0.02 +15198,Akai Ito DS,DS,2008,Adventure,Alchemist,0,0,0.02,0,0.02 +15199,Knight's Apprentice: Memorick's Adventures,XB,2004,Action,Microids,0.02,0,0,0,0.02 +15200,Saint,Wii,N/A,Shooter,Unknown,0.02,0,0,0,0.02 +15201,Darksiders,PS3,2010,Action,THQ,0.01,0.01,0,0,0.02 +15202,Natsuiro no Sunadokei,PS2,2002,Adventure,Princess Soft,0,0,0.02,0,0.02 +15203,Indigo Prophecy,PC,2005,Adventure,Atari,0,0.02,0,0,0.02 +15204,Jissen Pachi-Slot Hisshouhou! Mister Magic Neo,PS2,2007,Misc,Sega,0,0,0.02,0,0.02 +15205,Tale of a Hero,PC,2010,Adventure,Daedalic,0,0.02,0,0.01,0.02 +15206,Valentino Rossi: The Game,XOne,2016,Racing,Namco Bandai Games,0,0.02,0,0,0.02 +15207,Turbo: Super Stunt Squad,PS3,2013,Sports,D3Publisher,0,0.02,0,0,0.02 +15208,FIFA Soccer 09,PC,2008,Sports,Electronic Arts,0,0.02,0,0,0.02 +15209,The Lord of the Rings: The Battle for Middle-Earth II,PC,2006,Strategy,Electronic Arts,0.01,0.01,0,0,0.02 +15210,Ballblazer Champions,PS,1997,Sports,CTO SpA,0.01,0.01,0,0,0.02 +15211,Steal Princess,DS,N/A,Platform,Unknown,0.02,0,0,0,0.02 +15212,So Blonde,PC,2008,Adventure,Eidos Interactive,0,0.02,0,0,0.02 +15213,Winter Sports 2011,X360,2011,Sports,DTP Entertainment,0,0.02,0,0,0.02 +15214,Koisuru Otome to Shugo no Tate: The Shield of AIGIS,PS2,2008,Adventure,Alchemist,0,0,0.02,0,0.02 +15215,Disney's Meet the Robinsons,DS,2007,Action,Disney Interactive Studios,0.02,0,0,0,0.02 +15216,Casper's Scare School: Classroom Capers,DS,2008,Adventure,Blast! Entertainment Ltd,0.02,0,0,0,0.02 +15217,Moujuutsukai to Oujisama Portable,PSP,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15218,Galaxy Angel II: Eigou Kaiki no Koku,PS2,2009,Strategy,Broccoli,0,0,0.02,0,0.02 +15219,Genroh,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15220,Otome wa Oanesama Boku ni Koi Shiteru Portable,PSP,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15221,Iron Phoenix,XB,2005,Fighting,Sega,0.02,0,0,0,0.02 +15222,Legend: Hand of God,PC,2007,Role-Playing,DTP Entertainment,0,0.02,0,0,0.02 +15223,Geon Cube,Wii,2009,Puzzle,P2 Games,0.02,0,0,0,0.02 +15224,Tennis no Oji-Sama: Driving Smash! Side King,DS,2008,Sports,Konami Digital Entertainment,0,0,0.02,0,0.02 +15225,Kuon,PS2,2004,Adventure,Indie Games,0.01,0.01,0,0,0.02 +15226,Kannou Mukashi Banashi Portable,PSP,2012,Adventure,Idea Factory,0,0,0.02,0,0.02 +15227,Umineko no Naku Koro ni: Majo to Suiri no Rinbukyoku,PS3,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15228,Diabolik Lovers: More Blood,PSV,2015,Adventure,Idea Factory,0,0,0.02,0,0.02 +15229,Triple Crown Championship Snowboarding,Wii,2010,Sports,Destineer,0.02,0,0,0,0.02 +15230,UnchainBlades EXXiV,3DS,2012,Role-Playing,FuRyu,0,0,0.02,0,0.02 +15231,The Fast and the Furious,PSP,2007,Racing,Deep Silver,0.02,0,0,0,0.02 +15232,Fallout Trilogy,PC,2004,Role-Playing,Ubisoft,0,0.02,0,0,0.02 +15233,Carmen Sandiego: The Secret of the Stolen Drums,GC,2004,Action,BAM! Entertainment,0.02,0,0,0,0.02 +15234,The Sims: Complete Collection,PC,2005,Simulation,Electronic Arts,0.01,0.01,0,0,0.02 +15235,Command & Conquer 3: Deluxe Edition,PC,2008,Strategy,Electronic Arts,0,0.02,0,0,0.02 +15236,Dance! It's Your Stage,PS3,2011,Misc,DTP Entertainment,0,0.02,0,0.01,0.02 +15237,Sacred Gold,PC,2005,Role-Playing,Encore,0,0.02,0,0,0.02 +15238,Dies Irae: Amantes Amentes,PSP,2012,Action,Views,0,0,0.02,0,0.02 +15239,Puyo Puyo! 15th Anniversary,PSP,2007,Puzzle,Sega,0,0,0.02,0,0.02 +15240,Mind over Matter,DS,2010,Puzzle,505 Games,0.02,0,0,0,0.02 +15241,The Idolmaster: Gravure For You! Vol.9,PS3,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15242,Discovery Kids: Snake Safari,DS,2009,Simulation,505 Games,0.02,0,0,0,0.02 +15243,Ryu-koku,PS2,2006,Adventure,KID,0,0,0.02,0,0.02 +15244,Maji de Manabu: LEC de Ukaru - DS Hishou Boki 3-Kyuu,DS,2008,Misc,Square Enix,0,0,0.02,0,0.02 +15245,Group S Challenge,XB,2003,Racing,Capcom,0.02,0,0,0,0.02 +15246,GunParade Orchestra: Midori no Shou,PS2,2006,Adventure,Sony Computer Entertainment,0,0,0.02,0,0.02 +15247,Shooter: Starfighter Sanvein,PS,2000,Shooter,Midas Interactive Entertainment,0.01,0.01,0,0,0.02 +15248,Jewel Master: Cradle Of Rome 2,DS,2011,Puzzle,Rising Star Games,0,0.02,0,0,0.02 +15249,Sakura Wars 1 & 2,PSP,2006,Strategy,Sega,0,0,0.02,0,0.02 +15250,Kao Challengers,PSP,2005,Platform,Atari,0.02,0,0,0,0.02 +15251,Brave: The Video Game,DS,2012,Action,Disney Interactive Studios,0,0.02,0,0,0.02 +15252,Order of War,PC,2009,Strategy,Square Enix,0,0.01,0,0,0.02 +15253,Terminator 3: The Redemption,GC,2004,Shooter,Atari,0.02,0,0,0,0.02 +15254,Painkiller,PC,2004,Shooter,DreamCatcher Interactive,0,0.02,0,0,0.02 +15255,Date A Live: Arusu Install,PS3,2014,Adventure,Compile Heart,0,0,0.02,0,0.02 +15256,Canimal Triple,PSV,2014,Misc,Warner Bros. Interactive Entertainment,0,0.02,0,0,0.02 +15257,Tengen Toppa Gurren-Lagann,DS,2007,Action,Konami Digital Entertainment,0,0,0.02,0,0.02 +15258,Sugoi Hebereke,SNES,1994,Fighting,Sunsoft,0,0,0.02,0,0.02 +15259,Pebble Beach Golf Links,SAT,1994,Sports,Sega,0,0,0.02,0,0.02 +15260,Spider-Man: Web of Shadows,PC,2008,Action,Activision,0,0.02,0,0,0.02 +15261,Dakar 2: The World's Ultimate Rally,XB,2003,Racing,Acclaim Entertainment,0.02,0,0,0,0.02 +15262,Jelly Belly: Ballistic Beans,Wii,2009,Puzzle,Zoo Digital Publishing,0.02,0,0,0,0.02 +15263,PopCap Hits!,X360,2011,Misc,PopCap Games,0,0.02,0,0,0.02 +15264,Mario Tennis,3DS,N/A,Sports,N/A,0,0,0.02,0,0.02 +15265,Higurashi Daybreak Portable Mega Edition,PSP,2009,Adventure,Alchemist,0,0,0.02,0,0.02 +15266,Dragon's Lair,DS,2010,Platform,Destineer,0.02,0,0,0,0.02 +15267,Shinken de Watashi ni Koi Shinasai! R,PS3,2012,Action,Minato Station,0,0,0.02,0,0.02 +15268,Whiteout,PS2,2002,Racing,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15269,Shiratsuyu no Kai,PSP,2013,Adventure,Idea Factory,0,0,0.02,0,0.02 +15270,Dungeon Defenders,PC,2011,Role-Playing,Unknown,0.02,0,0,0,0.02 +15271,Final Fantasy XIV: Heavensward,PS3,2015,Action,Square Enix,0.01,0,0.01,0,0.02 +15272,Sniper Elite V2,WiiU,2013,Shooter,505 Games,0,0.02,0,0,0.02 +15273,World Neverland 2in1 Portable: Olerud Kingdom & Republic of Pluto,PSP,2008,Simulation,fonfun,0,0,0.02,0,0.02 +15274,XGRA: Extreme G Racing Association,GC,2003,Racing,Acclaim Entertainment,0.02,0,0,0,0.02 +15275,Command & Conquer: The First Decade,PC,2006,Strategy,Electronic Arts,0.01,0.01,0,0,0.02 +15276,Thomas & Friends: Hero of the Rails,Wii,2010,Misc,Unknown,0,0.02,0,0,0.02 +15277,Taito Legends 2,PS2,2006,Misc,Empire Interactive,0.01,0.01,0,0,0.02 +15278,World Championship Poker featuring Howard Lederer: All In,Wii,2006,Misc,505 Games,0.02,0,0,0,0.02 +15279,Kill.Switch,GBA,2004,Shooter,Zoo Digital Publishing,0.02,0.01,0,0,0.02 +15280,"Renai Banchou: Inochi Meishi, Koiseyo Otome! Love is Power!!!",PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15281,Jinsei Game Wii,Wii,2007,Misc,Takara Tomy,0,0,0.02,0,0.02 +15282,Heavy Fire: The Chosen Few 3D,3DS,2011,Shooter,Mastiff,0.02,0,0,0,0.02 +15283,Motto Hayaku! Seikaku Ni! Suu Sense Keisan Ryuoku Up Training - SuuTore,DS,2008,Misc,Benesse,0,0,0.02,0,0.02 +15284,Hyakka Hyakurou: Sengoku Ninpoujou,PSV,2016,Adventure,D3Publisher,0,0,0.02,0,0.02 +15285,Jake Hunter: Detective Chronicles,DS,2008,Adventure,Aksys Games,0.02,0,0,0,0.02 +15286,Gekka Ryouran Romance,PSP,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15287,Don Bradman Cricket 14,PS3,2014,Sports,Tru Blu Entertainment,0,0.02,0,0,0.02 +15288,Guess the Logos,XB,2004,Puzzle,Sega,0.02,0,0,0,0.02 +15289,Ore no Yome: Anata Dake no Hanayome,X360,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15290,Crime Scene,DS,2009,Adventure,Nobilis,0,0.02,0,0,0.02 +15291,Military History: Commander - Europe at War,PSP,2009,Strategy,Slitherine Software,0,0.01,0,0.01,0.02 +15292,NightTruth: Explanation of the Paranormal - The Making of Nighttruth: Voice Selection,SAT,1996,Misc,Sonnet,0,0,0.02,0,0.02 +15293,Final Approach 2: 1st Priority,PS2,2008,Adventure,Princess Soft,0,0,0.02,0,0.02 +15294,Stormrise,PC,2009,Strategy,Sega,0,0.02,0,0,0.02 +15295,Gochuumon wa Usagi Desu ka?? Wonderful Party!,PSV,2016,Adventure,5pb,0,0,0.02,0,0.02 +15296,Moujuutsukai to Oujisama: Snow Bride,PS2,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15297,Detective Jinguuji Saburo: Ronde Revenge,3DS,2012,Action,Arc System Works,0,0,0.02,0,0.02 +15298,Casper: Spirit Dimensions,GC,2002,Platform,TDK Mediactive,0.02,0,0,0,0.02 +15299,Meitantei Evangelion,PS2,2007,Adventure,Broccoli,0,0,0.02,0,0.02 +15300,Tsuyo Kiss 2 Portable,PSP,2010,Adventure,NetRevo,0,0,0.02,0,0.02 +15301,Butt-Ugly Martians: Zoom or Doom!,PS2,2002,Racing,Vivendi Games,0.01,0.01,0,0,0.02 +15302,Mar Heaven: Karudea no Akuma,DS,2006,Role-Playing,Konami Digital Entertainment,0,0,0.02,0,0.02 +15303,F1 2016 (Codemasters),PC,2016,Racing,Codemasters,0,0.02,0,0,0.02 +15304,Brain Dead 13,PS,1996,Adventure,Coconuts Japan,0.01,0.01,0,0,0.02 +15305,Spider-Man 3,PC,2007,Platform,Activision,0.02,0,0,0,0.02 +15306,Robotics;Notes,X360,2012,Adventure,5pb,0,0,0.02,0,0.02 +15307,Hoppie,DS,2011,Platform,Jack of All Games,0.02,0,0,0,0.02 +15308,Rugby League Team Manager 2015,PC,2015,Action,Alternative Software,0,0.02,0,0,0.02 +15309,Shaberu! DS Oryouri Navi: Marugoto Teikoku Hotel: Saikouhou no Ryouri-chou ga Oshieru Katei Ryouri,DS,2007,Misc,Tecmo Koei,0,0,0.02,0,0.02 +15310,The Lord of the Rings Online: Mines of Moria,PC,2008,Role-Playing,Codemasters Online,0,0.02,0,0,0.02 +15311,T.A.C. Heroes : Big Red One,DS,2010,Strategy,Storm City Games,0.02,0,0,0,0.02 +15312,War Leaders: Clash of Nations,PC,2009,Strategy,CDV Software Entertainment,0,0.02,0,0,0.02 +15313,Dungeons & Dragons: Shadow over Mystara,PS3,2013,Role-Playing,Capcom,0,0,0.02,0,0.02 +15314,The King of Fighters NeoWave,XB,2006,Fighting,SNK Playmore,0.02,0,0,0,0.02 +15315,Super PickUps,PS2,2007,Racing,XS Games,0.01,0.01,0,0,0.02 +15316,Puzzle Quest: Challenge of the Warlords,PSP,2007,Puzzle,D3Publisher,0.01,0,0,0,0.02 +15317,Aquanaut's Holiday,PS,1995,Adventure,Sony Computer Entertainment,0.01,0.01,0,0,0.02 +15318,Negima!? Chou Mahora Taisen Chuu: Checkiin Zenin Shuugou! Yappari Onsen Kichaimashitaa,DS,2007,Adventure,Marvelous Interactive,0,0,0.02,0,0.02 +15319,Runaway: A Twist of Fate,DS,N/A,Adventure,Focus Home Interactive,0,0.02,0,0,0.02 +15320,Hot 'n' Cold,DS,2009,Action,Majesco Entertainment,0.02,0,0,0,0.02 +15321,Nisenochigiri,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15322,Wakeboarding Unleashed Featuring Shaun Murray,GBA,2003,Sports,Aspyr,0.01,0.01,0,0,0.02 +15323,The Testament of Sherlock Holmes,X360,2012,Adventure,Focus Home Interactive,0,0.02,0,0,0.02 +15324,Kikou Heidan J-Phoenix: Cobalt Shoutaihen,PS2,2002,Action,Takara,0,0,0.02,0,0.02 +15325,Last Escort,PS2,2006,Adventure,D3Publisher,0,0,0.02,0,0.02 +15326,Meikyuu Cross Blood: Reloaded,X360,2011,Action,Unknown,0,0,0.02,0,0.02 +15327,Livly Garden,DS,2010,Simulation,Marvelous Interactive,0,0,0.02,0,0.02 +15328,Nicktoons Collection: Game Boy Advance Video Volume 3,GBA,2005,Misc,N/A,0.01,0.01,0,0,0.02 +15329,Elminage III: Ankoku no Shito to Yaiyou no Kyuuden,PSP,2011,Role-Playing,Starfish,0,0,0.02,0,0.02 +15330,Commando: Steel Disaster,DS,2008,Shooter,Lexicon Entertainment,0.02,0,0,0,0.02 +15331,Aria: The Natural ~Tooi Yume no Mirage~,PS2,2006,Adventure,Alchemist,0,0,0.02,0,0.02 +15332,Hellgate: London,PC,2007,Role-Playing,Electronic Arts,0,0.02,0,0,0.02 +15333,Katekyoo Hitman Reborn! Dream Hyper Battle! Wii,Wii,2008,Fighting,Marvelous Interactive,0,0,0.02,0,0.02 +15334,The Awakened Fate Ultimatum,PS3,2014,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +15335,Gal Gun,PS3,2012,Shooter,Alchemist,0,0,0.02,0,0.02 +15336,Chuck E. Cheese's Super Collection,Wii,2011,Action,UFO Interactive,0.02,0,0,0,0.02 +15337,Hakuouki: Yuugi Roku DS,DS,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15338,Mystery Tales 2: The Spirit Mask,DS,2011,Puzzle,Unknown,0,0.02,0,0,0.02 +15339,Kung Fu Panda: Showdown of Legendary Legends,3DS,2015,Action,Little Orbit,0,0.02,0,0,0.02 +15340,Shonen Jump's Shaman King: Master of Spirits 2,GBA,2005,Role-Playing,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15341,Dead Rising,PS4,2016,Action,Capcom,0.01,0,0,0,0.02 +15342,Homefront: The Revolution,PC,2016,Shooter,Deep Silver,0,0.02,0,0,0.02 +15343,Toki no Kizuna: Hanayui Tsuzuri,PSP,2013,Adventure,Idea Factory,0,0,0.02,0,0.02 +15344,The Technomancer,XOne,2016,Role-Playing,Focus Home Interactive,0.01,0.01,0,0,0.02 +15345,Rinne no Lagrange: Kamogawa Days,PS3,2012,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +15346,TOCA Race Driver 3,PC,2006,Racing,Codemasters,0,0.02,0,0,0.02 +15347,Airport Simulator,PC,2011,Simulation,Unknown,0,0.02,0,0,0.02 +15348,Casper's Scare School: Spooky Sports Day,Wii,2009,Sports,Blast! Entertainment Ltd,0.02,0,0,0,0.02 +15349,Code R,SAT,1998,Adventure,Quintet,0,0,0.02,0,0.02 +15350,The Idolmaster: Gravure For You! Vol.8,PS3,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15351,Disney Sports Football,GBA,2002,Sports,Unknown,0.01,0.01,0,0,0.02 +15352,Oil Rush,PC,2012,Strategy,Iceberg Interactive,0,0.02,0,0,0.02 +15353,Cabela's Big Game Hunter: Pro Hunts,WiiU,2014,Shooter,Activision,0.02,0,0,0,0.02 +15354,Chicken Hunter,DS,2007,Shooter,Phoenix Games,0.02,0,0,0,0.02 +15355,Hakuoki: Shinkai - Furi no Shou,PSV,2015,Action,Idea Factory,0,0,0.02,0,0.02 +15356,Demolition Company: Gold Edition,PC,2011,Simulation,N/A,0,0.02,0,0,0.02 +15357,Headhunter: Redemption,XB,2004,Action,Sega,0.02,0,0,0,0.02 +15358,Onechanbara Special,PSP,2011,Action,D3Publisher,0,0,0.02,0,0.02 +15359,Daikaijuu Battle: Ultra Coliseum,Wii,2008,Fighting,Namco Bandai Games,0,0,0.02,0,0.02 +15360,Saki: Achiga-Hen Portable,PSP,2013,Adventure,Alchemist,0,0,0.02,0,0.02 +15361,Bella Sara 2 - The Magic of Drasilmare,3DS,2013,Adventure,Big Ben Interactive,0,0.02,0,0,0.02 +15362,Minna de Dokusho: Keatai Shousetsu Desu,PSP,2008,Misc,Dorart,0,0,0.02,0,0.02 +15363,Polar Bowler,DS,2008,Sports,Mumbo Jumbo,0.02,0,0,0,0.02 +15364,Prehistorik Man,GBA,2001,Platform,THQ,0.01,0.01,0,0,0.02 +15365,F1 2002,GBA,2002,Racing,"Destination Software, Inc",0.01,0.01,0,0,0.02 +15366,Chicago Enforcer,XB,2005,Shooter,Kemco,0.02,0,0,0,0.02 +15367,Jinguuji Saburou DS: Akai Chou,DS,2010,Adventure,Arc System Works,0,0,0.02,0,0.02 +15368,Dance Dance Revolution Extra Mix,PS,2001,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15369,UnchainBlades EXXiV,PSP,2012,Role-Playing,FuRyu,0,0,0.02,0,0.02 +15370,Princess Isabella: A Witch's Curse,Wii,2010,Adventure,Destineer,0.02,0,0,0,0.02 +15371,Meitantei Conan: Kieta Hakase to Machigai Sagashi no Tou,DS,2008,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +15372,The Legend of Heroes: Trails in the Sky Third Chapter,PSV,2016,Role-Playing,Nihon Falcom Corporation,0,0,0.02,0,0.02 +15373,Pippa Funnell: Ranch Rescue,Wii,2007,Adventure,Ubisoft,0,0.02,0,0,0.02 +15374,Jewel Link: Galactic Quest,DS,2012,Action,Avanquest Software,0,0.02,0,0,0.02 +15375,Super Bowling,N64,1999,Sports,Athena,0.02,0,0,0,0.02 +15376,Rat Attack!,N64,2000,Puzzle,Mindscape,0.02,0,0,0,0.02 +15377,Kawaii Koinu DS 3,DS,2010,Simulation,MTO,0,0,0.02,0,0.02 +15378,Chuugen no Hasha: Sangoku Shouseiden,PSP,2006,Strategy,Namco Bandai Games,0,0,0.02,0,0.02 +15379,Chevrolet Camaro: Wild Ride,DS,2010,Racing,Storm City Games,0.02,0,0,0,0.02 +15380,The Sims 2: Happy Holiday Stuff,PC,2006,Simulation,Electronic Arts,0.01,0.01,0,0,0.02 +15381,Largo Winch .// Commando Sar,PS,2002,Adventure,Ubisoft,0.01,0.01,0,0,0.02 +15382,Joker no Kuni no Alice: Wonderful Wonder World,PSP,2011,Adventure,Quinrose,0,0,0.02,0,0.02 +15383,Cross Treasures,DS,2009,Role-Playing,Square Enix,0,0,0.02,0,0.02 +15384,Ruff Trigger: The Vanocore Conspiracy,PS2,2006,Platform,Natsume,0.01,0.01,0,0,0.02 +15385,Silent Bomber,PS,1999,Action,Virgin Interactive,0.01,0.01,0,0,0.02 +15386,Samurai & Dragons,PSV,2012,Action,Sega,0,0,0.02,0,0.02 +15387,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.7,PS3,2015,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15388,Elminage Original: Majo to Megami to Kamigami no Yubiwa,PSP,2011,Role-Playing,Starfish,0,0,0.02,0,0.02 +15389,TalkMan,PSP,2006,Misc,Sony Computer Entertainment,0,0,0.02,0,0.02 +15390,XGRA: Extreme G Racing Association,XB,2003,Racing,Acclaim Entertainment,0.02,0,0,0,0.02 +15391,Uta no * Prince-Sama,PSP,2010,Adventure,Broccoli,0,0,0.02,0,0.02 +15392,Ridge Racer Unbounded,PC,2012,Racing,Namco Bandai Games,0,0.02,0,0,0.02 +15393,Elminage Gothic: Ulm Zakir to Yami no Gishiki,PSP,2012,Role-Playing,Starfish,0,0,0.02,0,0.02 +15394,Planetarium Creator Ohira Takayuki Kanshuu: HomeStar Portable - 21st Century Star Navigator,PSP,2006,Misc,Sega,0,0,0.02,0,0.02 +15395,Crayon Shin-Chan: Uchuu de Achoo!? Yuujou no Oba-Karate!!,3DS,2011,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15396,Invizimals: The Resistance,PSV,2014,Role-Playing,Sony Computer Entertainment,0,0.02,0,0,0.02 +15397,Anima - Gate of Memories,PS4,2016,Action,Avanquest,0,0.02,0,0,0.02 +15398,B-17: Fortress in the Sky,DS,2007,Simulation,DSI Games,0.02,0,0,0,0.02 +15399,Mushishi: Amefuru Sato,DS,2008,Simulation,Marvelous Interactive,0,0,0.02,0,0.02 +15400,Arcana Famiglia: Vascello Phantasma no Majutsushi,PSP,2012,Action,Comfort,0,0,0.02,0,0.02 +15401,The Legend of Heroes: Trails in the Sky Second Chapter,PS3,2013,Role-Playing,Falcom Corporation,0,0,0.02,0,0.02 +15402,Motocross Mania 3,XB,2005,Racing,Take-Two Interactive,0.01,0,0,0,0.02 +15403,Psycho-Pass: Mandatory Happiness,PSV,2016,Adventure,Nippon Ichi Software,0,0.01,0.01,0,0.02 +15404,ESPN MLS ExtraTime 2002,GC,2002,Sports,Konami Digital Entertainment,0.02,0,0,0,0.02 +15405,Winning Post 7: Maximum 2007,PS2,2007,Sports,Tecmo Koei,0,0,0.02,0,0.02 +15406,Resident Evil: Umbrella Corps,PS4,2016,Action,Capcom,0,0,0.02,0,0.02 +15407,Strike Witches: Anata to Dekiru Koto - A Little Peaceful Days,PS2,2010,Action,Russel,0,0,0.02,0,0.02 +15408,Vitamin R,PSP,2013,Adventure,D3Publisher,0,0,0.02,0,0.02 +15409,Fist of the North Star: Ken's Rage 2,WiiU,2013,Fighting,Tecmo Koei,0,0,0.02,0,0.02 +15410,Maximum Racing: Crash Car Racer,Wii,2010,Racing,Nordic Games,0.01,0.01,0,0,0.02 +15411,Dragon Ball Z: Buu's Fury / Dragon Ball GT: Transformation,GBA,2006,Action,Atari,0.01,0.01,0,0,0.02 +15412,Deus Ex: Mankind Divided,PC,2016,Role-Playing,Square Enix,0,0.02,0,0,0.02 +15413,Guitar Freaks V2 & DrumMania V2,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15414,Backyard Baseball '09,PS2,2008,Sports,Atari,0.01,0.01,0,0,0.02 +15415,Puzzle City,DS,2009,Puzzle,Destineer,0.02,0,0,0,0.02 +15416,Gakuen K: Wonderful School Days,PSP,2014,Adventure,Idea Factory,0,0,0.02,0,0.02 +15417,Worms,X360,2007,Strategy,Microsoft Game Studios,0,0.02,0,0,0.02 +15418,RollerCoaster Tycoon World,PC,2016,Simulation,Atari,0,0.02,0,0,0.02 +15419,Pastel Chime Continue,PSP,2010,Adventure,5pb,0,0,0.02,0,0.02 +15420,Trapped Dead,PC,2011,Strategy,Iceberg Interactive,0,0.02,0,0,0.02 +15421,Super Fruit Fall,Wii,2006,Puzzle,System 3 Arcade Software,0.01,0,0,0,0.02 +15422,Zwei!!,PSP,2008,Role-Playing,Falcom Corporation,0,0,0.02,0,0.02 +15423,Pump It Up: Exceed,XB,2005,Misc,Mastiff,0.01,0,0,0,0.02 +15424,Ro-Kyu-Bu! Lost Secret,PSP,2013,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15425,CV Casting Voice,PS3,2014,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +15426,Littlest Pet Shop,PC,2008,Simulation,Electronic Arts,0,0.02,0,0,0.02 +15427,Net High,PSV,2015,Adventure,Marvelous Games,0,0,0.02,0,0.02 +15428,Malice,PS2,2004,Platform,Evolved Games,0.01,0.01,0,0,0.02 +15429,Defendin' De Penguin,DS,2008,Strategy,Zushi Games,0.02,0,0,0,0.02 +15430,The Sims 2: Family Fun Stuff,PC,2006,Simulation,Electronic Arts,0,0.01,0,0,0.02 +15431,Sega Ages 2500 Series Vol. 32: Phantasy Star Complete Collection,PS2,2008,Role-Playing,Sega,0,0,0.02,0,0.02 +15432,Worldwide Soccer Manager 2007,PC,2006,Sports,Sega,0,0.02,0,0,0.02 +15433,Heroes of the Pacific,PC,2005,Simulation,Codemasters,0,0.02,0,0,0.02 +15434,Kokoro Connect: Yochi Random,PSP,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15435,Tenkai Knights: Brave Battle,3DS,2014,Action,Namco Bandai Games,0.01,0.01,0,0,0.02 +15436,Mount & Blade: Warband,PC,2010,Role-Playing,Paradox Interactive,0.01,0.01,0,0,0.02 +15437,Horrid Henry: Missions of Mischief,Wii,2010,Adventure,SouthPeak Games,0,0.02,0,0,0.02 +15438,Dark Tales: Edgar Allan Poe's The Premature Burial,PC,2012,Puzzle,Focus Multimedia,0,0.02,0,0,0.02 +15439,Painkiller: Hell & Damnation,X360,2013,Shooter,Nordic Games,0,0.01,0,0,0.02 +15440,Resident Evil Zero,PC,2016,Action,Capcom,0.01,0.01,0,0,0.02 +15441,Warship Gunner 2 Portable,PSP,2009,Simulation,Tecmo Koei,0,0,0.02,0,0.02 +15442,Nervous Brickdown,DS,2007,Puzzle,Eidos Interactive,0,0.01,0,0,0.02 +15443,Downtown Nekketsu Jidaigek,3DS,2015,Action,Arc System Works,0,0,0.02,0,0.02 +15444,Mini Ninjas,PC,2009,Action,Eidos Interactive,0,0.02,0,0,0.02 +15445,Legend of Kay Anniversary,PS4,2015,Action,Nordic Games,0,0.02,0,0,0.02 +15446,NHL 09,PC,2008,Sports,Electronic Arts,0,0.02,0,0,0.02 +15447,Spanish for Everyone!,DS,2007,Puzzle,Activision,0.02,0,0,0,0.02 +15448,Battle Princess of Arcadias,PS3,2013,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +15449,Nobunaga's Ambition: Tenshouki with Power-Up Kit HD Version,PSV,2015,Strategy,Tecmo Koei,0,0,0.02,0,0.02 +15450,Germany's Next Topmodel 2011,Wii,2011,Simulation,7G//AMES,0,0.02,0,0,0.02 +15451,Uchuu Keiji Tamashii: The Space Sheriff Spirits,PS2,2006,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15452,Angelique Retour,PSV,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15453,Winx Club: Saving Alfea,DS,2014,Action,Namco Bandai Games,0.02,0,0,0,0.02 +15454,UFO: Trilogy,PC,2007,Strategy,Unknown,0,0.02,0,0,0.02 +15455,Mount & Blade Collection,PC,2012,Role-Playing,Paradox Interactive,0,0.02,0,0,0.02 +15456,Car Battler Joe,GBA,2001,Role-Playing,Victor Interactive,0.01,0.01,0,0,0.02 +15457,Vietcong,PC,2003,Shooter,Gathering of Developers,0,0.02,0,0,0.02 +15458,StormLover Karen!!,PSP,2011,Adventure,D3Publisher,0,0,0.02,0,0.02 +15459,Digimon Rumble Arena 2,XB,2004,Fighting,Atari,0.01,0,0,0,0.02 +15460,Steins;Gate: Hiyoku Renri no Darling,PS3,2012,Adventure,5pb,0,0,0.02,0,0.02 +15461,Ten Pin Alley 2,Wii,2008,Sports,XS Games,0.02,0,0,0,0.02 +15462,Coded Soul: Uke Keigareshi Idea,PSP,2008,Role-Playing,Sony Computer Entertainment,0,0,0.02,0,0.02 +15463,Starship Troopers,PC,2005,Shooter,Empire Interactive,0,0.02,0,0,0.02 +15464,AIR,PSP,2007,Adventure,Prototype,0,0,0.02,0,0.02 +15465,Crysis: Warhead,PC,2008,Shooter,Electronic Arts,0,0.02,0,0,0.02 +15466,Hana to Otome ni Shukufuku o: Harekaze no Okurimono,PS2,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15467,Dino Dini's Kick Off Revival,PS4,2016,Sports,Avanquest,0,0.02,0,0,0.02 +15468,Garfield Gets Real,DS,2009,Action,Zushi Games,0,0.02,0,0,0.02 +15469,Mighty No. 9,WiiU,2016,Platform,Deep Silver,0.01,0.01,0,0,0.02 +15470,Atlantic Quest,PC,2011,Puzzle,Avanquest,0,0.02,0,0,0.02 +15471,Tycoon City: New York,PC,2006,Strategy,Atari,0,0.02,0,0,0.02 +15472,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.5,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15473,Agatha Christie: The ABC Murders,PC,2016,Adventure,Microids,0,0.02,0,0,0.02 +15474,Virtua Pro Football,PS2,2006,Sports,Sega,0,0,0.02,0,0.02 +15475,Date-A-Live Twin Edition: Rio Reincarnation,PSV,2015,Action,Compile Heart,0,0,0.02,0,0.02 +15476,Adidas Power Soccer 98,PS,1998,Sports,Psygnosis,0.01,0.01,0,0,0.02 +15477,Natsuiro High School: Seishun Hakusho,PS4,2015,Action,D3Publisher,0,0,0.02,0,0.02 +15478,Black Rose Valkyrie,PS4,2016,Role-Playing,Idea Factory,0,0,0.02,0,0.02 +15479,Yu-Gi-Oh! 5D's Wheelie Breakers (JP sales),Wii,N/A,Racing,Unknown,0,0,0.02,0,0.02 +15480,Heroes VS,PSP,2013,Fighting,Namco Bandai Games,0,0,0.02,0,0.02 +15481,Kazoku Keikaku,PSP,2010,Adventure,CyberFront,0,0,0.02,0,0.02 +15482,Sotsugyou II: Neo Generation Special,3DO,1995,Simulation,Imageworks,0,0,0.02,0,0.02 +15483,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",PC,2009,Shooter,Activision,0.02,0,0,0,0.02 +15484,Agatha Christie's The ABC Murders,PS4,2016,Adventure,Microids,0.01,0.01,0,0,0.02 +15485,Tom Clancy's Splinter Cell Classic Trilogy HD,PS3,2011,Action,Ubisoft,0.02,0,0,0,0.02 +15486,Aoishiro,PS2,2008,Adventure,Success,0,0,0.02,0,0.02 +15487,Rainbow Islands Revolution,DS,2005,Platform,Rising Star Games,0.01,0,0,0,0.02 +15488,"Warhammer 40,000: Dawn of War: Soulstorm",PC,2008,Strategy,THQ,0,0.02,0,0,0.02 +15489,Virtual Kasparov,GBA,2002,Strategy,Titus,0.01,0.01,0,0,0.02 +15490,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,XB,2005,Platform,Global Star,0.01,0,0,0,0.02 +15491,Dynasty Warriors 8: Empires,PSV,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15492,Mary King's Riding School,DS,2008,Simulation,Ghostlight,0,0.02,0,0,0.02 +15493,Devil Survivor: Over Clock,3DS,2015,Strategy,Atlus,0,0,0.02,0,0.02 +15494,PC Engine Best Collection: Tengai Makyou Collection,PSP,2008,Role-Playing,Hudson Soft,0,0,0.02,0,0.02 +15495,Commandos 3: Destination Berlin,PC,2003,Strategy,Eidos Interactive,0,0.02,0,0,0.02 +15496,Otoko Yukaku,PSV,2015,Action,D3Publisher,0,0,0.02,0,0.02 +15497,Speed Kings,GC,2003,Racing,Acclaim Entertainment,0.01,0,0,0,0.02 +15498,Spirits and Demons: 5 Game Pack,PC,2015,Misc,Focus Multimedia,0,0.02,0,0,0.02 +15499,Rose to Tasogare no Kojou,PSV,2016,Action,Nippon Ichi Software,0,0,0.02,0,0.02 +15500,Army Rescue,Wii,2009,Shooter,UFO Interactive,0.02,0,0,0,0.02 +15501,Azada,3DS,2012,Puzzle,Licensed 4U,0,0.02,0,0,0.02 +15502,ESPN MLS ExtraTime 2002,XB,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15503,Zettai Meikyuu Grimm: Nanatsu no Kagi to Rakuen no Otome,PSP,2010,Misc,Karin Entertainment,0,0,0.02,0,0.02 +15504,Dreamer Series: Horse Trainer,DS,2008,Simulation,DreamCatcher Interactive,0.02,0,0,0,0.02 +15505,Hogs of War,PS,2000,Strategy,Infogrames,0.01,0.01,0,0,0.02 +15506,Katekyoo Hitman Reborn! Dream Hyper Battle!,PS2,2007,Fighting,Marvelous Interactive,0,0,0.02,0,0.02 +15507,Muchi Muchi Pork & Pink Sweets,X360,2011,Shooter,Cave,0,0,0.02,0,0.02 +15508,Point Blank 3,PS,2000,Shooter,Namco Bandai Games,0.01,0.01,0,0,0.02 +15509,Meiji Toukyou Renka,PSP,2013,Adventure,Broccoli,0,0,0.02,0,0.02 +15510,Sengoku Basara: Sanada Yukimura-Den,PS3,2016,Action,Capcom,0,0,0.02,0,0.02 +15511,Hakuoki: Shinkai - Hana no Shou,PSV,2016,Adventure,Idea Factory,0,0,0.02,0,0.02 +15512,Mushihimesama,X360,2012,Action,Cave,0,0,0.02,0,0.02 +15513,Uru: Ages Beyond Myst,PC,2003,Adventure,Ubisoft,0,0.02,0,0,0.02 +15514,Higurashi no Naku Koro ni: Jan,PSP,2009,Misc,AQ Interactive,0,0,0.02,0,0.02 +15515,Soukoku no Kusabi: Hiiro no Kakera 3 - Ashita e no Tobira,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15516,Elvandia Story,PS2,2007,Role-Playing,Spike,0,0,0.02,0,0.02 +15517,Triggerheart Excelica Enhanced,PS2,2009,Shooter,Alchemist,0,0,0.02,0,0.02 +15518,Puzzle Star Sweep,PS,1997,Puzzle,Midas Interactive Entertainment,0.01,0.01,0,0,0.02 +15519,Battle Spirits: Kiseki no Hasha,PSP,2009,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15520,X-Plane 10 Global,PC,2013,Simulation,Aerosoft,0,0.02,0,0,0.02 +15521,Chrysler Classic Racing,DS,2008,Racing,Zoo Games,0.02,0,0,0,0.02 +15522,The Conveni 4,PS2,2006,Simulation,Hamster Corporation,0,0,0.02,0,0.02 +15523,The Cheetah Girls,GBA,2006,Misc,Disney Interactive Studios,0.01,0,0,0,0.02 +15524,Charlie's Angels,GC,2003,Action,Ubisoft,0.01,0,0,0,0.02 +15525,WRC 2: FIA World Rally Championship,PC,2011,Racing,Ubisoft,0,0.01,0,0,0.02 +15526,uDraw Studio: Instant Artist,X360,2011,Misc,THQ,0.01,0.01,0,0,0.02 +15527,Seitokai no Ichizon: DS-suru Seitokai,DS,2010,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15528,Teenage Mutant Ninja Turtles Double Pack,GBA,2006,Action,Konami Digital Entertainment,0.01,0,0,0,0.02 +15529,Prism Ark: Awake,PS2,2008,Adventure,5pb,0,0,0.02,0,0.02 +15530,Rozen Maiden: Duellwalzer,PS2,2006,Adventure,Taito,0,0,0.02,0,0.02 +15531,Rugby 06,XB,2006,Sports,Electronic Arts,0.01,0,0,0,0.02 +15532,Marvel Avengers: Battle for Earth,X360,2012,Action,Ubisoft,0.02,0,0,0,0.02 +15533,Winter Blast: 9 Snow & Ice Games,Wii,2010,Sports,Destineer,0.02,0,0,0,0.02 +15534,Natsuiro High School: Seishun Hakusho,PS3,2015,Action,D3Publisher,0,0,0.02,0,0.02 +15535,Kamen Rider: Battride War II,WiiU,2014,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15536,Shrek / Shark Tale Game Boy Advance Video,GBA,2006,Misc,Hasbro Interactive,0.01,0,0,0,0.02 +15537,Urban Chaos: Riot Response,XB,2006,Shooter,Eidos Interactive,0.01,0,0,0,0.02 +15538,Ginga Fukei Densetsu: Sapphire,TG16,1995,Shooter,Hudson Soft,0,0,0.02,0,0.02 +15539,Katekyoo Hitman Reborn!! Let's Ansatsu!? Nerawareta 10 Daime!,PS2,2007,Action,Marvelous Interactive,0,0,0.02,0,0.02 +15540,The Mummy,GBA,2002,Action,Ubisoft,0.01,0,0,0,0.02 +15541,Guitar Freaks V3 & DrumMania V3,PS2,2007,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15542,The Talos Principle,PS4,2015,Puzzle,Devolver Digital,0,0.02,0,0,0.02 +15543,The Crow: City of Angels,PS,1997,Action,Acclaim Entertainment,0.01,0.01,0,0,0.02 +15544,Legendary,PC,2008,Shooter,Atari,0,0.01,0,0,0.02 +15545,Snow Portable,PSP,2007,Adventure,Prototype,0,0,0.02,0,0.02 +15546,Poyo Poyo Kansatsu Nikki,3DS,2012,Action,IE Institute,0,0,0.02,0,0.02 +15547,Jinsei Game DS,DS,2006,Misc,Atlus,0,0,0.02,0,0.02 +15548,Guitar Freaks & DrumMania: Masterpiece Gold,PS2,2007,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15549,Broken Sword: The Sleeping Dragon,XB,2003,Adventure,THQ,0.01,0,0,0,0.02 +15550,Reversal Challenge,DS,2009,Misc,Tommo,0.02,0,0,0,0.02 +15551,Wild West Shootout,Wii,2010,Shooter,Unknown,0.01,0.01,0,0,0.02 +15552,Miyako,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15553,Motto NUGA-CEL!,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15554,Yu-Gi-Oh! GX: The Beginning of Destiny (JP sales),PS2,2007,Strategy,Konami Digital Entertainment,0,0,0.02,0,0.02 +15555,11eyes: CrossOver,PSP,2010,Adventure,5pb,0,0,0.02,0,0.02 +15556,Super Dodge Ball,NG,1995,Sports,Technos Japan Corporation,0,0,0.02,0,0.02 +15557,Tsuki ni Yori Sou Otome no Sahou: Hidamari no Hibi,PSV,2015,Adventure,dramatic create,0,0,0.02,0,0.02 +15558,Gon: BakuBakuBakuBaku Adventure,3DS,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15559,Style Book: Junior City,DS,2006,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15560,Amatsumi Sora ni! Kumo no Hatate ni,PSV,2015,Adventure,Prototype,0,0,0.02,0,0.02 +15561,Garfield's Nightmare,DS,2007,Platform,Game Factory,0.01,0,0,0,0.02 +15562,Earth Seeker,Wii,2011,Role-Playing,Kadokawa Shoten,0,0,0.02,0,0.02 +15563,Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai All-Star Special,PS3,2015,Action,Arc System Works,0,0,0.02,0,0.02 +15564,Lovely x Cation 1 & 2,PSV,2015,Action,5pb,0,0,0.02,0,0.02 +15565,Barbie as the Princess and the Pauper,GBA,2004,Adventure,Vivendi Games,0.01,0,0,0,0.02 +15566,Blood Bowl: Legendary Edition,PC,2010,Sports,Focus Home Interactive,0,0.01,0,0,0.02 +15567,Tantei Opera: Milky Holmes,PSP,2010,Adventure,Unknown,0,0,0.02,0,0.02 +15568,Pirates of the Burning Sea,PC,2008,Role-Playing,Koch Media,0,0.01,0,0,0.02 +15569,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.8,PS3,2016,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15570,Mary King's Riding School 2,Wii,2009,Simulation,Midas Interactive Entertainment,0,0.02,0,0,0.02 +15571,Micro Machines V4,PSP,2006,Racing,Codemasters,0.01,0,0,0,0.02 +15572,Entaku no Seito: The Eternal Legend,PSP,2012,Role-Playing,Kadokawa Games,0,0,0.02,0,0.02 +15573,New Atelier Rorona: Hajimari no Monogatari,3DS,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15574,WorldShift,PC,2009,Strategy,Playlogic Game Factory,0.02,0,0,0,0.02 +15575,The Crew: Wild Run,PC,2015,Action,Ubisoft,0,0.02,0,0,0.02 +15576,Casper's Scare School: Spooky Sports Day,DS,2009,Sports,Blast! Entertainment Ltd,0.02,0,0,0,0.02 +15577,7 Roses: A Darkness Rises,PC,2015,Misc,Avanquest Software,0,0.02,0,0,0.02 +15578,My Hero: Doctor,DS,2009,Action,Majesco Entertainment,0.02,0,0,0,0.02 +15579,Sega Ages 2500 Series Vol. 29: Monster World Complete Collection,PS2,2007,Role-Playing,Sega,0,0,0.02,0,0.02 +15580,Bakumatsu Rock: Ultra Soul,PSV,2014,Misc,Marvelous Interactive,0,0,0.02,0,0.02 +15581,Metal Fight Beyblade Portable: Chouzetsu Tensei Vulcan Horses,PSP,2010,Action,Takara Tomy,0,0,0.02,0,0.02 +15582,Cabela's Alaskan Adventure,PS2,N/A,Sports,Unknown,0.01,0.01,0,0,0.02 +15583,Elf Bowling 1 & 2,DS,2005,Sports,Ignition Entertainment,0.02,0,0,0,0.02 +15584,Niko Puchi Girls Runway,3DS,2015,Misc,Happinet,0,0,0.02,0,0.02 +15585,MotoGP 14,PSV,2014,Racing,Milestone S.r.l.,0,0.01,0,0,0.02 +15586,Bomberman 2,DS,2008,Puzzle,Hudson Soft,0,0.01,0,0,0.02 +15587,Arabians Lost: The Engagement on Desert,PS2,2007,Adventure,Prototype,0,0,0.02,0,0.02 +15588,Densha de Go! Tokubetsu-hen: Fukkatsu Shouwa no Yamatesen,DS,2010,Simulation,Square Enix,0,0,0.02,0,0.02 +15589,Summon Night Granthese: Horobi no Ken to Yakusoku no Kishi,PS2,2010,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15590,Gakken DS: Shin TOEIC Test Kanzen Kouryaku,DS,2007,Misc,Gakken,0,0,0.02,0,0.02 +15591,SD Gundam Sangokuden Brave Battle Warriors: Shin Mirisha Taisen,DS,2010,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15592,Peggle Nights,PC,2008,Puzzle,PopCap Games,0,0.01,0,0,0.02 +15593,Starry ? Sky: After Summer,PSP,2013,Misc,Asgard,0,0,0.02,0,0.02 +15594,Puzzle Guzzle,PSP,2007,Puzzle,DHM Interactive,0.02,0,0,0,0.02 +15595,ESPN NFL Primetime 2002,XB,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15596,Gallop Racer Inbreed,PS2,2006,Sports,Tecmo Koei,0,0,0.02,0,0.02 +15597,Myth Makers: Super Kart GP,Wii,2007,Racing,Popcorn Arcade,0.01,0,0,0,0.02 +15598,Red Ninja: End of Honor,XB,2005,Action,Vivendi Games,0.01,0,0,0,0.02 +15599,Ketsui: Kizuna Jigoku Tachi Extra,X360,2010,Shooter,5pb,0,0,0.02,0,0.02 +15600,Frisbee Disc Freestyle / Frisbee Disc Golf,DS,2007,Sports,DSI Games,0.02,0,0,0,0.02 +15601,Call of Duty: Modern Warfare Trilogy,PS3,2016,Shooter,Activision,0,0.01,0,0,0.02 +15602,The King of Fighters Collection: The Orochi Saga (JP sales),PS2,2006,Fighting,Ignition Entertainment,0,0,0.02,0,0.02 +15603,Emergency 2012,DS,2010,Simulation,Rondomedia,0,0.02,0,0,0.02 +15604,Command & Conquer 3: Kane's Wrath,PC,2008,Strategy,Electronic Arts,0,0.01,0,0,0.02 +15605,Suzumiya Haruhi-Chan no Mahjong,PSP,2011,Misc,Kadokawa Shoten,0,0,0.02,0,0.02 +15606,Tsuki no Hikari: Shizumeru Kane no Satsujin,PS2,2002,Adventure,Victor Interactive,0,0,0.02,0,0.02 +15607,Aqua Panic!,DS,2009,Puzzle,Neko Entertainment,0.01,0.01,0,0,0.02 +15608,James Bond 007: Blood Stone,PC,2010,Shooter,Activision,0.02,0,0,0,0.02 +15609,Writing and Speaking Beautiful Japanese DS,DS,N/A,Misc,Unknown,0,0,0.02,0,0.02 +15610,Sega Ages 2500 Series Vol. 26: Dynamite Deka,PS2,2006,Action,Sega,0,0,0.02,0,0.02 +15611,Kong: The Animated Series,GBA,2002,Action,BAM! Entertainment,0.01,0,0,0,0.02 +15612,Heavy Fire: Afghanistan,PC,2011,Shooter,Mastiff,0.02,0,0,0,0.02 +15613,Let's Dance with Mel B,X360,2011,Sports,Black Bean Games,0,0.02,0,0,0.02 +15614,Agatha Christie: Death on the Nile,PC,2008,Adventure,Big Fish Games,0,0.01,0,0,0.02 +15615,The Crew: Wild Run,XOne,2015,Action,Ubisoft,0,0.02,0,0,0.02 +15616,Toukiden 2,PS3,2016,Action,Tecmo Koei,0,0,0.02,0,0.02 +15617,Koisuru Otome to Shugo no Tate Portable,PSP,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15618,PachiPara 3D: Ooumi Monogatari 2 - Pachi Pro Fuuunroku Hana,3DS,2012,Action,Irem Software Engineering,0,0,0.02,0,0.02 +15619,Nodame Cantabile: Tanoshii Ongaku no Jikan Desu,DS,2010,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15620,Iridium Runners,PS2,2008,Racing,SouthPeak Games,0.01,0.01,0,0,0.02 +15621,Ben 10 Omniverse 2,3DS,2013,Action,Namco Bandai Games,0,0.02,0,0,0.02 +15622,"Shounen Onmyouji: Tsubasa Yoima, Ten e Kaere",PS2,2007,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15623,Bakumatsu Renka: Karyuu Kenshi-den,PS2,2007,Adventure,D3Publisher,0,0,0.02,0,0.02 +15624,Dancing on Ice,DS,2010,Sports,Ghostlight,0,0.02,0,0,0.02 +15625,Tiny Toon Adventures: Wacky Stackers,GBA,2001,Puzzle,Conspiracy Entertainment,0.01,0,0,0,0.02 +15626,Princess Frontier Portable,PSP,2011,Adventure,Alchemist,0,0,0.02,0,0.02 +15627,Rock Blast,Wii,2010,Puzzle,UFO Interactive,0.02,0,0,0,0.02 +15628,Touch Detective (JP sales),DS,2006,Adventure,505 Games,0,0,0.02,0,0.02 +15629,Tomb Raider: Legend,PC,2006,Action,Eidos Interactive,0,0.01,0,0,0.02 +15630,Emergency Mayhem,Wii,2008,Racing,Codemasters,0.02,0,0,0,0.02 +15631,Rising Zan: The Samurai Gunman,PS,1998,Action,Agetec,0.01,0.01,0,0,0.02 +15632,Mai-Otome Hime: Otome Butou Shi,PS2,2006,Fighting,Sunrise Interactive,0,0,0.02,0,0.02 +15633,Robopon 2: Cross Version,GBA,2001,Role-Playing,Hudson Entertainment,0.01,0,0,0,0.02 +15634,TMNT: Mutant Melee,XB,2005,Fighting,Konami Digital Entertainment,0.01,0,0,0,0.02 +15635,Ultimate Puzzle Games,GBA,2005,Puzzle,Telegames,0.01,0,0,0,0.02 +15636,Combat Flight Simulator 3: Battle for Europe,PC,2002,Simulation,Microsoft Game Studios,0.01,0.01,0,0,0.02 +15637,Kimikare: New Semester,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15638,Katekyoo Hitman Reborn! Kindan no Yami no Delta,PS2,2008,Action,Marvelous Interactive,0,0,0.02,0,0.02 +15639,Haneru no Tobira Wii: Girigirissu,Wii,2007,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15640,RoboCop,XB,2003,Shooter,Titus,0.01,0,0,0,0.02 +15641,Elminage II: Sousei no Megami to Unmei no Daichi,PSP,2009,Role-Playing,Starfish,0,0,0.02,0,0.02 +15642,Lara Croft and the Temple of Osiris,PC,2014,Action,Square Enix,0,0.02,0,0,0.02 +15643,Final Fantasy XIV: Heavensward,PC,2015,Action,Square Enix,0.01,0.01,0,0,0.02 +15644,Grisaia no Rakuen: Le Eden de la Grisaia,PSV,2014,Adventure,Prototype,0,0,0.02,0,0.02 +15645,Blazing Souls,PS2,2006,Role-Playing,Idea Factory,0,0,0.02,0,0.02 +15646,Seinaru Kana: Orichalcum no Na no Motoni,PSP,2012,Action,CyberFront,0,0,0.02,0,0.02 +15647,NHL 2K3,GC,2002,Sports,Sega,0.01,0,0,0,0.02 +15648,PDC World Championship Darts 2009,Wii,2009,Sports,Oxygen Interactive,0,0.02,0,0,0.02 +15649,Tour de France 2014,PS3,2014,Sports,Focus Home Interactive,0,0.02,0,0,0.02 +15650,The Hustle: Detroit Streets,XB,2006,Sports,Activision,0.01,0,0,0,0.02 +15651,Tail of the Sun,PS,1996,Role-Playing,ArtDink,0.01,0.01,0,0,0.02 +15652,Canada Hunt,Wii,2010,Sports,Virtual Play Games,0.02,0,0,0,0.02 +15653,Space Channel 5: Ulala's Cosmic Attack,GBA,2002,Misc,Atari,0.01,0,0,0,0.02 +15654,Airline Tycoon,PC,2000,Simulation,Interplay,0,0.01,0,0,0.02 +15655,Virtua Quest,PS2,N/A,Role-Playing,Unknown,0.01,0.01,0,0,0.02 +15656,Disney Sports Basketball,GBA,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15657,Bejeweled Blitz,PC,2010,Puzzle,Mastertronic,0,0.01,0,0,0.02 +15658,Ozzy & Drix,GBA,2003,Platform,Midway Games,0.01,0,0,0,0.02 +15659,Barnyard Blast: Swine of the Night,DS,2008,Platform,Big Ben Interactive,0.02,0,0,0,0.02 +15660,SBK09 Superbike World Championship,PS3,2009,Racing,Black Bean Games,0,0.01,0,0,0.02 +15661,Song of the Deep,PC,2016,Action,Insomniac Games,0.02,0,0,0,0.02 +15662,Yamasa Digi World SP: Moeyo! Kung Fu Shukujo,PS2,2006,Misc,Yamasa Entertainment,0,0,0.02,0,0.02 +15663,Nobunaga no Yabou: Soutensoku with Power-Up Kit,PSP,2011,Strategy,Tecmo Koei,0,0,0.02,0,0.02 +15664,Disney Sports Football,GC,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15665,Castle Shikigami 2,PS2,2004,Shooter,Play It,0.01,0.01,0,0,0.02 +15666,Wizardry Twin Pack,PS3,2011,Role-Playing,Acquire,0,0,0.02,0,0.02 +15667,Rabbids Invasion: The Interactive TV Show,PS4,2014,Misc,Ubisoft,0,0.01,0,0,0.02 +15668,Moe Star: Moeru Toudai Eigojuku,DS,2008,Misc,Mirai Shounen,0,0,0.02,0,0.02 +15669,Gadget Racers (PAL),PS2,2002,Racing,Zoo Digital Publishing,0,0,0.02,0,0.02 +15670,Pulse Racer,XB,2003,Racing,Jaleco,0.01,0,0,0,0.02 +15671,Freestyle Metal X,GC,2003,Racing,Midway Games,0.01,0,0,0,0.02 +15672,Tegami Bachi: Kokoro Tsumugu Mono e,PSP,2010,Role-Playing,Konami Digital Entertainment,0,0,0.02,0,0.02 +15673,NEVES,DS,2007,Puzzle,Ignition Entertainment,0.01,0,0,0,0.02 +15674,Unreal Tournament 2004,PC,2004,Shooter,Atari,0,0.01,0,0,0.02 +15675,NBA 07,PS2,2006,Sports,Sony Computer Entertainment,0.01,0.01,0,0,0.02 +15676,Antiphona no Seikahime: Tenshi no Gakufu Op.A,PSP,2009,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +15677,Rogue Trooper,XB,2006,Shooter,Eidos Interactive,0.01,0,0,0,0.02 +15678,Spirits & Spells,GC,2003,Platform,Wanadoo,0.01,0,0,0,0.02 +15679,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.2,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15680,Balls of Fury,DS,2007,Sports,Zoo Digital Publishing,0.02,0,0,0,0.02 +15681,50 Classic Games,3DS,2012,Misc,Avanquest Software,0,0.02,0,0,0.02 +15682,The Longest Journey,PC,1999,Adventure,Empire Interactive,0,0.01,0,0,0.02 +15683,Eyeshield 21: Portable Edition,PSP,2006,Role-Playing,Konami Digital Entertainment,0,0,0.02,0,0.02 +15684,Stronghold Legends,PC,2006,Strategy,Take-Two Interactive,0,0.01,0,0,0.02 +15685,Kabushiki Baibai Trainer: Kabutore! Next,DS,2007,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15686,Machi: Unmei no Kousaten,PSP,2006,Adventure,ChunSoft,0,0,0.02,0,0.02 +15687,Winning Post 8 2016,PS4,2016,Simulation,Tecmo Koei,0,0,0.02,0,0.02 +15688,Golden Nugget Casino DS,DS,2005,Misc,Majesco Entertainment,0.02,0,0,0,0.02 +15689,Machi-ing Maker 4,PS3,2011,Strategy,D3Publisher,0,0,0.02,0,0.02 +15690,World Class Rugby 2: Kokunai Gekitou Hen '93,SNES,1994,Sports,Misawa,0,0,0.02,0,0.02 +15691,Pirates PlundArrr,Wii,2010,Action,Majesco Entertainment,0.02,0,0,0,0.02 +15692,Robotics;Notes,PSV,2014,Adventure,5pb,0,0,0.02,0,0.02 +15693,Ketsui Death Label,DS,2008,Shooter,Arika,0,0,0.02,0,0.02 +15694,Prince of Stride,PSV,2015,Adventure,Kadokawa Games,0,0,0.02,0,0.02 +15695,Syberia II,PC,2004,Adventure,MC2 Entertainment,0,0.01,0,0,0.02 +15696,SD Gundam Force,GBA,2004,Shooter,Namco Bandai Games,0.01,0,0,0,0.02 +15697,Mechanic Master 2,DS,2010,Puzzle,Crave Entertainment,0.02,0,0,0,0.02 +15698,Dungeons - The Dark Lord,PC,2011,Strategy,Kalypso Media,0,0.01,0,0,0.02 +15699,Clover no Kuni no Alice: Wonderful Wonder World,PSP,2011,Adventure,Quinrose,0,0,0.02,0,0.02 +15700,Shonen Jump's Yu-Gi-Oh! GX Card Almanac,DS,N/A,Misc,Konami Digital Entertainment,0,0,0.02,0,0.02 +15701,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 9: CR Fever Captain Harlock,PS2,2007,Misc,D3Publisher,0,0,0.02,0,0.02 +15702,Lost: Via Domus,PC,2008,Action,Ubisoft,0,0.01,0,0,0.02 +15703,Monster High 13 Wishes,3DS,2013,Action,Little Orbit,0,0.02,0,0,0.02 +15704,GA - Geijutsuka Art Design Class: Slapstick Wonder Land,PSP,2010,Adventure,Russel,0,0,0.02,0,0.02 +15705,Planetarian: Chiisana Hoshi no Yume,PSP,2009,Adventure,Prototype,0,0,0.02,0,0.02 +15706,Roommate Asami: Okusama wa Joshikousei,PS2,2002,Adventure,Datam Polystar,0,0,0.02,0,0.02 +15707,Cabbage Patch Kids: The Patch Puppy Rescue,GBA,2007,Misc,D3Publisher,0.01,0,0,0,0.02 +15708,Sarah: Keeper of the Unicorn,DS,2009,Adventure,DreamCatcher Interactive,0.02,0,0,0,0.02 +15709,Pirates: Legend of the Black Buccaneer,PS2,2006,Adventure,10TACLE Studios,0.01,0.01,0,0,0.02 +15710,Back to the Future: The Game,XOne,2015,Adventure,Telltale Games,0,0.02,0,0,0.02 +15711,Post Mortem,PC,2003,Adventure,Microids,0,0.01,0,0,0.02 +15712,Ultraman Star Chronicles,PSP,2013,Strategy,Namco Bandai Games,0,0,0.02,0,0.02 +15713,Ginga Tetsudou 999 DS,DS,2010,Adventure,Culture Brain,0,0,0.02,0,0.02 +15714,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.3,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15715,Amagoushi no Yakata,PS2,2007,Adventure,Nippon Ichi Software,0,0,0.02,0,0.02 +15716,Aedis Eclipse: Generation of Chaos,PSP,2006,Role-Playing,Idea Factory,0.02,0,0,0,0.02 +15717,This War of Mine,PS4,2016,Action,Deep Silver,0,0.01,0,0,0.02 +15718,Franklin: A Birthday Surprise,PS2,2006,Misc,Game Factory,0.01,0.01,0,0,0.02 +15719,Nil Admirari no Tenbin: Teito Genwaku Toukidan,PSV,2016,Adventure,Idea Factory,0,0,0.02,0,0.02 +15720,Without Warning,XB,N/A,Shooter,Capcom,0.01,0,0,0,0.02 +15721,Marvel Superheroes 3D: Grandmaster's Challenge,Wii,2010,Action,Neko Entertainment,0,0.01,0,0,0.02 +15722,Suzunone Seven: Rebirth Knot,PS2,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15723,Arslan: The Warriors of Legend,XOne,2016,Action,Tecmo Koei,0.01,0,0,0,0.02 +15724,"Hanayaka Kana, Ware ga Ichizoku: Tasogare Polarstar",PSP,2013,Adventure,Idea Factory,0,0,0.02,0,0.02 +15725,Zoids Dash,DS,2006,Role-Playing,Tomy Corporation,0,0,0.02,0,0.02 +15726,Digimon Rumble Arena,PS,2001,Fighting,Namco Bandai Games,0.01,0.01,0,0,0.02 +15727,Vitamin X Evolution Plus,PSP,2010,Adventure,D3Publisher,0,0,0.02,0,0.02 +15728,Disciples III: Renaissance,PC,2010,Strategy,Kalypso Media,0,0.01,0,0,0.02 +15729,Revolution: 25th Anniversary Collection,PC,2016,Adventure,Koch Media,0,0.02,0,0,0.02 +15730,MX vs. ATV Supercross Encore,XOne,2015,Sports,Nordic Games,0.02,0,0,0,0.02 +15731,Final Fight: Streetwise,XB,2006,Action,Capcom,0.01,0,0,0,0.02 +15732,Goblin Commander: Unleash the Horde,GC,2003,Strategy,Jaleco,0.01,0,0,0,0.02 +15733,Super Speed Machines,DS,2009,Racing,Midas Interactive Entertainment,0.02,0,0,0,0.02 +15734,Nano Diver,PSP,2011,Action,Takara Tomy,0,0,0.02,0,0.02 +15735,Elkrone no Atelier: Dear for Otomate,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15736,DJ Star,DS,2009,Misc,Deep Silver,0.01,0,0,0,0.02 +15737,Top Gear RPM Tuning,XB,2005,Racing,Wanadoo,0.01,0,0,0,0.02 +15738,Cookie & Cream,DS,2007,Platform,505 Games,0.01,0,0,0,0.02 +15739,Memories Off: Yubikiri no Kioku,X360,2010,Adventure,5pb,0,0,0.02,0,0.02 +15740,Otometeki Koi Kakumei * Love Revo!! DS,DS,2008,Adventure,GungHo,0,0,0.02,0,0.02 +15741,Clue / Mouse Trap / Perfection / Aggravation,DS,2006,Misc,Unknown,0.02,0,0,0,0.02 +15742,Football Manager 2007,X360,N/A,Sports,Sega,0,0.01,0,0,0.02 +15743,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.4,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15744,Elven Legacy Collection,PC,2010,Strategy,Paradox Interactive,0,0.01,0,0,0.02 +15745,My Ballet Studio,DS,2009,Simulation,505 Games,0.01,0,0,0,0.02 +15746,Postman Pat: Special Delivery Service,DS,2009,Misc,GSP,0,0.01,0,0,0.02 +15747,Cross + Channel,PSP,2010,Adventure,CyberFront,0,0,0.02,0,0.02 +15748,LEGO Star Wars II: The Original Trilogy,PC,2006,Action,Activision,0,0.01,0,0,0.02 +15749,Summer Challenge: Athletics Tournament,Wii,2011,Sports,PQube,0,0.01,0,0,0.02 +15750,Kochira Katsushikaku Kameari Kouenmae Hashutsujo: Machiteba Tengoku! Makereba Jigoku! Ryoutsuryuu Ikkakusenkin Daisakusen!,DS,2010,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15751,Just Cause,PC,2006,Action,Eidos Interactive,0,0.01,0,0,0.02 +15752,Abunai: Koi no Sousa Shitsu,PSV,2015,Action,Asgard,0,0,0.02,0,0.02 +15753,Blazing Angels: Squadrons of WWII,PC,2006,Simulation,Ubisoft,0.01,0,0,0,0.02 +15754,Let's Yoga!,DS,2007,Misc,Konami Digital Entertainment,0,0,0.02,0,0.02 +15755,Zero no Tsukaima: Muma ga Tsumugu Yokaze no Nocturne,PS2,2007,Adventure,Marvelous Interactive,0,0,0.02,0,0.02 +15756,Memories Off: Yubikiri no Kikou,PSP,2011,Adventure,5pb,0,0,0.02,0,0.02 +15757,L.G.S: Shinsetsu Houshinengi,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15758,Battle Engine Aquila,XB,2003,Shooter,Atari,0.01,0,0,0,0.02 +15759,Turbo: Super Stunt Squad,Wii,2013,Sports,D3Publisher,0,0.02,0,0,0.02 +15760,Hurry Up Hedgehog!,DS,2009,Racing,O-Games,0.02,0,0,0,0.02 +15761,Hands On! Tangrams,DS,2009,Puzzle,Storm City Games,0.02,0,0,0,0.02 +15762,Puzzle Chronicles,DS,2010,Puzzle,Konami Digital Entertainment,0.01,0,0,0,0.02 +15763,Discworld II: Mortality Bytes!,PS,1996,Adventure,Psygnosis,0.01,0.01,0,0,0.02 +15764,One Piece Mansion,PS,2001,Action,Capcom,0.01,0.01,0,0,0.02 +15765,Uchi no 3 Shimai DS,DS,2008,Misc,Culture Brain,0,0,0.02,0,0.02 +15766,Divinity: Original Sin,PC,2014,Role-Playing,Focus Home Interactive,0,0.02,0,0,0.02 +15767,Soul Eater: Monotone Princess,Wii,2008,Action,Square Enix,0,0,0.02,0,0.02 +15768,Strike Witches: Shirogane no Tsubasa,X360,2010,Strategy,CyberFront,0,0,0.02,0,0.02 +15769,Big Idea's VeggieTales: LarryBoy and the Bad Apple,GBA,2006,Action,Crave Entertainment,0.01,0,0,0,0.02 +15770,Still Life 2,PC,2009,Adventure,Rondomedia,0,0.01,0,0,0.02 +15771,Metal Fight Beyblade: Choujou Kessen! Big Bang Bladers,DS,2010,Action,Hudson Soft,0,0,0.02,0,0.02 +15772,Clock Zero: Shuuen no Ichibyou - ExTime,PSV,2015,Action,Idea Factory,0,0,0.02,0,0.02 +15773,Moujuutsukai to Oujisama,PS2,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15774,Root Infinity Rexx,PSV,2015,Adventure,Idea Factory,0,0,0.02,0,0.02 +15775,Cube,PSP,2007,Puzzle,D3Publisher,0.02,0,0,0,0.02 +15776,Shinseiki GPX Cyber Formula: Road To The INFINITY 4,PS2,2007,Racing,Sunrise Interactive,0,0,0.02,0,0.02 +15777,Army Men: Major Malfunction,XB,2006,Shooter,Global Star,0.01,0,0,0,0.02 +15778,Dunamis 15,X360,2011,Adventure,5pb,0,0,0.02,0,0.02 +15779,Sansuu Puzzle de Migaku: Gakken Otona no Shikou Sense,DS,2007,Misc,Gakken,0,0,0.02,0,0.02 +15780,Worms World Party,PC,2001,Strategy,Virgin Interactive,0,0.01,0,0,0.02 +15781,Yoake Yori Ruriiro na Portable,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15782,Big Bass Fishing,PS,2002,Action,Take-Two Interactive,0,0,0.02,0,0.02 +15783,Reine des Fleurs,PSV,2015,Action,Idea Factory,0,0,0.02,0,0.02 +15784,Gears of War,PC,2007,Shooter,Microsoft Game Studios,0,0.01,0,0,0.02 +15785,Densha de Go! Shinkansen EX: Sanyou Shinkansen-hen,Wii,2007,Simulation,Taito,0,0,0.02,0,0.02 +15786,Namco Museum 50th Anniversary (JP sales),PS2,2005,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15787,Gummy Bears Magical Medallion,Wii,2011,Platform,Storm City Games,0.02,0,0,0,0.02 +15788,Colin McRae Rally 2005,PC,2004,Racing,Codemasters,0,0.01,0,0,0.02 +15789,Mana Khemia 2: Ochita Gakuen to Renkinjutsushi Tachi Portable+,PSP,2009,Role-Playing,Gust,0,0,0.02,0,0.02 +15790,LEGO Star Wars: The Video Game,PC,2005,Action,Eidos Interactive,0,0.01,0,0,0.02 +15791,"Moshi, Kono Sekai ni Kami-sama ga Iru to suru Naraba.",PSV,2016,Adventure,N/A,0,0,0.02,0,0.02 +15792,Dark Void,PC,2010,Action,Capcom,0,0.01,0,0,0.02 +15793,Chou!! Super Nep League DS,DS,2008,Sports,Jaleco,0,0,0.02,0,0.02 +15794,Irritating Stick,PS,1998,Action,Saurus,0.01,0.01,0,0,0.02 +15795,WTA Tour Tennis,GBA,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15796,Kaleidoeve,PSV,2015,Adventure,HuneX,0,0,0.02,0,0.02 +15797,Judge Dredd: Dredd Vs Death,XB,2003,Shooter,Vivendi Games,0.01,0,0,0,0.02 +15798,Star Trek: Legacy,PC,2006,Simulation,Ubisoft,0,0.01,0,0,0.02 +15799,NHL 16,X360,2015,Sports,Electronic Arts,0,0.02,0,0,0.02 +15800,Wall-E,PC,2008,Platform,THQ,0,0.01,0,0,0.02 +15801,Simple 2000 Series Vol. 105: The Maid Fuku to Kikanjuu,PS2,2006,Action,D3Publisher,0,0,0.02,0,0.02 +15802,Davis Cup Tennis,GBA,2002,Sports,Ubisoft,0.01,0,0,0,0.02 +15803,Pro Rally,GC,2002,Racing,Ubisoft,0.01,0,0,0,0.02 +15804,XCOM 2,XOne,2016,Strategy,Take-Two Interactive,0.01,0.01,0,0,0.02 +15805,Football Academy,DS,2009,Sports,Electronic Arts,0,0.01,0,0,0.02 +15806,Kimi ni Todoke: Sodateru Omoi,DS,2009,Adventure,Banpresto,0,0,0.02,0,0.02 +15807,Call of Duty: Modern Warfare Trilogy,X360,2016,Shooter,Activision,0.01,0.01,0,0,0.02 +15808,Let's Pilates!,DS,2007,Misc,Konami Digital Entertainment,0.02,0,0,0,0.02 +15809,Memories Off #5: Encore,PS2,2007,Adventure,CyberFront,0,0,0.02,0,0.02 +15810,Brave Story: Boku no Kioku to Negai,DS,2006,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15811,Zombie Hunters 2,PS2,2006,Action,Essential Games,0,0,0.02,0,0.02 +15812,WRC 5: FIA World Rally Championship,X360,2015,Sports,Bigben Interactive,0,0.02,0,0,0.02 +15813,Custom Drive,PSP,2012,Action,D3Publisher,0,0,0.02,0,0.02 +15814,Ferrari: The Race Experience,Wii,N/A,Racing,System 3 Arcade Software,0,0.01,0,0,0.02 +15815,Tsuyo Kiss 2 Gakki: Swift Love,PS2,2009,Adventure,Revolution (Japan),0,0,0.02,0,0.02 +15816,Achtung Panzer: Kharkov 1943,PC,2010,Strategy,Mamba Games,0,0.01,0,0,0.02 +15817,Konductra,DS,2006,Puzzle,O3 Entertainment,0.02,0,0,0,0.02 +15818,Samurai Jack: The Shadow of Aku,GC,2004,Action,Sega,0.01,0,0,0,0.02 +15819,Winning Post 7 2013,PSV,2013,Sports,Tecmo Koei,0,0,0.02,0,0.02 +15820,Platypus,PSP,2006,Shooter,Funsta,0.02,0,0,0,0.02 +15821,Command & Conquer 4: Tiberian Twilight,PC,2010,Strategy,Electronic Arts,0,0.01,0,0,0.02 +15822,The Incredibles: Rise of the Underminer,PC,2005,Action,THQ,0.01,0,0,0,0.02 +15823,Winter Sports 3: The Great Tournament,X360,2010,Sports,Tradewest,0,0.01,0,0,0.02 +15824,Farm Frenzy,PC,2008,Strategy,Mumbo Jumbo,0.01,0,0,0,0.02 +15825,Ore wa Shoujo Mangaka,PSP,2012,Action,Giza10,0,0,0.02,0,0.02 +15826,Busou Renkin: Youkoso Papillon Park e,PS2,2007,Action,Marvelous Interactive,0,0,0.02,0,0.02 +15827,A Vampyre Story,PC,2008,Adventure,Crimson Cow,0,0.01,0,0,0.02 +15828,Puyo Puyo Tetris,WiiU,2014,Puzzle,Sega,0,0,0.02,0,0.02 +15829,Exhibition Volume 6,XB,2004,Misc,Microsoft Game Studios,0.01,0,0,0,0.02 +15830,Oshiri Kajiri Mushi no Rhythm Lesson DS: Kawai Ongaku Kyoushitsu Kanshuu,DS,2008,Misc,Sega,0,0,0.02,0,0.02 +15831,The Haunted: Hell's Reach,PC,2011,Shooter,Visco,0.02,0,0,0,0.02 +15832,Phoenix Wright: Ace Attorney Trilogy,3DS,2014,Adventure,Capcom,0,0,0.02,0,0.02 +15833,Kuma no Pooh-San: 100 Acre no Mori no Cooking Book,DS,2011,Misc,Disney Interactive Studios,0,0,0.02,0,0.02 +15834,LifeSigns: Surgical Unit,DS,2005,Simulation,JoWood Productions,0.01,0.01,0,0,0.02 +15835,I Love Horses: Rider's Paradise,Wii,2010,Simulation,Destineer,0.02,0,0,0,0.02 +15836,Kao the Kangaroo Round 2,GC,2005,Platform,JoWood Productions,0.01,0,0,0,0.02 +15837,Majesty 2 Collection,PC,2011,Strategy,Paradox Interactive,0,0.01,0,0,0.02 +15838,Sniper Elite,PC,2005,Shooter,MC2 Entertainment,0,0.01,0,0,0.02 +15839,The Dark Hills of Cherai,PC,2009,Puzzle,Unknown,0,0.01,0,0,0.02 +15840,FIFA Soccer 08,PC,2007,Sports,Electronic Arts,0,0.01,0,0,0.02 +15841,Zoey 101: Field Trip Fiasco,DS,2007,Action,THQ,0.02,0,0,0,0.02 +15842,Dream C Club: GoGo,PS3,2014,Adventure,D3Publisher,0,0,0.02,0,0.02 +15843,Battle Spirits: Hero's Soul,PSP,2010,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15844,Usavichi: Game no Jikan,DS,2011,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15845,Pachi-Slot Higrashi no Naku Koro ni Matsuri,PS2,2010,Misc,Alchemist,0,0,0.02,0,0.02 +15846,Otona no Renai Shousetsu: Harlequin Selection,DS,2010,Misc,Nintendo,0,0,0.02,0,0.02 +15847,White Album 2: Shiawase no Mukougawa,PSV,2013,Adventure,Aqua Plus,0,0,0.02,0,0.02 +15848,W.L.O. Sekai Renai Kikousen,X360,2010,Adventure,5pb,0,0,0.02,0,0.02 +15849,Psychedelica of the Black Butterfly,PSV,2015,Action,Idea Factory,0,0,0.02,0,0.02 +15850,Final Fantasy XI: All-In-One Pack 2006,X360,2006,Role-Playing,Square Enix,0,0,0.02,0,0.02 +15851,Joint Operations: Combined Arms,PC,2009,Shooter,NovaLogic,0.01,0,0,0,0.02 +15852,Poupee Girl DS 2: Elegant Mint / Sweet Pink Style,DS,2010,Misc,Alvion,0,0,0.02,0,0.02 +15853,Winning Post 7: Maximum 2007,PS3,2007,Sports,Tecmo Koei,0,0,0.02,0,0.02 +15854,Monster Trux Offroad,Wii,2007,Racing,Popcorn Arcade,0.01,0,0,0,0.02 +15855,Assault Suit Leynos,PS4,2016,Shooter,Rising Star Games,0.01,0,0,0,0.02 +15856,Dragon Booster,DS,2005,Shooter,Konami Digital Entertainment,0.02,0,0,0,0.02 +15857,Germany's Next Topmodel 2011,DS,2011,Simulation,7G//AMES,0,0.01,0,0,0.02 +15858,Drakensang: The Dark Eye,PC,2009,Role-Playing,Eidos Interactive,0.01,0,0,0,0.02 +15859,Storm Lover 2nd,PSP,2013,Misc,D3Publisher,0,0,0.02,0,0.02 +15860,Kadenz fermata//Akkord:fortissimo,PSV,2014,Adventure,5pb,0,0,0.02,0,0.02 +15861,DuckTales: Remastered,PC,2013,Action,Capcom,0,0.01,0,0,0.02 +15862,Transformers: Prime,Wii,2012,Action,Activision,0,0.01,0,0,0.02 +15863,Contrast,PC,2013,Platform,Focus Home Interactive,0,0.01,0,0,0.02 +15864,Arcana Famiglia 2,PSP,2013,Adventure,Comfort,0,0,0.02,0,0.02 +15865,Taishou Moebius Line Vitable,PSV,2016,Adventure,dramatic create,0,0,0.02,0,0.02 +15866,Gaist Crusher God,3DS,2014,Action,Capcom,0,0,0.02,0,0.02 +15867,Shinkyoku Soukai Polyphonica,PS2,2007,Adventure,Prototype,0,0,0.02,0,0.02 +15868,PDC World Championship Darts 2008,DS,N/A,Sports,Unknown,0.01,0,0,0,0.02 +15869,San Goku Shi DS 2,DS,2007,Strategy,Tecmo Koei,0,0,0.02,0,0.02 +15870,Strongest Tokyo University Shogi DS,DS,1985,Action,Mycom,0,0,0.02,0,0.02 +15871,Shin Sangoku Musou Online: Souten Ranbu,PS3,2010,Action,Tecmo Koei,0,0,0.02,0,0.02 +15872,Elven Legacy,PC,2009,Strategy,Paradox Interactive,0.01,0,0,0,0.02 +15873,V-Rally 3,XB,2003,Racing,Atari,0.01,0,0,0,0.02 +15874,Full House Kiss 2,PS2,2006,Adventure,Capcom,0,0,0.02,0,0.02 +15875,Dead to Rights,GBA,2004,Shooter,Zoo Digital Publishing,0.01,0,0,0,0.02 +15876,Thunder Force VI,PS2,2008,Shooter,Sega,0,0,0.02,0,0.02 +15877,Majesty 2: The Fantasy Kingdom Sim,PC,2009,Simulation,Paradox Interactive,0.01,0,0,0,0.02 +15878,Turbo: Super Stunt Squad,3DS,2013,Sports,D3Publisher,0,0.01,0,0,0.02 +15879,Dinotopia: The Sunstone Odyssey,GC,N/A,Action,Unknown,0.01,0,0,0,0.02 +15880,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Misao + Maguro Densetsu Portable,PSP,2010,Misc,Paon,0,0,0.02,0,0.02 +15881,Dance! It's Your Stage,Wii,N/A,Misc,DTP Entertainment,0,0.01,0,0,0.02 +15882,PachiPara 3D,3DS,2011,Misc,Irem Software Engineering,0,0,0.02,0,0.02 +15883,Command & Conquer Collection,PC,2003,Strategy,Electronic Arts,0.01,0,0,0,0.02 +15884,Kiss Bell,PSV,2014,Adventure,Giga,0,0,0.02,0,0.02 +15885,Earth Defense Force 2017 (old JP sales),X360,2006,Shooter,D3Publisher,0,0,0.02,0,0.02 +15886,Sengoku Hime: Senran ni Mau Otometachi,PS2,2009,Adventure,Yeti,0,0,0.02,0,0.02 +15887,GTI Club: Supermini Festa!,Wii,2010,Racing,Konami Digital Entertainment,0.01,0,0,0,0.02 +15888,MuvLuv Double Pack,PSV,2016,Adventure,5pb,0,0,0.02,0,0.02 +15889,Koihime Enbu,PS4,2016,Fighting,Yeti,0,0,0.02,0,0.02 +15890,Romance of the Three Kingdoms XII,WiiU,2012,Strategy,Tecmo Koei,0,0,0.02,0,0.02 +15891,Worldwide Soccer Manager 2006,PC,2004,Sports,Sega,0,0.01,0,0,0.02 +15892,Sora no Otoshimono Forte: Dreamy Season,DS,2011,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15893,Mission: Impossible - Operation Surma,GC,2004,Platform,Atari,0.01,0,0,0,0.02 +15894,Trigger Man,GC,2004,Shooter,Crave Entertainment,0.01,0,0,0,0.02 +15895,Yuu Yuu Hakusho DS: Ankoku Bujutsukai Hen,DS,2006,Action,Takara Tomy,0,0,0.02,0,0.02 +15896,Hiiro no Kakera Portable,PSP,2008,Adventure,Idea Factory,0,0,0.02,0,0.02 +15897,Antz Extreme Racing,XB,2002,Racing,Empire Interactive,0.01,0,0,0,0.02 +15898,Enemy Territory: Quake Wars,PC,2007,Shooter,Activision,0.01,0,0,0,0.02 +15899,Truck Racer,Wii,2009,Racing,Nordic Games,0,0.01,0,0,0.02 +15900,The Sims 4: Luxury Party Stuff,PC,2015,Simulation,Electronic Arts,0,0.01,0,0,0.02 +15901,"Nogizaka Haruka no Himitsu Cosplay, Hajime Mashita",PS2,2008,Adventure,ASCII Media Works,0,0,0.02,0,0.02 +15902,Triggerheart Exelica,DC,2007,Shooter,Warashi,0,0,0.02,0,0.02 +15903,Jet Impulse,DS,N/A,Simulation,Nintendo,0,0,0.02,0,0.02 +15904,Games Explosion!,GBA,2006,Action,THQ,0.01,0,0,0,0.02 +15905,Tennis no Oji-Sama: Card Hunter,PS2,2007,Strategy,Konami Digital Entertainment,0,0,0.02,0,0.02 +15906,Portable Island: Tenohira Resort,PSP,2006,Simulation,Namco Bandai Games,0,0,0.02,0,0.02 +15907,Night Wizard the Video Game: Denial of the World,PS2,2008,Adventure,5pb,0,0,0.02,0,0.02 +15908,Sengoku Efuda Yuugi: Hototogisu Ran,PSP,2008,Misc,Irem Software Engineering,0,0,0.02,0,0.02 +15909,Tokyo Friend Park II DS,DS,2006,Misc,Rocket Company,0,0,0.02,0,0.02 +15910,Saenai Kanojo no Sodatekata: Blessing Flowers,PSV,2015,Action,5pb,0,0,0.02,0,0.02 +15911,Adventure Time: The Secret of the Nameless,3DS,2014,Adventure,Little Orbit,0.01,0,0,0,0.02 +15912,Kao the Kangaroo Round 2,PS2,2005,Platform,JoWood Productions,0.01,0.01,0,0,0.02 +15913,Shin Hisui no Shizuku: Hiiro no Kakera 2 Portable,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15914,Robopon 2: Ring Version,GBA,2001,Role-Playing,Hudson Entertainment,0.01,0,0,0,0.02 +15915,Evil Genius,PC,2004,Strategy,Vivendi Games,0,0.01,0,0,0.02 +15916,Dragon Tales: Dragon Adventures,GBA,2003,Platform,NewKidCo,0.01,0,0,0,0.02 +15917,Moe Moe 2-ji Taisen (Ryoku) * Deluxe,PSP,2008,Adventure,System Soft,0,0,0.02,0,0.02 +15918,Dream Dancer,DS,N/A,Misc,N/A,0.01,0,0,0,0.02 +15919,Powerbike,DS,2009,Racing,Majesco Entertainment,0.01,0,0,0,0.02 +15920,Violet no Atelier: Gramnad no Renkinjutsushi 2 - Gunjou no Omoide,PSP,2011,Role-Playing,Gust,0,0,0.02,0,0.02 +15921,Magic Encyclopedia: Moonlight,DS,2010,Misc,Foreign Media Games,0,0.01,0,0,0.02 +15922,Rayman 10th Anniversary,GBA,2005,Platform,Ubisoft,0.01,0,0,0,0.02 +15923,Elminage II DS Remix: Sousei no Megami to Unmai no Daichi,DS,2010,Role-Playing,Starfish,0,0,0.02,0,0.02 +15924,Online Chess Kingdoms,PSP,2006,Misc,Konami Digital Entertainment,0.01,0,0,0,0.02 +15925,Gaku ? Ou: The Royal Seven Stars,PSP,2012,Role-Playing,Alchemist,0,0,0.02,0,0.02 +15926,Pillars of Eternity,PC,2014,Role-Playing,Paradox Interactive,0,0.01,0,0,0.02 +15927,RollerCoaster Tycoon: Gold Edition,PC,2002,Strategy,Infogrames,0.01,0,0,0,0.02 +15928,Professional Farmer 2016,PS4,2015,Action,Namco Bandai Games,0,0.01,0,0,0.02 +15929,Storm Lover Kai!!,PSP,2012,Action,D3Publisher,0,0,0.02,0,0.02 +15930,Race Driver: Create & Race,DS,2007,Racing,Codemasters,0.01,0,0,0,0.02 +15931,Nurarihyon no Mago: Hyakki Ryouran Taisen,PS3,2011,Fighting,Konami Digital Entertainment,0,0,0.02,0,0.02 +15932,Minna to Issho,PSV,2011,Misc,Sony Computer Entertainment,0,0,0.02,0,0.02 +15933,Harukanaru Toki no Naka de 6,PSP,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15934,Hummer Badlands,XB,2006,Racing,Global Star,0.01,0,0,0,0.02 +15935,I Doll U,PSV,2015,Adventure,Idea Factory,0,0,0.02,0,0.02 +15936,Enkaku Sousa: Sana e no 23 Hiai,PSP,2009,Adventure,Sony Computer Entertainment,0,0,0.02,0,0.02 +15937,Katekyoo Hitman Reborn! DS: Mafia Daishuugou Bongole Festival,DS,2008,Action,Takara Tomy,0,0,0.02,0,0.02 +15938,Pippa Funnell 2: Farm Adventures,DS,2007,Simulation,Ubisoft,0,0.01,0,0,0.02 +15939,Iron Soldier 3,PS,1999,Simulation,Telegames,0.01,0.01,0,0,0.02 +15940,Oyaku de Asoberu DS Ehon: Ukkari Penelope,DS,2008,Simulation,Tecmo Koei,0,0,0.02,0,0.02 +15941,Space Invaders Revolution,DS,2005,Shooter,Rising Star Games,0.01,0,0,0,0.02 +15942,Barbie and Her Sisters Puppy Rescue,PS3,2015,Action,Namco Bandai Games,0,0.01,0,0,0.02 +15943,Worms: WMD,PS4,2016,Action,Sold Out,0.01,0.01,0,0,0.02 +15944,Myst,PSP,2006,Adventure,Midway Games,0,0.01,0,0,0.02 +15945,UNO 52,DS,2006,Misc,Zoo Digital Publishing,0.01,0,0,0,0.02 +15946,Tiger & Bunny: Hero's Day,PSP,2013,Action,D3Publisher,0,0,0.02,0,0.02 +15947,Storm Lover 2nd V,PSV,2016,Adventure,D3Publisher,0,0,0.02,0,0.02 +15948,Grisaia no Meikyuu: Le Labyrinthe de la Grisaia,PSV,2014,Adventure,Prototype,0,0,0.02,0,0.02 +15949,Touhou Genso Rondo: Bullet Ballet,PS4,2016,Shooter,Nippon Ichi Software,0.01,0,0,0,0.02 +15950,Accel World: Kasoku no Chouten,PS3,2013,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +15951,Poupee Girl DS,DS,2009,Misc,Alvion,0,0,0.02,0,0.02 +15952,Pachinko Kaou: Misora Hibari,PS2,2007,Misc,Hackberry,0,0,0.02,0,0.02 +15953,Just Cause,PS2,2006,Action,Eidos Interactive,0.01,0.01,0,0,0.02 +15954,Choro Q,PS2,2003,Racing,Zoo Digital Publishing,0.01,0.01,0,0,0.02 +15955,Narcissus: Moshimo Ashita ga Runara,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15956,Girl Friend Beta: Kimi to Sugosu Natsuyasumi,PSV,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15957,IHRA Drag Racing: Sportsman Edition,XB,2006,Racing,Bethesda Softworks,0.01,0,0,0,0.02 +15958,"Sharin no Kuni, Himawari no Shoujo",X360,2010,Adventure,5pb,0,0,0.02,0,0.02 +15959,Guild Wars: Factions,PC,2006,Role-Playing,NCSoft,0,0.01,0,0,0.02 +15960,Simple DS Series Vol. 42: The Haioku Byoutou,DS,2008,Adventure,D3Publisher,0,0,0.02,0,0.02 +15961,Drone Tactics,DS,2007,Strategy,Success,0.01,0,0,0,0.02 +15962,Technic Beat,PS2,2002,Misc,Arika,0.01,0.01,0,0,0.02 +15963,So-Ra-No-Wo-To: Otome no Gojuusou,PSP,2010,Adventure,Compile Heart,0,0,0.02,0,0.02 +15964,Farming Simulator 2014,PSV,2014,Simulation,Focus Home Interactive,0.01,0,0,0,0.02 +15965,Imperium Romanum,PC,2008,Strategy,Kalypso Media,0,0.01,0,0,0.02 +15966,Ship Simulator 2008,PC,2007,Simulation,Lighthouse Interactive,0,0.01,0,0,0.02 +15967,Curse of the Amsterdam Diamond,DS,2012,Puzzle,Easy Interactive,0,0.01,0,0,0.02 +15968,Sengoku,PC,2011,Strategy,Paradox Interactive,0,0.01,0,0,0.02 +15969,Yume Neko DS,DS,2008,Simulation,Sega,0,0,0.02,0,0.02 +15970,Dream C Club,PS3,2012,Simulation,D3Publisher,0,0,0.02,0,0.02 +15971,IGT Slots: Lucky Larry's Lobstermania,PC,2011,Simulation,Masque Publishing,0.01,0,0,0,0.02 +15972,Sid Meier's Civilization Revolution 2+,PSV,2015,Strategy,Take-Two Interactive,0,0,0.02,0,0.02 +15973,SBK Superbike World Championship,PS2,2008,Racing,Black Bean Games,0.01,0.01,0,0,0.02 +15974,Memories Off 6: Next Relation,PS2,2009,Adventure,5pb,0,0,0.02,0,0.02 +15975,Scared Rider Xechs,PS2,2010,Adventure,RED Entertainment,0,0,0.02,0,0.02 +15976,Vitamin X: Detective B6,PSP,2012,Adventure,D3Publisher,0,0,0.02,0,0.02 +15977,Misshitsu no Sacrifice,PSP,2010,Adventure,D3Publisher,0,0,0.02,0,0.02 +15978,You Don't Know Jack,PC,1995,Misc,Vivendi Games,0.01,0,0,0,0.02 +15979,Ouran Koukou Host Bu,PS2,2007,Adventure,Idea Factory,0,0,0.02,0,0.02 +15980,Lotus Challenge,GC,2004,Racing,Ignition Entertainment,0.01,0,0,0,0.02 +15981,Meiji Toukyou Renka: Twilight Kiss,PSP,2015,Action,Broccoli,0,0,0.02,0,0.02 +15982,Xblaze: Lost Memories,PS3,2015,Adventure,Arc System Works,0.01,0,0,0,0.02 +15983,Turok,PC,2008,Action,Touchstone,0,0.01,0,0,0.01 +15984,Coven and Labyrinth of Refrain,PSV,2016,Action,Nippon Ichi Software,0,0,0.01,0,0.01 +15985,Super Battle For Money Sentouchuu: Kyuukyoku no Shinobu to Battle Player Choujou Kessen!,3DS,2016,Action,Namco Bandai Games,0,0,0.01,0,0.01 +15986,Dragon Zakura DS,DS,2007,Misc,Electronic Arts,0,0,0.01,0,0.01 +15987,Chameleon: To Dye For!,DS,2006,Puzzle,505 Games,0.01,0,0,0,0.01 +15988,Hotel Giant DS,DS,2008,Simulation,Nobilis,0,0.01,0,0,0.01 +15989,Sora no Otoshimono: DokiDoki Summer Vacation,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +15990,Blackthorne,GBA,2003,Action,Activision,0.01,0,0,0,0.01 +15991,Don Bradman Cricket 14,X360,2014,Sports,Tru Blu Entertainment,0,0.01,0,0,0.01 +15992,DokuSui: DokiDoki Suikoden,PSP,2011,Role-Playing,Irem Software Engineering,0,0,0.01,0,0.01 +15993,Shinseiki Evangelion: Battle Orchestra Portable,PSP,2009,Fighting,Broccoli,0,0,0.01,0,0.01 +15994,Donkey Kong Jungle Beat,Wii,2008,Platform,Nintendo,0,0.01,0,0,0.01 +15995,Bomberman (jp sales),PSP,2006,Puzzle,Konami Digital Entertainment,0,0,0.01,0,0.01 +15996,Blazblue: Continuum Shift Extend,PSP,2012,Fighting,Arc System Works,0,0,0.01,0,0.01 +15997,S.Y.K: Shinsetsu Saiyuuki,PS2,2009,Adventure,Idea Factory,0,0,0.01,0,0.01 +15998,Football Manager Live,PC,2009,Sports,Sega,0,0.01,0,0,0.01 +15999,Captain Morgane and the Golden Turtle,Wii,2012,Adventure,Reef Entertainment,0,0.01,0,0,0.01 +16000,Black Cat,PS2,2006,Action,Capcom,0,0,0.01,0,0.01 +16001,One Piece: Daikaizoku Coliseum,3DS,2016,Fighting,Namco Bandai Games,0,0,0.01,0,0.01 +16002,Mortal Kombat,PC,1994,Fighting,Acclaim Entertainment,0.01,0,0,0,0.01 +16003,Smart Kid's Mega Game Mix,DS,2009,Misc,UFO Interactive,0.01,0,0,0,0.01 +16004,Diary Girl,DS,2008,Misc,Konami Digital Entertainment,0.01,0,0,0,0.01 +16005,Red Stone DS: Akaki Ishi ni Michibikareshi Monotachi,DS,2011,Role-Playing,Unknown,0,0,0.01,0,0.01 +16006,Serious Sam II,PC,2005,Shooter,Take-Two Interactive,0,0.01,0,0,0.01 +16007,Wand of Fortune: Mirai e no Prologue Portable,PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16008,Sengoku Hime: Senran ni Mau Otometachi,PSP,2009,Adventure,Yeti,0,0,0.01,0,0.01 +16009,Secret Game Portable,PSP,2010,Adventure,Yeti,0,0,0.01,0,0.01 +16010,Demon Gaze 2,PSV,2014,Role-Playing,Experience Inc.,0,0,0.01,0,0.01 +16011,Neverwinter Nights 2: Mask of the Betrayer,PC,2007,Role-Playing,Atari,0,0.01,0,0,0.01 +16012,Kimi no Yuusha,DS,2008,Role-Playing,SNK Playmore,0,0,0.01,0,0.01 +16013,Call of Juarez,PC,2006,Shooter,Ubisoft,0,0.01,0,0,0.01 +16014,Tom Clancy's Ghost Recon Advanced Warfighter (weekly JP sales),X360,2006,Shooter,Ubisoft,0,0,0.01,0,0.01 +16015,UEFA Champions League 2006-2007,PSP,2007,Sports,Electronic Arts,0.01,0,0,0,0.01 +16016,Codename: Panzers Phase Two,PC,2005,Strategy,CDV Software Entertainment,0,0.01,0,0,0.01 +16017,Nobunaga no Yabou Online: Houou no Shou,PS3,2012,Strategy,Ackkstudios,0,0,0.01,0,0.01 +16018,Rise of Flight: Iron Cross Edition,PC,2010,Simulation,Aerosoft,0.01,0,0,0,0.01 +16019,Cosmetic Paradise: Make no Kiseki,DS,2008,Misc,Global A Entertainment,0,0,0.01,0,0.01 +16020,Unreal Tournament 2003,PC,2002,Shooter,Atari,0,0.01,0,0,0.01 +16021,Nobunaga no Yabou DS,DS,2006,Strategy,Tecmo Koei,0,0,0.01,0,0.01 +16022,God Eater Off Shot: Soma Shikkuzaru-hen Twin Pack & Animation Vol.4,PS4,2016,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16023,Uppers,PSV,2016,Action,Marvelous Entertainment,0,0,0.01,0,0.01 +16024,Wand of Fortune Portable,PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16025,Wiffle Ball Advance,DS,2007,Sports,Zoo Digital Publishing,0.01,0,0,0,0.01 +16026,Rengoku II: The Stairway to H.E.A.V.E.N. (jp sales),PSP,2006,Action,Konami Digital Entertainment,0,0,0.01,0,0.01 +16027,Simple DS Series Vol. 14: The Jidousha Kyoushuujo DS,DS,2007,Misc,D3Publisher,0,0,0.01,0,0.01 +16028,The Last Remnant,PC,2009,Role-Playing,Square Enix,0,0.01,0,0,0.01 +16029,Ten Pin Alley 2,GBA,2004,Sports,XS Games,0.01,0,0,0,0.01 +16030,Himawari: Pebble in the Sky Portable,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16031,Wand of Fortune R,PSV,2016,Adventure,Idea Factory,0,0,0.01,0,0.01 +16032,Katekyoo Hitman Reborn Nerae!? Ring x Bongole Returns,PS2,2008,Adventure,Marvelous Interactive,0,0,0.01,0,0.01 +16033,My Little Baby,DS,2008,Simulation,CDV Software Entertainment,0,0.01,0,0,0.01 +16034,Kono Aozora ni Yakusoku o: Tenohira no Rakuen,PSP,2009,Adventure,TGL,0,0,0.01,0,0.01 +16035,Shinobi Koutsutsu,PSP,2014,Adventure,Idea Factory,0,0,0.01,0,0.01 +16036,NiGHTS into dreams...,PS2,2008,Platform,Sega,0,0,0.01,0,0.01 +16037,WinBack 2: Project Poseidon,PS2,2006,Shooter,Tecmo Koei,0.01,0.01,0,0,0.01 +16038,Kaitou Rousseau,DS,2006,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16039,Utawarerumono: Futari no Hakuoro,PS3,2016,Misc,Aqua Plus,0,0,0.01,0,0.01 +16040,WRC 5: FIA World Rally Championship,XOne,2015,Sports,Bigben Interactive,0,0.01,0,0,0.01 +16041,Totally Spies! Totally Party,PS2,2008,Misc,Ubisoft,0.01,0.01,0,0,0.01 +16042,GunParade Orchestra: Ao no Shou,PS2,2006,Adventure,Sony Computer Entertainment,0,0,0.01,0,0.01 +16043,Impossible Creatures,PC,2002,Strategy,Microsoft Game Studios,0,0.01,0,0,0.01 +16044,Puyo Pop Fever,GC,2004,Puzzle,Sega,0.01,0,0,0,0.01 +16045,Wizardry XTH: Unlimited Students,PS2,2006,Role-Playing,Michaelsoft,0,0,0.01,0,0.01 +16046,Raven's Cry,PS4,2015,Role-Playing,TopWare Interactive,0,0.01,0,0,0.01 +16047,Instant Brain,X360,2011,Adventure,Cave,0,0,0.01,0,0.01 +16048,Guitar Hero III: Legends of Rock,PC,2007,Misc,Aspyr,0.01,0,0,0,0.01 +16049,Blitzkrieg 2 Anthology,PC,2008,Strategy,Ascaron Entertainment GmbH,0,0.01,0,0,0.01 +16050,Rayman Raving Rabbids,PC,2006,Misc,Ubisoft,0,0.01,0,0,0.01 +16051,God Eater Off Shot:Shiou-hen Twin Pack & Animation Vol.5,PS4,2016,Misc,Namco Bandai Games,0,0,0.01,0,0.01 +16052,Abunai: Koi no Sousa Shitsu,PSP,2012,Action,Quinrose,0,0,0.01,0,0.01 +16053,Coronation Street: The Mystery of the Missing Hotpot Recipe,PC,2011,Adventure,Avanquest,0,0.01,0,0,0.01 +16054,Battle Worlds: Kronos,PC,2016,Strategy,Nordic Games,0,0.01,0,0,0.01 +16055,SoulLink Extension,PS2,2006,Adventure,Interchannel,0,0,0.01,0,0.01 +16056,Banjo-Kazooie,X360,2008,Platform,Microsoft Game Studios,0,0.01,0,0,0.01 +16057,Samurai Shodown Anthology (JP sales),PS2,2008,Fighting,Ignition Entertainment,0,0,0.01,0,0.01 +16058,Winning Post 7 Maximum 2008,PS2,2008,Sports,Tecmo Koei,0,0,0.01,0,0.01 +16059,Sangoku Koi Senki: Otome no Heihou!,PS2,2011,Adventure,Prototype,0,0,0.01,0,0.01 +16060,PDC World Championship Darts 2008,PSP,N/A,Sports,Oxygen Interactive,0.01,0,0,0,0.01 +16061,WRC: FIA World Rally Championship,PC,N/A,Racing,Black Bean Games,0,0.01,0,0,0.01 +16062,Alfa Romeo Racing Italiano,PS2,2005,Racing,Black Bean Games,0.01,0.01,0,0,0.01 +16063,"Pachi-Slot Teiou: Golgo 13 Las Vegas (JP sales, but wrong system)",PS2,2002,Misc,Media Entertainment,0,0,0.01,0,0.01 +16064,Digger Simulator,PC,2011,Simulation,Excalibur Publishing,0,0.01,0,0,0.01 +16065,Turbo: Super Stunt Squad,X360,2013,Sports,D3Publisher,0,0.01,0,0,0.01 +16066,Super Robot Taisen XO,X360,2006,Strategy,Banpresto,0,0,0.01,0,0.01 +16067,Kaitou Joker: Toki o Koeru Kaitou to Ushinawareta Houseki,3DS,2015,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16068,Aquaman: Battle for Atlantis,XB,N/A,Action,Unknown,0.01,0,0,0,0.01 +16069,Pachitte Chonmage Tatsujin 16: Pachinko Hissatsu Shigotojin III,PS2,2010,Misc,Hackberry,0,0,0.01,0,0.01 +16070,IL-2 Sturmovik,PC,2001,Simulation,Blue Byte,0,0.01,0,0,0.01 +16071,Mortal Kombat: Tournament Edition,GBA,2003,Fighting,Midway Games,0.01,0,0,0,0.01 +16072,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,XB,2005,Adventure,Activision,0.01,0,0,0,0.01 +16073,East India Company,PC,2009,Strategy,Paradox Interactive,0.01,0,0,0,0.01 +16074,World Poker Tour,GBA,2005,Misc,Take-Two Interactive,0.01,0,0,0,0.01 +16075,Sousaku Alice to Oujisama!,3DS,2015,Simulation,Happinet,0,0,0.01,0,0.01 +16076,Empire Deluxe,PC,1992,Strategy,New World Computing,0.01,0,0,0,0.01 +16077,Umihara Kawase Jun: Second Edition Kanzenban,DS,2009,Puzzle,Genterprise,0,0,0.01,0,0.01 +16078,Infinite Stratos 2: Love and Purge,PSV,2015,Action,5pb,0,0,0.01,0,0.01 +16079,Fab 5 Soccer,DS,2008,Sports,Destineer,0.01,0,0,0,0.01 +16080,Destiny Links,DS,2009,Role-Playing,Namco Bandai Games,0,0,0.01,0,0.01 +16081,Best Of Tests,DS,2008,Puzzle,Conspiracy Entertainment,0.01,0,0,0,0.01 +16082,Egg Mania: Eggstreme Madness,XB,2002,Puzzle,Kemco,0.01,0,0,0,0.01 +16083,Virtua Tennis 3,PC,2007,Sports,Sega,0,0.01,0,0,0.01 +16084,Pro Angler Moves,PS3,2012,Sports,"Interworks Unlimited, Inc.",0.01,0,0,0,0.01 +16085,Sakura Sakura: Haru Urara,PSP,2010,Adventure,GN Software,0,0,0.01,0,0.01 +16086,Uta no * Prince-Sama: Sweet Serenade,PSP,2011,Adventure,Broccoli,0,0,0.01,0,0.01 +16087,The Legend of Heroes: Trails in the Sky Third Chapter,PS3,2013,Role-Playing,Falcom Corporation,0,0,0.01,0,0.01 +16088,Road Trip: Shifting Gears,GBA,2002,Racing,Zoo Digital Publishing,0.01,0,0,0,0.01 +16089,"Iza, Shutsujin! Koisen",PSP,2011,Adventure,Quinrose,0,0,0.01,0,0.01 +16090,Major Dream: Major Wii Nagero! Gyroball!!,Wii,2008,Sports,Takara Tomy,0,0,0.01,0,0.01 +16091,Hiiro no Kakera: Shin Tamayori Hime Denshou,PS2,2009,Adventure,Idea Factory,0,0,0.01,0,0.01 +16092,Datenshi no Amai Yuuwaku x Kaikan Phrase,DS,2010,Adventure,FuRyu,0,0,0.01,0,0.01 +16093,Honda ATV Fever,DS,2010,Racing,Storm City Games,0.01,0,0,0,0.01 +16094,Grooverider: Slot Car Thunder,XB,2003,Racing,Encore,0.01,0,0,0,0.01 +16095,Superstars V8 Racing,X360,2009,Racing,Black Bean Games,0,0.01,0,0,0.01 +16096,Grand Theft Auto III,PC,2002,Action,Take-Two Interactive,0,0.01,0,0,0.01 +16097,Bakumatsu Koihana: Shinsengumi DS,DS,2008,Adventure,D3Publisher,0,0,0.01,0,0.01 +16098,Resident Evil 5 HD,PS4,2016,Action,Capcom,0.01,0,0,0,0.01 +16099,Miyako: Awayuki no Utage,PSP,2012,Action,Idea Factory,0,0,0.01,0,0.01 +16100,Super PickUps,Wii,2009,Racing,XS Games,0.01,0,0,0,0.01 +16101,Ben 10 Omniverse 2,X360,2013,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16102,Rewrite,PSV,2014,Adventure,Prototype,0,0,0.01,0,0.01 +16103,Konami Classics Vol. 2,X360,2009,Misc,Konami Digital Entertainment,0.01,0,0,0,0.01 +16104,Aeon Flux,XB,2005,Action,THQ,0.01,0,0,0,0.01 +16105,Tobidase! Kagaku-kun Chikyuu Daitanken! Nazo no Chinkai Seibutsu ni Idome!,DS,2011,Misc,Namco Bandai Games,0,0,0.01,0,0.01 +16106,Kana: Imouto,PSP,2010,Adventure,CyberFront,0,0,0.01,0,0.01 +16107,Barbie and Her Sisters Puppy Rescue,WiiU,2015,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16108,Rock N' Roll Racing,SNES,1993,Racing,Interplay,0,0,0.01,0,0.01 +16109,Higurashi no Naku Koro ni Iki,PS3,2015,Action,Kaga Create,0,0,0.01,0,0.01 +16110,Marginal #4: Idol of Supernova,PSV,2014,Adventure,Idea Factory,0,0,0.01,0,0.01 +16111,Nodame Cantabile,PS2,2007,Misc,Banpresto,0,0,0.01,0,0.01 +16112,Paranormal Pursuit: The Gifted One,PC,2015,Action,Alawar Entertainment,0,0.01,0,0,0.01 +16113,DoDonPachi Saidaioujou,X360,2013,Shooter,Cave,0,0,0.01,0,0.01 +16114,Last Escort: Club Katze,PS2,2010,Adventure,D3Publisher,0,0,0.01,0,0.01 +16115,1/2 Summer +,PSP,2013,Adventure,Kaga Create,0,0,0.01,0,0.01 +16116,Winning Post 7 Maximum 2008,PS3,2008,Sports,Tecmo Koei,0,0,0.01,0,0.01 +16117,Psycho-Pass,XOne,2014,Adventure,5pb,0,0,0.01,0,0.01 +16118,Brain Exercise With Dr. Kawashima,PC,2009,Puzzle,Namco Bandai Games,0,0.01,0,0,0.01 +16119,Tears to Tiara: Kakan no Daichi Portable,PSP,2010,Adventure,Aqua Plus,0,0,0.01,0,0.01 +16120,Games Around the World,DS,2010,Misc,Zoo Games,0.01,0,0,0,0.01 +16121,Football Manager 2005,PC,2004,Sports,Sega,0,0.01,0,0,0.01 +16122,Hitotsu Tobashi Renai V,PSV,2015,Adventure,Kaga Create,0,0,0.01,0,0.01 +16123,Ninja Gaiden Sigma 2,PSV,2013,Action,Tecmo Koei,0,0,0.01,0,0.01 +16124,Turbo Trainz,Wii,2012,Racing,Mastertronic,0,0.01,0,0,0.01 +16125,Theatre Of War,PC,2007,Strategy,Kalypso Media,0,0.01,0,0,0.01 +16126,Nintendogs and Cats Golden Retriever and New Friends,3DS,2011,Action,Nintendo,0,0.01,0,0,0.01 +16127,Young Justice: Legacy,X360,2013,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16128,Tantei Jinguuji Saburo DS: Fuserareta Shinjitsu,DS,2009,Adventure,Arc System Works,0,0,0.01,0,0.01 +16129,Monster Rancher Advance 2,GBA,2002,Simulation,Tecmo Koei,0.01,0,0,0,0.01 +16130,Madden NFL 13,PS3,2012,Sports,Electronic Arts,0,0.01,0,0,0.01 +16131,Voodoo Chronicles: First Sign,PC,2011,Adventure,ValuSoft,0.01,0,0,0,0.01 +16132,Umineko no Naku Koro ni Portable 1,PSP,2011,Adventure,Alchemist,0,0,0.01,0,0.01 +16133,Dr. Slump & Arale-Chan,DS,2008,Adventure,Namco Bandai Games,0,0,0.01,0,0.01 +16134,Geten no Hana: Yume Akari,PSP,2014,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16135,Festa!! Hyper Girls Party,PS2,2006,Adventure,KID,0,0,0.01,0,0.01 +16136,Collar x Malice,PSV,2016,Action,Idea Factory,0,0,0.01,0,0.01 +16137,Kikiite Hajimaru: Eigo Kaiwa Training - KikiTore,DS,2008,Misc,Benesse,0,0,0.01,0,0.01 +16138,Vanark,PS,1999,Shooter,Jaleco,0.01,0.01,0,0,0.01 +16139,Dragon's Dogma Online: Season 2,PS4,2016,Action,Capcom,0,0,0.01,0,0.01 +16140,Game Book DS: Sword World 2.0,DS,2009,Role-Playing,Broccoli,0,0,0.01,0,0.01 +16141,WTA Tour Tennis,XB,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.01 +16142,Norn + Nonette: Last Era,PSV,2015,Action,Idea Factory,0,0,0.01,0,0.01 +16143,BlazBlue: Calamity Trigger,PC,2010,Fighting,PQube,0,0.01,0,0,0.01 +16144,Furious Karting,XB,2003,Racing,Atari,0.01,0,0,0,0.01 +16145,WSC REAL 09: World Snooker Championship,PS3,2009,Sports,Deep Silver,0,0.01,0,0,0.01 +16146,Harry Potter and the Chamber of Secrets,PC,2002,Action,Electronic Arts,0,0.01,0,0,0.01 +16147,Pet Shop Monogatari DS 2,DS,2010,Simulation,Taito,0,0,0.01,0,0.01 +16148,Mystery Legends: Beauty and the Beast,PC,2012,Puzzle,Focus Multimedia,0,0.01,0,0,0.01 +16149,Fuuraiki 3,PSV,2015,Action,Unknown,0,0,0.01,0,0.01 +16150,Chokkan! Asonde Relaxuma,DS,2008,Action,Rocket Company,0,0,0.01,0,0.01 +16151,Hot Wheels: Stunt Track Challenge / World Race,GBA,2006,Racing,"Destination Software, Inc",0.01,0,0,0,0.01 +16152,Minna no Conveni,DS,2010,Simulation,Taito,0,0,0.01,0,0.01 +16153,Accel World: Kasoku no Chouten,PSP,2013,Adventure,Namco Bandai Games,0,0,0.01,0,0.01 +16154,SoulCalibur Legends (JP sales),Wii,2007,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16155,Izumo 2,PS2,2006,Adventure,GN Software,0,0,0.01,0,0.01 +16156,Entaku no Seito: Students of Round,X360,2011,Role-Playing,ChunSoft,0,0,0.01,0,0.01 +16157,Bratz: Forever Diamondz,PS2,2006,Adventure,THQ,0.01,0.01,0,0,0.01 +16158,Isshoni Gohan. Portable,PSP,2013,Adventure,Boost On,0,0,0.01,0,0.01 +16159,PC Engine Best Collention: Ginga Ojousama Densetsu Collection,PSP,2008,Adventure,Hudson Soft,0,0,0.01,0,0.01 +16160,King of Fighters 2002: Unlimited Match Tougeki Ver.,PS2,2010,Fighting,SNK Playmore,0,0,0.01,0,0.01 +16161,Monkey Madness: Island Escape,DS,2010,Action,Storm City Games,0.01,0,0,0,0.01 +16162,Malice,XB,2004,Platform,Evolved Games,0.01,0,0,0,0.01 +16163,Raven Squad: Operation Hidden Dagger,PC,2009,Shooter,Evolved Games,0.01,0,0,0,0.01 +16164,htoL#NiQ: The Firefly Diary,PSV,2014,Platform,Nippon Ichi Software,0,0,0.01,0,0.01 +16165,Tiger Woods PGA Tour 2005,PC,2004,Sports,Electronic Arts,0,0.01,0,0,0.01 +16166,Deus Ex,PC,2000,Role-Playing,Eidos Interactive,0,0.01,0,0,0.01 +16167,Rosario to Vampire: Tanabata no Miss Youkai Gakuen,DS,2008,Adventure,Capcom,0,0,0.01,0,0.01 +16168,Ouka Sengoku Portable,PSP,2012,Adventure,Alchemist,0,0,0.01,0,0.01 +16169,Smiley World: Island Challenge,DS,2009,Puzzle,Zoo Digital Publishing,0.01,0,0,0,0.01 +16170,Order Up!!,3DS,2011,Action,Funbox Media,0,0.01,0,0,0.01 +16171,Wallace & Gromit: Curse of the Were-Rabbit,XB,2005,Adventure,Konami Digital Entertainment,0.01,0,0,0,0.01 +16172,Hanayamata: Yosakoi Live,PSV,2014,Adventure,Namco Bandai Games,0,0,0.01,0,0.01 +16173,Shepherd's Crossing,PSP,2009,Simulation,Success,0,0,0.01,0,0.01 +16174,Dark Parables: The Exiled Prince,PC,2011,Puzzle,Unknown,0,0.01,0,0,0.01 +16175,Military History: Commander - Europe at War,DS,2009,Strategy,Slitherine Software,0,0.01,0,0,0.01 +16176,Tactics Layer: Ritina Guard Senki,DS,2009,Strategy,D3Publisher,0,0,0.01,0,0.01 +16177,We Sing 80s,Wii,2012,Misc,Nordic Games,0,0.01,0,0,0.01 +16178,Republique,PS4,2016,Action,Nippon Ichi Software,0,0.01,0.01,0,0.01 +16179,San-X Character Channel: All-Star Daishuugou!,DS,2008,Action,MTO,0,0,0.01,0,0.01 +16180,Rail Simulator,PC,2007,Simulation,Electronic Arts,0,0.01,0,0,0.01 +16181,Putty Squad,PS3,2013,Platform,System 3,0,0.01,0,0,0.01 +16182,Sega Golf Club: Miyazato San Kyoudai Naizou,PS3,2006,Sports,Sega,0,0,0.01,0,0.01 +16183,Rozen Maiden: Gebetgarten,PS2,2007,Fighting,Taito,0,0,0.01,0,0.01 +16184,Resistance Dual Pack,PS3,2011,Shooter,Sony Computer Entertainment,0,0.01,0,0,0.01 +16185,Princess Arthur,PSP,2013,Misc,Idea Factory,0,0,0.01,0,0.01 +16186,Sakura-Sou no Pet na Kanojo,PSP,2013,Adventure,Kadokawa Games,0,0,0.01,0,0.01 +16187,Fatal Fury: Battle Archives Volume 2 (JP sales),PS2,2007,Fighting,SNK Playmore,0,0,0.01,0,0.01 +16188,Tantei Jinguuji Saburo: Hai to Diamond,PSP,2009,Adventure,Arc System Works,0,0,0.01,0,0.01 +16189,BattleForge,PC,2009,Strategy,Electronic Arts,0,0.01,0,0,0.01 +16190,Jewel Quest II,PC,2007,Puzzle,Avanquest,0,0.01,0,0,0.01 +16191,Toro to Morimori,PS3,2009,Misc,Sony Computer Entertainment,0,0,0.01,0,0.01 +16192,Sonic & All-Stars Racing Transformed,PC,2013,Racing,Sega,0,0.01,0,0,0.01 +16193,Satisfashion,Wii,2010,Misc,Destineer,0.01,0,0,0,0.01 +16194,Homeworld Remastered Collection,PC,N/A,Strategy,N/A,0,0.01,0,0,0.01 +16195,Metal Slug Anthology,PS2,2007,Shooter,Ignition Entertainment,0,0,0.01,0,0.01 +16196,K-1 Grand Prix,PS,1999,Fighting,Jaleco,0.01,0.01,0,0,0.01 +16197,Shorts,DS,N/A,Platform,Unknown,0.01,0,0,0,0.01 +16198,Legoland,PC,1999,Action,LEGO Media,0,0.01,0,0,0.01 +16199,Rave Master: Special Attack Force!,GBA,2002,Fighting,Konami Digital Entertainment,0.01,0,0,0,0.01 +16200,Simple 2000 Series Vol. 120: The Saigo no Nippon Tsuwamono,PS2,2007,Strategy,D3Publisher,0,0,0.01,0,0.01 +16201,AKB1/48: Idol to Guam de Koishitara...,X360,N/A,Misc,N/A,0,0,0.01,0,0.01 +16202,Casper,GBA,2002,Adventure,Microids,0.01,0,0,0,0.01 +16203,Hyakka Yakou,PSV,2015,Action,Unknown,0,0,0.01,0,0.01 +16204,Adventure Time: The Secret of the Nameless,X360,2014,Adventure,Little Orbit,0.01,0,0,0,0.01 +16205,Hakuoki: Reimeiroku DS,DS,2012,Action,Idea Factory,0,0,0.01,0,0.01 +16206,Shin Hayarigami 2,PSV,2016,Adventure,Nippon Ichi Software,0,0,0.01,0,0.01 +16207,Ro-Kyu-Bu! Secret Photo Op,PSV,2014,Adventure,Kadokawa Games,0,0,0.01,0,0.01 +16208,Caladrius,X360,2013,Shooter,Moss,0,0,0.01,0,0.01 +16209,Who Wants to be a Millionaire: 2nd Edition,DS,2008,Misc,Ubisoft,0,0.01,0,0,0.01 +16210,Duel Love: Koisuru Otome wa Shouri no Megami,DS,2008,Adventure,Namco Bandai Games,0,0,0.01,0,0.01 +16211,Super Robot Monkey Team: Game Boy Advance Video Volume 1,GBA,2005,Misc,N/A,0.01,0,0,0,0.01 +16212,Freekstyle,GBA,2003,Racing,Zoo Digital Publishing,0.01,0,0,0,0.01 +16213,Groovin' Blocks,Wii,2009,Puzzle,Zoo Games,0.01,0,0,0,0.01 +16214,Tomoyo After: It's a Wonderful Life CS Edition,PS2,2007,Adventure,Prototype,0,0,0.01,0,0.01 +16215,Gardening Guide: How to get Green Fingers,DS,2009,Misc,Mindscape,0,0.01,0,0,0.01 +16216,Aa Megami-samaa,PS2,2007,Adventure,Marvelous Interactive,0,0,0.01,0,0.01 +16217,Bunmei Kaika: Aoiza Ibunroku Saien,PSP,2012,Action,FuRyu,0,0,0.01,0,0.01 +16218,Tsukigime Ranko's Longest Day,PS3,2014,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16219,Bakumatsu Rock,PSP,2014,Action,Marvelous Entertainment,0,0,0.01,0,0.01 +16220,Far East of Eden II: Manji Maru,DS,2006,Role-Playing,Hudson Soft,0,0,0.01,0,0.01 +16221,Family Jockey,Wii,2008,Sports,Namco Bandai Games,0,0,0.01,0,0.01 +16222,Thunder Alley,GBA,2004,Racing,XS Games,0.01,0,0,0,0.01 +16223,Dynasty Warriors: Eiketsuden,PS4,2016,Action,Tecmo Koei,0,0,0.01,0,0.01 +16224,Spider-Man: Friend or Foe,PC,2007,Action,Activision,0.01,0,0,0,0.01 +16225,Carmageddon: Max Damage,XOne,2016,Action,Stainless Games,0.01,0.01,0,0,0.01 +16226,Nyaruko-San: Nafushigatai Game no You na Mono,PSV,2013,Adventure,5pb,0,0,0.01,0,0.01 +16227,New Interpretation Stranger of Sword City,PSV,2016,Role-Playing,Experience Inc.,0,0,0.01,0,0.01 +16228,Soshite Kono Uchuu ni Kirameku Kimi no Shi XXX,PS2,2007,Adventure,Datam Polystar,0,0,0.01,0,0.01 +16229,Victory Spike,PS,1996,Sports,Imagineer,0,0,0.01,0,0.01 +16230,Sengoku Basara 2 Heroes,Wii,2007,Action,Capcom,0,0,0.01,0,0.01 +16231,Double Sequence: The Q-Virus Invasion,DS,2008,Puzzle,Zoo Digital Publishing,0.01,0,0,0,0.01 +16232,Brothers in Arms: Furious 4,X360,N/A,Shooter,N/A,0.01,0,0,0,0.01 +16233,Hi Hi Puffy AmiYumi: The Genie & the Amp,DS,2006,Action,D3Publisher,0.01,0,0,0,0.01 +16234,Densetsu no Yuusha no Densetsu: Legendary Saga,PSP,2010,Role-Playing,Kadokawa Shoten,0,0,0.01,0,0.01 +16235,Zero no Tsukaima: Maigo no Period to Ikusen no Symphony,PS2,2008,Adventure,Marvelous Interactive,0,0,0.01,0,0.01 +16236,Marvel: Ultimate Alliance,PC,2006,Role-Playing,Activision,0.01,0,0,0,0.01 +16237,Broken Sword 5: The Serpent's Curse,XOne,2015,Adventure,Revolution Software,0,0.01,0,0,0.01 +16238,Shitsuji ga Aruji o Erabu Toki,PSV,2016,Adventure,Unknown,0,0,0.01,0,0.01 +16239,Batman: A Telltale Game Series,PS3,2016,Adventure,Telltale Games,0,0.01,0,0,0.01 +16240,Hiiro no Kakera: Shin Tamayori Hime Denshou Portable,PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16241,Kao the Kangaroo,GBA,2001,Platform,Titus,0.01,0,0,0,0.01 +16242,Builder's Block,PS,1999,Strategy,EON Digital Entertainment,0.01,0,0,0,0.01 +16243,Seisou no Amazones,3DS,2013,Role-Playing,Arc System Works,0,0,0.01,0,0.01 +16244,Phantasy Star Online 2 Episode 4: Deluxe Package,PSV,2017,Role-Playing,Sega,0,0,0.01,0,0.01 +16245,F.E.A.R. Perseus Mandate,PC,2007,Shooter,Vivendi Games,0.01,0,0,0,0.01 +16246,Mahjong Taikai IV,PS3,2006,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16247,Valentino Rossi: The Game,PC,2016,Racing,Namco Bandai Games,0,0.01,0,0,0.01 +16248,FlatOut: Ultimate Carnage,PC,2008,Racing,Empire Interactive,0,0.01,0,0,0.01 +16249,Agarest Senki: Re-appearance,PS3,N/A,Role-Playing,Idea Factory,0,0,0.01,0,0.01 +16250,Ultraman Fighting Evolution 0,PSP,2006,Fighting,Banpresto,0,0,0.01,0,0.01 +16251,Gokuhou!! Mecha Mote Iinchou: Girls Motekawa Box,DS,2009,Simulation,Konami Digital Entertainment,0,0,0.01,0,0.01 +16252,Aquaman: Battle for Atlantis,GC,2003,Action,TDK Mediactive,0.01,0,0,0,0.01 +16253,Strider (2014),PS3,2014,Platform,Capcom,0,0,0.01,0,0.01 +16254,Jinsei Game Q DS: Shouwa no Dekigoto,DS,2007,Misc,Takara Tomy,0,0,0.01,0,0.01 +16255,The Book of Unwritten Tales 2,WiiU,2016,Adventure,Nordic Games,0,0.01,0,0,0.01 +16256,Doraemon Wii: Himitsu Douguou Ketteisen!,Wii,2007,Misc,Sega,0,0,0.01,0,0.01 +16257,Goku Makaimura Kai,PSP,2007,Platform,Capcom,0,0,0.01,0,0.01 +16258,No Fate! Only the Power of Will,X360,2010,Adventure,Alchemist,0,0,0.01,0,0.01 +16259,Conflict: Denied Ops,PC,2008,Shooter,Eidos Interactive,0,0.01,0,0,0.01 +16260,Makai Senki Disgaea 3 Append Disc: Raspberyl-hen Hajime Mashita,PS3,2009,Role-Playing,Nippon Ichi Software,0,0,0.01,0,0.01 +16261,Championship Manager 2010,PC,2009,Sports,Eidos Interactive,0,0.01,0,0,0.01 +16262,Simple DS Series Vol. 41: The Bakudan Shori-Han,DS,2008,Action,D3Publisher,0,0,0.01,0,0.01 +16263,Paragon,PS4,2016,Action,Epic Games,0.01,0,0,0,0.01 +16264,Naxat Soft Reachmania Vol. 1: CR Galaxy Angel,PS2,2008,Misc,Naxat Soft,0,0,0.01,0,0.01 +16265,"Hanayaka Kana, Ware ga Ichizoku",PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16266,Mamoru-kun wa Norowarete Shimatta!,X360,2009,Shooter,G.Rev,0,0,0.01,0,0.01 +16267,Sengoku Hime 2 Arashi: Hyakubana Senran Tatsukaze no Gotoku,PSP,2010,Strategy,System Soft,0,0,0.01,0,0.01 +16268,Myself; Yourself,PS2,2007,Adventure,Yeti,0,0,0.01,0,0.01 +16269,Kurogane Kaikitan,PSV,2015,Adventure,Minato Station,0,0,0.01,0,0.01 +16270,Starry ? Sky: After Autumn,PSP,2011,Misc,Aqua Plus,0,0,0.01,0,0.01 +16271,Dokuro,PSV,2012,Action,GungHo,0,0,0.01,0,0.01 +16272,Slide Adventure: Mag Kid,DS,2007,Action,Nintendo,0,0,0.01,0,0.01 +16273,Smuggler's Run,GBA,2002,Racing,Rebellion,0.01,0,0,0,0.01 +16274,The Humans: Meet the Ancestors!,DS,2009,Puzzle,Deep Silver,0.01,0,0,0,0.01 +16275,Chaos;Head Noah,PSV,2014,Adventure,5pb,0,0,0.01,0,0.01 +16276,Battlestations: Midway,PC,2007,Strategy,Eidos Interactive,0,0.01,0,0,0.01 +16277,Farming Simulator 15 Expansion Pack,PC,2015,Action,Focus Home Interactive,0,0.01,0,0,0.01 +16278,Jan Sangoku Musou,PS2,2006,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16279,Assetto Corsa,XOne,2016,Racing,505 Games,0,0.01,0,0,0.01 +16280,Kono Aozora ni Yakusoku o: Melody of the Sun and Sea,PS2,2007,Adventure,Alchemist,0,0,0.01,0,0.01 +16281,Monster Bomber,DS,2006,Puzzle,505 Games,0.01,0,0,0,0.01 +16282,Rakushou! Pachi-Slot Sengen 6: Rio 2 Cruising Vanadis,PS2,2009,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16283,Fatal Fury: Battle Archives Volume 1 (JP sales),PS2,2006,Fighting,Ignition Entertainment,0,0,0.01,0,0.01 +16284,CT Special Forces 2: Back in the Trenches,GBA,2003,Shooter,LSP Games,0.01,0,0,0,0.01 +16285,Kamaitachi no Yoru 2: Tokubetsu Hen,PSP,2006,Adventure,ChunSoft,0,0,0.01,0,0.01 +16286,The Chronicles of Riddick: Assault on Dark Athena,PC,2009,Shooter,Vivendi Games,0,0.01,0,0,0.01 +16287,The Ultimate Battle of the Sexes,Wii,2010,Misc,DTP Entertainment,0.01,0.01,0,0,0.01 +16288,Root Double: Before Crime After Days,X360,2012,Action,Yeti,0,0,0.01,0,0.01 +16289,War for the Overworld,PC,2015,Strategy,Unknown,0,0.01,0,0,0.01 +16290,TimeShift,PC,2007,Shooter,Vivendi Games,0.01,0,0,0,0.01 +16291,ef - a fairy tale of the two.,PS2,2010,Adventure,Comfort,0,0,0.01,0,0.01 +16292,The Train Giant,PC,2012,Strategy,Ascaron Entertainment,0,0.01,0,0,0.01 +16293,Sangoku Koi Senki: Omoide Gaeshi - CS Edition,PSV,2016,Adventure,Prototype,0,0,0.01,0,0.01 +16294,FairlyLife: MiracleDays,PSP,2010,Adventure,Piacci,0,0,0.01,0,0.01 +16295,Surf's Up,GC,2007,Sports,Ubisoft,0.01,0,0,0,0.01 +16296,Jambo! Safari Animal Rescue,DS,2009,Simulation,Sega,0.01,0,0,0,0.01 +16297,Death Connection Portable,PSP,2011,Adventure,Idea Factory,0,0,0.01,0,0.01 +16298,Rainbow Islands: Revolution,PSP,2005,Action,Rising Star Games,0.01,0,0,0,0.01 +16299,Legend of Kay Anniversary,WiiU,2015,Action,Nordic Games,0,0.01,0,0,0.01 +16300,Rakushou! Pachi-Slot Sengen 4,PS2,2006,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16301,Nitroplus Blasterz: Heroines Infinite Duel,PS3,2015,Fighting,Nitroplus,0,0,0.01,0,0.01 +16302,Moe Moe 2-Ji Daisenryaku 2,PSP,2010,Strategy,System Soft,0,0,0.01,0,0.01 +16303,Tsuyo Kiss 3 Portable,PSP,2012,Action,NetRevo,0,0,0.01,0,0.01 +16304,Fireman Sam: Action Stations,DS,2013,Action,Avanquest Software,0,0.01,0,0,0.01 +16305,Tetris Ultimate,PSV,2014,Puzzle,Ubisoft,0,0.01,0,0,0.01 +16306,Durarara!! Relay,PSV,2015,Action,Kadokawa Games,0,0,0.01,0,0.01 +16307,Moto Racer Advance,GBA,2002,Racing,Ubisoft,0.01,0,0,0,0.01 +16308,Duel Masters: Shadow of the Code,GBA,2004,Misc,Atari,0.01,0,0,0,0.01 +16309,Full Auto 2: Battlelines,PSP,2007,Racing,Sega,0,0.01,0,0,0.01 +16310,Freaky Flyers,GC,N/A,Racing,Unknown,0.01,0,0,0,0.01 +16311,Army Men: Air Combat - The Elite Missions,GC,2003,Shooter,3DO,0.01,0,0,0,0.01 +16312,Rally Championship,GC,2003,Racing,SCi,0.01,0,0,0,0.01 +16313,Happy Dance Collection,Wii,2008,Misc,Namco Bandai Games,0,0,0.01,0,0.01 +16314,Space Hulk,PSV,2015,Strategy,Funbox Media,0,0.01,0,0,0.01 +16315,Fuun Shinsengumi Bakumatsuden Portable,PSP,2009,Action,From Software,0.01,0,0,0,0.01 +16316,Musou Tourou,PSP,2009,Strategy,Nippon Ichi Software,0,0,0.01,0,0.01 +16317,Really? Really! DS,DS,2009,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16318,Gakuen Hetalia,DS,2012,Adventure,Idea Factory,0,0,0.01,0,0.01 +16319,Daiya no Kuni no Alice: Wonderful Mirror World,PSP,2013,Adventure,Quinrose,0,0,0.01,0,0.01 +16320,Touch Detective 3: Does Funghi Dream of Bananas?,3DS,2014,Adventure,Success,0,0,0.01,0,0.01 +16321,Dungeon Explorer: Warriors of Ancient Arts,PSP,2007,Role-Playing,Rising Star Games,0.01,0,0,0,0.01 +16322,Period Cube: Torikago no Amadeus,PSV,2016,Action,Idea Factory,0,0,0.01,0,0.01 +16323,Tringo,GBA,2006,Puzzle,Liquid Games,0.01,0,0,0,0.01 +16324,Jam Sessions: Sing and Play Guitar (jp sales),DS,2007,Misc,Ubisoft,0,0,0.01,0,0.01 +16325,Binary Star,PSV,2014,Adventure,Idea Factory,0,0,0.01,0,0.01 +16326,MXGP 2,PC,2016,Racing,Milestone S.r.l.,0,0.01,0,0,0.01 +16327,Professional Farmer 2016,PSV,2015,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16328,RalliSport Challenge(JP sales),XB,2002,Racing,Microsoft Game Studios,0,0,0.01,0,0.01 +16329,Dragon Quest X: All in One Package,WiiU,2015,Role-Playing,Square Enix,0,0,0.01,0,0.01 +16330,Inversion,PC,N/A,Shooter,Namco Bandai Games,0.01,0,0,0,0.01 +16331,Wedding Planner: Dream Weddings Guaranteed,DS,2010,Simulation,DTP Entertainment,0,0.01,0,0,0.01 +16332,Element Hunter,DS,2009,Role-Playing,Namco Bandai Games,0,0,0.01,0,0.01 +16333,Ultraman Fighting Evolution 3,PS2,2004,Fighting,Banpresto,0,0,0.01,0,0.01 +16334,Rondo of Swords (jp sales),DS,2007,Role-Playing,Success,0,0,0.01,0,0.01 +16335,The Eye of Judgment: Legends,PSP,2010,Strategy,Sony Computer Entertainment,0,0,0.01,0,0.01 +16336,Chaos;Child,PS4,2015,Adventure,5pb,0,0,0.01,0,0.01 +16337,Greg Hastings' Tournament Paintball Max'd,PS2,2006,Shooter,Activision,0.01,0,0,0,0.01 +16338,Whac-A-Mole,GBA,2005,Puzzle,Zoo Digital Publishing,0.01,0,0,0,0.01 +16339,Nakayoshi All-Stars: Mezase Gakuen Idol,DS,2008,Misc,Creative Core,0,0,0.01,0,0.01 +16340,Shinseiki Evangelion: Koutetsu no Girlfriend Tokubetsu-Hen Portable,PSP,2009,Adventure,CyberFront,0,0,0.01,0,0.01 +16341,Fullmetal Alchemist: Prince of the Dawn,Wii,2009,Adventure,Square Enix,0,0,0.01,0,0.01 +16342,Command & Conquer Renegade,PC,2002,Shooter,Electronic Arts,0,0.01,0,0,0.01 +16343,Grooverider: Slot Car Thunder,GC,2003,Racing,Encore,0.01,0,0,0,0.01 +16344,H2O+: Footprints in the Sand,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16345,Fashionable Puppy: Oshare na Koinu DS,DS,2007,Simulation,MTO,0,0,0.01,0,0.01 +16346,Sekirei: Mirai Kara no Okurimono,PS2,2009,Adventure,Alchemist,0,0,0.01,0,0.01 +16347,Cities: Skylines Snowfall,PC,2016,Simulation,Paradox Development,0,0.01,0,0,0.01 +16348,Ultimate Board Game Collection,PS2,2006,Misc,Xplosiv,0.01,0,0,0,0.01 +16349,Dinotopia: The Sunstone Odyssey,XB,2003,Action,TDK Mediactive,0.01,0,0,0,0.01 +16350,Idol Janshi Suchie-Pai IV,PS2,2007,Misc,Jaleco,0,0,0.01,0,0.01 +16351,Dungeons & Dragons: Neverwinter Nights - Complete,PC,2011,Misc,Atari,0.01,0,0,0,0.01 +16352,Natsuzora no Monologue,PSP,2013,Adventure,Otomate,0,0,0.01,0,0.01 +16353,Kenka Banchou Portable,PSP,2009,Action,Spike,0,0,0.01,0,0.01 +16354,World Snooker Challenge 2005,PSP,2005,Sports,Sega,0,0.01,0,0,0.01 +16355,Juiced 2: Hot Import Nights,PC,2007,Racing,THQ,0,0.01,0,0,0.01 +16356,G1 Jockey 4 2008,PS3,2008,Sports,Tecmo Koei,0,0.01,0,0,0.01 +16357,Monster Jam,PC,2007,Racing,Activision,0.01,0,0,0,0.01 +16358,Icewind Dale II,PC,2002,Role-Playing,Interplay,0,0.01,0,0,0.01 +16359,The Amazing Spider-Man (DS & Mobile Versions),PSP,2009,Action,Eidos Interactive,0,0.01,0,0,0.01 +16360,Mario vs. Donkey Kong: Tipping Stars,WiiU,2015,Puzzle,Nintendo,0,0,0.01,0,0.01 +16361,Ishin Renka: Ryouma Gaiden,PSP,2010,Adventure,D3Publisher,0,0,0.01,0,0.01 +16362,NHL 2K7,XB,2006,Sports,Take-Two Interactive,0.01,0,0,0,0.01 +16363,Shirahana no Ori: Hiiro no Kakera 4 - Shiki no Uta,PSP,2013,Adventure,Idea Factory,0,0,0.01,0,0.01 +16364,Act of Aggression,PC,2015,Strategy,Focus Home Interactive,0,0.01,0,0,0.01 +16365,Powerdrome,XB,2004,Racing,Evolved Games,0.01,0,0,0,0.01 +16366,Fallout Anthology,PC,2015,Action,Bethesda Softworks,0,0.01,0,0,0.01 +16367,Tropico 3: Gold Edition,PC,2010,Strategy,Kalypso Media,0,0.01,0,0,0.01 +16368,Survivor,Wii,2010,Adventure,Valcon Games,0.01,0,0,0,0.01 +16369,Hakuouki: Shinsengumi Kitan,PS3,N/A,Adventure,Unknown,0.01,0,0,0,0.01 +16370,Dance with Devils,PSV,2016,Action,N/A,0,0,0.01,0,0.01 +16371,Wand of Fortune,PS2,2009,Adventure,Idea Factory,0,0,0.01,0,0.01 +16372,Arabians Lost: The Engagement on Desert,PSP,2012,Adventure,Quinrose,0,0,0.01,0,0.01 +16373,Gobliiins 4,PC,2009,Adventure,Kalypso Media,0,0.01,0,0,0.01 +16374,S.Y.K: Shinsetsu Saiyuuki Portable,PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16375,"Crouching Tiger, Hidden Dragon",XB,2003,Action,Ubisoft,0.01,0,0,0,0.01 +16376,Meru Purana,PS,1996,Strategy,Gust,0,0,0.01,0,0.01 +16377,Cross Edge Dash,X360,2009,Role-Playing,Compile Heart,0,0,0.01,0,0.01 +16378,Colin McRae Rally 04,PC,2004,Racing,Codemasters,0,0.01,0,0,0.01 +16379,Super Bubble Pop,XB,2002,Puzzle,Jaleco,0.01,0,0,0,0.01 +16380,Fullmetal Alchemist: Trading Card Game,DS,2007,Misc,Destineer,0.01,0,0,0,0.01 +16381,Luxor: Pharaoh's Challenge,DS,2007,Puzzle,Funsta,0,0.01,0,0,0.01 +16382,Grand Prix Legends,PC,1997,Racing,Vivendi Games,0,0.01,0,0,0.01 +16383,Fate/kaleid liner Prisma Illya,3DS,2014,Action,Kadokawa Games,0,0,0.01,0,0.01 +16384,Hoshigami: Ruining Blue Earth Remix,DS,2007,Role-Playing,505 Games,0,0,0.01,0,0.01 +16385,Akatsuki no Amaneka to Aoi Kyojin,PSP,2010,Strategy,CyberFront,0,0,0.01,0,0.01 +16386,Pilot Academy,PSP,2006,Simulation,Rising Star Games,0,0.01,0,0,0.01 +16387,Poker for Dummies,PC,2008,Misc,Electronic Arts,0,0.01,0,0,0.01 +16388,John Daly's ProStroke Golf,X360,2010,Sports,O-Games,0.01,0,0,0,0.01 +16389,TrackMania Turbo,PC,2016,Action,Ubisoft,0,0.01,0,0,0.01 +16390,Darkened Skye,GC,2002,Adventure,TDK Mediactive,0.01,0,0,0,0.01 +16391,Sakura-Sou no Pet na Kanojo,PSV,2013,Adventure,Kadokawa Games,0,0,0.01,0,0.01 +16392,WSC REAL 09: World Snooker Championship,X360,2009,Sports,Deep Silver,0,0.01,0,0,0.01 +16393,World Snooker Championship 2007,X360,2007,Sports,Sega,0,0.01,0,0,0.01 +16394,Handball 16,X360,2015,Sports,Bigben Interactive,0,0.01,0,0,0.01 +16395,Wand of Fortune: Mirai e no Prologue,PS2,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16396,Alone in the Dark,PC,2008,Adventure,Atari,0,0.01,0,0,0.01 +16397,Nova Usagi no Game de Ryuugaku!? DS,DS,2007,Misc,Konami Digital Entertainment,0,0,0.01,0,0.01 +16398,LMA Manager 2007,X360,2006,Sports,Codemasters,0,0.01,0,0,0.01 +16399,San-X: Chara Sagashi Land,DS,2007,Action,MTO,0,0,0.01,0,0.01 +16400,Heart no Kuni no Alice,PSP,2009,Adventure,Prototype,0,0,0.01,0,0.01 +16401,Petz: Hamsterz Life 2,GBA,2007,Misc,Ubisoft,0.01,0,0,0,0.01 +16402,The Technomancer,PC,2016,Role-Playing,Focus Home Interactive,0,0.01,0,0,0.01 +16403,Pro Evolution Soccer 2010,PC,2009,Sports,Konami Digital Entertainment,0,0.01,0,0,0.01 +16404,Memories Off,PSP,2008,Adventure,5pb,0,0,0.01,0,0.01 +16405,Tenchu San Portable,PSP,2009,Action,From Software,0,0,0.01,0,0.01 +16406,Ratchet & Clank: Full Frontal Assault,PSV,2012,Adventure,Sony Computer Entertainment,0.01,0,0,0,0.01 +16407,Vitamin X,PS2,2007,Adventure,D3Publisher,0,0,0.01,0,0.01 +16408,The Wild West,DS,2007,Action,Majesco Entertainment,0.01,0,0,0,0.01 +16409,The Amazing Spider-Man 2 (2014),PC,2014,Action,Activision,0,0.01,0,0,0.01 +16410,Saint Seiya Omega: Ultimate Cosmo,PSP,2012,Fighting,Namco Bandai Games,0,0,0.01,0,0.01 +16411,Sega Rally Revo,PC,2007,Racing,Sega,0,0.01,0,0,0.01 +16412,"Element Girl: Love, Fashion and Friends",DS,2008,Adventure,DTP Entertainment,0,0.01,0,0,0.01 +16413,"Sakigake!! Otokojuku - Nihon yo, Kore ga Otoko Dearu!",PS3,2014,Fighting,Namco Bandai Games,0,0,0.01,0,0.01 +16414,Teenage Mutant Ninja Turtles (3DS),3DS,2013,Action,Activision,0.01,0,0,0,0.01 +16415,Time Leap,X360,2009,Adventure,Prototype,0,0,0.01,0,0.01 +16416,The Godfather (JP sales),X360,2006,Action,Electronic Arts,0,0,0.01,0,0.01 +16417,thinkSMART: Chess for Kids,DS,2011,Misc,Mentor Interactive,0.01,0,0,0,0.01 +16418,World Heroes Anthology,PS2,2007,Fighting,Ignition Entertainment,0,0,0.01,0,0.01 +16419,Chaos;Child,PS3,2015,Adventure,5pb,0,0,0.01,0,0.01 +16420,th!nk Logic Trainer,Wii,2009,Puzzle,Conspiracy Entertainment,0.01,0,0,0,0.01 +16421,"Tennis no Oji-Sama: Doubles no Oji-Sama - Boys, Be Glorious!",DS,2009,Sports,Konami Digital Entertainment,0,0,0.01,0,0.01 +16422,Routes PE,PS2,2007,Adventure,Aqua Plus,0,0,0.01,0,0.01 +16423,Winning Eleven: Pro Evolution Soccer 2007,PC,2006,Sports,Konami Digital Entertainment,0,0.01,0,0,0.01 +16424,Uchida Yasuou Mystery: Meitantei Senken Mitsuhiko Series: Fukutoshin Renzoku Satsujin Jiken,DS,2009,Adventure,D3Publisher,0,0,0.01,0,0.01 +16425,Railfan,PS3,2006,Simulation,Ongakukan,0,0,0.01,0,0.01 +16426,SoniPro,3DS,2014,Adventure,imageepoch Inc.,0,0,0.01,0,0.01 +16427,Real Crimes: The Unicorn Killer,DS,2011,Puzzle,Unknown,0,0.01,0,0,0.01 +16428,Akatsuki no Goei Trinity,PSP,2012,Adventure,5pb,0,0,0.01,0,0.01 +16429,ESPN NBA 2Night 2002,XB,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.01 +16430,Virtua Quest,GC,N/A,Role-Playing,Unknown,0.01,0,0,0,0.01 +16431,Aladdin Magic Racer,Wii,2011,Racing,Big Ben Interactive,0.01,0,0,0,0.01 +16432,Goat Simulator,XOne,2016,Simulation,Koch Media,0,0.01,0,0,0.01 +16433,Golden Time: Vivid Memories,PSV,2014,Adventure,ASCII Media Works,0,0,0.01,0,0.01 +16434,Kamigami no Asobi InFinite,PSV,2016,Adventure,Broccoli,0,0,0.01,0,0.01 +16435,Shinseiki Evangelion: Koutetsu no Girlfriend 2nd Portable,PSP,2009,Adventure,CyberFront,0,0,0.01,0,0.01 +16436,Clive Barker's Jericho,PC,2007,Shooter,Codemasters,0,0.01,0,0,0.01 +16437,Tenjin Ranman: Happy GO Lucky!!,PSP,2010,Adventure,Russel,0,0,0.01,0,0.01 +16438,Getsuei Gakuen: kou,PSV,2013,Adventure,Arc System Works,0,0,0.01,0,0.01 +16439,Worms 2,PC,1997,Strategy,Microprose,0,0.01,0,0,0.01 +16440,The Cages: Pro Style Batting Practice,Wii,2010,Sports,Konami Digital Entertainment,0.01,0,0,0,0.01 +16441,Brothers Conflict: Precious Baby,PSV,2017,Action,Idea Factory,0,0,0.01,0,0.01 +16442,Shin Sangoku Musou 4 Special,X360,2005,Action,Tecmo Koei,0,0,0.01,0,0.01 +16443,Bullet Soul: Tama Tamashii,X360,2011,Shooter,5pb,0,0,0.01,0,0.01 +16444,G1 Jockey 4 2007,PS2,2007,Sports,Tecmo Koei,0,0,0.01,0,0.01 +16445,Colin McRae Rally 2005 plus,PSP,2005,Racing,Codemasters,0,0,0.01,0,0.01 +16446,Heart no Kuni no Alice: Wonderful Twin World,PSP,2014,Adventure,Quinrose,0,0,0.01,0,0.01 +16447,Madagascar: Escape 2 Africa,PC,2008,Action,Activision,0.01,0,0,0,0.01 +16448,Wade Hixton's Counter Punch,GBA,2004,Sports,"Destination Software, Inc",0.01,0,0,0,0.01 +16449,Junjou Romanchika: Koi no Doki Doki Daisakusen,PS2,2008,Adventure,Marvelous Interactive,0,0,0.01,0,0.01 +16450,Legacy of Kain: Defiance,PC,2003,Action,Eidos Interactive,0,0.01,0,0,0.01 +16451,Assassin's Creed Chronicles,XOne,2016,Action,Ubisoft,0,0.01,0,0,0.01 +16452,King's Bounty: Armored Princess,PC,2009,Role-Playing,1C Company,0,0.01,0,0,0.01 +16453,Hyperdimension Neptunia mk2,PS3,2011,Action,Nippon Ichi Software,0,0.01,0,0,0.01 +16454,Shin Koihime Musou: Otome Taisen * Sangokushi Engi,PS3,2014,Adventure,Views,0,0,0.01,0,0.01 +16455,Rugby League Live 3,XOne,2015,Action,Tru Blu Entertainment,0,0.01,0,0,0.01 +16456,Winx Club: Saving Alfea,3DS,2014,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16457,Heart no Kuni no Alice,PS2,2008,Adventure,Prototype,0,0,0.01,0,0.01 +16458,Shijyou Saikyou no Deshi Kenichi: Gekitou! Ragnarok Hachikengou,PS2,2007,Fighting,Capcom,0,0,0.01,0,0.01 +16459,Art Academy: Home Studio,WiiU,2015,Misc,Nintendo,0,0,0.01,0,0.01 +16460,Juggler DS,DS,2008,Misc,Commseed,0,0,0.01,0,0.01 +16461,Katekyoo Hitman Reborn! Kindan no Yami no Delta,Wii,2008,Action,Marvelous Interactive,0,0,0.01,0,0.01 +16462,Rugby World Cup 2015,PC,2015,Sports,Ubisoft,0,0.01,0,0,0.01 +16463,"Horse Life 4: My Horse, My Friend, My Champion",3DS,2015,Action,Unknown,0,0.01,0,0,0.01 +16464,Razor Freestyle Scooter,GBA,2001,Sports,Ubisoft,0.01,0,0,0,0.01 +16465,Outdoors Unleashed: Alaska 3D,3DS,2011,Sports,Mastiff,0.01,0,0,0,0.01 +16466,Vitamin Y,DS,2008,Adventure,D3Publisher,0,0,0.01,0,0.01 +16467,Egg Mania: Eggstreme Madness,GC,2002,Puzzle,Kemco,0.01,0,0,0,0.01 +16468,Help Wanted: 50 Wacky Jobs (jp sales),Wii,2008,Simulation,Hudson Soft,0,0.01,0.01,0,0.01 +16469,Magicians Academy,PS2,2007,Role-Playing,Enterbrain,0,0,0.01,0,0.01 +16470,Memories Off #5: Togireta Film,PSP,2009,Adventure,5pb,0,0,0.01,0,0.01 +16471,Exstetra,3DS,2013,Role-Playing,FuRyu,0,0,0.01,0,0.01 +16472,Lucian Bee's: Resurrection Supernova,PS2,2009,Adventure,5pb,0,0,0.01,0,0.01 +16473,Amnesia Later,PSV,2014,Misc,Idea Factory,0,0,0.01,0,0.01 +16474,MotoGP 15,X360,2015,Racing,Milestone S.r.l.,0,0.01,0,0,0.01 +16475,Azure Striker Gunvolt: Striker Pack,3DS,2016,Action,Inti Creates,0,0,0.01,0,0.01 +16476,Captain Rainbow,Wii,2008,Adventure,Nintendo,0,0,0.01,0,0.01 +16477,Total War Attila: Tyrants & Kings,PC,2016,Strategy,Koch Media,0,0.01,0,0,0.01 +16478,Space Raiders,GC,2003,Shooter,Taito,0.01,0,0,0,0.01 +16479,DoDonPachi Daifukkatsu: Black Label,X360,2011,Shooter,Cave,0,0,0.01,0,0.01 +16480,"Shinobi, Koi Utsutsu: Setsugetsuka Koi Emaki",PSV,2015,Action,Idea Factory,0,0,0.01,0,0.01 +16481,Ishin no Arashi: Shippuu Ryuumeden,DS,2010,Strategy,Tecmo Koei,0,0,0.01,0,0.01 +16482,Agatha Christie: Peril at End House,PC,2009,Adventure,JoWood Productions,0,0.01,0,0,0.01 +16483,Muv-Luv Alternative,PS3,2012,Simulation,5pb,0,0,0.01,0,0.01 +16484,Dengeki Gakuen RPG: Cross of Venus Special,DS,2011,Role-Playing,ASCII Media Works,0,0,0.01,0,0.01 +16485,Dragon Ball Z for Kinect,X360,2012,Fighting,Namco Bandai Games,0.01,0,0,0,0.01 +16486,Hospital Tycoon,PC,2007,Strategy,Codemasters,0,0.01,0,0,0.01 +16487,Smart Boy's Winter Wonderland,DS,2008,Misc,UFO Interactive,0.01,0,0,0,0.01 +16488,Koi Sentai Love & Peace the P.S.P: Power Zenkai! Special Youso Tenkomori de Portable Ka Daisakusen de Aru!,PSP,2012,Action,Broccoli,0,0,0.01,0,0.01 +16489,Case Closed: One Truth Prevails,Wii,2007,Adventure,Nobilis,0,0,0.01,0,0.01 +16490,Slotter Mania P: Tetsuya Shinjuku vs Ueno,PSP,2010,Misc,Dorart,0,0,0.01,0,0.01 +16491,Bomberman,Wii,2008,Puzzle,Hudson Entertainment,0,0,0.01,0,0.01 +16492,Micro Machines V4,PS2,2006,Racing,Codemasters,0.01,0,0,0,0.01 +16493,SBK Superbike World Championship,PSP,2008,Racing,Black Bean Games,0.01,0,0,0,0.01 +16494,Summer Athletics,PC,2008,Sports,DTP Entertainment,0,0.01,0,0,0.01 +16495,Daito Giken Koushiki Pachi-Slot Simulator: 24 - Twenty-Four,PS2,2008,Misc,Paon,0,0,0.01,0,0.01 +16496,The Smurfs,3DS,N/A,Action,Unknown,0,0.01,0,0,0.01 +16497,Legends of Oz: Dorothy's Return,3DS,2014,Puzzle,N/A,0,0.01,0,0,0.01 +16498,Unending Bloody Call,PSP,2012,Action,Asgard,0,0,0.01,0,0.01 +16499,Shutsugeki! Otometachi no Senjou 2: Ikusabana no Kizuna,PSP,2011,Strategy,System Soft,0,0,0.01,0,0.01 +16500,Snood 2: On Vacation,GBA,2005,Puzzle,Zoo Digital Publishing,0.01,0,0,0,0.01 +16501,The Land Before Time: Into the Mysterious Beyond,GBA,2006,Platform,Game Factory,0.01,0,0,0,0.01 +16502,Irotoridori no Sekai: World's End Re-Birth,PSV,2015,Action,HuneX,0,0,0.01,0,0.01 +16503,Satomi Hakkenden: Hachi Tamanoki,PSP,2014,Adventure,Quinrose,0,0,0.01,0,0.01 +16504,"Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)",PC,2010,Shooter,Activision,0.01,0,0,0,0.01 +16505,Naraku no Shiro,PS2,2008,Adventure,Nippon Ichi Software,0,0,0.01,0,0.01 +16506,Shinigami to Shoujo,PSP,2011,Adventure,Takuyo,0,0,0.01,0,0.01 +16507,Mystereet,PS2,2006,Adventure,Yeti,0,0,0.01,0,0.01 +16508,Rabbids Invasion: The Interactive TV Show,XOne,2014,Misc,Ubisoft,0,0.01,0,0,0.01 +16509,Samurai Shodown: Warrios Rage,PS,1999,Fighting,SNK,0.01,0,0,0,0.01 +16510,Romeo Vs. Juliet,PSP,2013,Adventure,Quinrose,0,0,0.01,0,0.01 +16511,The Rise of the Argonauts,PC,2008,Role-Playing,Codemasters,0,0.01,0,0,0.01 +16512,Trine,PC,2009,Action,Nobilis,0,0.01,0,0,0.01 +16513,Palais de Reine,PS2,2007,Strategy,Interchannel-Holon,0,0,0.01,0,0.01 +16514,Pony Friends 2,PC,2009,Simulation,Eidos Interactive,0,0.01,0,0,0.01 +16515,Balloon Pop 2,3DS,2012,Puzzle,UFO Interactive,0.01,0,0,0,0.01 +16516,Deal or No Deal,PC,2006,Misc,Focus Home Interactive,0,0.01,0,0,0.01 +16517,National Geographic Panda (JP sales),DS,2008,Simulation,Ubisoft,0,0,0.01,0,0.01 +16518,Knights in the Nightmare: DHE Series Special Pack,DS,2008,Role-Playing,Sting,0,0,0.01,0,0.01 +16519,DJ Max Technika Tune,PSV,2012,Misc,CyberFront,0,0,0.01,0,0.01 +16520,Teenage Mutant Ninja Turtles,Wii,2007,Action,Konami Digital Entertainment,0,0.01,0,0,0.01 +16521,Crossroad Crisis,PS,2000,Puzzle,Success,0.01,0,0,0,0.01 +16522,Bakumatsu Rock: Ultra Soul,PSP,2014,Misc,Marvelous Interactive,0,0,0.01,0,0.01 +16523,Tengai Makyo: Dai Yon no Mokushiroku,PSP,2006,Role-Playing,Hudson Soft,0,0,0.01,0,0.01 +16524,Akatsuki no Goei Trinity,PS3,2012,Adventure,5pb,0,0,0.01,0,0.01 +16525,Karnaaj Rally,GBA,2003,Racing,Jaleco,0.01,0,0,0,0.01 +16526,Style Book: Cinnamoroll,DS,2006,Misc,Namco Bandai Games,0,0,0.01,0,0.01 +16527,Shirogane no Soleil: Contract to the Future - Mirai e no Keiyaku,PS2,2008,Adventure,Russel,0,0,0.01,0,0.01 +16528,Blazer Drive,DS,2008,Role-Playing,Sega,0,0,0.01,0,0.01 +16529,Onigokko! Portable,PSP,2013,Adventure,Alchemist,0,0,0.01,0,0.01 +16530,Hoshizora no Comic Garden,DS,2008,Adventure,D3Publisher,0,0,0.01,0,0.01 +16531,Kiniro no Corda 3,3DS,2015,Adventure,Tecmo Koei,0,0,0.01,0,0.01 +16532,Hirameki Action: Chibikko Wagyan no Daiki na Bouken,DS,2009,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16533,S茅bastien Loeb Rally Evo,XOne,2016,Racing,Milestone S.r.l,0,0.01,0,0,0.01 +16534,Hitman (2016),XOne,2016,Action,Square Enix,0,0.01,0,0,0.01 +16535,STORM: Frontline Nation,PC,2011,Strategy,Unknown,0,0.01,0,0,0.01 +16536,Metal Gear Solid HD Edition,X360,2011,Action,Konami Digital Entertainment,0,0,0.01,0,0.01 +16537,Time Travelers,PSP,2012,Adventure,Level 5,0,0,0.01,0,0.01 +16538,Mushi Bugyou,3DS,2013,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16539,Patrician IV: Gold Edition,PC,2011,Misc,Kalypso Media,0,0.01,0,0,0.01 +16540,Transformers: Fall of Cybertron,PC,2012,Action,Activision,0.01,0,0,0,0.01 +16541,Sea Monsters: A Prehistoric Adventure,DS,2007,Adventure,DSI Games,0.01,0,0,0,0.01 +16542,Spore Galactic Adventures,PC,2009,Strategy,Electronic Arts,0,0.01,0,0,0.01 +16543,15 Days,PC,2009,Adventure,DTP Entertainment,0,0.01,0,0,0.01 +16544,Battle Fantasia,PS3,2008,Fighting,505 Games,0,0,0.01,0,0.01 +16545,Mario & Luigi: Paper Jam & Mario Kart 7 Double Pack,3DS,2015,Misc,Nintendo,0,0,0.01,0,0.01 +16546,Driving Simulator 2011,PC,2011,Racing,N/A,0,0.01,0,0,0.01 +16547,Imagine Figure Skater (JP sales),DS,2007,Sports,Ubisoft,0,0,0.01,0,0.01 +16548,The Treasures of Mystery Island 3 Pack - Save Mystery Island!,PC,2011,Puzzle,Unknown,0.01,0,0,0,0.01 +16549,Hyakki Yagyou Kaidan Romance,PSP,2012,Action,Quinrose,0,0,0.01,0,0.01 +16550,Bookworm Deluxe,PC,2006,Puzzle,PopCap Games,0.01,0,0,0,0.01 +16551,Hakuoki: Reimeiroku - Omouhase Kara,PSV,2015,Action,Idea Factory,0,0,0.01,0,0.01 +16552,E.T. The Extra-Terrestrial,GBA,2001,Action,NewKidCo,0.01,0,0,0,0.01 +16553,God Eater Off Shot: Tachibana Sakuya-hen Twin Pack & Animation Vol.7,PS4,2016,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16554,Sweet Honey Coming,PS2,2009,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16555,Mahou Sensei Negima!? Neo-Pactio Fight!!,Wii,2007,Fighting,Marvelous Interactive,0,0,0.01,0,0.01 +16556,Bound By Flame,X360,2014,Role-Playing,N/A,0,0.01,0,0,0.01 +16557,Psychic Detective,PS,1995,Adventure,Electronic Arts,0.01,0,0,0,0.01 +16558,Codename: Panzers Complete Collection,PC,2016,Strategy,Nordic Games,0,0.01,0,0,0.01 +16559,Super Robot Taisen: Original Generation,GBA,2002,Role-Playing,Banpresto,0.01,0,0,0,0.01 +16560,Dramatical Murder Re:code,PSV,2014,Adventure,Nitroplus,0,0,0.01,0,0.01 +16561,Pro Evolution Soccer 2008,PC,2007,Sports,Konami Digital Entertainment,0,0.01,0,0,0.01 +16562,Sugar + Spice! Anoko no Suteki na Nanimokamo,PS2,2008,Adventure,Alchemist,0,0,0.01,0,0.01 +16563,Hanasaku Manimani,PSV,2014,Adventure,5pb,0,0,0.01,0,0.01 +16564,Kanokon: Esuii,PS2,2008,Adventure,5pb,0,0,0.01,0,0.01 +16565,Mighty No. 9,XOne,2016,Platform,Deep Silver,0.01,0,0,0,0.01 +16566,Mortal Kombat: Deadly Alliance,GBA,2002,Fighting,Midway Games,0.01,0,0,0,0.01 +16567,Original Frisbee Disc Sports: Ultimate & Golf,DS,2007,Action,"Destination Software, Inc",0.01,0,0,0,0.01 +16568,Teslagrad,PSV,2015,Platform,Rain Games,0,0.01,0,0,0.01 +16569,End of Nations,PC,2012,Strategy,Trion Worlds,0.01,0,0,0,0.01 +16570,Fujiko F. Fujio Characters: Great Assembly! Slightly Fantastic Slapstick Party,3DS,2014,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16571,XI Coliseum,PSP,2006,Puzzle,Sony Computer Entertainment,0,0,0.01,0,0.01 +16572,Resident Evil 4 HD,XOne,2016,Shooter,Capcom,0.01,0,0,0,0.01 +16573,Farming 2017 - The Simulation,PS4,2016,Simulation,UIG Entertainment,0,0.01,0,0,0.01 +16574,Grisaia no Kajitsu: La Fruit de la Grisaia,PSP,2013,Adventure,Prototype,0,0,0.01,0,0.01 +16575,Scarlett: Nichijou no Kyoukaisen,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16576,Mini Desktop Racing,Wii,2007,Racing,Popcorn Arcade,0.01,0,0,0,0.01 +16577,Yattaman Wii: BikkuriDokkiri Machine de Mou Race da Koron,Wii,2008,Racing,Takara Tomy,0,0,0.01,0,0.01 +16578,Neo Angelique Special,PSP,2008,Adventure,Tecmo Koei,0,0,0.01,0,0.01 +16579,Rugby Challenge 3,XOne,2016,Sports,Alternative Software,0,0.01,0,0,0.01 +16580,Damnation,PC,2009,Shooter,Codemasters,0,0.01,0,0,0.01 +16581,Outdoors Unleashed: Africa 3D,3DS,2011,Sports,Mastiff,0.01,0,0,0,0.01 +16582,PGA European Tour,N64,2000,Sports,Infogrames,0.01,0,0,0,0.01 +16583,Real Rode,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16584,Fit & Fun,Wii,2011,Sports,Unknown,0,0.01,0,0,0.01 +16585,Planet Monsters,GBA,2001,Action,Titus,0.01,0,0,0,0.01 +16586,Carmageddon 64,N64,1999,Action,Virgin Interactive,0.01,0,0,0,0.01 +16587,Bust-A-Move 3000,GC,2003,Puzzle,Ubisoft,0.01,0,0,0,0.01 +16588,Breach,PC,2011,Shooter,Destineer,0.01,0,0,0,0.01 +16589,Secret Files 2: Puritas Cordis,DS,2009,Adventure,Deep Silver,0,0.01,0,0,0.01 +16590,Mezase!! Tsuri Master DS,DS,2009,Sports,Hudson Soft,0,0,0.01,0,0.01 +16591,Mega Brain Boost,DS,2008,Puzzle,Majesco Entertainment,0.01,0,0,0,0.01 +16592,Chou Ezaru wa Akai Hana: Koi wa Tsuki ni Shirube Kareru,PSV,2016,Action,dramatic create,0,0,0.01,0,0.01 +16593,Eiyuu Densetsu: Sora no Kiseki Material Collection Portable,PSP,2007,Role-Playing,Falcom Corporation,0,0,0.01,0,0.01 +16594,Myst IV: Revelation,PC,2004,Adventure,Ubisoft,0.01,0,0,0,0.01 +16595,Plushees,DS,2008,Simulation,Destineer,0.01,0,0,0,0.01 +16596,Woody Woodpecker in Crazy Castle 5,GBA,2002,Platform,Kemco,0.01,0,0,0,0.01 +16597,Men in Black II: Alien Escape,GC,2003,Shooter,Infogrames,0.01,0,0,0,0.01 +16598,SCORE International Baja 1000: The Official Game,PS2,2008,Racing,Activision,0,0,0,0,0.01 +16599,Know How 2,DS,2010,Puzzle,7G//AMES,0,0.01,0,0,0.01 +16600,Spirits & Spells,GBA,2003,Platform,Wanadoo,0.01,0,0,0,0.01 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/extracted_data.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/extracted_data.csv" new file mode 100644 index 0000000000000000000000000000000000000000..c101aa5aed4d4d367e30cf83023cffa52fc3ebd2 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/extracted_data.csv" @@ -0,0 +1,40 @@ +Year,NA_Sales,EU_Sales,JP_Sales,Other_Sales,Global_Sales +1980,10.59,0.67,0,0.12,11.38 +1981,33.4,1.96,0,0.32,35.77 +1982,26.92,1.65,0,0.31,28.86 +1983,7.76,0.8,8.1,0.14,16.79 +1984,33.28,2.1,14.27,0.7,50.36 +1985,33.73,4.74,14.56,0.92,53.94 +1986,12.5,2.84,19.81,1.93,37.07 +1987,8.46,1.41,11.63,0.2,21.74 +1988,23.87,6.59,15.76,0.99,47.22 +1989,45.15,8.44,18.36,1.5,73.45 +1990,25.46,7.63,14.88,1.4,49.39 +1991,12.76,3.95,14.78,0.74,32.23 +1992,33.87,11.71,28.91,1.65,76.16 +1993,15.12,4.65,25.33,0.89,45.98 +1994,28.15,14.88,33.99,2.2,79.17 +1995,24.82,14.9,45.75,2.64,88.11 +1996,86.76,47.26,57.44,7.69,199.15 +1997,94.75,48.32,48.87,9.13,200.98 +1998,128.36,66.9,50.04,11.03,256.47 +1999,126.06,62.67,52.34,10.05,251.27 +2000,94.49,52.75,42.77,11.62,201.56 +2001,173.98,94.89,39.86,22.76,331.47 +2002,216.19,109.74,41.76,27.28,395.52 +2003,193.59,103.81,34.2,26.01,357.85 +2004,222.59,107.32,41.65,47.29,419.31 +2005,242.61,121.94,54.28,40.58,459.94 +2006,263.12,129.24,73.73,54.43,521.04 +2007,312.05,160.5,60.21,77.6,611.05 +2008,351.44,184.4,60.26,82.39,678.9 +2009,338.85,191.59,61.89,74.77,667.3 +2010,304.24,176.73,59.45,59.9,600.41 +2011,241.06,167.44,53.04,54.39,515.99 +2012,154.96,118.78,51.74,37.82,363.54 +2013,154.77,125.8,47.59,39.82,368.11 +2014,131.97,125.65,39.46,40.02,337.05 +2015,102.82,97.71,33.72,30.01,264.44 +2016,22.66,26.76,13.7,7.75,70.93 +2017,0,0,0.05,0,0.05 +2020,0.27,0,0,0.02,0.29 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/genre_counts.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/genre_counts.csv" new file mode 100644 index 0000000000000000000000000000000000000000..b3cbab69aba7e0f55254eebef096431fed431e07 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/genre_counts.csv" @@ -0,0 +1,15 @@ +Genre,Count +Action,3316 +Sports,2346 +Misc,1739 +Role-Playing,1488 +Shooter,1310 +Adventure,1284 +Racing,1249 +Platform,886 +Simulation,867 +Fighting,848 +Strategy,681 +Puzzle,582 +Sony Computer Entertainment,1 +Idea Factory,1 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/new_dataset.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/new_dataset.csv" new file mode 100644 index 0000000000000000000000000000000000000000..04298670879914e2de4c70e80f8403a3fd990585 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/new_dataset.csv" @@ -0,0 +1,390 @@ +Genre,Year,Global_Sales +Action,1980,0.34 +Action,1981,14.84 +Action,1982,6.52 +Action,1983,2.86 +Action,1984,1.85 +Action,1985,3.52 +Action,1986,13.74 +Action,1987,1.12 +Action,1988,1.75 +Action,1989,4.64 +Action,1990,6.39 +Action,1991,6.76 +Action,1992,3.83 +Action,1993,1.81 +Action,1994,1.55 +Action,1995,3.57 +Action,1996,20.58 +Action,1997,27.58 +Action,1998,39.44 +Action,1999,27.78 +Action,2000,34.04 +Action,2001,59.39 +Action,2002,86.77 +Action,2003,67.93 +Action,2004,76.26 +Action,2005,85.69 +Action,2006,66.58 +Action,2007,106.5 +Action,2008,136.39 +Action,2009,139.36 +Action,2010,117.64 +Action,2011,118.96 +Action,2012,122.04 +Action,2013,125.22 +Action,2014,99.02 +Action,2015,70.7 +Action,2016,19.91 +Action,2017,0.01 +Adventure,1983,0.4 +Adventure,1987,4.38 +Adventure,1991,2.24 +Adventure,1992,12.24 +Adventure,1993,0.07 +Adventure,1994,3.74 +Adventure,1995,0.72 +Adventure,1996,4.19 +Adventure,1997,4.96 +Adventure,1998,9.05 +Adventure,1999,7.6 +Adventure,2000,2.98 +Adventure,2001,9.12 +Adventure,2002,11.05 +Adventure,2003,2.14 +Adventure,2004,8.7 +Adventure,2005,8.53 +Adventure,2006,11.47 +Adventure,2007,24.39 +Adventure,2008,25.02 +Adventure,2009,20.68 +Adventure,2010,16.53 +Adventure,2011,15.98 +Adventure,2012,5.99 +Adventure,2013,6.61 +Adventure,2014,6.06 +Adventure,2015,8.03 +Adventure,2016,1.81 +Fighting,1980,0.77 +Fighting,1985,1.05 +Fighting,1987,5.42 +Fighting,1991,0.39 +Fighting,1992,15.25 +Fighting,1993,8.75 +Fighting,1994,8.47 +Fighting,1995,14.85 +Fighting,1996,18.06 +Fighting,1997,11.76 +Fighting,1998,31.66 +Fighting,1999,14.26 +Fighting,2000,20.22 +Fighting,2001,18.12 +Fighting,2002,25.02 +Fighting,2003,23.73 +Fighting,2004,16.78 +Fighting,2005,19.72 +Fighting,2006,22.55 +Fighting,2007,17.61 +Fighting,2008,35.38 +Fighting,2009,32.15 +Fighting,2010,14.89 +Fighting,2011,22.68 +Fighting,2012,9.51 +Fighting,2013,7.21 +Fighting,2014,16.15 +Fighting,2015,7.78 +Fighting,2016,3.86 +Misc,1980,2.71 +Misc,1982,0.87 +Misc,1983,2.14 +Misc,1984,1.45 +Misc,1989,1.28 +Misc,1991,0.08 +Misc,1992,4.94 +Misc,1993,0.3 +Misc,1994,2.86 +Misc,1995,6.4 +Misc,1996,10.68 +Misc,1997,5.69 +Misc,1998,11.94 +Misc,1999,20.65 +Misc,2000,15.54 +Misc,2001,16.4 +Misc,2002,15.67 +Misc,2003,23.82 +Misc,2004,31.32 +Misc,2005,61.24 +Misc,2006,67.35 +Misc,2007,92.27 +Misc,2008,87.03 +Misc,2009,76.94 +Misc,2010,96.86 +Misc,2011,56.08 +Misc,2012,22.92 +Misc,2013,25.65 +Misc,2014,23.68 +Misc,2015,11.69 +Misc,2016,1.17 +Platform,1981,6.93 +Platform,1982,5.03 +Platform,1983,6.93 +Platform,1984,0.69 +Platform,1985,43.17 +Platform,1986,9.39 +Platform,1987,1.74 +Platform,1988,27.73 +Platform,1989,20.66 +Platform,1990,22.97 +Platform,1991,7.64 +Platform,1992,13.42 +Platform,1993,18.67 +Platform,1994,28.74 +Platform,1995,16.69 +Platform,1996,28.23 +Platform,1997,21.85 +Platform,1998,29.88 +Platform,1999,20.82 +Platform,2000,16.06 +Platform,2001,39.28 +Platform,2002,45.97 +Platform,2003,42.89 +Platform,2004,47.34 +Platform,2005,23.56 +Platform,2006,49.8 +Platform,2007,35.59 +Platform,2008,35.7 +Platform,2009,41.09 +Platform,2010,31.9 +Platform,2011,28.11 +Platform,2012,18.55 +Platform,2013,25.12 +Platform,2014,8.89 +Platform,2015,6.05 +Platform,2016,2.07 +Puzzle,1981,2.24 +Puzzle,1982,10.03 +Puzzle,1983,0.78 +Puzzle,1984,3.14 +Puzzle,1985,3.21 +Puzzle,1988,5.58 +Puzzle,1989,37.75 +Puzzle,1990,6 +Puzzle,1991,3.24 +Puzzle,1992,4.84 +Puzzle,1993,3.17 +Puzzle,1994,1.53 +Puzzle,1995,2.71 +Puzzle,1996,3.91 +Puzzle,1997,5.89 +Puzzle,1998,6.34 +Puzzle,1999,1.36 +Puzzle,2000,3.82 +Puzzle,2001,8 +Puzzle,2002,5.34 +Puzzle,2003,2.42 +Puzzle,2004,8.43 +Puzzle,2005,20.45 +Puzzle,2006,10.9 +Puzzle,2007,24 +Puzzle,2008,15.59 +Puzzle,2009,20.31 +Puzzle,2010,11.18 +Puzzle,2011,5.11 +Puzzle,2012,1.76 +Puzzle,2013,0.99 +Puzzle,2014,1.5 +Puzzle,2015,0.7 +Racing,1981,0.48 +Racing,1982,1.57 +Racing,1984,5.95 +Racing,1986,1.96 +Racing,1988,2.14 +Racing,1990,6.26 +Racing,1991,1.14 +Racing,1992,9.04 +Racing,1993,0.36 +Racing,1994,2.19 +Racing,1995,6.09 +Racing,1996,28.24 +Racing,1997,31.91 +Racing,1998,27.9 +Racing,1999,37.27 +Racing,2000,19.99 +Racing,2001,55.81 +Racing,2002,30.2 +Racing,2003,52.19 +Racing,2004,47.86 +Racing,2005,56.42 +Racing,2006,34.09 +Racing,2007,39.17 +Racing,2008,70.66 +Racing,2009,34.19 +Racing,2010,34.93 +Racing,2011,35.01 +Racing,2012,14.46 +Racing,2013,13.04 +Racing,2014,16.69 +Racing,2015,7.92 +Racing,2016,1.64 +Role-Playing,1986,2.52 +Role-Playing,1987,4.65 +Role-Playing,1988,5.88 +Role-Playing,1989,2.2 +Role-Playing,1990,4.52 +Role-Playing,1991,3.25 +Role-Playing,1992,6.86 +Role-Playing,1993,5.59 +Role-Playing,1994,7.11 +Role-Playing,1995,14.26 +Role-Playing,1996,43.96 +Role-Playing,1997,21.79 +Role-Playing,1998,28.09 +Role-Playing,1999,49.09 +Role-Playing,2000,29.03 +Role-Playing,2001,22.06 +Role-Playing,2002,45.13 +Role-Playing,2003,30.28 +Role-Playing,2004,53.95 +Role-Playing,2005,28.55 +Role-Playing,2006,57.73 +Role-Playing,2007,43.89 +Role-Playing,2008,59.83 +Role-Playing,2009,47.9 +Role-Playing,2010,70.52 +Role-Playing,2011,53.37 +Role-Playing,2012,47.81 +Role-Playing,2013,44.92 +Role-Playing,2014,45.86 +Role-Playing,2015,36.44 +Role-Playing,2016,6.76 +Role-Playing,2017,0.04 +Shooter,1980,7.07 +Shooter,1981,10.04 +Shooter,1982,3.79 +Shooter,1983,0.48 +Shooter,1984,31.1 +Shooter,1985,1 +Shooter,1986,3.89 +Shooter,1987,0.71 +Shooter,1988,0.51 +Shooter,1989,1.2 +Shooter,1991,2 +Shooter,1992,0.29 +Shooter,1993,3.08 +Shooter,1994,8.3 +Shooter,1995,4.15 +Shooter,1996,6.91 +Shooter,1997,22.17 +Shooter,1998,9.8 +Shooter,1999,12.25 +Shooter,2000,6.81 +Shooter,2001,24.77 +Shooter,2002,48.58 +Shooter,2003,27.14 +Shooter,2004,46.95 +Shooter,2005,41.6 +Shooter,2006,38.37 +Shooter,2007,71.04 +Shooter,2008,59.51 +Shooter,2009,69.89 +Shooter,2010,77.41 +Shooter,2011,99.36 +Shooter,2012,72.86 +Shooter,2013,62.8 +Shooter,2014,66 +Shooter,2015,66.15 +Shooter,2016,18.22 +Simulation,1981,0.45 +Simulation,1985,0.03 +Simulation,1988,0.03 +Simulation,1990,1.14 +Simulation,1991,2.14 +Simulation,1992,2.14 +Simulation,1993,0.19 +Simulation,1994,2.73 +Simulation,1995,4.18 +Simulation,1996,11.33 +Simulation,1997,9.65 +Simulation,1998,7.11 +Simulation,1999,11.44 +Simulation,2000,3.38 +Simulation,2001,19.54 +Simulation,2002,10.81 +Simulation,2003,21.21 +Simulation,2004,10.85 +Simulation,2005,49.27 +Simulation,2006,21.77 +Simulation,2007,48.97 +Simulation,2008,46.76 +Simulation,2009,33.71 +Simulation,2010,22.15 +Simulation,2011,15.28 +Simulation,2012,13.38 +Simulation,2013,8.67 +Simulation,2014,5.55 +Simulation,2015,5.62 +Simulation,2016,0.39 +Simulation,2020,0.29 +Sports,1980,0.49 +Sports,1981,0.79 +Sports,1982,1.05 +Sports,1983,3.2 +Sports,1984,6.18 +Sports,1985,1.96 +Sports,1986,5.57 +Sports,1987,3.72 +Sports,1988,3.6 +Sports,1989,5.72 +Sports,1990,2.11 +Sports,1991,2.41 +Sports,1992,2.95 +Sports,1993,3.18 +Sports,1994,8.39 +Sports,1995,7.98 +Sports,1996,17.45 +Sports,1997,30.02 +Sports,1998,41.79 +Sports,1999,30.29 +Sports,2000,41.19 +Sports,2001,51.43 +Sports,2002,65.42 +Sports,2003,56.11 +Sports,2004,63.68 +Sports,2005,59.54 +Sports,2006,136.16 +Sports,2007,98.2 +Sports,2008,95.34 +Sports,2009,138.52 +Sports,2010,92.53 +Sports,2011,56.99 +Sports,2012,30.93 +Sports,2013,41.55 +Sports,2014,46.66 +Sports,2015,41.54 +Sports,2016,14.6 +Strategy,1991,0.94 +Strategy,1992,0.36 +Strategy,1993,0.81 +Strategy,1994,3.56 +Strategy,1995,6.51 +Strategy,1996,5.61 +Strategy,1997,7.71 +Strategy,1998,13.47 +Strategy,1999,18.46 +Strategy,2000,8.5 +Strategy,2001,7.55 +Strategy,2002,5.56 +Strategy,2003,7.99 +Strategy,2004,7.19 +Strategy,2005,5.37 +Strategy,2006,4.27 +Strategy,2007,9.42 +Strategy,2008,11.69 +Strategy,2009,12.56 +Strategy,2010,13.87 +Strategy,2011,9.06 +Strategy,2012,3.33 +Strategy,2013,6.33 +Strategy,2014,0.99 +Strategy,2015,1.82 +Strategy,2016,0.5 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/platform_counts.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/platform_counts.csv" new file mode 100644 index 0000000000000000000000000000000000000000..4247314d449b265b2401bc1849297e8420aaf8c4 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/platform_counts.csv" @@ -0,0 +1,34 @@ +Platform,Count +DS,2163 +PS2,2161 +PS3,1328 +Wii,1325 +X360,1265 +PSP,1212 +PS,1196 +PC,960 +XB,824 +GBA,822 +GC,556 +3DS,509 +PSV,413 +PS4,336 +N64,319 +SNES,239 +XOne,213 +SAT,173 +WiiU,143 +2600,133 +GB,98 +NES,98 +DC,52 +GEN,27 +NG,12 +SCD,6 +WS,6 +3DO,3 +TG16,2 +2007,1 +GG,1 +2010,1 +PCFX,1 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/publisher_counts.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/publisher_counts.csv" new file mode 100644 index 0000000000000000000000000000000000000000..bd5fef7e1768acb0051a98213f12c54c5b76dd24 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/publisher_counts.csv" @@ -0,0 +1,580 @@ +Publisher,Count +Electronic Arts,1351 +Activision,975 +Namco Bandai Games,932 +Ubisoft,921 +Konami Digital Entertainment,832 +THQ,715 +Nintendo,703 +Sony Computer Entertainment,682 +Sega,639 +Take-Two Interactive,413 +Capcom,381 +Atari,363 +Tecmo Koei,338 +Square Enix,233 +Warner Bros. Interactive Entertainment,232 +Disney Interactive Studios,218 +Unknown,203 +Midway Games,198 +Eidos Interactive,198 +505 Games,192 +Microsoft Game Studios,189 +D3Publisher,184 +Acclaim Entertainment,184 +Vivendi Games,164 +Codemasters,152 +Idea Factory,128 +Deep Silver,122 +Nippon Ichi Software,105 +Zoo Digital Publishing,104 +Majesco Entertainment,92 +LucasArts,90 +Rising Star Games,86 +Hudson Soft,81 +Banpresto,73 +Bethesda Softworks,71 +Crave Entertainment,71 +Atlus,67 +Virgin Interactive,62 +Infogrames,62 +Ignition Entertainment,61 +5pb,61 +Focus Home Interactive,58 +Marvelous Interactive,56 +Empire Interactive,52 +SquareSoft,52 +Kadokawa Shoten,50 +Destineer,45 +DTP Entertainment,45 +GT Interactive,45 +Alchemist,43 +MTV Games,41 +PQube,39 +Global Star,39 +Spike,37 +SouthPeak Games,37 +Takara Tomy,37 +TDK Mediactive,36 +3DO,36 +BAM! Entertainment,35 +Nordic Games,35 +Black Bean Games,34 +Zoo Games,33 +Psygnosis,32 +Game Factory,32 +Mindscape,32 +Interplay,30 +Enix Corporation,30 +Activision Value,29 +Kalypso Media,29 +FuRyu,27 +Level 5,27 +Prototype,27 +Avanquest,26 +Arc System Works,26 +Little Orbit,26 +Telltale Games,25 +Midas Interactive Entertainment,24 +Universal Interactive,23 +Paradox Interactive,23 +Jaleco,23 +Aqua Plus,23 +SNK,22 +JoWood Productions,22 +Broccoli,22 +Oxygen Interactive,22 +Kemco,21 +ASCII Entertainment,20 +Compile Heart,20 +Storm City Games,19 +Taito,19 +Titus,19 +Success,19 +City Interactive,19 +Zushi Games,18 +SNK Playmore,18 +Tomy Corporation,18 +ChunSoft,18 +O-Games,17 +Rocket Company,17 +SCi,17 +DreamCatcher Interactive,17 +Natsume,17 +Koch Media,17 +Mastiff,16 +Milestone S.r.l.,16 +Imagineer,16 +Takara,16 +Hasbro Interactive,16 +UFO Interactive,16 +GSP,16 +Falcom Corporation,16 +Enterbrain,15 +Kadokawa Games,15 +From Software,15 +Sony Computer Entertainment Europe,15 +Ghostlight,15 +PopCap Games,15 +Ubisoft Annecy,14 +Rondomedia,14 +System 3 Arcade Software,14 +Playlogic Game Factory,14 +Quinrose,14 +CyberFront,14 +Ocean,14 +989 Studios,14 +Conspiracy Entertainment,14 +Play It,14 +GungHo,13 +Bigben Interactive,13 +Nobilis,13 +Mastertronic,13 +Human Entertainment,13 +Acquire,13 +Gust,13 +"Destination Software, Inc",12 +XS Games,12 +Marvelous Entertainment,12 +Irem Software Engineering,12 +Metro 3D,12 +Mattel Interactive,12 +Yeti,11 +Hudson Entertainment,11 +Sammy Corporation,11 +Starfish,10 +Brash Entertainment,10 +Cave,10 +Xplosiv,10 +Ackkstudios,10 +Sunsoft,10 +Microids,10 +Popcorn Arcade,10 +Scholastic Inc.,10 +Victor Interactive,9 +ArtDink,9 +ASCII Media Works,9 +Gremlin Interactive Ltd,9 +NewKidCo,9 +Gathering of Developers,9 +Avanquest Software,9 +Foreign Media Games,9 +Sting,9 +MTO,8 +Asgard,8 +Valcon Games,8 +JVC,8 +Telegames,8 +RTL,8 +Sony Online Entertainment,8 +Agetec,8 +Aspyr,8 +Fox Interactive,8 +Evolved Games,8 +NEC Interchannel,8 +Tru Blu Entertainment,8 +GameMill Entertainment,8 +Aksys Games,8 +Genki,8 +LEGO Media,7 +BMG Interactive Entertainment,7 +Nihon Falcom Corporation,7 +Rage Software,7 +Parker Bros.,7 +Big Ben Interactive,7 +Neko Entertainment,7 +Nippon Columbia,7 +Gotham Games,7 +Reef Entertainment,7 +Hackberry,7 +Epoch,7 +Comfort,6 +Swing! Entertainment,6 +Mumbo Jumbo,6 +Kaga Create,6 +Alternative Software,6 +Seta Corporation,6 +Benesse,6 +Graffiti,6 +Paon,6 +CDV Software Entertainment,6 +Asylum Entertainment,6 +Idea Factory International,6 +DSI Games,6 +Avalon Interactive,6 +Astragon,6 +Blast! Entertainment Ltd,6 +Screenlife,6 +Funbox Media,6 +Square,6 +Russel,6 +Microprose,6 +Compile,6 +NCSoft,6 +IE Institute,5 +Media Works,5 +Happinet,5 +Pinnacle,5 +AQ Interactive,5 +Tommo,5 +ESP,5 +Mojang,5 +Nordcurrent,5 +Mentor Interactive,5 +Coleco,5 +Time Warner Interactive,5 +bitComposer Games,5 +Crystal Dynamics,5 +TDK Core,5 +Hip Interactive,5 +Wanadoo,5 +20th Century Fox Video Games,5 +The Adventure Company,5 +Shogakukan,5 +Home Entertainment Suppliers,5 +dramatic create,5 +Encore,4 +PlayV,4 +ValuSoft,4 +Mercury Games,4 +7G//AMES,4 +System Soft,4 +Trion Worlds,4 +Laguna,4 +Xseed Games,4 +Culture Brain,4 +Video System,4 +U.S. Gold,4 +TGL,4 +Knowledge Adventure,4 +Interchannel,4 +Excalibur Publishing,4 +Touchstone,4 +TopWare Interactive,4 +LSP Games,4 +Slitherine Software,4 +Phenomedia,4 +Imagic,4 +Funsta,4 +Pioneer LDC,4 +KID,4 +Gamecock,4 +RedOctane,4 +Global A Entertainment,4 +Sunrise Interactive,4 +Daito,4 +Telstar,3 +Slightly Mad Studios,3 +Yacht Club Games,3 +Data Design Interactive,3 +Focus Multimedia,3 +Red Storm Entertainment,3 +O3 Entertainment,3 +Xicat Interactive,3 +Experience Inc.,3 +Iceberg Interactive,3 +MC2 Entertainment,3 +Tradewest,3 +1C Company,3 +Princess Soft,3 +Arika,3 +Maxis,3 +Creative Core,3 +Ascaron Entertainment GmbH,3 +Insomniac Games,3 +10TACLE Studios,3 +Tivola,3 +Valve Software,3 +Myelin Media,3 +Daedalic Entertainment,3 +System 3,3 +GN Software,3 +Yuke's,3 +Asmik Ace Entertainment,3 +Licensed 4U,3 +Micro Cabin,3 +ASC Games,3 +Accolade,3 +Minato Station,3 +Daedalic,3 +DHM Interactive,3 +Agatsuma Entertainment,3 +NCS,3 +Tigervision,3 +Essential Games,3 +Angel Studios,3 +Jack of All Games,3 +P2 Games,3 +NovaLogic,3 +Sony Computer Entertainment America,3 +Jorudan,3 +Media Rings,3 +Jester Interactive,3 +Aruze Corp,3 +Mud Duck Productions,3 +Vir2L Studios,3 +Hect,3 +Indie Games,3 +NEC,3 +Mad Catz,3 +Easy Interactive,2 +Misawa,2 +responDESIGN,2 +Dusenberry Martin Racing,2 +Coconuts Japan,2 +Magix,2 +Asmik Corp,2 +Lexicon Entertainment,2 +Gamebridge,2 +Office Create,2 +HMH Interactive,2 +Electronic Arts Victor,2 +Mamba Games,2 +imageepoch Inc.,2 +Pack-In-Video,2 +Nitroplus,2 +Athena,2 +Edia,2 +Liquid Games,2 +Crimson Cow,2 +Harmonix Music Systems,2 +Groove Games,2 +Hamster Corporation,2 +Big Fish Games,2 +Rebellion,2 +Data Age,2 +Flight-Plan,2 +0,2 +G.Rev,2 +Devolver Digital,2 +Vatical Entertainment,2 +Sweets,2 +Revolution Software,2 +Blue Byte,2 +Elf,2 +Views,2 +Alawar Entertainment,2 +Aerosoft,2 +Core Design Ltd.,2 +NetRevo,2 +Virtual Play Games,2 +Funcom,2 +Dorart,2 +Milestone S.r.l,2 +Alvion,2 +Red Orb,2 +CTO SpA,2 +Zenrin,2 +Sonnet,2 +BPS,2 +Performance Designed Products,2 +Flashpoint Games,2 +Vic Tokai,2 +Syscom,2 +Gainax Network Systems,2 +Rebellion Developments,2 +Data East,2 +Datam Polystar,2 +Media Factory,2 +Nippon Telenet,2 +HuneX,2 +Cloud Imperium Games Corporation,2 +Arena Entertainment,2 +Gakken,2 +Yamasa Entertainment,2 +Moss,2 +Game Life,2 +Societa,1 +Headup Games,1 +Otomate,1 +Ivolgamus,1 +Ongakukan,1 +Rain Games,1 +KSS,1 +Fields,1 +Just Flight,1 +Interchannel-Holon,1 +Takuyo,1 +Inti Creates,1 +Maximum Family Games,1 +Berkeley,1 +Kando Games,1 +Fuji,1 +2D Boy,1 +Commseed,1 +Her Interactive,1 +Kamui,1 +ASK,1 +Saurus,1 +Nexon,1 +Paradox Development,1 +Cygames,1 +Graphsim Entertainment,1 +Masque Publishing,1 +King Records,1 +Introversion Software,1 +Lighthouse Interactive,1 +Sold Out,1 +Gaga,1 +Warashi,1 +Giga,1 +Plenty,1 +fonfun,1 +Mycom,1 +Codemasters Online,1 +Quintet,1 +Visco,1 +Phoenix Games,1 +Giza10,1 +Marvelous Games,1 +Imageworks,1 +Karin Entertainment,1 +Revolution (Japan),1 +Technos Japan Corporation,1 +Mirai Shounen,1 +GOA,1 +Kids Station,1 +Paon Corporation,1 +Number None,1 +Piacci,1 +Sunflowers,1 +Ascaron Entertainment,1 +Naxat Soft,1 +Epic Games,1 +EON Digital Entertainment,1 +Stainless Games,1 +Extreme Entertainment Group,1 +Intergrow,1 +Kokopeli Digital Studios,1 +id Software,1 +RED Entertainment,1 +BushiRoad,1 +Tryfirst,1 +Strategy First,1 +Boost On,1 +"Interworks Unlimited, Inc.",1 +Genterprise,1 +New World Computing,1 +Media Entertainment,1 +Michaelsoft,1 +FuRyu Corporation,1 +Palcom,1 +ITT Family Games,1 +Legacy Interactive,1 +"mixi, Inc",1 +Illusion Softworks,1 +Quest,1 +Men-A-Vision,1 +Aques,1 +White Park Bay Software,1 +EA Games,1 +Game Arts,1 +Square EA,1 +General Entertainment,1 +Imadio,1 +Mystique,1 +Sony Music Entertainment,1 +Quelle,1 +Adeline Software,1 +Tripwire Interactive,1 +TalonSoft,1 +SCS Software,1 +Havas Interactive,1 +DreamWorks Interactive,1 +FunSoft,1 +SPS,1 +Bohemia Interactive,1 +T&E Soft,1 +NDA Productions,1 +Gameloft,1 +Simon & Schuster Interactive,1 +Panther Software,1 +Universal Gamex,1 +49Games,1 +Ultravision,1 +Starpath Corp.,1 +989 Sports,1 +CokeM Interactive,1 +CBS Electronics,1 +Wargaming.net,1 +Playmates,1 +Magical Company,1 +Nichibutsu,1 +TYO,1 +Pacific Century Cyber Works,1 +Axela,1 +Tetris Online,1 +Xing Entertainment,1 +Wizard Video Games,1 +Detn8 Games,1 +American Softworks,1 +Bomb,1 +Pack In Soft,1 +CCP,1 +Activision Blizzard,1 +Sears,1 +Answer Software,1 +On Demand,1 +CPG Products,1 +Merscom LLC,1 +SSI,1 +Black Label Games,1 +PopTop Software,1 +TOHO,1 +TechnoSoft,1 +Imax,1 +Ecole,1 +Yumedia,1 +HAL Laboratory,1 +Grand Prix Games,1 +DigiCube,1 +WayForward Technologies,1 +UEP Systems,1 +Ertain,1 +Marvel Entertainment,1 +Phantagram,1 +The Learning Company,1 +Vap,1 +Westwood Studios,1 +Team17 Software,1 +Pow,1 +Navarre Corp,1 +MediaQuest,1 +Max Five,1 +Monte Christo Multimedia,1 +Pony Canyon,1 +Riverhillsoft,1 +Summitsoft,1 +Playmore,1 +MLB.com,1 +Kool Kizz,1 +Fortyfive,1 +iWin,1 +Altron,1 +Aria,1 +PM Studios,1 +Hello Games,1 +GameTek,1 +Type-Moon,1 +Enjoy Gaming ltd.,1 +Interplay Productions,1 +inXile Entertainment,1 +Image Epoch,1 +Phantom EFX,1 +Culture Publishers,1 +Griffin International,1 +Valve,1 +Hearty Robin,1 +Nippon Amuse,1 +Origin Systems,1 +Seventh Chord,1 +Mitsui,1 +Milestone,1 +Abylight,1 +Glams,1 +Locus,1 +Warp,1 +New,1 +Elite,1 +Evolution Games,1 +UIG Entertainment,1 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/vgsales.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/vgsales.csv" new file mode 100644 index 0000000000000000000000000000000000000000..ceaff3d02b5ff00227ff85eef74ba8754b38a622 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/vgsales.csv" @@ -0,0 +1,16599 @@ +Rank,Name,Platform,Year,Genre,Publisher,NA_Sales,EU_Sales,JP_Sales,Other_Sales,Global_Sales +1,Wii Sports,Wii,2006,Sports,Nintendo,41.49,29.02,3.77,8.46,82.74 +2,Super Mario Bros.,NES,1985,Platform,Nintendo,29.08,3.58,6.81,0.77,40.24 +3,Mario Kart Wii,Wii,2008,Racing,Nintendo,15.85,12.88,3.79,3.31,35.82 +4,Wii Sports Resort,Wii,2009,Sports,Nintendo,15.75,11.01,3.28,2.96,33 +5,Pokemon Red/Pokemon Blue,GB,1996,Role-Playing,Nintendo,11.27,8.89,10.22,1,31.37 +6,Tetris,GB,1989,Puzzle,Nintendo,23.2,2.26,4.22,0.58,30.26 +7,New Super Mario Bros.,DS,2006,Platform,Nintendo,11.38,9.23,6.5,2.9,30.01 +8,Wii Play,Wii,2006,Misc,Nintendo,14.03,9.2,2.93,2.85,29.02 +9,New Super Mario Bros. Wii,Wii,2009,Platform,Nintendo,14.59,7.06,4.7,2.26,28.62 +10,Duck Hunt,NES,1984,Shooter,Nintendo,26.93,0.63,0.28,0.47,28.31 +11,Nintendogs,DS,2005,Simulation,Nintendo,9.07,11,1.93,2.75,24.76 +12,Mario Kart DS,DS,2005,Racing,Nintendo,9.81,7.57,4.13,1.92,23.42 +13,Pokemon Gold/Pokemon Silver,GB,1999,Role-Playing,Nintendo,9,6.18,7.2,0.71,23.1 +14,Wii Fit,Wii,2007,Sports,Nintendo,8.94,8.03,3.6,2.15,22.72 +15,Wii Fit Plus,Wii,2009,Sports,Nintendo,9.09,8.59,2.53,1.79,22 +16,Kinect Adventures!,X360,2010,Misc,Microsoft Game Studios,14.97,4.94,0.24,1.67,21.82 +17,Grand Theft Auto V,PS3,2013,Action,Take-Two Interactive,7.01,9.27,0.97,4.14,21.4 +18,Grand Theft Auto: San Andreas,PS2,2004,Action,Take-Two Interactive,9.43,0.4,0.41,10.57,20.81 +19,Super Mario World,SNES,1990,Platform,Nintendo,12.78,3.75,3.54,0.55,20.61 +20,Brain Age: Train Your Brain in Minutes a Day,DS,2005,Misc,Nintendo,4.75,9.26,4.16,2.05,20.22 +21,Pokemon Diamond/Pokemon Pearl,DS,2006,Role-Playing,Nintendo,6.42,4.52,6.04,1.37,18.36 +22,Super Mario Land,GB,1989,Platform,Nintendo,10.83,2.71,4.18,0.42,18.14 +23,Super Mario Bros. 3,NES,1988,Platform,Nintendo,9.54,3.44,3.84,0.46,17.28 +24,Grand Theft Auto V,X360,2013,Action,Take-Two Interactive,9.63,5.31,0.06,1.38,16.38 +25,Grand Theft Auto: Vice City,PS2,2002,Action,Take-Two Interactive,8.41,5.49,0.47,1.78,16.15 +26,Pokemon Ruby/Pokemon Sapphire,GBA,2002,Role-Playing,Nintendo,6.06,3.9,5.38,0.5,15.85 +27,Pokemon Black/Pokemon White,DS,2010,Role-Playing,Nintendo,5.57,3.28,5.65,0.82,15.32 +28,Brain Age 2: More Training in Minutes a Day,DS,2005,Puzzle,Nintendo,3.44,5.36,5.32,1.18,15.3 +29,Gran Turismo 3: A-Spec,PS2,2001,Racing,Sony Computer Entertainment,6.85,5.09,1.87,1.16,14.98 +30,Call of Duty: Modern Warfare 3,X360,2011,Shooter,Activision,9.03,4.28,0.13,1.32,14.76 +31,Pokémon Yellow: Special Pikachu Edition,GB,1998,Role-Playing,Nintendo,5.89,5.04,3.12,0.59,14.64 +32,Call of Duty: Black Ops,X360,2010,Shooter,Activision,9.67,3.73,0.11,1.13,14.64 +33,Pokemon X/Pokemon Y,3DS,2013,Role-Playing,Nintendo,5.17,4.05,4.34,0.79,14.35 +34,Call of Duty: Black Ops 3,PS4,2015,Shooter,Activision,5.77,5.81,0.35,2.31,14.24 +35,Call of Duty: Black Ops II,PS3,2012,Shooter,Activision,4.99,5.88,0.65,2.52,14.03 +36,Call of Duty: Black Ops II,X360,2012,Shooter,Activision,8.25,4.3,0.07,1.12,13.73 +37,Call of Duty: Modern Warfare 2,X360,2009,Shooter,Activision,8.52,3.63,0.08,1.29,13.51 +38,Call of Duty: Modern Warfare 3,PS3,2011,Shooter,Activision,5.54,5.82,0.49,1.62,13.46 +39,Grand Theft Auto III,PS2,2001,Action,Take-Two Interactive,6.99,4.51,0.3,1.3,13.1 +40,Super Smash Bros. Brawl,Wii,2008,Fighting,Nintendo,6.75,2.61,2.66,1.02,13.04 +41,Call of Duty: Black Ops,PS3,2010,Shooter,Activision,5.98,4.44,0.48,1.83,12.73 +42,Animal Crossing: Wild World,DS,2005,Simulation,Nintendo,2.55,3.52,5.33,0.88,12.27 +43,Mario Kart 7,3DS,2011,Racing,Nintendo,4.74,3.91,2.67,0.89,12.21 +44,Halo 3,X360,2007,Shooter,Microsoft Game Studios,7.97,2.83,0.13,1.21,12.14 +45,Grand Theft Auto V,PS4,2014,Action,Take-Two Interactive,3.8,5.81,0.36,2.02,11.98 +46,Pokemon HeartGold/Pokemon SoulSilver,DS,2009,Action,Nintendo,4.4,2.77,3.96,0.77,11.9 +47,Super Mario 64,N64,1996,Platform,Nintendo,6.91,2.85,1.91,0.23,11.89 +48,Gran Turismo 4,PS2,2004,Racing,Sony Computer Entertainment,3.01,0.01,1.1,7.53,11.66 +49,Super Mario Galaxy,Wii,2007,Platform,Nintendo,6.16,3.4,1.2,0.76,11.52 +50,Pokemon Omega Ruby/Pokemon Alpha Sapphire,3DS,2014,Role-Playing,Nintendo,4.23,3.37,3.08,0.65,11.33 +51,Super Mario Land 2: 6 Golden Coins,GB,1992,Adventure,Nintendo,6.16,2.04,2.69,0.29,11.18 +52,Grand Theft Auto IV,X360,2008,Action,Take-Two Interactive,6.76,3.1,0.14,1.03,11.02 +53,Gran Turismo,PS,1997,Racing,Sony Computer Entertainment,4.02,3.87,2.54,0.52,10.95 +54,Super Mario 3D Land,3DS,2011,Platform,Nintendo,4.89,2.99,2.13,0.78,10.79 +55,Gran Turismo 5,PS3,2010,Racing,Sony Computer Entertainment,2.96,4.88,0.81,2.12,10.77 +56,Call of Duty: Modern Warfare 2,PS3,2009,Shooter,Activision,4.99,3.69,0.38,1.63,10.69 +57,Grand Theft Auto IV,PS3,2008,Action,Take-Two Interactive,4.76,3.76,0.44,1.62,10.57 +58,Super Mario All-Stars,SNES,1993,Platform,Nintendo,5.99,2.15,2.12,0.29,10.55 +59,Pokemon FireRed/Pokemon LeafGreen,GBA,2004,Role-Playing,Nintendo,4.34,2.65,3.15,0.35,10.49 +60,Super Mario 64,DS,2004,Platform,Nintendo,5.08,3.11,1.25,0.98,10.42 +61,Just Dance 3,Wii,2011,Misc,Ubisoft,6.05,3.15,0,1.07,10.26 +62,Call of Duty: Ghosts,X360,2013,Shooter,Activision,6.72,2.63,0.04,0.82,10.21 +63,Halo: Reach,X360,2010,Shooter,Microsoft Game Studios,7.03,1.98,0.08,0.78,9.88 +64,Mario Kart 64,N64,1996,Racing,Nintendo,5.55,1.94,2.23,0.15,9.87 +65,New Super Mario Bros. 2,3DS,2012,Platform,Nintendo,3.66,3.07,2.47,0.63,9.82 +66,Halo 4,X360,2012,Shooter,Microsoft Game Studios,6.63,2.36,0.04,0.73,9.76 +67,Final Fantasy VII,PS,1997,Role-Playing,Sony Computer Entertainment,3.01,2.47,3.28,0.96,9.72 +68,Call of Duty: Ghosts,PS3,2013,Shooter,Activision,4.09,3.73,0.38,1.38,9.59 +69,Just Dance 2,Wii,2010,Misc,Ubisoft,5.84,2.89,0.01,0.78,9.52 +70,Gran Turismo 2,PS,1999,Racing,Sony Computer Entertainment,3.88,3.42,1.69,0.5,9.49 +71,Call of Duty 4: Modern Warfare,X360,2007,Shooter,Activision,5.91,2.38,0.13,0.9,9.32 +72,Donkey Kong Country,SNES,1994,Platform,Nintendo,4.36,1.71,3,0.23,9.3 +73,Minecraft,X360,2013,Misc,Microsoft Game Studios,5.58,2.83,0.02,0.77,9.2 +74,Animal Crossing: New Leaf,3DS,2012,Simulation,Nintendo,2.01,2.32,4.36,0.41,9.09 +75,Mario Party DS,DS,2007,Misc,Nintendo,4.46,1.88,1.98,0.7,9.02 +76,The Elder Scrolls V: Skyrim,X360,2011,Role-Playing,Bethesda Softworks,5.03,2.86,0.1,0.85,8.84 +77,Super Mario Kart,SNES,1992,Racing,Nintendo,3.54,1.24,3.81,0.18,8.76 +78,FIFA 16,PS4,2015,Sports,Electronic Arts,1.11,6.06,0.06,1.26,8.49 +79,Wii Party,Wii,2010,Misc,Nintendo,1.79,3.53,2.49,0.68,8.49 +80,Halo 2,XB,2004,Shooter,Microsoft Game Studios,6.82,1.53,0.05,0.08,8.49 +81,Mario Party 8,Wii,2007,Misc,Nintendo,3.81,2.3,1.58,0.73,8.42 +82,Pokemon Black 2/Pokemon White 2,DS,2012,Role-Playing,Nintendo,2.91,1.86,3.14,0.43,8.33 +83,FIFA Soccer 13,PS3,2012,Action,Electronic Arts,1.06,5.05,0.13,2.01,8.24 +84,The Sims 3,PC,2009,Simulation,Electronic Arts,0.98,6.42,0,0.71,8.11 +85,GoldenEye 007,N64,1997,Shooter,Nintendo,5.8,2.01,0.13,0.15,8.09 +86,Mario & Sonic at the Olympic Games,Wii,2007,Sports,Sega,2.58,3.9,0.66,0.91,8.06 +87,Final Fantasy X,PS2,2001,Role-Playing,Sony Computer Entertainment,2.91,2.07,2.73,0.33,8.05 +88,Final Fantasy VIII,PS,1999,Role-Playing,SquareSoft,2.28,1.72,3.63,0.23,7.86 +89,Pokémon Platinum Version,DS,2008,Role-Playing,Nintendo,2.82,1.78,2.69,0.55,7.84 +90,Pac-Man,2600,1982,Puzzle,Atari,7.28,0.45,0,0.08,7.81 +91,Grand Theft Auto: Liberty City Stories,PSP,2005,Action,Take-Two Interactive,2.9,2.83,0.24,1.75,7.72 +92,Super Mario Galaxy 2,Wii,2010,Platform,Nintendo,3.66,2.42,0.98,0.64,7.69 +93,Star Wars Battlefront (2015),PS4,2015,Shooter,Electronic Arts,2.93,3.29,0.22,1.23,7.67 +94,Call of Duty: Advanced Warfare,PS4,2014,Shooter,Activision,2.8,3.3,0.14,1.37,7.6 +95,The Legend of Zelda: Ocarina of Time,N64,1998,Action,Nintendo,4.1,1.89,1.45,0.16,7.6 +96,Crash Bandicoot 2: Cortex Strikes Back,PS,1997,Platform,Sony Computer Entertainment,3.78,2.17,1.31,0.31,7.58 +97,Super Mario Bros. 2,NES,1988,Platform,Nintendo,5.39,1.18,0.7,0.19,7.46 +98,Super Smash Bros. for Wii U and 3DS,3DS,2014,Fighting,Nintendo,3.24,1.35,2.42,0.43,7.45 +99,Call of Duty: World at War,X360,2008,Shooter,Activision,4.79,1.9,0,0.69,7.37 +100,Battlefield 3,X360,2011,Shooter,Electronic Arts,4.46,2.13,0.06,0.69,7.34 +101,The Legend of Zelda: Twilight Princess,Wii,2006,Action,Nintendo,3.83,2.19,0.6,0.7,7.31 +102,Call of Duty: Black Ops 3,XOne,2015,Shooter,Activision,4.52,2.09,0.01,0.67,7.3 +103,Just Dance,Wii,2009,Misc,Ubisoft,3.51,3.03,0,0.73,7.27 +104,Battlefield 3,PS3,2011,Shooter,Electronic Arts,2.85,2.93,0.35,1.1,7.23 +105,Need for Speed Underground,PS2,2003,Racing,Electronic Arts,3.27,2.83,0.08,1.02,7.2 +106,Tekken 3,PS,1998,Fighting,Sony Computer Entertainment,3.27,2.22,1.4,0.29,7.16 +107,Crash Bandicoot 3: Warped,PS,1998,Platform,Sony Computer Entertainment,3.68,1.75,1.42,0.28,7.13 +108,Super Smash Bros. Melee,GC,2001,Fighting,Nintendo,4.41,1.04,1.39,0.22,7.07 +109,Mario Kart 8,WiiU,2014,Racing,Nintendo,3.13,2.07,1.27,0.49,6.96 +110,Fallout 4,PS4,2015,Role-Playing,Bethesda Softworks,2.47,3.15,0.24,1.1,6.96 +111,Mario Kart: Double Dash!!,GC,2003,Racing,Nintendo,4.12,1.77,0.87,0.19,6.95 +112,Just Dance 4,Wii,2012,Misc,Ubisoft,4.14,2.21,0,0.56,6.91 +113,FIFA 14,PS3,2013,Sports,Electronic Arts,0.78,4.32,0.07,1.73,6.9 +114,Need for Speed Underground 2,PS2,2004,Racing,Electronic Arts,2.71,3.02,0.08,1.09,6.9 +115,Medal of Honor: Frontline,PS2,2002,Shooter,Electronic Arts,2.93,2.75,0.17,0.99,6.83 +116,Uncharted 3: Drake's Deception,PS3,2011,Action,Sony Computer Entertainment,2.77,2.8,0.19,1.06,6.83 +117,Crash Bandicoot,PS,1996,Platform,Sony Computer Entertainment,3.23,2.35,0.94,0.3,6.82 +118,Zumba Fitness,Wii,2010,Sports,505 Games,3.5,2.64,0,0.67,6.81 +119,Gears of War 2,X360,2008,Shooter,Microsoft Game Studios,4.15,1.92,0.06,0.64,6.76 +120,Uncharted 2: Among Thieves,PS3,2009,Action,Sony Computer Entertainment,3.27,2.25,0.21,1,6.73 +121,Call of Duty 4: Modern Warfare,PS3,2007,Shooter,Activision,3.1,2.3,0.28,1.04,6.72 +122,FIFA 12,PS3,2011,Sports,Electronic Arts,0.84,4.32,0.11,1.42,6.69 +123,Big Brain Academy,DS,2005,Misc,Nintendo,1.67,2.78,1.6,0.62,6.67 +124,Red Dead Redemption,PS3,2010,Action,Take-Two Interactive,2.79,2.61,0.17,1.03,6.6 +125,FIFA 15,PS4,2014,Sports,Electronic Arts,0.79,4.29,0.05,1.47,6.59 +126,Donkey Kong Country Returns,Wii,2010,Platform,Nintendo,3.25,1.84,1.03,0.47,6.59 +127,The Elder Scrolls V: Skyrim,PS3,2011,Role-Playing,Bethesda Softworks,2.55,2.71,0.25,1.05,6.56 +128,The Legend of Zelda,NES,1986,Action,Nintendo,3.74,0.93,1.69,0.14,6.51 +129,Assassin's Creed III,PS3,2012,Action,Ubisoft,2.64,2.56,0.16,1.14,6.5 +130,Halo: Combat Evolved,XB,2001,Shooter,Microsoft Game Studios,4.98,1.3,0.08,0.07,6.43 +131,Pokémon Emerald Version,GBA,2004,Role-Playing,Nintendo,2.57,1.58,2.06,0.21,6.41 +132,Kingdom Hearts,PS2,2002,Role-Playing,Sony Computer Entertainment,3.64,1.2,1.49,0.07,6.4 +133,Pokémon Crystal Version,GB,2000,Role-Playing,Nintendo,2.55,1.56,1.29,0.99,6.39 +134,Halo 3: ODST,X360,2009,Shooter,Microsoft Game Studios,4.34,1.35,0.06,0.61,6.36 +135,Red Dead Redemption,X360,2010,Action,Take-Two Interactive,3.7,1.97,0.09,0.57,6.34 +136,Super Mario Sunshine,GC,2002,Platform,Nintendo,4.01,1.26,0.87,0.17,6.31 +137,Street Fighter II: The World Warrior,SNES,1992,Fighting,Capcom,2.47,0.83,2.87,0.12,6.3 +138,World of Warcraft,PC,2004,Role-Playing,Activision,0.07,6.21,0,0,6.28 +139,Driver,PS,1999,Action,GT Interactive,3.11,2.8,0.02,0.33,6.27 +140,Kinect Sports,X360,2010,Sports,Microsoft Game Studios,3.92,1.78,0.03,0.51,6.24 +141,Gears of War 3,X360,2011,Shooter,Microsoft Game Studios,4.05,1.62,0.07,0.49,6.24 +142,Gears of War,X360,2006,Shooter,Microsoft Game Studios,3.54,1.9,0.07,0.6,6.11 +143,Metal Gear Solid 2: Sons of Liberty,PS2,2001,Action,Konami Digital Entertainment,2.45,2.01,0.87,0.72,6.05 +144,Sonic the Hedgehog 2,GEN,1992,Platform,Sega,4.47,1.2,0.16,0.19,6.03 +145,Metal Gear Solid 4: Guns of the Patriots,PS3,2008,Action,Konami Digital Entertainment,2.63,1.74,0.83,0.83,6.03 +146,Metal Gear Solid,PS,1998,Action,Konami Digital Entertainment,3.18,1.83,0.78,0.24,6.03 +147,The Last of Us,PS3,2013,Action,Sony Computer Entertainment Europe,2.41,2.28,0.28,1.01,5.99 +148,Final Fantasy XII,PS2,2006,Role-Playing,Square Enix,1.88,0,2.33,1.74,5.95 +149,LittleBigPlanet,PS3,2008,Platform,Sony Computer Entertainment,2.8,2.05,0.17,0.9,5.92 +150,Dragon Quest IX: Sentinels of the Starry Skies,DS,2009,Role-Playing,Nintendo,0.66,0.69,4.35,0.15,5.84 +151,LEGO Star Wars: The Complete Saga,Wii,2007,Action,LucasArts,3.66,1.63,0,0.53,5.83 +152,Resident Evil 2,PS,1998,Action,Virgin Interactive,1.88,1.47,2.02,0.45,5.82 +153,Tekken 2,PS,1996,Fighting,Sony Computer Entertainment,2.26,1.89,1.36,0.23,5.74 +154,Cooking Mama,DS,2006,Simulation,505 Games,3.13,1.94,0.07,0.58,5.72 +155,Destiny,PS4,2014,Shooter,Activision,2.49,2.05,0.16,0.96,5.65 +156,Tetris,NES,1988,Puzzle,Nintendo,2.97,0.69,1.81,0.11,5.58 +157,Assassin's Creed II,PS3,2009,Action,Ubisoft,2.54,1.95,0.21,0.87,5.57 +158,Super Smash Bros.,N64,1999,Fighting,Nintendo,2.95,0.6,1.97,0.04,5.55 +159,Assassin's Creed,X360,2007,Adventure,Ubisoft,3.28,1.65,0.07,0.55,5.55 +160,Batman: Arkham City,PS3,2011,Action,Warner Bros. Interactive Entertainment,2.7,1.91,0.11,0.8,5.53 +161,Forza Motorsport 3,X360,2009,Racing,Microsoft Game Studios,2.99,1.92,0.1,0.51,5.51 +162,Monster Hunter Freedom Unite,PSP,2008,Role-Playing,Capcom,0.47,0.57,4.13,0.34,5.5 +163,Super Mario Advance,GBA,2001,Platform,Nintendo,3.14,1.24,0.91,0.2,5.49 +164,Mario Kart: Super Circuit,GBA,2001,Racing,Nintendo,2.62,1.64,0.99,0.23,5.47 +165,Super Mario World,GBA,2001,Platform,Nintendo,3.21,1.11,0.95,0.2,5.46 +166,Pokemon Stadium,N64,1999,Strategy,Nintendo,3.18,1.24,0.94,0.09,5.45 +167,Call of Duty: World at War,PS3,2008,Shooter,Activision,2.72,1.87,0,0.84,5.43 +168,Crash Bandicoot: The Wrath of Cortex,PS2,2001,Platform,Universal Interactive,2.07,2.29,0.24,0.82,5.42 +169,Minecraft,PS3,2014,Misc,Sony Computer Entertainment,1.97,2.51,0,0.94,5.42 +170,Final Fantasy XIII,PS3,2009,Role-Playing,Square Enix,1.74,1.24,1.87,0.52,5.36 +171,Dr. Mario,GB,1989,Puzzle,Nintendo,2.18,0.96,2,0.2,5.34 +172,Pokemon Pinball,GB,1999,Misc,Nintendo,3.02,1.12,1.01,0.16,5.31 +173,Assassin's Creed III,X360,2012,Action,Ubisoft,3.13,1.71,0.03,0.44,5.3 +174,Final Fantasy IX,PS,2000,Role-Playing,SquareSoft,1.62,0.77,2.78,0.14,5.3 +175,Final Fantasy X-2,PS2,2003,Role-Playing,Electronic Arts,1.92,1.08,2.11,0.17,5.29 +176,Donkey Kong 64,N64,1999,Platform,Nintendo,3.33,0.79,1.09,0.06,5.27 +177,Assassin's Creed II,X360,2009,Action,Ubisoft,3.1,1.56,0.08,0.51,5.27 +178,Professor Layton and the Curious Village,DS,2007,Puzzle,Nintendo,1.22,2.48,1.03,0.52,5.26 +179,Tomb Raider II,PS,1997,Action,Eidos Interactive,2.3,2.46,0.2,0.28,5.24 +180,Madden NFL 2004,PS2,N/A,Sports,Electronic Arts,4.26,0.26,0.01,0.71,5.23 +181,Dragon Quest VIII: Journey of the Cursed King,PS2,2004,Role-Playing,Square Enix,0.65,0.75,3.61,0.2,5.21 +182,Diablo III,PC,2012,Role-Playing,Activision,2.43,2.15,0,0.62,5.2 +183,Super Mario Bros. 3,GBA,2003,Platform,Nintendo,2.93,1.25,0.83,0.2,5.2 +184,New Super Mario Bros. U,WiiU,2012,Platform,Nintendo,2.32,1.3,1.27,0.31,5.19 +185,Super Mario Land 3: Wario Land,GB,1994,Platform,Nintendo,2.49,0.98,1.57,0.15,5.19 +186,FIFA Soccer 13,X360,2012,Action,Electronic Arts,1.08,3.48,0.03,0.58,5.18 +187,The Legend of Zelda: Phantom Hourglass,DS,2007,Action,Nintendo,1.9,1.83,0.95,0.49,5.17 +188,Donkey Kong Country 2: Diddy's Kong Quest,SNES,1995,Platform,Nintendo,2.1,0.74,2.2,0.11,5.15 +189,Tomodachi Life,3DS,2013,Simulation,Nintendo,0.96,2.02,1.89,0.28,5.15 +190,Mario & Sonic at the Olympic Games,DS,2008,Sports,Sega,1.64,2.48,0.44,0.58,5.14 +191,Medal of Honor: Rising Sun,PS2,2003,Shooter,Electronic Arts,1.98,2.23,0.13,0.8,5.13 +192,Kirby's Dream Land,GB,1992,Platform,Nintendo,2.71,0.61,1.7,0.11,5.13 +193,Fable III,X360,2010,Role-Playing,Microsoft Game Studios,3.59,1.11,0.05,0.38,5.13 +194,Call of Duty: Advanced Warfare,XOne,2014,Shooter,Activision,3.21,1.53,0.01,0.38,5.13 +195,Microsoft Flight Simulator,PC,1996,Simulation,Microsoft Game Studios,3.22,1.69,0,0.2,5.12 +196,Guitar Hero II,PS2,2006,Misc,RedOctane,3.81,0.63,0,0.68,5.12 +197,Resident Evil 5,PS3,2009,Action,Capcom,1.96,1.43,1.08,0.65,5.11 +198,Grand Theft Auto V,XOne,2014,Action,Take-Two Interactive,2.66,2.01,0,0.41,5.08 +199,Grand Theft Auto: Vice City Stories,PSP,2006,Action,Take-Two Interactive,1.7,2.02,0.16,1.21,5.08 +200,FIFA Soccer 11,PS3,2010,Sports,Electronic Arts,0.6,3.29,0.06,1.13,5.08 +201,Super Mario Bros.,GB,1999,Platform,Nintendo,3.4,1.3,0.15,0.22,5.07 +202,Resident Evil,PS,1996,Action,Virgin Interactive,2.05,1.16,1.11,0.73,5.05 +203,Tony Hawk's Pro Skater,PS,1999,Sports,Activision,3.42,1.38,0.02,0.2,5.02 +204,Super Smash Bros. for Wii U and 3DS,WiiU,2014,Fighting,Nintendo,2.59,1.06,0.8,0.57,5.02 +205,Warzone 2100,PS,1999,Strategy,Eidos Interactive,2.79,1.89,0,0.33,5.01 +206,Spyro the Dragon,PS,1998,Platform,Sony Computer Entertainment,3.36,1.36,0.07,0.21,5 +207,Link's Crossbow Training,Wii,2007,Shooter,Nintendo,3.06,1.18,0.29,0.46,5 +208,Guitar Hero III: Legends of Rock,PS2,2007,Misc,Activision,3.49,0.01,0.01,1.48,4.98 +209,Fallout 3,X360,2008,Role-Playing,Bethesda Softworks,3.39,1.03,0.09,0.44,4.96 +210,Pokemon Mystery Dungeon: Explorers of Time/Explorers of Darkness,DS,2007,Role-Playing,Nintendo,1.85,1.2,1.54,0.37,4.96 +211,Uncharted: Drake's Fortune,PS3,2007,Action,Sony Computer Entertainment,2.31,1.73,0.12,0.78,4.94 +212,Madden NFL 06,PS2,2005,Sports,Electronic Arts,3.98,0.26,0.01,0.66,4.91 +213,LEGO Star Wars: The Complete Saga,DS,2007,Action,LucasArts,2.89,1.54,0,0.46,4.9 +214,Diddy Kong Racing,N64,1997,Racing,Nintendo,2.91,0.99,0.89,0.1,4.88 +215,Monster Hunter Freedom 3,PSP,2010,Role-Playing,Capcom,0,0,4.87,0,4.87 +216,Dr. Mario,NES,1990,Puzzle,Nintendo,2.62,0.6,1.52,0.1,4.85 +217,God of War III,PS3,2010,Action,Sony Computer Entertainment,2.74,1.36,0.12,0.63,4.84 +218,StarCraft II: Wings of Liberty,PC,2010,Strategy,Activision,2.56,1.68,0,0.59,4.83 +219,Assassin's Creed,PS3,2007,Adventure,Ubisoft,1.91,2,0.09,0.83,4.83 +220,FIFA 15,PS3,2014,Sports,Electronic Arts,0.57,3.14,0.04,1.07,4.82 +221,Crash Team Racing,PS,1999,Racing,Sony Computer Entertainment,2.57,1.57,0.44,0.21,4.79 +222,FIFA 17,PS4,2016,Sports,Electronic Arts,0.28,3.75,0.06,0.69,4.77 +223,Batman: Arkham City,X360,2011,Action,Warner Bros. Interactive Entertainment,2.99,1.31,0.04,0.41,4.76 +224,Driver 2,PS,2000,Action,Atari,2.36,2.1,0.02,0.25,4.73 +225,The Simpsons: Hit & Run,PS2,2003,Racing,Vivendi Games,1.73,2.19,0,0.79,4.7 +226,Tony Hawk's Pro Skater 2,PS,2000,Sports,Activision,3.05,1.41,0.02,0.2,4.68 +227,Animal Crossing: City Folk,Wii,2008,Simulation,Nintendo,1.87,1.12,1.32,0.37,4.68 +228,The Lord of the Rings: The Two Towers,PS2,2002,Action,Electronic Arts,1.94,1.95,0.08,0.7,4.67 +229,Forza Motorsport 4,X360,2011,Racing,Microsoft Game Studios,2.08,2.04,0.06,0.47,4.64 +230,Tomb Raider,PS,1996,Action,Eidos Interactive,2.29,1.97,0.13,0.24,4.63 +231,Guitar Hero III: Legends of Rock,Wii,2007,Misc,Activision,3.06,1.12,0,0.44,4.62 +232,The Legend of Zelda: A Link to the Past,SNES,1991,Action,Nintendo,2.42,0.91,1.15,0.13,4.61 +233,The Legend of Zelda: The Wind Waker,GC,2002,Action,Nintendo,2.6,0.99,0.89,0.13,4.6 +234,Mario & Sonic at the Olympic Winter Games,Wii,2009,Sports,Sega,1.89,1.99,0.22,0.48,4.58 +235,Luigi's Mansion: Dark Moon,3DS,2013,Action,Nintendo,1.78,1.39,1.1,0.3,4.58 +236,Splatoon,WiiU,2015,Shooter,Nintendo,1.55,1.15,1.44,0.43,4.57 +237,The Last of Us,PS4,2014,Action,Sony Computer Entertainment,1.78,1.87,0.07,0.82,4.55 +238,Guitar Hero III: Legends of Rock,X360,2007,Misc,Activision,3.19,0.92,0.01,0.42,4.53 +239,Madden NFL 2005,PS2,2004,Sports,Electronic Arts,4.18,0.26,0.01,0.08,4.53 +240,Pitfall!,2600,1981,Platform,Activision,4.21,0.24,0,0.05,4.5 +241,Madden NFL 07,PS2,2006,Sports,Electronic Arts,3.63,0.24,0.01,0.61,4.49 +242,Spider-Man: The Movie,PS2,2002,Action,Activision,2.71,1.51,0.03,0.23,4.48 +243,Dragon Quest VII: Warriors of Eden,PS,2000,Role-Playing,Enix Corporation,0.2,0.14,4.1,0.02,4.47 +244,Uncharted: The Nathan Drake Collection,PS4,2015,Action,Sony Computer Entertainment,1.96,1.69,0.08,0.74,4.47 +245,Call of Duty: Advanced Warfare,PS3,2014,Shooter,Activision,1.54,1.94,0.19,0.77,4.45 +246,God of War,PS2,2005,Action,Sony Computer Entertainment,2.71,1.29,0.02,0.43,4.45 +247,Nintendo Land,WiiU,2012,Misc,Nintendo,2.55,1.11,0.46,0.33,4.44 +248,Michael Jackson: The Experience,Wii,2010,Misc,Ubisoft,2.67,1.35,0.01,0.39,4.42 +249,Tony Hawk's Pro Skater 3,PS2,2001,Sports,Activision,2.66,1.29,0.01,0.46,4.41 +250,Winning Eleven: Pro Evolution Soccer 2007,PS2,2006,Sports,Konami Digital Entertainment,0.1,2.39,1.05,0.86,4.39 +251,The Elder Scrolls IV: Oblivion,X360,2006,Role-Playing,Take-Two Interactive,2.82,1.05,0.13,0.4,4.39 +252,Zelda II: The Adventure of Link,NES,1987,Adventure,Nintendo,2.19,0.5,1.61,0.08,4.38 +253,Need for Speed: Most Wanted,PS2,2005,Racing,Electronic Arts,2.03,1.79,0.08,0.47,4.37 +254,Resistance: Fall of Man,PS3,2006,Shooter,Sony Computer Entertainment,1.73,1.73,0.14,0.75,4.35 +255,Sonic the Hedgehog,GEN,1991,Platform,Sega,3.03,0.91,0.26,0.13,4.34 +256,Kingdom Hearts II,PS2,2005,Role-Playing,Square Enix,2.2,0.58,1.38,0.17,4.33 +257,FIFA 14,X360,2013,Sports,Electronic Arts,0.92,2.93,0.01,0.46,4.31 +258,Call of Duty: Advanced Warfare,X360,2014,Shooter,Activision,2.75,1.18,0,0.37,4.31 +259,Asteroids,2600,1980,Shooter,Atari,4,0.26,0,0.05,4.31 +260,Fable II,X360,2008,Role-Playing,Microsoft Game Studios,2.51,1.27,0.11,0.41,4.31 +261,Halo 5: Guardians,XOne,2015,Shooter,Microsoft Game Studios,2.64,1.2,0.03,0.39,4.26 +262,Super Mario 3D World,WiiU,2013,Platform,Nintendo,2.11,1.11,0.72,0.3,4.25 +263,Batman: Arkham Asylum,PS3,2009,Action,Eidos Interactive,2.23,1.34,0.07,0.61,4.25 +264,Assassin's Creed: Revelations,PS3,2011,Action,Ubisoft,1.41,2.02,0.1,0.72,4.24 +265,Namco Museum,GBA,2001,Misc,Namco Bandai Games,3,1.11,0.05,0.07,4.24 +266,Metal Gear Solid 3: Snake Eater,PS2,2004,Action,Konami Digital Entertainment,1.46,0,0.83,1.93,4.23 +267,Daxter,PSP,2006,Platform,Sony Computer Entertainment,2.45,1.02,0,0.75,4.22 +268,Warcraft II: Tides of Darkness,PC,1995,Strategy,Activision,1.7,2.27,0,0.23,4.21 +269,The Legend of Zelda: Ocarina of Time,3DS,2011,Action,Nintendo,2.03,1.27,0.62,0.3,4.21 +270,FIFA Soccer 06,PS2,2005,Sports,Electronic Arts,0.78,2.55,0.04,0.84,4.21 +271,EyeToy Play,PS2,2003,Misc,Sony Computer Entertainment,0.88,2.3,0.2,0.83,4.2 +272,Uncharted 4: A Thief's End,PS4,2016,Shooter,Sony Computer Entertainment,1.3,2.07,0.18,0.65,4.2 +273,Gran Turismo 5 Prologue,PS3,2007,Racing,Sony Computer Entertainment,1.28,1.83,0.57,0.53,4.2 +274,Assassin's Creed: Revelations,X360,2011,Action,Ubisoft,2.25,1.47,0.04,0.43,4.19 +275,Street Fighter IV,PS3,2009,Fighting,Capcom,2.02,1.06,0.58,0.53,4.19 +276,FIFA 12,X360,2011,Sports,Electronic Arts,0.84,2.79,0.02,0.53,4.19 +277,Teenage Mutant Ninja Turtles,NES,1989,Action,Palcom,3.38,0.44,0.31,0.04,4.17 +278,Excitebike,NES,1984,Racing,Nintendo,2.04,0.48,1.57,0.07,4.16 +279,Frogger,PS,1997,Action,Hasbro Interactive,3.79,0.27,0,0.11,4.16 +280,Madden NFL 2003,PS2,2002,Sports,Electronic Arts,3.36,0.21,0.01,0.56,4.14 +281,Watch Dogs,PS4,2014,Action,Ubisoft,1.4,1.86,0.11,0.77,4.14 +282,Half-Life,PC,1997,Shooter,Vivendi Games,4.03,0,0.09,0,4.12 +283,Super Mario World 2: Yoshi's Island,SNES,1995,Platform,Nintendo,1.65,0.61,1.76,0.09,4.12 +284,FIFA Soccer 07,PS2,2006,Sports,Electronic Arts,0.71,2.48,0.03,0.89,4.11 +285,The Legend of Zelda: Skyward Sword,Wii,2011,Action,Nintendo,2.14,1.2,0.37,0.4,4.1 +286,Street Fighter II Turbo,SNES,1992,Fighting,Capcom,1.42,0.51,2.1,0.07,4.1 +287,Carnival Games,Wii,2007,Misc,Take-Two Interactive,2.13,1.5,0.05,0.42,4.1 +288,Fallout 4,XOne,2015,Role-Playing,Bethesda Softworks,2.45,1.26,0.01,0.37,4.09 +289,World of Warcraft: The Burning Crusade,PC,2007,Role-Playing,Activision,2.57,1.52,0,0,4.09 +290,Fallout: New Vegas,X360,2010,Role-Playing,Bethesda Softworks,2.65,1.06,0.04,0.33,4.08 +291,God of War II,PS2,2007,Action,Sony Computer Entertainment,2.32,0.04,0.04,1.67,4.07 +292,Forza Motorsport 2,X360,2007,Racing,Microsoft Game Studios,2.35,1.28,0.03,0.41,4.06 +293,World Soccer Winning Eleven 9,PS2,2005,Sports,Konami Digital Entertainment,0.12,2.26,0.9,0.77,4.06 +294,Namco Museum Vol.3,PS,1996,Misc,Sony Computer Entertainment,2.28,1.55,0.16,0.06,4.05 +295,Tekken Tag Tournament,PS2,2000,Fighting,Namco Bandai Games,1.68,1.51,0.51,0.35,4.05 +296,Far Cry 4,PS4,2014,Shooter,Ubisoft,1.12,2.12,0.1,0.69,4.03 +297,Star Fox 64,N64,1997,Shooter,Nintendo,2.78,0.58,0.64,0.04,4.03 +298,Minecraft,PS4,2014,Misc,Sony Computer Entertainment Europe,1.38,1.87,0.12,0.65,4.02 +299,Golf,NES,1984,Sports,Nintendo,1.22,0.28,2.46,0.04,4.01 +300,Fallout 3,PS3,2008,Role-Playing,Bethesda Softworks,2.15,1.2,0.07,0.59,4.01 +301,Professor Layton and the Diabolical Box,DS,2007,Puzzle,Nintendo,0.92,1.78,0.92,0.37,4 +302,Left 4 Dead 2,X360,2009,Shooter,Electronic Arts,2.67,0.89,0.05,0.37,3.99 +303,Namco Museum: 50th Anniversary,PS2,2005,Misc,Namco Bandai Games,2.08,1.35,0,0.54,3.98 +304,EA Sports Active,Wii,2009,Sports,Electronic Arts,2.1,1.36,0.06,0.4,3.92 +305,Assassin's Creed: Unity,PS4,2014,Action,Ubisoft,1.18,1.96,0.08,0.7,3.92 +306,Donkey Kong Land,GB,1994,Platform,Nintendo,1.97,0.76,1.07,0.11,3.91 +307,Tony Hawk's Underground,PS2,2003,Sports,Activision,2.29,1.17,0.01,0.42,3.9 +308,Assassin's Creed IV: Black Flag,PS3,2013,Action,Ubisoft,1.33,1.71,0.13,0.73,3.89 +309,Monster Hunter 4 Ultimate,3DS,2014,Role-Playing,Nintendo,0.67,0.49,2.62,0.11,3.89 +310,MotorStorm,PS3,2006,Racing,Sony Computer Entertainment,1.53,1.61,0.06,0.67,3.88 +311,The Elder Scrolls V: Skyrim,PC,2011,Role-Playing,Bethesda Softworks,1.15,2.09,0,0.64,3.88 +312,Tekken 5,PS2,2005,Fighting,Namco Bandai Games,0.93,1.94,0.31,0.7,3.87 +313,Dragon Warrior III,NES,1988,Role-Playing,Enix Corporation,0.1,0,3.77,0,3.87 +314,Sports Champions,PS3,2010,Sports,Sony Computer Entertainment,2.12,1.14,0.1,0.51,3.87 +315,NBA 2K16,PS4,2015,Sports,Take-Two Interactive,2.48,0.65,0.03,0.69,3.85 +316,World Soccer Winning Eleven 8 International,PS2,2004,Sports,Konami Digital Entertainment,0.16,1.89,1.12,0.68,3.85 +317,Flash Focus: Vision Training in Minutes a Day,DS,2007,Misc,Nintendo,0.87,1.57,1.05,0.35,3.84 +318,Namco Museum Vol.1,PS,1995,Misc,Sony Computer Entertainment,2.12,1.44,0.22,0.06,3.84 +319,The Legend of Zelda: Link's Awakening,GB,1992,Action,Nintendo,2.21,0.96,0.54,0.13,3.83 +320,Mario & Luigi: Bowser's Inside Story,DS,2009,Role-Playing,Nintendo,2.26,0.48,0.81,0.27,3.83 +321,Big Brain Academy: Wii Degree,Wii,2007,Misc,Nintendo,1.06,1.93,0.41,0.43,3.82 +322,Nintendogs + cats,3DS,2011,Simulation,Nintendo,1.44,1.37,0.73,0.27,3.81 +323,Batman: Arkham Knight,PS4,2015,Action,Warner Bros. Interactive Entertainment,1.49,1.58,0.1,0.61,3.79 +324,Mario & Sonic at the London 2012 Olympic Games,Wii,2011,Sports,Sega,1.14,1.91,0.27,0.46,3.78 +325,LEGO Indiana Jones: The Original Adventures,X360,2008,Action,Activision,2.4,1.03,0,0.36,3.78 +326,Resident Evil Director's Cut,PS,1996,Action,Virgin Interactive,1.82,1.24,0.47,0.25,3.77 +327,Ratchet & Clank: Size Matters,PSP,2007,Platform,Sony Computer Entertainment,1.4,1.4,0.1,0.87,3.77 +328,Just Dance 2014,Wii,2013,Misc,Ubisoft,1.98,1.47,0,0.32,3.76 +329,The Sims: Unleashed,PC,2002,Simulation,Electronic Arts,2.03,1.56,0,0.17,3.76 +330,Super Paper Mario,Wii,2007,Platform,Nintendo,1.98,0.88,0.59,0.32,3.76 +331,Harry Potter and the Sorcerer's Stone,PS,2001,Action,Electronic Arts,1.37,2,0.14,0.22,3.73 +332,The Witcher 3: Wild Hunt,PS4,2015,Role-Playing,Namco Bandai Games,0.96,2,0.21,0.56,3.73 +333,Resident Evil 3: Nemesis,PS,1999,Action,Eidos Interactive,1.3,0.77,1.54,0.11,3.72 +334,Spyro: Year of the Dragon,PS,2000,Platform,Sony Computer Entertainment,1.93,1.58,0,0.19,3.71 +335,FIFA Soccer 2005,PS2,2004,Sports,Electronic Arts,0.58,2.48,0.04,0.59,3.7 +336,Pokémon Trading Card Game,GB,1998,Strategy,Nintendo,1.49,0.73,1.38,0.1,3.7 +337,Battlefield 4,PS3,2013,Shooter,Electronic Arts,1.3,1.51,0.27,0.61,3.69 +338,MySims,DS,2007,Simulation,Electronic Arts,1.59,1.61,0.08,0.41,3.69 +339,Friend Collection,DS,2009,Misc,Nintendo,0,0,3.67,0,3.67 +340,Tony Hawk's Pro Skater 4,PS2,2002,Sports,Activision,2.13,1.18,0.01,0.35,3.67 +341,Midnight Club 3: DUB Edition,PSP,2005,Racing,Take-Two Interactive,1.65,1.22,0,0.79,3.66 +342,Banjo-Kazooie,N64,1998,Platform,Nintendo,1.87,1.13,0.55,0.1,3.65 +343,SOCOM: U.S. Navy SEALs,PS2,2002,Shooter,Sony Computer Entertainment,2.53,0.81,0.06,0.24,3.65 +344,Guitar Hero: World Tour,Wii,2008,Misc,Activision,2.33,0.97,0,0.35,3.65 +345,Gran Turismo 6,PS3,2013,Racing,Sony Computer Entertainment,0.71,1.8,0.4,0.74,3.64 +346,Jak and Daxter: The Precursor Legacy,PS2,2001,Platform,Sony Computer Entertainment,2.08,1.09,0.15,0.33,3.64 +347,Pokemon Snap,N64,1999,Simulation,Nintendo,2.23,0.68,0.66,0.06,3.63 +348,FIFA Soccer 10,PS3,2009,Sports,Electronic Arts,0.6,2.46,0.05,0.52,3.63 +349,Pro Evolution Soccer 2008,PS2,2007,Sports,Konami Digital Entertainment,0.05,0,0.64,2.93,3.63 +350,Call of Duty: Ghosts,PS4,2013,Shooter,Activision,1.78,1.42,0.05,0.38,3.63 +351,Resident Evil 4,PS2,2005,Action,Capcom,2.08,0.83,0.46,0.25,3.62 +352,Tom Clancy's The Division,PS4,2016,Shooter,Ubisoft,1.28,1.61,0.15,0.57,3.61 +353,Star Wars: Battlefront,PS2,2004,Shooter,LucasArts,1.93,1.22,0.03,0.44,3.61 +354,Doom II: Hell on Earth,PC,1994,Shooter,Virgin Interactive,2.05,1.4,0,0.16,3.61 +355,The Simpsons: Road Rage,PS2,2001,Racing,Electronic Arts,2.02,1.17,0,0.42,3.61 +356,Cooking Mama 2: Dinner With Friends,DS,2007,Simulation,505 Games,1.61,1.5,0.1,0.39,3.61 +357,Luigi's Mansion,GC,2001,Action,Nintendo,2.38,0.67,0.46,0.1,3.6 +358,Star Wars: Battlefront II,PS2,2005,Shooter,LucasArts,2.18,1.02,0.03,0.37,3.59 +359,WWF SmackDown!,PS,2000,Fighting,THQ,2.01,1.35,0.06,0.16,3.58 +360,Croc: Legend of the Gobbos,PS,1997,Platform,Fox Interactive,1.57,1.79,0,0.2,3.56 +361,Grand Theft Auto: Liberty City Stories,PS2,2006,Action,Take-Two Interactive,1.56,1.4,0.07,0.5,3.54 +362,The Getaway,PS2,2002,Action,Sony Computer Entertainment,1.23,1.77,0.05,0.49,3.54 +363,Tomb Raider III: Adventures of Lara Croft,PS,1997,Action,Eidos Interactive,1.66,1.58,0.12,0.18,3.54 +364,James Bond 007: Agent Under Fire,PS2,2001,Shooter,Electronic Arts,1.9,1.13,0.1,0.41,3.53 +365,LEGO Star Wars: The Video Game,PS2,2005,Action,Eidos Interactive,1.98,1.14,0.01,0.41,3.53 +366,Battlefield 4,X360,2013,Shooter,Electronic Arts,2.14,1.08,0.02,0.29,3.53 +367,FIFA Soccer 11,X360,2010,Sports,Electronic Arts,0.71,2.4,0.02,0.4,3.53 +368,Rugrats in Paris: The Movie,PS,2000,Action,THQ,1.96,1.33,0,0.23,3.52 +369,Spyro 2: Ripto's Rage!,PS,1999,Platform,Sony Computer Entertainment,2.14,1.21,0.01,0.17,3.52 +370,Left 4 Dead,X360,2008,Shooter,Electronic Arts,2.66,0.5,0.05,0.3,3.52 +371,Mario & Sonic at the Olympic Winter Games,DS,2009,Sports,Sega,1.22,1.66,0.27,0.38,3.52 +372,Resident Evil 5,X360,2009,Action,Capcom,2.11,0.94,0.12,0.34,3.51 +373,Donkey Kong Country 3: Dixie Kong's Double Trouble!,SNES,1996,Platform,Nintendo,1.17,0.5,1.75,0.08,3.51 +374,Assassin's Creed: Brotherhood,X360,2010,Action,Ubisoft,2.84,0.39,0.03,0.24,3.5 +375,Kung Fu,NES,1985,Action,Nintendo,1.64,0.38,1.42,0.06,3.5 +376,Batman: Arkham Asylum,X360,2009,Action,Eidos Interactive,2.2,0.97,0.02,0.31,3.5 +377,Clubhouse Games,DS,2006,Misc,Nintendo,0.59,1.83,0.73,0.35,3.5 +378,FIFA Soccer 2004,PS2,N/A,Sports,Electronic Arts,0.59,2.36,0.04,0.51,3.49 +379,Star Wars Battlefront (2015),XOne,2015,Shooter,Electronic Arts,1.94,1.22,0.02,0.31,3.49 +380,Battlefield: Bad Company 2,X360,2010,Shooter,Electronic Arts,2.09,1.02,0.04,0.32,3.48 +381,Guitar Hero: On Tour,DS,2008,Misc,Activision,2.11,1.01,0.01,0.35,3.48 +382,Assassin's Creed: Unity,XOne,2014,Action,Ubisoft,2.26,0.89,0,0.3,3.46 +383,Far Cry 3,PS3,2012,Shooter,Ubisoft,0.88,1.75,0.1,0.72,3.45 +384,Monster Hunter 4,3DS,2013,Role-Playing,Capcom,0,0,3.44,0,3.44 +385,Borderlands,X360,2009,Shooter,Take-Two Interactive,2.39,0.73,0.03,0.29,3.44 +386,Tekken 4,PS2,2002,Fighting,Namco Bandai Games,1.55,1.27,0.33,0.29,3.44 +387,Battlefield 4,PS4,2013,Shooter,Electronic Arts,1.34,1.54,0.17,0.38,3.43 +388,LittleBigPlanet 2,PS3,2011,Platform,Sony Computer Entertainment,1.82,1.07,0.06,0.47,3.42 +389,Grand Theft Auto 2,PS,1998,Action,Take-Two Interactive,1.13,2.07,0,0.22,3.42 +390,Final Fantasy III,SNES,1994,Role-Playing,SquareSoft,0.86,0,2.55,0.02,3.42 +391,Spider-Man 2,PS2,2004,Action,Activision,1.75,1.2,0.02,0.43,3.41 +392,F-1 Race,GB,1990,Racing,Nintendo,1.73,0.69,0.59,0.4,3.41 +393,FIFA Soccer 2003,PS2,2002,Sports,Electronic Arts,0.46,2.28,0.05,0.61,3.4 +394,Crash Bash,PS,2000,Misc,Sony Computer Entertainment,1.56,1.47,0.19,0.17,3.39 +395,LEGO Batman: The Videogame,X360,2008,Action,Warner Bros. Interactive Entertainment,2.03,1.03,0,0.32,3.38 +396,Metal Gear Solid V: The Phantom Pain,PS4,2015,Action,Konami Digital Entertainment,1.08,1.35,0.48,0.47,3.38 +397,The Legend of Zelda: Spirit Tracks,DS,2009,Action,Nintendo,1.43,0.94,0.74,0.27,3.38 +398,WWF War Zone,PS,1998,Fighting,Acclaim Entertainment,2.47,0.76,0,0.13,3.36 +399,The Legend of Zelda: Majora's Mask,N64,2000,Action,Nintendo,1.9,0.67,0.73,0.06,3.36 +400,Professor Layton and the Unwound Future,DS,2008,Puzzle,Nintendo,0.65,1.61,0.82,0.28,3.36 +401,Rugrats: Search For Reptar,PS,1998,Adventure,THQ,1.63,1.53,0,0.18,3.34 +402,Assassin's Creed IV: Black Flag,X360,2013,Action,Ubisoft,1.9,1.14,0.01,0.29,3.34 +403,English Training: Have Fun Improving Your Skills!,DS,2006,Misc,Nintendo,0,0.99,2.32,0.02,3.33 +404,James Bond 007: Nightfire,PS2,2002,Shooter,Electronic Arts,1.45,1.29,0.12,0.46,3.33 +405,Ratchet & Clank,PS2,2002,Platform,Sony Computer Entertainment,1.44,1.01,0.57,0.3,3.33 +406,Mario Party 9,Wii,2012,Misc,Nintendo,1.15,1.17,0.76,0.24,3.32 +407,Star Wars Episode III: Revenge of the Sith,PS2,2005,Action,LucasArts,1.47,1.39,0.03,0.43,3.32 +408,Max Payne,PS2,2001,Shooter,Take-Two Interactive,1.99,1.05,0.05,0.22,3.31 +409,The Lord of the Rings: The Return of the King,PS2,2003,Action,Electronic Arts,1.5,1.28,0.05,0.46,3.28 +410,Assassin's Creed Syndicate,PS4,2015,Action,Ubisoft,0.8,1.92,0.06,0.5,3.28 +411,Destiny,XOne,2014,Shooter,Activision,2.13,0.92,0,0.23,3.28 +412,True Crime: Streets of LA,PS2,2003,Action,Activision,1.89,1.05,0.02,0.31,3.27 +413,Wii Music,Wii,2008,Misc,Nintendo,1.36,1.13,0.46,0.32,3.27 +414,Gran Turismo (PSP),PSP,2009,Racing,Sony Computer Entertainment,0.5,1.59,0.31,0.87,3.27 +415,Monster Hunter X,3DS,2015,Action,Capcom,0.25,0.19,2.78,0.04,3.26 +416,Tekken,PS,1995,Fighting,Sony Computer Entertainment,0.95,1.3,0.77,0.22,3.24 +417,FIFA 16,XOne,2015,Sports,Electronic Arts,0.88,2.11,0,0.23,3.23 +418,L.A. Noire,PS3,2011,Adventure,Take-Two Interactive,1.27,1.33,0.12,0.51,3.23 +419,Madden NFL 16,PS4,2015,Sports,Electronic Arts,2.33,0.3,0,0.59,3.22 +420,Yokai Watch 2 Ganso/Honke,3DS,2014,Role-Playing,Nintendo,0.03,0,3.18,0,3.22 +421,007: Tomorrow Never Dies,PS,1999,Shooter,Electronic Arts,1.72,1.33,0,0.16,3.21 +422,Baseball,NES,1983,Sports,Nintendo,0.73,0.1,2.35,0.02,3.2 +423,Killer Instinct,SNES,1995,Fighting,Nintendo,2.26,0.72,0.12,0.1,3.2 +424,WWF SmackDown! 2: Know Your Role,PS,2000,Fighting,THQ,1.76,1.21,0.07,0.16,3.2 +425,Crisis Core: Final Fantasy VII,PSP,2007,Role-Playing,Square Enix,1.35,0.6,0.8,0.44,3.19 +426,God of War: Chains of Olympus,PSP,2008,Action,Sony Computer Entertainment,1.48,1.01,0.04,0.66,3.19 +427,Dragon Quest VI: Maboroshi no Daichi,SNES,1995,Role-Playing,Enix Corporation,0,0,3.19,0,3.19 +428,Dance Central,X360,2010,Misc,MTV Games,2.15,0.77,0.01,0.26,3.19 +429,Enter the Matrix,PS2,2003,Action,Atari,1.78,1.12,0.09,0.19,3.18 +430,Super Mario Maker,WiiU,2015,Platform,Nintendo,1.18,0.87,0.93,0.2,3.18 +431,Fallout: New Vegas,PS3,2010,Role-Playing,Bethesda Softworks,1.52,1.08,0.1,0.47,3.17 +432,LEGO Batman: The Videogame,Wii,N/A,Action,Warner Bros. Interactive Entertainment,1.86,1.02,0,0.29,3.17 +433,Rhythm Heaven,DS,2008,Misc,Nintendo,0.58,0.51,1.93,0.14,3.17 +434,Ace Combat 04: Shattered Skies,PS2,2001,Simulation,Sony Computer Entertainment Europe,2.06,0.56,0.38,0.17,3.17 +435,Club Penguin: Elite Penguin Force,DS,2008,Adventure,Disney Interactive Studios,1.88,0.98,0,0.3,3.16 +436,Animal Crossing,GC,2001,Simulation,Nintendo,1.92,0.16,0.99,0.09,3.15 +437,LEGO Batman: The Videogame,DS,2008,Action,Warner Bros. Interactive Entertainment,1.79,1.06,0,0.29,3.15 +438,Sonic Rush,DS,2005,Platform,Sega,1.22,1.57,0.06,0.29,3.15 +439,Resident Evil 6,PS3,2012,Shooter,Capcom,0.88,0.97,0.88,0.42,3.15 +440,Halo: The Master Chief Collection,XOne,2014,Shooter,Microsoft Game Studios,1.89,0.99,0.03,0.24,3.15 +441,FIFA Soccer 08,PS2,2007,Sports,Electronic Arts,0.68,0,0,2.46,3.14 +442,Spider-Man,PS,2000,Action,Activision,1.7,1.25,0.02,0.16,3.13 +443,Need for Speed III: Hot Pursuit,PS,1998,Racing,Electronic Arts,2.14,0.86,0,0.13,3.12 +444,Star Wars Episode I Racer,N64,1999,Racing,Nintendo,2.31,0.62,0.14,0.04,3.12 +445,Personal Trainer: Cooking,DS,2006,Misc,Nintendo,0.91,1,1.03,0.17,3.12 +446,The Elder Scrolls IV: Oblivion,PS3,2007,Role-Playing,Ubisoft,1.69,0.87,0.14,0.42,3.12 +447,Dragon Warrior IV,NES,1990,Role-Playing,Enix Corporation,0.08,0,3.03,0.01,3.12 +448,Heavy Rain,PS3,2010,Adventure,Sony Computer Entertainment,1.29,1.27,0.06,0.5,3.12 +449,Mass Effect 2,X360,2010,Role-Playing,Electronic Arts,1.99,0.82,0.03,0.27,3.11 +450,FIFA 15,X360,2014,Sports,Electronic Arts,0.78,2.02,0,0.3,3.11 +451,Dragon Ball Z: Budokai,PS2,2002,Fighting,Atari,2.17,0.28,0.55,0.08,3.09 +452,Madden NFL 2002,PS2,2001,Sports,Electronic Arts,2.5,0.16,0.01,0.42,3.08 +453,World Class Track Meet,NES,1986,Sports,Namco Bandai Games,1.92,0.45,0.64,0.07,3.08 +454,Borderlands 2,X360,2012,Shooter,Take-Two Interactive,1.89,0.91,0.04,0.24,3.07 +455,The Legend of Zelda: A Link Between Worlds,3DS,2013,Action,Nintendo,1.4,0.99,0.46,0.22,3.07 +456,Donkey Kong,GB,1994,Platform,Nintendo,1.57,0.62,0.55,0.34,3.07 +457,The Sims: Vacation,PC,2002,Simulation,Electronic Arts,1.72,1.21,0,0.14,3.07 +458,Mass Effect 3,X360,2012,Role-Playing,Electronic Arts,1.94,0.86,0.03,0.24,3.07 +459,Kung Fu Panda,X360,2008,Action,Activision,1.91,0.84,0,0.29,3.05 +460,Far Cry 3,X360,2012,Shooter,Ubisoft,1.38,1.35,0.02,0.28,3.04 +461,Epic Mickey,Wii,2010,Platform,Disney Interactive Studios,2.06,0.64,0.12,0.22,3.04 +462,Saints Row 2,X360,2008,Action,THQ,1.94,0.8,0.02,0.27,3.03 +463,Rayman,PS,1995,Platform,Ubisoft,1.54,1.33,0,0.16,3.03 +464,Killzone 2,PS3,2009,Shooter,Sony Computer Entertainment,1.4,1.07,0.08,0.47,3.02 +465,Tom Clancy's Splinter Cell,XB,2002,Action,Ubisoft,1.85,1.04,0,0.13,3.02 +466,Mike Tyson's Punch-Out!!,NES,1987,Fighting,Nintendo,2.03,0.47,0.45,0.07,3.02 +467,WWE SmackDown! Shut Your Mouth,PS2,2002,Sports,THQ,1.45,1.13,0.07,0.38,3.02 +468,Gears of War: Ultimate Edition,XOne,2015,Shooter,Microsoft Game Studios,2.38,0.32,0,0.31,3 +469,NBA 2K13,X360,2012,Sports,Take-Two Interactive,2.6,0.21,0.01,0.19,3 +470,Dragon Ball Z: Budokai Tenkaichi 3,PS2,2007,Fighting,Atari,1.15,0,0.76,1.09,3 +471,wwe Smackdown vs. Raw 2006,PS2,N/A,Fighting,N/A,1.57,1.02,0,0.41,3 +472,Middle-Earth: Shadow of Mordor,PS4,2014,Action,Warner Bros. Interactive Entertainment,1.01,1.41,0.05,0.53,2.99 +473,Star Fox,SNES,1993,Shooter,Nintendo,1.61,0.51,0.8,0.07,2.99 +474,The Sims: Livin Large,PC,2000,Misc,Electronic Arts,1.67,1.18,0,0.13,2.99 +475,World Soccer Winning Eleven 6 International,PS2,2002,Sports,Konami Digital Entertainment,0.12,1.26,1.16,0.45,2.99 +476,Devil May Cry,PS2,2001,Action,Capcom,1.36,0.86,0.64,0.13,2.99 +477,Animal Crossing: Happy Home Designer,3DS,2015,Simulation,Nintendo,0.47,1,1.39,0.12,2.98 +478,Battlefield: Bad Company 2,PS3,2010,Shooter,Electronic Arts,1.33,1.12,0.08,0.45,2.97 +479,The Sims 4,PC,2014,Simulation,Electronic Arts,0.96,1.72,0,0.29,2.97 +480,Star Wars: The Old Republic,PC,2011,Role-Playing,Electronic Arts,1.58,1.01,0,0.38,2.97 +481,Sonic Heroes,PS2,2003,Platform,Sega,1.04,1.37,0.06,0.49,2.96 +482,Kirby Super Star Ultra,DS,2008,Platform,Nintendo,1.57,0.04,1.19,0.15,2.96 +483,Hitman 2: Silent Assassin,PS2,2002,Action,Eidos Interactive,1.36,1.15,0.04,0.41,2.96 +484,Street Fighter IV,X360,2009,Fighting,Capcom,1.82,0.71,0.15,0.26,2.95 +485,Wave Race 64,N64,1996,Racing,Nintendo,1.98,0.58,0.34,0.04,2.94 +486,SOCOM II: U.S. Navy SEALs,PS2,2003,Shooter,Sony Computer Entertainment,2.22,0.51,0.06,0.15,2.94 +487,WWE SmackDown! vs. RAW 2006,PS2,2005,Fighting,THQ,1.45,1.11,0.04,0.33,2.94 +488,inFAMOUS,PS3,2009,Action,Sony Computer Entertainment,1.76,0.69,0.12,0.37,2.94 +489,Pac-Man Collection,GBA,2001,Puzzle,Atari,2.07,0.77,0.05,0.05,2.94 +490,Mass Effect,X360,2007,Role-Playing,Microsoft Game Studios,1.83,0.8,0.03,0.27,2.93 +491,WarioWare: Smooth Moves,Wii,2006,Puzzle,Nintendo,0.87,1.06,0.73,0.26,2.92 +492,Cooking Mama: Cook Off,Wii,2007,Simulation,505 Games,1.43,1.13,0.05,0.3,2.91 +493,Super Mario World 2: Yoshi's Island,GBA,2002,Platform,Nintendo,1.75,0.45,0.62,0.09,2.91 +494,FIFA 14,PS4,2013,Sports,Electronic Arts,0.61,1.85,0.11,0.33,2.9 +495,Titanfall,XOne,2014,Shooter,Electronic Arts,1.84,0.8,0.04,0.22,2.9 +496,Sonic Mega Collection Plus,PS2,2004,Misc,Sega,1.54,1.14,0,0.22,2.9 +497,Sega Superstars Tennis,X360,2008,Sports,Sega,1.75,0.86,0,0.28,2.9 +498,World Soccer Winning Eleven 7 International,PS2,2003,Sports,Konami Digital Entertainment,0.08,1.24,1.13,0.45,2.9 +499,Need for Speed: Most Wanted,PS3,2012,Racing,Electronic Arts,0.71,1.51,0.06,0.61,2.89 +500,Hot Shots Golf 3,PS2,2001,Sports,Sony Computer Entertainment,0.99,0.32,1.38,0.2,2.89 +501,Call of Duty: Finest Hour,PS2,2004,Shooter,Activision,1.51,1.12,0.01,0.24,2.89 +502,Zumba Fitness 2,Wii,2011,Sports,Majesco Entertainment,1.54,1.07,0,0.28,2.88 +503,Syphon Filter,PS,1999,Shooter,Sony Computer Entertainment,2.03,0.72,0.02,0.11,2.88 +504,Imagine: Babyz,DS,2007,Simulation,Ubisoft,1.3,1.27,0,0.31,2.88 +505,Colin McRae Rally,PS,1998,Racing,Codemasters,0.09,2.43,0.12,0.22,2.87 +506,Call of Duty: Ghosts,XOne,2013,Shooter,Activision,1.87,0.77,0,0.22,2.86 +507,Madden NFL 13,X360,2012,Sports,Electronic Arts,2.53,0.16,0,0.17,2.86 +508,The Elder Scrolls III: Morrowind,XB,2002,Role-Playing,Ubisoft,2.09,0.63,0.03,0.11,2.86 +509,Mortal Kombat,PS3,2011,Fighting,Warner Bros. Interactive Entertainment,1.98,0.55,0,0.32,2.85 +510,F-Zero,SNES,1990,Racing,Nintendo,1.37,0.51,0.89,0.07,2.85 +511,Yoshi's Story,N64,1997,Platform,Nintendo,1.29,0.53,0.98,0.05,2.85 +512,Command & Conquer: Red Alert,PC,1996,Strategy,Virgin Interactive,1.37,1.34,0,0.14,2.85 +513,Skylanders: Spyro's Adventure,Wii,2011,Action,Activision,1.4,1.14,0,0.31,2.85 +514,FIFA 16,PS3,2015,Sports,Electronic Arts,0.4,1.98,0.05,0.42,2.85 +515,Assassin's Creed: Brotherhood,PS3,2010,Action,Ubisoft,1.87,0.57,0.11,0.3,2.84 +516,BioShock,X360,2007,Shooter,Take-Two Interactive,1.65,0.86,0.05,0.28,2.83 +517,Madden NFL 10,X360,2009,Sports,Electronic Arts,2.52,0.09,0,0.22,2.83 +518,Medal of Honor,PS3,2010,Shooter,Electronic Arts,1.28,1.05,0.07,0.43,2.83 +519,WWE SmackDown! vs. Raw,PS2,2002,Fighting,THQ,1.32,1.08,0.04,0.39,2.83 +520,Metroid Prime,GC,2002,Shooter,Nintendo,1.96,0.67,0.1,0.09,2.82 +521,Finding Nemo,GBA,2003,Action,THQ,1.59,1.05,0.04,0.14,2.82 +522,Myst,PC,1994,Adventure,Red Orb,0.02,2.79,0,0,2.81 +523,Need for Speed: Hot Pursuit,PS3,2010,Racing,Electronic Arts,1.05,1.25,0.03,0.48,2.81 +524,Imagine: Fashion Designer,DS,2007,Simulation,Ubisoft,1.32,1.19,0,0.3,2.81 +525,WWE SmackDown! Here Comes the Pain,PS2,2003,Fighting,THQ,1.32,1.06,0.04,0.38,2.8 +526,Star Wars: The Force Unleashed,X360,2008,Action,LucasArts,1.74,0.8,0,0.26,2.8 +527,Yoshi's Island DS,DS,2006,Platform,Nintendo,1.47,0.07,1.1,0.15,2.8 +528,Hot Shots Golf,PS,1997,Sports,Sony Computer Entertainment,0.29,0.2,2.13,0.18,2.79 +529,Killzone 3,PS3,2011,Shooter,Sony Computer Entertainment,1.45,0.88,0.09,0.38,2.79 +530,A Bug's Life,PS,1998,Platform,Sony Computer Entertainment,1.96,0.72,0,0.11,2.79 +531,WWF SmackDown! Just Bring It,PS2,2001,Fighting,THQ,1.19,1.15,0.04,0.41,2.79 +532,Dragon Quest V: Tenkuu no Hanayome,SNES,1992,Role-Playing,Enix Corporation,0,0,2.78,0.01,2.79 +533,Mortal Kombat Trilogy,PS,1996,Fighting,GT Interactive,1.98,0.7,0,0.11,2.79 +534,Battlefield 3,PC,2011,Shooter,Electronic Arts,0.89,1.43,0,0.48,2.79 +535,NBA Street,PS2,2001,Sports,Electronic Arts,2.19,0.22,0,0.38,2.79 +536,Professor Layton and the Last Specter,DS,2009,Puzzle,Nintendo,0.3,1.47,0.68,0.34,2.79 +537,Monster Hunter Tri,3DS,2011,Role-Playing,Nintendo,0.46,0.29,1.96,0.07,2.79 +538,Jak II,PS2,2003,Platform,Sony Computer Entertainment,1.68,0.74,0,0.36,2.78 +539,inFAMOUS: Second Son,PS4,2014,Action,Sony Computer Entertainment,1.27,0.97,0.07,0.47,2.78 +540,Ratchet & Clank: Going Commando,PS2,2003,Platform,Sony Computer Entertainment,1.44,0.83,0.26,0.25,2.78 +541,Tekken 6,PS3,2009,Fighting,Namco Bandai Games,1.2,0.98,0.17,0.43,2.78 +542,The Sims,PS2,2003,Simulation,Electronic Arts,1.41,1.12,0,0.24,2.77 +543,Sonic and the Secret Rings,Wii,2007,Platform,Sega,1.24,1.2,0.04,0.3,2.77 +544,Saints Row: The Third,X360,2011,Action,THQ,1.25,1.15,0.07,0.3,2.77 +545,Missile Command,2600,1980,Shooter,Atari,2.56,0.17,0,0.03,2.76 +546,Mario Paint,SNES,1992,Misc,Nintendo,1.43,0.54,0.71,0.07,2.75 +547,Assassin's Creed IV: Black Flag,PS4,2013,Action,Ubisoft,1.07,1.31,0.06,0.31,2.74 +548,Pokémon Stadium 2,N64,2000,Strategy,Nintendo,1.02,0.36,1.13,0.23,2.73 +549,Metroid,NES,1986,Action,Nintendo,1.33,0.31,1.04,0.05,2.73 +550,L.A. Noire,X360,2011,Adventure,Take-Two Interactive,1.52,0.94,0.02,0.24,2.72 +551,Call of Duty 3,X360,2006,Shooter,Activision,1.49,0.93,0.02,0.27,2.71 +552,The Legend of Zelda: A Link to the Past,GBA,2002,Action,Nintendo,1.75,0.52,0.33,0.1,2.7 +553,Onimusha: Warlords,PS2,2001,Action,Virgin Interactive,0.99,0.48,1.09,0.14,2.7 +554,Mortal Kombat X,PS4,2015,Fighting,Warner Bros. Interactive Entertainment,1.47,0.76,0,0.47,2.7 +555,Mario Party,N64,1998,Misc,Nintendo,1.25,0.53,0.87,0.05,2.7 +556,Madden NFL 12,X360,2011,Sports,Electronic Arts,2.42,0.11,0,0.16,2.69 +557,LEGO Star Wars II: The Original Trilogy,PS2,2006,Action,LucasArts,1.85,0.64,0.01,0.19,2.69 +558,Madden NFL 11,X360,2010,Sports,Electronic Arts,2.38,0.12,0,0.18,2.69 +559,Mario vs. Donkey Kong: Mini-Land Mayhem!,DS,2010,Puzzle,Nintendo,1.63,0.52,0.35,0.18,2.69 +560,Skate 3,X360,2010,Sports,Electronic Arts,1.46,0.98,0,0.24,2.68 +561,Burnout 3: Takedown,PS2,2004,Racing,Electronic Arts,1.23,1.11,0,0.34,2.68 +562,Yokai Watch 2 Shinuchi,3DS,2014,Role-Playing,Level 5,0,0,2.68,0,2.68 +563,Need for Speed: Shift,PS3,2009,Racing,Electronic Arts,0.69,1.41,0.04,0.53,2.68 +564,Final Fantasy XIII-2,PS3,2011,Role-Playing,Square Enix,0.78,0.75,0.89,0.26,2.68 +565,Mortal Kombat,GEN,1992,Fighting,Arena Entertainment,1.95,0.63,0,0.09,2.67 +566,Call Of Duty 2: Big Red One,PS2,2005,Shooter,Activision,1.48,0.92,0.01,0.26,2.67 +567,Guitar Hero: World Tour,X360,2008,Misc,Activision,1.78,0.64,0,0.25,2.67 +568,Medal of Honor,PS,1998,Shooter,Electronic Arts,1.44,1.09,0,0.14,2.67 +569,Fable,XB,2004,Role-Playing,Microsoft Game Studios,1.99,0.58,0,0.09,2.66 +570,Hannah Montana,DS,2006,Action,Disney Interactive Studios,1.59,0.8,0,0.26,2.65 +571,Tom Clancy's Splinter Cell,PS2,2003,Action,Ubisoft,1.15,1.11,0,0.4,2.65 +572,Skylanders Giants,Wii,2012,Action,Activision,1.56,0.88,0,0.22,2.65 +573,Medal of Honor Heroes,PSP,2006,Shooter,Electronic Arts,0.86,1.11,0.01,0.66,2.65 +574,Super Mario Bros.: The Lost Levels,NES,1986,Platform,Nintendo,0,0,2.65,0,2.65 +575,Star Wars: Shadows of the Empire,N64,1996,Action,Nintendo,2,0.5,0.12,0.03,2.65 +576,LEGO Star Wars: The Complete Saga,X360,2007,Action,LucasArts,1.53,0.87,0,0.24,2.64 +577,Midnight Club: Street Racing,PS2,2000,Racing,Take-Two Interactive,2,0.47,0.02,0.14,2.63 +578,Pac-Man: Adventures in Time,PSP,2006,Fighting,Sony Computer Entertainment,0.76,1.1,0.12,0.65,2.63 +579,Halo Wars,X360,2009,Strategy,Microsoft Game Studios,1.53,0.82,0.04,0.24,2.63 +580,God of War Collection,PS3,2009,Action,Sony Computer Entertainment,1.7,0.46,0.06,0.41,2.63 +581,ESPN NFL 2K5,PS2,2004,Sports,Sega,2.15,0.12,0,0.36,2.62 +582,Mario Strikers Charged,Wii,2007,Sports,Nintendo,1.07,1.06,0.24,0.25,2.62 +583,Medal of Honor,X360,2010,Shooter,Electronic Arts,1.55,0.81,0.04,0.21,2.62 +584,FIFA Soccer 10,X360,2009,Sports,Electronic Arts,0.59,1.79,0.01,0.23,2.62 +585,NBA 2K12,X360,2011,Sports,Take-Two Interactive,2.31,0.14,0.01,0.16,2.62 +586,Style Savvy,DS,2008,Simulation,Nintendo,0.63,0.84,0.96,0.19,2.61 +587,Harry Potter and the Chamber of Secrets,PS2,2002,Action,Electronic Arts,0.9,1.22,0.04,0.44,2.61 +588,Super Mario All-Stars: Limited Edition,Wii,2010,Platform,Nintendo,1.02,0.52,0.92,0.14,2.6 +589,Streets of Rage,GEN,1990,Action,Sega,1.86,0.55,0.11,0.08,2.6 +590,FIFA Soccer 09,PS3,2008,Sports,Electronic Arts,0.48,1.63,0.04,0.43,2.59 +591,Ratchet & Clank Future: Tools of Destruction,PS3,2007,Platform,Sony Computer Entertainment,0.93,1.12,0.08,0.45,2.59 +592,NBA Live 2005,PS2,2004,Sports,Electronic Arts,2.03,0.21,0,0.35,2.59 +593,LittleBigPlanet,PSP,2009,Platform,Sony Computer Entertainment,0.64,1.24,0.01,0.69,2.58 +594,Killzone: Shadow Fall,PS4,2013,Shooter,Sony Computer Entertainment,0.89,1.33,0.07,0.28,2.58 +595,Ghostbusters: The Video Game (DS Version),X360,2009,Action,Take-Two Interactive,1.04,1.24,0.03,0.27,2.58 +596,Monster Hunter Freedom 2,PSP,2007,Role-Playing,Capcom,0.37,0.27,1.75,0.18,2.58 +597,WWE SmackDown vs. RAW 2007,PS2,2006,Fighting,THQ,1.4,0.88,0.03,0.26,2.58 +598,Ratchet & Clank: Up Your Arsenal,PS2,2004,Platform,Sony Computer Entertainment,1.31,0.74,0.31,0.22,2.57 +599,Art Academy,DS,2010,Misc,Nintendo,0.28,1.68,0.33,0.28,2.57 +600,Dragon Age: Origins,X360,2009,Role-Playing,Electronic Arts,1.76,0.56,0.03,0.22,2.57 +601,Madden NFL 08,PS2,2007,Sports,Electronic Arts,2.14,0.08,0,0.35,2.57 +602,Sonic Adventure 2 Battle,GC,2001,Platform,Sega,1.7,0.59,0.21,0.07,2.56 +603,Dragon Warrior II,NES,1987,Role-Playing,Enix Corporation,0.15,0,2.41,0,2.56 +604,Madden NFL 13,PS3,2012,Sports,Electronic Arts,2.11,0.23,0,0.22,2.56 +605,Pokémon Colosseum,GC,2003,Role-Playing,Nintendo,1.21,0.57,0.7,0.07,2.54 +606,Deca Sports,Wii,2008,Sports,Konami Digital Entertainment,1.13,0.87,0.29,0.25,2.54 +607,Madden NFL 09,X360,2008,Sports,Electronic Arts,2.21,0.12,0,0.2,2.54 +608,Space Invaders,2600,N/A,Shooter,Atari,2.36,0.14,0,0.03,2.53 +609,Crazy Taxi,PS2,2001,Racing,Acclaim Entertainment,1.13,1.12,0.06,0.22,2.52 +610,Perfect Dark,N64,2000,Action,Nintendo,1.55,0.75,0.16,0.06,2.52 +611,Game Party,Wii,2007,Misc,Midway Games,1.5,0.78,0,0.24,2.52 +612,Dragon Warrior,NES,1986,Role-Playing,Capcom,0.49,0,0.52,1.51,2.52 +613,Tomb Raider (2013),PS3,2013,Action,Square Enix,0.6,1.31,0.08,0.52,2.51 +614,Marvel: Ultimate Alliance,X360,2006,Role-Playing,Activision,2.29,0.02,0,0.19,2.5 +615,PES 2009: Pro Evolution Soccer,PS2,2008,Sports,Konami Digital Entertainment,0.13,0.07,0.26,2.05,2.5 +616,Mario Party 2,N64,1999,Misc,Nintendo,1.28,0.14,1.08,0.01,2.5 +617,Saints Row: The Third,PS3,2011,Action,THQ,0.86,1.06,0.18,0.39,2.49 +618,Rockstar Games Double Pack: Grand Theft Auto III & Grand Theft Auto Vice City,XB,2003,Action,Take-Two Interactive,1.84,0.56,0,0.09,2.49 +619,LEGO Harry Potter: Years 1-4,Wii,2010,Action,Warner Bros. Interactive Entertainment,1.29,0.97,0,0.23,2.49 +620,Mortal Kombat: Deadly Alliance,PS2,2002,Fighting,Midway Games,1.81,0.52,0,0.15,2.49 +621,Resistance 2,PS3,2008,Shooter,Sony Computer Entertainment,1.15,0.85,0.1,0.39,2.48 +622,Pure,X360,2008,Racing,Disney Interactive Studios,1.38,0.85,0,0.25,2.48 +623,Tomb Raider: The Last Revelation,PS,1998,Action,Eidos Interactive,1.15,1.14,0.06,0.13,2.48 +624,NBA 2K13,PS3,2012,Sports,Take-Two Interactive,1.72,0.44,0.05,0.27,2.48 +625,Rock Band,X360,N/A,Misc,Electronic Arts,1.93,0.34,0,0.21,2.48 +626,NBA 2K14,X360,2013,Sports,Take-Two Interactive,2.1,0.2,0,0.17,2.47 +627,Mario Party 4,GC,2002,Misc,Nintendo,1.13,0.36,0.92,0.07,2.47 +628,uDraw Studio,Wii,2010,Misc,THQ,1.67,0.58,0,0.2,2.46 +629,Midnight Club: Los Angeles,PS3,2008,Racing,Take-Two Interactive,1.55,0.54,0.05,0.31,2.45 +630,Final Fantasy V,SNES,1992,Role-Playing,SquareSoft,0,0,2.43,0.02,2.45 +631,Final Fantasy Tactics,PS,1997,Role-Playing,SquareSoft,0.93,0.12,1.34,0.06,2.45 +632,Twisted Metal 2,PS,1996,Racing,Sony Computer Entertainment,2.12,0.25,0,0.07,2.44 +633,Halo: Combat Evolved Anniversary,X360,2011,Shooter,Microsoft Game Studios,1.44,0.73,0.04,0.22,2.44 +634,Need for Speed Carbon: Own the City,PSP,2006,Racing,Electronic Arts,0.87,0.98,0,0.59,2.44 +635,The Sims: Bustin' Out,PS2,2003,Simulation,Electronic Arts,1.07,1.19,0,0.18,2.43 +636,Riven: The Sequel to Myst,PC,1997,Adventure,Red Orb,1.52,0.82,0,0.1,2.43 +637,Tom Clancy's Rainbow Six: Vegas 2,X360,2008,Shooter,Ubisoft,1.56,0.61,0.02,0.23,2.42 +638,Sonic Adventure,DC,1998,Platform,Sega,1.26,0.61,0.46,0.08,2.42 +639,Ice Hockey,NES,1988,Sports,Nintendo,1.27,0.32,0.78,0.05,2.42 +640,pro evolution soccer 2011,PS3,2010,Sports,Konami Digital Entertainment,0.29,1.18,0.54,0.41,2.42 +641,Dragon Ball Z: Budokai 2,PS2,2003,Fighting,Atari,1.63,0.22,0.51,0.06,2.41 +642,ATV Offroad Fury,PS2,2001,Racing,Sony Computer Entertainment,2.07,0.26,0,0.08,2.41 +643,Dino Crisis,PS,1998,Action,Capcom,0.81,0.76,0.7,0.14,2.41 +644,Minecraft,XOne,2014,Misc,Microsoft Game Studios,1.43,0.76,0,0.22,2.41 +645,Need for Speed: ProStreet,PS2,2007,Racing,Electronic Arts,0.69,0,0.04,1.68,2.41 +646,Madden NFL 16,XOne,2015,Sports,Electronic Arts,2.07,0.08,0,0.26,2.4 +647,Tetris Plus,PS,1996,Puzzle,JVC,2.1,0.24,0,0.07,2.4 +648,Pro Wrestling,NES,1987,Fighting,Nintendo,0.77,0.18,1.42,0.03,2.4 +649,Theme Hospital,PC,1997,Strategy,Electronic Arts,2.3,0.1,0,0,2.4 +650,Frogger's Adventures: Temple of the Frog,GBA,N/A,Adventure,Konami Digital Entertainment,2.15,0.18,0,0.07,2.39 +651,Need for Speed (2015),PS4,2015,Racing,Electronic Arts,0.49,1.49,0.05,0.36,2.39 +652,Zumba Fitness,X360,2010,Sports,505 Games,1.74,0.48,0,0.18,2.39 +653,LEGO Indiana Jones: The Original Adventures,Wii,N/A,Action,LucasArts,1.54,0.63,0,0.22,2.39 +655,Monopoly,PC,1994,Misc,Hasbro Interactive,1.49,0.81,0,0.1,2.39 +656,Batman: Arkham Origins,PS3,2013,Action,Warner Bros. Interactive Entertainment,1.07,0.87,0.04,0.4,2.39 +657,Dead Island,X360,2011,Action,Deep Silver,1.48,0.71,0,0.2,2.39 +658,Guitar Hero,PS2,2005,Misc,RedOctane,1.67,0.61,0.03,0.07,2.38 +659,LEGO Star Wars: The Complete Saga,PS3,2007,Action,LucasArts,1.02,0.97,0,0.39,2.38 +660,Kinect: Disneyland Adventures,X360,2011,Misc,Microsoft Game Studios,1.73,0.46,0.02,0.18,2.38 +661,WCW/nWo Revenge,N64,1998,Fighting,THQ,1.94,0.39,0.03,0.02,2.38 +662,Bloodborne,PS4,2015,Action,Sony Computer Entertainment,1,0.76,0.26,0.36,2.38 +663,NBA 2K15,PS4,2014,Sports,Take-Two Interactive,1.46,0.54,0.01,0.37,2.38 +664,Madden NFL 11,PS3,2010,Sports,Electronic Arts,2.04,0.15,0,0.19,2.38 +665,Yu-Gi-Oh! The Duelists of the Roses,PS2,2001,Misc,Konami Digital Entertainment,1.16,0.91,0,0.3,2.38 +666,Madden NFL 08,X360,2007,Sports,Electronic Arts,2.18,0.01,0,0.18,2.37 +667,Half-Life 2,PC,2004,Shooter,Vivendi Games,2.28,0.02,0.08,0,2.37 +668,The Incredibles,PS2,2004,Action,THQ,0.96,1.08,0.04,0.3,2.37 +669,Tony Hawk's Underground 2,PS2,2004,Sports,Activision,1.25,0.86,0.01,0.26,2.37 +670,Madden NFL 10,PS3,2009,Sports,Electronic Arts,2.03,0.13,0,0.21,2.37 +671,Kinect Sports: Season Two,X360,2011,Sports,Microsoft Game Studios,1.38,0.74,0.02,0.22,2.36 +672,Kirby's Dream Land 2,GB,1995,Platform,Nintendo,0.69,0.14,1.48,0.05,2.36 +673,LEGO Harry Potter: Years 1-4,DS,2010,Action,Warner Bros. Interactive Entertainment,1.07,1.05,0,0.23,2.35 +674,Donkey Kong Land II,GB,1996,Platform,Nintendo,1.39,0.48,0.4,0.08,2.35 +675,Dragon Warrior Monsters,GB,1998,Role-Playing,Eidos Interactive,0,0,2.34,0.01,2.35 +676,Midnight Club: Los Angeles,X360,2008,Racing,Take-Two Interactive,1.68,0.46,0.01,0.2,2.35 +677,Skylanders SWAP Force,Wii,2013,Platform,Activision,1.32,0.83,0,0.2,2.34 +678,WWE SmackDown vs Raw 2008,PS2,2007,Fighting,THQ,0.92,0,0.01,1.41,2.34 +679,My Fitness Coach,Wii,2008,Sports,Ubisoft,1.2,0.9,0,0.24,2.34 +680,Resident Evil - Code: Veronica X,PS2,2001,Action,Capcom,1.08,0.7,0.34,0.21,2.34 +681,The Sims 3,X360,2010,Simulation,Electronic Arts,1.27,0.86,0,0.2,2.33 +682,The Legend of Zelda: Majora's Mask 3D,3DS,2015,Action,Nintendo,1.14,0.54,0.47,0.17,2.32 +683,NBA 2K16,XOne,2015,Sports,Take-Two Interactive,1.93,0.14,0,0.24,2.32 +684,Just Dance Kids,Wii,2010,Misc,Ubisoft,1.57,0.56,0,0.19,2.32 +685,Mario Tennis,N64,2000,Sports,Nintendo,0.78,0.4,1.06,0.07,2.32 +686,Grand Theft Auto,PS,1997,Action,Take-Two Interactive,0.79,1.35,0.04,0.14,2.32 +687,James Bond 007: Everything or Nothing,PS2,2004,Shooter,Electronic Arts,0.85,1.06,0.09,0.32,2.31 +688,WarioWare Touched!,DS,2004,Puzzle,Nintendo,0.52,0.45,1.21,0.13,2.31 +689,Need For Speed: High Stakes,PS,1999,Racing,Electronic Arts,1.58,0.64,0,0.09,2.31 +690,Chrono Trigger,SNES,1995,Role-Playing,SquareSoft,0.28,0,2.02,0.01,2.31 +691,Cool Boarders 3,PS,1998,Sports,989 Studios,1.65,0.46,0.1,0.1,2.31 +692,LEGO Marvel Super Heroes,X360,2013,Action,Warner Bros. Interactive Entertainment,1.24,0.85,0,0.21,2.3 +693,Guild Wars 2,PC,2012,Action,NCSoft,0.95,1.06,0,0.29,2.3 +694,Pokemon Ranger: Shadows of Almia,DS,2008,Role-Playing,Nintendo,0.95,0.54,0.62,0.18,2.3 +695,Dead Island,PS3,2011,Action,Deep Silver,1.08,0.75,0.15,0.31,2.29 +696,Tomb Raider II,PC,1997,Action,Eidos Interactive,0.91,1.25,0,0.13,2.29 +697,God of War: Ascension,PS3,2013,Action,Sony Computer Entertainment,1.23,0.68,0.04,0.34,2.29 +698,Need for Speed Underground 2,XB,2004,Racing,Electronic Arts,1.38,0.8,0,0.1,2.28 +699,Pro Evolution Soccer 2010,PS3,2009,Sports,Konami Digital Entertainment,0.3,1.27,0.46,0.26,2.28 +700,Just Dance 2015,Wii,2014,Misc,Ubisoft,1.11,0.98,0,0.2,2.28 +701,Yokai Watch Busters,3DS,2015,Action,Level 5,0,0,2.28,0,2.28 +702,Mario Bros.,NES,1983,Platform,Nintendo,0.51,0.12,1.63,0.02,2.28 +703,FIFA Soccer 09,PS2,2008,Sports,Electronic Arts,0.38,0.07,0.01,1.82,2.28 +704,Star Wars: The Force Unleashed,PS3,2008,Action,LucasArts,1.01,0.9,0,0.37,2.28 +705,Borderlands 2,PS3,2012,Shooter,Take-Two Interactive,1.05,0.77,0.1,0.36,2.28 +706,TOCA Touring Car Championship,PS,1997,Racing,Codemasters,0.07,2,0.02,0.18,2.28 +707,Paper Mario: Sticker Star,3DS,2012,Role-Playing,Nintendo,1.12,0.39,0.64,0.12,2.27 +708,Sonic's Ultimate Genesis Collection,PS3,2009,Misc,Sega,1.34,0.62,0,0.31,2.27 +709,Super Monkey Ball: Banana Blitz,Wii,2006,Misc,Sega,1.07,0.92,0.04,0.24,2.27 +710,Kirby: Nightmare in Dream Land,GBA,2002,Platform,Nintendo,1.22,0.1,0.91,0.04,2.27 +711,Wario Land 4,GBA,2001,Platform,Nintendo,0.9,0.73,0.54,0.09,2.26 +712,Guitar Hero III: Legends of Rock,PS3,2007,Misc,Activision,1.4,0.54,0.02,0.3,2.26 +713,Call of Duty 3,Wii,N/A,Shooter,Activision,1.19,0.84,0,0.23,2.26 +714,Resident Evil 4,Wii,2007,Action,Capcom,1.34,0.57,0.14,0.21,2.26 +715,Minecraft,PSV,2014,Misc,Sony Computer Entertainment Europe,0.28,0.79,0.87,0.32,2.25 +716,Onimusha 2: Samurai's Destiny,PS2,2002,Adventure,Capcom,0.62,0.44,1.06,0.13,2.25 +717,Cool Boarders 2,PS,1997,Sports,UEP Systems,1.52,0.46,0.2,0.08,2.25 +718,Paper Mario: The Thousand-Year Door,GC,2004,Role-Playing,Nintendo,1.48,0.25,0.46,0.06,2.25 +719,Madden NFL 12,PS3,2011,Sports,Electronic Arts,1.93,0.15,0,0.17,2.25 +720,Monster Hunter Tri,Wii,2009,Role-Playing,Nintendo,0.67,0.41,1.05,0.11,2.25 +721,Dissidia: Final Fantasy,PSP,2008,Fighting,Square Enix,0.51,0.51,0.91,0.32,2.25 +722,Sonic Advance,GBA,2001,Platform,Sega,1.19,0.71,0.22,0.13,2.24 +723,Spyro: Season of Ice,GBA,2001,Platform,Vivendi Games,1.29,0.83,0,0.11,2.23 +724,Teenage Mutant Ninja Turtles II: The Arcade Game,NES,1990,Action,Konami Digital Entertainment,1.74,0.25,0.21,0.03,2.23 +725,LEGO Indiana Jones: The Original Adventures,DS,2008,Action,Activision,1.42,0.61,0,0.21,2.23 +726,Dance Dance Revolution X2,PS2,2009,Simulation,Konami Digital Entertainment,1.09,0.85,0,0.28,2.23 +727,New Super Luigi U,WiiU,2013,Platform,Nintendo,1.27,0.62,0.18,0.16,2.22 +728,Prince of Persia: The Sands of Time,PS2,2003,Action,Ubisoft,0.88,1.03,0,0.31,2.22 +729,Scribblenauts,DS,2009,Puzzle,Warner Bros. Interactive Entertainment,1.71,0.32,0.02,0.18,2.22 +730,The Legend of Zelda: Link's Awakening DX,GB,1998,Adventure,Nintendo,1,0.63,0.45,0.13,2.22 +731,Need for Speed: Hot Pursuit,X360,2010,Racing,Electronic Arts,1.03,0.98,0,0.21,2.22 +732,BioShock 2,X360,2010,Shooter,Take-Two Interactive,1.45,0.55,0.02,0.19,2.21 +733,Assassin's Creed IV: Black Flag,XOne,2013,Action,Ubisoft,1.47,0.55,0,0.19,2.21 +734,Devil May Cry 3: Dante's Awakening Special Edition,PS2,2006,Action,Capcom,1.06,0.82,0.05,0.28,2.21 +735,Rock Band 2,X360,2008,Misc,Electronic Arts,1.78,0.24,0,0.18,2.2 +736,Frogger,2600,1981,Action,Parker Bros.,2.06,0.12,0,0.02,2.2 +737,Guitar Hero II,X360,2007,Misc,Activision,2.01,0.02,0,0.17,2.2 +738,Wario Land 3,GB,2000,Platform,Nintendo,1.11,0.51,0.34,0.23,2.2 +739,Pro Yakyuu Family Stadium,NES,1986,Sports,Namco Bandai Games,0.15,0,2.05,0,2.2 +740,Sonic Unleashed,Wii,2008,Platform,Sega,1.28,0.68,0.02,0.21,2.2 +741,High School Musical: Makin' the Cut!,DS,2007,Puzzle,Disney Interactive Studios,1.06,0.91,0,0.23,2.2 +742,Pro Evolution Soccer 2012,PS3,2011,Action,Konami Digital Entertainment,0.34,0.97,0.55,0.33,2.19 +743,Saints Row,X360,2006,Action,THQ,1.17,0.78,0.02,0.22,2.19 +744,Star Wars: Knights of the Old Republic,XB,2003,Role-Playing,Activision,1.68,0.44,0,0.08,2.19 +745,Kirby's Pinball Land,GB,1992,Misc,Nintendo,0.87,0.17,1.1,0.05,2.19 +746,Donkey Kong Country,GB,2000,Platform,Nintendo,1.04,0.72,0.3,0.13,2.19 +747,Hitman: Absolution,PS3,2012,Action,Square Enix,0.59,1.07,0.07,0.45,2.19 +748,Yu-Gi-Oh: Duel Monsters 4,GB,2000,Role-Playing,Konami Digital Entertainment,0,0,2.17,0.01,2.18 +749,ATV Offroad Fury 2,PS2,2002,Racing,THQ,1.92,0.2,0,0.06,2.18 +750,Forza Motorsport 5,XOne,2013,Racing,Microsoft Game Studios,1.21,0.78,0.01,0.17,2.18 +751,Madden NFL 25,X360,2013,Sports,Electronic Arts,1.97,0.07,0,0.13,2.18 +752,Pokemon Ranger,DS,2006,Role-Playing,Nintendo,1.29,0.04,0.73,0.12,2.18 +753,Mario & Luigi: Superstar Saga,GBA,2003,Role-Playing,Nintendo,1.48,0.17,0.47,0.06,2.17 +754,Final Fantasy XIII,X360,2010,Role-Playing,Square Enix,1.27,0.68,0.01,0.2,2.17 +755,Star Wars: Rogue Squadron,N64,1998,Simulation,Nintendo,1.6,0.46,0.08,0.03,2.17 +756,Tennis,NES,1984,Sports,Nintendo,0.48,0.11,1.56,0.02,2.17 +757,The Sims: House Party,PC,2001,Simulation,Electronic Arts,1.23,0.83,0,0.1,2.16 +758,Your Shape featuring Jenny McCarthy,Wii,2009,Sports,Ubisoft,1.51,0.47,0,0.18,2.16 +759,Syphon Filter 2,PS,2000,Shooter,Sony Computer Entertainment,1.5,0.55,0.02,0.08,2.15 +760,Tom Clancy's Rainbow Six: Siege,PS4,2015,Shooter,Ubisoft,0.54,1.16,0.13,0.32,2.15 +761,Volleyball,NES,1987,Sports,Nintendo,0.14,0.03,1.98,0,2.15 +762,FIFA 15,XOne,2014,Sports,Electronic Arts,0.6,1.41,0,0.14,2.15 +763,Call of Duty: Roads to Victory,PSP,2007,Shooter,Activision,0.52,1.03,0,0.59,2.14 +764,Super Mario RPG: Legend of the Seven Stars,SNES,1996,Role-Playing,Nintendo,0.66,0,1.45,0.03,2.14 +765,Mahjong,NES,1983,Misc,Nintendo,0.01,0,2.13,0,2.14 +766,R.C. Pro-Am,NES,1988,Racing,Nintendo,1.47,0.38,0.19,0.1,2.14 +767,SimCity 2000,PC,1992,Simulation,Maxis,1.2,0.84,0,0.1,2.14 +768,Demon Attack,2600,1981,Shooter,Imagic,1.99,0.12,0,0.02,2.13 +769,Dance Dance Revolution Extreme,PS2,2004,Simulation,Konami Digital Entertainment,1.04,0.81,0,0.27,2.13 +770,Tetris DS,DS,2006,Puzzle,Nintendo,0.64,0.07,1.35,0.08,2.13 +771,Final Fantasy Tactics Advance,GBA,2003,Role-Playing,SquareSoft,0.82,0.37,0.89,0.05,2.13 +772,Far Cry: Primal,PS4,2016,Action,Ubisoft,0.59,1.16,0.06,0.33,2.13 +773,Toy Story 3: The Video Game,DS,2010,Action,Disney Interactive Studios,0.93,0.97,0.02,0.21,2.12 +774,Final Fantasy III,DS,2006,Role-Playing,Square Enix,0.91,0.05,1.07,0.09,2.12 +775,Kirby's Epic Yarn,Wii,2010,Platform,Nintendo,1.47,0.09,0.45,0.11,2.12 +776,Project Gotham Racing,XB,2001,Racing,Microsoft Game Studios,1.37,0.61,0.05,0.09,2.12 +777,Golf,GB,1989,Sports,Nintendo,0.83,0.33,0.92,0.04,2.12 +778,NBA 2K12,PS3,2011,Sports,Take-Two Interactive,1.61,0.27,0.05,0.18,2.11 +779,Borderlands,PS3,2009,Shooter,Take-Two Interactive,1.2,0.62,0,0.29,2.11 +780,Tony Hawk's Pro Skater,N64,2000,Sports,Activision,1.68,0.4,0,0.03,2.11 +781,PES 2009: Pro Evolution Soccer,PS3,2008,Sports,Konami Digital Entertainment,0.11,1.34,0.4,0.26,2.11 +782,Need for Speed: Hot Pursuit 2,PS2,2002,Racing,Electronic Arts,1.68,0.31,0.02,0.09,2.11 +783,Mario Sports Mix,Wii,2010,Sports,Nintendo,0.9,0.45,0.63,0.13,2.11 +784,Rock Band,Wii,N/A,Misc,MTV Games,1.35,0.56,0,0.2,2.11 +785,Dynasty Warriors 4,PS2,2003,Action,Tecmo Koei,0.63,0.21,1.13,0.13,2.11 +786,Mortal Kombat,X360,2011,Fighting,Warner Bros. Interactive Entertainment,1.63,0.33,0,0.15,2.11 +787,Parasite Eve,PS,1998,Role-Playing,SquareSoft,0.94,0.07,1.05,0.04,2.1 +788,Scooby-Doo! Night of 100 Frights,PS2,2002,Platform,THQ,1.17,0.72,0,0.22,2.1 +789,Project Gotham Racing (JP weekly sales),XB,2002,Action,Microsoft Game Studios,1.54,0.44,0.04,0.07,2.1 +790,Need for Speed: Most Wanted 5-1-0,PSP,2005,Racing,Electronic Arts,1.77,0.13,0.02,0.18,2.1 +791,Portal 2,X360,2011,Shooter,Valve Software,1.41,0.51,0.01,0.17,2.1 +792,Devil May Cry 3: Dante's Awakening,PS2,2005,Action,Capcom,0.99,0.63,0.29,0.19,2.09 +793,Derby Stallion,PS,1997,Sports,ASCII Entertainment,0,0,1.96,0.14,2.09 +794,Dead Rising,X360,2006,Action,Capcom,1.16,0.65,0.08,0.2,2.09 +795,Finding Nemo,PS2,2003,Action,THQ,1.26,0.6,0.05,0.18,2.09 +796,NBA 2K11,X360,2010,Action,Take-Two Interactive,1.84,0.12,0.01,0.13,2.09 +797,Wipeout: The Game,Wii,2009,Misc,Mindscape,1.97,0,0,0.12,2.09 +798,The Sims 2: Pets,DS,2006,Simulation,Electronic Arts,0.92,0.94,0,0.22,2.09 +799,Battlefield: Hardline,PS4,2015,Shooter,Electronic Arts,0.7,0.93,0.14,0.32,2.09 +800,Metal Gear Solid: Peace Walker,PSP,2010,Action,Konami Digital Entertainment,0.46,0.42,0.96,0.25,2.09 +801,World of Warcraft: Cataclysm,PC,2010,Role-Playing,Activision,1.77,0.32,0,0,2.08 +802,Tetris Worlds,PS2,2002,Puzzle,THQ,1.11,0.71,0,0.27,2.08 +803,Need For Speed: Undercover,PS3,2008,Racing,Electronic Arts,0.63,1.02,0.05,0.39,2.08 +804,Dance Dance Revolution: Hottest Party,Wii,2007,Simulation,Konami Digital Entertainment,1.36,0.52,0,0.2,2.08 +805,Mario Party 5,GC,2003,Misc,Nintendo,0.97,0.33,0.73,0.06,2.08 +806,Ghostbusters: The Video Game (DS Version),PS3,2010,Action,Take-Two Interactive,0.59,0.99,0.13,0.36,2.08 +807,Sim Theme Park,PC,1998,Strategy,Electronic Arts,2.04,0.04,0,0,2.08 +808,Warcraft: Orcs & Humans,PC,1994,Strategy,Activision,0.89,1.08,0,0.11,2.08 +809,Skate 3,PS3,2010,Sports,Electronic Arts,0.79,0.94,0,0.35,2.08 +810,Spec Ops: Airborne Commando,PS,2002,Shooter,Take-Two Interactive,1.54,0.46,0,0.08,2.07 +811,Kingdom Hearts: Birth by Sleep,PSP,2010,Role-Playing,Square Enix,0.63,0.42,0.75,0.26,2.07 +812,UFC 2009 Undisputed,X360,2009,Fighting,THQ,1.48,0.39,0,0.19,2.07 +813,Dark Souls,PS3,2011,Role-Playing,Namco Bandai Games,0.75,0.54,0.54,0.23,2.07 +814,Yu-Gi-Oh! The Eternal Duelist Soul,GBA,2001,Strategy,Konami Digital Entertainment,1.64,0.36,0,0.07,2.07 +815,Need for Speed: ProStreet,X360,2007,Racing,Electronic Arts,1.04,0.8,0.01,0.22,2.06 +816,The Sims 3,PS3,2010,Simulation,Electronic Arts,0.73,0.97,0.02,0.34,2.06 +817,Tom Clancy's Splinter Cell: Conviction,X360,2010,Action,Ubisoft,1.2,0.63,0.04,0.19,2.06 +818,Pokemon Mystery Dungeon: Red/Blue Rescue Team,GBA,2005,Role-Playing,Nintendo,0.71,0.52,0.74,0.08,2.06 +819,The Incredibles,GBA,2004,Action,THQ,1.15,0.77,0.04,0.1,2.06 +820,R4: Ridge Racer Type 4,PS,1998,Racing,Namco Bandai Games,0.68,0.46,0.79,0.13,2.06 +821,SoulCalibur II,PS2,2003,Fighting,Namco Bandai Games,1.06,0.62,0.13,0.25,2.06 +822,Mario & Luigi: Dream Team,3DS,2013,Role-Playing,Nintendo,0.89,0.57,0.46,0.13,2.06 +823,Need for Speed: ProStreet,PS3,2007,Racing,Electronic Arts,0.73,0.92,0.04,0.37,2.05 +824,Carnival Games,DS,2008,Misc,Take-Two Interactive,1.23,0.64,0,0.19,2.05 +825,NBA 2K14,PS3,2013,Sports,Take-Two Interactive,1.43,0.33,0.04,0.25,2.05 +826,Pokémon Mystery Dungeon: Blue Rescue Team,DS,2005,Role-Playing,Nintendo,1.16,0.06,0.83,0,2.05 +827,Sonic Mega Collection,GC,2002,Misc,Infogrames,1.47,0.48,0.05,0.06,2.05 +828,Diablo III,PS3,2013,Role-Playing,Activision,0.71,0.83,0.15,0.35,2.05 +829,NBA Jam,GEN,1992,Sports,Arena Entertainment,1.75,0.25,0,0.05,2.05 +830,PGR4 - Project Gotham Racing 4,X360,2007,Racing,Microsoft Game Studios,0.48,1.29,0.02,0.25,2.05 +831,Kingdom Hearts 358/2 Days,DS,2009,Role-Playing,Square Enix,1.11,0.27,0.53,0.14,2.04 +832,Dance Central 2,X360,2011,Misc,Microsoft Game Studios,1.45,0.42,0.01,0.16,2.04 +833,Rayman Raving Rabbids: TV Party,Wii,2008,Misc,Ubisoft,0.73,1.09,0,0.23,2.04 +834,SOCOM: U.S. Navy SEALs: Combined Assault,PS2,2006,Shooter,Sony Computer Entertainment,1.74,0.02,0,0.28,2.04 +835,Peter Jackson's King Kong: The Official Game of the Movie,PS2,2005,Action,Ubisoft,0.71,1.02,0,0.31,2.04 +836,Donkey Kong Country,GBA,2003,Platform,Nintendo,1.2,0.48,0.29,0.07,2.04 +837,Need for Speed: The Run,PS3,2011,Action,Electronic Arts,0.58,1.06,0.03,0.37,2.04 +838,Madden NFL 15,PS4,2014,Sports,Electronic Arts,1.53,0.25,0,0.25,2.03 +839,1080°: TenEighty Snowboarding,N64,1998,Sports,Nintendo,1.25,0.61,0.13,0.05,2.03 +840,Just Dance 3,X360,2011,Misc,Ubisoft,1.47,0.4,0,0.16,2.03 +841,NBA Live 2004,PS2,2003,Sports,Electronic Arts,1.57,0.18,0,0.27,2.03 +842,Dead Space,PS3,2008,Action,Electronic Arts,1.05,0.67,0,0.3,2.02 +843,Call of Duty 2,X360,2005,Shooter,Activision,1.81,0.05,0.01,0.15,2.02 +844,Madden NFL 15,X360,2014,Sports,Electronic Arts,1.76,0.09,0,0.17,2.02 +845,Forza Horizon,X360,2012,Racing,Microsoft Game Studios,0.82,0.98,0.04,0.18,2.02 +846,TouchMaster,DS,2007,Puzzle,Midway Games,0.49,1.27,0,0.25,2.01 +847,Tom Clancy's The Division,XOne,2016,Shooter,Ubisoft,1.2,0.62,0,0.18,2.01 +848,LEGO Marvel Super Heroes,PS3,2013,Action,Warner Bros. Interactive Entertainment,0.77,0.85,0.01,0.37,2 +849,Fire Emblem: Awakening,3DS,2012,Role-Playing,Nintendo,0.89,0.45,0.53,0.13,2 +850,DriveClub,PS4,2014,Racing,Sony Computer Entertainment,0.35,1.31,0.02,0.33,2 +851,Super Street Fighter II,SNES,1993,Fighting,Nintendo,0.52,0.16,1.29,0.03,2 +852,Mortal Kombat vs. DC Universe,PS3,2008,Fighting,Midway Games,1.48,0.3,0,0.22,2 +853,Tenchu: Stealth Assassins,PS,1997,Action,Activision,0.95,0.64,0.27,0.13,1.99 +854,Tennis,GB,1989,Sports,Nintendo,0.75,0.3,0.9,0.04,1.99 +855,Harry Potter and the Chamber of Secrets,GBA,2002,Action,Electronic Arts,1.21,0.64,0.05,0.09,1.99 +856,Harry Potter and the Chamber of Secrets,PS,2002,Action,Electronic Arts,0.75,1.09,0.02,0.12,1.98 +857,SimCity,SNES,1991,Simulation,Nintendo,0.93,0.27,0.75,0.04,1.98 +858,Battlefield 4,XOne,2013,Shooter,Electronic Arts,1.25,0.58,0,0.16,1.98 +859,Resident Evil 6,X360,2012,Shooter,Capcom,1.11,0.63,0.07,0.16,1.98 +860,Dragon Age: Inquisition,PS4,2014,Role-Playing,Electronic Arts,0.72,0.86,0.08,0.32,1.97 +861,Sonic Classic Collection,DS,2010,Platform,Sega,0.99,0.8,0,0.18,1.97 +862,Spyro: Enter the Dragonfly,PS2,2002,Platform,Universal Interactive,0.74,0.95,0,0.28,1.97 +863,Call of Duty: World at War,Wii,2008,Shooter,Activision,1.2,0.59,0,0.19,1.97 +864,Devil May Cry 2,PS2,2003,Action,Capcom,0.71,0.58,0.51,0.17,1.97 +865,Burnout Paradise,PS3,2008,Racing,Electronic Arts,1.01,0.64,0.02,0.3,1.97 +866,E.T.: The Extra Terrestrial,2600,1981,Action,Atari,1.84,0.11,0,0.02,1.97 +867,BioShock Infinite,X360,2013,Shooter,Take-Two Interactive,1.22,0.57,0.02,0.15,1.96 +868,Hot Shots Golf: Open Tee,PSP,2004,Sports,Sony Computer Entertainment,0.5,0.5,0.63,0.33,1.96 +869,Rad Racer,NES,1986,Racing,Nintendo,1.13,0.37,0.41,0.05,1.96 +870,Soccer,NES,1985,Sports,Nintendo,0.18,0.23,1.53,0.02,1.96 +871,Kirby Squeak Squad,DS,2006,Platform,Nintendo,0.79,0.03,1.05,0.08,1.96 +872,Tom Clancy's Rainbow Six: Vegas,X360,2006,Shooter,Ubisoft,1.09,0.65,0.02,0.2,1.96 +873,Destiny,X360,2014,Shooter,Activision,1.3,0.49,0,0.16,1.95 +874,Crash Nitro Kart,PS2,2003,Racing,Vivendi Games,0.74,1.01,0,0.2,1.95 +875,Grand Theft Auto: San Andreas,XB,2005,Action,Take-Two Interactive,1.26,0.61,0,0.09,1.95 +876,Star Wars: Dark Forces,PC,1994,Shooter,LucasArts,1.09,0.77,0,0.09,1.95 +877,NBA Street Vol. 2,PS2,2003,Sports,Electronic Arts,1.69,0.2,0,0.06,1.95 +878,Def Jam Vendetta,PS2,2003,Fighting,Electronic Arts,0.95,0.74,0,0.25,1.94 +879,FIFA Soccer 09,X360,2008,Sports,Electronic Arts,0.49,1.26,0.01,0.18,1.94 +880,Who wants to be a millionaire,PC,1999,Misc,Disney Interactive Studios,1.94,0,0,0,1.94 +881,Scooby Doo and the Cyber Chase,PS,2001,Adventure,THQ,0.59,1.23,0,0.13,1.94 +882,Alleyway,GB,1989,Puzzle,Nintendo,0.96,0.38,0.55,0.05,1.94 +883,Dragon Ball Z: Budokai 3,PS2,2004,Fighting,Atari,1.09,0.15,0.65,0.04,1.94 +884,Jet Moto 2,PS,1997,Racing,Sony Computer Entertainment,1.41,0.42,0.03,0.07,1.94 +885,Tom Clancy's Ghost Recon,PS2,2002,Shooter,Ubisoft,1.42,0.4,0,0.12,1.94 +886,X-Men Legends,PS2,2004,Role-Playing,Activision,1,0.72,0,0.21,1.93 +887,Batman: Arkham Origins,X360,2013,Action,Warner Bros. Interactive Entertainment,1.15,0.61,0,0.17,1.93 +888,Guitar Hero: World Tour,PS3,2008,Misc,Activision,1.1,0.56,0,0.27,1.93 +889,Mortal Kombat II,SNES,1993,Fighting,Acclaim Entertainment,1.48,0.39,0,0.06,1.93 +890,Virtua Fighter 2,SAT,1995,Fighting,Sega,0.34,0.26,1.3,0.03,1.93 +891,Tetris DX,GB,1998,Puzzle,Nintendo,1.06,0.6,0.2,0.07,1.93 +892,Mortal Kombat vs. DC Universe,X360,2008,Fighting,Midway Games,1.53,0.24,0,0.16,1.93 +893,Watch Dogs,PS3,2014,Action,Ubisoft,0.56,0.89,0.1,0.37,1.93 +894,Mario Super Sluggers,Wii,2008,Sports,Nintendo,1.51,0,0.29,0.12,1.93 +895,Tomb Raider (2013),X360,2013,Action,Square Enix,0.86,0.87,0.01,0.17,1.92 +896,The Legend of Zelda: Oracle of Ages,GB,2001,Action,Nintendo,0.92,0.53,0.41,0.06,1.92 +897,Need for Speed: Shift,X360,2009,Racing,Electronic Arts,0.73,0.97,0.01,0.22,1.92 +898,Monopoly,Wii,2008,Misc,Electronic Arts,0.87,0.85,0,0.2,1.92 +899,Red Faction,PS2,2001,Shooter,THQ,0.76,0.96,0,0.2,1.92 +900,The Sims: Makin' Magic,PC,2003,Simulation,Electronic Arts,1.03,0.8,0,0.09,1.92 +901,MX Unleashed,PS2,2004,Racing,THQ,0.94,0.73,0,0.25,1.92 +902,PaRappa The Rapper,PS,1996,Misc,Sony Computer Entertainment,0.26,0.16,1.46,0.03,1.92 +903,Toy Story Mania!,Wii,2009,Misc,Disney Interactive Studios,1.06,0.67,0,0.18,1.92 +904,Mario Party 3,N64,2000,Misc,Nintendo,0.72,0.16,1.01,0.02,1.91 +905,Star Wars: The Force Unleashed,Wii,2008,Action,LucasArts,1.14,0.57,0,0.19,1.91 +906,Game Party 2,Wii,2008,Misc,Midway Games,1.3,0.44,0,0.17,1.91 +907,Destiny: The Taken King,PS4,2015,Shooter,Activision,0.77,0.78,0.04,0.31,1.91 +908,LEGO Star Wars III: The Clone Wars,Wii,2011,Action,LucasArts,1.08,0.66,0,0.17,1.91 +909,Star Wars Rogue Leader: Rogue Squadron II,GC,2001,Simulation,LucasArts,1.03,0.75,0.03,0.09,1.9 +910,Max Payne 3,PS3,2012,Shooter,Take-Two Interactive,0.59,0.92,0.06,0.32,1.9 +911,Need for Speed Rivals,PS4,2013,Racing,Electronic Arts,0.73,0.91,0.03,0.22,1.89 +912,Madden NFL 09,PS3,2008,Sports,Electronic Arts,1.56,0.15,0,0.18,1.89 +913,Yokai Watch,3DS,2013,Role-Playing,Nintendo,0.21,0.3,1.33,0.04,1.89 +914,Ratchet & Clank Future: A Crack in Time,PS3,2009,Platform,Sony Computer Entertainment,1.05,0.54,0.03,0.26,1.88 +915,Yu-Gi-Oh! Forbidden Memories,PS,1999,Role-Playing,Konami Digital Entertainment,1.37,0.44,0,0.08,1.88 +916,Mortal Kombat: Deception,PS2,2004,Fighting,Midway Games,0.92,0.72,0,0.24,1.88 +917,Hot Shots Golf 2,PS,1999,Sports,Sony Computer Entertainment,0.25,0.12,1.48,0.03,1.88 +918,Medal of Honor: European Assault (All Region sales),PS2,2005,Shooter,Electronic Arts,0.89,0.69,0.09,0.21,1.88 +919,WCW Nitro,PS,1998,Fighting,THQ,1.42,0.36,0.03,0.07,1.88 +920,High School Musical: Sing It!,PS2,2007,Misc,Disney Interactive Studios,0.47,0.08,0,1.33,1.87 +921,Star Fox Adventures,GC,2002,Adventure,Nintendo,0.96,0.53,0.3,0.09,1.87 +922,FIFA 2000,PS,1998,Sports,Electronic Arts,0.22,1.47,0.04,0.14,1.87 +923,Dynasty Warriors 3,PS2,2001,Action,THQ,0.53,0.16,1.07,0.1,1.87 +924,Donkey Kong Country Returns,3DS,2013,Platform,Nintendo,0.73,0.62,0.4,0.12,1.87 +925,The Legend of Zelda: Oracle of Seasons,GB,2001,Adventure,Nintendo,0.87,0.52,0.41,0.06,1.86 +926,Madden NFL 06,XB,2005,Sports,Electronic Arts,1.75,0.03,0,0.08,1.86 +927,Shrek 2,PS2,2004,Platform,Activision,1.12,0.69,0.03,0.02,1.86 +928,The Legend of Dragoon,PS,1999,Role-Playing,Sony Computer Entertainment,0.94,0.44,0.39,0.1,1.86 +929,Turok 2: Seeds of Evil,N64,1997,Platform,Acclaim Entertainment,1.37,0.41,0.04,0.04,1.86 +930,SingStar,PS2,2004,Misc,Sony Computer Entertainment,0,1.37,0,0.49,1.86 +931,LittleBigPlanet 3,PS4,2014,Platform,Sony Computer Entertainment,0.64,0.92,0.01,0.29,1.86 +932,NBA Live 2002,PS2,2001,Sports,Electronic Arts,0.91,0.71,0,0.24,1.86 +933,Phineas and Ferb,DS,2009,Action,Disney Interactive Studios,1.34,0.37,0,0.15,1.86 +934,Chrono Cross,PS,1999,Role-Playing,SquareSoft,0.62,0.42,0.69,0.12,1.86 +935,GoldenEye 007 (2010),Wii,2010,Action,Activision,0.85,0.71,0.13,0.16,1.86 +936,Mario Party: Island Tour,3DS,2013,Misc,Nintendo,0.61,0.59,0.55,0.11,1.85 +937,Jak 3,PS2,2004,Platform,Sony Computer Entertainment,1.33,0.49,0,0.03,1.85 +938,Rayman Raving Rabbids 2,Wii,2007,Misc,Ubisoft,0.83,0.82,0,0.2,1.85 +939,Kingdom Hearts: Chain of Memories,GBA,2004,Role-Playing,Square Enix,1.26,0.18,0.35,0.06,1.85 +940,Pinball,NES,1984,Action,Nintendo,0.8,0.19,0.83,0.03,1.85 +941,inFAMOUS 2,PS3,2011,Action,Sony Computer Entertainment,1.05,0.49,0.08,0.23,1.85 +942,Gran Turismo Concept 2001 Tokyo,PS2,2001,Racing,Unknown,0,1.1,0.42,0.33,1.84 +943,Demon's Souls,PS3,2009,Role-Playing,Namco Bandai Games,0.97,0.34,0.35,0.18,1.84 +944,NCAA Football 06,PS2,2005,Sports,Electronic Arts,1.53,0.05,0,0.25,1.84 +945,"Hey You, Pikachu!",N64,1998,Simulation,Nintendo,0.83,0.06,0.93,0,1.83 +946,2 Games in 1: Sonic Advance & ChuChu Rocket!,GBA,2005,Misc,THQ,1.31,0.49,0,0.03,1.83 +947,World of Warcraft: Mists of Pandaria,PC,2012,Role-Playing,Activision,0.84,0.76,0,0.23,1.83 +948,Jet Moto,PS,1996,Racing,Sony Computer Entertainment,1.33,0.4,0.03,0.07,1.83 +949,Just Cause 3,PS4,2015,Action,Square Enix,0.46,1.02,0.07,0.28,1.83 +950,Secret of Mana,SNES,1993,Role-Playing,SquareSoft,0.25,0.07,1.49,0.02,1.83 +951,The Orange Box,X360,2007,Shooter,Electronic Arts,1.09,0.54,0.02,0.17,1.83 +952,Air Combat,PS,1995,Simulation,Sony Computer Entertainment,0.92,0.33,0.52,0.05,1.83 +953,Kirby: Triple Deluxe,3DS,2014,Platform,Nintendo,0.61,0.34,0.79,0.09,1.82 +954,Sonic & Knuckles,GEN,1994,Platform,Sega,1.24,0.43,0.03,0.12,1.82 +955,Namco Museum,PS2,2001,Misc,Namco Bandai Games,1.73,0.07,0,0.02,1.82 +956,The Sims: Hot Date,PC,2001,Simulation,Electronic Arts,1.81,0,0,0,1.82 +957,Metroid Prime 3: Corruption,Wii,2007,Shooter,Nintendo,0.91,0.74,0.07,0.09,1.82 +958,Dragon Quest VI: Realms of Revelation,DS,2010,Role-Playing,Nintendo,0.22,0.21,1.35,0.03,1.81 +959,The Evil Within,PS4,2014,Action,Bethesda Softworks,0.55,0.84,0.11,0.31,1.81 +960,DDRMAX2: Dance Dance Revolution,PS2,2003,Simulation,Konami Digital Entertainment,1.05,0.59,0,0.18,1.81 +961,Crazy Taxi,DC,2000,Racing,Sega,1.1,0.51,0.12,0.08,1.81 +962,Virtua Fighter 4,PS2,2002,Fighting,Sega,0.78,0.44,0.56,0.04,1.81 +963,Sly 2: Band of Thieves,PS2,2004,Platform,Sony Computer Entertainment,0.88,0.69,0,0.23,1.81 +964,Guitar Hero: World Tour,PS2,2008,Misc,Activision,1,0.03,0,0.77,1.8 +965,Sonic Advance 2,GBA,2002,Platform,Sega,0.93,0.59,0.21,0.07,1.8 +966,Madden NFL 07,X360,2006,Sports,Electronic Arts,1.66,0,0.01,0.13,1.8 +967,NBA 2K11,PS3,2010,Action,Take-Two Interactive,1.41,0.21,0.03,0.16,1.8 +968,NFL GameDay 2000,PS,1999,Sports,989 Studios,1,0.68,0,0.12,1.8 +969,Call of Duty: Black Ops 3,PS3,2015,Shooter,Activision,0.49,0.96,0.07,0.27,1.79 +970,Disney's The Lion King,SNES,1994,Platform,Virgin Interactive,1.26,0.39,0.08,0.06,1.79 +971,Beyond: Two Souls,PS3,2013,Adventure,Sony Computer Entertainment,0.52,0.88,0.06,0.34,1.79 +972,Kinect Star Wars,X360,2012,Action,Microsoft Game Studios,1.05,0.57,0.03,0.14,1.78 +973,Midnight Club II,PS2,2003,Racing,Take-Two Interactive,1.25,0.29,0,0.24,1.78 +974,Dragon Quest Monsters: Joker,DS,2006,Role-Playing,Square Enix,0.23,0.03,1.49,0.03,1.78 +975,SpongeBob SquarePants: SuperSponge,PS,2001,Action,THQ,1.12,0.58,0,0.08,1.78 +976,The Getaway: Black Monday,PS2,2004,Action,Sony Computer Entertainment,0.39,1.01,0.02,0.36,1.78 +977,Professor Layton and the Mask of Miracle,3DS,2011,Puzzle,Nintendo,0.32,0.95,0.36,0.14,1.78 +978,Just Cause 2,PS3,2010,Action,Square Enix,0.45,0.94,0.06,0.33,1.78 +979,Dragon's Dogma,PS3,2012,Role-Playing,Capcom,0.41,0.46,0.72,0.19,1.78 +980,The Legend of Zelda: The Wind Waker,WiiU,2013,Action,Nintendo,0.93,0.57,0.14,0.13,1.77 +981,50 Cent: Bulletproof,PS2,2005,Action,Vivendi Games,0.85,0.76,0,0.16,1.77 +982,High School Musical: Sing It!,Wii,2007,Misc,Disney Interactive Studios,1.16,0.45,0,0.16,1.77 +983,Wii Party U,WiiU,2013,Misc,Nintendo,0.31,0.54,0.84,0.08,1.77 +984,Madden NFL 25,PS3,2013,Sports,Electronic Arts,1.59,0.03,0,0.15,1.77 +985,Final Fantasy II,SNES,1991,Role-Playing,Square,0.24,0.09,1.33,0.12,1.77 +986,Kirby 64: The Crystal Shards,N64,2000,Platform,Nintendo,0.63,0.06,1.03,0.04,1.77 +987,Dead or Alive 3,XB,2001,Fighting,Microsoft Game Studios,1.19,0.29,0.24,0.06,1.77 +988,UFC 2009 Undisputed,PS3,2009,Fighting,THQ,1.07,0.45,0.01,0.24,1.77 +989,Metroid II: Return of Samus,GB,1991,Adventure,Nintendo,0.85,0.31,0.56,0.04,1.76 +990,WWF Attitude,PS,1998,Fighting,Acclaim Entertainment,1.27,0.42,0,0.07,1.76 +991,The SpongeBob SquarePants Movie,PS2,2004,Platform,THQ,1.06,0.54,0,0.16,1.76 +992,Golden Sun,GBA,2001,Role-Playing,Nintendo,0.93,0.38,0.4,0.06,1.76 +993,Sonic the Hedgehog 3,GEN,1994,Platform,Sega,1.02,0.47,0.2,0.07,1.76 +994,Kid Icarus,NES,1986,Platform,Nintendo,0.53,0.12,1.09,0.02,1.76 +995,Def Jam: Fight for NY,PS2,2004,Fighting,Electronic Arts,0.86,0.67,0,0.22,1.76 +996,Tom Clancy's Ghost Recon,XB,2002,Shooter,Ubisoft,1.23,0.46,0,0.07,1.76 +997,State of Emergency,PS2,2002,Action,Take-Two Interactive,0.86,0.67,0,0.22,1.76 +998,BioShock Infinite,PS3,2013,Shooter,Take-Two Interactive,0.72,0.69,0.04,0.31,1.76 +999,Hitman: Absolution,X360,2012,Action,Square Enix,0.68,0.9,0.01,0.17,1.76 +1000,2 Games in 1 Double Pack: The Incredibles / Finding Nemo: The Continuing Adventures,GBA,2007,Action,THQ,1.26,0.47,0,0.03,1.76 +1001,Call of Duty: Black Ops 3,X360,2015,Shooter,Activision,1.11,0.48,0,0.16,1.76 +1002,The Urbz: Sims in the City,PS2,2004,Simulation,Electronic Arts,0.52,0.95,0,0.29,1.76 +1003,FIFA Soccer 08,PS3,2007,Sports,Electronic Arts,0.35,1.07,0.02,0.32,1.76 +1004,Star Wars: Starfighter,PS2,2001,Simulation,Activision,0.61,0.87,0.02,0.26,1.76 +1005,Madden NFL 2000,PS,1998,Sports,Electronic Arts,1.68,0.04,0,0.04,1.75 +1006,Kingdom Hearts,PS3,2013,Role-Playing,Square Enix,0.9,0.37,0.25,0.24,1.75 +1007,Star Wars: Battlefront,XB,2004,Shooter,Activision,1.24,0.45,0,0.07,1.75 +1008,Pro Evolution Soccer,PS2,2001,Sports,Konami Digital Entertainment,0.06,0.9,0.53,0.27,1.75 +1009,Crackdown,X360,2007,Shooter,Microsoft Game Studios,1,0.54,0.03,0.18,1.75 +1010,Yoshi,NES,1991,Puzzle,Nintendo,0.7,0.13,0.91,0.01,1.75 +1011,Disney's Aladdin,SNES,1993,Platform,Capcom,0.94,0.34,0.21,0.27,1.75 +1012,Kirby's Adventure,NES,1993,Platform,Nintendo,0.79,0.14,0.8,0.02,1.75 +1013,Cooking Mama 3: Shop & Chop,DS,2009,Simulation,505 Games,0.83,0.66,0.08,0.18,1.75 +1014,Dance Dance Revolution X,PS2,2008,Simulation,Konami Digital Entertainment,0.85,0.66,0.01,0.22,1.75 +1015,2 Games in 1: Disney Princess & The Lion King,GBA,2004,Misc,THQ,1.25,0.46,0,0.03,1.75 +1016,Star Wars Episode I: The Phantom Menace,PS,1999,Adventure,LucasArts,0.72,0.89,0.04,0.1,1.74 +1017,Xenosaga Episode I: Der Wille zur Macht,PS2,2002,Role-Playing,Namco Bandai Games,0.63,0.49,0.45,0.17,1.74 +1018,Portal 2,PS3,2011,Shooter,Valve,0.83,0.63,0.02,0.25,1.74 +1019,The Beatles: Rock Band,Wii,2009,Misc,MTV Games,1.19,0.4,0,0.16,1.74 +1020,Forza Motorsport 6,XOne,2015,Racing,Microsoft Game Studios,0.69,0.89,0.03,0.14,1.74 +1021,Sonic Colors,Wii,2010,Platform,Sega,0.96,0.61,0.01,0.16,1.74 +1022,Cruis'n USA,N64,1996,Racing,Nintendo,1.69,0.04,0,0.01,1.74 +1023,Madden NFL 99,PS,1998,Sports,Electronic Arts,1.66,0.04,0,0.04,1.74 +1024,Diablo III,PS4,2014,Role-Playing,Activision,0.49,0.88,0.06,0.3,1.74 +1025,Uncharted: Golden Abyss,PSV,2011,Shooter,Sony Computer Entertainment,0.59,0.75,0.13,0.27,1.74 +1026,Destiny,PS3,2014,Shooter,Activision,0.67,0.66,0.12,0.27,1.73 +1027,SSX Tricky,PS2,2001,Sports,Electronic Arts,0.85,0.66,0,0.22,1.73 +1028,Overwatch,PS4,2016,Shooter,Activision,0.64,0.68,0.14,0.26,1.73 +1029,Twisted Metal III,PS,1998,Action,989 Studios,1.48,0.2,0,0.05,1.73 +1030,Harry Potter and the Sorcerer's Stone,GB,2001,Action,Electronic Arts,0.94,0.62,0.1,0.07,1.73 +1031,Disney Infinity,Wii,2013,Action,Disney Interactive Studios,1.15,0.44,0,0.14,1.73 +1032,Crash Bandicoot: The Huge Adventure,GBA,2002,Platform,Universal Interactive,0.95,0.7,0,0.08,1.73 +1033,Dishonored,X360,2012,Action,Bethesda Softworks,1.06,0.52,0.01,0.14,1.73 +1034,Rockstar Games Double Pack: Grand Theft Auto III & Grand Theft Auto Vice City,PS2,2003,Action,Take-Two Interactive,0.85,0.66,0,0.22,1.72 +1035,The Order: 1886,PS4,2015,Shooter,Sony Computer Entertainment,0.61,0.78,0.06,0.27,1.72 +1036,The Elder Scrolls Online,PS4,2015,Role-Playing,Bethesda Softworks,0.66,0.78,0,0.28,1.72 +1037,Call of Duty: World at War Final Fronts,PS2,2008,Shooter,Activision,0.61,0.18,0,0.94,1.72 +1038,Imagine: Teacher,DS,2008,Simulation,Ubisoft,0.7,0.83,0,0.19,1.72 +1039,Call of Duty: Modern Warfare 3,PC,2011,Shooter,Activision,0.41,0.98,0,0.33,1.72 +1040,Madden NFL 2005,XB,2004,Sports,Electronic Arts,1.61,0.03,0,0.08,1.72 +1041,Star Ocean: Till The End of Time,PS2,2003,Role-Playing,Ubisoft,0.8,0.21,0.55,0.15,1.72 +1042,The Sims 3: Late Night Expansion Pack,PC,2010,Simulation,Electronic Arts,0.59,0.87,0,0.25,1.71 +1043,Game Party 3,Wii,2009,Puzzle,Warner Bros. Interactive Entertainment,1.43,0.16,0,0.12,1.71 +1044,Toy Story 2: Buzz Lightyear to the Rescue!,PS,1998,Platform,Activision,0.99,0.64,0,0.08,1.71 +1045,Deal or No Deal,DS,2007,Misc,Mindscape,1.15,0.41,0,0.15,1.71 +1046,Ace Combat 5: The Unsung War,PS2,2004,Simulation,Sony Computer Entertainment Europe,0.88,0.34,0.32,0.18,1.71 +1047,Need for Speed Underground,XB,2003,Racing,Electronic Arts,1.09,0.55,0,0.07,1.71 +1048,Kanshuu Nippon Joushikiryoku Kentei Kyoukai: Imasara Hito ni wa Kikenai Otona no Joushikiryoku Training DS,DS,2006,Misc,Nintendo,0,0,1.71,0,1.71 +1049,Tetris Worlds,GBA,2001,Puzzle,THQ,1.25,0.39,0,0.06,1.71 +1050,Cabela's Big Game Hunter 2010,Wii,2009,Sports,Activision Value,1.58,0,0,0.12,1.7 +1051,The Crew,PS4,2014,Racing,Ubisoft,0.34,1.08,0.03,0.26,1.7 +1052,FIFA Soccer 10,PS2,2009,Sports,Electronic Arts,0.23,0.24,0,1.23,1.7 +1053,We Ski,Wii,2008,Sports,Namco Bandai Games,0.99,0.42,0.14,0.15,1.7 +1054,Personal Trainer: Math,DS,2007,Puzzle,Nintendo,0.49,1.12,0,0.09,1.7 +1055,Kirby's Return to Dreamland,Wii,2011,Platform,Nintendo,0.62,0.21,0.79,0.08,1.7 +1056,Super Puyo Puyo,SNES,1993,Puzzle,Banpresto,0,0,1.69,0.01,1.7 +1057,Ben 10: Protector of Earth,DS,2007,Action,D3Publisher,0.69,0.83,0,0.19,1.7 +1058,NCAA Football 07,PS2,2006,Sports,Electronic Arts,1.41,0.05,0,0.23,1.7 +1059,SOCOM 3: U.S. Navy SEALs,PS2,2005,Shooter,Sony Computer Entertainment,1.22,0.34,0.04,0.1,1.69 +1060,NBA 2K15,XOne,2014,Sports,Take-Two Interactive,1.36,0.18,0,0.15,1.69 +1061,Saints Row 2,PS3,2008,Action,THQ,0.88,0.54,0.02,0.25,1.69 +1062,Saints Row IV,X360,2013,Action,Deep Silver,1.01,0.53,0.01,0.14,1.69 +1063,Jampack Winter '99,PS,1999,Misc,Sony Computer Entertainment,0.94,0.64,0,0.11,1.69 +1064,Dragon Age: Origins,PS3,2009,Role-Playing,Electronic Arts,0.96,0.44,0.08,0.22,1.69 +1065,FIFA 16,X360,2015,Sports,Electronic Arts,0.55,1.01,0,0.13,1.69 +1066,WCW vs. nWo: World Tour,N64,1997,Fighting,THQ,1.37,0.28,0.03,0.02,1.69 +1067,WCW/NWO Thunder,PS,1998,Fighting,THQ,1.1,0.48,0.04,0.07,1.69 +1068,Harry Potter and the Sorcerer's Stone,GBA,2001,Action,Electronic Arts,0.87,0.66,0.08,0.08,1.69 +1069,Need For Speed: Undercover,X360,2008,Racing,Electronic Arts,0.79,0.71,0.01,0.18,1.69 +1070,Dragon Ball Z: The Legacy of Goku,GBA,2002,Role-Playing,Infogrames,1.52,0.12,0,0.05,1.69 +1071,Sid Meier's Civilization V,PC,2010,Strategy,Take-Two Interactive,0.98,0.52,0,0.19,1.69 +1072,Resident Evil 4,GC,2005,Action,Capcom,0.98,0.42,0.22,0.06,1.69 +1073,Call of Duty Black Ops: Declassified,PSV,2012,Action,Activision,0.8,0.52,0.07,0.3,1.69 +1074,Star Wars Battlefront: Renegade Squadron,PSP,2007,Shooter,LucasArts,0.9,0.47,0,0.32,1.68 +1075,World Championship Poker: Featuring Howard Lederer - All In,PS2,2006,Misc,Oxygen Interactive,0.82,0.64,0,0.22,1.68 +1076,NFL GameDay 98,PS,1997,Sports,Sony Computer Entertainment,1.58,0.06,0,0.04,1.68 +1077,LEGO Batman 2: DC Super Heroes,X360,2012,Action,Warner Bros. Interactive Entertainment,0.9,0.64,0,0.15,1.68 +1078,Yoshi's Cookie,GB,1992,Puzzle,Nintendo,0.59,0.24,0.82,0.03,1.68 +1079,Time Crisis,PS,1997,Shooter,Namco Bandai Games,0.38,0.87,0.33,0.1,1.68 +1080,The Sims: Superstar,PC,2003,Simulation,Electronic Arts,1.67,0,0,0,1.68 +1081,Star Wars The Clone Wars: Lightsaber Duels,Wii,2008,Action,LucasArts,1.23,0.3,0,0.14,1.68 +1082,MySims,Wii,2007,Simulation,Electronic Arts,0.91,0.55,0.04,0.17,1.68 +1083,Metroid Fusion,GBA,2002,Action,Nintendo,1.18,0.27,0.17,0.06,1.68 +1084,Shaun White Snowboarding: Road Trip,Wii,2008,Sports,Ubisoft,0.94,0.57,0,0.17,1.67 +1085,SSX 3,PS2,2003,Sports,Electronic Arts,0.93,0.52,0,0.22,1.67 +1086,Big Beach Sports,Wii,2008,Sports,THQ,0.45,1.02,0,0.2,1.67 +1087,Madden NFL 2001,PS,2000,Sports,Electronic Arts,1.58,0.05,0,0.04,1.67 +1088,Fight Night Round 3,PS3,2006,Fighting,Electronic Arts,0.81,0.59,0.01,0.26,1.67 +1089,Knack,PS4,2013,Platform,Sony Computer Entertainment Europe,0.43,0.67,0.42,0.15,1.67 +1090,Star Wars: Battlefront II,XB,2005,Shooter,Activision,1.22,0.39,0,0.06,1.67 +1091,Disney's DuckTales,NES,1989,Platform,Capcom,0.91,0.3,0.42,0.04,1.67 +1092,Tony Hawk's Pro Skater 3,PS,2001,Sports,Activision,1.09,0.49,0.02,0.07,1.67 +1093,"Monsters, Inc.",GBA,2001,Adventure,THQ,0.59,0.95,0.03,0.1,1.67 +1094,StarCraft II: Heart of the Swarm,PC,2013,Strategy,Activision,0.82,0.65,0,0.19,1.67 +1095,PGR: Project Gotham Racing 2,XB,2003,Racing,Microsoft Game Studios,0.97,0.59,0.04,0.07,1.67 +1096,Spy Hunter,PS2,2001,Racing,Midway Games,1.13,0.32,0,0.22,1.67 +1097,NCAA Football 2004,PS2,2003,Sports,Electronic Arts,1.35,0.09,0,0.23,1.67 +1098,SpongeBob SquarePants: Battle for Bikini Bottom,PS2,2003,Platform,THQ,1.08,0.45,0,0.14,1.67 +1099,Dying Light,PS4,2015,Action,Warner Bros. Interactive Entertainment,0.63,0.66,0.11,0.26,1.66 +1100,Heavenly Sword,PS3,2007,Action,Sony Computer Entertainment,0.57,0.73,0.06,0.3,1.66 +1101,Street Fighter II': Special Champion Edition,GEN,1992,Fighting,Sega,1,0.3,0.31,0.04,1.66 +1102,SSX,PS2,2000,Sports,Electronic Arts,0.78,0.61,0.06,0.2,1.66 +1103,Max Payne 3,X360,2012,Shooter,Take-Two Interactive,0.86,0.64,0.01,0.14,1.66 +1104,NBA Ballers,PS2,2004,Sports,Midway Games,0.81,0.63,0,0.21,1.66 +1105,Need for Speed Carbon,X360,2006,Racing,Electronic Arts,0.76,0.7,0.02,0.18,1.66 +1106,NBA Live 2003,PS2,2002,Sports,Electronic Arts,1.25,0.15,0.03,0.22,1.66 +1107,Dragon Ball Z: Budokai Tenkaichi,PS2,2005,Fighting,Atari,0.96,0.12,0.54,0.04,1.66 +1108,Ms. Pac-Man,2600,1981,Puzzle,Atari,1.54,0.1,0,0.02,1.65 +1109,Mario Party 6,GC,2004,Misc,Nintendo,0.9,0.11,0.6,0.05,1.65 +1110,Super Scope 6,SNES,1991,Shooter,Nintendo,1.06,0.38,0.15,0.05,1.65 +1111,Go Vacation,Wii,2011,Misc,Namco Bandai Games,0.48,0.68,0.33,0.16,1.65 +1112,Dragon Quest V: Tenkuu no Hanayome,PS2,2004,Role-Playing,Enix Corporation,0,0,1.65,0,1.65 +1113,Army of Two,X360,2008,Shooter,Electronic Arts,1.09,0.38,0.02,0.16,1.65 +1114,Dragon Quest IV: Chapters of the Chosen,DS,2007,Role-Playing,Square Enix,0.32,0.02,1.27,0.03,1.64 +1115,Kirby & the Amazing Mirror,GBA,2004,Platform,Nintendo,0.8,0.05,0.76,0.03,1.64 +1116,LEGO Pirates of the Caribbean: The Video Game,Wii,2011,Action,Disney Interactive Studios,0.76,0.72,0,0.16,1.64 +1117,Dig Dug,2600,1982,Puzzle,Atari,1.52,0.1,0,0.02,1.64 +1118,Tom Clancy's Rainbow Six,PS,1999,Shooter,Red Storm Entertainment,0.93,0.63,0,0.08,1.64 +1119,Ghosts 'n Goblins,NES,1986,Action,Capcom,0.74,0.26,0.61,0.03,1.64 +1120,Tiger Woods PGA Tour 2003,PS2,2002,Sports,Electronic Arts,0.8,0.63,0,0.21,1.64 +1121,NBA Live 06 (All region sales),PS2,2005,Sports,Electronic Arts,1.44,0.15,0,0.05,1.64 +1122,Prince of Persia: Warrior Within,PS2,2004,Action,Ubisoft,0.54,0.88,0,0.22,1.64 +1123,Kinectimals,X360,2010,Simulation,Microsoft Game Studios,1.02,0.48,0,0.14,1.64 +1124,Until Dawn,PS4,2015,Adventure,Sony Computer Entertainment Europe,0.44,0.89,0.05,0.25,1.64 +1125,ESPN NFL 2K5,XB,2004,Sports,Sega,1.54,0.02,0,0.07,1.63 +1126,Viva Pinata,X360,2006,Simulation,Microsoft Game Studios,0.45,0.96,0.02,0.2,1.63 +1127,Pikmin,GC,2001,Strategy,Nintendo,0.78,0.25,0.56,0.04,1.63 +1128,Call of Duty: Black Ops,PC,N/A,Shooter,Activision,0.58,0.81,0,0.24,1.63 +1129,Sonic Generations,PS3,2011,Platform,Sega,0.6,0.73,0.02,0.28,1.63 +1130,Tiger Woods PGA Tour 2004,PS2,2003,Sports,Electronic Arts,1.18,0.34,0,0.1,1.63 +1131,Ape Escape,PS,1999,Platform,Sony Computer Entertainment,0.71,0.48,0.32,0.11,1.63 +1132,NBA 2K15,X360,2014,Sports,Take-Two Interactive,1.33,0.14,0,0.15,1.63 +1133,NCAA Football 2005,PS2,2004,Sports,Electronic Arts,1.32,0.09,0,0.22,1.62 +1134,Just Cause 2,X360,2010,Action,Square Enix,0.59,0.85,0.02,0.17,1.62 +1135,Rock Band,PS3,N/A,Misc,Electronic Arts,0.99,0.41,0,0.22,1.62 +1136,Tony Hawk's American Wasteland (Old all region sales),PS2,2005,Sports,Activision,0.8,0.63,0.01,0.19,1.62 +1137,Rage,X360,2011,Shooter,Bethesda Softworks,0.82,0.61,0.03,0.15,1.62 +1138,Mario Hoops 3 on 3,DS,2006,Sports,Nintendo,0.99,0.04,0.49,0.1,1.62 +1139,Kirby Air Ride,GC,2003,Racing,Nintendo,1.01,0.11,0.45,0.04,1.62 +1140,Sled Storm,PS,1998,Racing,Electronic Arts,0.9,0.61,0,0.11,1.62 +1141,Pokemon Battle Revolution,Wii,2006,Role-Playing,Nintendo,0.8,0.38,0.3,0.13,1.61 +1142,NFL Street 2,PS2,2004,Sports,Electronic Arts,0.79,0.62,0,0.21,1.61 +1143,Gears of War: Judgment,X360,2013,Shooter,Microsoft Game Studios,0.92,0.53,0.03,0.13,1.61 +1144,Baseball,GB,1989,Sports,Nintendo,0.66,0.27,0.65,0.03,1.61 +1145,Yu-Gi-Oh! Duel Monsters,GB,1998,Strategy,Konami Digital Entertainment,0,0,1.61,0.01,1.61 +1146,Super Mario Strikers,GC,2005,Sports,Nintendo,0.98,0.38,0.2,0.04,1.61 +1147,Buzz! The Music Quiz,PS2,2005,Misc,Sony Computer Entertainment,0,1.18,0,0.43,1.61 +1148,SpongeBob's Atlantis SquarePantis,DS,2007,Action,THQ,1.5,0,0,0.11,1.61 +1149,Far Cry 4,XOne,2014,Shooter,Ubisoft,0.79,0.68,0.01,0.13,1.61 +1150,Dance Dance Revolution: Hottest Party 2,Wii,2008,Simulation,Konami Digital Entertainment,0.95,0.48,0.01,0.15,1.6 +1151,Moshi Monsters: Moshling Zoo,DS,2011,Misc,Activision,0.4,0.99,0,0.22,1.6 +1152,Dollar Dash,PS2,2005,Action,Take-Two Interactive,1.3,0.23,0,0.07,1.6 +1153,Far Cry 2,X360,2008,Action,Ubisoft,0.71,0.69,0.02,0.18,1.6 +1154,F-1 World Grand Prix,N64,1998,Racing,Video System,0.46,0.96,0.09,0.08,1.6 +1155,River Raid,2600,1981,Shooter,Activision,1.49,0.09,0,0.02,1.6 +1156,Silent Hill,PS,1999,Action,Konami Digital Entertainment,0.71,0.48,0.3,0.1,1.6 +1157,Dragon Quest V: Hand of the Heavenly Bride,DS,2008,Role-Playing,Square Enix,0.19,0.02,1.36,0.02,1.6 +1158,No Man's Sky,PS4,2016,Action,Hello Games,0.58,0.74,0.02,0.26,1.6 +1159,Sonic Heroes,GC,2003,Platform,Sega,1.05,0.44,0.06,0.04,1.6 +1160,ESPN NBA 2K5,PS2,2004,Sports,Global Star,1.26,0.12,0,0.21,1.59 +1161,Diablo,PC,1996,Role-Playing,Activision,0.01,1.58,0,0,1.59 +1162,The Legend of Zelda: Twilight Princess,GC,2006,Action,Nintendo,1.15,0.36,0.04,0.04,1.59 +1163,Soul Edge,PS,1996,Fighting,Sony Computer Entertainment,0.61,0.41,0.46,0.1,1.59 +1164,Devil May Cry 4,PS3,2008,Action,Capcom,0.58,0.46,0.34,0.21,1.59 +1165,Mario Bros.,2600,1982,Platform,Atari,1.48,0.09,0,0.02,1.59 +1166,Pro Evolution Soccer 2008,PS3,2007,Sports,Konami Digital Entertainment,0.04,1.1,0.32,0.13,1.59 +1167,SoulCalibur IV,X360,2008,Fighting,Ubisoft,0.92,0.44,0.07,0.15,1.59 +1168,LEGO Harry Potter: Years 1-4,X360,2010,Action,Warner Bros. Interactive Entertainment,0.95,0.5,0,0.14,1.59 +1169,NASCAR 2000,PS,1999,Racing,Electronic Arts,0.88,0.6,0,0.1,1.59 +1170,Wolfenstein: The New Order,PS4,2014,Shooter,Bethesda Softworks,0.47,0.8,0.03,0.29,1.58 +1171,Carnival Games: Mini Golf,Wii,2008,Sports,Take-Two Interactive,0.87,0.56,0,0.15,1.58 +1172,Guitar Hero: On Tour Decades,DS,2008,Misc,Activision,0.85,0.58,0,0.16,1.58 +1173,MySims Kingdom,DS,2008,Simulation,Electronic Arts,0.81,0.6,0.01,0.17,1.58 +1174,Jampack Summer 2K,PS,2000,Misc,Sony Computer Entertainment,0.88,0.6,0,0.1,1.58 +1175,Need for Speed: Most Wanted,X360,2012,Racing,Electronic Arts,0.62,0.8,0.01,0.15,1.58 +1176,Guitar Hero 5,Wii,2009,Misc,Activision,0.94,0.49,0,0.15,1.58 +1177,High School Musical 3: Senior Year,DS,2008,Misc,Disney Interactive Studios,0.64,0.76,0,0.17,1.58 +1178,Kingdom Hearts 3D: Dream Drop Distance,3DS,2012,Action,Square Enix,0.88,0.26,0.34,0.09,1.58 +1179,Hannah Montana: Music Jam,DS,2007,Action,Disney Interactive Studios,1.06,0.37,0,0.15,1.58 +1180,Pokemon Mystery Dungeon: Explorers of Sky,DS,2009,Role-Playing,Nintendo,0.58,0.44,0.44,0.12,1.58 +1181,Spyro 2: Season of Flame,GBA,2002,Platform,Vivendi Games,0.85,0.65,0,0.08,1.58 +1182,Pro Evolution Soccer 2010,PS2,2009,Sports,Konami Digital Entertainment,0.1,0.18,0.12,1.16,1.57 +1183,NCAA Football 2002,PS2,2001,Sports,Electronic Arts,0.77,0.6,0,0.2,1.57 +1184,Conflict: Desert Storm,PS2,2002,Shooter,Gotham Games,0.98,0.53,0,0.06,1.57 +1185,Mario Party 7,GC,2005,Misc,Nintendo,0.95,0.11,0.46,0.04,1.57 +1186,Pro Evolution Soccer 2013,PS3,2012,Sports,Konami Digital Entertainment,0.18,0.64,0.49,0.25,1.56 +1187,Smuggler's Run,PS2,2000,Racing,Take-Two Interactive,0.77,0.6,0,0.2,1.56 +1188,Fight Night Round 3,PS2,2006,Fighting,Electronic Arts,1.07,0.4,0,0.1,1.56 +1189,Donkey Kong Classics,NES,1988,Platform,Nintendo,0.59,0.14,0.81,0.02,1.56 +1190,Twisted Metal,PS,1995,Action,Sony Computer Entertainment,1.32,0.19,0,0.05,1.56 +1191,Dark Souls III,PS4,2016,Role-Playing,Namco Bandai Games,0.58,0.44,0.33,0.21,1.56 +1192,Final Fight,SNES,1990,Action,Capcom,0.67,0.17,0.69,0.03,1.56 +1193,Dragon Quest Monsters 2,GB,2001,Role-Playing,Enix Corporation,0,0,1.56,0,1.56 +1194,Pokemon Pinball: Ruby & Sapphire,GBA,2003,Misc,Nintendo,0.68,0.38,0.44,0.05,1.56 +1195,LEGO Marvel Super Heroes,PS4,2013,Action,Warner Bros. Interactive Entertainment,0.59,0.75,0.01,0.21,1.56 +1196,Mafia II,X360,2010,Action,Take-Two Interactive,0.84,0.56,0,0.15,1.55 +1197,Dishonored,PS3,2012,Action,Bethesda Softworks,0.72,0.54,0.04,0.25,1.55 +1198,Stuntman,PS2,2002,Racing,Atari,0.76,0.59,0,0.2,1.55 +1199,Tom Clancy's Rainbow Six 3,XB,2003,Shooter,Ubisoft,0.91,0.57,0,0.07,1.55 +1200,Active Life: Outdoor Challenge,Wii,2008,Sports,Atari,0.79,0.44,0.19,0.14,1.55 +1201,BioShock 2,PS3,2010,Shooter,Take-Two Interactive,0.85,0.47,0.02,0.22,1.55 +1202,007: The World is not Enough,N64,2000,Action,Electronic Arts,1.13,0.38,0.02,0.03,1.55 +1203,Spider-Man 2: Enter: Electro,PS,2001,Action,Activision,0.57,0.87,0.02,0.09,1.55 +1204,Watch Dogs,XOne,2014,Action,Ubisoft,0.9,0.53,0,0.13,1.55 +1205,Star Wars: The Force Unleashed II,PS3,2010,Action,LucasArts,0.8,0.53,0,0.22,1.55 +1206,Ni no Kuni: Wrath of the White Witch,PS3,2011,Role-Playing,Namco Bandai Games,0.6,0.51,0.21,0.23,1.55 +1207,Command & Conquer: Tiberian Sun,PC,1999,Strategy,Westwood Studios,1.55,0,0,0,1.55 +1208,LEGO Battles: Ninjago,DS,2011,Strategy,Warner Bros. Interactive Entertainment,1.07,0.36,0,0.12,1.55 +1209,Mario Party 10,WiiU,2015,Misc,Nintendo,0.69,0.5,0.24,0.11,1.55 +1210,Dead Rising 3,XOne,2013,Action,Microsoft Game Studios,1.06,0.35,0.01,0.12,1.54 +1211,Resident Evil: The Umbrella Chronicles,Wii,2007,Action,Capcom,0.68,0.43,0.29,0.14,1.54 +1212,Fire Emblem Fates,3DS,2015,Role-Playing,Nintendo,0.71,0.22,0.52,0.1,1.54 +1213,Dark Cloud,PS2,2000,Role-Playing,Sony Computer Entertainment,0.83,0.44,0.08,0.19,1.54 +1214,Warcraft III: The Frozen Throne,PC,2003,Strategy,Activision,0.58,0.87,0,0.09,1.54 +1215,Tom Clancy's Ghost Recon Advanced Warfighter,X360,2006,Shooter,Ubisoft,1.4,0.02,0.02,0.1,1.54 +1216,Disney Fairies: Tinker Bell,DS,2008,Adventure,Disney Interactive Studios,0.86,0.52,0.01,0.15,1.54 +1217,MVP Baseball 2005,PS2,2005,Sports,Electronic Arts,1.26,0.07,0,0.21,1.54 +1218,Die Hard Trilogy,PS,1996,Shooter,Fox Interactive,0.85,0.58,0,0.1,1.54 +1219,Call of Duty: Black Ops II,PC,2012,Shooter,Activision,0.63,0.69,0,0.21,1.53 +1220,Fight Night Round 4,PS3,2009,Fighting,Electronic Arts,0.92,0.41,0,0.21,1.53 +1221,MySims Kingdom,Wii,2008,Simulation,Electronic Arts,0.71,0.65,0.01,0.17,1.53 +1222,The Simpsons Game,DS,2007,Action,Electronic Arts,0.57,0.79,0,0.17,1.53 +1223,Mortal Kombat 3,SNES,1994,Fighting,Acclaim Entertainment,1.19,0.29,0,0.05,1.53 +1224,NFL GameDay 99,PS,1998,Sports,989 Studios,1.44,0.05,0,0.04,1.53 +1225,Call of Duty: Modern Warfare: Reflex Edition,Wii,2009,Shooter,Activision,0.95,0.43,0,0.14,1.53 +1226,FIFA 17,XOne,2016,Sports,Electronic Arts,0.17,1.26,0,0.1,1.53 +1227,Mario Golf: Toadstool Tour,GC,2003,Sports,Nintendo,1.09,0.15,0.25,0.04,1.53 +1228,Tiger Woods 99 PGA Tour Golf,PS,1997,Sports,Electronic Arts,0.85,0.58,0,0.1,1.53 +1229,Donkey Kong Country: Tropical Freeze,WiiU,2014,Platform,Nintendo,0.73,0.52,0.15,0.12,1.52 +1230,Dead Space 2,X360,2011,Shooter,Electronic Arts,0.94,0.45,0,0.13,1.52 +1231,Sonic Rivals 2,PSP,2007,Racing,Sega,0.44,0.69,0,0.39,1.52 +1232,Knockout Kings,PS,1997,Fighting,Electronic Arts,1.07,0.39,0,0.06,1.52 +1233,The Simpsons Skateboarding,PS2,2002,Sports,Electronic Arts,0.36,0.9,0,0.27,1.52 +1234,NASCAR 98,PS,1996,Racing,Electronic Arts,1.43,0.05,0,0.04,1.52 +1235,F1 Race,NES,1984,Racing,Nintendo,0,0,1.52,0,1.52 +1236,Xevious,NES,1984,Shooter,Namco Bandai Games,0.18,0.06,1.27,0.01,1.52 +1237,NASCAR 99,PS,1998,Racing,Electronic Arts,1.45,0.04,0,0.04,1.52 +1238,NBA Live 2000,PS,1998,Sports,Electronic Arts,1.43,0.05,0,0.03,1.52 +1239,Mafia II,PS3,2010,Action,Take-Two Interactive,0.5,0.72,0.04,0.26,1.52 +1240,Call of Duty 3,PS3,2006,Shooter,Activision,0.6,0.63,0.03,0.26,1.52 +1241,Super Monkey Ball 2,GC,2002,Puzzle,Atari,1.11,0.31,0.06,0.04,1.52 +1242,Pac-Man World 2,PS2,2002,Action,Namco Bandai Games,1.26,0.05,0,0.21,1.51 +1243,Madden NFL 15,XOne,2014,Sports,Electronic Arts,1.3,0.09,0,0.12,1.51 +1244,Sonic & Sega All-Stars Racing,Wii,2010,Racing,Sega,0.65,0.71,0,0.15,1.51 +1245,LEGO Star Wars III: The Clone Wars,X360,2011,Action,LucasArts,0.84,0.54,0,0.13,1.51 +1246,Football Manager 2012,PC,2011,Sports,Sega,0.02,1.16,0,0.34,1.51 +1247,Puzzle & Dragons,3DS,2013,Role-Playing,GungHo,0,0,1.51,0,1.51 +1248,Mega Man 2,NES,1988,Action,Capcom,0.93,0.15,0.42,0.01,1.51 +1249,Simpsons Wrestling,PS,2001,Fighting,Electronic Arts,0.23,1.16,0,0.11,1.51 +1250,NBA Live 98,PS,1997,Sports,Electronic Arts,1.41,0.06,0,0.04,1.51 +1251,The Simpsons Game,PS2,2007,Action,Electronic Arts,0.35,0.03,0,1.13,1.51 +1252,Monopoly,PS,1997,Misc,Hasbro Interactive,1.18,0.27,0,0.05,1.51 +1253,SoulCalibur II,GC,2003,Fighting,Namco Bandai Games,0.99,0.32,0.11,0.08,1.5 +1254,Resistance 3,PS3,2011,Shooter,Sony Computer Entertainment,0.64,0.58,0.05,0.23,1.5 +1255,Tokyo Xtreme Racer Zero,PS2,2000,Racing,Crave Entertainment,0.66,0.52,0.15,0.17,1.5 +1256,Final Fantasy XIV: A Realm Reborn,PC,2010,Role-Playing,Square Enix,0.86,0.48,0,0.17,1.5 +1257,NFL Blitz,PS,1998,Sports,Midway Games,1.41,0.05,0,0.04,1.5 +1258,Red Faction II,PS2,2002,Shooter,THQ,0.49,0.78,0,0.23,1.5 +1259,Super Scribblenauts,DS,2010,Puzzle,Warner Bros. Interactive Entertainment,1.08,0.31,0,0.11,1.5 +1260,Madden NFL 2001,PS2,2000,Sports,Electronic Arts,1.19,0.07,0.05,0.2,1.5 +1261,WWF No Mercy,N64,2000,Fighting,THQ,1.2,0.27,0.02,0.02,1.5 +1262,Ice Climber,NES,1985,Platform,Nintendo,0.46,0.1,0.92,0.02,1.5 +1263,Sonic CD,SCD,1993,Platform,Sega,1,0.36,0.09,0.05,1.5 +1264,Ninja Hattori Kun: Ninja wa Shuugyou Degogiru no Maki,NES,1986,Platform,Hudson Soft,0,0,1.5,0,1.5 +1265,Dead Rising 2,X360,2010,Action,Capcom,0.75,0.53,0.09,0.12,1.5 +1266,Rock Band 2,PS3,2008,Misc,MTV Games,1.13,0.2,0,0.16,1.5 +1267,Pac-Man World,PS,1998,Action,Namco Bandai Games,1.21,0.14,0.1,0.04,1.5 +1268,Disney Sing It: Pop Hits,Wii,2009,Misc,Disney Interactive Studios,1.08,0.28,0,0.13,1.49 +1269,Final Fantasy: Crystal Chronicles,GC,2003,Role-Playing,Nintendo,0.72,0.38,0.36,0.04,1.49 +1270,Medal of Honor: Frontline,XB,2002,Shooter,Electronic Arts,1,0.43,0,0.06,1.49 +1271,Madden NFL 09,PS2,2008,Sports,Electronic Arts,1.22,0,0,0.27,1.49 +1272,Drawn To Life: SpongeBob SquarePants Edition,DS,2008,Adventure,THQ,1,0.36,0,0.13,1.49 +1273,Banjo-Tooie,N64,2000,Platform,Nintendo,0.82,0.36,0.25,0.06,1.49 +1274,Buzz! The BIG Quiz,PS2,2006,Misc,Sony Computer Entertainment,0,1.1,0,0.39,1.49 +1275,007: Quantum of Solace,X360,2008,Action,Activision,0.82,0.52,0.01,0.14,1.49 +1276,The Sims 3,Wii,2010,Simulation,Electronic Arts,0.61,0.73,0,0.15,1.49 +1277,New Play Control! Mario Power Tennis,Wii,2009,Sports,Nintendo,0.37,0.69,0.28,0.14,1.48 +1278,Bratz: Forever Diamondz,DS,2006,Adventure,THQ,0.43,0.88,0,0.18,1.48 +1279,Dirge of Cerberus: Final Fantasy VII,PS2,2006,Shooter,Square Enix,0.47,0.37,0.52,0.12,1.48 +1280,Nintendo World Cup,NES,1990,Sports,Nintendo,0.28,0.5,0.65,0.05,1.48 +1281,WWF WrestleMania 2000,N64,1999,Fighting,THQ,1.2,0.25,0.02,0.02,1.48 +1282,Wario Land II,GB,1997,Platform,Nintendo,0.7,0.35,0.39,0.04,1.48 +1283,Mass Effect 2,PS3,2011,Role-Playing,Electronic Arts,0.78,0.47,0.03,0.2,1.48 +1284,Major League Baseball 2K5,PS2,2005,Sports,Take-Two Interactive,0.72,0.56,0,0.19,1.48 +1285,Fight Night 2004,PS2,2004,Fighting,Electronic Arts,1.08,0.2,0,0.2,1.48 +1286,Tom Clancy's Splinter Cell: Pandora Tomorrow,XB,2004,Action,Ubisoft,0.82,0.59,0,0.07,1.48 +1287,Imagine: Master Chef,DS,2007,Simulation,Ubisoft,0.39,0.92,0,0.17,1.47 +1288,Assassin's Creed III: Liberation,PSV,2012,Action,Ubisoft,0.58,0.55,0.06,0.28,1.47 +1289,SoulCalibur IV,PS3,2008,Fighting,Ubisoft,0.72,0.41,0.14,0.2,1.47 +1290,Mario Golf,N64,1999,Action,Nintendo,0.62,0.18,0.65,0.02,1.47 +1291,Disney Princess,GBA,2003,Platform,THQ,1.04,0.37,0,0.06,1.47 +1292,Fight Night Round 3,X360,2006,Fighting,Electronic Arts,1.33,0.03,0.01,0.1,1.47 +1293,Metal Gear Rising: Revengeance,PS3,2013,Action,Konami Digital Entertainment,0.45,0.4,0.44,0.18,1.47 +1294,Chrono Trigger,DS,2008,Role-Playing,Square Enix,0.69,0.2,0.49,0.09,1.47 +1295,Star Wars: The Force Unleashed II,X360,2010,Action,LucasArts,0.95,0.4,0,0.12,1.47 +1296,The House of the Dead 2 & 3 Return,Wii,2008,Shooter,Sega,0.78,0.5,0.03,0.15,1.47 +1297,Disney Princess: Magical Jewels,DS,2007,Adventure,Disney Interactive Studios,1.15,0.2,0,0.12,1.47 +1298,LittleBigPlanet PS Vita,PSV,2012,Platform,Sony Computer Entertainment,0.4,0.72,0.02,0.33,1.47 +1299,Xenogears,PS,1998,Role-Playing,SquareSoft,0.29,0.19,0.89,0.1,1.46 +1300,The SpongeBob SquarePants Movie,GBA,2004,Platform,THQ,1.02,0.38,0,0.06,1.46 +1301,Tom Clancy's Ghost Recon: Future Soldier,X360,2012,Shooter,Ubisoft,0.93,0.4,0.02,0.12,1.46 +1302,Battlefield: Bad Company,X360,2008,Shooter,Electronic Arts,0.81,0.46,0.04,0.15,1.46 +1303,Midway Arcade Treasures,PS2,2003,Misc,Midway Games,0.72,0.56,0,0.19,1.46 +1304,Wall-E,DS,2008,Platform,THQ,0.46,0.83,0,0.17,1.46 +1305,Triple Play 99,PS,N/A,Sports,N/A,0.81,0.55,0,0.1,1.46 +1306,Homefront,X360,2011,Shooter,THQ,0.83,0.48,0.02,0.12,1.46 +1307,Super Monkey Ball,GC,2001,Puzzle,Atari,0.95,0.37,0.1,0.04,1.46 +1308,Donkey Kong,2600,1981,Platform,Coleco,1.36,0.08,0,0.02,1.46 +1309,Mortal Kombat 4,PS,1998,Fighting,GT Interactive,0.81,0.55,0,0.1,1.46 +1310,Mario Superstar Baseball,GC,2005,Sports,Nintendo,0.93,0.24,0.25,0.04,1.46 +1311,Mass Effect 3,PS3,2012,Role-Playing,Electronic Arts,0.63,0.59,0.03,0.21,1.46 +1312,LEGO Batman 2: DC Super Heroes,Wii,2012,Action,Warner Bros. Interactive Entertainment,0.94,0.4,0,0.11,1.46 +1313,Medal of Honor: Warfighter,PS3,2012,Action,Electronic Arts,0.47,0.65,0.06,0.28,1.46 +1314,WCW vs the World,PS,1998,Fighting,THQ,1.17,0.2,0.04,0.05,1.46 +1315,SNK vs. Capcom: The Match of the Millennium,PSP,2006,Fighting,Sega,0.53,0.58,0,0.35,1.46 +1316,LEGO City Undercover,3DS,2013,Platform,Nintendo,0.51,0.75,0.07,0.12,1.46 +1317,Onimusha 3: Demon Siege,PS2,2004,Action,Capcom,0.37,0.47,0.54,0.07,1.45 +1318,Diablo III,X360,2013,Role-Playing,Activision,0.89,0.44,0,0.12,1.45 +1319,Batman: Arkham Knight,XOne,2015,Action,Warner Bros. Interactive Entertainment,0.86,0.46,0,0.13,1.45 +1320,BioShock,PS3,2008,Shooter,Take-Two Interactive,0.75,0.49,0.01,0.21,1.45 +1321,Red Dead Revolver,PS2,2004,Shooter,Take-Two Interactive,0.71,0.55,0,0.19,1.45 +1322,Anno 2070,PC,2011,Strategy,Ubisoft,0,1.13,0,0.32,1.45 +1323,Resident Evil: Outbreak,PS2,2003,Action,Capcom,0.54,0.35,0.46,0.1,1.45 +1324,Smarty Pants,Wii,2007,Misc,Electronic Arts,0.53,0.76,0,0.16,1.45 +1325,Tamagotchi,GB,1996,Simulation,Namco Bandai Games,0,0,1.44,0.01,1.45 +1326,4 Nin uchi Mahjong,NES,1984,Misc,Nintendo,0,0,1.45,0,1.45 +1327,Dragon Ball Z,SNES,1993,Fighting,Namco Bandai Games,0,0,1.45,0,1.45 +1328,Game de Hakken!! Tamagotchi 2,GB,1997,Simulation,Namco Bandai Games,0,0,1.44,0.01,1.45 +1329,Namco Museum 64,N64,1999,Misc,Namco Bandai Games,1.24,0.17,0.03,0.01,1.45 +1330,Hasbro Family Game Night,Wii,2008,Puzzle,Electronic Arts,0.97,0.34,0,0.13,1.45 +1331,Dragon Quest Monsters: Joker 2,DS,2010,Role-Playing,Square Enix,0.11,0.08,1.24,0.02,1.45 +1332,Tony Hawk's American Wasteland (Weekly american sales),PS2,2005,Sports,Activision,1.38,0.05,0,0.02,1.45 +1333,My Word Coach,DS,2007,Misc,Ubisoft,0.37,0.9,0,0.18,1.45 +1334,Hello Kitty Party,DS,2007,Misc,Rising Star Games,0.79,0.53,0,0.13,1.44 +1335,SingStar Pop,PS2,2007,Misc,Sony Computer Entertainment,0.04,1.08,0,0.32,1.44 +1336,Sonic Rivals,PSP,2006,Racing,Sega,0.73,0.42,0,0.28,1.44 +1337,SimCity (2013),PC,2013,Simulation,Electronic Arts,0.48,0.77,0,0.19,1.44 +1338,Kirby Super Star,SNES,1996,Platform,Nintendo,0.26,0.07,1.09,0.02,1.44 +1339,Far Cry 4,PS3,2014,Shooter,Ubisoft,0.33,0.79,0.08,0.23,1.44 +1340,WWE SmackDown vs Raw 2008,X360,2007,Fighting,THQ,0.92,0.38,0,0.13,1.44 +1341,Kinect Joy Ride,X360,2010,Racing,Microsoft Game Studios,0.92,0.4,0,0.12,1.44 +1342,Rayman Raving Rabbids,Wii,2006,Misc,Ubisoft,1.23,0.07,0.02,0.11,1.44 +1343,Need for Speed Rivals,PS3,2013,Racing,Electronic Arts,0.33,0.74,0.05,0.31,1.44 +1344,Tiger Woods PGA Tour 2005,PS2,2004,Sports,Electronic Arts,1.03,0.32,0,0.09,1.44 +1345,Dead Space 2,PS3,2011,Shooter,Electronic Arts,0.73,0.5,0,0.21,1.44 +1346,NCAA Football 2003,PS2,2002,Sports,Electronic Arts,1.16,0.08,0,0.19,1.44 +1347,Frogger 2: Swampy's Revenge,PS,1999,Action,Hasbro Interactive,0.8,0.54,0,0.09,1.43 +1348,Disney Infinity,X360,2013,Action,Disney Interactive Studios,0.96,0.37,0,0.11,1.43 +1349,LEGO Indiana Jones 2: The Adventure Continues,Wii,2009,Action,Activision,0.91,0.39,0,0.13,1.43 +1350,Sonic's Ultimate Genesis Collection,X360,2009,Misc,Sega,0.85,0.46,0,0.13,1.43 +1351,Tiger Woods PGA Tour 09 All-Play,Wii,2008,Sports,Electronic Arts,0.81,0.48,0,0.14,1.43 +1352,Disney's DuckTales,GB,1988,Platform,Capcom,0.82,0.23,0.35,0.03,1.43 +1353,Classic NES Series: Super Mario Bros.,GBA,2004,Platform,Nintendo,0,0,1.39,0.03,1.43 +1354,Triple Play 2000,PS,1999,Sports,Electronic Arts,0.79,0.54,0,0.09,1.43 +1355,Dragon Quest VII: Warriors of Eden,3DS,2013,Role-Playing,Square Enix,0.07,0.04,1.3,0.01,1.42 +1356,Cabela's Big Game Hunter,PS2,2002,Sports,Activision,0.7,0.54,0,0.18,1.42 +1357,UFC Undisputed 2010,PS3,2010,Fighting,THQ,0.8,0.41,0.02,0.19,1.42 +1358,NBA Live 06 (Weekly american sales),PS2,2005,Sports,Electronic Arts,1.35,0.05,0,0.02,1.42 +1359,The Legend of Zelda: The Minish Cap,GBA,2004,Action,Nintendo,0.89,0.22,0.22,0.1,1.42 +1360,NFL Street,PS2,2004,Sports,Electronic Arts,1.15,0.08,0,0.19,1.42 +1361,Sonic Generations,X360,2011,Platform,Sega,0.71,0.57,0,0.14,1.42 +1362,Super Metroid,SNES,1994,Action,Nintendo,0.57,0.12,0.71,0.02,1.42 +1363,Pro Yakyuu Family Stadium '87,NES,1987,Sports,Namco Bandai Games,0.12,0,1.3,0,1.42 +1364,Dead Space,X360,2008,Action,Electronic Arts,0.89,0.4,0,0.13,1.42 +1365,Resident Evil (Remake),GC,2002,Action,Capcom,0.63,0.38,0.35,0.05,1.42 +1366,Inazuma Eleven 2,DS,2009,Role-Playing,Nintendo,0,0.21,1.18,0.03,1.42 +1367,Tomb Raider (2013),PS4,2014,Action,Square Enix,0.47,0.64,0.06,0.25,1.41 +1368,LEGO Star Wars II: The Original Trilogy,PSP,2006,Action,LucasArts,0.58,0.51,0,0.32,1.41 +1369,Toy Story 3: The Video Game,Wii,2010,Action,Disney Interactive Studios,0.64,0.63,0,0.14,1.41 +1370,Fight Night Round 4,X360,2009,Fighting,Electronic Arts,0.95,0.34,0,0.13,1.41 +1371,LEGO Star Wars: The Video Game,GC,2005,Action,Eidos Interactive,1.09,0.28,0,0.04,1.41 +1372,Injustice: Gods Among Us,X360,2013,Fighting,Warner Bros. Interactive Entertainment,0.97,0.34,0,0.11,1.41 +1373,Madden NFL 15,PS3,2014,Sports,Electronic Arts,1.07,0.15,0,0.19,1.41 +1374,Disney's The Lion King,GEN,1994,Platform,Virgin Interactive,0.97,0.37,0.03,0.05,1.41 +1375,Ridge Racer,PSP,2004,Racing,Sony Computer Entertainment,0.36,0.45,0.32,0.28,1.41 +1376,Metroid: Other M,Wii,2010,Action,Nintendo,0.87,0.31,0.13,0.1,1.41 +1377,Knockout Kings 2000,PS,1999,Fighting,Electronic Arts,1.02,0.34,0,0.05,1.41 +1378,Gran Turismo 4 Prologue,PS2,2003,Racing,Sony Computer Entertainment,0,0.47,0.77,0.17,1.41 +1379,Twisted Metal: Black,PS2,2001,Racing,Sony Computer Entertainment,1.19,0.17,0,0.05,1.41 +1380,NASCAR 2005: Chase for the Cup,PS2,2004,Racing,Electronic Arts,0.69,0.54,0,0.18,1.41 +1381,Call of Duty: Black Ops,Wii,2010,Shooter,Activision,0.82,0.47,0,0.12,1.4 +1382,Spider-Man: The Movie,XB,2002,Action,Activision,1.07,0.28,0,0.05,1.4 +1383,Need For Speed: Undercover,PS2,2008,Racing,Electronic Arts,0.38,0.08,0.03,0.93,1.4 +1384,2Xtreme,PS,1996,Sports,Sony Computer Entertainment,1.15,0.2,0,0.05,1.4 +1385,Far Cry 2,PS3,2008,Action,Ubisoft,0.43,0.7,0.01,0.27,1.4 +1386,Sonic Advance 3,GBA,2004,Platform,THQ,0.74,0.52,0.08,0.06,1.4 +1387,Final Fantasy III,NES,1990,Role-Playing,SquareSoft,0,0,1.39,0.01,1.4 +1388,Battlefield 4,PC,2013,Shooter,Electronic Arts,0.38,0.86,0,0.16,1.4 +1389,Colin McRae Rally 3,PS2,2002,Racing,Codemasters,0.03,1.05,0.02,0.3,1.4 +1390,Madden NFL 2002,PS,2001,Sports,Electronic Arts,0.78,0.53,0,0.09,1.39 +1391,Doom (2016),PS4,2016,Shooter,Bethesda Softworks,0.49,0.66,0.02,0.22,1.39 +1392,Final Fantasy XII: Revenant Wings,DS,2007,Role-Playing,Square Enix,0.34,0.42,0.54,0.1,1.39 +1393,Bakugan: Battle Brawlers,DS,2009,Action,Activision,1.27,0.02,0,0.09,1.39 +1394,Deus Ex: Human Revolution,PS3,2011,Shooter,Square Enix,0.5,0.6,0.07,0.23,1.39 +1395,NBA Jam,SNES,1994,Sports,Acclaim Entertainment,1.19,0.16,0,0.03,1.39 +1396,Teenage Mutant Ninja Turtles III: The Manhattan Project,NES,1991,Action,Konami Digital Entertainment,1.05,0.17,0.15,0.02,1.39 +1397,Dynasty Warriors 5,PS2,2005,Action,Tecmo Koei,0.24,0.18,0.91,0.06,1.39 +1398,Hannah Montana: Spotlight World Tour,Wii,2007,Action,Disney Interactive Studios,0.87,0.38,0,0.13,1.39 +1399,WWE '13,PS3,2012,Action,THQ,0.51,0.62,0,0.26,1.39 +1400,Deus Ex: Human Revolution,X360,2011,Shooter,Square Enix,0.76,0.48,0.02,0.12,1.39 +1401,True Crime: Streets of LA,XB,2003,Action,Activision,0.96,0.37,0,0.05,1.38 +1402,The Sims 2,PSP,2005,Simulation,Electronic Arts,0.49,0.56,0,0.33,1.38 +1403,Paper Mario,N64,2000,Role-Playing,Nintendo,0.58,0.18,0.59,0.02,1.38 +1404,Bravely Default: Flying Fairy,3DS,2012,Role-Playing,Nintendo,0.5,0.32,0.49,0.07,1.38 +1405,Titanfall,X360,2014,Shooter,Electronic Arts,0.87,0.38,0.02,0.11,1.38 +1406,Duke Nukem: Time to Kill,PS,1998,Shooter,Take-Two Interactive,0.77,0.54,0,0.07,1.38 +1407,Persona 4: Golden,PSV,2012,Role-Playing,Atlus,0.46,0.34,0.38,0.21,1.38 +1408,Dead Rising 2,PS3,2010,Action,Capcom,0.43,0.57,0.15,0.22,1.38 +1409,Hasbro Family Game Night 2,Wii,2009,Misc,Electronic Arts,0.71,0.53,0,0.13,1.38 +1410,Disney Princess: Enchanted Journey,Wii,2007,Adventure,Disney Interactive Studios,1.24,0.04,0,0.09,1.38 +1411,Gardening Mama,DS,2009,Puzzle,505 Games,0.8,0.43,0.01,0.13,1.38 +1412,Dave Mirra Freestyle BMX 2,PS2,2001,Sports,Acclaim Entertainment,0.67,0.53,0,0.18,1.38 +1413,Need for Speed: The Run,X360,2011,Action,Electronic Arts,0.63,0.58,0,0.15,1.38 +1414,LEGO Indiana Jones: The Original Adventures,PS2,2008,Action,LucasArts,0.6,0.01,0,0.76,1.37 +1415,Assassin's Creed: Rogue,PS3,2014,Action,Ubisoft,0.46,0.62,0.06,0.23,1.37 +1416,Ridge Racer 7,PS3,2006,Racing,Namco Bandai Games,0.24,0.7,0.16,0.26,1.37 +1417,A Collection of Activision Classic Games for the Atari 2600,PS,1998,Misc,Activision,0.76,0.52,0,0.09,1.37 +1418,Forza Horizon 2,XOne,2014,Racing,Microsoft Game Studios,0.5,0.78,0.01,0.09,1.37 +1419,MotorStorm: Pacific Rift,PS3,2008,Racing,Sony Computer Entertainment,0.43,0.67,0.02,0.26,1.37 +1420,Sonic Colors,DS,2010,Platform,Sega,0.74,0.5,0.01,0.13,1.37 +1421,Star Wars Knights of the Old Republic II: The Sith Lords,XB,2004,Role-Playing,Activision,0.99,0.33,0,0.05,1.37 +1422,LEGO Harry Potter: Years 1-4,PS3,2010,Action,Warner Bros. Interactive Entertainment,0.55,0.6,0,0.22,1.37 +1423,Pocket Monsters Stadium,N64,1998,Strategy,Nintendo,0,0,1.37,0,1.37 +1424,NBA 2K15,PS3,2014,Sports,Take-Two Interactive,0.86,0.27,0.02,0.22,1.36 +1425,Tom Clancy's Ghost Recon 2,XB,2004,Shooter,Ubisoft,0.86,0.45,0,0.06,1.36 +1426,Crash Bandicoot 2: N-Tranced,GBA,2003,Platform,Vivendi Games,0.63,0.66,0,0.07,1.36 +1427,Burnout Paradise,X360,2008,Racing,Electronic Arts,0.63,0.58,0.01,0.15,1.36 +1428,SingStar Abba,PS2,2008,Misc,Sony Computer Entertainment,0.23,0.04,0,1.09,1.36 +1429,Gradius,NES,1986,Shooter,Konami Digital Entertainment,0.27,0.08,1,0.01,1.36 +1430,Dragon Quest III: Soshite Densetsu e...,SNES,1996,Role-Playing,Enix Corporation,0,0,1.36,0,1.36 +1431,Centipede,2600,1981,Shooter,Atari,1.26,0.08,0,0.01,1.36 +1432,Yoshi's New Island,3DS,2014,Platform,Nintendo,0.47,0.51,0.28,0.09,1.36 +1433,Ryse: Son of Rome,XOne,2013,Action,Microsoft Game Studios,0.82,0.42,0,0.11,1.36 +1434,Dead to Rights,PS2,2002,Shooter,Electronic Arts,0.67,0.52,0,0.17,1.36 +1435,LEGO Harry Potter: Years 5-7,Wii,N/A,Action,Warner Bros. Interactive Entertainment,0.76,0.47,0,0.13,1.36 +1436,Marvel vs. Capcom 3: Fate of Two Worlds,PS3,2011,Fighting,Capcom,0.81,0.29,0.11,0.14,1.35 +1437,Dance Dance Revolution (Japan),PS,1999,Simulation,Konami Digital Entertainment,0,0,1.26,0.09,1.35 +1438,F1 2010,PS3,2010,Racing,Codemasters,0.25,0.76,0.08,0.27,1.35 +1439,Madden NFL 98,PS,1997,Sports,Electronic Arts,1.29,0.03,0,0.03,1.35 +1440,FIFA Soccer 09,PSP,2008,Sports,Electronic Arts,0.23,0.73,0.02,0.37,1.35 +1441,Namco Museum DS,DS,2007,Misc,Atari,1.18,0.01,0.06,0.09,1.35 +1442,FIFA Soccer 08,PSP,2007,Sports,Electronic Arts,0.2,0.76,0,0.39,1.35 +1443,Grand Theft Auto: Chinatown Wars,DS,2009,Action,Take-Two Interactive,0.59,0.57,0.05,0.14,1.35 +1444,Alan Wake,X360,2010,Action,Microsoft Game Studios,0.66,0.51,0.05,0.13,1.35 +1445,Battlefield: Bad Company,PS3,2008,Shooter,Electronic Arts,0.76,0.36,0.05,0.18,1.35 +1446,Mortal Kombat X,XOne,2015,Fighting,Warner Bros. Interactive Entertainment,1,0.21,0,0.13,1.35 +1447,Samurai Warriors,PS2,2004,Action,Electronic Arts,0.22,0.05,1.06,0.02,1.35 +1448,The Simpsons: Hit & Run,XB,2003,Racing,Vivendi Games,0.7,0.58,0,0.07,1.35 +1449,Devil May Cry 4,X360,2008,Action,Capcom,0.79,0.34,0.08,0.13,1.35 +1450,Tom Clancy's Rainbow Six: Vegas 2,PS3,2008,Shooter,Ubisoft,0.66,0.45,0.04,0.21,1.35 +1451,Monster Hunter Freedom,PSP,2005,Role-Playing,Capcom,0.24,0.04,1.03,0.04,1.35 +1452,Crysis 2,X360,2011,Action,Electronic Arts,0.7,0.5,0.02,0.12,1.35 +1453,SaGa Frontier,PS,1997,Role-Playing,SquareSoft,0.15,0.04,1.07,0.09,1.35 +1454,SingStar Party,PS2,2004,Misc,Sony Computer Entertainment,0,1.04,0,0.31,1.35 +1455,FIFA Soccer 08,X360,2007,Sports,Electronic Arts,0.31,0.89,0.01,0.14,1.35 +1456,The ICO & Shadow of the Colossus Collection,PS3,2011,Adventure,Sony Computer Entertainment,0.67,0.37,0.13,0.17,1.35 +1457,Test Drive,PS2,2002,Racing,Atari,0.95,0.21,0.01,0.18,1.34 +1458,Mario & Luigi: Partners in Time,DS,2005,Role-Playing,Nintendo,0.77,0.07,0.43,0.08,1.34 +1459,Lost Planet: Extreme Condition,X360,2006,Shooter,Capcom,1.09,0.04,0.1,0.11,1.34 +1460,Mortal Kombat 3,GEN,1994,Fighting,Acclaim Entertainment,1.03,0.27,0,0.04,1.34 +1461,Doom 3,XB,2005,Shooter,Activision,0.85,0.43,0,0.06,1.34 +1462,Donkey Kong Jungle Beat,GC,2004,Platform,Nintendo,0.84,0.22,0.24,0.04,1.34 +1463,Need for Speed Carbon,PS2,2006,Racing,Electronic Arts,1.22,0.05,0.05,0.01,1.34 +1464,Max Payne 2: The Fall of Max Payne,PS2,2003,Shooter,Take-Two Interactive,0.65,0.51,0,0.17,1.34 +1465,Command & Conquer: Red Alert 2,PC,2000,Strategy,Electronic Arts,1.32,0.02,0,0,1.34 +1466,MVP Baseball 2004,PS2,2004,Sports,Electronic Arts,1.1,0.06,0,0.18,1.34 +1467,WWE SmackDown vs Raw 2008,PS3,2007,Fighting,THQ,0.62,0.5,0.01,0.21,1.33 +1468,Ratchet & Clank: Up Your Arsenal (Weekly american sales),PS2,2004,Platform,Sony Computer Entertainment,1.27,0.05,0,0.02,1.33 +1469,Your Shape: Fitness Evolved,X360,2010,Sports,Ubisoft,0.79,0.42,0,0.11,1.33 +1470,Rage,PS3,2011,Shooter,Bethesda Softworks,0.47,0.59,0.06,0.21,1.33 +1471,Skylanders SWAP Force,X360,2013,Platform,Activision,0.86,0.36,0,0.11,1.33 +1472,NBA 2K14,PS4,2013,Sports,Take-Two Interactive,0.89,0.31,0.01,0.12,1.33 +1473,Spider-Man: The Movie,GBA,2002,Action,Activision,0.92,0.35,0.01,0.05,1.33 +1474,WWF War Zone,N64,1998,Fighting,Acclaim Entertainment,1.08,0.24,0,0.02,1.33 +1475,Tony Hawk's Pro Skater,GB,2000,Sports,Activision,0.9,0.38,0.01,0.05,1.33 +1476,The Sims: Bustin' Out,GBA,2003,Simulation,Electronic Arts,0.93,0.35,0,0.06,1.33 +1477,Triple Play 2001,PS,2000,Sports,Electronic Arts,0.74,0.5,0,0.09,1.33 +1478,Metroid Prime 2: Echoes,GC,2004,Shooter,Nintendo,0.87,0.35,0.07,0.04,1.33 +1479,UFC Undisputed 2010,X360,2010,Fighting,THQ,0.9,0.31,0,0.11,1.33 +1480,Final Fantasy X / X-2 HD Remaster,PS3,2013,Role-Playing,Square Enix,0.43,0.4,0.32,0.18,1.33 +1481,Corvette,PS2,2004,Racing,TDK Mediactive,0.65,0.51,0,0.17,1.33 +1482,Petz Wild Animals: Dolphinz,DS,2007,Simulation,Ubisoft,0.71,0.48,0,0.13,1.33 +1483,Pokemon Ranger: Guardian Signs,DS,2010,Role-Playing,Nintendo,0.51,0.17,0.58,0.06,1.33 +1484,Middle-Earth: Shadow of Mordor,XOne,2014,Action,Warner Bros. Interactive Entertainment,0.72,0.5,0.01,0.1,1.32 +1485,Need for Speed Underground Rivals,PSP,2005,Racing,Electronic Arts,0.69,0.38,0.02,0.24,1.32 +1486,LEGO Batman: The Videogame,PS3,2008,Action,Warner Bros. Interactive Entertainment,0.72,0.42,0,0.19,1.32 +1487,Dark Souls II,PS3,2014,Role-Playing,Namco Bandai Games,0.4,0.36,0.4,0.17,1.32 +1488,World of Warcraft: Wrath of the Lich King,PC,2008,Role-Playing,Activision,0.01,0.13,0,1.18,1.32 +1489,Kingdom Hearts II,PS3,2014,Role-Playing,Square Enix,0.52,0.43,0.18,0.19,1.32 +1490,The LEGO Movie Videogame,X360,2014,Action,Warner Bros. Interactive Entertainment,0.69,0.52,0,0.11,1.32 +1491,TOCA 2: Touring Cars,PS,1998,Racing,Codemasters,0.03,1.16,0.02,0.11,1.32 +1492,Gyromite,NES,1985,Puzzle,Nintendo,0.73,0.16,0.4,0.03,1.32 +1493,NFL 2K3,PS2,2002,Sports,Atari,1.06,0.08,0,0.18,1.32 +1494,Fighting Force,PS,1997,Fighting,Eidos Interactive,0.73,0.5,0,0.09,1.32 +1495,Mega Man Battle Network 4: Red Sun / Blue Moon,GBA,2003,Role-Playing,Capcom,0.31,0.04,0.96,0.01,1.32 +1496,MAG: Massive Action Game,PS3,2010,Shooter,Sony Computer Entertainment,0.77,0.3,0.09,0.16,1.32 +1497,Madden NFL 97,PS,1996,Sports,Electronic Arts,0.73,0.5,0,0.09,1.32 +1498,Cars 2,DS,2011,Racing,Disney Interactive Studios,0.72,0.44,0.04,0.12,1.32 +1499,Skylanders Giants,X360,2012,Action,Activision,0.75,0.45,0,0.11,1.32 +1500,LEGO Batman: The Videogame,PSP,N/A,Action,Warner Bros. Interactive Entertainment,0.57,0.46,0,0.28,1.32 +1501,TNN Motor Sports Hardcore 4x4,PS,1996,Racing,ASC Games,0.73,0.5,0,0.09,1.31 +1502,IHRA Drag Racing 2,PS2,2002,Racing,Bethesda Softworks,0.64,0.5,0,0.17,1.31 +1503,The Beatles: Rock Band,X360,2009,Misc,MTV Games,0.97,0.23,0,0.11,1.31 +1504,Tekken 6,X360,2009,Fighting,Namco Bandai Games,0.71,0.42,0.05,0.13,1.31 +1505,[Prototype],X360,2009,Action,Activision,0.84,0.35,0,0.12,1.31 +1506,Deal or No Deal,Wii,2009,Misc,Zoo Games,1.22,0,0,0.09,1.31 +1507,Madagascar,PS2,2005,Platform,Activision,0.78,0.45,0,0.07,1.31 +1508,Rugrats Studio Tour,PS,1999,Adventure,THQ,0.57,0.67,0,0.07,1.31 +1509,LEGO Battles,DS,2009,Strategy,Warner Bros. Interactive Entertainment,0.81,0.38,0,0.12,1.31 +1510,Pitfall II: Lost Caverns,2600,1983,Platform,Activision,1.22,0.07,0,0.02,1.31 +1511,Turok: Evolution,PS2,2002,Shooter,Acclaim Entertainment,0.64,0.5,0,0.17,1.31 +1512,High School Musical 3: Senior Year DANCE!,Wii,2008,Misc,Disney Interactive Studios,0.68,0.49,0,0.13,1.31 +1513,Gold's Gym: Cardio Workout,Wii,2008,Sports,Ubisoft,1.11,0.04,0.06,0.09,1.31 +1514,Burnout 3: Takedown,XB,2004,Racing,Electronic Arts,0.84,0.43,0,0.04,1.31 +1515,Adventure,2600,N/A,Adventure,Atari,1.21,0.08,0,0.01,1.3 +1516,Yu-Gi-Oh! The Sacred Cards,GBA,2002,Role-Playing,Konami Digital Entertainment,0.94,0.35,0,0.02,1.3 +1517,Crysis 2,PS3,2011,Action,Electronic Arts,0.45,0.57,0.06,0.21,1.3 +1518,NBA Live 07,PS2,2006,Sports,Electronic Arts,1.07,0.04,0.02,0.17,1.3 +1519,Saints Row IV,PS3,2013,Action,Deep Silver,0.56,0.44,0.09,0.21,1.3 +1520,SingStar '80s,PS2,2005,Misc,Sony Computer Entertainment,0.27,0.02,0,1.02,1.3 +1521,EA Playground,Wii,2007,Sports,Electronic Arts,0.69,0.48,0,0.13,1.3 +1522,Test Drive 5,PS,1997,Racing,Accolade,1.05,0.2,0,0.05,1.3 +1523,Romancing SaGa 3,SNES,1995,Role-Playing,SquareSoft,0,0,1.29,0.01,1.3 +1524,EA Sports Active 2,Wii,2010,Sports,Electronic Arts,0.78,0.4,0,0.11,1.3 +1525,Digimon World,PS,1999,Role-Playing,Namco Bandai Games,0.56,0.38,0.28,0.08,1.3 +1526,Rise of the Tomb Raider,XOne,2015,Adventure,Square Enix,0.53,0.64,0.02,0.1,1.3 +1527,Need for Speed Carbon,Wii,2006,Racing,Electronic Arts,0.46,0.66,0.02,0.15,1.29 +1528,Yoshi's Woolly World,WiiU,2015,Platform,Nintendo,0.61,0.47,0.11,0.1,1.29 +1529,Mega Man Battle Network 3 Blue / White Version,GBA,2002,Role-Playing,Capcom,0.39,0.02,0.85,0.03,1.29 +1530,FIFA Street,PS3,2012,Sports,Electronic Arts,0.11,0.92,0,0.25,1.29 +1531,Resident Evil Zero,GC,2002,Action,Capcom,0.54,0.27,0.45,0.04,1.29 +1532,Need for Speed: Most Wanted,X360,2005,Racing,Electronic Arts,1,0.17,0.02,0.1,1.29 +1533,Tom Clancy's Rainbow Six: Siege,XOne,2015,Shooter,Ubisoft,0.73,0.44,0,0.12,1.29 +1534,Pirates of the Caribbean: The Curse of the Black Pearl,GBA,2003,Platform,TDK Mediactive,0.93,0.34,0,0.02,1.29 +1535,Transformers,PS2,2004,Shooter,Atari,0.63,0.49,0,0.16,1.29 +1536,Guitar Hero: Aerosmith,Wii,2008,Misc,Activision,1.04,0.14,0,0.1,1.29 +1537,Mystery Case Files: MillionHeir,DS,2008,Adventure,Nintendo,0.76,0.4,0,0.12,1.29 +1538,Valkyria Chronicles,PS3,2008,Role-Playing,Sega,0.71,0.2,0.24,0.13,1.29 +1539,Midnight Club 3: DUB Edition (America weekly sales),PS2,2005,Racing,Take-Two Interactive,1.22,0.05,0,0.01,1.29 +1540,Champions of Norrath,PS2,2004,Role-Playing,Sony Online Entertainment,0.63,0.49,0,0.16,1.28 +1541,Watch Dogs,X360,2014,Action,Ubisoft,0.72,0.45,0.01,0.11,1.28 +1542,Imagine: Wedding Designer,DS,2008,Simulation,Ubisoft,0.55,0.59,0,0.14,1.28 +1543,Metal Gear Solid V: Ground Zeroes,PS4,2014,Action,Konami Digital Entertainment,0.45,0.46,0.17,0.2,1.28 +1544,Yakuman,GB,1989,Misc,Nintendo,0,0,1.28,0,1.28 +1545,Assassin's Creed Syndicate,XOne,2015,Action,Ubisoft,0.61,0.56,0,0.11,1.28 +1546,Army Men 3D,PS,1999,Action,3DO,1.1,0.14,0,0.04,1.28 +1547,WWE '13,X360,2012,Action,THQ,0.72,0.45,0,0.11,1.28 +1548,Twisted Metal 4,PS,1999,Racing,989 Studios,1.07,0.16,0,0.04,1.28 +1549,Manhunt,PS2,2003,Action,Take-Two Interactive,0.63,0.49,0,0.16,1.28 +1550,Kid Icarus: Uprising,3DS,2012,Action,Nintendo,0.48,0.35,0.36,0.07,1.28 +1551,Silent Hill 2,PS2,2001,Action,Konami Digital Entertainment,0.62,0.49,0,0.16,1.28 +1552,Tomb Raider: Underworld,PS3,2008,Action,Eidos Interactive,0.45,0.56,0.05,0.22,1.27 +1553,Castlevania: Symphony of the Night,PS,1997,Platform,Konami Digital Entertainment,0.58,0.4,0.21,0.08,1.27 +1554,The Sims 2: Nightlife,PC,2005,Simulation,Electronic Arts,1.22,0.05,0,0,1.27 +1555,LEGO Batman: The Videogame,PS2,2008,Action,Warner Bros. Interactive Entertainment,0.72,0.03,0,0.52,1.27 +1556,Road Rash,PS,1995,Racing,Electronic Arts,0.71,0.48,0,0.08,1.27 +1557,Pokemon Mystery Dungeon: Gates to Infinity,3DS,2012,Role-Playing,Nintendo,0.44,0.3,0.47,0.06,1.27 +1558,Atlantis,2600,1981,Shooter,Imagic,1.18,0.08,0,0.01,1.27 +1559,NBA 2K9,X360,2008,Sports,Take-Two Interactive,1,0.16,0,0.11,1.27 +1560,WWE '12,X360,2011,Fighting,THQ,0.74,0.4,0,0.12,1.27 +1561,Tony Hawk's Underground,XB,2003,Sports,Activision,0.85,0.37,0,0.05,1.27 +1562,Hogan's Alley,NES,1984,Shooter,Nintendo,0.68,0.16,0.41,0.02,1.27 +1563,The Elder Scrolls Online,XOne,2015,Role-Playing,Bethesda Softworks,0.77,0.38,0,0.12,1.27 +1564,Jillian Michaels' Fitness Ultimatum 2009,Wii,2008,Sports,Deep Silver,0.96,0.2,0,0.11,1.27 +1565,.hack//Infection Part 1,PS2,2002,Role-Playing,Atari,0.49,0.38,0.26,0.13,1.27 +1566,Rockstar Games presents Table Tennis,Wii,2007,Sports,Take-Two Interactive,0.39,0.73,0,0.15,1.27 +1567,Sonic Adventure DX: Director's Cut,GC,2003,Platform,Sega,0.87,0.3,0.06,0.03,1.27 +1568,Jet Li: Rise to Honor,PS2,2004,Action,Sony Computer Entertainment,0.62,0.48,0,0.16,1.27 +1569,Battle Arena Toshinden,PS,1994,Fighting,Sony Computer Entertainment,0.39,0.26,0.53,0.08,1.27 +1570,Yokai Watch 3,3DS,2016,Action,Level 5,0,0,1.27,0,1.27 +1571,Kung Fu Panda,DS,2008,Action,Activision,0.56,0.57,0,0.14,1.26 +1572,Tamagotchi Connection: Corner Shop,DS,2005,Simulation,Atari,0.1,0.02,1.12,0.01,1.26 +1573,Football Manager 2011,PC,2010,Sports,Sega,0,1.01,0,0.25,1.26 +1574,Devil Dice,PS,1998,Puzzle,THQ,0.05,0.03,1.1,0.08,1.26 +1575,Final Fantasy IV,DS,2007,Simulation,Square Enix,0.54,0.05,0.62,0.05,1.26 +1576,Hyrule Warriors,WiiU,2014,Action,Nintendo,0.61,0.42,0.13,0.1,1.26 +1577,Need for Speed Carbon,PS3,2006,Racing,Electronic Arts,0.49,0.52,0.03,0.21,1.26 +1578,Championship Manager 03/04,PC,2003,Sports,Eidos Interactive,0,1.15,0,0.11,1.26 +1579,Brian Lara Cricket,PS,1998,Sports,Codemasters,0.02,1.13,0.01,0.1,1.26 +1580,Ratatouille,DS,2007,Action,THQ,0.5,0.62,0,0.14,1.26 +1581,Wheel of Fortune,PS,1998,Misc,Hasbro Interactive,0.99,0.22,0,0.04,1.26 +1582,LEGO The Lord of the Rings,X360,2012,Action,Warner Bros. Interactive Entertainment,0.63,0.51,0,0.11,1.26 +1583,Winter Sports: The Ultimate Challenge,Wii,2007,Sports,RTL,0.45,0.68,0,0.12,1.26 +1584,SOCOM: U.S. Navy SEALs Confrontation,PS3,2008,Shooter,Sony Computer Entertainment,0.94,0.17,0.02,0.13,1.25 +1585,NBA Live 2001,PS,2000,Sports,Electronic Arts,0.7,0.47,0,0.08,1.25 +1586,Star Wars: The Force Unleashed,PS2,2008,Action,LucasArts,0.49,0,0.01,0.75,1.25 +1587,Combat,2600,N/A,Action,Atari,1.17,0.07,0,0.01,1.25 +1588,Tom Clancy's Rainbow Six: Vegas,PS3,2007,Shooter,Ubisoft,0.47,0.53,0.03,0.22,1.25 +1589,Dragon Ball: Daimaou Fukkatsu,NES,1988,Role-Playing,Namco Bandai Games,0,0,1.25,0,1.25 +1590,Gegege no Kitarou 2: Youkai Gundan no Chousen,NES,1987,Role-Playing,Namco Bandai Games,0,0,1.25,0,1.25 +1591,Reel Fishing,PS,1996,Sports,Natsume,0.99,0.13,0.1,0.04,1.25 +1592,Injustice: Gods Among Us,PS3,2013,Fighting,Warner Bros. Interactive Entertainment,0.48,0.53,0.01,0.23,1.25 +1593,Pokemon XD: Gale of Darkness,GC,2005,Role-Playing,Nintendo,0.71,0.19,0.31,0.03,1.25 +1594,Black,PS2,2006,Shooter,Electronic Arts,1.01,0.04,0.03,0.16,1.25 +1595,RollerCoaster Tycoon 2,PC,2002,Strategy,Atari,1.19,0.05,0,0,1.25 +1596,Lara Croft Tomb Raider: The Angel of Darkness,PS2,2003,Action,Eidos Interactive,0.61,0.48,0,0.16,1.25 +1597,Tom Clancy's Splinter Cell: Pandora Tomorrow,PS2,2004,Action,Ubisoft,0.52,0.56,0,0.17,1.25 +1598,Road Rash 3D,PS,1998,Racing,Electronic Arts,1.05,0.16,0,0.04,1.25 +1599,Ratchet: Deadlocked,PS2,2005,Shooter,Sony Computer Entertainment,0.85,0.03,0.22,0.14,1.24 +1600,Baldur's Gate: Dark Alliance,PS2,2001,Role-Playing,Virgin Interactive,0.61,0.48,0,0.16,1.24 +1601,Transformers: Autobots / Decepticons,DS,2007,Action,Activision,1.12,0.03,0,0.09,1.24 +1602,Tales of Xillia,PS3,2011,Role-Playing,Namco Bandai Games,0.29,0.19,0.67,0.09,1.24 +1603,Diddy Kong Racing DS,DS,2007,Racing,Nintendo,1.1,0.04,0,0.1,1.24 +1604,[Prototype],PS3,2009,Action,Activision,0.65,0.41,0,0.19,1.24 +1605,Assassin's Creed: Bloodlines,PSP,2009,Action,Ubisoft,0.43,0.48,0.05,0.28,1.24 +1606,Oddworld: Abe's Oddysee,PS,1997,Platform,GT Interactive,0.75,0.44,0,0.06,1.24 +1607,The Witcher 3: Wild Hunt,XOne,2015,Role-Playing,Namco Bandai Games,0.66,0.47,0,0.11,1.24 +1608,Ridge Racer V,PS2,2000,Action,Namco Bandai Games,0.24,0.19,0.75,0.06,1.24 +1609,WWE SmackDown vs. Raw 2009,PS2,2008,Fighting,THQ,0.69,0,0,0.55,1.24 +1610,Tetris 2 (All region sales),GB,1992,Puzzle,Nintendo,0.56,0.22,0.43,0.03,1.24 +1611,Star Wars Episode III: Revenge of the Sith,XB,2005,Action,Activision,0.82,0.38,0,0.04,1.24 +1612,Ben 10: Protector of Earth,Wii,2007,Action,D3Publisher,0.55,0.55,0,0.13,1.23 +1613,Frogger: The Great Quest,PS2,2001,Platform,Konami Digital Entertainment,0.6,0.47,0,0.16,1.23 +1614,2010 FIFA World Cup South Africa,PS3,2010,Sports,Electronic Arts,0.3,0.64,0.07,0.22,1.23 +1615,Ninja Gaiden,XB,2004,Action,Microsoft Game Studios,0.92,0.2,0.07,0.04,1.23 +1616,Crash Bandicoot: The Wrath of Cortex,XB,2002,Platform,Universal Interactive,0.59,0.57,0,0.07,1.23 +1617,Driv3r,PS2,2004,Racing,Atari,0.6,0.47,0,0.16,1.23 +1618,Disney's Tarzan / Disney's Aladdin in Nasira's Revenge / Disney's The Emperor's New Groove Action Game,PS,2003,Misc,Sony Computer Entertainment,0.69,0.47,0,0.08,1.23 +1619,Farming Simulator 2015,PC,2014,Simulation,Focus Home Interactive,0.08,1.02,0,0.13,1.23 +1620,Guitar Hero: Aerosmith,X360,2008,Misc,Activision,1,0.14,0,0.1,1.23 +1621,Medal of Honor: Airborne,PS3,2007,Shooter,Electronic Arts,0.25,0.7,0.03,0.25,1.23 +1622,Kirby Tilt 'n' Tumble,GB,2000,Puzzle,Nintendo,0.29,0.17,0.75,0.02,1.23 +1623,SpongeBob SquarePants: Battle for Bikini Bottom,GBA,2003,Platform,THQ,0.88,0.33,0,0.02,1.23 +1624,Vigilante 8,PS,1998,Racing,Activision,0.68,0.47,0,0.08,1.23 +1625,Castlevania,NES,1986,Platform,Konami Digital Entertainment,0.54,0.06,0.62,0.01,1.23 +1626,Donkey Kong Country 2,GBA,2004,Platform,Nintendo,0.79,0.27,0.12,0.04,1.23 +1627,Bayonetta,PS3,2009,Action,Sega,0.44,0.41,0.21,0.17,1.23 +1628,"WarioWare, Inc.: Mega MicroGame$",GBA,2003,Puzzle,Nintendo,0.4,0.11,0.7,0.02,1.23 +1629,Star Wars: Battlefront II,PSP,2005,Shooter,LucasArts,1.05,0.06,0.01,0.11,1.23 +1630,Madden NFL 17,PS4,2016,Sports,Electronic Arts,0.92,0.08,0,0.23,1.23 +1631,Boom Blox,Wii,2008,Puzzle,Electronic Arts,0.72,0.38,0,0.12,1.23 +1632,Fallout 4,PC,2015,Role-Playing,Bethesda Softworks,0.5,0.63,0,0.1,1.23 +1633,The Sims 2: Castaway,Wii,2007,Simulation,Electronic Arts,0.45,0.64,0,0.14,1.23 +1634,LEGO Batman 2: DC Super Heroes,PS3,2012,Action,Warner Bros. Interactive Entertainment,0.5,0.53,0,0.2,1.22 +1635,Naruto Shippuden: Ultimate Ninja Storm 2,PS3,2010,Fighting,Namco Bandai Games,0.42,0.47,0.15,0.18,1.22 +1636,Mario Power Tennis,GC,2004,Sports,Nintendo,0.58,0.16,0.46,0.03,1.22 +1637,Intelligent Qube,PS,1997,Puzzle,Sony Computer Entertainment,0.13,0.07,1,0.02,1.22 +1638,Game & Watch Gallery 2,GB,1997,Misc,Nintendo,0.76,0.3,0.12,0.04,1.22 +1639,Game & Watch Gallery 3,GB,1999,Misc,Nintendo,0.79,0.31,0.08,0.04,1.22 +1640,Pac-Man,NES,1984,Puzzle,Namco Bandai Games,0.27,0.08,0.85,0.02,1.22 +1641,Parfait: Chocolat Second Style,PS2,2006,Adventure,Alchemist,0.59,0.46,0.01,0.15,1.22 +1642,F1 2011,PS3,2011,Racing,Codemasters,0.12,0.75,0.11,0.25,1.22 +1643,Cars,PSP,2006,Racing,THQ,0.72,0.29,0,0.21,1.22 +1644,NBA Live 99,PS,1997,Sports,Electronic Arts,1.13,0.05,0,0.03,1.22 +1645,Chocobo no Fushigi Dungeon,PS,1997,Role-Playing,SquareSoft,0,0,1.14,0.08,1.22 +1646,Golden Sun: The Lost Age,GBA,2002,Role-Playing,Nintendo,0.61,0.27,0.27,0.07,1.22 +1647,SimCity 2000,PS,1996,Simulation,Maxis,0.68,0.46,0,0.08,1.22 +1648,Max Payne,XB,2001,Shooter,Take-Two Interactive,0.98,0.19,0,0.05,1.22 +1649,WCW Mayhem,PS,1998,Fighting,Electronic Arts,0.68,0.46,0,0.08,1.22 +1650,NBA 2K2,PS2,2002,Sports,Sega,0.59,0.46,0.01,0.15,1.22 +1651,NASCAR Thunder 2003,PS2,N/A,Racing,Unknown,0.6,0.46,0,0.16,1.22 +1652,Super Street Fighter IV: 3D Edition,3DS,2011,Fighting,Capcom,0.55,0.44,0.14,0.09,1.22 +1653,Cars,PS2,2006,Racing,THQ,1.01,0.04,0,0.16,1.21 +1654,Fuzion Frenzy,XB,2001,Misc,Microsoft Game Studios,0.93,0.24,0,0.04,1.21 +1655,Call of Duty: Finest Hour,XB,2004,Shooter,Activision,0.78,0.4,0,0.04,1.21 +1656,FIFA Soccer 11,PSP,2010,Sports,Electronic Arts,0.13,0.7,0.01,0.37,1.21 +1657,Sly Cooper and the Thievius Raccoonus,PS2,2002,Platform,Sony Computer Entertainment,1.03,0.14,0,0.04,1.21 +1658,LEGO Indiana Jones 2: The Adventure Continues,DS,2009,Action,Activision,0.66,0.43,0,0.12,1.21 +1659,The Magical Quest starring Mickey Mouse,SNES,1992,Platform,Capcom,0.66,0.17,0.35,0.03,1.21 +1660,Dragon Quest IV: Michibikareshi Monotachi,PS,2001,Role-Playing,Enix Corporation,0,0,1.2,0.01,1.21 +1661,Star Wars Episode 1: Jedi Power Battles,PS,1999,Action,LucasArts,0.66,0.48,0.01,0.06,1.21 +1662,Dino Crisis 2,PS,2000,Action,Virgin Interactive,0.34,0.49,0.28,0.1,1.21 +1663,Need for Speed Underground,GC,2003,Racing,Electronic Arts,0.69,0.48,0.01,0.03,1.21 +1664,Shrek / Shrek 2 2-in-1 Gameboy Advance Video,GBA,2007,Misc,N/A,0.87,0.32,0,0.02,1.21 +1665,Test Drive 4,PS,1997,Racing,Electronic Arts,0.67,0.46,0,0.08,1.21 +1666,FIFA Soccer 07,PSP,2006,Sports,Electronic Arts,0.24,0.65,0,0.32,1.21 +1667,World Soccer Winning Eleven 9 (JP & Others sales),PSP,2005,Sports,Konami Digital Entertainment,0.01,0.88,0.31,0,1.2 +1668,The Lord of the Rings: The Fellowship of the Ring,PS2,2002,Action,Black Label Games,0.59,0.46,0,0.15,1.2 +1669,LEGO Star Wars III: The Clone Wars,PS3,2011,Action,LucasArts,0.52,0.49,0,0.2,1.2 +1670,ATV Offroad Fury 3,PS2,2004,Racing,SouthPeak Games,1,0.04,0,0.16,1.2 +1671,Pikmin 2,GC,2004,Strategy,Nintendo,0.48,0.13,0.56,0.03,1.2 +1672,Just Dance 2016,Wii,2015,Misc,Ubisoft,0.52,0.59,0,0.1,1.2 +1673,Disney Sing It,Wii,2008,Misc,Disney Interactive Studios,0.77,0.31,0,0.12,1.2 +1674,Battlefield: Hardline,XOne,2015,Shooter,Electronic Arts,0.72,0.37,0.01,0.11,1.2 +1675,WWE 2K16,PS4,2015,Sports,Take-Two Interactive,0.41,0.6,0,0.19,1.2 +1676,Dragon Ball Z: La Legende Saien,SNES,1993,Fighting,Namco Bandai Games,0,0,1.2,0,1.2 +1677,TwinBee,NES,1986,Shooter,Konami Digital Entertainment,0,0,1.2,0,1.2 +1678,Ganbare Goemon! Karakuri Douchuu,NES,1986,Platform,Konami Digital Entertainment,0,0,1.2,0,1.2 +1679,NFL 2K,DC,1999,Sports,Sega,1.12,0.05,0,0.02,1.2 +1680,SolarStriker,GB,1989,Shooter,Nintendo,0.4,0.39,0.36,0.04,1.2 +1681,Enter the Matrix,XB,2003,Action,Atari,0.72,0.43,0.01,0.04,1.2 +1682,NHL 2002,PS2,2001,Sports,Electronic Arts,0.59,0.46,0,0.15,1.2 +1683,Mario vs. Donkey Kong 2: March of the Minis,DS,2006,Puzzle,Nintendo,0.74,0.03,0.36,0.07,1.2 +1684,PokéPark Wii: Pikachu's Adventure,Wii,2009,Adventure,Nintendo,0.55,0.17,0.42,0.06,1.2 +1685,One Piece: Pirate Warriors,PS3,2012,Action,Namco Bandai Games,0.01,0.24,0.86,0.09,1.2 +1686,WWE 2K14,PS3,2013,Sports,Take-Two Interactive,0.49,0.49,0,0.21,1.19 +1687,Metal Gear Solid: Portable Ops,PSP,2006,Action,Konami Digital Entertainment,0.38,0.35,0.38,0.09,1.19 +1688,Nuclear Strike,PS,1997,Simulation,Electronic Arts,0.66,0.45,0,0.08,1.19 +1689,Captain Toad: Treasure Tracker,WiiU,2014,Puzzle,Nintendo,0.56,0.36,0.19,0.09,1.19 +1690,WWE SmackDown vs Raw 2008,PSP,2007,Fighting,THQ,0.45,0.47,0,0.28,1.19 +1691,The Simpsons: Road Rage,GBA,2003,Racing,THQ,0.86,0.32,0,0.02,1.19 +1692,Pro Evolution Soccer 2008,Wii,2008,Sports,Konami Digital Entertainment,0.09,0.84,0.11,0.15,1.19 +1693,SpongeBob SquarePants: Revenge of the Flying Dutchman,GBA,2002,Platform,THQ,0.92,0.23,0,0.04,1.19 +1694,Mario & Sonic at the London 2012 Olympic Games,3DS,2012,Sports,Sega,0.18,0.64,0.27,0.1,1.19 +1695,Scarface: The World is Yours,PS2,2006,Action,Vivendi Games,0.99,0.04,0,0.16,1.19 +1696,Kobe Bryant in NBA Courtside,N64,1998,Sports,Nintendo,1.02,0.13,0.04,0.01,1.19 +1697,Disney's Chip 'n Dale: Rescue Rangers,NES,1990,Platform,Capcom,0.68,0.14,0.35,0.02,1.19 +1698,The Dukes of Hazzard: Racing for Home,PS,1999,Racing,Ubisoft,0.99,0.16,0,0.04,1.19 +1699,Hitman 2: Silent Assassin,XB,N/A,Action,Eidos Interactive,0.76,0.38,0,0.05,1.19 +1700,FIFA 14,XOne,2013,Sports,Electronic Arts,0.41,0.66,0,0.12,1.19 +1701,Spider-Man: The Movie,GC,2002,Action,Activision,0.86,0.27,0.01,0.04,1.19 +1702,Final Fantasy I & II: Dawn of Souls,GBA,2004,Role-Playing,Nintendo,0.64,0.24,0.29,0.02,1.19 +1703,NBA 2K17,PS4,2016,Sports,Take-Two Interactive,0.83,0.14,0,0.22,1.19 +1704,Pokemon Super Mystery Dungeon,3DS,2015,Role-Playing,Nintendo,0.46,0.31,0.33,0.08,1.19 +1705,Just Dance 4,X360,2012,Misc,Ubisoft,0.9,0.2,0,0.08,1.19 +1706,Metal Gear Solid VR Missions,PS,1999,Adventure,Konami Digital Entertainment,0.66,0.45,0,0.08,1.18 +1707,Pole Position,2600,1982,Racing,Atari,1.1,0.07,0,0.01,1.18 +1708,Resident Evil: Operation Raccoon City,PS3,2012,Action,Capcom,0.48,0.25,0.36,0.1,1.18 +1709,LEGO Indiana Jones: The Original Adventures,PSP,2008,Action,LucasArts,0.4,0.49,0,0.29,1.18 +1710,Pro Yakyuu Family Stadium '88,NES,1988,Sports,Namco Bandai Games,0.1,0,1.08,0,1.18 +1711,Shenmue,DC,1999,Adventure,Sega,0.52,0.24,0.38,0.04,1.18 +1712,Mario Tennis,GB,2000,Sports,Nintendo,0.5,0.18,0.44,0.06,1.18 +1713,Tony Hawk's Pro Skater 2,GBA,2001,Sports,Activision,0.85,0.31,0,0.02,1.18 +1714,WWE '12,PS3,2011,Fighting,THQ,0.53,0.46,0.02,0.17,1.18 +1715,WWE SmackDown vs. Raw 2010,PS3,2009,Fighting,THQ,0.48,0.49,0.01,0.2,1.18 +1716,Plants vs. Zombies,DS,2011,Strategy,Mastertronic,0.95,0.15,0,0.08,1.18 +1717,Sonic the Hedgehog,PS3,2006,Platform,Sega,0.41,0.07,0.04,0.66,1.18 +1718,Super Ghouls 'n Ghosts,SNES,1991,Platform,Capcom,0.5,0.14,0.52,0.02,1.18 +1719,Spore,PC,2008,Strategy,Electronic Arts,0.03,1.06,0,0.09,1.17 +1720,Soviet Strike,PS,1996,Simulation,Electronic Arts,0.65,0.44,0,0.08,1.17 +1721,Your Shape: Fitness Evolved 2012,X360,2011,Sports,Ubisoft,0.7,0.37,0,0.1,1.17 +1722,Army of Two,PS3,2008,Shooter,Electronic Arts,0.74,0.26,0.02,0.15,1.17 +1723,Gun,PS2,2005,Shooter,Activision,0.98,0.04,0,0.16,1.17 +1724,Ty the Tasmanian Tiger,PS2,2002,Platform,Electronic Arts,0.57,0.45,0,0.15,1.17 +1725,Wario Land: Shake It!,Wii,2008,Platform,Nintendo,0.6,0.31,0.15,0.11,1.17 +1726,Sonic Rush Adventure,DS,2007,Platform,Sega,0.54,0.49,0.01,0.12,1.17 +1727,Medal of Honor: Warfighter,X360,2012,Action,Electronic Arts,0.58,0.47,0.01,0.1,1.17 +1728,Mega Man 3,NES,1990,Platform,Capcom,0.68,0.1,0.39,0,1.17 +1729,Ratchet & Clank (2016),PS4,2016,Platform,Sony Computer Entertainment,0.32,0.64,0.04,0.18,1.17 +1730,Mission: Impossible,N64,1997,Action,Ocean,0.74,0.38,0.02,0.03,1.17 +1731,Romancing SaGa 2,SNES,1993,Role-Playing,SquareSoft,0,0,1.17,0,1.17 +1732,Cabela's Dangerous Hunts,PS2,2003,Sports,Zoo Digital Publishing,0.57,0.45,0,0.15,1.17 +1733,Cool Boarders 4,PS,1998,Sports,989 Studios,0.65,0.44,0,0.08,1.17 +1734,Rage Racer,PS,1996,Racing,Sony Computer Entertainment,0.16,0.11,0.83,0.08,1.17 +1735,Medal of Honor: Rising Sun,XB,2003,Shooter,Electronic Arts,0.76,0.36,0,0.05,1.17 +1736,Football Manager 2013,PC,2012,Sports,Sega,0,0.95,0,0.22,1.17 +1737,Destruction Derby 2,PS,1996,Racing,Psygnosis,0.65,0.44,0,0.08,1.17 +1738,Mirror's Edge,X360,2008,Platform,Electronic Arts,0.51,0.51,0.01,0.13,1.17 +1739,Destiny: The Taken King,XOne,2015,Shooter,Activision,0.82,0.23,0,0.11,1.17 +1740,Mario vs. Donkey Kong,GBA,2004,Puzzle,Nintendo,0.68,0.25,0.21,0.02,1.17 +1741,007: Quantum of Solace,PS3,2008,Action,Activision,0.43,0.52,0.02,0.2,1.16 +1742,EA Sports Active: More Workouts,Wii,2009,Sports,Electronic Arts,0.78,0.28,0,0.1,1.16 +1743,Fallout: New Vegas,PC,2010,Role-Playing,Bethesda Softworks,0.58,0.45,0,0.14,1.16 +1744,Need for Speed: Most Wanted,PSV,2012,Racing,Electronic Arts,0.38,0.52,0.01,0.25,1.16 +1745,Final Fantasy Tactics: The War of the Lions,PSP,2007,Role-Playing,Square Enix,0.45,0.25,0.3,0.16,1.16 +1746,Midnight Club 3: DUB Edition Remix,PS2,2006,Racing,Take-Two Interactive,0.97,0.04,0,0.16,1.16 +1747,Tom Clancy's Ghost Recon: Jungle Storm,PS2,2004,Shooter,Ubisoft,0.57,0.44,0,0.15,1.16 +1748,SingStar,PS3,2007,Misc,Sony Computer Entertainment,0.45,0.58,0,0.13,1.16 +1749,Bushido Blade,PS,1997,Fighting,Sony Computer Entertainment,0.39,0.27,0.43,0.08,1.16 +1750,LEGO Star Wars III: The Clone Wars,DS,2011,Action,LucasArts,0.66,0.39,0,0.11,1.16 +1751,NASCAR Thunder 2002,PS2,2001,Racing,Electronic Arts,0.57,0.44,0,0.15,1.16 +1752,Jet Force Gemini,N64,1999,Shooter,Nintendo,0.78,0.28,0.07,0.02,1.16 +1753,Mega Man X,SNES,1993,Platform,Capcom,0.57,0.08,0.5,0.01,1.16 +1754,Yu-Gi-Oh! The Sacred Cards (American and Others sales),GBA,2002,Role-Playing,Konami Digital Entertainment,0.84,0.27,0,0.05,1.16 +1755,Sega Rally Championship,SAT,1995,Racing,Sega,0.21,0.16,0.77,0.02,1.16 +1756,Test Drive: Off Road,PS,1997,Racing,Eidos Interactive,0.65,0.44,0,0.08,1.16 +1757,Medal of Honor Heroes 2,PSP,2007,Shooter,Electronic Arts,0.5,0.39,0.02,0.25,1.16 +1758,Sniper: Ghost Warrior,X360,2010,Shooter,City Interactive,0.54,0.51,0,0.12,1.16 +1759,Rocksmith,PS3,2011,Misc,Ubisoft,0.52,0.38,0.09,0.17,1.16 +1760,LEGO Star Wars: The Video Game,XB,2005,Action,Eidos Interactive,0.83,0.28,0,0.05,1.16 +1761,FIFA Soccer 10,PSP,2009,Sports,Electronic Arts,0.15,0.68,0.01,0.32,1.16 +1762,Plants vs. Zombies: Garden Warfare,X360,2014,Shooter,Electronic Arts,0.51,0.54,0,0.1,1.16 +1763,Worldwide Soccer Manager 2009,PC,2008,Simulation,Sega,0,1.14,0,0.01,1.15 +1764,Omerta: City of Gangsters,PS3,2011,Simulation,Konami Digital Entertainment,0.52,0.46,0,0.17,1.15 +1765,Gauntlet: Dark Legacy,PS2,2001,Action,Midway Games,0.56,0.44,0,0.15,1.15 +1766,Ninja Gaiden Sigma,PS3,2007,Action,Eidos Interactive,0.57,0.33,0.09,0.16,1.15 +1767,Bad Boys: Miami Takedown,PS2,2004,Shooter,Empire Interactive,0.56,0.44,0,0.15,1.15 +1768,Kaboom!,2600,1980,Misc,Activision,1.07,0.07,0,0.01,1.15 +1769,Red Dead Redemption: Undead Nightmare,PS3,2010,Action,Take-Two Interactive,0.44,0.46,0.06,0.18,1.15 +1770,Sonic and the Black Knight,Wii,2009,Platform,Sega,0.69,0.35,0.01,0.11,1.15 +1771,Call of Duty 4: Modern Warfare,PC,2007,Shooter,Activision,0,1.12,0,0.03,1.15 +1772,Qix,GB,1990,Puzzle,Nintendo,0.51,0.2,0.41,0.03,1.15 +1773,Derby Stallion III,SNES,1995,Sports,ASCII Entertainment,0,0,1.15,0,1.15 +1774,Doraemon,NES,1986,Action,Hudson Soft,0,0,1.15,0,1.15 +1775,High School Musical 2: Work This Out!,DS,2008,Misc,Disney Interactive Studios,0.5,0.52,0,0.13,1.15 +1776,Ratchet & Clank: All 4 One,PS3,2011,Platform,Sony Computer Entertainment,0.75,0.22,0.05,0.12,1.15 +1777,Donkey Konga,GC,2003,Misc,Nintendo,0.5,0.16,0.46,0.03,1.15 +1778,Fight Night Champion,PS3,2011,Fighting,Electronic Arts,0.45,0.51,0,0.19,1.15 +1779,Dragon Quest I & II,SNES,1993,Role-Playing,Enix Corporation,0,0,1.15,0,1.15 +1780,Tak and the Power of Juju,PS2,2003,Platform,THQ,0.56,0.44,0,0.15,1.15 +1781,Asteroids,PS,1998,Shooter,Success,0.64,0.43,0,0.07,1.15 +1782,Puyo Puyo Sun Ketteiban,PS,1997,Puzzle,Compile,0,0,1.07,0.07,1.15 +1783,Pokemon Rumble Blast,3DS,2011,Action,Nintendo,0.47,0.26,0.35,0.07,1.14 +1784,Action Bass,PS,2000,Action,Take-Two Interactive,0.64,0.43,0,0.07,1.14 +1785,Tenchu: Wrath of Heaven,PS2,2003,Action,Activision,0.44,0.34,0.25,0.11,1.14 +1786,Shadow of the Colossus,PS2,2005,Action,Sony Computer Entertainment,0.78,0.03,0.2,0.13,1.14 +1787,Brave Fencer Musashi,PS,1998,Role-Playing,SquareSoft,0.25,0.17,0.65,0.07,1.14 +1788,Hot Shots Golf: Out of Bounds,PS3,2007,Sports,Sony Computer Entertainment,0.31,0.03,0.76,0.04,1.14 +1789,Dance Dance Revolution Extreme 2,PS2,2005,Simulation,Konami Digital Entertainment,0.95,0.04,0,0.16,1.14 +1790,Mirror's Edge,PS3,2008,Platform,Electronic Arts,0.31,0.59,0.02,0.22,1.14 +1791,Rabbids Go Home,Wii,2009,Platform,Ubisoft,0.26,0.75,0,0.14,1.14 +1792,South Park,N64,1998,Shooter,Acclaim Entertainment,0.9,0.23,0,0.02,1.14 +1793,Commando,NES,1986,Action,Capcom,0.71,0.16,0.25,0.03,1.14 +1794,Pilotwings,SNES,1990,Simulation,Nintendo,0.46,0.17,0.48,0.02,1.14 +1795,Resident Evil - Code: Veronica,DC,2000,Action,Eidos Interactive,0.41,0.23,0.47,0.03,1.14 +1796,Super R.C. Pro-Am,GB,1991,Racing,Nintendo,0.58,0.37,0.15,0.04,1.14 +1797,The Lord of the Rings: The Return of the King,XB,2003,Action,Electronic Arts,0.71,0.38,0,0.05,1.14 +1798,LEGO Star Wars: The Video Game,GBA,2005,Action,Eidos Interactive,0.82,0.3,0,0.02,1.14 +1799,Royal Palace of White Sword and The City of Gentiles,PS2,2005,Role-Playing,Take-Two Interactive,0,0.51,0,0.62,1.14 +1800,Guitar Hero 5,X360,2009,Misc,Activision,0.65,0.37,0,0.11,1.14 +1801,Mobile Suit Gundam: Federation vs. Zeon,PS2,2001,Simulation,Atari,0.12,0.1,0.88,0.03,1.14 +1802,Need for Speed Underground 2,GC,2004,Racing,Electronic Arts,0.7,0.39,0.01,0.03,1.14 +1803,MechAssault,XB,2002,Simulation,Microsoft Game Studios,1.01,0.1,0,0.03,1.13 +1804,ModNation Racers,PS3,2010,Racing,Sony Computer Entertainment,0.5,0.41,0.06,0.16,1.13 +1805,LEGO Star Wars III: The Clone Wars,3DS,2011,Action,LucasArts,0.61,0.43,0,0.09,1.13 +1806,Derby Stallion 99,PS,1999,Sports,ASCII Entertainment,0,0,1.06,0.07,1.13 +1807,Cars,GBA,2006,Racing,THQ,0.81,0.3,0,0.02,1.13 +1808,Fantasy Life,3DS,2012,Role-Playing,Nintendo,0.33,0.37,0.37,0.06,1.13 +1809,Tom Clancy's Rainbow Six 3: Black Arrow,XB,2004,Shooter,Ubisoft,0.99,0.12,0,0.02,1.13 +1810,WWE 2K15,PS4,2014,Sports,Take-Two Interactive,0.38,0.56,0,0.19,1.13 +1811,Donkey Kong,NES,1983,Platform,Nintendo,0.23,0.05,0.84,0.01,1.13 +1812,Jampack Winter '98,PS,1998,Misc,Sony Computer Entertainment,0.63,0.43,0,0.07,1.13 +1813,WWE 2K14,X360,2013,Sports,Take-Two Interactive,0.64,0.39,0,0.1,1.13 +1814,Alien: Isolation,PS4,2014,Shooter,Sega,0.34,0.56,0.04,0.19,1.13 +1815,Yakuza 3,PS3,2009,Action,Sega,0.21,0.21,0.62,0.08,1.13 +1816,Pokémon Mystery Dungeon: Red Rescue Team (US weekly sales),GBA,2005,Role-Playing,Nintendo,0.81,0.3,0,0.02,1.13 +1817,The Beatles: Rock Band,PS3,2009,Misc,MTV Games,0.67,0.3,0,0.15,1.13 +1818,Dragon Age II,X360,2011,Action,Electronic Arts,0.72,0.3,0.01,0.09,1.12 +1819,Moon Patrol,2600,1982,Shooter,Atari,1.05,0.06,0,0.01,1.12 +1820,Supercar Street Challenge,PS2,2001,Racing,Activision,0.55,0.43,0,0.14,1.12 +1821,Pilotwings 64,N64,1996,Simulation,Nintendo,0.56,0.24,0.3,0.02,1.12 +1822,Crackdown 2,X360,2010,Shooter,Microsoft Game Studios,0.63,0.37,0.02,0.1,1.12 +1823,Final Fantasy XIV: A Realm Reborn,PS3,2013,Role-Playing,Square Enix,0.36,0.33,0.28,0.15,1.12 +1824,Castlevania: Lords of Shadow,PS3,2010,Action,Konami Digital Entertainment,0.5,0.37,0.1,0.16,1.12 +1825,Rocksmith,X360,2011,Misc,Ubisoft,0.84,0.2,0.01,0.08,1.12 +1826,Disney Infinity 2.0: Marvel Super Heroes,X360,2014,Action,Disney Interactive Studios,0.62,0.4,0,0.1,1.12 +1827,SOCOM: U.S. Navy SEALs Fireteam Bravo,PSP,2005,Shooter,Sony Computer Entertainment,1.03,0,0.01,0.08,1.12 +1828,Call Of Duty 2: Big Red One,XB,2005,Shooter,Activision,0.66,0.4,0,0.05,1.12 +1829,Yoshi's Cookie,NES,1992,Puzzle,Nintendo,0.41,0.06,0.63,0.02,1.12 +1830,Guitar Hero 5,PS2,2009,Misc,Activision,0.28,0.3,0,0.54,1.12 +1831,Worldwide Soccer Manager 2008,PC,2007,Sports,Russel,0,1.12,0,0,1.12 +1832,Spider-Man 2,XB,2004,Action,Activision,0.82,0.26,0,0.04,1.12 +1833,Counter-Strike,XB,2003,Shooter,Microsoft Game Studios,0.85,0.23,0,0.04,1.11 +1834,Mad Max (2015),PS4,2015,Action,Warner Bros. Interactive Entertainment,0.32,0.58,0.04,0.17,1.11 +1835,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",PS2,2007,Action,Activision,0.63,0.37,0,0.11,1.11 +1836,GRID,PS3,2008,Racing,Codemasters,0.31,0.57,0.03,0.2,1.11 +1837,Guitar Hero Encore: Rocks The 80s,PS2,2007,Misc,RedOctane,0.92,0.04,0,0.15,1.11 +1838,Sunset Overdrive,XOne,2014,Shooter,Microsoft Game Studios,0.62,0.4,0,0.08,1.11 +1839,Rock Band,PS2,N/A,Misc,Electronic Arts,0.71,0.06,0,0.35,1.11 +1840,Tom Clancy's Splinter Cell: Chaos Theory,XB,2005,Action,Ubisoft,0.68,0.38,0,0.05,1.11 +1841,Donkey Kong Jr.,NES,1983,Platform,Nintendo,0.33,0.07,0.7,0.01,1.11 +1842,Arc the Lad,PS,1995,Role-Playing,Sony Computer Entertainment,0,0,1.1,0.01,1.11 +1843,NBA Jam Tournament Edition,GEN,1994,Sports,Acclaim Entertainment,0.95,0.14,0,0.03,1.11 +1844,Need for Speed: ProStreet,Wii,2007,Racing,Electronic Arts,0.54,0.46,0,0.12,1.11 +1845,Pikmin 3,WiiU,2013,Strategy,Nintendo,0.45,0.31,0.29,0.06,1.11 +1846,Legend of Mana,PS,1999,Role-Playing,SquareSoft,0.18,0.13,0.73,0.07,1.11 +1847,Lumines: Puzzle Fusion,PSP,2004,Puzzle,Ubisoft,0.52,0.35,0,0.23,1.11 +1848,Toy Story 3: The Video Game,PS3,2010,Action,Disney Interactive Studios,0.51,0.42,0,0.17,1.11 +1849,Guitar Hero 5,PS3,2009,Misc,Activision,0.53,0.4,0,0.17,1.1 +1850,Megamania,2600,1981,Shooter,Activision,1.03,0.06,0,0.01,1.1 +1851,Medal of Honor: Airborne,X360,2007,Shooter,Electronic Arts,0.45,0.53,0.01,0.12,1.1 +1852,The Legend of Zelda: Tri Force Heroes,3DS,2015,Action,Nintendo,0.52,0.33,0.17,0.08,1.1 +1853,Jungle Hunt,2600,1982,Platform,Atari,1.03,0.06,0,0.01,1.1 +1854,Triple Play 98,PS,1997,Sports,Electronic Arts,0.61,0.42,0,0.07,1.1 +1855,LEGO The Lord of the Rings,PS3,2012,Action,Warner Bros. Interactive Entertainment,0.36,0.53,0,0.21,1.1 +1856,Petz Dogz 2,DS,2007,Simulation,Ubisoft,0.47,0.52,0,0.12,1.1 +1857,WWE SmackDown vs. Raw 2011,PS3,2010,Fighting,THQ,0.44,0.46,0.01,0.18,1.1 +1858,Yu-Gi-Oh! Duel Monsters II: Dark Duel Stories,GB,1999,Strategy,Konami Digital Entertainment,0,0,1.1,0,1.1 +1859,Lode Runner,NES,1984,Puzzle,Hudson Soft,0,0,1.1,0,1.1 +1860,The Final Fantasy Legend,GB,1989,Role-Playing,SquareSoft,0,0,1.1,0,1.1 +1861,Famicom Jump: Eiyuu Retsuden,NES,1989,Role-Playing,Namco Bandai Games,0,0,1.1,0,1.1 +1862,F-Zero X,N64,1998,Racing,Nintendo,0.45,0.33,0.29,0.03,1.1 +1863,Popeye,NES,1983,Platform,Nintendo,0.51,0.12,0.45,0.02,1.1 +1864,NERF N-Strike,Wii,2008,Shooter,Electronic Arts,0.92,0.09,0,0.09,1.1 +1865,NBA Live 2001,PS2,2001,Sports,Electronic Arts,0.52,0.4,0.04,0.13,1.1 +1866,SingStar Legends,PS2,2006,Misc,Sony Computer Entertainment,0.12,0.75,0,0.23,1.1 +1867,SingStar Rocks!,PS2,2006,Misc,Sony Computer Entertainment,0,0.84,0,0.25,1.1 +1868,Tales of Symphonia,GC,2003,Role-Playing,Nintendo,0.54,0.21,0.31,0.04,1.1 +1869,Untold Legends: Brotherhood of the Blade,PSP,2005,Role-Playing,Activision,0.54,0.33,0.01,0.22,1.1 +1870,Star Ocean: The Second Story,PS,1998,Role-Playing,Sony Computer Entertainment,0.26,0.1,0.72,0.02,1.1 +1871,Lightning Returns: Final Fantasy XIII,PS3,2013,Role-Playing,Square Enix,0.31,0.22,0.45,0.12,1.1 +1872,Star Wars: The Force Unleashed,PSP,2008,Action,LucasArts,0.43,0.41,0,0.25,1.09 +1873,Imagine: Babysitters,DS,2008,Simulation,Ubisoft,0.63,0.36,0,0.1,1.09 +1874,The Simpsons Game,PSP,2007,Action,Electronic Arts,0.24,0.55,0,0.31,1.09 +1875,Yakuza 2,PS2,2006,Adventure,Sega,0.05,0.04,0.84,0.16,1.09 +1876,Skate 2,X360,2009,Sports,Electronic Arts,0.82,0.17,0.01,0.09,1.09 +1877,Dragon Ball Z: The Legacy of Goku II,GBA,2003,Role-Playing,Atari,0.78,0.29,0,0.02,1.09 +1878,Virtua Fighter 5,PS3,2007,Fighting,Sega,0.29,0.52,0.08,0.2,1.09 +1879,NFL 2K1,DC,2000,Sports,Sega,1.02,0.05,0,0.02,1.09 +1880,BeatMania,PS,1998,Simulation,Konami Digital Entertainment,0,0,1.07,0.02,1.09 +1881,Namco Museum Battle Collection,PSP,2005,Misc,Sony Computer Entertainment,0.75,0.18,0,0.16,1.09 +1882,LEGO Star Wars II: The Original Trilogy,DS,2006,Action,LucasArts,0.96,0.04,0,0.08,1.09 +1883,Madden NFL 2004,XB,2003,Sports,Electronic Arts,1.02,0.02,0,0.05,1.09 +1884,Empire: Total War,PC,2009,Strategy,Sega,0.01,0.97,0,0.11,1.09 +1885,The Godfather,PS2,2006,Action,Electronic Arts,0.89,0.03,0.01,0.15,1.09 +1886,Tiger Woods PGA Tour 10,Wii,2009,Sports,Electronic Arts,0.61,0.37,0,0.11,1.09 +1887,Star Wars: Bounty Hunter,PS2,2002,Shooter,LucasArts,0.53,0.42,0,0.14,1.09 +1888,Densha De Go!,PS,1997,Simulation,Taito,0,0,1.02,0.07,1.09 +1889,Dante's Inferno,PS3,2010,Action,Electronic Arts,0.64,0.28,0.04,0.13,1.09 +1890,Sonic & Sega All-Stars Racing,DS,2010,Racing,Sega,0.44,0.54,0,0.11,1.09 +1891,Skylanders Giants,PS3,2012,Action,Activision,0.35,0.52,0,0.22,1.09 +1892,Endless Ocean,Wii,2007,Adventure,Nintendo,0.44,0.47,0.09,0.09,1.09 +1893,NFL Blitz 2000,PS,1998,Sports,Midway Games,0.6,0.41,0,0.07,1.09 +1894,Sonic Free Riders,X360,2010,Racing,Sega,0.74,0.26,0,0.09,1.09 +1895,NASCAR Thunder 2004,PS2,2003,Racing,Electronic Arts,0.53,0.41,0,0.14,1.08 +1896,Prince of Persia,PS3,2008,Action,Ubisoft,0.47,0.41,0.03,0.18,1.08 +1897,SpongeBob SquarePants: Revenge of the Flying Dutchman,PS2,2002,Platform,THQ,0.53,0.41,0,0.14,1.08 +1898,Grand Theft Auto V,PC,2015,Action,Take-Two Interactive,0.36,0.64,0,0.08,1.08 +1899,The Biggest Loser,Wii,2009,Sports,THQ,0.87,0.12,0,0.09,1.08 +1900,Fisherman's Bass Club,PS2,2002,Sports,Agetec,0.53,0.41,0,0.14,1.08 +1901,MySims Agents,DS,2009,Adventure,Electronic Arts,0.55,0.43,0,0.11,1.08 +1902,Resident Evil: The Darkside Chronicles,Wii,2009,Action,Capcom,0.48,0.32,0.2,0.09,1.08 +1903,NCAA Football 13,X360,2012,Action,Electronic Arts,1.02,0,0,0.06,1.08 +1904,Grand Theft Auto: Chinatown Wars,PSP,2009,Action,Take-Two Interactive,0.28,0.5,0.03,0.28,1.08 +1905,FIFA Soccer 11,Wii,2010,Sports,Electronic Arts,0.26,0.69,0,0.12,1.08 +1906,The Orange Box,PS3,2007,Shooter,Electronic Arts,0.28,0.59,0,0.22,1.08 +1907,Joust,2600,1982,Platform,Atari,1.01,0.06,0,0.01,1.08 +1908,Tomb Raider: Underworld,X360,2008,Action,Eidos Interactive,0.53,0.43,0.01,0.11,1.08 +1909,Tom Clancy's Ghost Recon 2,PS2,2004,Shooter,Ubisoft,0.64,0.34,0,0.1,1.08 +1910,DiRT 3,PS3,2011,Racing,Codemasters,0.27,0.59,0.01,0.21,1.08 +1911,LEGO City Undercover,WiiU,2013,Platform,Nintendo,0.47,0.4,0.13,0.08,1.08 +1912,Spore Creatures,DS,2008,Simulation,Electronic Arts,0.67,0.3,0,0.11,1.08 +1913,Ready 2 Rumble Boxing,PS,1998,Sports,Midway Games,0.6,0.41,0,0.07,1.08 +1914,Dragon Ball Z: Taiketsu,GBA,2003,Fighting,Atari,0.77,0.29,0,0.02,1.08 +1915,Disney's Lilo & Stitch,GBA,2002,Platform,Ubisoft,0.77,0.29,0,0.02,1.08 +1916,Star Fox: Assault,GC,2005,Shooter,Nintendo,0.68,0.18,0.19,0.03,1.08 +1917,Naruto: Ultimate Ninja Storm,PS3,2008,Fighting,Namco Bandai Games,0.49,0.35,0.09,0.16,1.08 +1918,Marvel vs. Capcom 3: Fate of Two Worlds,X360,2011,Fighting,Capcom,0.79,0.18,0.03,0.07,1.08 +1919,NCAA Football 14,X360,2013,Sports,Electronic Arts,1.01,0,0,0.06,1.07 +1920,Doko Demo Issyo,PS,1999,Misc,Sony Computer Entertainment,0,0,1,0.07,1.07 +1921,Call of Duty 3,PS2,2006,Shooter,Activision,0.89,0.03,0,0.15,1.07 +1922,Imagine: Fashion Designer New York,DS,2008,Simulation,Ubisoft,0.65,0.32,0,0.1,1.07 +1923,Red Dead Redemption: Undead Nightmare,X360,2010,Action,Take-Two Interactive,0.57,0.39,0.02,0.09,1.07 +1924,Bully: Scholarship Edition,X360,2008,Action,Take-Two Interactive,0.53,0.4,0.03,0.11,1.07 +1925,Virtua Fighter,SAT,1994,Fighting,Sega,0.17,0.12,0.77,0.02,1.07 +1926,Championship Manager 99/00,PC,1999,Sports,Eidos Interactive,0,0.98,0,0.09,1.07 +1927,WWE SmackDown vs. Raw 2010,PS2,2009,Fighting,THQ,0.53,0.01,0,0.54,1.07 +1928,Pro Evolution Soccer 2008,X360,2007,Sports,Konami Digital Entertainment,0.08,0.9,0.04,0.05,1.07 +1929,Super Princess Peach,DS,2005,Platform,Nintendo,0.72,0.06,0.21,0.07,1.07 +1930,NHL 99,PS,1997,Sports,Electronic Arts,0.59,0.4,0,0.07,1.07 +1931,SoulCalibur III,PS2,2005,Fighting,Namco Bandai Games,0.74,0.15,0.13,0.05,1.07 +1932,Skylanders SWAP Force,PS3,2013,Platform,Activision,0.43,0.44,0,0.2,1.07 +1933,F1 2012,PS3,2012,Racing,Codemasters,0.12,0.64,0.05,0.25,1.07 +1934,World Tour Soccer,PSP,2005,Sports,Sony Computer Entertainment,0.1,0.63,0,0.34,1.07 +1935,Disney Universe,Wii,2011,Action,Disney Interactive Studios,0.67,0.3,0,0.1,1.07 +1936,Ridge Racer Revolution,PS,1995,Racing,Sony Computer Entertainment,0.17,0.12,0.71,0.07,1.07 +1937,LEGO Pirates of the Caribbean: The Video Game,X360,2011,Action,Disney Interactive Studios,0.54,0.42,0,0.1,1.07 +1938,Hot Wheels Turbo Racing,PS,1999,Racing,Electronic Arts,0.59,0.4,0,0.07,1.07 +1939,NCAA Football 99,PS,1998,Sports,Electronic Arts,0.59,0.4,0,0.07,1.06 +1940,Mortal Kombat: Armageddon,PS2,2006,Fighting,Midway Games,0.88,0.04,0,0.14,1.06 +1941,Aliens vs Predator,X360,2010,Shooter,Sega,0.55,0.4,0,0.11,1.06 +1942,Freekstyle,PS2,2002,Racing,Electronic Arts,0.52,0.41,0,0.14,1.06 +1943,Junior Brain Trainer,DS,2008,Misc,GSP,0.23,0.74,0,0.1,1.06 +1944,Darksiders,X360,2010,Action,THQ,0.67,0.29,0.01,0.1,1.06 +1945,DiRT,PS3,2007,Racing,Codemasters,0.16,0.67,0,0.23,1.06 +1946,Call of Duty 4: Modern Warfare,DS,2007,Shooter,Activision,0.96,0.02,0.01,0.08,1.06 +1947,Simple 1500 Series Vol. 1: The Mahjong,PS,1998,Misc,D3Publisher,0,0,0.99,0.07,1.06 +1948,Sega Superstars Tennis,Wii,2008,Sports,Sega,0.28,0.65,0,0.13,1.06 +1949,NBA Street V3,PS2,2005,Sports,Electronic Arts,0.52,0.41,0,0.14,1.06 +1950,Sleeping Dogs,PS3,2012,Action,Square Enix,0.31,0.5,0.05,0.19,1.06 +1951,Mercenaries 2: World in Flames,X360,2008,Shooter,Electronic Arts,0.65,0.3,0.01,0.1,1.06 +1952,Worms Armageddon,PS,1999,Strategy,Microprose,0.18,0.81,0,0.08,1.06 +1953,Hulk,PS2,2003,Action,Universal Interactive,0.52,0.41,0,0.14,1.06 +1954,LEGO Indiana Jones: The Original Adventures,PS3,2008,Action,Activision,0.44,0.44,0,0.18,1.06 +1955,NFL Blitz,N64,1998,Sports,Midway Games,1.02,0.04,0,0.01,1.06 +1956,NFL Quarterback Club 98,N64,1997,Sports,Acclaim Entertainment,1.01,0.05,0,0.01,1.06 +1957,DJ Hero,X360,2009,Misc,Activision,0.56,0.4,0,0.11,1.06 +1958,Dora the Explorer: Dora Saves the Mermaids,DS,2007,Platform,Take-Two Interactive,0.97,0.01,0,0.08,1.06 +1959,Diablo II: Lord of Destruction,PC,2001,Role-Playing,Vivendi Games,1.03,0.02,0,0,1.06 +1960,Naruto Shippuden: Ultimate Ninja Storm 4,PS4,2016,Fighting,Namco Bandai Games,0.39,0.41,0.1,0.16,1.06 +1961,Spider-Man 2,GBA,2004,Action,Activision,0.76,0.28,0,0.02,1.06 +1962,Virtua Tennis 3,PS3,2007,Sports,Sega,0.23,0.59,0.03,0.22,1.06 +1963,Seek and Destroy,PS2,2002,Racing,Play It,0.52,0.4,0,0.14,1.06 +1964,Warhawk,PS3,2007,Simulation,Sony Computer Entertainment,0.49,0.39,0,0.17,1.06 +1965,Apollo Justice: Ace Attorney,DS,2007,Adventure,Capcom,0.32,0.06,0.64,0.04,1.06 +1966,Assassin's Creed: Rogue,X360,2014,Action,Ubisoft,0.58,0.38,0,0.09,1.05 +1967,Cosmic Ark,2600,1981,Shooter,Imagic,0.99,0.05,0,0.01,1.05 +1968,SOCOM: U.S. Navy SEALs Fireteam Bravo 2,PSP,2006,Shooter,Sony Computer Entertainment,0.81,0.11,0,0.13,1.05 +1969,Skylanders: Trap Team,Wii,2014,Action,Activision,0.42,0.54,0,0.08,1.05 +1970,Aliens vs Predator,PS3,2010,Shooter,Sega,0.41,0.47,0,0.18,1.05 +1971,Defender,2600,1980,Misc,Atari,0.99,0.05,0,0.01,1.05 +1972,Dance on Broadway,Wii,2010,Misc,Ubisoft,0.27,0.66,0,0.12,1.05 +1973,Adventure Island,NES,1986,Platform,Hudson Soft,0,0,1.05,0,1.05 +1974,Arc the Lad II,PS,1996,Role-Playing,Sony Computer Entertainment,0,0,0.92,0.13,1.05 +1975,Tag Team Match M.U.S.C.L.E.,NES,1985,Fighting,Namco Bandai Games,0,0,1.05,0,1.05 +1976,Derby Stallion 96,SNES,1996,Sports,ASCII Entertainment,0,0,1.04,0.01,1.05 +1977,UFC Undisputed 3,PS3,2012,Action,THQ,0.55,0.34,0.03,0.13,1.05 +1978,NBA 2K3,PS2,2002,Sports,Sega,0.51,0.4,0,0.13,1.05 +1979,Dragon Ball: XenoVerse,PS4,2015,Fighting,Namco Bandai Games,0.3,0.48,0.12,0.15,1.05 +1980,The Simpsons: Road Rage,XB,2001,Racing,Electronic Arts,0.78,0.26,0,0.01,1.05 +1981,Dave Mirra Freestyle BMX,PS,2000,Sports,Acclaim Entertainment,0.91,0.11,0,0.03,1.05 +1982,Imagine: Animal Doctor,DS,2007,Simulation,Ubisoft,0.45,0.49,0,0.11,1.05 +1983,WWE SmackDown vs. Raw 2010,X360,2009,Fighting,THQ,0.56,0.38,0.01,0.11,1.05 +1984,Forza Motorsport,XB,2005,Racing,Microsoft Game Studios,0.52,0.51,0,0.02,1.05 +1985,Sonic the Hedgehog,X360,2006,Platform,Sega,0.44,0.49,0,0.11,1.05 +1986,MySims Agents,Wii,2009,Adventure,Electronic Arts,0.62,0.32,0,0.1,1.05 +1987,Monster Rancher 2,PS,1998,Simulation,Sony Computer Entertainment,0.19,0.13,0.66,0.07,1.05 +1988,Pokemon Conquest,DS,2012,Role-Playing,Nintendo,0.58,0.06,0.37,0.04,1.05 +1989,The Simpsons Game,X360,2007,Action,Electronic Arts,0.54,0.4,0,0.11,1.05 +1990,Guinness World Records: The Videogame,Wii,2008,Action,Warner Bros. Interactive Entertainment,0.46,0.47,0,0.11,1.04 +1991,MVP Baseball 2003,PS2,2003,Sports,Electronic Arts,0.51,0.4,0,0.13,1.04 +1992,Legacy of Kain: Soul Reaver,PS,N/A,Action,Eidos Interactive,0.58,0.4,0,0.07,1.04 +1993,Dragon Ball Z: Budokai Tenkaichi 3,Wii,2007,Fighting,Atari,0.33,0.37,0.26,0.09,1.04 +1994,Disney Tangled,DS,2010,Action,Disney Interactive Studios,0.58,0.37,0,0.09,1.04 +1995,Tales of Destiny,PS,1997,Role-Playing,Namco Bandai Games,0.09,0.06,0.83,0.07,1.04 +1996,ATV: Quad Power Racing,PS,2000,Racing,Acclaim Entertainment,0.58,0.39,0,0.07,1.04 +1997,Disney Fairies: Tinker Bell and the Lost Treasure,DS,2009,Adventure,Disney Interactive Studios,0.57,0.35,0.02,0.1,1.04 +1998,Mega Man X4,PS,1996,Action,Virgin Interactive,0.45,0.3,0.22,0.07,1.04 +1999,Naruto: Clash of Ninja 2,GC,2003,Fighting,Nintendo,0.44,0.12,0.45,0.03,1.04 +2000,Dance Dance Revolution SuperNOVA,PS2,2006,Simulation,Konami Digital Entertainment,0.87,0.03,0,0.14,1.04 +2001,Brink,X360,2011,Shooter,Bethesda Softworks,0.59,0.35,0.01,0.09,1.04 +2002,F-Zero: Maximum Velocity,GBA,2001,Racing,Nintendo,0.39,0.16,0.37,0.12,1.04 +2003,Bomberman 64,N64,1997,Puzzle,Hudson Soft,0.5,0.2,0.31,0.03,1.04 +2004,Jeremy McGrath Supercross 98,PS,1998,Racing,Acclaim Entertainment,0.91,0.1,0,0.03,1.04 +2005,LEGO Indiana Jones 2: The Adventure Continues,X360,2009,Action,Activision,0.62,0.33,0,0.09,1.04 +2006,Project CARS,PS4,2015,Racing,Slightly Mad Studios,0.17,0.69,0.02,0.15,1.04 +2007,Need for Speed: Most Wanted,XB,2005,Racing,Electronic Arts,0.53,0.46,0,0.05,1.04 +2008,Kirby: Mass Attack,DS,2011,Platform,Nintendo,0.52,0.06,0.41,0.05,1.04 +2009,LEGO Marvel Super Heroes,XOne,2013,Action,Warner Bros. Interactive Entertainment,0.61,0.34,0,0.09,1.04 +2010,ZhuZhu Pets,DS,2010,Simulation,Activision,0.68,0.27,0,0.09,1.04 +2011,Tom Clancy's Ghost Recon Advanced Warfighter 2,PS3,2007,Shooter,Ubisoft,0.34,0.48,0.02,0.19,1.04 +2012,MotorStorm: Arctic Edge,PSP,2009,Racing,Sony Computer Entertainment,0.16,0.58,0,0.3,1.04 +2013,WipEout Pure,PSP,2005,Racing,Sony Computer Entertainment,0.47,0.34,0,0.22,1.04 +2014,EA Sports UFC,PS4,2014,Sports,Electronic Arts,0.46,0.4,0.01,0.17,1.04 +2015,MX vs. ATV Unleashed,PS2,2005,Racing,THQ,0.86,0.03,0,0.14,1.03 +2016,Sonic Unleashed,PS3,2008,Platform,Sega,0.56,0.33,0.01,0.14,1.03 +2017,Tiger Woods PGA Tour 08,Wii,2007,Sports,Electronic Arts,0.94,0.02,0,0.08,1.03 +2018,Rayman Origins,PS3,2011,Platform,Ubisoft,0.33,0.51,0.01,0.18,1.03 +2019,Epic Mickey 2: The Power of Two,Wii,2012,Action,Disney Interactive Studios,0.72,0.23,0,0.08,1.03 +2020,NCAA March Madness 2004,PS2,2003,Sports,Electronic Arts,0.5,0.39,0,0.13,1.03 +2021,Donkey Kong Land III,GB,N/A,Platform,Nintendo,0.68,0.31,0,0.04,1.03 +2022,Bomberman,NES,1985,Puzzle,Hudson Soft,0.18,0,0.85,0,1.03 +2023,The Simpsons Game,Wii,2007,Action,Electronic Arts,0.45,0.47,0,0.11,1.03 +2024,Tomb Raider,PC,1996,Action,Eidos Interactive,0.96,0.07,0,0,1.03 +2025,Rock Band 2,Wii,2008,Misc,MTV Games,0.94,0.01,0,0.08,1.03 +2026,Street Fighter Alpha 3,PS,1998,Fighting,Virgin Interactive,0.38,0.12,0.51,0.02,1.03 +2027,Bulletstorm,X360,2011,Shooter,Electronic Arts,0.61,0.32,0.01,0.08,1.02 +2028,FIFA Soccer 08,Wii,2007,Sports,Electronic Arts,0.32,0.59,0.01,0.11,1.02 +2029,Naruto: Clash of Ninja Revolution,Wii,2007,Fighting,Tomy Corporation,0.45,0.46,0,0.11,1.02 +2030,Tom Clancy's Ghost Recon Advanced Warfighter 2,X360,2007,Shooter,Ubisoft,0.87,0.05,0.02,0.08,1.02 +2031,ZombiU,WiiU,2012,Action,Ubisoft,0.53,0.36,0.05,0.08,1.02 +2032,Shrek 2,GC,2004,Platform,Activision,0.73,0.26,0.01,0.03,1.02 +2033,Petz: Catz 2,DS,2007,Simulation,Ubisoft,0.51,0.4,0,0.11,1.02 +2034,Tales of Graces f,PS3,2010,Role-Playing,Namco Bandai Games,0.28,0.21,0.45,0.08,1.02 +2035,Final Fight 2,SNES,1993,Action,Capcom,0.39,0.12,0.49,0.02,1.02 +2036,Wall-E,Wii,2008,Platform,THQ,0.51,0.4,0,0.11,1.02 +2037,The Lost World: Jurassic Park,PS,1997,Action,Electronic Arts,0.57,0.39,0,0.07,1.02 +2038,Ace Combat 6: Fires of Liberation,X360,2007,Simulation,Atari,0.69,0.04,0.22,0.06,1.02 +2039,Madden NFL 07,XB,2006,Sports,Electronic Arts,0.97,0.03,0,0.03,1.02 +2040,Disney Infinity 2.0: Marvel Super Heroes,PS3,2014,Action,Disney Interactive Studios,0.44,0.4,0,0.17,1.02 +2041,Harry Potter and the Prisoner of Azkaban,PS2,2004,Action,Electronic Arts,0.5,0.39,0,0.13,1.02 +2042,Pong: The Next Level,PS,1998,Puzzle,Hasbro Interactive,0.56,0.38,0,0.07,1.01 +2043,Bayonetta 2,WiiU,2014,Action,Nintendo,0.34,0.28,0.1,0.3,1.01 +2044,Prince of Persia,X360,2008,Action,Ubisoft,0.54,0.35,0.02,0.1,1.01 +2045,God of War: Ghost of Sparta,PSP,2010,Action,Sony Computer Entertainment,0.41,0.36,0.03,0.21,1.01 +2046,Sonic Generations,3DS,2011,Platform,Sega,0.44,0.46,0.01,0.09,1.01 +2047,Ninja Gaiden II,X360,2008,Action,Tecmo Koei,0.65,0.22,0.05,0.1,1.01 +2048,NBA Jam Tournament Edition,SNES,1995,Sports,Acclaim Entertainment,0.87,0.12,0,0.02,1.01 +2049,Championship Manager 3,PC,2003,Sports,Eidos Interactive,0,0.93,0,0.08,1.01 +2050,Guitar Hero: Warriors of Rock,Wii,2010,Misc,Activision,0.48,0.44,0,0.09,1.01 +2051,Oshare Majo Love and Berry: DS Collection,DS,2006,Misc,Sega,0,0,1.01,0,1.01 +2052,Monster Rancher,PS,1997,Simulation,Tecmo Koei,0.12,0.08,0.74,0.07,1.01 +2053,The LEGO Movie Videogame,PS3,2014,Action,Warner Bros. Interactive Entertainment,0.33,0.48,0.02,0.18,1.01 +2054,DiRT 2,PS3,2009,Racing,Codemasters,0.27,0.53,0,0.2,1.01 +2055,Rayman Legends,PS4,2014,Platform,Ubisoft,0.21,0.61,0,0.18,1.01 +2056,NERF N-Strike Elite,Wii,2009,Shooter,Electronic Arts,0.93,0,0,0.07,1 +2057,Ford Racing 2,PS2,2003,Racing,Empire Interactive,0.49,0.38,0,0.13,1 +2058,Breath of Fire III,PS,1997,Role-Playing,Capcom,0.29,0.19,0.46,0.07,1 +2059,PES 2009: Pro Evolution Soccer,X360,2008,Sports,Konami Digital Entertainment,0.13,0.76,0.03,0.09,1 +2060,Dead or Alive 2,PS2,2000,Fighting,Tecmo Koei,0.3,0.24,0.38,0.08,1 +2061,1942,NES,1985,Shooter,Capcom,0.65,0.14,0.21,0,1 +2062,Excitebike 64,N64,2000,Racing,Nintendo,0.65,0.15,0.19,0.01,1 +2063,NES Open Tournament Golf,NES,1991,Sports,Nintendo,0.41,0.1,0.47,0.02,1 +2064,Game & Watch Gallery,GB,1997,Misc,Nintendo,0.63,0.25,0.09,0.03,1 +2065,Jissen Pachi-Slot Hisshouhou: Hokuto no Ken,PS2,2004,Misc,Sammy Corporation,0,0,1,0,1 +2066,SoulCalibur II,XB,2003,Fighting,Namco Bandai Games,0.78,0.18,0.03,0,1 +2067,Haze,PS3,2008,Shooter,Ubisoft,0.49,0.33,0.02,0.15,1 +2068,UFC Undisputed 3,X360,2012,Action,THQ,0.72,0.21,0,0.07,1 +2069,Winning Eleven: Pro Evolution Soccer 2007 (All Region sales),X360,2006,Sports,Konami Digital Entertainment,0.08,0.9,0.02,0,1 +2070,Road & Track Presents: The Need for Speed,PS,1995,Racing,Electronic Arts,0.56,0.38,0,0.07,1 +2071,NFL GameDay 2001,PS,2000,Sports,Sony Computer Entertainment,0.56,0.38,0,0.07,1 +2072,Killzone: Mercenary,PSV,2013,Shooter,Sony Computer Entertainment Europe,0.25,0.49,0.04,0.22,1 +2073,NBA Live 97,PS,1996,Sports,Electronic Arts,0.55,0.38,0,0.07,1 +2074,Dynasty Warriors 3: Xtreme Legends,PS2,2002,Action,Tecmo Koei,0.13,0.1,0.74,0.03,1 +2075,Zoo Tycoon DS,DS,2005,Strategy,THQ,0.86,0.04,0.01,0.08,1 +2076,Rocksmith 2014,PS3,2013,Misc,Ubisoft,0.51,0.27,0.05,0.15,1 +2077,Dead Space 3,PS3,2013,Action,Electronic Arts,0.44,0.38,0,0.17,1 +2078,Wheel of Fortune,Wii,2010,Misc,THQ,0.89,0.04,0,0.06,1 +2079,Disney Infinity,PS3,2013,Action,Disney Interactive Studios,0.48,0.35,0,0.16,1 +2080,Dark Souls,X360,2011,Role-Playing,Namco Bandai Games,0.64,0.28,0,0.08,1 +2081,Puzzler Collection,DS,2008,Puzzle,Ubisoft,0.17,0.78,0,0.04,1 +2082,Jampack Winter 2000,PS,2000,Misc,Sony Computer Entertainment,0.55,0.38,0,0.07,1 +2083,Dead Space 3,X360,2013,Action,Electronic Arts,0.64,0.28,0,0.08,0.99 +2084,Phoenix Wright: Ace Attorney,DS,2005,Adventure,Capcom,0.49,0.07,0.39,0.05,0.99 +2085,NFL Fever 2002,XB,2000,Sports,Microsoft Game Studios,0.74,0.21,0,0.04,0.99 +2086,The Simpsons: Hit & Run,GC,2003,Racing,Vivendi Games,0.77,0.2,0,0.03,0.99 +2087,Littlest Pet Shop: Winter,DS,2008,Simulation,Electronic Arts,0.59,0.31,0,0.1,0.99 +2088,LEGO Harry Potter: Years 5-7,X360,N/A,Action,Warner Bros. Interactive Entertainment,0.51,0.39,0,0.09,0.99 +2089,Tom Clancy's Splinter Cell: Blacklist,X360,2013,Action,Ubisoft,0.57,0.34,0.01,0.08,0.99 +2090,Ace Combat X: Skies of Deception,PSP,2006,Simulation,Namco Bandai Games,0.37,0.31,0.12,0.19,0.99 +2091,NCAA Football 12,X360,2011,Sports,Electronic Arts,0.94,0,0,0.06,0.99 +2092,LEGO Pirates of the Caribbean: The Video Game,PS3,2011,Action,Disney Interactive Studios,0.36,0.46,0,0.17,0.99 +2093,Band Hero,Wii,2009,Misc,Activision,0.6,0.3,0,0.09,0.99 +2094,Cars: Race-O-Rama,Wii,2009,Racing,THQ,0.61,0.3,0,0.09,0.99 +2095,Oddworld: Abe's Exoddus,PS,1998,Platform,GT Interactive,0.55,0.38,0,0.06,0.99 +2096,EyePet,PS3,2009,Simulation,Sony Computer Entertainment,0.35,0.52,0.04,0.09,0.99 +2097,Scooby-Doo! First Frights,Wii,2009,Action,Warner Bros. Interactive Entertainment,0.88,0.05,0,0.07,0.99 +2098,Midnight Club: LA Remix,PSP,2008,Racing,Take-Two Interactive,0.52,0.28,0,0.19,0.99 +2099,The Bouncer,PS2,2000,Action,Sony Computer Entertainment,0.3,0.23,0.38,0.08,0.99 +2100,Guitar Hero: Aerosmith,PS3,2008,Misc,Activision,0.73,0.15,0,0.11,0.99 +2101,WWE SmackDown vs Raw 2008,Wii,2007,Fighting,THQ,0.38,0.5,0,0.11,0.99 +2102,FIFA Soccer 10,Wii,2009,Sports,Electronic Arts,0.23,0.65,0,0.11,0.99 +2103,Shadow The Hedgehog,GC,2005,Platform,Sega,0.76,0.2,0,0.03,0.99 +2104,Farming Simulator 2013,PC,2012,Simulation,Focus Home Interactive,0,0.8,0,0.18,0.99 +2105,Fallout 3,PC,2008,Role-Playing,Bethesda Softworks,0.02,0.88,0,0.08,0.99 +2106,Cars,DS,2006,Racing,THQ,0.85,0.05,0,0.08,0.98 +2107,Pro Evolution Soccer 2008,PSP,2008,Sports,Konami Digital Entertainment,0.02,0.53,0.19,0.25,0.98 +2108,Far Cry 3,PC,2012,Shooter,Ubisoft,0.21,0.62,0,0.14,0.98 +2109,Xenoblade Chronicles,Wii,2010,Role-Playing,Nintendo,0.49,0.26,0.16,0.08,0.98 +2110,Just Dance 2014,X360,2013,Misc,Ubisoft,0.72,0.19,0,0.07,0.98 +2111,Mario Party Advance,GBA,2005,Misc,Nintendo,0.5,0.19,0.28,0.02,0.98 +2112,Sonic & Sega All-Stars Racing,PS3,2010,Racing,Sega,0.36,0.46,0,0.17,0.98 +2113,Tetris 2,NES,1993,Puzzle,Nintendo,0.62,0.13,0.21,0.02,0.98 +2114,NASCAR 99,N64,1998,Racing,Electronic Arts,0.94,0.04,0,0.01,0.98 +2115,Air-Sea Battle,2600,N/A,Shooter,Atari,0.91,0.06,0,0.01,0.98 +2116,Suikoden III,PS2,N/A,Role-Playing,Unknown,0.29,0.23,0.38,0.08,0.98 +2117,Kingdom Hearts Re:coded,DS,2010,Role-Playing,Square Enix,0.56,0.1,0.27,0.05,0.98 +2118,South Park: The Stick of Truth,PS3,2014,Role-Playing,Ubisoft,0.42,0.38,0,0.17,0.98 +2119,Driver: San Francisco,PS3,2011,Racing,Ubisoft,0.24,0.54,0.01,0.18,0.98 +2120,Sniper Elite V2,PS3,2012,Shooter,505 Games,0.38,0.39,0.06,0.15,0.98 +2121,Far Cry 4,X360,2014,Shooter,Ubisoft,0.45,0.44,0,0.08,0.98 +2122,Grand Theft Auto: San Andreas,PC,2005,Action,Take-Two Interactive,0,0.92,0,0.05,0.98 +2123,Tom Clancy's Splinter Cell: Blacklist,PS3,2013,Action,Ubisoft,0.34,0.41,0.06,0.18,0.98 +2124,Pro Evolution Soccer 2014,PS3,2013,Action,Konami Digital Entertainment,0.03,0.43,0.51,0.01,0.98 +2125,Madden NFL 16,X360,2015,Sports,Electronic Arts,0.82,0.05,0,0.1,0.98 +2126,Madden NFL 10,PS2,2009,Sports,Electronic Arts,0.88,0,0,0.1,0.98 +2127,Brutal Legend,X360,2009,Action,Electronic Arts,0.62,0.27,0,0.09,0.98 +2128,Tamagotchi Connection: Corner Shop 2,DS,2006,Simulation,Namco Bandai Games,0.09,0.02,0.86,0.01,0.98 +2129,Final Fantasy Type-0,PS4,2015,Role-Playing,Square Enix,0.37,0.32,0.15,0.14,0.97 +2130,Madden NFL 08,PS3,2007,Sports,Electronic Arts,0.89,0.01,0,0.08,0.97 +2131,de Blob,Wii,2008,Platform,THQ,0.5,0.37,0,0.1,0.97 +2132,NCAA Football 06,XB,2005,Sports,Electronic Arts,0.73,0.21,0,0.03,0.97 +2133,Mass Effect 3,PC,2012,Role-Playing,Electronic Arts,0.4,0.44,0,0.13,0.97 +2134,NBA 2K10,X360,2009,Sports,Take-Two Interactive,0.88,0.02,0,0.08,0.97 +2135,Fire Emblem,GBA,2003,Strategy,Nintendo,0.49,0.18,0.29,0.01,0.97 +2136,Yakuza 4,PS3,N/A,Action,Sega,0.15,0.14,0.63,0.05,0.97 +2137,Skylanders: Spyro's Adventure,X360,2011,Action,Activision,0.53,0.35,0,0.1,0.97 +2138,Club Penguin: Game Day!,Wii,2010,Sports,Disney Interactive Studios,0.56,0.33,0,0.08,0.97 +2139,NHL 2004,PS2,2003,Sports,Electronic Arts,0.47,0.37,0,0.12,0.97 +2140,Grand Theft Auto: Vice City Stories,PS2,2007,Action,Take-Two Interactive,0.78,0.03,0.03,0.13,0.97 +2141,NBA 2K16,X360,2015,Sports,Take-Two Interactive,0.77,0.1,0,0.1,0.97 +2142,FIFA Soccer 2005,XB,2004,Sports,Electronic Arts,0.33,0.6,0,0.04,0.97 +2143,LEGO The Lord of the Rings,Wii,2012,Action,Warner Bros. Interactive Entertainment,0.52,0.37,0,0.08,0.97 +2144,Romancing SaGa,SNES,1992,Role-Playing,SquareSoft,0,0,0.97,0,0.97 +2145,Donkey Kong Junior,2600,1981,Platform,Atari,0.9,0.05,0,0.01,0.97 +2146,LEGO Star Wars II: The Original Trilogy,GC,2006,Action,LucasArts,0.75,0.19,0,0.03,0.97 +2147,LEGO Harry Potter: Years 5-7,PS3,N/A,Action,Warner Bros. Interactive Entertainment,0.36,0.45,0,0.16,0.97 +2148,Final Fantasy X / X-2 HD Remaster,PSV,2013,Role-Playing,Square Enix,0.21,0.31,0.28,0.16,0.97 +2149,Medal of Honor: Underground,PS,2000,Shooter,Electronic Arts,0.54,0.37,0,0.06,0.97 +2150,The Sims 2,DS,2005,Simulation,Electronic Arts,0.82,0.07,0,0.07,0.96 +2151,Dark Cloud 2,PS2,2002,Role-Playing,Sony Computer Entertainment,0.38,0.25,0.26,0.07,0.96 +2152,Jampack Summer '99,PS,1999,Misc,Sony Computer Entertainment,0.54,0.36,0,0.06,0.96 +2153,PlayStation All-Stars Battle Royale,PS3,2012,Action,Sony Computer Entertainment,0.5,0.28,0.04,0.14,0.96 +2154,Dance Dance Revolution 2nd ReMIX,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.9,0.06,0.96 +2155,Monster High: Ghoul Spirit,DS,2011,Misc,THQ,0.72,0.17,0,0.07,0.96 +2156,Dragon Quest X,Wii,2012,Role-Playing,Square Enix,0,0,0.96,0,0.96 +2157,LEGO Pirates of the Caribbean: The Video Game,DS,2011,Action,Disney Interactive Studios,0.37,0.49,0,0.1,0.96 +2158,Gangs of London,PSP,2006,Adventure,Sony Computer Entertainment,0.3,0.44,0,0.22,0.96 +2159,Mortal Kombat Trilogy,N64,1996,Fighting,GT Interactive,0.72,0.22,0,0.02,0.96 +2160,Star Soldier,NES,1986,Shooter,Hudson Soft,0.32,0.06,0.57,0.01,0.96 +2161,Sonic Unleashed,X360,2008,Platform,Sega,0.54,0.33,0,0.09,0.96 +2162,Lost Planet 2,PS3,2010,Shooter,Capcom,0.29,0.34,0.2,0.13,0.96 +2163,NHL 2001,PS2,2000,Sports,Electronic Arts,0.47,0.37,0,0.12,0.96 +2164,Dragon Quest Monsters: Terry's Wonderland 3D,3DS,2012,Role-Playing,Square Enix,0,0,0.96,0,0.96 +2165,My Weight Loss Coach,DS,2008,Sports,Ubisoft,0.3,0.54,0,0.11,0.96 +2166,Tom Clancy's Ghost Recon: Future Soldier,PS3,2012,Shooter,Ubisoft,0.41,0.33,0.09,0.12,0.96 +2167,Mega Man Star Force Dragon / Leo / Pegasus,DS,2006,Action,Capcom,0.39,0,0.53,0.03,0.96 +2168,Shinobi,PS2,2002,Platform,Sony Computer Entertainment,0.36,0.28,0.22,0.09,0.96 +2169,Mortal Kombat: Deadly Alliance,XB,2002,Fighting,Midway Games,0.77,0.15,0,0.04,0.96 +2170,The Witcher 2: Assassins of Kings,PC,2011,Action,Namco Bandai Games,0.25,0.56,0,0.15,0.96 +2171,PilotWings Resort,3DS,2011,Simulation,Nintendo,0.4,0.36,0.13,0.07,0.96 +2172,Naruto Shippuden: Ultimate Ninja Storm 3,PS3,2013,Fighting,Namco Bandai Games,0.32,0.33,0.15,0.15,0.96 +2173,LEGO Jurassic World,X360,2015,Action,Warner Bros. Interactive Entertainment,0.47,0.4,0,0.08,0.95 +2174,ESPN NBA 2K5,XB,2004,Sports,Global Star,0.88,0.04,0,0.04,0.95 +2175,Wheel of Fortune,PS2,N/A,Misc,Unknown,0.47,0.36,0,0.12,0.95 +2176,World Championship Poker,PS2,2004,Misc,Play It,0.8,0.03,0,0.13,0.95 +2177,Tom Clancy's Splinter Cell: Chaos Theory,PS2,2005,Action,Ubisoft,0.36,0.45,0,0.14,0.95 +2178,SpongeBob SquarePants: Battle for Bikini Bottom,GC,2003,Platform,THQ,0.74,0.19,0,0.03,0.95 +2179,South Park: The Stick of Truth,X360,2014,Role-Playing,Ubisoft,0.57,0.3,0,0.08,0.95 +2180,Ben 10: Alien Force,DS,2008,Action,Koch Media,0.65,0.22,0,0.09,0.95 +2181,SingStar Abba,PS3,2008,Misc,Sony Computer Entertainment,0.27,0.51,0,0.17,0.95 +2182,Cars 2,Wii,2011,Racing,Disney Interactive Studios,0.46,0.39,0,0.1,0.95 +2183,Wild ARMs,PS,1996,Role-Playing,Sony Computer Entertainment,0.26,0.17,0.46,0.06,0.95 +2184,Kessen,PS2,2000,Strategy,Electronic Arts,0.27,0.21,0.41,0.07,0.95 +2185,Yu-Gi-Oh! Worldwide Edition: Stairway to the Destined Duel,GBA,2003,Misc,Konami Digital Entertainment,0.68,0.25,0,0.02,0.95 +2186,NCAA Football 2000,PS,1999,Sports,Electronic Arts,0.53,0.36,0,0.06,0.95 +2187,Brutal Legend,PS3,2009,Action,Electronic Arts,0.54,0.28,0,0.13,0.95 +2188,Skylanders: Spyro's Adventure,PS3,2011,Action,Activision,0.39,0.4,0,0.16,0.95 +2189,Guitar Hero: Metallica,Wii,2009,Misc,Activision,0.41,0.43,0,0.1,0.95 +2190,Evolve,PS4,2015,Shooter,Take-Two Interactive,0.35,0.41,0.05,0.15,0.95 +2191,WWE SmackDown vs. Raw 2009,PS3,2008,Fighting,THQ,0.51,0.31,0.01,0.13,0.95 +2192,Army of Two: The 40th Day,X360,2010,Shooter,Electronic Arts,0.62,0.24,0,0.08,0.95 +2193,Tony Hawk: RIDE,Wii,2009,Sports,Activision,0.7,0.17,0,0.08,0.95 +2194,Lego Batman 3: Beyond Gotham,X360,2014,Action,Warner Bros. Interactive Entertainment,0.48,0.38,0,0.08,0.95 +2195,Wii Play: Motion,Wii,2011,Misc,Nintendo,0.24,0.43,0.18,0.09,0.95 +2196,Killzone,PS2,2004,Shooter,Sony Computer Entertainment,0.79,0.03,0,0.13,0.94 +2197,The Tomb Raider Trilogy,PS3,2011,Action,Square Enix,0.27,0.5,0,0.17,0.94 +2198,Colin McRae Rally 04,PS2,2003,Racing,Codemasters,0.01,0.71,0.01,0.21,0.94 +2199,Star Fox 64 3D,3DS,2011,Shooter,Nintendo,0.48,0.27,0.13,0.07,0.94 +2200,The SpongeBob SquarePants Movie,GC,2004,Platform,THQ,0.73,0.19,0,0.03,0.94 +2201,Rocksmith 2014,X360,2013,Misc,Ubisoft,0.69,0.17,0,0.08,0.94 +2202,Midway Presents Arcade's Greatest Hits: The Atari Collection 1,PS,1996,Misc,GT Interactive,0.52,0.36,0,0.06,0.94 +2203,Cars,Wii,2006,Racing,THQ,0.83,0.04,0,0.07,0.94 +2204,Assassin's Creed III,PC,2012,Action,Ubisoft,0.28,0.53,0,0.13,0.94 +2205,Castlevania: Lament of Innocence,PS2,2003,Action,Konami Digital Entertainment,0.46,0.36,0,0.12,0.94 +2206,Mario Tennis Open,3DS,2012,Sports,Nintendo,0.26,0.29,0.33,0.05,0.94 +2207,The Witcher 2: Assassins of Kings,X360,2012,Action,Namco Bandai Games,0.48,0.36,0.02,0.08,0.94 +2208,Bayonetta,X360,2009,Action,Sega,0.51,0.26,0.09,0.08,0.94 +2209,Destroy All Humans!,PS2,2005,Shooter,THQ,0.78,0.03,0,0.13,0.94 +2210,MVP Baseball 2005,XB,2005,Sports,Electronic Arts,0.7,0.2,0,0.03,0.94 +2211,SaGa Frontier 2,PS,1999,Role-Playing,SquareSoft,0.1,0.07,0.71,0.06,0.94 +2212,NCAA Football 10,X360,2009,Sports,Electronic Arts,0.87,0,0,0.07,0.94 +2213,MLB 2000,PS,1999,Sports,Sony Computer Entertainment,0.52,0.35,0,0.06,0.94 +2214,The Legend of Zelda: Twilight Princess HD,WiiU,2016,Action,Nintendo,0.48,0.3,0.08,0.08,0.94 +2215,Bully,PS2,2006,Action,Take-Two Interactive,0.75,0.03,0.04,0.12,0.94 +2216,Prince of Persia: The Sands of Time,XB,2003,Action,Ubisoft,0.57,0.33,0,0.04,0.94 +2217,Phantasy Star Portable,PSP,2008,Role-Playing,Sega,0.19,0.06,0.63,0.05,0.94 +2218,Hot Shots Golf Fore!,PS2,2003,Sports,Sony Computer Entertainment,0.46,0.36,0,0.12,0.94 +2219,MLB 06: The Show,PS2,2006,Sports,Sony Computer Entertainment,0.78,0.03,0,0.13,0.94 +2220,NHL 2003,PS2,2002,Sports,Electronic Arts,0.46,0.36,0,0.12,0.93 +2221,Operation Flashpoint: Dragon Rising,X360,2009,Shooter,Codemasters,0.36,0.45,0.02,0.1,0.93 +2222,Nickelodeon Fit,Wii,2010,Sports,Take-Two Interactive,0.78,0.09,0,0.06,0.93 +2223,Buzz! Quiz World,PS3,2009,Misc,Sony Computer Entertainment,0.16,0.58,0,0.2,0.93 +2224,Bentley's Hackpack,GBA,2005,Misc,N/A,0.67,0.25,0,0.02,0.93 +2225,Tony Hawk's Pro Skater 4,XB,2002,Sports,Activision,0.59,0.3,0,0.04,0.93 +2226,Borderlands 2,PC,2012,Shooter,Take-Two Interactive,0.42,0.41,0,0.11,0.93 +2227,EA Sports Grand Slam Tennis,Wii,2009,Sports,Electronic Arts,0.29,0.52,0.02,0.11,0.93 +2228,White Knight Chronicles: International Edition,PS3,2008,Role-Playing,Sony Computer Entertainment,0.33,0.16,0.36,0.08,0.93 +2229,SSX,PS3,2012,Sports,Electronic Arts,0.35,0.42,0.02,0.14,0.93 +2230,Sonic Riders: Zero Gravity,Wii,2008,Racing,Sega,0.5,0.32,0.02,0.1,0.93 +2231,LEGO Jurassic World,PS3,2015,Action,Warner Bros. Interactive Entertainment,0.34,0.44,0,0.15,0.93 +2232,Build-A-Bear Workshop,DS,2007,Simulation,Game Factory,0.85,0.01,0,0.07,0.93 +2233,Crash City Mayhem,GBA,2004,Racing,THQ,0.67,0.25,0,0.02,0.93 +2234,Spider-Man,2600,1981,Action,Parker Bros.,0.87,0.05,0,0.01,0.93 +2235,Mega Man 4,NES,1991,Platform,Capcom,0.51,0.09,0.32,0.01,0.93 +2236,Castlevania II: Simon's Quest,NES,1987,Platform,Konami Digital Entertainment,0.45,0.06,0.42,0,0.93 +2237,Toy Story 2: Buzz Lightyear to the Rescue!,N64,1999,Platform,Activision,0.71,0.2,0,0.01,0.93 +2238,Teenage Mutant Ninja Turtles,GBA,2003,Action,Unknown,0.67,0.25,0,0.02,0.93 +2239,MLB 07: The Show,PS2,2007,Sports,Sony Computer Entertainment,0.77,0.03,0,0.13,0.93 +2240,Skylanders: Trap Team,X360,2014,Action,Activision,0.54,0.31,0,0.08,0.93 +2241,Cars,GC,2006,Racing,THQ,0.72,0.19,0,0.03,0.93 +2242,Brothers in Arms: Hell's Highway,PS3,2008,Shooter,Ubisoft,0.44,0.34,0,0.15,0.93 +2243,Inazuma Eleven 3,DS,2010,Role-Playing,Level 5,0,0,0.93,0,0.93 +2244,Pokken Tournament,WiiU,2016,Fighting,Namco Bandai Games,0.47,0.22,0.16,0.07,0.93 +2245,SnoCross Championship Racing,PS,1999,Racing,Ubisoft,0.52,0.35,0,0.06,0.93 +2246,Teenage Mutant Ninja Turtles,PS2,2003,Action,Konami Digital Entertainment,0.45,0.35,0,0.12,0.92 +2247,Top Gun: Combat Zones,PS2,2001,Simulation,Titus,0.45,0.35,0,0.12,0.92 +2248,Blue Dragon,X360,2006,Role-Playing,Microsoft Game Studios,0.3,0.33,0.21,0.08,0.92 +2249,007: The World is not Enough,PS,2000,Action,Electronic Arts,0.51,0.35,0,0.06,0.92 +2250,NCAA Football 11,X360,2010,Sports,Electronic Arts,0.86,0,0,0.06,0.92 +2251,NHL 98,PS,1997,Sports,Electronic Arts,0.51,0.35,0,0.06,0.92 +2252,FIFA Street,X360,2012,Sports,Electronic Arts,0.17,0.65,0,0.1,0.92 +2253,EA Sports Active 2,PS3,2010,Sports,Electronic Arts,0.52,0.28,0,0.12,0.92 +2254,SpongeBob SquarePants: The Yellow Avenger,PSP,2006,Action,THQ,0.55,0.21,0,0.16,0.92 +2255,WWE SmackDown vs. Raw 2009,X360,2008,Fighting,THQ,0.58,0.26,0,0.08,0.92 +2256,Dante's Inferno,X360,2010,Action,Electronic Arts,0.63,0.2,0.02,0.07,0.92 +2257,Wipeout: In The Zone,X360,2011,Misc,Activision,0.87,0,0,0.05,0.92 +2258,Space Jam,PS,1996,Sports,Acclaim Entertainment,0.51,0.35,0,0.06,0.92 +2259,Kung Fu Panda,Wii,2008,Action,Activision,0.5,0.32,0,0.09,0.92 +2260,Knockout Kings 2000,N64,1999,Fighting,Electronic Arts,0.63,0.27,0,0.02,0.92 +2261,Balloon Fight,NES,1985,Platform,Nintendo,0.39,0.09,0.43,0.01,0.92 +2262,Assassin's Creed,PC,2008,Adventure,Ubisoft,0.01,0.83,0,0.08,0.92 +2263,Disney Magical World,3DS,2013,Adventure,Nintendo,0.16,0.2,0.53,0.03,0.92 +2264,Crysis 3,X360,2013,Shooter,Electronic Arts,0.51,0.33,0.01,0.08,0.92 +2265,Lego Batman 3: Beyond Gotham,PS4,2014,Action,Warner Bros. Interactive Entertainment,0.37,0.39,0,0.15,0.92 +2266,Dynasty Warriors 7,PS3,2011,Action,Tecmo Koei,0.25,0.14,0.46,0.06,0.92 +2267,The Evil Within,PS3,2014,Action,Bethesda Softworks,0.26,0.39,0.12,0.14,0.92 +2268,MLB 12: The Show,PS3,2012,Sports,Sony Computer Entertainment,0.86,0,0,0.06,0.92 +2269,Sonic Riders,GC,2006,Racing,Sega,0.71,0.18,0,0.03,0.92 +2270,Starsky & Hutch,PS2,2003,Racing,Empire Interactive,0.45,0.35,0,0.12,0.92 +2271,Tobal No.1,PS,1996,Fighting,Sony Computer Entertainment,0.12,0.08,0.66,0.06,0.92 +2272,Lost Odyssey,X360,2007,Role-Playing,Microsoft Game Studios,0.45,0.27,0.11,0.09,0.92 +2273,MLB 15: The Show,PS4,2015,Sports,Sony Computer Entertainment,0.67,0.08,0,0.17,0.92 +2274,Operation Flashpoint: Dragon Rising,PS3,2009,Shooter,Codemasters,0.23,0.46,0.05,0.17,0.92 +2275,Homefront,PS3,2011,Shooter,THQ,0.32,0.4,0.04,0.15,0.91 +2276,AMF Bowling Pinbusters!,Wii,2007,Sports,Bethesda Softworks,0.85,0,0,0.07,0.91 +2277,Street Hoops,PS2,2002,Sports,Activision,0.45,0.35,0,0.12,0.91 +2278,Avatar: The Game,PS3,2009,Action,Ubisoft,0.32,0.43,0,0.16,0.91 +2279,Harvest Moon 3D: A New Beginning,3DS,2012,Action,Marvelous Entertainment,0.41,0.17,0.29,0.05,0.91 +2280,Tom Clancy's EndWar,X360,2008,Strategy,Ubisoft,0.58,0.24,0.01,0.09,0.91 +2281,Knockout Kings 2002,PS2,2002,Sports,Electronic Arts,0.45,0.35,0,0.12,0.91 +2282,Tokyo Xtreme Racer 3,PS2,2003,Racing,Genki,0.35,0.27,0.21,0.09,0.91 +2283,LEGO Indiana Jones 2: The Adventure Continues,PS3,2009,Action,Activision,0.47,0.3,0,0.13,0.91 +2284,Colin McRae Rally 2.0,PS,2000,Racing,Codemasters,0.02,0.8,0.02,0.07,0.91 +2285,Glover,N64,1998,Platform,Hasbro Interactive,0.72,0.17,0,0.01,0.91 +2286,MX vs. ATV Reflex,PS3,2009,Racing,THQ,0.52,0.26,0,0.12,0.91 +2287,Minecraft: Story Mode,X360,2015,Adventure,Mojang,0.46,0.38,0,0.08,0.91 +2288,Namco Museum,XB,N/A,Misc,Unknown,0.77,0.11,0,0.04,0.91 +2289,Marvel: Ultimate Alliance 2,X360,2009,Role-Playing,Activision,0.68,0.15,0,0.08,0.91 +2290,Call of Duty: World at War,DS,2008,Shooter,Activision,0.57,0.26,0,0.08,0.91 +2291,Super Momotarou Dentetsu III,SNES,1994,Simulation,Hudson Soft,0,0,0.91,0,0.91 +2292,Sonic Mega Collection Plus,XB,2004,Misc,Sega,0.61,0.26,0,0.04,0.91 +2293,DJ Hero,PS3,2009,Misc,Activision,0.42,0.34,0,0.14,0.91 +2294,Dragon Age: Inquisition,XOne,2014,Role-Playing,Electronic Arts,0.55,0.28,0,0.07,0.91 +2295,The Simpsons Game,PS3,2007,Action,Electronic Arts,0.38,0.37,0,0.15,0.91 +2296,Tiger Woods PGA Tour 2002,PS2,2002,Sports,Electronic Arts,0.44,0.35,0,0.12,0.9 +2297,Rhythm Heaven,Wii,N/A,Misc,Unknown,0.13,0,0.77,0.01,0.9 +2298,Mini-Yonku Shining Scorpion: Let's & Go!!,SNES,1996,Racing,ASCII Entertainment,0,0,0.9,0,0.9 +2299,MLB 2005,PS2,2004,Sports,Sony Computer Entertainment,0.44,0.35,0,0.12,0.9 +2300,SOCOM 4: U.S. Navy SEALs,PS3,2011,Shooter,Sony Computer Entertainment,0.66,0.12,0.04,0.08,0.9 +2301,Burnout Revenge,PS2,2005,Racing,Electronic Arts,0.75,0.03,0,0.12,0.9 +2302,Buzz! Quiz TV,PS3,2008,Misc,Sony Computer Entertainment,0.28,0.48,0,0.14,0.9 +2303,We Ski & Snowboard,Wii,2008,Sports,Atari,0.38,0.29,0.15,0.08,0.9 +2304,Destruction Derby,PS,1995,Racing,Psygnosis,0.5,0.34,0,0.06,0.9 +2305,TouchMaster 2,DS,2008,Puzzle,Midway Games,0.3,0.49,0,0.1,0.9 +2306,Crysis 3,PS3,2013,Shooter,Electronic Arts,0.26,0.43,0.03,0.18,0.9 +2307,3Xtreme,PS,1999,Action,989 Studios,0.5,0.34,0,0.06,0.9 +2308,Hot Shots Tennis,PS2,2006,Sports,Sony Computer Entertainment,0.17,0.13,0.55,0.05,0.9 +2309,Sonic Heroes,XB,2003,Platform,Sega,0.41,0.43,0.01,0.05,0.9 +2310,Resistance: Retribution,PSP,2009,Shooter,Sony Computer Entertainment,0.27,0.36,0.05,0.22,0.9 +2311,Tiger Woods PGA Tour 12: The Masters,PS3,2011,Sports,Electronic Arts,0.52,0.26,0,0.12,0.9 +2312,Star Wars: The Force Unleashed,DS,2008,Action,LucasArts,0.51,0.29,0,0.09,0.9 +2313,Madden NFL 99,N64,1998,Sports,Electronic Arts,0.84,0.05,0,0.01,0.9 +2314,Spider-Man 3,PS2,2007,Platform,Activision,0.74,0.03,0.01,0.12,0.9 +2315,James Bond 007: Agent Under Fire,XB,2002,Shooter,Electronic Arts,0.65,0.22,0,0.03,0.9 +2316,Samba De Amigo,Wii,2008,Misc,Sega,0.42,0.37,0.01,0.1,0.9 +2317,The Elder Scrolls Online,PC,2014,Role-Playing,Bethesda Softworks,0.32,0.48,0,0.09,0.9 +2318,Pure,PS3,2008,Racing,Disney Interactive Studios,0.42,0.33,0,0.14,0.9 +2319,FIFA Soccer 09 All-Play,Wii,2008,Sports,Electronic Arts,0.29,0.52,0,0.09,0.9 +2320,Fossil Fighters,DS,2008,Role-Playing,Nintendo,0.84,0,0,0.06,0.9 +2321,LittleBigPlanet Karting,PS3,2012,Action,Sony Computer Entertainment,0.42,0.32,0.01,0.15,0.9 +2322,X-Men Legends,XB,2004,Role-Playing,Activision,0.62,0.24,0,0.04,0.9 +2323,NBA Live 2005,XB,2004,Sports,Electronic Arts,0.81,0.05,0,0.04,0.9 +2324,Harry Potter: Quidditch World Cup,PS2,2003,Sports,Electronic Arts,0.44,0.34,0,0.11,0.9 +2325,The Biggest Loser: Ultimate Workout,X360,2010,Sports,THQ,0.73,0.1,0,0.06,0.9 +2326,Madagascar,GBA,2005,Platform,Activision,0.62,0.24,0,0.03,0.89 +2327,Call of Juarez: Bound in Blood,PS3,2009,Shooter,Ubisoft,0.35,0.38,0.01,0.16,0.89 +2328,Killzone: Liberation,PSP,2006,Shooter,Sony Computer Entertainment,0.44,0.28,0,0.18,0.89 +2329,Madden NFL 08,Wii,2007,Sports,Electronic Arts,0.82,0.01,0,0.07,0.89 +2330,Blitz: The League,PS2,2005,Sports,Unknown,0.74,0.03,0,0.12,0.89 +2331,LEGO Jurassic World,PS4,2015,Action,Warner Bros. Interactive Entertainment,0.32,0.42,0.01,0.14,0.89 +2332,Castlevania: Circle of the Moon,GBA,2001,Platform,Konami Digital Entertainment,0.6,0.22,0.05,0.02,0.89 +2333,Sonic Chronicles: The Dark Brotherhood,DS,2008,Role-Playing,Sega,0.51,0.29,0.01,0.09,0.89 +2334,Tiger Woods PGA Tour 06,PS2,2005,Sports,Electronic Arts,0.74,0.03,0,0.12,0.89 +2335,Classic NES Series: The Legend of Zelda,GBA,2004,Adventure,Nintendo,0.46,0.17,0.24,0.02,0.89 +2336,The Jak and Daxter Collection,PS3,2012,Platform,Sony Computer Entertainment,0.6,0.19,0,0.1,0.89 +2337,Fire Emblem: The Sacred Stones,GBA,2004,Strategy,Nintendo,0.42,0.16,0.3,0.02,0.89 +2338,Pokemon Card GB2: Here Comes Team GR!,GB,2001,Strategy,Nintendo,0,0,0.89,0,0.89 +2339,Finding Nemo,GC,2003,Action,THQ,0.69,0.18,0,0.02,0.89 +2340,CSI: Hard Evidence,Wii,2008,Adventure,Ubisoft,0.36,0.43,0,0.1,0.89 +2341,Ace Combat 2,PS,1997,Simulation,Sony Computer Entertainment,0.16,0.11,0.56,0.06,0.89 +2342,F1 2009,Wii,2009,Racing,Codemasters,0.15,0.63,0,0.11,0.89 +2343,NFL 2K2,PS2,2001,Sports,Sega,0.44,0.34,0,0.11,0.89 +2344,EA Sports UFC 2,PS4,2016,Sports,Electronic Arts,0.28,0.47,0,0.14,0.89 +2345,Dissidia 012: Duodecim Final Fantasy,PSP,2011,Fighting,Square Enix,0.21,0.13,0.46,0.08,0.89 +2346,LEGO Marvel Super Heroes,3DS,2013,Action,Warner Bros. Interactive Entertainment,0.42,0.36,0.04,0.07,0.89 +2347,F1 2010,X360,2010,Racing,Codemasters,0.18,0.59,0.01,0.1,0.89 +2348,Monster 4X4: World Circuit,Wii,2006,Racing,Ubisoft,0.81,0,0.01,0.07,0.89 +2349,Call of Duty: Modern Warfare 2,PC,2009,Shooter,Activision,0.01,0.79,0,0.09,0.89 +2350,Wii Fit U,WiiU,2013,Sports,Nintendo,0.39,0.24,0.21,0.06,0.89 +2351,Kingdoms of Amalur: Reckoning,X360,2012,Role-Playing,Electronic Arts,0.55,0.25,0.01,0.07,0.89 +2352,Call of Duty: Modern Warfare 3,Wii,2011,Shooter,Activision,0.6,0.21,0,0.08,0.89 +2353,MLB 2001,PS,2000,Sports,Sony Computer Entertainment,0.49,0.34,0,0.06,0.89 +2354,SingStar Anthems,PS2,2006,Misc,Sony Computer Entertainment,0,0.68,0,0.2,0.89 +2355,Seiken Densetsu 3,SNES,1995,Role-Playing,SquareSoft,0,0,0.89,0,0.89 +2356,Mega Man 8 Anniversary Collector's Edition,PS,1996,Platform,Capcom,0.44,0.3,0.09,0.06,0.88 +2357,WWE SmackDown vs. Raw 2011,X360,2010,Fighting,THQ,0.44,0.36,0,0.08,0.88 +2358,Sleeping Dogs,X360,2012,Action,Square Enix,0.38,0.41,0.01,0.08,0.88 +2359,Grand Theft Auto IV,PC,2008,Action,Take-Two Interactive,0.01,0.79,0,0.08,0.88 +2360,Peppa Pig: The Game,DS,2008,Misc,Pinnacle,0,0.82,0,0.06,0.88 +2361,Michael Jackson: The Experience,X360,2011,Misc,Ubisoft,0.62,0.2,0,0.07,0.88 +2362,Ghostbusters: The Video Game,Wii,2009,Action,Atari,0.6,0.21,0,0.08,0.88 +2363,Rock Band 3,X360,2010,Misc,MTV Games,0.73,0.1,0,0.06,0.88 +2364,Resident Evil: Revelations,3DS,2012,Action,Capcom,0.3,0.22,0.3,0.05,0.88 +2365,NBA 2K6,PS2,2005,Action,Take-Two Interactive,0.43,0.34,0,0.11,0.88 +2366,Buzz! The Mega Quiz,PS2,2007,Misc,Sony Computer Entertainment,0.32,0.06,0,0.5,0.88 +2367,Endless Ocean: Blue World,Wii,2009,Simulation,Nintendo,0.47,0.22,0.12,0.07,0.88 +2368,Star Wars: Rebel Assault II - The Hidden Empire,PS,1996,Shooter,CTO SpA,0.49,0.33,0,0.06,0.88 +2369,Just Cause 3,XOne,2015,Action,Square Enix,0.42,0.38,0,0.07,0.88 +2370,Metal Gear Ac!d,PSP,2004,Strategy,Konami Digital Entertainment,0.32,0.26,0.12,0.17,0.88 +2371,Cooking Mama: World Kitchen,Wii,2008,Simulation,505 Games,0.51,0.28,0.01,0.08,0.88 +2372,Tekken Tag Tournament 2,PS3,2012,Fighting,Namco Bandai Games,0.28,0.33,0.13,0.14,0.88 +2373,ESPN NHL 2K5,PS2,2004,Sports,Global Star,0.43,0.33,0,0.11,0.88 +2374,GRID,X360,2008,Racing,Codemasters,0.33,0.44,0.01,0.09,0.88 +2375,Phantasy Star Portable 2,PSP,2009,Role-Playing,Sega,0.08,0.11,0.62,0.06,0.88 +2376,Crimson Skies: High Road to Revenge,XB,2003,Simulation,Microsoft Game Studios,0.65,0.19,0,0.03,0.87 +2377,Spec Ops: Ranger Elite,PS,2001,Shooter,TalonSoft,0.49,0.33,0,0.06,0.87 +2378,Gex,PS,1995,Platform,Crystal Dynamics,0.49,0.33,0,0.06,0.87 +2379,NBA 2K14,XOne,2013,Sports,Take-Two Interactive,0.7,0.11,0,0.06,0.87 +2380,DiRT,X360,2007,Racing,Codemasters,0.38,0.4,0,0.09,0.87 +2381,Derby Stallion II,SNES,1994,Sports,ASCII Entertainment,0,0,0.87,0,0.87 +2382,Gold's Gym: Dance Workout,Wii,2010,Sports,Ubisoft,0.71,0.11,0,0.06,0.87 +2383,Red Faction: Guerrilla,X360,2009,Shooter,THQ,0.48,0.29,0.01,0.09,0.87 +2384,Tom Clancy's Ghost Recon: Island Thunder,XB,2003,Shooter,Ubisoft,0.61,0.24,0,0.03,0.87 +2385,Mercenaries 2: World in Flames,PS3,2008,Shooter,Electronic Arts,0.29,0.4,0.02,0.16,0.87 +2386,Need for Speed: V-Rally,PS,1997,Racing,Infogrames,0.43,0.29,0.09,0.06,0.87 +2387,Kingdom Hearts Re: Chain of Memories,PS2,2008,Role-Playing,Square Enix,0.73,0.03,0,0.12,0.87 +2388,Pictionary,Wii,2010,Puzzle,THQ,0.61,0.19,0,0.07,0.87 +2389,NCAA Football 13,PS3,2012,Action,Electronic Arts,0.82,0,0,0.06,0.87 +2390,Kingdoms of Amalur: Reckoning,PS3,2012,Role-Playing,Electronic Arts,0.37,0.3,0.09,0.11,0.87 +2391,NFL GameDay '97,PS,1996,Sports,Sony Computer Entertainment,0.48,0.33,0,0.06,0.87 +2392,Beijing 2008,PS3,2008,Sports,Sega,0.14,0.54,0.01,0.18,0.87 +2393,The House of the Dead: Overkill,Wii,2009,Shooter,Sega,0.46,0.31,0.02,0.09,0.87 +2394,Tony Hawk's Project 8,PS2,2006,Sports,Activision,0.72,0.03,0,0.12,0.87 +2395,Injustice: Gods Among Us,PS4,2013,Fighting,Warner Bros. Interactive Entertainment,0.46,0.29,0,0.12,0.87 +2396,NHL 2000,PS,1998,Sports,Electronic Arts,0.48,0.33,0,0.06,0.87 +2397,Buzz! Master Quiz,PSP,2008,Misc,Sony Computer Entertainment,0.2,0.44,0,0.23,0.87 +2398,Brothers in Arms: Hell's Highway,X360,2008,Shooter,Ubisoft,0.47,0.31,0,0.09,0.87 +2399,Fight Night Round 2,PS2,2005,Fighting,Electronic Arts,0.72,0.03,0,0.12,0.87 +2400,Wizards of Waverly Place,DS,2009,Misc,Disney Interactive Studios,0.59,0.2,0,0.08,0.87 +2401,Scooby-Doo! First Frights,DS,2009,Action,Warner Bros. Interactive Entertainment,0.63,0.17,0,0.07,0.87 +2402,Conflict: Desert Storm,XB,2002,Shooter,SCi,0.48,0.37,0,0.02,0.87 +2403,Triple Play 2002,PS2,2002,Sports,Electronic Arts,0.43,0.33,0,0.11,0.87 +2404,Vagrant Story,PS,2000,Role-Playing,Crave Entertainment,0.3,0.2,0.3,0.06,0.87 +2405,Lemmings,PSP,2006,Puzzle,Sony Computer Entertainment,0.12,0.52,0,0.23,0.87 +2406,Warriors Orochi,PS2,2007,Action,Tecmo Koei,0.11,0.09,0.64,0.03,0.87 +2407,Guitar Hero: Warriors of Rock,X360,2010,Misc,Activision,0.47,0.32,0,0.08,0.87 +2408,Enduro,2600,1982,Misc,Quelle,0.81,0.05,0,0.01,0.87 +2409,Tales of Xillia 2,PS3,2012,Role-Playing,Namco Bandai Games,0.2,0.15,0.45,0.07,0.87 +2410,SingStar '90s,PS2,2007,Misc,Sony Computer Entertainment,0.1,0.59,0,0.18,0.87 +2411,Monster Strike 3DS,3DS,2015,Action,"mixi, Inc",0,0,0.86,0,0.86 +2412,Tomb Raider: Anniversary,Wii,2007,Action,Eidos Interactive,0.12,0.63,0,0.11,0.86 +2413,Winning Eleven: Pro Evolution Soccer 2007,PSP,2006,Sports,Konami Digital Entertainment,0.01,0.72,0.12,0.01,0.86 +2414,Darksiders II,PS3,2012,Action,THQ,0.35,0.37,0.01,0.14,0.86 +2415,Ghostbusters: The Video Game,PS3,2009,Action,Sony Computer Entertainment,0.34,0.37,0,0.15,0.86 +2416,The World Ends With You,DS,2007,Role-Playing,Square Enix,0.54,0.06,0.21,0.05,0.86 +2417,The Lord of the Rings: War in the North,PS3,N/A,Action,Warner Bros. Interactive Entertainment,0.25,0.45,0.01,0.15,0.86 +2418,Rocky,PS2,2002,Fighting,Rage Software,0.42,0.33,0,0.11,0.86 +2419,Dragon Quest VIII: Journey of the Cursed King,3DS,2015,Role-Playing,Square Enix,0,0,0.86,0,0.86 +2420,Ford Racing,PS,2001,Racing,Empire Interactive,0.48,0.33,0,0.06,0.86 +2421,Madden Football 64,N64,1997,Sports,Electronic Arts,0.81,0.04,0,0.01,0.86 +2422,MLB 99,PS,1998,Sports,Sony Computer Entertainment,0.48,0.32,0,0.06,0.86 +2423,Dragon Ball Z: Burst Limit,PS3,2008,Fighting,Atari,0.22,0.34,0.18,0.12,0.86 +2424,The Lord of the Rings: War in the North,X360,N/A,Action,Warner Bros. Interactive Entertainment,0.52,0.26,0,0.08,0.86 +2425,The Legendary Starfy,DS,2008,Platform,Nintendo,0.61,0,0.2,0.05,0.86 +2426,2010 FIFA World Cup South Africa,X360,2010,Sports,Electronic Arts,0.32,0.43,0.02,0.09,0.86 +2427,Dynasty Warriors 4: Xtreme Legends,PS2,2003,Action,Tecmo Koei,0.17,0.13,0.51,0.04,0.86 +2428,Ninja Gaiden Sigma 2,PS3,2009,Action,Ubisoft Annecy,0.52,0.16,0.08,0.1,0.86 +2429,Forza Horizon 2,X360,2014,Racing,Microsoft Game Studios,0.35,0.43,0,0.07,0.85 +2430,Skate 2,PS3,2009,Sports,Electronic Arts,0.46,0.26,0.01,0.12,0.85 +2431,FIFA Soccer 08,DS,2007,Sports,Electronic Arts,0.1,0.65,0,0.11,0.85 +2432,Army Men: Air Attack,PS,1999,Action,3DO,0.47,0.32,0,0.06,0.85 +2433,Need for Speed: Nitro,Wii,2009,Racing,Electronic Arts,0.46,0.31,0,0.08,0.85 +2434,Madden NFL 09 All-Play,Wii,2008,Sports,Electronic Arts,0.78,0.01,0,0.07,0.85 +2435,NBA 2K8,X360,2007,Sports,Take-Two Interactive,0.79,0,0,0.07,0.85 +2436,Far Cry: Primal,XOne,2016,Action,Ubisoft,0.46,0.32,0,0.07,0.85 +2437,Street Fighter Alpha 2,PS,1996,Fighting,Virgin Interactive,0.14,0.09,0.57,0.06,0.85 +2438,Tiger Woods PGA Tour 2005,XB,2004,Sports,Electronic Arts,0.64,0.18,0,0.03,0.85 +2439,Army of Two: The 40th Day,PS3,2010,Shooter,Electronic Arts,0.44,0.27,0.01,0.12,0.85 +2440,Blazing Angels: Squadrons of WWII,Wii,2007,Simulation,Ubisoft,0.74,0.04,0,0.06,0.85 +2441,Castlevania III: Dracula's Curse,NES,1989,Platform,Konami Digital Entertainment,0.4,0.07,0.37,0.01,0.85 +2442,Harry Potter and the Order of the Phoenix,DS,2007,Action,Electronic Arts,0.28,0.47,0,0.1,0.85 +2443,Rampage World Tour,PS,1997,Action,GT Interactive,0.47,0.32,0,0.06,0.85 +2444,Burnout Legends,PSP,2005,Racing,Electronic Arts,0.7,0.06,0,0.09,0.85 +2445,WWE 2K15,PS3,2014,Sports,Take-Two Interactive,0.36,0.35,0,0.14,0.85 +2446,Overwatch,XOne,2016,Shooter,Activision,0.52,0.25,0,0.08,0.85 +2447,Ratatouille,PS2,2007,Action,THQ,0.31,0,0,0.53,0.85 +2448,NFL GameDay,PS,1995,Sports,Sony Computer Entertainment,0.47,0.32,0,0.06,0.85 +2449,Burnout 2: Point of Impact,PS2,2002,Racing,Acclaim Entertainment,0.42,0.32,0,0.11,0.85 +2450,Kirby: Planet Robobot,3DS,2016,Action,Nintendo,0.26,0.1,0.44,0.04,0.85 +2451,Street Fighter EX3,PS2,2000,Fighting,Virgin Interactive,0.32,0.25,0.2,0.08,0.85 +2452,Karaoke Revolution Glee,Wii,2010,Misc,Konami Digital Entertainment,0.52,0.25,0,0.07,0.85 +2453,Sniper Elite V2,X360,2012,Shooter,505 Games,0.46,0.29,0.02,0.07,0.85 +2454,Thief (2014),PS4,2014,Action,Square Enix,0.28,0.37,0.03,0.16,0.84 +2455,Spider-Man 2,GC,2004,Action,Activision,0.65,0.17,0,0.02,0.84 +2456,Golden Sun: Dark Dawn,DS,2010,Role-Playing,Nintendo,0.56,0.11,0.13,0.05,0.84 +2457,Tiger Woods PGA Tour 11,PS3,2010,Sports,Electronic Arts,0.37,0.34,0,0.13,0.84 +2458,Devil May Cry HD Collection,PS3,2012,Action,Capcom,0.42,0.21,0.11,0.1,0.84 +2459,MLB 16: The Show,PS4,2016,Action,Sony Computer Entertainment,0.68,0,0,0.16,0.84 +2460,NBA 2K10,PS3,2009,Sports,Take-Two Interactive,0.75,0.01,0.01,0.07,0.84 +2461,Xenoblade Chronicles X,WiiU,2015,Role-Playing,Nintendo,0.36,0.28,0.14,0.06,0.84 +2462,Petz Dogz Fashion,DS,2008,Simulation,Ubisoft,0.46,0.3,0,0.09,0.84 +2463,The Incredibles,GC,2004,Action,THQ,0.65,0.17,0,0.02,0.84 +2464,NCAA Football 11,PS3,2010,Sports,Electronic Arts,0.79,0,0,0.06,0.84 +2465,Dragon Age II,PS3,2011,Action,Electronic Arts,0.4,0.27,0.05,0.12,0.84 +2466,ATV Quad Power Racing 2,PS2,2003,Racing,Acclaim Entertainment,0.41,0.32,0,0.11,0.84 +2467,Harvest Moon: Tree of Tranquility,Wii,2007,Simulation,Rising Star Games,0.69,0.03,0.06,0.06,0.84 +2468,Final Fantasy,NES,1987,Role-Playing,SquareSoft,0.32,0,0.52,0,0.84 +2469,Street Fighter X Tekken,PS3,2012,Fighting,Capcom,0.42,0.22,0.1,0.1,0.84 +2470,Rocket Power: Team Rocket Rescue,PS,2001,Sports,THQ,0.47,0.32,0,0.05,0.84 +2471,Duke Nukem Forever,X360,2011,Shooter,Take-Two Interactive,0.52,0.25,0,0.07,0.84 +2472,Big Mutha Truckers,PS2,2002,Racing,Empire Interactive,0.41,0.32,0,0.11,0.84 +2473,Borderlands: The Handsome Collection,PS4,2015,Shooter,Take-Two Interactive,0.36,0.32,0.03,0.14,0.84 +2474,Rogue Galaxy,PS2,2005,Role-Playing,Sony Computer Entertainment,0.24,0.16,0.39,0.05,0.84 +2475,ESPN College Hoops 2K5,PS2,2004,Sports,Sega,0.41,0.32,0,0.11,0.84 +2476,Metroid: Zero Mission,GBA,2004,Adventure,Nintendo,0.6,0.22,0,0.01,0.84 +2477,FIFA 15,PSV,2014,Sports,Electronic Arts,0.13,0.48,0.04,0.19,0.84 +2478,Time Crisis 4,PS3,2007,Shooter,Namco Bandai Games,0.32,0.33,0.05,0.14,0.84 +2479,Ben 10: Protector of Earth,PS2,2007,Action,D3Publisher,0.09,0,0,0.74,0.84 +2480,Need for Speed Rivals,X360,2013,Racing,Electronic Arts,0.37,0.38,0.01,0.08,0.84 +2481,Q*bert,PS,1999,Puzzle,Atari,0.46,0.32,0,0.05,0.84 +2482,WWE SmackDown vs. Raw 2009,Wii,2008,Fighting,THQ,0.44,0.31,0,0.08,0.83 +2483,Ace Combat 3: Electrosphere,PS,1999,Simulation,Sony Computer Entertainment,0.22,0.15,0.4,0.05,0.83 +2484,Dynasty Warriors 2,PS2,2000,Action,THQ,0.24,0.19,0.34,0.06,0.83 +2485,Battle of Giants: Dinosaurs,DS,2008,Strategy,Ubisoft,0.38,0.37,0,0.09,0.83 +2486,Madden NFL 07,PSP,N/A,Sports,Unknown,0.77,0.03,0,0.04,0.83 +2487,Lizzie McGuire 2: Lizzie Diaries,GBA,2004,Action,Disney Interactive Studios,0.6,0.22,0,0.01,0.83 +2488,Borderlands 2,PSV,2014,Shooter,Take-Two Interactive,0.43,0.21,0.01,0.19,0.83 +2489,FIFA Soccer World Championship,PS2,2000,Sports,Electronic Arts,0.27,0.21,0.28,0.07,0.83 +2490,Brute Force,XB,2003,Shooter,Microsoft Game Studios,0.62,0.18,0.01,0.03,0.83 +2491,Dance Central 3,X360,2012,Misc,Microsoft Game Studios,0.57,0.2,0,0.06,0.83 +2492,Yu-Gi-Oh! Dark Duel Stories,GB,2000,Misc,Konami Digital Entertainment,0,0,0.83,0,0.83 +2493,The Game of Life,PS,1998,Misc,Unknown,0.46,0.31,0,0.05,0.83 +2494,Mega Man Legends,PS,1997,Adventure,Capcom,0.39,0.26,0.12,0.05,0.83 +2495,NCAA Football 12,PS3,2011,Sports,Electronic Arts,0.78,0,0,0.05,0.83 +2496,Sly 3: Honor Among Thieves,PS2,2005,Platform,Sony Computer Entertainment,0.69,0.03,0,0.11,0.83 +2497,The Price is Right,Wii,2008,Misc,Ubisoft,0.77,0,0,0.06,0.83 +2498,Sid Meier's Civilization Revolution,X360,2008,Strategy,Take-Two Interactive,0.58,0.17,0,0.07,0.83 +2499,MLB SlugFest 20-03,PS2,N/A,Sports,Unknown,0.41,0.32,0,0.11,0.83 +2500,I Spy: Fun House,DS,2007,Puzzle,Scholastic Inc.,0.77,0,0,0.06,0.83 +2501,The Amazing Spider-Man (Console Version),PS3,2012,Action,Activision,0.31,0.37,0,0.14,0.83 +2502,Dragon Ball: Raging Blast 2,PS3,2010,Fighting,Namco Bandai Games,0.42,0.2,0.11,0.09,0.83 +2503,MediEvil,PS,1998,Platform,Sony Computer Entertainment,0.46,0.31,0,0.05,0.83 +2504,Casper,PS,1996,Adventure,Interplay,0.46,0.31,0,0.05,0.83 +2505,Deca Sports 2,Wii,2009,Sports,Hudson Soft,0.33,0.34,0.09,0.07,0.82 +2506,James Bond 007: Nightfire,XB,2002,Shooter,Electronic Arts,0.58,0.22,0,0.03,0.82 +2507,Madden NFL 17,XOne,2016,Sports,Electronic Arts,0.72,0.02,0,0.09,0.82 +2508,Tony Hawk's Underground 2 Remix,PSP,2005,Sports,Activision,0.46,0.21,0,0.15,0.82 +2509,Tony Hawk's Pro Skater 3,GC,2001,Sports,Activision,0.64,0.17,0,0.02,0.82 +2510,Marvel: Ultimate Alliance,PS2,2006,Role-Playing,Activision,0.69,0.03,0,0.11,0.82 +2511,Star Wars The Clone Wars: Republic Heroes,Wii,2009,Action,LucasArts,0.44,0.3,0,0.08,0.82 +2512,DJ Hero 2,X360,2010,Misc,Activision,0.64,0.12,0,0.06,0.82 +2513,Street Fighter V,PS4,2016,Fighting,Capcom,0.35,0.26,0.08,0.13,0.82 +2514,Need for Speed: Hot Pursuit 2,XB,2002,Racing,Electronic Arts,0.68,0.11,0,0.03,0.82 +2515,Clu Clu Land,NES,1984,Puzzle,Nintendo,0.42,0.1,0.28,0.02,0.82 +2516,Killer Instinct Gold,N64,1996,Fighting,Nintendo,0.61,0.19,0,0.01,0.82 +2517,Amped: Freestyle Snowboarding,XB,2001,Sports,Microsoft Game Studios,0.69,0.11,0,0.02,0.82 +2518,Custer's Revenge,2600,1981,Action,Mystique,0.76,0.05,0,0.01,0.82 +2519,MediEvil: Resurrection,PSP,2005,Adventure,Sony Computer Entertainment,0.19,0.41,0,0.22,0.82 +2520,DmC: Devil May Cry,PS3,2013,Action,Capcom,0.24,0.28,0.19,0.12,0.82 +2521,Tales of the Abyss,3DS,2011,Role-Playing,Namco Bandai Games,0.42,0.19,0.14,0.06,0.82 +2522,Rocket Power: Beach Bandits,PS2,2002,Platform,THQ,0.4,0.31,0,0.1,0.82 +2523,Guitar Hero: Warriors of Rock,PS3,2010,Misc,Activision,0.33,0.35,0,0.14,0.82 +2524,Hasbro Family Game Night 3,Wii,2010,Misc,Electronic Arts,0.47,0.28,0,0.07,0.82 +2525,Madden NFL 16,PS3,2015,Sports,Electronic Arts,0.56,0.11,0,0.15,0.82 +2526,Stranglehold,X360,2007,Shooter,Midway Games,0.4,0.33,0.01,0.09,0.82 +2527,Imagine: Rock Star,DS,2008,Simulation,Ubisoft,0.4,0.33,0,0.09,0.82 +2528,Shin Megami Tensei: Persona 4,PS2,2008,Role-Playing,Atlus,0.34,0.04,0.36,0.08,0.82 +2529,SingStar Vol. 2,PS3,2008,Misc,Sony Computer Entertainment,0.29,0.4,0,0.13,0.82 +2530,Shaun White Snowboarding,X360,N/A,Sports,Ubisoft,0.48,0.26,0,0.08,0.82 +2531,Madden NFL 25,PS4,2013,Sports,Electronic Arts,0.62,0.13,0,0.07,0.82 +2532,Twisted Metal (2012),PS3,2012,Action,Sony Computer Entertainment,0.67,0.07,0,0.07,0.82 +2533,Dragon Warrior III,GB,2000,Role-Playing,Enix Corporation,0,0,0.81,0,0.81 +2534,Disney's The Little Mermaid: Ariel's Undersea Adventure,DS,2006,Action,Disney Interactive Studios,0.73,0.03,0,0.06,0.81 +2535,Ready 2 Rumble Boxing: Round 2,PS2,2000,Fighting,Midway Games,0.4,0.31,0,0.1,0.81 +2536,Kamaitachi no Yoru,SNES,1994,Adventure,ChunSoft,0,0,0.81,0,0.81 +2537,Patapon,PSP,2007,Misc,Sony Computer Entertainment,0.33,0.25,0.07,0.17,0.81 +2538,Tales of Destiny II,PS,2000,Role-Playing,Namco Bandai Games,0.06,0.04,0.66,0.05,0.81 +2539,Super Bomberman 2,SNES,1994,Puzzle,Hudson Soft,0,0,0.81,0,0.81 +2540,NASCAR 2001,PS,2000,Racing,Electronic Arts,0.45,0.31,0,0.05,0.81 +2541,EA Sports Active NFL Training Camp,Wii,2010,Sports,Electronic Arts,0.77,0,0,0.05,0.81 +2542,The Legend of Zelda: Four Swords Adventures,GC,2004,Action,Nintendo,0.63,0.16,0,0.02,0.81 +2543,Jikkyou Powerful Pro Yakyuu '99 Kaimakuban,PS,1999,Sports,Konami Digital Entertainment,0,0,0.76,0.05,0.81 +2544,Guitar Hero Live,PS4,2015,Misc,Activision,0.32,0.35,0,0.13,0.81 +2545,Valkyrie Profile,PS,1999,Role-Playing,Enix Corporation,0.07,0.05,0.63,0.05,0.81 +2546,Final Fantasy Type-0,PSP,2011,Role-Playing,Unknown,0,0,0.81,0,0.81 +2547,Pro Evolution Soccer 2010,X360,2009,Sports,Konami Digital Entertainment,0.12,0.58,0.03,0.08,0.81 +2548,Army Men: Sarge's Heroes,N64,1999,Action,3DO,0.68,0.12,0,0.01,0.81 +2549,Mega Man,NES,1987,Platform,Capcom,0.45,0.08,0.27,0.01,0.81 +2550,Tom Clancy's Rainbow Six 3,PS2,2004,Shooter,Ubisoft,0.4,0.31,0,0.1,0.81 +2551,Lego Batman 3: Beyond Gotham,PS3,2014,Action,Warner Bros. Interactive Entertainment,0.33,0.35,0,0.13,0.81 +2552,EarthBound,SNES,1994,Role-Playing,Nintendo,0,0,0.81,0,0.81 +2553,DiRT 2,X360,2009,Racing,Codemasters,0.32,0.4,0,0.09,0.81 +2554,Professor Layton vs Phoenix Wright: Ace Attorney,3DS,2012,Puzzle,Level 5,0.2,0.26,0.3,0.04,0.81 +2555,The Next Tetris,PS,1998,Puzzle,Atari,0.45,0.31,0,0.05,0.81 +2556,Dying Light,XOne,2015,Action,Warner Bros. Interactive Entertainment,0.43,0.3,0.01,0.07,0.81 +2557,NCAA Football 10,PS3,2009,Sports,Electronic Arts,0.75,0,0,0.06,0.81 +2558,Ben 10: Alien Force,Wii,2008,Action,Koch Media,0.52,0.21,0,0.07,0.81 +2559,World Soccer Jikkyou Winning Eleven 3: World Cup France '98,PS,1998,Sports,Konami Digital Entertainment,0,0,0.75,0.05,0.81 +2560,Final Fantasy XI: Wings of the Goddess,PS2,2007,Role-Playing,Square Enix,0.35,0.27,0.09,0.09,0.81 +2561,The Sims 2,PS2,2005,Simulation,Electronic Arts,0.67,0.03,0,0.11,0.81 +2562,Guitar Hero: Metallica,X360,2009,Misc,Activision,0.52,0.21,0,0.07,0.81 +2563,NCAA Football 14,PS3,2013,Sports,Electronic Arts,0.75,0,0,0.06,0.8 +2564,MadWorld,Wii,2009,Action,Sega,0.46,0.25,0.02,0.07,0.8 +2565,Fight Night Champion,X360,2011,Fighting,Electronic Arts,0.4,0.33,0,0.07,0.8 +2566,Who wants to be a millionaire,PS,2000,Misc,Eidos Interactive,0.45,0.3,0,0.05,0.8 +2567,Yakuza,PS2,2005,Action,Sega,0.03,0.02,0.74,0.01,0.8 +2568,Star Wars Rogue Squadron III: Rebel Strike,GC,2003,Simulation,LucasArts,0.62,0.16,0,0.02,0.8 +2569,ABBA: You Can Dance,Wii,2011,Misc,Ubisoft,0.19,0.5,0,0.11,0.8 +2570,Moto Racer,PS,1997,Racing,Electronic Arts,0.45,0.3,0,0.05,0.8 +2571,Hitman: Contracts,PS2,2004,Shooter,Eidos Interactive,0.39,0.31,0,0.1,0.8 +2572,The Sims 2: Pets,PSP,2006,Simulation,Electronic Arts,0.19,0.39,0,0.22,0.8 +2573,Final Fantasy Anthology,PS,1999,Role-Playing,Square EA,0.45,0.3,0,0.05,0.8 +2574,Aliens: Colonial Marines,X360,2013,Shooter,Sega,0.36,0.37,0,0.07,0.8 +2575,Pro Evolution Soccer 2010,PSP,2009,Sports,Konami Digital Entertainment,0.09,0.33,0.2,0.18,0.8 +2576,[Prototype 2],X360,2012,Action,Activision,0.48,0.25,0,0.07,0.8 +2577,Sonic & SEGA All-Stars Racing with Banjo-Kazooie,X360,2010,Racing,Sega,0.37,0.35,0,0.07,0.8 +2578,Goldeneye 007: Reloaded,PS3,2011,Shooter,Activision,0.33,0.35,0,0.13,0.8 +2579,NBA 2K16,PS3,2015,Sports,Take-Two Interactive,0.44,0.19,0.03,0.13,0.8 +2580,All Star Cheer Squad,Wii,2008,Sports,THQ,0.43,0.29,0,0.08,0.8 +2581,The Sims 2: Castaway,PSP,2007,Simulation,Electronic Arts,0.08,0.46,0,0.25,0.8 +2582,Prince of Persia: Warrior Within,XB,2004,Action,Ubisoft,0.48,0.28,0,0.04,0.8 +2583,Dragon's Dogma,X360,2012,Role-Playing,Capcom,0.42,0.24,0.07,0.06,0.8 +2584,Darksiders II,X360,2012,Action,THQ,0.45,0.28,0,0.07,0.8 +2585,Resident Evil: Revelations,PS3,2013,Action,Capcom,0.14,0.32,0.22,0.12,0.8 +2586,Rayman Raving Rabbids 2,DS,2007,Misc,Ubisoft,0.73,0.01,0,0.06,0.8 +2587,Super Robot Taisen α,PS,2000,Strategy,Banpresto,0,0,0.75,0.05,0.8 +2588,PES 2009: Pro Evolution Soccer,PSP,N/A,Sports,Konami Digital Entertainment,0.04,0.33,0.26,0.17,0.8 +2589,Need for Speed: Hot Pursuit 2,GC,2002,Racing,Electronic Arts,0.68,0.09,0,0.02,0.8 +2590,Star Wars: The Force Unleashed II,Wii,2010,Action,LucasArts,0.54,0.19,0,0.06,0.8 +2591,Band Hero,X360,2009,Misc,Activision,0.51,0.22,0,0.07,0.8 +2592,Mario & Sonic at the Sochi 2014 Olympic Winter Games,WiiU,2013,Sports,Nintendo,0.39,0.22,0.13,0.06,0.8 +2593,Tales of Destiny 2,PS2,2002,Role-Playing,Namco Bandai Games,0,0,0.8,0,0.8 +2594,Capcom's Soccer Shootout,SNES,1993,Sports,Nintendo,0,0,0.8,0,0.8 +2595,Sniper: Ghost Warrior,PS3,2011,Shooter,City Interactive,0.26,0.36,0.04,0.14,0.8 +2596,The Godfather II,X360,2009,Action,Electronic Arts,0.47,0.24,0.01,0.08,0.79 +2597,pro evolution soccer 2011,PSP,2010,Sports,Konami Digital Entertainment,0.05,0.3,0.29,0.16,0.79 +2598,Alien,2600,1981,Action,20th Century Fox Video Games,0.74,0.04,0,0.01,0.79 +2599,Dragon Ball Z: Budokai Tenkaichi 2,PS2,2006,Fighting,Atari,0.66,0.02,0,0.11,0.79 +2600,The Walking Dead: Season One,PS3,2012,Adventure,Avanquest Software,0.4,0.25,0.03,0.11,0.79 +2601,Rayman Origins,X360,2011,Platform,Ubisoft,0.38,0.34,0,0.08,0.79 +2602,Guitar Hero: Aerosmith,PS2,2008,Misc,Activision,0.61,0,0,0.18,0.79 +2603,Ridge Racer,PS,1994,Racing,Sony Computer Entertainment,0,0,0.74,0.05,0.79 +2604,Final Fantasy Tactics A2: Grimoire of the Rift,DS,2007,Role-Playing,Square Enix,0.42,0.03,0.3,0.04,0.79 +2605,Harvest Moon: A Wonderful Life,GC,2003,Role-Playing,Ubisoft,0.61,0.16,0,0.02,0.79 +2606,Momotarou Dentetsu 7,PS,1997,Simulation,Hudson Entertainment,0,0,0.74,0.05,0.79 +2607,Invizimals,PSP,2009,Strategy,Sony Computer Entertainment,0.17,0.51,0,0.11,0.79 +2608,Motocross Mania,PS,2001,Racing,Take-Two Interactive,0.44,0.3,0,0.05,0.79 +2609,Tiger Woods PGA Tour 10,PS3,2009,Sports,Electronic Arts,0.42,0.25,0,0.12,0.79 +2610,Star Wars The Clone Wars: Jedi Alliance,DS,2008,Action,LucasArts,0.62,0.11,0,0.07,0.79 +2611,WCW Mayhem,N64,1999,Fighting,Electronic Arts,0.63,0.15,0,0.01,0.79 +2612,Mega Man 5,NES,1992,Platform,Capcom,0.39,0.07,0.32,0.01,0.79 +2613,Star Ocean: The Last Hope,X360,2009,Role-Playing,Square Enix,0.32,0.2,0.21,0.06,0.79 +2614,Dance Dance Revolution SuperNOVA 2,PS2,2007,Simulation,Konami Digital Entertainment,0.64,0.03,0.02,0.1,0.79 +2615,Armored Core 2,PS2,2000,Simulation,Ubisoft,0.28,0.22,0.23,0.07,0.79 +2616,Dragon Quest Monsters 2,3DS,2014,Role-Playing,Square Enix,0,0,0.79,0,0.79 +2617,Ghost Squad,Wii,2007,Shooter,Sega,0.42,0.21,0.08,0.07,0.79 +2618,Dead Island: Riptide,X360,2013,Action,Deep Silver,0.44,0.27,0.01,0.07,0.79 +2619,Drawn to Life,DS,2007,Action,THQ,0.71,0.02,0,0.06,0.79 +2620,Major League Baseball Featuring Ken Griffey Jr,N64,1998,Sports,Nintendo,0.75,0.03,0,0.01,0.79 +2621,FIFA 12,Wii,2011,Sports,Electronic Arts,0.16,0.52,0,0.11,0.79 +2622,Too Human,X360,2008,Role-Playing,Microsoft Game Studios,0.38,0.3,0.03,0.08,0.79 +2623,Sid Meier's Civilization Revolution,PS3,2008,Strategy,Take-Two Interactive,0.49,0.19,0.01,0.1,0.79 +2624,NCAA Football 08,PS2,2007,Sports,Electronic Arts,0.65,0.03,0,0.11,0.79 +2625,FIFA Soccer 2004,XB,2003,Sports,Electronic Arts,0.24,0.49,0,0.05,0.79 +2626,Personal Trainer: Walking,DS,2008,Sports,Nintendo,0.22,0.32,0.17,0.07,0.79 +2627,Naruto Shippuden: Ultimate Ninja Storm 2,X360,2010,Fighting,Namco Bandai Games,0.43,0.27,0.01,0.07,0.79 +2628,PokePark 2: Wonders Beyond,Wii,2011,Action,Nintendo,0.27,0.2,0.27,0.05,0.79 +2629,Professor Layton and the Azran Legacy,3DS,2013,Puzzle,Nintendo,0,0.48,0.25,0.06,0.78 +2630,Tom Clancy's Splinter Cell: Double Agent,X360,2006,Action,Ubisoft,0.67,0.05,0.01,0.06,0.78 +2631,Yars' Revenge,2600,1982,Shooter,Atari,0.73,0.04,0,0.01,0.78 +2632,Lips,X360,2008,Misc,Microsoft Game Studios,0.12,0.56,0,0.1,0.78 +2633,Secret Agent Barbie: Royal Jewels Mission,GBA,2002,Platform,Vivendi Games,0.56,0.21,0,0.01,0.78 +2634,Metroid Prime Hunters,DS,2006,Shooter,Nintendo,0.58,0.04,0.11,0.06,0.78 +2635,The 7th Guest,PC,1992,Adventure,Virgin Interactive,0.01,0.77,0,0,0.78 +2636,Doom,PS,1994,Shooter,Infogrames,0.43,0.3,0,0.05,0.78 +2637,Buzz! The Hollywood Quiz,PS2,2007,Misc,Sony Computer Entertainment,0.17,0,0,0.61,0.78 +2638,Puzzler World,DS,2009,Puzzle,Ubisoft,0.41,0.3,0,0.07,0.78 +2639,My Little Pony: Pinkie Pie's Party,DS,2008,Adventure,THQ,0.72,0,0,0.06,0.78 +2640,We Sing,Wii,2009,Misc,Nordic Games,0,0.69,0,0.09,0.78 +2641,Marvel vs. Capcom: Clash of Super Heroes,PS,1999,Fighting,Capcom,0.43,0.3,0,0.05,0.78 +2642,God of War Saga,PS3,2012,Action,Sony Computer Entertainment,0.72,0,0,0.06,0.78 +2643,Battle Stations,PS,1997,Strategy,Electronic Arts,0.43,0.29,0,0.05,0.78 +2644,Tetris Party Deluxe,DS,2010,Puzzle,Nintendo,0.29,0.3,0.12,0.07,0.78 +2645,Pro Evolution Soccer 2016,PS4,2015,Sports,Konami Digital Entertainment,0.13,0.42,0.13,0.1,0.78 +2646,Worms: Open Warfare,PSP,2006,Strategy,THQ,0.11,0.43,0,0.24,0.78 +2647,Star Wars Battlefront: Elite Squadron,PSP,2009,Shooter,LucasArts,0.38,0.24,0,0.16,0.78 +2648,UFC Personal Trainer: The Ultimate Fitness System,X360,2011,Sports,THQ,0.53,0.19,0,0.06,0.78 +2649,Resident Evil: Operation Raccoon City,X360,2012,Action,Capcom,0.55,0.15,0.03,0.06,0.78 +2650,NBA 2K7,PS2,2006,Sports,Take-Two Interactive,0.65,0.02,0,0.11,0.78 +2651,Need for Speed: ProStreet,PSP,2008,Racing,Electronic Arts,0.24,0.33,0.01,0.2,0.78 +2652,Toy Story 3: The Video Game,X360,2010,Action,Disney Interactive Studios,0.41,0.29,0,0.07,0.78 +2653,Torneko no Daibouken: Fushigi no Dungeon,SNES,1993,Role-Playing,ChunSoft,0,0,0.78,0,0.78 +2654,Jr. Pac-Man,2600,1983,Puzzle,Atari,0.72,0.05,0,0.01,0.78 +2655,James Bond 007: Nightfire,GC,2002,Shooter,Electronic Arts,0.6,0.16,0,0.02,0.78 +2656,Banjo-Kazooie: Nuts & Bolts,X360,2008,Platform,Microsoft Game Studios,0.32,0.36,0,0.09,0.78 +2657,NBA ShootOut 98,PS,1998,Sports,Sony Computer Entertainment,0.43,0.29,0,0.05,0.78 +2658,Avatar: The Game,X360,2009,Action,Ubisoft,0.34,0.35,0,0.08,0.78 +2659,Harry Potter and the Half-Blood Prince,Wii,2009,Action,Electronic Arts,0.28,0.4,0,0.09,0.77 +2660,DJ Hero,Wii,2009,Misc,Activision,0.47,0.23,0,0.07,0.77 +2661,Perfect Dark Zero,X360,2005,Shooter,Microsoft Game Studios,0.66,0.02,0.03,0.06,0.77 +2662,Galaxian,2600,1982,Shooter,Atari,0.72,0.05,0,0.01,0.77 +2663,Andretti Racing,PS,1996,Racing,Electronic Arts,0.43,0.29,0,0.05,0.77 +2664,Caesars Palace 2000: Millennium Gold Edition,PS,2000,Misc,Interplay,0.43,0.29,0,0.05,0.77 +2665,Madden NFL 25,XOne,2013,Sports,Electronic Arts,0.67,0.05,0,0.05,0.77 +2666,Air Raid,2600,1981,Action,Men-A-Vision,0.72,0.04,0,0.01,0.77 +2667,Need For Speed: Undercover,PSP,2008,Racing,Electronic Arts,0.23,0.32,0.03,0.19,0.77 +2668,Duke Nukem Forever,PS3,2011,Shooter,Take-Two Interactive,0.33,0.31,0,0.12,0.77 +2669,Freedom Wars,PSV,2014,Role-Playing,Sony Computer Entertainment,0.22,0.14,0.32,0.1,0.77 +2670,Marvel Nemesis: Rise of the Imperfects,PS2,2005,Fighting,Electronic Arts,0.64,0.02,0,0.1,0.77 +2671,Boxing,2600,1980,Fighting,Activision,0.72,0.04,0,0.01,0.77 +2672,Need for Speed: Porsche Unleashed,PS,1999,Racing,Electronic Arts,0.43,0.29,0,0.05,0.77 +2673,Dragon Ball: Raging Blast,PS3,2009,Fighting,Namco Bandai Games,0.37,0.19,0.11,0.1,0.77 +2674,Crystal Castles,2600,1983,Action,Atari,0.72,0.04,0,0.01,0.77 +2675,Conker's Bad Fur Day,N64,2001,Platform,THQ,0.53,0.22,0,0.02,0.77 +2676,Dragon Warrior I&II,GB,1999,Role-Playing,Enix Corporation,0,0,0.77,0,0.77 +2677,Star Wars Episode II: Attack of the Clones,GBA,2002,Action,THQ,0.55,0.2,0,0.01,0.77 +2678,My Baby Girl,DS,2008,Simulation,Nobilis,0.61,0.1,0,0.06,0.77 +2679,LEGO Batman 2: DC Super Heroes,DS,2012,Action,Warner Bros. Interactive Entertainment,0.43,0.27,0,0.06,0.77 +2680,Twisted Metal: Head On,PSP,2005,Action,Sony Computer Entertainment,0.71,0,0,0.06,0.77 +2681,Conflict: Desert Storm II - Back to Bagdhad,PS2,2003,Shooter,SCi,0.38,0.29,0,0.1,0.77 +2682,Maximo: Ghosts to Glory,PS2,2001,Platform,Capcom,0.38,0.29,0,0.1,0.77 +2683,Pokemon Dash,DS,2004,Racing,Nintendo,0.21,0.14,0.38,0.04,0.77 +2684,Donkey Kong Country 3,GBA,2005,Platform,Nintendo,0.45,0.17,0.14,0.01,0.77 +2685,All-Star Baseball 2003,PS2,2002,Sports,Acclaim Entertainment,0.38,0.29,0,0.1,0.77 +2686,Unlimited Saga,PS2,2002,Role-Playing,Atari,0.1,0.08,0.56,0.03,0.77 +2687,Cabela's Deer Hunt: 2004 Season,PS2,2003,Sports,Activision Value,0.37,0.29,0,0.1,0.76 +2688,Sonic Unleashed,PS2,2008,Platform,Sega,0.37,0.04,0,0.36,0.76 +2689,Formula 1,PS,1996,Racing,Psygnosis,0.18,0.12,0.42,0.05,0.76 +2690,Plants vs. Zombies: Garden Warfare,PS3,2014,Shooter,Electronic Arts,0.22,0.4,0.01,0.14,0.76 +2691,Raving Rabbids: Travel in Time,Wii,2010,Adventure,Ubisoft,0.22,0.47,0,0.08,0.76 +2692,The Sims 3,3DS,2011,Simulation,Electronic Arts,0.3,0.37,0.03,0.07,0.76 +2693,Driv3r,XB,2004,Racing,Atari,0.36,0.38,0,0.03,0.76 +2694,Mercenaries: Playground of Destruction,PS2,2005,Action,LucasArts,0.64,0.02,0,0.1,0.76 +2695,MTV Celebrity Deathmatch,PS2,2003,Fighting,Gotham Games,0.37,0.29,0,0.1,0.76 +2696,Street Fighter Alpha: Warriors' Dreams,PS,1995,Fighting,Virgin Interactive,0.17,0.11,0.43,0.05,0.76 +2697,Mortal Kombat,PSV,2012,Fighting,Warner Bros. Interactive Entertainment,0.47,0.18,0,0.12,0.76 +2698,ISS Pro Evolution,PS,1998,Sports,Konami Digital Entertainment,0,0,0.71,0.05,0.76 +2699,Lost Planet 2,X360,2010,Shooter,Capcom,0.38,0.24,0.08,0.06,0.76 +2700,SoulCalibur V,PS3,2012,Fighting,Namco Bandai Games,0.35,0.24,0.07,0.1,0.76 +2701,Portal 2,PC,2011,Shooter,Valve Software,0.33,0.32,0,0.11,0.76 +2702,Super Monkey Ball: Touch & Roll,DS,2005,Misc,Sega,0.7,0.01,0,0.06,0.76 +2703,Pro Evolution Soccer 2015,PS4,2014,Sports,Konami Digital Entertainment,0.09,0.43,0.11,0.13,0.76 +2704,Drawn to Life: The Next Chapter,Wii,2009,Puzzle,THQ,0.29,0.39,0,0.08,0.76 +2705,The Lord of the Rings: Conquest,PS3,2009,Action,Electronic Arts,0.38,0.26,0,0.12,0.76 +2706,Final Fantasy II,NES,1988,Role-Playing,SquareSoft,0,0,0.76,0,0.76 +2707,Tony Hawk's Pro Skater 2,N64,2001,Sports,Activision,0.59,0.16,0,0.01,0.76 +2708,Taiko no Tatsujin: Tatakon de Dodon ga Don,PS2,2002,Misc,Namco Bandai Games,0,0,0.76,0,0.76 +2709,Mega Man Battle Network 6: Cybeast Falzar / Gregar,GBA,2005,Role-Playing,Capcom,0.09,0.03,0.62,0.02,0.76 +2710,Syphon Filter: The Omega Strain,PS2,2004,Shooter,Sony Computer Entertainment,0.37,0.29,0,0.1,0.76 +2711,FIFA Soccer 11,PS2,2010,Sports,Electronic Arts,0.11,0.29,0,0.36,0.76 +2712,Deer Drive,Wii,2009,Sports,Big Ben Interactive,0.67,0.04,0,0.05,0.76 +2713,Kane & Lynch: Dead Men,X360,2007,Shooter,Eidos Interactive,0.36,0.31,0.01,0.08,0.76 +2714,Assassin's Creed: Revelations,PC,2011,Action,Ubisoft,0.14,0.48,0,0.14,0.76 +2715,Mortal Kombat: Deception,XB,2004,Fighting,Midway Games,0.61,0.12,0,0.03,0.76 +2716,Ace Attorney Investigations: Miles Edgeworth,DS,2009,Adventure,Capcom,0.27,0.15,0.3,0.04,0.76 +2717,That's So Raven,GBA,2004,Adventure,Disney Interactive Studios,0.54,0.2,0,0.01,0.76 +2718,FIFA 15,Wii,2014,Sports,Electronic Arts,0.24,0.46,0,0.06,0.76 +2719,Marvel vs. Capcom 2: New Age of Heroes,PS2,2002,Fighting,Capcom,0.31,0.24,0.13,0.08,0.76 +2720,Need for Speed: Shift,PSP,2009,Racing,Electronic Arts,0.16,0.38,0.01,0.21,0.76 +2721,Kane & Lynch: Dead Men,PS3,2007,Shooter,Eidos Interactive,0.29,0.32,0.01,0.13,0.76 +2722,Dark Souls II,X360,2014,Role-Playing,Namco Bandai Games,0.48,0.2,0.01,0.06,0.76 +2723,True Crime: New York City,PS2,2005,Action,Activision,0.57,0.02,0.07,0.09,0.76 +2724,Legends of Wrestling,PS2,2001,Fighting,Acclaim Entertainment,0.37,0.29,0,0.1,0.76 +2725,Rockstar Games presents Table Tennis,X360,2006,Sports,Take-Two Interactive,0.28,0.39,0,0.09,0.76 +2726,Monopoly Streets,Wii,2010,Misc,Electronic Arts,0.24,0.44,0,0.08,0.76 +2727,Genji: Days of the Blade,PS3,2006,Action,Sony Computer Entertainment,0.18,0.38,0.06,0.14,0.76 +2728,Harvest Moon: Animal Parade,Wii,2008,Simulation,Rising Star Games,0.6,0.09,0.02,0.05,0.76 +2729,Final Fantasy Legend III,GB,1991,Role-Playing,SquareSoft,0,0,0.76,0,0.76 +2730,Total War: Rome II,PC,2013,Strategy,Sega,0.12,0.53,0,0.11,0.76 +2731,Rare Replay,XOne,2015,Misc,Microsoft Game Studios,0.47,0.21,0.01,0.07,0.75 +2732,Spectrobes,DS,2007,Role-Playing,Disney Interactive Studios,0.67,0.03,0,0.06,0.75 +2733,Wall-E,PS2,2008,Platform,THQ,0.21,0,0,0.54,0.75 +2734,WWE SmackDown vs. Raw 2009,PSP,2008,Fighting,THQ,0.41,0.21,0,0.14,0.75 +2735,Band Hero,PS3,2009,Misc,Activision,0.41,0.24,0,0.11,0.75 +2736,Mega Man X5,PS,2000,Platform,Capcom,0.3,0.21,0.2,0.05,0.75 +2737,Tearaway,PSV,2013,Adventure,Sony Computer Entertainment Europe,0.17,0.39,0,0.19,0.75 +2738,DJ Hero 2,PS3,2010,Misc,Activision,0.47,0.19,0,0.09,0.75 +2739,The Godfather II,PS3,2009,Action,Electronic Arts,0.41,0.22,0.01,0.11,0.75 +2740,WWE SmackDown vs. Raw 2010,Wii,2009,Fighting,THQ,0.51,0.17,0,0.07,0.75 +2741,Turok,X360,2008,Action,Touchstone,0.46,0.21,0.01,0.07,0.75 +2742,[Prototype 2],PS3,2012,Action,Activision,0.36,0.28,0,0.11,0.75 +2743,Shark Tale,PS2,2004,Action,Activision,0.37,0.29,0,0.1,0.75 +2744,San Francisco Rush: Extreme Racing,N64,1997,Racing,GT Interactive,0.63,0.11,0,0.01,0.75 +2745,The Amazing Spider-Man (Console Version),X360,2012,Action,Activision,0.43,0.26,0,0.06,0.75 +2746,Zone of the Enders,PS2,2001,Shooter,Konami Digital Entertainment,0.3,0.24,0.13,0.08,0.75 +2747,Red Faction: Guerrilla,PS3,2009,Shooter,THQ,0.33,0.28,0.02,0.12,0.75 +2748,Street Fighter EX Plus Alpha,PS,1997,Fighting,Virgin Interactive,0.28,0.19,0.23,0.05,0.75 +2749,Madden NFL 06,PSP,2005,Sports,Electronic Arts,0.69,0,0,0.06,0.75 +2750,Coded Arms,PSP,2005,Shooter,Konami Digital Entertainment,0.28,0.29,0,0.18,0.75 +2751,Tony Hawk's Underground 2,XB,2004,Sports,Activision,0.48,0.24,0,0.03,0.75 +2752,Tales of Vesperia,X360,2008,Role-Playing,Atari,0.32,0.18,0.19,0.05,0.75 +2753,X-Men Origins: Wolverine - Uncaged Edition,PS3,2009,Action,Activision,0.31,0.32,0,0.13,0.75 +2754,Madagascar: Escape 2 Africa,DS,2008,Action,Activision,0.42,0.26,0,0.07,0.75 +2755,Split/Second,PS3,2010,Racing,Disney Interactive Studios,0.31,0.31,0.01,0.12,0.75 +2756,Capcom vs. SNK 2: Mark of the Millennium 2001,PS2,2001,Fighting,Capcom,0.22,0.17,0.3,0.06,0.75 +2757,MVP 06 NCAA Baseball,PS2,2006,Sports,Electronic Arts,0.62,0.02,0,0.1,0.75 +2758,Just Dance 2015,WiiU,2014,Misc,Ubisoft,0.4,0.28,0,0.07,0.75 +2759,Borderlands: The Pre-Sequel,X360,2014,Shooter,Take-Two Interactive,0.46,0.22,0.01,0.06,0.75 +2760,LittleBigPlanet 3,PS3,2014,Platform,Sony Computer Entertainment,0.2,0.43,0.01,0.11,0.75 +2761,Marvel: Ultimate Alliance 2,PS3,2009,Role-Playing,Activision,0.49,0.16,0,0.09,0.75 +2762,Sega Superstars Tennis,DS,2008,Sports,Sega,0.29,0.37,0,0.08,0.75 +2763,The Walking Dead: Season One,X360,2012,Adventure,Avanquest Software,0.55,0.14,0,0.05,0.75 +2764,Ace Combat: Assault Horizon,PS3,2011,Action,Namco Bandai Games,0.3,0.16,0.22,0.07,0.74 +2765,Jump Ultimate Stars,DS,2006,Fighting,Nintendo,0,0,0.74,0,0.74 +2766,Jampack Summer 2001,PS2,2001,Misc,Sony Computer Entertainment,0.36,0.28,0,0.1,0.74 +2767,Resonance of Fate,PS3,2010,Role-Playing,Sega,0.2,0.22,0.24,0.09,0.74 +2768,Burnout,PS2,2001,Racing,Acclaim Entertainment,0.36,0.28,0,0.1,0.74 +2769,Tom Clancy's Rainbow Six: Vegas,PSP,2007,Shooter,Ubisoft,0.42,0.19,0,0.14,0.74 +2770,Final Fantasy XIII-2,X360,2011,Role-Playing,Square Enix,0.36,0.3,0.02,0.06,0.74 +2771,LEGO Batman 2: DC Super Heroes,3DS,2012,Action,Warner Bros. Interactive Entertainment,0.41,0.27,0,0.06,0.74 +2772,Mortal Kombat: Unchained,PSP,2006,Fighting,Midway Games,0.67,0.01,0,0.06,0.74 +2773,Mario & Luigi: Paper Jam,3DS,2015,Role-Playing,Nintendo,0.16,0.3,0.25,0.04,0.74 +2774,Yu-Gi-Oh! Dungeon Dice Monsters,GBA,2001,Misc,Konami Digital Entertainment,0.42,0.16,0.15,0.01,0.74 +2775,Brink,PS3,2011,Shooter,Bethesda Softworks,0.29,0.32,0.01,0.12,0.74 +2776,LEGO Marvel Super Heroes,WiiU,2013,Action,Warner Bros. Interactive Entertainment,0.31,0.35,0.02,0.06,0.74 +2777,Blur,PS3,2010,Racing,Activision,0.22,0.37,0.02,0.13,0.74 +2778,Madden NFL 11,Wii,N/A,Sports,Unknown,0.7,0,0,0.05,0.74 +2779,Namco Museum Remix,Wii,2007,Misc,Atari,0.68,0,0,0.05,0.74 +2780,Midnight Club 3: DUB Edition,XB,2005,Racing,Take-Two Interactive,0.61,0.1,0,0.03,0.74 +2781,Crysis 2,PC,2011,Action,Electronic Arts,0.16,0.45,0,0.13,0.74 +2782,The Lord of the Rings: The Two Towers,GBA,2002,Action,Electronic Arts,0.53,0.2,0,0.01,0.74 +2783,Tiger Woods PGA Tour 2001,PS2,2001,Sports,Electronic Arts,0.36,0.28,0,0.09,0.74 +2784,Indiana Jones and the Staff of Kings,Wii,2009,Action,Activision,0.36,0.3,0,0.08,0.74 +2785,Jet Moto 3,PS,1999,Racing,Sony Computer Entertainment,0.41,0.28,0,0.05,0.74 +2786,Naruto Shippuden: Ultimate Ninja Storm Generations,PS3,2012,Fighting,Namco Bandai Games,0.27,0.25,0.14,0.08,0.74 +2787,Unreal Championship,XB,2002,Shooter,Atari,0.59,0.12,0,0.03,0.74 +2788,WarioWare: Twisted!,GBA,N/A,Puzzle,Unknown,0.16,0.06,0.5,0.02,0.74 +2789,Pirates of the Caribbean: At World's End,PS3,2007,Action,Disney Interactive Studios,0.17,0.41,0,0.15,0.74 +2790,Tiger Woods PGA Tour 08,PS3,2007,Sports,Electronic Arts,0.22,0.38,0,0.14,0.74 +2791,Persona 4: Arena,PS3,2012,Fighting,Atlus,0.3,0.12,0.24,0.07,0.74 +2792,Sword of Mana,GBA,2003,Role-Playing,Nintendo,0.31,0.11,0.3,0.02,0.74 +2793,Harvest Moon DS: Island of Happiness,DS,2007,Simulation,Rising Star Games,0.44,0.01,0.25,0.04,0.74 +2794,Star Ocean: The Last Hope International,PS3,2010,Role-Playing,Square Enix,0.28,0.16,0.22,0.08,0.73 +2795,The Sims 2: Castaway,DS,2007,Simulation,Electronic Arts,0.63,0.05,0,0.06,0.73 +2796,FIFA: Road to World Cup 98,PS,1997,Sports,Electronic Arts,0.14,0.09,0.46,0.05,0.73 +2797,Dragon Ball Z: Ultime Menace,SNES,1993,Fighting,Namco Bandai Games,0,0,0.73,0,0.73 +2798,Classic NES Series: Donkey Kong,GBA,2004,Platform,Nintendo,0.4,0.15,0.17,0.01,0.73 +2799,Call of Duty: Ghosts,PC,2013,Shooter,Activision,0.23,0.41,0,0.09,0.73 +2800,Yoshi,GB,1991,Puzzle,Nintendo,0,0,0.73,0,0.73 +2801,Mortal Kombat 4,N64,1998,Fighting,GT Interactive,0.55,0.17,0,0.01,0.73 +2802,F1 2011,X360,2011,Racing,Codemasters,0.11,0.51,0.01,0.09,0.73 +2803,Madden NFL 10,Wii,2009,Sports,Electronic Arts,0.63,0.04,0,0.06,0.73 +2804,Kirby: Canvas Curse,DS,2005,Platform,Nintendo,0.37,0,0.32,0.04,0.73 +2805,Croc 2,PS,1999,Platform,Fox Interactive,0.41,0.28,0,0.05,0.73 +2806,Practise English!,DS,2007,Misc,Nintendo,0,0,0.73,0,0.73 +2807,Oddworld: Munch's Oddysee,XB,2001,Platform,Atari,0.54,0.16,0,0.03,0.73 +2808,Berzerk,2600,1981,Shooter,Atari,0.68,0.04,0,0.01,0.73 +2809,NHL 11,X360,2010,Sports,Electronic Arts,0.61,0.07,0,0.05,0.73 +2810,Dragon Age: Inquisition,PC,2014,Role-Playing,Electronic Arts,0.32,0.34,0,0.07,0.73 +2811,iCarly,DS,2009,Adventure,Activision,0.67,0.01,0,0.05,0.73 +2812,DiRT 3,X360,2011,Racing,Codemasters,0.23,0.41,0.01,0.08,0.73 +2813,NCAA Football 07,X360,2006,Sports,Electronic Arts,0.67,0,0,0.06,0.73 +2814,Just Dance Wii,Wii,2011,Misc,Nintendo,0,0,0.73,0,0.73 +2815,Full Spectrum Warrior,XB,2004,Strategy,THQ,0.54,0.16,0,0.03,0.73 +2816,Katamari Damacy,PS2,2004,Puzzle,Namco Bandai Games,0.47,0.02,0.17,0.08,0.73 +2817,Beyblade VForce: Ultimate Blader Jam,GBA,2003,Action,Atari,0.52,0.19,0,0.01,0.73 +2818,Ratchet & Clank Collection,PS3,2012,Action,Sony Computer Entertainment,0.47,0.14,0.02,0.09,0.73 +2819,Avatar: The Game,Wii,2009,Action,Ubisoft,0.33,0.32,0,0.08,0.73 +2820,Shaun Palmer's Pro Snowboarder,PS2,2001,Sports,Codemasters,0.36,0.28,0,0.09,0.73 +2821,MX vs. ATV Reflex,X360,2009,Racing,THQ,0.52,0.15,0,0.06,0.73 +2822,Imagine: Interior Designer,DS,2008,Simulation,Ubisoft,0.34,0.31,0,0.08,0.73 +2823,SSX,X360,2012,Sports,Electronic Arts,0.38,0.28,0,0.06,0.72 +2824,Style Savvy: Trendsetters,3DS,2012,Simulation,Nintendo,0.16,0.02,0.53,0.01,0.72 +2825,James Bond 007: Agent Under Fire,GC,2002,Shooter,Electronic Arts,0.56,0.15,0,0.02,0.72 +2826,XCOM: Enemy Unknown,PC,2012,Strategy,Take-Two Interactive,0.26,0.36,0,0.1,0.72 +2827,Rabbids Go Home,DS,2009,Platform,Ubisoft,0.35,0.3,0,0.07,0.72 +2828,Star Wars Episode III: Revenge of the Sith,GBA,2005,Action,Ubisoft,0.52,0.19,0,0.01,0.72 +2829,Ultimate Spider-Man,PS2,2005,Action,Activision,0.6,0.02,0,0.1,0.72 +2830,FIFA Soccer 13,Wii,2012,Action,Electronic Arts,0.19,0.46,0,0.08,0.72 +2831,God Eater,PSP,2010,Action,Unknown,0,0,0.72,0,0.72 +2832,Final Fantasy XIV: A Realm Reborn,PS4,2014,Role-Playing,Square Enix,0.32,0.22,0.08,0.1,0.72 +2833,SD Gundam G Generation,PS,1998,Strategy,Namco Bandai Games,0,0,0.67,0.05,0.72 +2834,Area 51,PS,1996,Shooter,GT Interactive,0.4,0.27,0,0.05,0.72 +2835,NBA Live 08,PS2,2007,Sports,Electronic Arts,0.59,0.02,0.01,0.1,0.72 +2836,Dead to Rights,XB,2002,Shooter,Electronic Arts,0.53,0.17,0,0.03,0.72 +2837,Tiger Woods PGA Tour 07,PS2,2006,Sports,Electronic Arts,0.6,0.02,0,0.1,0.72 +2838,Test Drive 6,PS,1999,Racing,Atari,0.4,0.27,0,0.05,0.72 +2839,Kouchuu Ouja Mushi King,GBA,2005,Action,Sega,0,0,0.7,0.02,0.72 +2840,LEGO Harry Potter: Years 5-7,DS,N/A,Action,Warner Bros. Interactive Entertainment,0.35,0.3,0,0.07,0.72 +2841,Major League Baseball 2K7,X360,2007,Sports,Spike,0.67,0,0,0.05,0.72 +2842,X-Men: Mutant Academy 2,PS,2001,Fighting,Activision,0.4,0.27,0,0.05,0.72 +2843,Terraria,X360,2013,Action,505 Games,0.35,0.31,0,0.06,0.72 +2844,Jampack Winter 2001,PS2,2001,Misc,Sony Computer Entertainment,0.35,0.28,0,0.09,0.72 +2845,Kangaroo,2600,1982,Platform,Atari,0.67,0.04,0,0.01,0.72 +2846,James Bond 007: Blood Stone,PS3,2010,Shooter,Activision,0.18,0.38,0.02,0.13,0.72 +2847,Ben 10: Protector of Earth,PSP,2007,Action,D3Publisher,0.23,0.31,0,0.18,0.72 +2848,Skate,X360,2007,Sports,Electronic Arts,0.62,0.04,0,0.06,0.72 +2849,Super Monkey Ball Jr.,GBA,2002,Puzzle,Atari,0.51,0.19,0,0.01,0.72 +2850,Driver: San Francisco,X360,2011,Racing,Ubisoft,0.25,0.39,0,0.08,0.72 +2851,MLB 09: The Show,PS3,2009,Sports,Sony Computer Entertainment,0.66,0,0,0.05,0.72 +2852,Monster Hunter Tri,WiiU,2012,Role-Playing,Nintendo,0.26,0.19,0.22,0.04,0.72 +2853,Mobile Suit Gundam: Encounters in Space,PS2,2003,Simulation,Namco Bandai Games,0.05,0.04,0.61,0.01,0.72 +2854,Catherine,PS3,2011,Adventure,Deep Silver,0.3,0.15,0.2,0.07,0.72 +2855,Fear Effect,PS,1998,Action,Eidos Interactive,0.4,0.27,0,0.05,0.72 +2856,FIFA Soccer 11,DS,2010,Sports,Electronic Arts,0.13,0.5,0,0.09,0.72 +2857,Crysis,PC,2007,Shooter,Electronic Arts,0,0.69,0,0.03,0.72 +2858,Battlefield: Bad Company 2,PC,2010,Shooter,Electronic Arts,0.19,0.53,0,0,0.71 +2859,The Lord of the Rings: The Two Towers,XB,2002,Action,Electronic Arts,0.45,0.24,0,0.03,0.71 +2860,Madden NFL 2003,XB,2002,Sports,Electronic Arts,0.67,0.02,0,0.03,0.71 +2861,Dragon Quest Swords: The Masked Queen and the Tower of Mirrors,Wii,2007,Role-Playing,Square Enix,0.18,0.01,0.5,0.02,0.71 +2862,MLB 13: The Show,PS3,2013,Sports,Sony Computer Entertainment,0.66,0,0,0.05,0.71 +2863,Omerta: City of Gangsters,X360,2011,Simulation,Konami Digital Entertainment,0.42,0.23,0,0.06,0.71 +2864,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PS4,2015,Action,Square Enix,0.16,0.13,0.37,0.06,0.71 +2865,Virtua Fighter 4: Evolution,PS2,2003,Fighting,Sega,0.35,0.27,0,0.09,0.71 +2866,Top Spin 4,PS3,2011,Sports,Take-Two Interactive,0.17,0.4,0,0.14,0.71 +2867,Resident Evil: Survivor,PS,2000,Action,Eidos Interactive,0.23,0.15,0.29,0.05,0.71 +2868,Dynasty Warriors 6,PS3,2007,Action,Tecmo Koei,0.18,0.08,0.41,0.04,0.71 +2869,Super Trucks Racing,PS2,2002,Racing,Jester Interactive,0.35,0.27,0,0.09,0.71 +2870,Persona Q: Shadow of the Labyrinth,3DS,2014,Role-Playing,Nippon Ichi Software,0.33,0.07,0.27,0.04,0.71 +2871,Madden NFL 08,PSP,2007,Sports,Electronic Arts,0.6,0.04,0,0.07,0.71 +2872,Godzilla: Destroy All Monsters Melee,GC,2002,Fighting,Atari,0.55,0.14,0,0.02,0.71 +2873,Jeremy McGrath Supercross 2000,PS,2000,Racing,Acclaim Entertainment,0.4,0.27,0,0.05,0.71 +2874,Conker: Live And Reloaded,XB,2005,Adventure,Microsoft Game Studios,0.49,0.2,0,0.02,0.71 +2875,Silent Hill 3,PS2,2003,Action,Konami Digital Entertainment,0.35,0.27,0,0.09,0.71 +2876,Madden NFL 09,PSP,2008,Sports,Electronic Arts,0.65,0,0,0.06,0.71 +2877,Final Fantasy X/X-2 HD Remaster,PS4,2015,Role-Playing,Square Enix,0.29,0.25,0.06,0.11,0.71 +2878,Yu-Gi-Oh! The Falsebound Kingdom,GC,2002,Strategy,Konami Digital Entertainment,0.49,0.13,0.07,0.02,0.71 +2879,LEGO Rock Band,Wii,2009,Misc,Warner Bros. Interactive Entertainment,0.42,0.22,0,0.07,0.71 +2880,MLB 10: The Show,PS3,2010,Sports,Sony Computer Entertainment,0.66,0,0,0.05,0.71 +2881,Spyro: Enter the Dragonfly,GC,2002,Platform,Universal Interactive,0.55,0.14,0,0.02,0.71 +2882,Scooby-Doo 2: Monsters Unleashed,GBA,2004,Action,THQ,0.51,0.19,0,0.01,0.71 +2883,Power Rangers: Dino Thunder,PS2,2004,Action,THQ,0.35,0.27,0,0.09,0.71 +2884,Rhythm Heaven: The Best+,3DS,2015,Misc,Nintendo,0,0,0.71,0,0.71 +2885,LEGO Racers,N64,1999,Racing,LEGO Media,0.51,0.18,0,0.01,0.71 +2886,WWF Attitude,N64,1999,Fighting,Acclaim Entertainment,0.57,0.13,0,0.01,0.71 +2887,Blast Corps,N64,1997,Action,Nintendo,0.39,0.09,0.17,0.06,0.71 +2888,LEGO Harry Potter: Years 1-4,PSP,2010,Action,Warner Bros. Interactive Entertainment,0.14,0.37,0,0.19,0.71 +2889,Tactics Ogre: Let Us Cling Together,SNES,1995,Role-Playing,Quest,0,0,0.71,0,0.71 +2890,"WarioWare, Inc.: Mega Party Game$",GC,2003,Puzzle,Nintendo,0.2,0.05,0.44,0.02,0.71 +2891,Football Manager 2014,PC,2013,Sports,Sega,0,0.6,0,0.1,0.71 +2892,Battle Arena Toshinden 2,PS,1995,Fighting,Sony Computer Entertainment,0.15,0.1,0.41,0.05,0.71 +2893,WWE SmackDown vs. Raw 2011,PSP,2010,Fighting,THQ,0.22,0.31,0,0.17,0.71 +2894,Jeopardy!,PS,1997,Misc,Hasbro Interactive,0.39,0.27,0,0.05,0.71 +2895,South Park,PS,1998,Shooter,Acclaim Entertainment,0.39,0.27,0,0.05,0.71 +2896,Metal Gear Solid V: The Phantom Pain,XOne,2015,Action,Konami Digital Entertainment,0.37,0.26,0.01,0.06,0.71 +2897,Two Worlds,X360,2007,Role-Playing,SouthPeak Games,0.41,0.23,0,0.07,0.71 +2898,Doom 3: Resurrection of Evil,XB,2005,Shooter,Activision,0.53,0.15,0,0.03,0.71 +2899,NCAA Football 09,X360,2008,Sports,Electronic Arts,0.65,0,0,0.05,0.71 +2900,NBA Live 09,X360,2008,Sports,Electronic Arts,0.5,0.14,0,0.07,0.71 +2901,Ratchet & Clank: Into the Nexus,PS3,2013,Shooter,Sony Computer Entertainment,0.3,0.29,0,0.11,0.71 +2902,Spider-Man 2,PSP,2005,Action,Activision,0.35,0.21,0,0.14,0.71 +2903,2014 FIFA World Cup Brazil,PS3,2014,Sports,Electronic Arts,0.15,0.39,0.01,0.16,0.71 +2904,London 2012: The Official Video Game of the Olympic Games,PS3,2012,Sports,Sega,0.06,0.5,0,0.15,0.7 +2905,NHL 12,X360,2011,Sports,Electronic Arts,0.55,0.1,0,0.05,0.7 +2906,Tony Hawk's Underground,GC,2003,Sports,Activision,0.54,0.14,0,0.02,0.7 +2907,Infinite Undiscovery,X360,2008,Role-Playing,Square Enix,0.34,0.18,0.12,0.06,0.7 +2908,Super Bomberman 3,SNES,1994,Puzzle,Hudson Soft,0,0,0.7,0,0.7 +2909,Command & Conquer: Red Alert Retaliation,PS,1998,Strategy,Virgin Interactive,0.39,0.27,0,0.05,0.7 +2910,The Sims 2: Apartment Pets,DS,2008,Simulation,Electronic Arts,0.32,0.31,0,0.07,0.7 +2911,Star Wars: Obi-Wan,XB,2001,Action,Activision,0.52,0.16,0,0.02,0.7 +2912,NCAA Football 08,X360,2007,Sports,Electronic Arts,0.65,0,0,0.05,0.7 +2913,Kill.Switch,PS2,2003,Shooter,Sony Computer Entertainment,0.34,0.27,0,0.09,0.7 +2914,Lalaloopsy,DS,2011,Simulation,Activision,0.54,0.1,0,0.06,0.7 +2915,Madden NFL 2005,GC,2004,Sports,Electronic Arts,0.54,0.14,0,0.02,0.7 +2916,F-14 Tomcat,GBA,2001,Action,Majesco Entertainment,0.5,0.19,0,0.01,0.7 +2917,SplashDown,PS2,2001,Racing,Atari,0.34,0.27,0,0.09,0.7 +2918,NCAA Football 98,PS,1997,Sports,Electronic Arts,0.39,0.27,0,0.05,0.7 +2919,Jade Empire,XB,2005,Role-Playing,Microsoft Game Studios,0.48,0.19,0,0.03,0.7 +2920,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",PS3,2009,Shooter,Activision,0.28,0.3,0,0.12,0.7 +2921,The Sims 3,DS,2010,Simulation,Electronic Arts,0.39,0.25,0,0.06,0.7 +2922,Skylanders: Trap Team,WiiU,2014,Action,Activision,0.39,0.25,0,0.06,0.7 +2923,Prince of Persia: The Forgotten Sands,PS3,2010,Action,Ubisoft,0.19,0.36,0.01,0.13,0.7 +2924,Chocobo's Dungeon 2,PS,1998,Role-Playing,SquareSoft,0.04,0.03,0.58,0.05,0.7 +2925,Advance Wars,GBA,2001,Strategy,Nintendo,0.5,0.19,0,0.01,0.7 +2926,Hannah Montana: The Movie,DS,2009,Adventure,Disney Interactive Studios,0.38,0.25,0,0.07,0.7 +2927,World of Zoo,DS,2009,Simulation,THQ,0.43,0.2,0,0.06,0.7 +2928,Ape Escape: On the Loose,PSP,2005,Platform,Sony Computer Entertainment,0.52,0.01,0.12,0.05,0.7 +2929,NASCAR 2001,PS2,2000,Racing,Electronic Arts,0.34,0.27,0,0.09,0.7 +2930,IL-2 Sturmovik: Birds of Prey,PS3,2009,Simulation,505 Games,0.34,0.26,0,0.1,0.7 +2931,Book of Spells,PS3,2012,Action,Sony Computer Entertainment,0.13,0.4,0,0.16,0.7 +2932,NCAA Football 2001,PS,2000,Sports,Electronic Arts,0.39,0.26,0,0.05,0.7 +2933,Mafia,PS2,2004,Action,Illusion Softworks,0.34,0.27,0,0.09,0.7 +2934,Mobile Suit Gundam: Journey to Jaburo,PS2,2000,Simulation,Namco Bandai Games,0.16,0.13,0.36,0.04,0.7 +2935,Metal Gear Solid V: The Phantom Pain,PS3,2015,Action,Konami Digital Entertainment,0.21,0.18,0.22,0.08,0.7 +2936,TimeSplitters 2,PS2,2002,Shooter,Eidos Interactive,0.34,0.27,0,0.09,0.7 +2937,MotionSports,X360,2010,Sports,Ubisoft,0.38,0.26,0,0.06,0.7 +2938,MLB 08: The Show,PS3,2008,Sports,Sony Computer Entertainment,0.64,0,0,0.05,0.7 +2939,Classic NES Series: Zelda II: The Adventure of Link,GBA,2004,Adventure,Nintendo,0.37,0.14,0.17,0.01,0.7 +2940,Fire Emblem: Monsh? no Nazo,SNES,1994,Role-Playing,Nintendo,0,0,0.7,0,0.7 +2941,Disney's Chicken Little,GBA,2005,Platform,Disney Interactive Studios,0.5,0.18,0,0.01,0.7 +2942,King Kong,2600,1981,Action,Tigervision,0.65,0.04,0,0.01,0.69 +2943,WWE 2K15,X360,2014,Sports,Take-Two Interactive,0.38,0.26,0,0.06,0.69 +2944,The LEGO Movie Videogame,3DS,2014,Action,Warner Bros. Interactive Entertainment,0.28,0.31,0.05,0.05,0.69 +2945,X-Men Origins: Wolverine - Uncaged Edition,X360,2009,Action,Activision,0.42,0.21,0,0.06,0.69 +2946,Metal Gear Solid: Portable Ops Plus,PSP,2007,Action,Konami Digital Entertainment,0.26,0.01,0.26,0.17,0.69 +2947,Disney Tangled,Wii,2010,Action,Disney Interactive Studios,0.47,0.17,0,0.05,0.69 +2948,Shrek the Third,X360,2007,Action,Activision,0.54,0.1,0,0.06,0.69 +2949,Test Drive Unlimited 2,X360,N/A,Racing,Atari,0.3,0.32,0,0.07,0.69 +2950,Moto Racer 2,PS,1997,Racing,Electronic Arts,0.39,0.26,0,0.05,0.69 +2951,Halo 2 Multiplayer Map Pack,XB,2005,Shooter,Microsoft Game Studios,0.54,0.13,0,0.02,0.69 +2952,Minecraft: Story Mode,PS3,2015,Adventure,Mojang,0.25,0.33,0,0.11,0.69 +2953,Mortal Kombat: Shaolin Monks,PS2,2005,Action,Midway Games,0.58,0.02,0,0.09,0.69 +2954,MX vs. ATV Unleashed: On the Edge,PSP,2006,Racing,THQ,0.64,0,0,0.05,0.69 +2955,Skylanders: Trap Team,PS3,2014,Action,Activision,0.24,0.33,0,0.12,0.69 +2956,Mario Pinball Land,GBA,2004,Misc,Nintendo,0.5,0.18,0,0.01,0.69 +2957,Mappy,NES,1984,Platform,Namco Bandai Games,0,0,0.69,0,0.69 +2958,J-League Soccer: Prime Goal,SNES,1993,Sports,Namco Bandai Games,0,0,0.69,0,0.69 +2959,Dragon Ball Z: Budokai,GC,2003,Fighting,Atari,0.53,0.14,0,0.02,0.69 +2960,NFL Xtreme,PS,1998,Sports,Sony Computer Entertainment,0.38,0.26,0,0.05,0.69 +2961,The Sly Collection,PS3,2010,Platform,Sony Computer Entertainment,0.52,0.09,0.01,0.07,0.69 +2962,One Piece: Pirate Warriors 2,PS3,2013,Action,Namco Bandai Games,0,0.2,0.42,0.07,0.69 +2963,Assassin's Creed IV: Black Flag,PC,2013,Action,Ubisoft,0.22,0.38,0,0.1,0.69 +2964,Harry Potter and the Chamber of Secrets,GC,2002,Action,Electronic Arts,0.53,0.14,0,0.02,0.69 +2965,Need for Speed: Shift 2 Unleashed,PS3,2011,Racing,Electronic Arts,0.2,0.36,0,0.13,0.69 +2966,The Lord of the Rings: The Return of the King,GC,2003,Action,Electronic Arts,0.53,0.14,0,0.02,0.69 +2967,Nintendo Presents: New Style Boutique 2 - Fashion Forward,3DS,2015,Misc,Nintendo,0.01,0.61,0.02,0.04,0.69 +2968,MX vs. ATV Untamed,X360,2007,Racing,THQ,0.55,0.08,0,0.06,0.69 +2969,The Last Remnant,X360,2008,Role-Playing,Square Enix,0.25,0.2,0.18,0.06,0.69 +2970,Frozen: Olaf's Quest,DS,2013,Platform,Disney Interactive Studios,0.28,0.35,0,0.06,0.69 +2971,The Sims: Medieval,PC,2011,Simulation,Electronic Arts,0.27,0.32,0,0.1,0.69 +2972,Baldur's Gate: Dark Alliance II,PS2,2004,Role-Playing,Interplay,0.34,0.26,0,0.09,0.68 +2973,Shark Tale,GBA,2004,Action,Activision,0.49,0.18,0,0.01,0.68 +2974,Plants vs. Zombies: Garden Warfare,XOne,2014,Shooter,Electronic Arts,0.39,0.23,0,0.06,0.68 +2975,Kirby's Dream Collection: Special Edition,Wii,2012,Action,Nintendo,0.34,0,0.33,0.02,0.68 +2976,Bakugan: Battle Brawlers,Wii,2009,Action,Activision,0.6,0.03,0,0.05,0.68 +2977,Star Wars: Masters of Teras Kasi,PS,1997,Action,LucasArts,0.38,0.26,0,0.04,0.68 +2978,The Last Story,Wii,2011,Role-Playing,Nintendo,0.32,0.13,0.18,0.04,0.68 +2979,NBA Street Vol. 2,XB,2003,Sports,Electronic Arts,0.62,0.04,0,0.02,0.68 +2980,Iron Man,PS3,2008,Action,Sega,0.32,0.25,0,0.11,0.68 +2981,Disney Infinity 3.0,PS4,2015,Action,Disney Interactive Studios,0.21,0.36,0,0.11,0.68 +2982,Spider-Man 3,PS3,2007,Platform,Activision,0.26,0.29,0.02,0.12,0.68 +2983,NCAA Football 2005,XB,2004,Sports,Electronic Arts,0.63,0.02,0,0.03,0.68 +2984,Mortal Kombat Mythologies: Sub-Zero,PS,1997,Fighting,GT Interactive,0.38,0.26,0,0.04,0.68 +2985,Rayman Legends,WiiU,2013,Platform,Ubisoft,0.26,0.33,0.03,0.06,0.68 +2986,Naruto: Clash of Ninja,GC,2003,Fighting,Tomy Corporation,0.53,0.14,0,0.02,0.68 +2987,Prince of Persia: The Two Thrones,PS2,2005,Action,Ubisoft,0.57,0.02,0,0.09,0.68 +2988,Hot Shots Golf: Open Tee 2,PSP,2007,Sports,Sony Computer Entertainment,0.21,0.11,0.28,0.08,0.68 +2989,Metro: Last Light,PS4,2014,Action,Deep Silver,0.22,0.3,0.04,0.12,0.68 +2990,Fossil Fighters: Champions,DS,2010,Role-Playing,Nintendo,0.32,0,0.34,0.02,0.68 +2991,Mercenaries: Playground of Destruction,XB,2005,Action,LucasArts,0.54,0.11,0,0.03,0.68 +2992,Sniper Elite 3,PS4,2014,Shooter,505 Games,0.22,0.33,0,0.13,0.68 +2993,Doom (2016),XOne,2016,Shooter,Bethesda Softworks,0.39,0.23,0,0.06,0.68 +2994,Bushido Blade 2,PS,1998,Fighting,SquareSoft,0.25,0.17,0.22,0.04,0.68 +2995,Suikoden II,PS,1998,Role-Playing,Konami Digital Entertainment,0.15,0.1,0.38,0.04,0.68 +2996,Need for Speed (2015),XOne,2015,Racing,Electronic Arts,0.3,0.33,0,0.06,0.68 +2997,Cars: Mater-National Championship,DS,2007,Racing,THQ,0.63,0.01,0,0.05,0.68 +2998,FIFA Soccer 06,XB,2005,Sports,Electronic Arts,0.29,0.38,0,0.01,0.68 +2999,Hidden Objects: Mystery Stories,DS,2009,Adventure,GSP,0.19,0.43,0,0.05,0.68 +3000,Red Steel,Wii,2006,Shooter,Ubisoft,0.55,0.04,0.04,0.05,0.68 +3001,Fight Night 2004,XB,2004,Fighting,Electronic Arts,0.51,0.15,0,0.02,0.68 +3002,Tourist Trophy: The Real Riding Simulator,PS2,2006,Racing,Sony Computer Entertainment,0.28,0.22,0.11,0.07,0.68 +3003,Mass Effect,PC,2008,Role-Playing,Electronic Arts,0,0.59,0,0.09,0.68 +3004,.hack//Mutation Part 2,PS2,2002,Role-Playing,Atari,0.23,0.18,0.2,0.06,0.68 +3005,Country Dance,Wii,2011,Misc,Funbox Media,0.59,0.04,0,0.04,0.68 +3006,Turok,PS3,2008,Action,Touchstone,0.35,0.22,0.01,0.1,0.68 +3007,Midway Arcade Treasures 2,PS2,2004,Misc,Midway Games,0.33,0.26,0,0.09,0.68 +3008,100 Classic Books,DS,2008,Misc,Nintendo,0.13,0.52,0,0.02,0.67 +3009,Unreal Tournament III,PS3,2007,Shooter,Midway Games,0.33,0.24,0,0.11,0.67 +3010,Final Fantasy Crystal Chronicles: Ring of Fates,DS,2007,Role-Playing,Square Enix,0.22,0.01,0.42,0.02,0.67 +3011,Return to Castle Wolfenstein: Tides of War,XB,2003,Shooter,Activision,0.49,0.16,0,0.02,0.67 +3012,Need for Speed Rivals,XOne,2013,Racing,Electronic Arts,0.45,0.17,0,0.05,0.67 +3013,Lollipop Chainsaw,PS3,2012,Action,Warner Bros. Interactive Entertainment,0.26,0.21,0.11,0.09,0.67 +3014,The Darkness,PS3,2007,Shooter,Take-Two Interactive,0.2,0.34,0,0.13,0.67 +3015,Street Sk8er,PS,1998,Sports,Electronic Arts,0.37,0.25,0,0.04,0.67 +3016,Club Penguin: Elite Penguin Force - Herbert's Revenge,DS,2010,Adventure,Disney Interactive Studios,0.4,0.22,0,0.06,0.67 +3017,Contra: Legacy of War,PS,1996,Shooter,Konami Digital Entertainment,0.37,0.25,0,0.04,0.67 +3018,Blazing Angels: Squadrons of WWII,PS3,2006,Simulation,Ubisoft,0.35,0.22,0,0.1,0.67 +3019,Fight Night Round 2004,XB,2004,Fighting,Electronic Arts,0.46,0.18,0,0.03,0.67 +3020,Wolfenstein: The New Order,XOne,2014,Shooter,Bethesda Softworks,0.33,0.28,0,0.06,0.67 +3021,The Biggest Loser: Challenge,Wii,2010,Sports,THQ,0.49,0.13,0,0.05,0.67 +3022,Zaidan Houjin Nippon Kanji Nouryoko Kentei Kyoukai Kounin: KanKen DS,DS,2006,Misc,Rocket Company,0,0,0.67,0,0.67 +3023,Spice World,PS,1998,Action,Sony Computer Entertainment,0.37,0.25,0,0.04,0.67 +3024,Star Wars: Republic Commando,XB,2005,Shooter,Activision,0.48,0.17,0,0.02,0.67 +3025,Armored Core 3,PS2,2002,Simulation,Metro 3D,0.22,0.17,0.23,0.06,0.67 +3026,Need For Speed: Undercover,Wii,2008,Racing,Electronic Arts,0.27,0.32,0,0.07,0.67 +3027,Taiko no Tatsujin Wii,Wii,2008,Misc,Namco Bandai Games,0,0,0.67,0,0.67 +3028,The Witcher 3: Wild Hunt,PC,2015,Role-Playing,Namco Bandai Games,0.2,0.42,0,0.05,0.67 +3029,Virtua Tennis: World Tour (US & Others sales),PSP,2005,Sports,Sega,0.16,0.36,0,0.14,0.67 +3030,The LEGO Movie Videogame,PS4,2014,Action,Warner Bros. Interactive Entertainment,0.24,0.31,0.01,0.11,0.67 +3031,Ratatouille,PSP,2007,Action,THQ,0.22,0.28,0,0.16,0.67 +3032,RIFT,PC,2011,Role-Playing,Unknown,0.44,0.16,0,0.07,0.67 +3033,Wild ARMs 2,PS,1999,Role-Playing,Sony Computer Entertainment,0.19,0.13,0.31,0.04,0.67 +3034,Summer Sports: Paradise Island (Others sales),Wii,2008,Sports,Ubisoft,0,0.66,0,0.01,0.67 +3035,Castlevania: Lords of Shadow,X360,2010,Action,Konami Digital Entertainment,0.42,0.18,0.01,0.05,0.67 +3036,BioShock Infinite,PC,2013,Shooter,Take-Two Interactive,0.28,0.3,0,0.08,0.67 +3037,Minecraft: Story Mode,PS4,2015,Adventure,Mojang,0.23,0.33,0,0.11,0.67 +3038,TV Show King Party,Wii,2008,Puzzle,Ubisoft,0.18,0.41,0,0.08,0.67 +3039,Crafting Mama,DS,2010,Simulation,505 Games,0.4,0.21,0.01,0.05,0.67 +3040,007: Quantum of Solace,Wii,2008,Action,Activision,0.3,0.29,0.01,0.07,0.67 +3041,Rock Band 3,Wii,2010,Misc,MTV Games,0.56,0.06,0,0.05,0.67 +3042,Command & Conquer: Red Alert 3,PC,2008,Strategy,Electronic Arts,0.01,0.64,0,0.02,0.67 +3043,The Fairly Odd Parents: Breakin Da Rules,PS2,2003,Platform,THQ,0.33,0.25,0,0.09,0.67 +3044,WWE SmackDown vs. RAW 2007,PSP,2006,Fighting,THQ,0.33,0.2,0,0.14,0.67 +3045,Peppa Pig: Fun and Games,DS,2010,Misc,Ubisoft,0,0.58,0,0.09,0.67 +3046,Adventures of Tron,2600,1981,Action,Mattel Interactive,0.63,0.03,0,0.01,0.67 +3047,Phoenix Wright: Ace Attorney - Trials and Tribulations,DS,2007,Adventure,Capcom,0.33,0.05,0.25,0.04,0.67 +3048,NHL 13,X360,2012,Sports,Electronic Arts,0.51,0.11,0,0.05,0.67 +3049,Borderlands: The Pre-Sequel,PS3,2014,Shooter,Take-Two Interactive,0.25,0.26,0.05,0.11,0.67 +3050,The Sims 3: High-End Loft Stuff,PC,2010,Simulation,Electronic Arts,0.01,0.53,0,0.12,0.67 +3051,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",GBA,N/A,Action,Disney Interactive Studios,0.48,0.18,0,0.01,0.67 +3052,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 200 Mannin no KanKen: Tokoton Kanji Nou,DS,2006,Misc,IE Institute,0,0,0.66,0,0.66 +3053,Pro Pinball: Big Race USA,PS,1999,Simulation,Take-Two Interactive,0.37,0.25,0,0.04,0.66 +3054,NFL Street,XB,2004,Sports,Electronic Arts,0.49,0.15,0,0.02,0.66 +3055,Shaun White Snowboarding,PS3,2008,Sports,Ubisoft,0.31,0.24,0.01,0.1,0.66 +3056,The LEGO Movie Videogame,WiiU,2014,Action,Warner Bros. Interactive Entertainment,0.35,0.23,0.03,0.06,0.66 +3057,Tony Hawk's Proving Ground,PS2,2007,Sports,Activision,0.55,0.02,0,0.09,0.66 +3058,MLB 2004,PS2,2003,Sports,Sony Computer Entertainment,0.32,0.25,0,0.08,0.66 +3059,Naruto Shippuden: Ultimate Ninja 4,PS2,2007,Fighting,Atari,0.26,0.01,0.13,0.26,0.66 +3060,Tiger Woods PGA Tour 2000,PS,1998,Sports,Electronic Arts,0.37,0.25,0,0.04,0.66 +3061,Darkstone,PS,2001,Role-Playing,Electronic Arts,0.37,0.25,0,0.04,0.66 +3062,NCAA March Madness 2003,PS2,2002,Sports,Electronic Arts,0.32,0.25,0,0.08,0.66 +3063,Finding Nemo,XB,2003,Action,THQ,0.48,0.16,0,0.02,0.66 +3064,Thrillville,PS2,2006,Strategy,Atari,0.55,0.02,0,0.09,0.66 +3065,NHL 10,X360,2009,Sports,Electronic Arts,0.51,0.1,0,0.06,0.66 +3066,Jikkyou World Soccer 2000 Final Edition,PS2,2000,Sports,Konami Digital Entertainment,0,0,0.66,0,0.66 +3067,Madagascar,GC,2005,Platform,Activision,0.52,0.13,0,0.02,0.66 +3068,Puzzler Brain Games,Wii,2012,Puzzle,Namco Bandai Games,0,0,0.66,0,0.66 +3069,Dragon Quest Monsters: Caravan Heart,GBA,2003,Role-Playing,Enix Corporation,0,0,0.64,0.02,0.66 +3070,Strawberry Shortcake: Summertime Adventure,GBA,2004,Adventure,Majesco Entertainment,0.47,0.18,0,0.01,0.66 +3071,Rayman Legends,PS3,2013,Platform,Ubisoft,0.14,0.38,0,0.14,0.66 +3072,Rocksmith 2014,PC,2013,Misc,Ubisoft,0.35,0.24,0,0.07,0.66 +3073,Street Fighter Anniversary Collection,PS2,2004,Fighting,Capcom,0.32,0.25,0,0.08,0.66 +3074,Legend of Legaia,PS,1998,Role-Playing,Sony Computer Entertainment,0.37,0.25,0,0.04,0.66 +3075,Napoleon: Total War,PC,2010,Strategy,Sega,0.02,0.52,0,0.12,0.66 +3076,Fist of the North Star: Ken's Rage,PS3,2010,Action,Ubisoft Annecy,0.06,0.03,0.55,0.02,0.66 +3077,Wario: Master of Disguise,DS,2007,Platform,Nintendo,0.28,0.02,0.33,0.03,0.66 +3078,Toy Story 3: The Video Game,PSP,2010,Action,Disney Interactive Studios,0.27,0.25,0,0.14,0.66 +3079,The Sims: Bustin' Out,GC,2003,Simulation,Electronic Arts,0.43,0.2,0,0.03,0.66 +3080,Tiger Woods PGA Tour 09,PS3,2008,Sports,Electronic Arts,0.34,0.22,0,0.1,0.66 +3081,Keystone Kapers,2600,1982,Action,Activision,0.62,0.04,0,0.01,0.66 +3082,LEGO Marvel Super Heroes,PSV,2013,Action,Warner Bros. Interactive Entertainment,0.15,0.35,0,0.16,0.66 +3083,New Play Control! Pikmin,Wii,2008,Strategy,Nintendo,0.29,0.14,0.19,0.04,0.66 +3084,Shrek: Hassle at the Castle,GBA,2002,Action,TDK Mediactive,0.47,0.17,0,0.01,0.66 +3085,Suikoden IV,PS2,2004,Role-Playing,Konami Digital Entertainment,0.17,0.13,0.3,0.05,0.66 +3086,Gods Eater Burst,PSP,2010,Action,Namco Bandai Games,0.03,0,0.62,0,0.66 +3087,Disney's Kim Possible 2: Drakken's Demise,GBA,2004,Platform,Disney Interactive Studios,0.47,0.17,0,0.01,0.66 +3088,Um Jammer Lammy,PS,1998,Misc,Sony Computer Entertainment,0.12,0.08,0.41,0.04,0.66 +3089,Brothers In Arms: Road to Hill 30,XB,2005,Shooter,Ubisoft,0.49,0.14,0,0.02,0.66 +3090,Madden NFL 10,PSP,2009,Sports,Electronic Arts,0.5,0.08,0,0.08,0.66 +3091,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",PSP,2007,Action,Activision,0.23,0.27,0,0.16,0.66 +3092,Taiko no Tatsujin DS: Touch de Dokodon!,DS,2007,Misc,Namco Bandai Games,0,0,0.66,0,0.66 +3093,F1 2015,PS4,2015,Racing,Codemasters,0.09,0.44,0.03,0.09,0.66 +3094,Scene It? Box Office Smash,X360,2008,Misc,Microsoft Game Studios,0.33,0.25,0,0.07,0.66 +3095,Animaniacs Ten Pin Alley,PS,1998,Sports,ASC Games,0.36,0.25,0,0.04,0.66 +3096,Disney Infinity 2.0: Marvel Super Heroes,WiiU,2014,Action,Disney Interactive Studios,0.38,0.22,0,0.06,0.65 +3097,NHL 13,PS3,2012,Sports,Electronic Arts,0.33,0.22,0,0.1,0.65 +3098,Kung Fu Panda,PS2,2008,Action,Activision,0.24,0,0,0.41,0.65 +3099,Tom Clancy's EndWar,PS3,2008,Strategy,Ubisoft,0.32,0.22,0.01,0.1,0.65 +3100,The Evil Within,XOne,2014,Action,Bethesda Softworks,0.35,0.25,0,0.05,0.65 +3101,Tiger Woods PGA Tour 09,X360,2008,Sports,Electronic Arts,0.35,0.23,0,0.07,0.65 +3102,Radiata Stories,PS2,2005,Role-Playing,Square Enix,0.18,0.14,0.29,0.05,0.65 +3103,F-Zero GX,GC,2003,Racing,Nintendo,0.41,0.11,0.12,0.02,0.65 +3104,Disney's Chicken Little,PS2,2005,Platform,Disney Interactive Studios,0.32,0.25,0,0.08,0.65 +3105,Wall-E,PSP,2008,Platform,THQ,0.29,0.22,0,0.14,0.65 +3106,Yoshi Topsy-Turvy,GBA,2004,Platform,Nintendo,0.25,0.09,0.3,0.01,0.65 +3107,Up,DS,2009,Action,THQ,0.31,0.28,0,0.07,0.65 +3108,Monster Jam: Maximum Destruction,PS2,2002,Racing,Ubisoft,0.32,0.25,0,0.08,0.65 +3109,Real Heroes: Firefighter,Wii,2009,Action,Rondomedia,0.56,0.04,0,0.05,0.65 +3110,Cartoon Network Block Party / Cartoon Network Speedway Double Pack,GBA,2005,Misc,THQ,0.47,0.17,0,0.01,0.65 +3111,World of Dragon Warrior - Torneko: The Last Hope,PS,1999,Role-Playing,Enix Corporation,0.02,0.01,0.58,0.04,0.65 +3112,Drawn to Life: The Next Chapter,DS,2009,Puzzle,THQ,0.45,0.14,0,0.06,0.65 +3113,MLB 14: The Show,PS4,2014,Sports,Sony Computer Entertainment America,0.58,0,0,0.07,0.65 +3114,Tiger Woods PGA Tour 10,X360,2009,Sports,Electronic Arts,0.39,0.2,0,0.06,0.65 +3115,Advance Wars 2: Black Hole Rising,GBA,2003,Strategy,Nintendo,0.47,0.17,0,0.01,0.65 +3116,Fire Emblem: Shadow Dragon,DS,2008,Role-Playing,Nintendo,0.31,0.03,0.27,0.03,0.65 +3117,Centipede,PS,1998,Shooter,Atari,0.36,0.25,0,0.04,0.65 +3118,Drakengard,PS2,2003,Role-Playing,Square Enix,0.19,0.15,0.26,0.05,0.65 +3119,SingStar Pop Hits,PS2,2007,Misc,Sony Computer Entertainment,0,0.5,0,0.15,0.65 +3120,Kung-Fu Master,2600,1987,Action,Activision,0.6,0.04,0,0.01,0.65 +3121,Champions: Return to Arms,PS2,2005,Role-Playing,Sony Online Entertainment,0.32,0.25,0,0.08,0.65 +3122,Harry Potter and the Goblet of Fire,PS2,2005,Action,Electronic Arts,0.54,0.02,0,0.09,0.65 +3123,SingStar R&B,PS2,2007,Misc,Sony Computer Entertainment,0,0.05,0,0.6,0.65 +3124,Mary-Kate and Ashley: Magical Mystery Mall,PS,2000,Adventure,Acclaim Entertainment,0.36,0.24,0,0.04,0.65 +3125,MX vs. ATV Untamed,PSP,2007,Racing,THQ,0.35,0.18,0,0.12,0.65 +3126,Disney Sing It: Party Hits,Wii,2010,Misc,Disney Interactive Studios,0.5,0.11,0,0.05,0.65 +3127,Dead or Alive 5,PS3,2012,Fighting,Tecmo Koei,0.23,0.15,0.2,0.07,0.65 +3128,Star Ocean: First Departure,PSP,2007,Role-Playing,Square Enix,0.2,0.14,0.22,0.09,0.65 +3129,Super Robot Taisen Impact,PS2,2002,Strategy,Banpresto,0,0,0.65,0,0.65 +3130,Dragon Age: Inquisition,PS3,2014,Role-Playing,Electronic Arts,0.26,0.23,0.05,0.1,0.65 +3131,The Black Eyed Peas Experience,Wii,2011,Misc,Ubisoft,0.39,0.2,0,0.06,0.65 +3132,Meccha! Taiko no Tatsujin Master DS: 7-tsu no Shima no Daibouken,DS,2008,Misc,Namco Bandai Games,0,0,0.65,0,0.65 +3133,Sengoku Basara: Samurai Heroes,PS3,2010,Action,Capcom,0.17,0.04,0.4,0.03,0.65 +3134,Crysis 3,PC,2013,Shooter,Electronic Arts,0.17,0.39,0,0.09,0.64 +3135,Paws & Claws: Pet Vet,DS,2007,Simulation,THQ,0.6,0,0,0.05,0.64 +3136,Harry Potter and the Half-Blood Prince,PS2,2009,Action,Electronic Arts,0.13,0.07,0,0.44,0.64 +3137,Crash Bandicoot Purple: Ripto's Rampage,GBA,2004,Platform,Vivendi Games,0.46,0.17,0,0.01,0.64 +3138,Diablo III,XOne,2014,Role-Playing,Activision,0.35,0.24,0,0.05,0.64 +3139,Spyro: A Hero's Tail,PS2,2004,Platform,Vivendi Games,0.32,0.25,0,0.08,0.64 +3140,Crash of the Titans,PSP,2007,Action,Vivendi Games,0.25,0.25,0,0.15,0.64 +3141,Aliens: Colonial Marines,PS3,2013,Shooter,Sega,0.2,0.31,0,0.13,0.64 +3142,Crash: Twinsanity,PS2,2004,Platform,Vivendi Games,0.32,0.25,0,0.08,0.64 +3143,Test Drive Unlimited 2,PS3,N/A,Racing,Atari,0.16,0.35,0.01,0.12,0.64 +3144,Max Payne 2: The Fall of Max Payne,XB,2003,Shooter,Take-Two Interactive,0.47,0.15,0,0.02,0.64 +3145,Dragon Ball: Raging Blast 2,X360,2010,Fighting,Namco Bandai Games,0.49,0.09,0.01,0.05,0.64 +3146,GoldenEye: Rogue Agent,PS2,2004,Shooter,Electronic Arts,0.54,0.02,0,0.09,0.64 +3147,NBA 2K17,XOne,2016,Sports,Take-Two Interactive,0.54,0.04,0,0.07,0.64 +3148,Lost Planet: Extreme Condition,PS3,2008,Shooter,Capcom,0.31,0.17,0.07,0.09,0.64 +3149,XCOM: Enemy Unknown,X360,2012,Strategy,Take-Two Interactive,0.36,0.23,0,0.05,0.64 +3150,Rayman 3D,3DS,2011,Platform,Ubisoft,0.23,0.35,0,0.06,0.64 +3151,LEGO Marvel's Avengers,PS4,2016,Action,Warner Bros. Interactive Entertainment,0.25,0.29,0,0.1,0.64 +3152,James Bond 007: Everything or Nothing,XB,2004,Shooter,Electronic Arts,0.43,0.19,0,0.02,0.64 +3153,X2: Wolverine's Revenge,PS2,2003,Platform,Activision,0.31,0.24,0,0.08,0.64 +3154,Stuntman: Ignition,X360,2007,Racing,THQ,0.25,0.32,0,0.07,0.64 +3155,NBA Live 06,XB,2005,Sports,Electronic Arts,0.57,0.04,0,0.03,0.64 +3156,Dragon Age II,PC,2011,Action,Electronic Arts,0.23,0.33,0,0.09,0.64 +3157,LEGO Star Wars II: The Original Trilogy,X360,2006,Action,LucasArts,0.55,0.04,0,0.05,0.64 +3158,Tom Clancy's Rainbow Six,N64,1999,Shooter,Red Storm Entertainment,0.48,0.15,0,0.01,0.64 +3159,Castlevania,N64,1999,Platform,Konami Digital Entertainment,0.44,0.1,0.04,0.05,0.64 +3160,Rayman 2: The Great Escape,N64,1999,Platform,Ubisoft,0.4,0.22,0,0.02,0.64 +3161,Nicktoons Collection: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.46,0.17,0,0.01,0.64 +3162,The Lord of the Rings: Conquest,X360,2009,Action,Electronic Arts,0.37,0.21,0,0.06,0.64 +3163,TimeSplitters 2,XB,2002,Shooter,Eidos Interactive,0.29,0.33,0,0.01,0.64 +3164,Onimusha: Dawn of Dreams,PS2,2006,Action,Capcom,0.15,0.12,0.34,0.04,0.64 +3165,NieR,PS3,2010,Role-Playing,Square Enix,0.17,0.2,0.2,0.07,0.64 +3166,The Princess and the Frog,DS,2009,Platform,Disney Interactive Studios,0.41,0.17,0,0.06,0.64 +3167,Sega Rally Revo,PS3,2007,Racing,Sega,0.07,0.43,0,0.14,0.64 +3168,SpongeBob SquarePants: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.46,0.17,0,0.01,0.64 +3169,Gravity Rush,PSV,2012,Action,Sony Computer Entertainment,0.26,0.2,0.09,0.1,0.64 +3170,Konami Collector's Series: Arcade Advanced,GBA,2002,Misc,Konami Digital Entertainment,0.46,0.17,0,0.01,0.64 +3171,White Knight Chronicles II,PS3,2010,Role-Playing,Sony Computer Entertainment,0.23,0.09,0.27,0.05,0.64 +3172,Wolfenstein,PS3,2009,Shooter,Activision,0.25,0.28,0,0.11,0.64 +3173,Jampack Volume 13 (RP-T),PS2,2005,Misc,Sony Computer Entertainment,0.31,0.24,0,0.08,0.64 +3174,LEGO Dimensions,PS4,2015,Action,Warner Bros. Interactive Entertainment,0.22,0.32,0,0.1,0.64 +3175,Start the Party!,PS3,2010,Misc,Sony Computer Entertainment,0.07,0.42,0,0.14,0.64 +3176,Cruis'n World,N64,1998,Racing,Nintendo,0.59,0.04,0,0.01,0.64 +3177,Madden NFL 2001,N64,2000,Sports,Electronic Arts,0.6,0.03,0,0.01,0.64 +3178,NBA Live 08,PS3,2007,Sports,Electronic Arts,0.56,0.02,0.01,0.05,0.64 +3179,The Walking Dead: Survival Instinct,X360,2013,Shooter,Activision,0.46,0.12,0,0.05,0.64 +3180,Donkey Kong Barrel Blast,Wii,2007,Racing,Nintendo,0.2,0.26,0.11,0.06,0.64 +3181,Okami,Wii,2008,Action,Capcom,0.45,0.1,0.04,0.05,0.64 +3182,Lemony Snicket's A Series of Unfortunate Events,PS2,2004,Platform,Activision,0.31,0.24,0,0.08,0.64 +3183,Middle-Earth: Shadow of Mordor,PS3,2014,Action,Warner Bros. Interactive Entertainment,0.2,0.33,0.01,0.1,0.64 +3184,Family Feud: 2010 Edition,Wii,2009,Misc,Ubisoft,0.59,0,0,0.04,0.64 +3185,Red Steel 2,Wii,2010,Shooter,Ubisoft,0.36,0.21,0.01,0.06,0.63 +3186,X-Men Legends II: Rise of Apocalypse,PS2,2005,Role-Playing,Activision,0.53,0.02,0,0.09,0.63 +3187,Nightmare Creatures,PS,1997,Action,Sony Computer Entertainment,0.35,0.24,0,0.04,0.63 +3188,SingStar Queen,PS2,2009,Misc,Sony Computer Entertainment,0.08,0.12,0,0.44,0.63 +3189,Just Dance 2015,X360,2014,Misc,Ubisoft,0.41,0.16,0,0.06,0.63 +3190,F1 2013,PS3,2013,Racing,Codemasters,0.01,0.45,0.03,0.15,0.63 +3191,Juiced 2: Hot Import Nights,X360,2007,Racing,THQ,0.22,0.34,0,0.07,0.63 +3192,Tony Hawk's Pro Skater 2x,XB,2001,Sports,Activision,0.41,0.19,0,0.03,0.63 +3193,Sim Theme Park,PS,1999,Strategy,Electronic Arts,0.35,0.24,0,0.04,0.63 +3194,FIFA Soccer 2003,XB,2002,Sports,Electronic Arts,0.2,0.4,0,0.04,0.63 +3195,Ghostbusters: The Video Game,X360,2009,Action,Atari,0.43,0.14,0,0.06,0.63 +3196,Monster Hunter 2,PS2,N/A,Role-Playing,Capcom,0,0,0.63,0,0.63 +3197,NASCAR 06: Total Team Control,PS2,2005,Racing,Electronic Arts,0.53,0.02,0,0.09,0.63 +3198,Tony Hawk's Project 8,PS3,2006,Sports,Activision,0.3,0.23,0.01,0.1,0.63 +3199,Dogz,GBA,2004,Simulation,Ubisoft,0.45,0.17,0,0.01,0.63 +3200,Disney Universe,PS3,2011,Action,Disney Interactive Studios,0.3,0.23,0,0.09,0.63 +3201,Guitar Hero: Metallica,PS3,2009,Misc,Activision,0.28,0.24,0,0.1,0.63 +3202,Iron Man,PSP,2008,Action,Sega,0.46,0.09,0,0.09,0.63 +3203,Taiko no Tatsujin: Chibi Dragon to Fushigi na Orb,3DS,2012,Misc,Namco Bandai Games,0,0,0.63,0,0.63 +3204,Harry Potter and the Half-Blood Prince,DS,2009,Action,Electronic Arts,0.21,0.35,0,0.07,0.63 +3205,A Bug's Life,N64,1998,Platform,Activision,0.49,0.13,0,0.01,0.63 +3206,Super Castlevania IV,SNES,1991,Platform,Konami Digital Entertainment,0.32,0.05,0.25,0.01,0.63 +3207,DJ Hero 2,Wii,2010,Misc,Activision,0.49,0.09,0,0.04,0.63 +3208,Angry Birds Trilogy,3DS,2012,Action,Activision,0.38,0.2,0,0.05,0.63 +3209,Condemned 2: Bloodshot,X360,2008,Action,Sega,0.38,0.19,0,0.06,0.63 +3210,Cabela's Big Game Hunter (2008),Wii,2007,Sports,Activision,0.58,0,0,0.05,0.63 +3211,Mobile Suit Z Gundam: AEUG vs. Titans,PS2,2003,Fighting,Namco Bandai Games,0,0,0.63,0,0.63 +3212,Just Dance 3,PS3,2011,Misc,Ubisoft,0.33,0.21,0,0.09,0.63 +3213,Call of Duty: Black Ops,DS,2010,Shooter,Activision,0.54,0.05,0,0.04,0.63 +3214,God of War III,PS4,2015,Action,Sony Computer Entertainment,0.23,0.29,0.01,0.1,0.63 +3215,Ape Escape 2,PS2,2002,Platform,Sony Computer Entertainment,0.12,0.09,0.38,0.03,0.63 +3216,Metroid Prime: Trilogy,Wii,2009,Shooter,Nintendo,0.43,0.05,0,0.14,0.63 +3217,X-Man,2600,1982,Action,Universal Gamex,0.58,0.04,0,0.01,0.63 +3218,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",X360,2009,Shooter,Activision,0.34,0.23,0,0.06,0.63 +3219,Advance Wars: Days of Ruin,DS,N/A,Strategy,Nintendo,0.44,0.13,0,0.06,0.63 +3220,The Sims 3: Generations,PC,2011,Simulation,Electronic Arts,0.4,0.23,0,0,0.63 +3221,The Crew,XOne,2014,Racing,Ubisoft,0.24,0.34,0,0.05,0.63 +3222,Battle of Giants: Dragons,DS,2009,Strategy,Ubisoft,0.31,0.25,0,0.06,0.63 +3223,Dragon Quest Monsters Joker 3,3DS,2016,Role-Playing,Square Enix,0,0,0.63,0,0.63 +3224,Sonic & All-Stars Racing Transformed,X360,2012,Racing,Sega,0.2,0.37,0,0.06,0.63 +3225,Shin Megami Tensei: Persona 3 FES,PS2,2007,Role-Playing,Tecmo Koei,0.22,0.2,0.16,0.05,0.63 +3226,FIFA Soccer 2002,PS2,2001,Sports,Electronic Arts,0.31,0.24,0,0.08,0.63 +3227,Shin Megami Tensei: Persona 3 Portable,PSP,2009,Role-Playing,Ghostlight,0.18,0.06,0.34,0.04,0.63 +3228,Final Fantasy VII International,PS,1997,Role-Playing,Square,0,0,0.59,0.04,0.63 +3229,Tiger Woods PGA Tour 12: The Masters,X360,2011,Sports,Electronic Arts,0.4,0.17,0,0.05,0.63 +3230,Okami,PS2,2006,Action,Capcom,0.11,0.03,0.15,0.34,0.63 +3231,NHL 2001,PS,2000,Sports,Electronic Arts,0.35,0.24,0,0.04,0.63 +3232,World of Zoo,Wii,2009,Simulation,THQ,0.41,0.16,0,0.05,0.63 +3233,LEGO Jurassic World,XOne,2015,Action,Warner Bros. Interactive Entertainment,0.35,0.22,0,0.06,0.63 +3234,Wet,PS3,2009,Shooter,Bethesda Softworks,0.22,0.27,0.01,0.11,0.63 +3235,MySims Racing,DS,2009,Racing,Electronic Arts,0.26,0.29,0,0.07,0.63 +3236,Buzz Lightyear of Star Command,PS,2000,Platform,Activision,0.35,0.24,0,0.04,0.63 +3237,Namco Museum,GC,2002,Misc,Namco Bandai Games,0.48,0.13,0,0.02,0.63 +3238,Nobunaga no Yabou: Haouden,SNES,1993,Strategy,Tecmo Koei,0.3,0,0.32,0,0.62 +3239,Virtua Cop,SAT,1995,Shooter,Sega,0,0,0.62,0,0.62 +3240,Metal Gear Solid 2: Substance,XB,N/A,Action,Konami Digital Entertainment,0.38,0.22,0,0.03,0.62 +3241,Tony Hawk's American Wasteland,XB,2005,Sports,Activision,0.4,0.2,0,0.03,0.62 +3242,WWF in Your House,PS,1996,Fighting,Acclaim Entertainment,0.35,0.24,0,0.04,0.62 +3243,Prince of Persia: The Forgotten Sands,X360,2010,Action,Ubisoft,0.3,0.26,0,0.06,0.62 +3244,Vanquish,PS3,2010,Shooter,Sega,0.21,0.22,0.11,0.09,0.62 +3245,Wild ARMs 3,PS2,2002,Role-Playing,Ubisoft,0.16,0.13,0.29,0.04,0.62 +3246,NBA ShootOut '97,PS,1997,Sports,Sony Computer Entertainment,0.35,0.24,0,0.04,0.62 +3247,Sacred 2: Fallen Angel,PS3,2009,Role-Playing,Deep Silver,0.22,0.23,0.08,0.09,0.62 +3248,Madden NFL 07,GC,2006,Sports,Electronic Arts,0.48,0.13,0,0.02,0.62 +3249,Far Cry 4,PC,2014,Shooter,Ubisoft,0.15,0.42,0,0.05,0.62 +3250,Battlezone,2600,1982,Shooter,Atari,0.58,0.03,0,0.01,0.62 +3251,Tiger Woods PGA Tour 2004,XB,2003,Sports,Electronic Arts,0.47,0.13,0,0.02,0.62 +3252,LEGO Pirates of the Caribbean: The Video Game,3DS,2011,Action,Disney Interactive Studios,0.29,0.28,0,0.06,0.62 +3253,Pro Evolution Soccer 2015,PS3,2014,Sports,Konami Digital Entertainment,0.1,0.23,0.22,0.08,0.62 +3254,Evolve,XOne,2015,Shooter,Take-Two Interactive,0.36,0.2,0,0.06,0.62 +3255,Tak 2: The Staff of Dreams,PS2,2004,Platform,THQ,0.3,0.24,0,0.08,0.62 +3256,Dead Island: Riptide,PS3,2013,Action,Deep Silver,0.26,0.2,0.07,0.09,0.62 +3257,Warriors Orochi 3,PS3,2011,Action,Ubisoft Annecy,0,0.04,0.57,0.01,0.62 +3258,Bolt,DS,2008,Adventure,Disney Interactive Studios,0.35,0.21,0,0.06,0.62 +3259,Viewtiful Joe,GC,2003,Action,Capcom,0.38,0.1,0.12,0.02,0.62 +3260,The Urbz: Sims in the City,GBA,2004,Simulation,Electronic Arts,0.37,0.22,0,0.03,0.62 +3261,Beetle Adventure Racing!,N64,1999,Racing,Electronic Arts,0.4,0.2,0,0.02,0.62 +3262,FIFA Soccer,PSV,2012,Sports,Electronic Arts,0.17,0.34,0.02,0.09,0.62 +3263,Disney's 102 Dalmatians: Puppies to the Rescue,PS,2000,Platform,Eidos Interactive,0.34,0.23,0,0.04,0.62 +3264,Wipeout: The Game,DS,2010,Misc,Activision,0.58,0,0,0.04,0.62 +3265,Strike Force Bowling,PS2,2004,Sports,Play It,0.3,0.24,0,0.08,0.62 +3266,SpongeBob's Atlantis SquarePantis,Wii,2007,Action,THQ,0.57,0.01,0,0.04,0.62 +3267,Metal Gear Solid V: Ground Zeroes,PS3,2014,Action,Konami Digital Entertainment,0.14,0.14,0.27,0.06,0.62 +3268,Halloween,2600,1982,Action,Wizard Video Games,0.58,0.03,0,0.01,0.62 +3269,Dragon Ball Z: Ultimate Tenkaichi,PS3,2011,Fighting,Namco Bandai Games,0.27,0.18,0.09,0.08,0.62 +3270,WWE SmackDown vs. Raw 2010,PSP,2009,Fighting,THQ,0.25,0.23,0,0.14,0.62 +3271,Bass Landing,PS,1999,Sports,ASCII Entertainment,0.21,0.14,0.23,0.04,0.62 +3272,XGRA: Extreme G-Racing Association,PS2,2004,Racing,Eidos Interactive,0.3,0.24,0,0.08,0.62 +3273,Mario's Picross,GB,1995,Puzzle,Nintendo,0,0,0.62,0,0.62 +3274,Pac-Man Player's Choice Bundle,GC,2003,Misc,Namco Bandai Games,0.48,0.12,0,0.02,0.62 +3275,Rocksmith 2014,PS4,2014,Misc,Ubisoft,0.34,0.17,0,0.11,0.62 +3276,Fighters MEGAMiX,SAT,1996,Fighting,Sega,0,0,0.62,0,0.62 +3277,Bahamut Lagoon,SNES,1996,Role-Playing,SquareSoft,0,0,0.62,0,0.62 +3278,Wall-E,X360,2008,Platform,THQ,0.29,0.26,0,0.07,0.62 +3279,Tomb Raider III: Adventures of Lara Croft,PC,1998,Action,Eidos Interactive,0.59,0.03,0,0,0.62 +3280,Toshochu: Run for Money,3DS,2012,Adventure,Namco Bandai Games,0,0,0.62,0,0.62 +3281,Dragon Quest Monsters: Joker 2 Professional,DS,2011,Role-Playing,Square Enix,0,0,0.62,0,0.62 +3282,NFL Quarterback Club 99,N64,1998,Sports,Acclaim Entertainment,0.59,0.02,0,0,0.62 +3283,Super Robot Taisen α Gaiden,PS,2001,Strategy,Banpresto,0,0,0.58,0.04,0.62 +3284,Formula 1: Championship Edition,PS3,2006,Racing,Sony Computer Entertainment,0,0.57,0.04,0,0.61 +3285,Muramasa: The Demon Blade,Wii,2009,Role-Playing,Rising Star Games,0.33,0.13,0.11,0.04,0.61 +3286,NBA 2K9,PS3,2008,Sports,Take-Two Interactive,0.56,0,0,0.05,0.61 +3287,SingStar Singalong With Disney,PS2,2008,Misc,Sony Computer Entertainment,0,0.04,0,0.57,0.61 +3288,NHL 16,PS4,2015,Sports,Electronic Arts,0.35,0.15,0,0.11,0.61 +3289,Plants vs. Zombies: Garden Warfare,PS4,2014,Shooter,Electronic Arts,0.21,0.29,0.01,0.11,0.61 +3290,NFL Fever 2003,XB,2002,Sports,Microsoft Game Studios,0.46,0.13,0,0.02,0.61 +3291,Samurai Warriors 2,PS2,2006,Action,Tecmo Koei,0.02,0.02,0.57,0.01,0.61 +3292,Dynasty Warriors 8,PS3,2013,Action,Tecmo Koei,0.12,0.11,0.34,0.05,0.61 +3293,Disney Sing It: Family Hits,Wii,2010,Misc,Disney Interactive Studios,0.39,0.18,0,0.05,0.61 +3294,2 Games in 1: Sonic Battle & ChuChu Rocket!,GBA,2005,Misc,THQ,0.44,0.16,0,0.01,0.61 +3295,Robotech: Battlecry,PS2,2002,Shooter,TDK Mediactive,0.3,0.23,0,0.08,0.61 +3296,Dora the Explorer: Super Spies,GBA,2004,Platform,Gotham Games,0.44,0.16,0,0.01,0.61 +3297,New Carnival Games,Wii,2010,Misc,Take-Two Interactive,0.35,0.21,0,0.05,0.61 +3298,Tony Hawk: RIDE,X360,2009,Sports,Activision,0.46,0.1,0,0.05,0.61 +3299,Just Dance 2014,WiiU,2013,Misc,Ubisoft,0.33,0.23,0,0.05,0.61 +3300,Cooking Mama 4: Kitchen Magic!,3DS,2011,Simulation,505 Games,0.5,0.07,0,0.04,0.61 +3301,Texas Hold 'Em Poker,GBA,2004,Misc,Majesco Entertainment,0.44,0.16,0,0.01,0.61 +3302,Time Crisis 3,PS2,2003,Shooter,Namco Bandai Games,0.3,0.23,0,0.08,0.61 +3303,Cabela's Monster Buck Hunter,Wii,2010,Sports,Activision,0.58,0,0,0.03,0.61 +3304,Ganbaru Watashi no Kakei Diary,DS,2007,Misc,Nintendo,0,0,0.61,0,0.61 +3305,pro evolution soccer 2011,X360,2010,Sports,Konami Digital Entertainment,0.09,0.44,0,0.07,0.61 +3306,New Play Control! Donkey Kong Jungle Beat,Wii,2008,Platform,Nintendo,0.24,0.17,0.14,0.05,0.61 +3307,Small Soldiers,PS,1998,Platform,Electronic Arts,0.34,0.23,0,0.04,0.61 +3308,Yakuza: Dead Souls,PS3,2011,Shooter,Sega,0.09,0.07,0.42,0.03,0.61 +3309,Littlest Pet Shop: Garden,DS,2008,Simulation,Electronic Arts,0.31,0.24,0,0.06,0.61 +3310,Half-Life 2,XB,2005,Shooter,Electronic Arts,0.37,0.21,0,0.03,0.61 +3311,Duke Nukem: Total Meltdown,PS,1997,Shooter,GT Interactive,0.34,0.23,0,0.04,0.61 +3312,Pac-Man Party,Wii,2010,Misc,Namco Bandai Games,0.47,0.09,0.01,0.04,0.61 +3313,Jak and Daxter: The Lost Frontier,PSP,2009,Platform,Sony Computer Entertainment,0.18,0.27,0,0.15,0.61 +3314,Major League Baseball 2K8,X360,2008,Sports,Bethesda Softworks,0.56,0,0,0.05,0.61 +3315,SimCity DS,DS,2007,Simulation,Electronic Arts,0.33,0.03,0.21,0.03,0.61 +3316,Major League Baseball 2K9,X360,2009,Sports,Spike,0.56,0,0,0.05,0.61 +3317,Petz: Dogz Pack,DS,2008,Simulation,Ubisoft,0.56,0,0,0.05,0.61 +3318,Split/Second,X360,2010,Racing,Disney Interactive Studios,0.32,0.23,0,0.06,0.61 +3319,Final Fantasy IV Advance,GBA,2005,Role-Playing,Nintendo,0.27,0.1,0.22,0.01,0.61 +3320,Madden NFL 2003,GBA,2002,Sports,Electronic Arts,0.44,0.16,0,0.01,0.61 +3321,Tomb Raider Chronicles,PS,1999,Action,Eidos Interactive,0.34,0.23,0,0.04,0.61 +3322,Harry Potter and the Goblet of Fire,GBA,2005,Action,Electronic Arts,0.44,0.16,0,0.01,0.61 +3323,Dragon Ball Z: Buu's Fury,GBA,2004,Action,Atari,0.44,0.16,0,0.01,0.61 +3324,Madden NFL 2002,GC,2001,Sports,Electronic Arts,0.47,0.12,0,0.02,0.61 +3325,Guitar Hero: Smash Hits,Wii,2009,Misc,Activision,0.33,0.21,0,0.06,0.61 +3326,Disney TH!NK Fast: The Ultimate Trivia Showdown,Wii,2008,Misc,Disney Interactive Studios,0.37,0.16,0.01,0.06,0.61 +3327,Spider-Man: Mysterio's Menace,GBA,2001,Action,Activision,0.43,0.16,0,0.01,0.61 +3328,Madden NFL 2000,N64,1999,Sports,Electronic Arts,0.58,0.02,0,0,0.61 +3329,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",X360,2007,Action,Activision,0.51,0.05,0,0.05,0.61 +3330,Game & Watch Gallery 4,GBA,2002,Misc,Nintendo,0.43,0.16,0,0.01,0.61 +3331,Littlest Pet Shop: Jungle,DS,2008,Simulation,Electronic Arts,0.34,0.2,0,0.06,0.61 +3332,Naruto: Ultimate Ninja,PS2,2003,Fighting,Atari,0.5,0.02,0,0.08,0.61 +3333,Fighters Uncaged,X360,2010,Fighting,Ubisoft,0.31,0.24,0,0.06,0.61 +3334,Call of Juarez: Bound in Blood,X360,2009,Shooter,Ubisoft,0.3,0.24,0,0.06,0.61 +3335,New Play Control! Pikmin 2,Wii,2009,Strategy,Nintendo,0.11,0.14,0.33,0.02,0.6 +3336,Tony Hawk's Underground,GBA,2003,Sports,Activision,0.43,0.16,0,0.01,0.6 +3337,Hot Shots Golf: World Invitational,PSV,2011,Sports,Sony Computer Entertainment,0.19,0.11,0.25,0.06,0.6 +3338,Monster Trucks,GBA,2004,Racing,Majesco Entertainment,0.43,0.16,0,0.01,0.6 +3339,Shadow The Hedgehog,PS2,2005,Platform,Sega,0.5,0.02,0,0.08,0.6 +3340,Wave Race: Blue Storm,GC,2001,Racing,Nintendo,0.4,0.1,0.09,0.02,0.6 +3341,Backyard Wrestling: Don't Try This at Home,PS2,2003,Fighting,Eidos Interactive,0.3,0.23,0,0.08,0.6 +3342,Fight Night Round 2,XB,2005,Fighting,Electronic Arts,0.42,0.16,0,0.02,0.6 +3343,MonHun Nikki: Poka Poka Ailu Mura,PSP,2010,Role-Playing,Capcom,0,0,0.6,0,0.6 +3344,The Golden Compass,DS,2007,Action,Sega,0.28,0.25,0,0.06,0.6 +3345,NBA 2K8,PS2,2007,Sports,Take-Two Interactive,0.5,0.02,0,0.08,0.6 +3346,Phineas and Ferb: Across the 2nd Dimension,Wii,2011,Action,Disney Interactive Studios,0.36,0.19,0,0.05,0.6 +3347,Disney Infinity,WiiU,2013,Action,Disney Interactive Studios,0.33,0.22,0,0.05,0.6 +3348,The Golden Compass,Wii,N/A,Action,Sega,0.26,0.28,0,0.07,0.6 +3349,WarioWare D.I.Y.,DS,2009,Misc,Nintendo,0.18,0.19,0.2,0.04,0.6 +3350,Tony Hawk: RIDE,PS3,2009,Sports,Activision,0.38,0.15,0,0.08,0.6 +3351,LEGO Jurassic World,3DS,2015,Action,Warner Bros. Interactive Entertainment,0.31,0.22,0.03,0.05,0.6 +3352,Alice: Madness Returns,PS3,2011,Adventure,Electronic Arts,0.22,0.25,0.04,0.09,0.6 +3353,LEGO The Hobbit,PS4,2014,Action,Warner Bros. Interactive Entertainment,0.12,0.37,0,0.1,0.6 +3354,Suikoden,PS,1995,Role-Playing,Konami Digital Entertainment,0.21,0.14,0.21,0.04,0.6 +3355,Secret Agent Clank,PS2,2009,Platform,Sony Computer Entertainment,0.13,0.18,0,0.29,0.6 +3356,Rayman Arena,PS2,2001,Racing,Ubisoft,0.29,0.23,0,0.08,0.6 +3357,Avatar: The Game,PSP,2009,Action,Ubisoft,0.22,0.24,0,0.14,0.6 +3358,Jaws Unleashed,PS2,2006,Action,THQ,0.5,0.02,0,0.08,0.6 +3359,Puyo Puyo Sun,SAT,1997,Puzzle,Compile,0,0,0.6,0,0.6 +3360,Half-Life,PS2,2001,Shooter,Vivendi Games,0.29,0.23,0,0.08,0.6 +3361,Tomb Raider (2013),XOne,2014,Action,Square Enix,0.34,0.21,0,0.05,0.6 +3362,Mickey's Speedway USA,N64,2000,Racing,Nintendo,0.37,0.08,0.14,0.01,0.6 +3363,International Superstar Soccer 64,N64,1997,Sports,Konami Digital Entertainment,0.09,0.26,0.23,0.02,0.6 +3364,Skylanders SWAP Force,WiiU,2013,Platform,Activision,0.4,0.15,0,0.06,0.6 +3365,NASCAR Heat 2002,PS2,2001,Racing,Infogrames,0.29,0.23,0,0.08,0.6 +3366,Disney Sing It! High School Musical 3: Senior Year,Wii,2008,Misc,Disney Interactive Studios,0.32,0.23,0,0.04,0.6 +3367,From TV Animation One Piece: Grand Battle 2,PS,2002,Fighting,Namco Bandai Games,0,0,0.56,0.04,0.6 +3368,BeatMania Append 3rdMix,PS,1998,Simulation,Konami Digital Entertainment,0,0,0.56,0.04,0.6 +3369,PGR3 - Project Gotham Racing 3,X360,2005,Racing,Microsoft Game Studios,0.49,0.03,0.03,0.05,0.6 +3370,XCOM: Enemy Unknown,PS3,2012,Strategy,Take-Two Interactive,0.24,0.25,0,0.11,0.6 +3371,Blur,X360,2010,Racing,Activision,0.25,0.28,0,0.06,0.6 +3372,Xena: Warrior Princess,PS,1998,Adventure,Electronic Arts,0.33,0.23,0,0.04,0.6 +3373,Scribblenauts: Unlimited,3DS,2012,Action,Warner Bros. Interactive Entertainment,0.55,0.01,0,0.04,0.6 +3374,Front Mission,SNES,1995,Strategy,SquareSoft,0,0,0.6,0,0.6 +3375,NHL 11,PS3,2010,Sports,Electronic Arts,0.4,0.13,0,0.07,0.6 +3376,Kinect Rush: A Disney Pixar Adventure,X360,2012,Adventure,Microsoft Game Studios,0.38,0.16,0,0.05,0.6 +3377,Monopoly,X360,2008,Misc,Electronic Arts,0.34,0.2,0,0.06,0.6 +3378,Disney Infinity 2.0: Marvel Super Heroes,PS4,2014,Action,Disney Interactive Studios,0.26,0.24,0,0.1,0.6 +3379,Major League Baseball 2K7,PS2,2007,Sports,Spike,0.29,0.23,0,0.08,0.6 +3380,Asphalt: Urban GT,DS,2004,Racing,Ubisoft,0.31,0.22,0,0.06,0.6 +3381,The Fight: Lights Out,PS3,2010,Fighting,Sony Computer Entertainment,0.29,0.22,0,0.09,0.6 +3382,Dai-2-Ji Super Robot Taisen α,PS2,2003,Strategy,Banpresto,0,0,0.6,0,0.6 +3383,Pokemon Trozei!,DS,2005,Puzzle,Nintendo,0.26,0,0.31,0.02,0.6 +3384,Dead Space,PC,2008,Action,Electronic Arts,0,0.53,0,0.06,0.59 +3385,Hot Wheels: Stunt Track Challenge,PS2,2004,Racing,THQ,0.29,0.23,0,0.08,0.59 +3386,Rayman Origins,PSV,2012,Platform,Ubisoft,0.13,0.35,0,0.11,0.59 +3387,London 2012: The Official Video Game of the Olympic Games,X360,2012,Sports,Sega,0.07,0.46,0,0.07,0.59 +3388,Beijing 2008,X360,2008,Sports,Sega,0.15,0.38,0,0.07,0.59 +3389,Dai-3-Ji Super Robot Taisen α: Shuuen no Ginga e,PS2,2005,Strategy,Banpresto,0,0,0.59,0,0.59 +3390,Jeopardy!,Wii,2010,Misc,THQ,0.56,0,0,0.03,0.59 +3391,Jikkyou Powerful Pro Yakyuu '97 Kaimakuban,PS,1997,Sports,Konami Digital Entertainment,0,0,0.56,0.04,0.59 +3392,Assassin's Creed: Brotherhood,PC,2011,Action,Ubisoft,0.15,0.34,0,0.1,0.59 +3393,CyberTiger,PS,1998,Sports,Electronic Arts,0.33,0.22,0,0.04,0.59 +3394,Jampack Fall 2001,PS,2001,Misc,Sony Computer Entertainment,0.33,0.22,0,0.04,0.59 +3395,Medal of Honor: Frontline,GC,2002,Shooter,Electronic Arts,0.46,0.12,0,0.02,0.59 +3396,Final Fantasy: The 4 Heroes of Light,DS,2009,Role-Playing,Square Enix,0.23,0.11,0.23,0.03,0.59 +3397,Iron Man,Wii,2008,Action,Sega,0.31,0.22,0,0.06,0.59 +3398,Kane & Lynch 2: Dog Days,PS3,2010,Shooter,Square Enix,0.17,0.28,0.05,0.1,0.59 +3399,NFL Blitz 2001,PS,2000,Sports,Midway Games,0.33,0.22,0,0.04,0.59 +3400,Total War: Shogun 2,PC,2011,Strategy,Sega,0.19,0.31,0,0.09,0.59 +3401,Jikkyou Powerful Pro Yakyuu '98 Kaimakuban,PS,1998,Sports,Konami Digital Entertainment,0,0,0.55,0.04,0.59 +3402,Rock Band 2,PS2,2008,Misc,MTV Games,0.29,0.23,0,0.08,0.59 +3403,Yakuza 5,PS3,2012,Action,Sega,0,0,0.59,0,0.59 +3404,LEGO Indiana Jones 2: The Adventure Continues,PSP,2009,Action,Activision,0.21,0.24,0,0.14,0.59 +3405,BurgerTime,2600,1981,Puzzle,Mattel Interactive,0.55,0.03,0,0.01,0.59 +3406,Naruto: The Broken Bond,X360,2008,Action,Ubisoft,0.24,0.28,0,0.07,0.59 +3407,2002 FIFA World Cup,PS2,2002,Sports,Electronic Arts,0.21,0.17,0.16,0.06,0.59 +3408,MVP Baseball 2004,XB,2004,Sports,Electronic Arts,0.44,0.13,0,0.02,0.59 +3409,Crash Bandicoot: The Wrath of Cortex,GC,2002,Platform,Universal Interactive,0.46,0.12,0,0.02,0.59 +3410,Smurf: Rescue In Gargamel's Castle,2600,1981,Action,Coleco,0.55,0.03,0,0.01,0.59 +3411,Spelling Challenges and more!,DS,2007,Misc,505 Games,0.54,0,0,0.04,0.59 +3412,Go Diego Go! Great Dinosaur Rescue,Wii,2008,Action,Take-Two Interactive,0.53,0.02,0,0.04,0.59 +3413,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",Wii,2007,Action,Activision,0.52,0.03,0,0.04,0.59 +3414,Extreme-G,N64,1997,Racing,Acclaim Entertainment,0.47,0.11,0,0.01,0.59 +3415,Ready 2 Rumble Boxing,N64,1999,Sports,Midway Games,0.47,0.11,0,0.01,0.59 +3416,Payday 2,X360,2013,Shooter,505 Games,0.33,0.21,0,0.05,0.59 +3417,Dead or Alive Xtreme Beach Volleyball,XB,2003,Sports,Microsoft Game Studios,0.36,0.08,0.14,0.02,0.59 +3418,Tales of Rebirth,PS2,2004,Role-Playing,Namco Bandai Games,0,0,0.59,0,0.59 +3419,SoulCalibur V,X360,2012,Fighting,Namco Bandai Games,0.39,0.14,0.02,0.04,0.59 +3420,NHL 12,PS3,2011,Sports,Electronic Arts,0.36,0.16,0,0.07,0.59 +3421,Tales of Zestiria,PS3,2015,Role-Playing,Namco Bandai Games,0.05,0.09,0.42,0.03,0.59 +3422,Silent Hill: Shattered Memories,PS2,2010,Action,Konami Digital Entertainment,0.13,0.22,0.01,0.23,0.59 +3423,Madden NFL 06,X360,N/A,Sports,Electronic Arts,0.54,0,0.01,0.03,0.59 +3424,Skate it,Wii,2008,Sports,Electronic Arts,0.51,0.04,0,0.05,0.59 +3425,Game Party in Motion,X360,2010,Misc,Warner Bros. Interactive Entertainment,0.36,0.18,0,0.05,0.59 +3426,Barbie: Race & Ride,PS,1999,Action,Sony Computer Entertainment,0.33,0.22,0,0.04,0.59 +3427,Lost: Via Domus,X360,2008,Action,Ubisoft,0.18,0.34,0,0.07,0.59 +3428,Mega Man Anniversary Collection,PS2,2004,Platform,Capcom,0.29,0.22,0,0.08,0.59 +3429,Final Fantasy Anniversary Edition,PSP,2007,Role-Playing,Square Enix,0.39,0.02,0.13,0.04,0.59 +3430,Dark Souls II,PS4,2015,Role-Playing,Namco Bandai Games,0.2,0.22,0.08,0.08,0.59 +3431,Ben 10: Alien Force,PSP,2008,Action,Koch Media,0.35,0.14,0,0.1,0.59 +3432,Deus Ex: Human Revolution,PC,2011,Shooter,Square Enix,0.25,0.25,0,0.09,0.59 +3433,Zumba Fitness,PS3,2010,Sports,505 Games,0.28,0.21,0,0.09,0.59 +3434,Harvest Moon: Friends of Mineral Town,GBA,2003,Simulation,Ubisoft,0.34,0.13,0.11,0.01,0.59 +3435,Backyard NBA Basketball,PS2,2003,Sports,Atari,0.29,0.22,0,0.07,0.59 +3436,FIFA Soccer 10,DS,2009,Sports,Electronic Arts,0.14,0.37,0,0.07,0.59 +3437,Kirby's Dream Course,SNES,1994,Sports,Nintendo,0,0,0.59,0,0.59 +3438,Doom 3 BFG Edition,PS3,2012,Shooter,Bethesda Softworks,0.26,0.22,0,0.1,0.59 +3439,Mega Man X7,PS2,2003,Action,Capcom,0.22,0.17,0.14,0.06,0.58 +3440,Top Spin 3,Wii,2008,Action,Take-Two Interactive,0.15,0.37,0,0.07,0.58 +3441,Petz Dogz 2,Wii,2007,Simulation,Ubisoft,0.53,0.01,0,0.04,0.58 +3442,SpongeBob SquarePants featuring Nicktoons: Globs of Doom,PS2,2008,Action,THQ,0.29,0.22,0,0.07,0.58 +3443,The Conduit,Wii,2009,Shooter,Sega,0.29,0.23,0,0.06,0.58 +3444,Just Dance 2016,WiiU,2015,Misc,Ubisoft,0.28,0.25,0,0.05,0.58 +3445,Tokimeki Memorial: Forever with You,PS,1995,Simulation,Konami Digital Entertainment,0,0,0.55,0.04,0.58 +3446,Diablo,PS,1997,Role-Playing,Electronic Arts,0.29,0.19,0.07,0.04,0.58 +3447,Cabela's Dangerous Hunts 2011,Wii,2010,Sports,Activision,0.53,0.02,0,0.04,0.58 +3448,NHL 15,PS4,2014,Sports,Electronic Arts,0.3,0.18,0,0.1,0.58 +3449,Q*bert,2600,1982,Puzzle,Parker Bros.,0.55,0.03,0,0.01,0.58 +3450,Romancing SaGa,PS2,2005,Role-Playing,Square Enix,0.06,0.04,0.47,0.01,0.58 +3451,The Lord of the Rings: The Third Age,PS2,2004,Role-Playing,Electronic Arts,0.49,0.02,0,0.08,0.58 +3452,Harvest Moon: Sunshine Islands,DS,2008,Simulation,Rising Star Games,0.35,0.03,0.17,0.03,0.58 +3453,Trivial Pursuit,Wii,2009,Misc,Electronic Arts,0.21,0.31,0,0.07,0.58 +3454,The Legend of Spyro: Dawn of the Dragon,Wii,2008,Platform,Vivendi Games,0.35,0.18,0,0.05,0.58 +3455,The Sims 3: World Adventures,PC,2009,Simulation,Electronic Arts,0.02,0.18,0,0.39,0.58 +3456,Kinect Sports Rivals,XOne,2014,Sports,Microsoft Game Studios,0.3,0.22,0.02,0.04,0.58 +3457,Rayman Origins,Wii,2011,Platform,Ubisoft,0.23,0.29,0,0.07,0.58 +3458,WWE 2K16,XOne,2015,Sports,Take-Two Interactive,0.31,0.22,0,0.05,0.58 +3459,Titanfall,PC,2014,Shooter,Electronic Arts,0.21,0.3,0,0.07,0.58 +3460,NCAA Football 09,PS3,2008,Sports,Electronic Arts,0.54,0,0,0.04,0.58 +3461,Tom Clancy's HAWX,X360,2009,Action,Ubisoft,0.31,0.19,0.02,0.06,0.58 +3462,Sammy Sosa High Heat Baseball 2001,PS,2000,Sports,3DO,0.32,0.22,0,0.04,0.58 +3463,Frozen: Olaf's Quest,3DS,2013,Platform,Disney Interactive Studios,0.27,0.26,0,0.05,0.58 +3464,Terminator 3: Rise of the Machines,PS2,2003,Action,Atari,0.28,0.22,0,0.07,0.58 +3465,"Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)",X360,2010,Shooter,Activision,0.37,0.15,0,0.05,0.58 +3466,Harvest Moon: The Tale of Two Towns,DS,2010,Simulation,Natsume,0.27,0.06,0.22,0.03,0.58 +3467,FIFA: Road to World Cup 98,N64,1997,Sports,Electronic Arts,0.15,0.39,0,0.03,0.58 +3468,World Cup 98,N64,1998,Sports,Electronic Arts,0.14,0.4,0,0.04,0.58 +3469,International Superstar Soccer '98,N64,1998,Sports,Konami Digital Entertainment,0.06,0.3,0.19,0.03,0.58 +3470,NASCAR: Dirt to Daytona,PS2,N/A,Racing,Unknown,0.28,0.22,0,0.07,0.58 +3471,Unreal Tournament,PS2,2000,Shooter,Infogrames,0.28,0.22,0,0.07,0.58 +3472,Digimon World 2,PS,2000,Role-Playing,Namco Bandai Games,0.23,0.16,0.16,0.04,0.58 +3473,Tales of Phantasia,PS,1998,Role-Playing,Namco Bandai Games,0,0,0.54,0.04,0.58 +3474,Prince of Persia: The Two Thrones,XB,2005,Action,Ubisoft,0.33,0.22,0,0.03,0.58 +3475,Xenosaga Episode II: Jenseits von Gut und Böse,PS2,2004,Role-Playing,Sony Computer Entertainment,0.28,0.22,0,0.07,0.58 +3476,Gex: Enter the Gecko,PS,1998,Platform,BMG Interactive Entertainment,0.32,0.22,0,0.04,0.58 +3477,Shrek 2: Beg for Mercy,GBA,2004,Adventure,Activision,0.42,0.15,0,0.01,0.58 +3478,Mega Man Star Force 2: Zerker x Ninja / Saurian,DS,2007,Action,Capcom,0.25,0,0.31,0.02,0.58 +3479,JoJo's Bizarre Adventure: All Star Battle,PS3,2013,Fighting,Namco Bandai Games,0.05,0.02,0.5,0.01,0.58 +3480,Petz Nursery,DS,2009,Simulation,Ubisoft,0.53,0,0,0.04,0.58 +3481,Contra: Shattered Soldier,PS2,2002,Shooter,Konami Digital Entertainment,0.28,0.22,0,0.07,0.58 +3482,Championship Motocross featuring Ricky Carmichael,PS,1998,Racing,THQ,0.32,0.22,0,0.04,0.58 +3483,Dragon Ball Z: Chou Saiya Densetsu,SNES,1992,Role-Playing,Namco Bandai Games,0,0,0.58,0,0.58 +3484,NBA 2K7,X360,2006,Sports,Take-Two Interactive,0.53,0,0,0.04,0.58 +3485,WWE 2K16,PS3,2015,Sports,Take-Two Interactive,0.21,0.27,0,0.09,0.58 +3486,Phoenix Wright: Ace Attorney - Justice for All,DS,2006,Adventure,Capcom,0.24,0.05,0.26,0.03,0.58 +3487,Fire Emblem: Seisen no Keifu,SNES,1996,Strategy,Nintendo,0,0,0.58,0,0.58 +3488,Rock Band 3,PS3,2010,Misc,MTV Games,0.43,0.09,0,0.06,0.58 +3489,Disgaea 4: A Promise Unforgotten,PS3,2011,Role-Playing,Nippon Ichi Software,0.27,0.11,0.14,0.06,0.58 +3490,BlazBlue: Calamity Trigger,PS3,2009,Fighting,PQube,0.36,0.1,0.06,0.06,0.58 +3491,Tenchu 2: Birth of the Stealth Assassins,PS,2000,Action,Activision,0.32,0.22,0,0.04,0.58 +3492,Tony Hawk's Pro Skater 4,GC,2002,Sports,Activision,0.45,0.12,0,0.02,0.58 +3493,MLB 11: The Show,PS3,2011,Sports,Sony Computer Entertainment,0.54,0,0,0.04,0.58 +3494,Naruto: Uzumaki Chronicles 2,PS2,2006,Action,Namco Bandai Games,0.28,0.22,0,0.07,0.58 +3495,NHL 06,PS2,2005,Sports,Electronic Arts,0.48,0.02,0,0.08,0.58 +3496,NHL 10,PS3,2009,Sports,Electronic Arts,0.38,0.12,0,0.07,0.58 +3497,Rooms: The Main Building,DS,2010,Adventure,Nintendo,0.1,0.41,0.01,0.06,0.58 +3498,Rapala: We Fish,Wii,2009,Sports,Activision,0.52,0.02,0,0.04,0.58 +3499,Parasite Eve II,PS,1999,Role-Playing,SquareSoft,0.32,0.22,0,0.04,0.58 +3500,Tetris Party Deluxe,Wii,2010,Puzzle,Nintendo,0.34,0.17,0.02,0.05,0.58 +3501,NFL Blitz 2000,N64,1999,Sports,Midway Games,0.55,0.02,0,0,0.58 +3502,Ratchet & Clank: Quest for Booty,PS3,2008,Platform,Sony Computer Entertainment,0,0.53,0,0.04,0.58 +3503,Madden NFL 2002,XB,N/A,Sports,Unknown,0.53,0.02,0,0.03,0.58 +3504,NCAA Football 10,PS2,2009,Sports,Electronic Arts,0.28,0.22,0,0.07,0.58 +3505,Top Spin 3,PS3,2008,Action,Take-Two Interactive,0.08,0.37,0,0.12,0.57 +3506,Shin Megami Tensei IV,3DS,2013,Role-Playing,Atlus,0.28,0,0.27,0.02,0.57 +3507,Theme Park,PS,1994,Simulation,Electronic Arts,0.24,0.16,0.13,0.04,0.57 +3508,Blacksite: Area 51,X360,2007,Shooter,Midway Games,0.29,0.23,0,0.06,0.57 +3509,Spider-Man 3,X360,2007,Platform,Activision,0.49,0.04,0,0.04,0.57 +3510,ATV Offroad Fury: Blazin' Trails,PSP,2005,Racing,SouthPeak Games,0.53,0,0,0.04,0.57 +3511,Far Cry Instincts,XB,2005,Shooter,Ubisoft,0.32,0.24,0,0.02,0.57 +3512,Hasbro Family Game Night,PS2,2008,Puzzle,Electronic Arts,0.28,0.22,0,0.07,0.57 +3513,Tony Hawk's Pro Skater 4,GBA,2002,Sports,Activision,0.41,0.15,0,0.01,0.57 +3514,Up,Wii,2009,Action,THQ,0.23,0.28,0,0.06,0.57 +3515,Tales of the Abyss,PS2,2005,Role-Playing,Namco Bandai Games,0,0,0.57,0,0.57 +3516,Disney Universe,X360,2011,Action,Disney Interactive Studios,0.37,0.15,0,0.05,0.57 +3517,Iron Man,X360,2008,Action,Sega,0.27,0.24,0,0.06,0.57 +3518,Mobile Suit Gundam: Giren no Yabou- Zeon no Keifu,PS,2000,Strategy,Namco Bandai Games,0,0,0.54,0.04,0.57 +3519,Spyro Orange: The Cortex Conspiracy,GBA,2004,Action,Vivendi Games,0.41,0.15,0,0.01,0.57 +3520,Enslaved: Odyssey to the West,PS3,2010,Action,Namco Bandai Games,0.24,0.24,0.01,0.09,0.57 +3521,SpongeBob SquarePants featuring Nicktoons: Globs of Doom,DS,2008,Action,THQ,0.53,0,0,0.04,0.57 +3522,Beyond The Beyond,PS,1995,Role-Playing,Sony Computer Entertainment,0.11,0.08,0.35,0.04,0.57 +3523,Ben 10: Alien Force,PS2,2008,Action,Koch Media,0.22,0.02,0,0.33,0.57 +3524,Tomb Raider: Anniversary,PSP,2007,Action,Eidos Interactive,0.21,0.23,0,0.13,0.57 +3525,"Warhammer 40,000: Space Marine",X360,2011,Shooter,THQ,0.25,0.27,0,0.06,0.57 +3526,Madden NFL 06,GC,2005,Sports,Electronic Arts,0.44,0.11,0,0.02,0.57 +3527,No More Heroes,Wii,2007,Action,Rising Star Games,0.3,0.17,0.04,0.05,0.57 +3528,Assassin's Creed II,PC,2010,Action,Ubisoft,0.01,0.45,0,0.11,0.57 +3529,Petz Wild Animals: Tigerz,DS,2008,Simulation,Ubisoft,0.52,0.01,0,0.04,0.57 +3530,Naruto: Ultimate Ninja 2,PS2,2004,Fighting,Namco Bandai Games,0.47,0.02,0,0.08,0.57 +3531,Defiance,X360,2013,Shooter,Trion Worlds,0.38,0.15,0,0.04,0.57 +3532,Dogz,DS,2006,Simulation,Ubisoft,0.51,0.02,0,0.04,0.57 +3533,3D Dot Game Heroes,PS3,2009,Role-Playing,SouthPeak Games,0.36,0.12,0.03,0.07,0.57 +3534,The Mysterious Murasame Castle,NES,1986,Action,Nintendo,0,0,0.57,0,0.57 +3535,NBA Hangtime,N64,1997,Sports,GT Interactive,0.48,0.08,0,0,0.57 +3536,Jillian Michaels Fitness Ultimatum 2010,Wii,2009,Sports,Majesco Entertainment,0.52,0.01,0,0.04,0.57 +3537,Pro Evolution Soccer 2012,PSP,2011,Action,Konami Digital Entertainment,0.1,0.12,0.29,0.07,0.57 +3538,Grease,Wii,2010,Misc,505 Games,0.27,0.25,0,0.05,0.57 +3539,Blood Wake,XB,2001,Shooter,Microsoft Game Studios,0.43,0.12,0,0.02,0.57 +3540,Dynasty Warriors 5: Xtreme Legends,PS2,2005,Action,Tecmo Koei,0.11,0.08,0.35,0.03,0.57 +3541,Skylanders: Spyro's Adventure,3DS,2011,Action,Activision,0.32,0.2,0,0.05,0.57 +3542,Dora The Explorer: Dora Saves the Snow Princess,Wii,2008,Platform,Take-Two Interactive,0.5,0.03,0,0.04,0.57 +3543,Jampack Summer 2002,PS2,2002,Misc,Sony Computer Entertainment,0.28,0.22,0,0.07,0.57 +3544,FIFA World Cup Germany 2006,PS2,2006,Sports,Electronic Arts,0.47,0.02,0,0.08,0.57 +3545,Wreckless: ThE YaKuza MisSiOns,XB,2002,Racing,Activision,0.42,0.11,0.02,0.02,0.57 +3546,Super Bomberman,SNES,1992,Puzzle,Hudson Soft,0,0,0.57,0,0.57 +3547,SpongeBob SquarePants: Battle for Bikini Bottom,XB,2003,Platform,THQ,0.45,0.1,0,0.02,0.57 +3548,Spec Ops: The Line,PS3,2012,Shooter,Take-Two Interactive,0.19,0.25,0.04,0.09,0.57 +3549,SD Gundam G Generation Neo,PS2,2002,Strategy,Namco Bandai Games,0,0,0.57,0,0.57 +3550,Bratz 4 Real,DS,2007,Adventure,THQ,0.29,0.22,0,0.06,0.57 +3551,RalliSport Challenge,XB,2002,Racing,Microsoft Game Studios,0.39,0.16,0,0.02,0.57 +3552,Resident Evil Outbreak File #2,PS2,2004,Action,Capcom,0.19,0.15,0.17,0.05,0.57 +3553,Bob the Builder: Can We Fix It?,PS,2000,Action,THQ,0.31,0.21,0,0.04,0.57 +3554,XIII,PS2,2003,Shooter,Ubisoft,0.28,0.22,0,0.07,0.57 +3555,NHL 14,PS3,2013,Sports,Electronic Arts,0.28,0.19,0,0.09,0.57 +3556,LEGO Rock Band,X360,2009,Misc,Warner Bros. Interactive Entertainment,0.4,0.12,0,0.05,0.57 +3557,Bolt,Wii,2008,Adventure,Disney Interactive Studios,0.19,0.31,0,0.06,0.57 +3558,Top Spin 3,X360,2008,Action,Take-Two Interactive,0.09,0.4,0,0.07,0.57 +3559,Tom Clancy's HAWX,PS3,2009,Action,Ubisoft,0.21,0.22,0.05,0.09,0.57 +3560,LEGO Dimensions,X360,2015,Action,Warner Bros. Interactive Entertainment,0.24,0.28,0,0.05,0.56 +3561,Breath of Fire IV,PS,2000,Role-Playing,Capcom,0.11,0.08,0.34,0.04,0.56 +3562,True Crime: Streets of LA,GC,2003,Action,Activision,0.44,0.11,0,0.02,0.56 +3563,Odin Sphere,PS2,2007,Role-Playing,Square Enix,0.23,0.18,0.09,0.06,0.56 +3564,Donkey Kong Jungle Climber,DS,2007,Platform,Nintendo,0.26,0.04,0.24,0.03,0.56 +3565,The Incredible Hulk,GBA,2003,Action,Universal Interactive,0.4,0.15,0,0.01,0.56 +3566,Ms. Pac-Man Maze Madness,GBA,2004,Puzzle,Zoo Digital Publishing,0.4,0.15,0,0.01,0.56 +3567,Arena Football,PS2,2006,Sports,Electronic Arts,0.28,0.22,0,0.07,0.56 +3568,The Lord of the Rings: The Return of the King,GBA,2003,Action,Electronic Arts,0.4,0.15,0,0.01,0.56 +3569,NHL Hitz 20-02,PS2,2001,Sports,Midway Games,0.28,0.22,0,0.07,0.56 +3570,Classic NES Series: Dr. Mario,GBA,2004,Puzzle,Nintendo,0.31,0.11,0.13,0.01,0.56 +3571,The Sims: Bustin' Out,XB,2003,Simulation,Electronic Arts,0.4,0.14,0,0.02,0.56 +3572,NCAA March Madness 07,PS2,2007,Sports,Electronic Arts,0.28,0.22,0,0.07,0.56 +3573,"Monsters, Inc. Scream Team",PS,2001,Platform,Sony Computer Entertainment,0.31,0.21,0,0.04,0.56 +3574,Harry Potter Collection,PS2,2006,Misc,Electronic Arts,0.28,0.21,0,0.07,0.56 +3575,Tony Hawk's Project 8,PSP,2006,Sports,Activision,0.41,0.08,0,0.07,0.56 +3576,Yu-Gi-Oh! World Championship Tournament 2004,GBA,2004,Misc,Konami Digital Entertainment,0.4,0.15,0,0.01,0.56 +3577,Cabela's Big Game Hunter 2005 Adventures,PS2,2004,Sports,Activision,0.28,0.21,0,0.07,0.56 +3578,Hotel Dusk: Room 215,DS,2007,Adventure,Nintendo,0.27,0.05,0.22,0.03,0.56 +3579,Knockout Kings 2001,PS2,2001,Fighting,Electronic Arts,0.28,0.21,0,0.07,0.56 +3580,Army Men: Sarge's Heroes,PS,1999,Action,3DO,0.31,0.21,0,0.04,0.56 +3581,Phineas and Ferb: Across the 2nd Dimension,DS,2011,Action,Disney Interactive Studios,0.32,0.19,0,0.05,0.56 +3582,Petz Dogz 2,PS2,2007,Simulation,Ubisoft,0.28,0.21,0,0.07,0.56 +3583,Battlefield 2: Modern Combat,XB,2005,Shooter,Electronic Arts,0.39,0.15,0,0.02,0.56 +3584,Wolfenstein,X360,2009,Shooter,Activision,0.28,0.22,0,0.06,0.56 +3585,All-Star Baseball 2002,PS2,2001,Sports,Acclaim Entertainment,0.27,0.21,0,0.07,0.56 +3586,Backyard NFL Football,GBA,2002,Sports,Infogrames,0.4,0.15,0,0.01,0.56 +3587,Need for Speed: Most Wanted,GC,2005,Racing,Electronic Arts,0.43,0.11,0,0.02,0.56 +3588,NASCAR Rumble,PS,2000,Racing,Electronic Arts,0.31,0.21,0,0.04,0.56 +3589,Tony Hawk: Shred,Wii,2010,Sports,Activision,0.41,0.11,0,0.04,0.56 +3590,Tony Hawk's Proving Ground,X360,2007,Sports,Activision,0.49,0.02,0,0.04,0.56 +3591,WWE Raw 2,XB,2003,Fighting,THQ,0.43,0.11,0,0.02,0.56 +3592,Resident Evil 2,N64,1999,Action,Virgin Interactive,0.39,0.09,0.07,0.01,0.56 +3593,Mega Man X2,SNES,1993,Platform,Laguna,0.09,0.02,0.45,0,0.56 +3594,Manhunt 2,PS2,2007,Action,Take-Two Interactive,0.27,0.21,0,0.07,0.56 +3595,Xenoblade Chronicles,3DS,2015,Role-Playing,Nintendo,0.26,0.14,0.12,0.04,0.56 +3596,Fullmetal Alchemist and the Broken Angel,PS2,2003,Role-Playing,Square Enix,0.15,0.12,0.26,0.04,0.56 +3597,Monster High: Ghoul Spirit,Wii,2011,Misc,THQ,0.44,0.08,0,0.04,0.56 +3598,Final Fantasy IV: The Complete Collection,PSP,2011,Role-Playing,Square Enix,0.13,0.09,0.27,0.06,0.56 +3599,Frontlines: Fuel of War,X360,2008,Shooter,THQ,0.34,0.15,0.01,0.05,0.56 +3600,Lips: Number One Hits,X360,2009,Misc,Microsoft Game Studios,0.15,0.35,0,0.07,0.56 +3601,Hamtaro: Ham-Hams Unite!,GB,2001,Role-Playing,Nintendo,0,0,0.56,0,0.56 +3602,Batman Begins,PS2,2005,Action,Electronic Arts,0.27,0.21,0,0.07,0.56 +3603,Viva Pinata: Pocket Paradise,DS,2008,Simulation,THQ,0.27,0.23,0,0.06,0.56 +3604,Dr. Seuss' The Cat in the Hat,PS2,2003,Misc,Vivendi Games,0.27,0.21,0,0.07,0.56 +3605,Barbie Groovy Games,GBA,2002,Misc,Universal Interactive,0.4,0.15,0,0.01,0.56 +3606,Yu-Gi-Oh! Reshef of Destruction,GBA,2003,Strategy,Konami Digital Entertainment,0.4,0.15,0,0.01,0.56 +3607,Blinx: The Time Sweeper,XB,2002,Platform,Microsoft Game Studios,0.39,0.15,0,0.02,0.56 +3608,Madagascar: Escape 2 Africa,Wii,2008,Action,Activision,0.32,0.18,0,0.05,0.56 +3609,Archer Maclean's Mercury,PSP,2005,Puzzle,Ignition Entertainment,0.17,0.24,0,0.14,0.56 +3610,ESPN NFL Football,PS2,2003,Sports,Sega,0.27,0.21,0,0.07,0.56 +3611,Fatal Fury Special,SNES,1994,Fighting,Takara,0,0,0.56,0,0.56 +3612,Catz,DS,2006,Simulation,Ubisoft,0.49,0.02,0,0.04,0.56 +3613,Major League Baseball 2K5,XB,2005,Sports,Take-Two Interactive,0.52,0.02,0,0.02,0.56 +3614,DS Bimoji Training,DS,2008,Misc,Nintendo,0,0,0.56,0,0.56 +3615,WWE 2K15,XOne,2014,Sports,Take-Two Interactive,0.28,0.23,0,0.04,0.56 +3616,Petz Catz Clan,DS,2008,Simulation,Ubisoft,0.48,0.04,0,0.04,0.56 +3617,Soul Sacrifice,PSV,2013,Role-Playing,Sony Computer Entertainment,0.18,0.09,0.22,0.06,0.56 +3618,G-Force,DS,2009,Action,Disney Interactive Studios,0.27,0.23,0,0.06,0.56 +3619,Tiger Woods PGA Tour 11,Wii,2010,Sports,Electronic Arts,0.24,0.26,0,0.06,0.56 +3620,Soldier of Fortune: Gold Edition,PS2,2001,Shooter,Codemasters,0.27,0.21,0,0.07,0.56 +3621,Rune Factory: A Fantasy Harvest Moon,DS,2006,Role-Playing,Rising Star Games,0.37,0.02,0.14,0.03,0.56 +3622,Monster Jam: Path of Destruction,Wii,2010,Racing,Activision,0.5,0.02,0,0.03,0.56 +3623,Rapala Tournament Fishing!,Wii,2006,Sports,Activision,0.51,0,0,0.04,0.56 +3624,MX 2002 Featuring Ricky Carmichael,PS2,2001,Racing,THQ,0.27,0.21,0,0.07,0.56 +3625,Purr Pals,DS,2007,Simulation,THQ,0.18,0.36,0,0.02,0.56 +3626,NCAA Football 07,XB,2006,Sports,Electronic Arts,0.42,0.12,0,0.01,0.56 +3627,God of War: Origins Collection,PS3,2011,Action,Sony Computer Entertainment,0.39,0.08,0.02,0.06,0.56 +3628,MX vs. ATV: Alive,X360,2011,Racing,THQ,0.37,0.14,0,0.05,0.56 +3629,Lunar: Silver Star Story Complete,PS,1998,Role-Playing,Kadokawa Shoten,0.27,0.18,0.06,0.04,0.55 +3630,Dragon Ball: XenoVerse,PS3,2015,Fighting,Namco Bandai Games,0.15,0.2,0.14,0.07,0.55 +3631,NBA Showtime: NBA on NBC,PS,1999,Sports,Midway Games,0.31,0.21,0,0.04,0.55 +3632,ZhuZhu Pets 2: Featuring The Wild Bunch,DS,2010,Simulation,Activision,0.41,0.11,0,0.04,0.55 +3633,Dragon Age: Inquisition,X360,2014,Role-Playing,Electronic Arts,0.35,0.16,0,0.05,0.55 +3634,Soul Reaver 2,PS2,2001,Action,Eidos Interactive,0.27,0.21,0,0.07,0.55 +3635,Metal Gear Solid 3: Subsistence,PS2,2005,Action,Konami Digital Entertainment,0.34,0.01,0.15,0.06,0.55 +3636,Sly Cooper: Thieves in Time,PS3,2013,Platform,Sony Computer Entertainment Europe,0.35,0.13,0,0.08,0.55 +3637,The Godfather (old US sales),XB,2006,Action,Electronic Arts,0.42,0.11,0,0.02,0.55 +3638,Daytona USA,SAT,1994,Racing,Sega,0,0,0.55,0,0.55 +3639,Harry Potter and the Deathly Hallows - Part 1,Wii,2010,Action,Electronic Arts,0.22,0.28,0,0.05,0.55 +3640,Tiger Woods PGA Tour 13,PS3,2012,Sports,Electronic Arts,0.24,0.22,0,0.09,0.55 +3641,WWF Raw,XB,2002,Fighting,THQ,0.4,0.13,0,0.02,0.55 +3642,Shin Super Robot Taisen,PS,1996,Role-Playing,Banpresto,0,0,0.52,0.04,0.55 +3643,Jump Super Stars,DS,2005,Fighting,Nintendo,0,0,0.55,0,0.55 +3644,Legends of WrestleMania,PS3,2009,Fighting,THQ,0.3,0.17,0,0.07,0.55 +3645,The Activision Decathlon,2600,1982,Sports,Activision,0.52,0.03,0,0.01,0.55 +3646,Simple 1500 Series Vol. 73: The Invaders ~Space Invaders 1500~,PS,2001,Shooter,D3Publisher,0.31,0.21,0,0.04,0.55 +3647,50 Classic Games,DS,2009,Misc,Destineer,0.52,0,0,0.04,0.55 +3648,Fighting Force 2,PS,1999,Action,Eidos Interactive,0.31,0.21,0,0.04,0.55 +3649,Sakura Wars,SAT,1996,Adventure,Sega,0,0,0.55,0,0.55 +3650,Yokai Sangokushi,3DS,2016,Action,Level 5,0,0,0.55,0,0.55 +3651,Extermination,PS2,2001,Action,Sony Computer Entertainment,0.21,0.16,0.12,0.05,0.55 +3652,Batman: Vengeance,PS2,2001,Adventure,Ubisoft,0.27,0.21,0,0.07,0.55 +3653,Unit 13,PSV,2012,Shooter,Sony Computer Entertainment,0.29,0.15,0.04,0.07,0.55 +3654,Tatsunoko vs. Capcom: Ultimate All-Stars,Wii,2010,Fighting,Capcom,0.32,0.16,0.03,0.05,0.55 +3655,TMNT,X360,2007,Action,Ubisoft,0.47,0.04,0,0.04,0.55 +3656,F.E.A.R.,PS3,2007,Shooter,Vivendi Games,0.18,0.27,0,0.1,0.55 +3657,Secret Agent Clank(US sales),PSP,2008,Platform,Sony Computer Entertainment,0.33,0.22,0,0,0.55 +3658,Assassin's Creed: Unity,PC,2014,Action,Ubisoft,0.17,0.33,0,0.05,0.55 +3659,Derby Stallion 04,PS2,2004,Sports,Enterbrain,0,0,0.55,0,0.55 +3660,NBA 2K8,PS3,2007,Sports,Take-Two Interactive,0.5,0.01,0,0.05,0.55 +3661,Barbie Horse Adventures: Riding Camp,DS,2008,Sports,Activision,0.51,0,0,0.04,0.55 +3662,CrossworDS,DS,2008,Puzzle,Deep Silver,0.51,0,0,0.04,0.55 +3663,Tony Hawk's Pro Skater 3,XB,2002,Sports,Activision,0.34,0.18,0,0.02,0.55 +3664,Mega Man Zero,GBA,2002,Platform,Capcom,0.22,0.08,0.24,0.01,0.55 +3665,Contender 2,PS,2000,Fighting,3DO,0.31,0.21,0,0.04,0.55 +3666,The Amazing Spider-Man 2 (2014),PS4,2014,Action,Activision,0.2,0.25,0.02,0.09,0.55 +3667,Star Wars: Dark Forces,PS,1996,Shooter,LucasArts,0.31,0.21,0,0.04,0.55 +3668,SD Gundam G Generation Zero,PS,1999,Strategy,Namco Bandai Games,0,0,0.51,0.04,0.55 +3669,Super Robot Taisen F,SAT,1997,Strategy,Banpresto,0,0,0.55,0,0.55 +3670,Shrek 2,XB,2004,Platform,Activision,0.4,0.13,0,0.02,0.55 +3671,Soccer Tsuku 2002: J-League Pro Soccer Club o Tsukurou!,PS2,2002,Sports,Sega,0,0,0.55,0,0.55 +3672,Time Crisis: Razing Storm,PS3,2010,Shooter,Namco Bandai Games,0.18,0.21,0.07,0.08,0.55 +3673,SpongeBob SquarePants: SuperSponge,GBA,2001,Action,THQ,0.39,0.15,0,0.01,0.55 +3674,Super Robot Taisen F Kanketsuhen,SAT,1998,Strategy,Banpresto,0,0,0.55,0,0.55 +3675,Enslaved: Odyssey to the West,X360,2010,Action,Namco Bandai Games,0.3,0.19,0,0.05,0.55 +3676,Rune Factory 4,3DS,2012,Role-Playing,Xseed Games,0.31,0,0.21,0.03,0.55 +3677,Summer Sports: Paradise Island,Wii,2008,Sports,Ubisoft,0.49,0.02,0,0.04,0.55 +3678,Tak and the Power of Juju,GBA,2003,Platform,THQ,0.39,0.15,0,0.01,0.55 +3679,Dynasty Warriors: Gundam 3,PS3,2010,Action,Tecmo Koei,0.11,0.05,0.36,0.02,0.55 +3680,Mortal Kombat 3,PS,1995,Fighting,Sony Computer Entertainment,0.29,0.2,0.02,0.04,0.55 +3681,Turok: Evolution,XB,2002,Shooter,Acclaim Entertainment,0.39,0.14,0,0.02,0.55 +3682,Jak X: Combat Racing,PS2,2005,Racing,Sony Computer Entertainment,0.45,0.02,0,0.07,0.55 +3683,Metro 2033,X360,2010,Shooter,THQ,0.22,0.24,0.03,0.05,0.55 +3684,Are You Smarter than a 5th Grader? Make the Grade,Wii,2008,Misc,THQ,0.51,0,0,0.04,0.55 +3685,American Idol,PS2,2003,Misc,Codemasters,0.27,0.21,0,0.07,0.55 +3686,Top Gun: Fire at Will!,PS,1996,Misc,Microprose,0.3,0.21,0,0.04,0.55 +3687,Red Dead Revolver,XB,2004,Shooter,Take-Two Interactive,0.4,0.12,0,0.02,0.55 +3688,Dragon Ball Z: Shin Budokai,PSP,2006,Fighting,Atari,0.26,0.08,0.13,0.07,0.55 +3689,LEGO The Hobbit,PS3,2014,Action,Warner Bros. Interactive Entertainment,0.12,0.32,0,0.1,0.54 +3690,Iron Man,PS2,2008,Action,Sega,0.36,0,0,0.19,0.54 +3691,SingStar Summer Party,PS2,2008,Misc,Sony Computer Entertainment,0,0.06,0,0.48,0.54 +3692,Tiger Woods PGA Tour 08,X360,2007,Sports,Electronic Arts,0.49,0.02,0,0.04,0.54 +3693,NBA Live 10,PS3,2009,Sports,Electronic Arts,0.46,0.03,0.01,0.05,0.54 +3694,The SpongeBob SquarePants Movie,XB,2004,Platform,THQ,0.4,0.12,0,0.02,0.54 +3695,FIFA Soccer 07,XB,2006,Sports,Electronic Arts,0.16,0.35,0,0.04,0.54 +3696,Gekikuukan Pro Yakyuu: At the End of the Century 1999,PS2,2000,Sports,SquareSoft,0,0,0.54,0,0.54 +3697,Medarot 2: Kabuto / Kuwagata Version,GB,1999,Role-Playing,Imagineer,0,0,0.54,0,0.54 +3698,Excite Truck,Wii,2006,Racing,Nintendo,0.4,0.03,0.08,0.04,0.54 +3699,Sacred 2: Fallen Angel,X360,2009,Role-Playing,Deep Silver,0.29,0.17,0.04,0.05,0.54 +3700,System 3 presents Ferrari Challenge Trofeo Pirelli,Wii,2008,Racing,System 3 Arcade Software,0.07,0.4,0,0.07,0.54 +3701,Dance Dance Revolution Ultramix,XB,2003,Simulation,Konami Digital Entertainment,0.42,0.11,0,0.02,0.54 +3702,ModNation Racers,PSP,2010,Racing,Sony Computer Entertainment,0.11,0.27,0.02,0.14,0.54 +3703,Crash Tag Team Racing,PS2,2005,Racing,Vivendi Games,0.27,0.21,0,0.07,0.54 +3704,Two Worlds II,X360,2011,Role-Playing,Unknown,0.4,0.08,0.03,0.04,0.54 +3705,Sonic & All-Stars Racing Transformed,PS3,2012,Racing,Sega,0.08,0.33,0.01,0.11,0.54 +3706,Michael Jackson: The Experience,PS3,2011,Misc,Ubisoft,0.25,0.2,0,0.08,0.54 +3707,Front Mission 4,PS2,2003,Strategy,Square Enix,0.14,0.11,0.25,0.04,0.54 +3708,The Fairly Odd Parents: Breakin' Da Rules,GBA,2003,Platform,THQ,0.39,0.14,0,0.01,0.54 +3709,LEGO Dimensions,PS3,2015,Action,Warner Bros. Interactive Entertainment,0.15,0.3,0,0.09,0.54 +3710,Inazuma Eleven,DS,2008,Role-Playing,Nintendo,0,0.14,0.38,0.02,0.54 +3711,Ninokuni: Shikkoku no Madoushi,DS,2010,Role-Playing,Level 5,0,0,0.54,0,0.54 +3712,Minecraft: Story Mode,XOne,2015,Adventure,Mojang,0.29,0.21,0,0.05,0.54 +3713,Resident Evil: Revelations 2,PS4,2015,Action,Capcom,0.13,0.24,0.1,0.07,0.54 +3714,Manhunt 2,Wii,2007,Action,Take-Two Interactive,0.25,0.23,0,0.06,0.54 +3715,SRS: Street Racing Syndicate,PS2,2004,Racing,Namco Bandai Games,0.26,0.21,0,0.07,0.54 +3716,Despicable Me: The Game - Minion Mayhem,DS,2010,Puzzle,D3Publisher,0.42,0.09,0,0.04,0.54 +3717,Def Jam: Fight for NY,XB,N/A,Fighting,Electronic Arts,0.43,0.1,0,0.02,0.54 +3718,Action Force,2600,1982,Action,CPG Products,0.5,0.03,0,0.01,0.54 +3719,Gauntlet Legends,N64,1999,Action,Midway Games,0.43,0.1,0,0.01,0.54 +3720,FIFA 99,N64,1998,Sports,Electronic Arts,0.11,0.39,0,0.03,0.54 +3721,Kidou Senshi Gundam: Extreme VS,PS3,2011,Fighting,Namco Bandai Games,0,0,0.54,0,0.54 +3722,Dragon Ball Z: Ultimate Tenkaichi,X360,2011,Fighting,Namco Bandai Games,0.39,0.1,0.01,0.04,0.54 +3723,Tales of Symphonia,PS3,2013,Role-Playing,Namco Bandai Games,0.21,0.13,0.13,0.06,0.54 +3724,Bust A Groove,PS,1998,Misc,Sony Computer Entertainment,0.09,0.06,0.35,0.04,0.54 +3725,Fire Emblem: Path of Radiance,GC,2005,Action,Nintendo,0.29,0.08,0.16,0.01,0.54 +3726,Dragon Quest Characters: Torneko no Daibouken 3: Fushigi no Dungeon,PS2,2002,Role-Playing,Enix Corporation,0,0,0.54,0,0.54 +3727,Let's Draw!,DS,2008,Misc,Ubisoft,0.24,0.23,0,0.06,0.54 +3728,Pachi-Slot Aruze Oukoku 2,PS,1999,Misc,Aruze Corp,0,0,0.5,0.04,0.54 +3729,NHL 14,X360,2013,Sports,Electronic Arts,0.4,0.1,0,0.04,0.54 +3730,Valkyria Chronicles II,PSP,2010,Role-Playing,Sega,0.12,0.16,0.18,0.09,0.54 +3731,Middle-Earth: Shadow of Mordor,X360,2014,Action,Warner Bros. Interactive Entertainment,0.28,0.21,0,0.05,0.54 +3732,Madden NFL 13,Wii,2012,Sports,Electronic Arts,0.51,0,0,0.03,0.54 +3733,Rune Factory 2: A Fantasy Harvest Moon,DS,2008,Role-Playing,Rising Star Games,0.33,0.03,0.15,0.03,0.54 +3734,Terminator Salvation,PS3,2009,Shooter,Warner Bros. Interactive Entertainment,0.13,0.29,0.01,0.11,0.54 +3735,Cars 2,PS3,2011,Racing,Disney Interactive Studios,0.22,0.23,0,0.09,0.54 +3736,Bratz: Rock Angelz,GBA,2004,Misc,THQ,0.39,0.14,0,0.01,0.54 +3737,How to Train Your Dragon,DS,2010,Action,Activision,0.32,0.17,0,0.05,0.54 +3738,SSX Tricky,GC,2001,Sports,Electronic Arts,0.42,0.11,0,0.01,0.54 +3739,WWE SmackDown vs. Raw 2010,DS,2009,Fighting,THQ,0.35,0.14,0,0.05,0.54 +3740,Greg Hastings' Tournament Paintball,XB,2004,Shooter,Activision,0.46,0.06,0,0.02,0.54 +3741,Hello Kitty: Big City Dreams,DS,2008,Puzzle,Empire Interactive,0.42,0.08,0,0.04,0.54 +3742,Star Fox Command,DS,2006,Shooter,Nintendo,0.39,0.01,0.1,0.04,0.54 +3743,World Soccer Winning Eleven 7 International (JP version),PS2,2004,Sports,Konami Digital Entertainment,0,0,0.54,0,0.54 +3744,ESPN NBA Basketball,PS2,2003,Sports,Sega,0.26,0.21,0,0.07,0.54 +3745,Inazuma Eleven GO,3DS,2011,Role-Playing,Nintendo,0,0.05,0.48,0,0.54 +3746,Over the Hedge,PS2,2006,Platform,Activision,0.45,0.02,0,0.07,0.54 +3747,Mat Hoffman's Pro BMX,PS,2001,Sports,Activision,0.3,0.2,0,0.04,0.54 +3748,Lego Star Wars: The Force Awakens,PS4,2016,Action,Warner Bros. Interactive Entertainment,0.14,0.32,0,0.08,0.54 +3749,Epic Mickey 2: The Power of Two,X360,2012,Action,Disney Interactive Studios,0.32,0.17,0,0.04,0.54 +3750,Popeye,2600,1982,Platform,Parker Bros.,0.5,0.03,0,0.01,0.54 +3751,Magician's Quest: Mysterious Times,DS,2008,Role-Playing,Konami Digital Entertainment,0.04,0.01,0.48,0,0.54 +3752,The Hobbit,PS2,2003,Platform,Vivendi Games,0.26,0.2,0,0.07,0.54 +3753,War of the Monsters,PS2,2003,Fighting,Sony Computer Entertainment,0.26,0.2,0,0.07,0.54 +3754,Tales of Symphonia: Dawn of the New World,Wii,2008,Role-Playing,Namco Bandai Games,0.22,0.05,0.24,0.03,0.54 +3755,NBA Street Vol. 2,GC,N/A,Sports,Electronic Arts,0.41,0.11,0,0.01,0.54 +3756,The Incredible Hulk: Ultimate Destruction,PS2,2005,Action,Vivendi Games,0.26,0.2,0,0.07,0.54 +3757,Star Wars Battlefront (2015),PC,2015,Shooter,Electronic Arts,0.13,0.37,0,0.04,0.54 +3758,"Sakura Taisen 2 - Kimi, Shinitamou Koto Nakare",SAT,1998,Adventure,Sega,0,0,0.53,0,0.53 +3759,Jewel Master Egypt,DS,2009,Puzzle,Rondomedia,0.21,0.27,0,0.05,0.53 +3760,Time Crisis II,PS2,2001,Shooter,Namco Bandai Games,0.26,0.2,0,0.07,0.53 +3761,Clock Tower,PS,1996,Adventure,ASCII Entertainment,0.07,0.05,0.38,0.03,0.53 +3762,NCAA March Madness 06,PS2,2005,Sports,Electronic Arts,0.45,0.02,0,0.07,0.53 +3763,SpongeBob SquarePants featuring Nicktoons: Globs of Doom,Wii,2008,Action,THQ,0.49,0,0,0.04,0.53 +3764,Jampack Volume 11,PS2,2004,Misc,Sony Computer Entertainment,0.26,0.2,0,0.07,0.53 +3765,Dragon's Crown,PS3,2013,Role-Playing,Nippon Ichi Software,0.25,0.07,0.17,0.05,0.53 +3766,Tactics Ogre: Let Us Cling Together,PSP,2010,Role-Playing,Square Enix,0.15,0.07,0.27,0.05,0.53 +3767,Legacy of Kain: Defiance,PS2,2003,Action,Eidos Interactive,0.26,0.2,0,0.07,0.53 +3768,SpongeBob SquarePants: Game Boy Advance Video Volume 2,GBA,2004,Misc,N/A,0.38,0.14,0,0.01,0.53 +3769,NCAA March Madness 2005,PS2,2004,Sports,Electronic Arts,0.44,0.02,0,0.07,0.53 +3770,007 Racing,PS,2000,Racing,Electronic Arts,0.3,0.2,0,0.03,0.53 +3771,Conflict: Vietnam,PS2,2004,Shooter,SCi,0.26,0.2,0,0.07,0.53 +3772,2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe,XB,2004,Misc,Sega,0.4,0.11,0,0.02,0.53 +3773,Mystery Dungeon: Shiren the Wanderer,DS,2006,Role-Playing,Sega,0.18,0,0.33,0.02,0.53 +3774,SimAnimals,DS,2009,Simulation,Electronic Arts,0.26,0.21,0,0.06,0.53 +3775,MLB SlugFest 20-04,PS2,2003,Sports,Midway Games,0.26,0.2,0,0.07,0.53 +3776,Gex 3: Deep Cover Gecko,PS,1999,Platform,Eidos Interactive,0.3,0.2,0,0.03,0.53 +3777,NASCAR 09,PS2,2008,Racing,Electronic Arts,0.26,0.2,0,0.07,0.53 +3778,Blitz: The League,XB,2004,Sports,Midway Games,0.4,0.11,0,0.02,0.53 +3779,Jampack Vol. 2,PS,1996,Misc,Sony Computer Entertainment,0.3,0.2,0,0.03,0.53 +3780,LEGO Jurassic World,WiiU,2015,Action,Warner Bros. Interactive Entertainment,0.28,0.19,0.02,0.04,0.53 +3781,Sesame Street: Once Upon A Monster,X360,2011,Misc,Warner Bros. Interactive Entertainment,0.39,0.1,0,0.04,0.53 +3782,Virtual Soccer,SNES,1993,Sports,Hudson Soft,0,0,0.53,0,0.53 +3783,Romance of the Three Kingdoms IV: Wall of Fire,SNES,1994,Strategy,Tecmo Koei,0,0,0.53,0,0.53 +3784,Winning Post,SNES,1993,Sports,Tecmo Koei,0,0,0.53,0,0.53 +3785,Peter Jackson's King Kong: The Official Game of the Movie,XB,2005,Action,Ubisoft,0.34,0.17,0,0.02,0.53 +3786,SingStar Dance,PS3,2010,Misc,Sony Computer Entertainment,0.09,0.32,0,0.12,0.53 +3787,Kirby and the Rainbow Curse,WiiU,2015,Platform,Nintendo,0.23,0.14,0.12,0.04,0.53 +3788,Burnout Revenge,XB,2005,Racing,Electronic Arts,0.32,0.19,0,0.01,0.53 +3789,FIFA 12,PSP,2011,Sports,Electronic Arts,0.12,0.26,0.02,0.14,0.53 +3790,Medal of Honor: European Assault,XB,2005,Shooter,Electronic Arts,0.32,0.19,0,0.02,0.53 +3791,Batman: Arkham City,PC,2011,Action,Warner Bros. Interactive Entertainment,0.16,0.28,0,0.09,0.53 +3792,Ty the Tasmanian Tiger 2: Bush Rescue,PS2,2004,Platform,Electronic Arts,0.26,0.2,0,0.07,0.53 +3793,The Lord of the Rings: The Fellowship of the Ring,XB,2002,Action,Universal Interactive,0.31,0.19,0,0.03,0.53 +3794,NBA 06,PS2,2005,Sports,Sony Computer Entertainment,0.26,0.2,0,0.07,0.53 +3795,Sonic & All-Stars Racing Transformed,WiiU,2012,Racing,Sega,0.2,0.27,0.02,0.05,0.53 +3796,Spider-Man,N64,2000,Action,Activision,0.43,0.09,0,0.01,0.53 +3797,We Cheer,Wii,2008,Simulation,505 Games,0.48,0,0,0.04,0.53 +3798,Tom Clancy's Ghost Recon Advanced Warfighter 2,PSP,2007,Shooter,Ubisoft,0.35,0.1,0,0.08,0.53 +3799,X-Men Legends,GC,2004,Role-Playing,Activision,0.41,0.11,0,0.01,0.53 +3800,Alice in Wonderland,Wii,2010,Adventure,Disney Interactive Studios,0.27,0.21,0,0.05,0.53 +3801,Littlest Pet Shop 3: Biggest Stars - Blue / Pink / Purple Team,DS,2010,Simulation,Electronic Arts,0.5,0,0,0.03,0.53 +3802,Front Mission 2,PS,1997,Strategy,SquareSoft,0,0,0.49,0.03,0.53 +3803,Bulletstorm,PS3,2011,Shooter,Electronic Arts,0.23,0.2,0.01,0.08,0.53 +3804,F.E.A.R. 2: Project Origin,X360,2009,Shooter,Warner Bros. Interactive Entertainment,0.32,0.15,0,0.05,0.53 +3805,Tiger Woods PGA Tour 11,X360,2010,Sports,Electronic Arts,0.28,0.2,0,0.05,0.53 +3806,Stuntman: Ignition,PS3,2007,Racing,THQ,0.17,0.26,0,0.1,0.53 +3807,Are You Smarter Than A 5th Grader?,DS,2007,Misc,Mindscape,0.48,0,0,0.04,0.53 +3808,F1 2009,PSP,2009,Racing,Codemasters,0.08,0.29,0,0.16,0.53 +3809,Oni,PS2,2001,Action,Take-Two Interactive,0.26,0.2,0,0.07,0.53 +3810,The Lord of the Rings: The Two Towers,GC,2002,Action,Electronic Arts,0.41,0.11,0,0.01,0.53 +3811,Juiced,PS2,2005,Racing,THQ,0.26,0.2,0,0.07,0.53 +3812,The Warriors,PS2,2005,Action,Take-Two Interactive,0.44,0.02,0,0.07,0.53 +3813,Batman: Arkham Origins Blackgate,PSV,2013,Action,Warner Bros. Interactive Entertainment,0.2,0.2,0,0.13,0.53 +3814,J-League Soccer: Prime Goal 2,SNES,1994,Sports,Namco Bandai Games,0,0,0.53,0,0.53 +3815,Go Diego Go! Safari Rescue,Wii,2008,Action,Take-Two Interactive,0.48,0.01,0,0.04,0.53 +3816,The Walking Dead: Survival Instinct,PS3,2013,Shooter,Activision,0.28,0.17,0,0.08,0.53 +3817,Picross 3D,DS,2009,Puzzle,Nintendo,0.3,0.03,0.16,0.03,0.53 +3818,Just Dance 2015,XOne,2014,Misc,Ubisoft,0.35,0.13,0,0.05,0.53 +3819,Silent Hill: Origins,PSP,2007,Action,Konami Digital Entertainment,0.22,0.16,0.04,0.1,0.53 +3820,NASCAR 2000,N64,1999,Racing,Electronic Arts,0.49,0.03,0,0,0.53 +3821,Wayne Gretzky's 3D Hockey,N64,1996,Sports,Nintendo,0.49,0.03,0,0,0.53 +3822,Pachi-Slot Aruze Oukoku 4,PS,2000,Misc,Aruze Corp,0,0,0.49,0.03,0.53 +3823,Return to Castle Wolfenstein: Operation Resurrection,PS2,2003,Shooter,Activision,0.26,0.2,0,0.07,0.53 +3824,Mario Tennis: Power Tour,GBA,2005,Sports,Nintendo,0.24,0.09,0.19,0.01,0.52 +3825,Seaman,DC,1999,Simulation,Sega,0,0,0.52,0,0.52 +3826,Guinness World Records: The Videogame,DS,2008,Action,Warner Bros. Interactive Entertainment,0.47,0.01,0,0.04,0.52 +3827,The Grinch,PS,1999,Adventure,Konami Digital Entertainment,0.29,0.2,0,0.03,0.52 +3828,GT Pro Series,Wii,2006,Racing,Ubisoft,0.46,0.01,0.02,0.04,0.52 +3829,Tales of Destiny,PS2,2006,Role-Playing,Namco Bandai Games,0,0,0.52,0,0.52 +3830,Spectrobes: Beyond the Portals,DS,2008,Role-Playing,Disney Interactive Studios,0.37,0.11,0,0.04,0.52 +3831,Classic Word Games,DS,2009,Misc,Ubisoft,0.09,0.37,0,0.07,0.52 +3832,Naruto Shippuden: Clash of Ninja Revolution 3,Wii,2009,Fighting,Nintendo,0.45,0.04,0,0.04,0.52 +3833,Fight Night Round 3,PSP,2006,Fighting,Electronic Arts,0.46,0.02,0,0.05,0.52 +3834,The Golden Compass,PS2,2007,Action,Sega,0.13,0,0,0.39,0.52 +3835,Final Fantasy Chronicles,PS,2001,Role-Playing,Square,0.29,0.2,0,0.03,0.52 +3836,NBA Live 08,X360,2007,Sports,Electronic Arts,0.47,0,0,0.04,0.52 +3837,Syphon Filter 3,PS,2001,Shooter,Sony Computer Entertainment,0.29,0.2,0,0.03,0.52 +3838,Star Wars Battlefront: Elite Squadron,DS,2009,Shooter,LucasArts,0.44,0.04,0,0.04,0.52 +3839,Metal Gear Solid 2: Substance,PS2,2002,Action,Konami Digital Entertainment,0.18,0.14,0.16,0.05,0.52 +3840,We Love Katamari,PS2,2005,Puzzle,Electronic Arts,0.26,0.2,0,0.07,0.52 +3841,NCAA Football 2003,XB,2002,Sports,Electronic Arts,0.39,0.11,0,0.02,0.52 +3842,Way of the Samurai 3,PS3,2008,Action,Gamebridge,0.18,0.08,0.22,0.04,0.52 +3843,NBA Live 09,PS3,2008,Sports,Electronic Arts,0.46,0,0.02,0.04,0.52 +3844,DC Universe Online,PS3,2011,Role-Playing,Sony Online Entertainment,0.35,0.12,0,0.06,0.52 +3845,Ready 2 Rumble Boxing: Round 2,PS,2000,Fighting,Midway Games,0.29,0.2,0,0.03,0.52 +3846,Mega Man 6,NES,1993,Platform,Capcom,0.28,0.07,0.16,0.01,0.52 +3847,Mission: Impossible,PS,1999,Action,Infogrames,0.29,0.2,0,0.03,0.52 +3848,Final Fantasy Explorers,3DS,2014,Role-Playing,Square Enix,0.15,0.07,0.28,0.02,0.52 +3849,Rival Schools: United By Fate,PS,1998,Fighting,Capcom,0.12,0.08,0.28,0.03,0.52 +3850,Bully: Scholarship Edition,Wii,2008,Action,Take-Two Interactive,0.17,0.29,0,0.06,0.52 +3851,IL-2 Sturmovik: Birds of Prey,X360,2009,Simulation,505 Games,0.23,0.24,0,0.05,0.52 +3852,PlayStation All-Stars Battle Royale,PSV,2012,Action,Sony Computer Entertainment,0.26,0.15,0.01,0.1,0.52 +3853,Ratatouille,PS3,2007,Action,THQ,0.09,0.32,0,0.11,0.52 +3854,Cars Toon: Mater's Tall Tales,Wii,2010,Misc,Disney Interactive Studios,0.46,0.02,0,0.03,0.52 +3855,Kung Fu Panda,PS3,2008,Action,Activision,0.21,0.21,0,0.09,0.52 +3856,Swing Away Golf,PS2,2000,Sports,Electronic Arts,0.17,0.13,0.18,0.04,0.52 +3857,J-League Pro Soccer Club o Tsukurou! 3,PS2,2003,Sports,Sega,0,0,0.52,0,0.52 +3858,Tomb Raider: Legend,PS2,2006,Action,Eidos Interactive,0.25,0.19,0.02,0.06,0.52 +3859,Ratatouille,Wii,2007,Action,THQ,0.44,0.04,0,0.04,0.52 +3860,Freedom Fighters,PS2,2003,Shooter,Electronic Arts,0.25,0.2,0,0.07,0.52 +3861,Gun,XB,2005,Shooter,Activision,0.38,0.12,0,0.02,0.52 +3862,That's So Raven 2: Supernatural Style,GBA,2005,Adventure,Disney Interactive Studios,0.37,0.14,0,0.01,0.52 +3863,Lair,PS3,2007,Action,Sony Computer Entertainment,0.36,0.04,0.08,0.04,0.52 +3864,Madden NFL 07,PS3,2006,Sports,Electronic Arts,0.47,0,0.01,0.04,0.52 +3865,The Punisher,PS2,2005,Action,THQ,0.25,0.2,0,0.07,0.52 +3866,Front Mission 3,PS,1999,Strategy,SquareSoft,0.1,0.07,0.31,0.03,0.52 +3867,Kenkou Ouen Recipe 1000: DS Kondate Zenshuu,DS,2006,Misc,Nintendo,0,0,0.52,0,0.52 +3868,SSX On Tour,PS2,2005,Sports,Electronic Arts,0.25,0.2,0,0.07,0.52 +3869,Tony Hawk's Pro Skater 3,GBA,2002,Sports,Activision,0.37,0.14,0,0.01,0.52 +3870,Harry Potter and the Prisoner of Azkaban,GBA,2004,Action,Electronic Arts,0.37,0.14,0,0.01,0.52 +3871,Petz: Hamsterz Life 2,DS,2007,Misc,Ubisoft,0.48,0,0,0.04,0.52 +3872,Omega Boost,PS,1999,Shooter,Sony Computer Entertainment,0.17,0.11,0.2,0.03,0.52 +3873,The Sims 2: Open for Business,PC,2006,Simulation,Electronic Arts,0.46,0.05,0,0,0.52 +3874,Iron Man,DS,2008,Action,Sega,0.35,0.12,0,0.05,0.52 +3875,NFL 2K3,XB,2002,Sports,Sega,0.38,0.11,0,0.02,0.52 +3876,NBA Live 2002,PS,2001,Sports,Electronic Arts,0.29,0.19,0,0.03,0.52 +3877,Jampack Winter 2002,PS2,2002,Misc,Sony Computer Entertainment,0.25,0.2,0,0.07,0.52 +3878,My Word Coach,Wii,2007,Misc,Ubisoft,0.46,0.02,0,0.04,0.51 +3879,Way of the Samurai,PS2,2002,Action,Eidos Interactive,0.13,0.1,0.25,0.03,0.51 +3880,Dragon Age: Origins,PC,2009,Role-Playing,Electronic Arts,0,0.46,0,0.06,0.51 +3881,Naruto Shippuden: Ultimate Ninja Storm 3,X360,2013,Fighting,Namco Bandai Games,0.29,0.17,0.01,0.04,0.51 +3882,Fishing Derby,2600,N/A,Sports,Activision,0.48,0.03,0,0.01,0.51 +3883,Pac-Man Fever,PS2,2001,Misc,Sony Computer Entertainment,0.25,0.2,0,0.07,0.51 +3884,The LEGO Movie Videogame,XOne,2014,Action,Warner Bros. Interactive Entertainment,0.34,0.13,0,0.04,0.51 +3885,The 3rd Birthday,PSP,2010,Role-Playing,Square Enix,0.13,0.07,0.27,0.05,0.51 +3886,Prince of Persia Trilogy,PS3,2010,Action,Ubisoft,0.17,0.25,0,0.09,0.51 +3887,International Track & Field,PS,1996,Sports,Konami Digital Entertainment,0.08,0.05,0.35,0.03,0.51 +3888,100 All-Time Favorites,DS,2009,Puzzle,Ubisoft,0.35,0.12,0,0.04,0.51 +3889,HSX HyperSonic.Xtreme,PS2,2002,Racing,Midas Interactive Entertainment,0.25,0.2,0,0.07,0.51 +3890,StarCraft II: Legacy of the Void,PC,2015,Strategy,Activision,0.18,0.29,0,0.04,0.51 +3891,Tiger Woods PGA Tour 13,X360,2012,Sports,Electronic Arts,0.29,0.18,0,0.04,0.51 +3892,SoulCalibur: Broken Destiny,PSP,2009,Fighting,Namco Bandai Games,0.12,0.2,0.07,0.12,0.51 +3893,The Saboteur,X360,2009,Action,Electronic Arts,0.26,0.21,0,0.05,0.51 +3894,Lords of the Fallen,PS4,2014,Role-Playing,Square Enix,0.17,0.23,0.02,0.09,0.51 +3895,Pro Evolution Soccer 2010,Wii,2009,Sports,Konami Digital Entertainment,0.12,0.27,0.06,0.05,0.51 +3896,Goldeneye 007: Reloaded,X360,2011,Shooter,Activision,0.25,0.21,0,0.05,0.51 +3897,Jam With the Band,DS,2008,Misc,Nintendo,0,0,0.51,0,0.51 +3898,Madden NFL 2004,GC,2003,Sports,Electronic Arts,0.4,0.1,0,0.01,0.51 +3899,Jikkyou Powerful Pro Yakyuu 10,PS2,2003,Sports,Konami Digital Entertainment,0,0,0.51,0,0.51 +3900,Summoner,PS2,2000,Role-Playing,THQ,0.25,0.2,0,0.07,0.51 +3901,Virtual Pool,PS,1997,Sports,Interplay,0.28,0.19,0,0.03,0.51 +3902,NBA Live 07,PSP,2006,Sports,Electronic Arts,0.47,0,0,0.04,0.51 +3903,Sega Bass Fishing,Wii,2008,Sports,Sega,0.46,0.01,0,0.04,0.51 +3904,Fire Emblem: Radiant Dawn,Wii,2007,Strategy,Nintendo,0.28,0.03,0.17,0.03,0.51 +3905,Dynasty Warriors,PSP,2004,Action,Tecmo Koei,0.18,0.01,0.3,0.02,0.51 +3906,"SpongeBob SquarePants: Lights, Camera, Pants!",GBA,2005,Misc,THQ,0.37,0.14,0,0.01,0.51 +3907,Dragon Ball: Raging Blast,X360,2009,Fighting,Namco Bandai Games,0.36,0.09,0.02,0.04,0.51 +3908,Rugrats: Scavenger Hunt,N64,1999,Misc,THQ,0.41,0.09,0,0.01,0.51 +3909,Wrecking Crew,NES,1985,Platform,Nintendo,0,0,0.51,0,0.51 +3910,International Superstar Soccer 2000 (All region sales),N64,1999,Sports,Konami Digital Entertainment,0.01,0.26,0.22,0.02,0.51 +3911,Major League Baseball 2K10,X360,2010,Sports,Take-Two Interactive,0.47,0,0,0.04,0.51 +3912,Monsters vs. Aliens,DS,2009,Action,Activision,0.33,0.13,0,0.05,0.51 +3913,"Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)",PS3,2010,Shooter,Activision,0.24,0.19,0,0.08,0.51 +3914,SpongeBob SquarePants: Creature from the Krusty Krab,Wii,2006,Platform,THQ,0.45,0.02,0,0.04,0.51 +3915,Lost: Via Domus,PS3,2008,Action,Ubisoft,0.19,0.23,0,0.09,0.51 +3916,NBA Live 2004,XB,2003,Sports,Electronic Arts,0.44,0.04,0,0.02,0.51 +3917,Dai-4-Ji Super Robot Taisen S,PS,1996,Strategy,Banpresto,0,0,0.48,0.03,0.51 +3918,Disney's Kim Possible: Revenge of Monkey Fist,GBA,2002,Platform,THQ,0.37,0.14,0,0.01,0.51 +3919,WWE SmackDown vs. RAW 2007,X360,2006,Fighting,THQ,0.44,0.03,0,0.04,0.51 +3920,Ace Combat Zero: The Belkan War,PS2,2006,Simulation,Namco Bandai Games,0.15,0.12,0.2,0.04,0.51 +3921,R.U.S.E.,PS3,2010,Strategy,Ubisoft,0.18,0.22,0.02,0.09,0.51 +3922,Disgaea 3: Absence of Justice,PS3,2008,Role-Playing,Square Enix,0.32,0.04,0.11,0.04,0.51 +3923,Test Drive Unlimited,PSP,2007,Racing,Atari,0.08,0.28,0,0.15,0.51 +3924,LEGO Dimensions,WiiU,2015,Action,Warner Bros. Interactive Entertainment,0.3,0.16,0,0.05,0.51 +3925,Picross DS,DS,2007,Puzzle,Nintendo,0.17,0.02,0.3,0.02,0.51 +3926,Final Fantasy II Anniversary Edition,PSP,2007,Role-Playing,Square Enix,0.36,0.03,0.07,0.04,0.51 +3927,NHL 07,PS2,2006,Sports,Electronic Arts,0.42,0.02,0,0.07,0.51 +3928,Harry Potter and the Half-Blood Prince,PSP,2009,Action,Electronic Arts,0.18,0.21,0,0.12,0.51 +3929,Quantum Break,XOne,2016,Action,Microsoft Game Studios,0.27,0.19,0.01,0.04,0.51 +3930,NBA 2K11,Wii,2010,Action,Take-Two Interactive,0.47,0.01,0,0.03,0.51 +3931,World Championship Poker,XB,2004,Misc,Crave Entertainment,0.37,0.11,0,0.02,0.51 +3932,The BIGS,PS2,2007,Sports,Take-Two Interactive,0.25,0.19,0,0.06,0.51 +3933,Final Fantasy,WS,2000,Role-Playing,SquareSoft,0,0,0.51,0,0.51 +3934,Burnout Revenge,X360,2006,Racing,Electronic Arts,0.42,0.05,0,0.04,0.51 +3935,Rory McIlroy PGA Tour,PS4,2015,Action,Electronic Arts,0.18,0.24,0,0.08,0.51 +3936,Euro Truck Simulator,PC,2008,Simulation,Rondomedia,0,0.42,0,0.09,0.51 +3937,Dragon Ball Z: Supersonic Warriors,GBA,2004,Fighting,Atari,0.36,0.13,0,0.01,0.51 +3938,Dishonored,PC,2012,Action,Bethesda Softworks,0.26,0.19,0,0.06,0.51 +3939,Paws & Claws: Dogs & Cats Best Friends,DS,2007,Simulation,THQ,0.46,0.01,0,0.04,0.51 +3940,NBA Ballers,XB,2004,Sports,Midway Games,0.37,0.11,0,0.02,0.51 +3941,Silent Hill 4: The Room,PS2,2004,Action,Konami Digital Entertainment,0.25,0.19,0,0.06,0.51 +3942,River Raid II,2600,1988,Shooter,Activision,0.47,0.03,0,0.01,0.51 +3943,Capcom Classics Collection,PS2,2005,Misc,Capcom,0.22,0.17,0.05,0.06,0.51 +3944,Guitar Hero Live,XOne,2015,Misc,Activision,0.29,0.17,0,0.05,0.51 +3945,Wolfenstein: The New Order,PS3,2014,Shooter,Bethesda Softworks,0.14,0.25,0.02,0.09,0.51 +3946,Monopoly Party,PS2,2002,Misc,Infogrames,0.25,0.19,0,0.06,0.51 +3947,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,DS,2009,Adventure,GSP,0.12,0.33,0,0.06,0.51 +3948,NHL FaceOff 98,PS,1997,Sports,Sony Computer Entertainment,0.28,0.19,0,0.03,0.51 +3949,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,GBA,2004,Action,THQ,0.36,0.13,0,0.01,0.5 +3950,F1 2012,X360,2012,Racing,Codemasters,0.1,0.35,0,0.06,0.5 +3951,NHL 09,X360,2008,Sports,Electronic Arts,0.45,0.01,0,0.04,0.5 +3952,Sonic Riders,PS2,2006,Racing,Sega,0.42,0.02,0,0.07,0.5 +3953,Looney Tunes: Back in Action,PS2,2003,Platform,Warner Bros. Interactive Entertainment,0.25,0.19,0,0.06,0.5 +3954,Wet,X360,N/A,Shooter,Bethesda Softworks,0.23,0.21,0.01,0.05,0.5 +3955,Midnight Magic,2600,1983,Action,Atari,0.47,0.03,0,0.01,0.5 +3956,Alice: Madness Returns,X360,2011,Adventure,Electronic Arts,0.27,0.15,0.04,0.04,0.5 +3957,Pro Evolution Soccer 2012,X360,2011,Action,Konami Digital Entertainment,0.1,0.34,0,0.07,0.5 +3958,Tiger Woods PGA Tour 07,PS3,2006,Sports,Electronic Arts,0.31,0.12,0,0.07,0.5 +3959,Midnight Club II,XB,2003,Racing,Take-Two Interactive,0.42,0.06,0,0.02,0.5 +3960,Atelier Rorona: Alchemist of Arland,PS3,2009,Role-Playing,Nippon Ichi Software,0.22,0.12,0.11,0.05,0.5 +3961,Monster Hunter Freedom 2,PS3,2011,Role-Playing,Capcom,0,0,0.5,0,0.5 +3962,Dragon Ball Z: Supersonic Warriors 2,DS,2005,Fighting,Atari,0.14,0.02,0.32,0.02,0.5 +3963,Avatar: The Last Airbender,GC,2006,Adventure,THQ,0.39,0.1,0,0.01,0.5 +3964,Blue's Clues: Blue's Big Musical,PS,2001,Misc,THQ,0.28,0.19,0,0.03,0.5 +3965,The Mummy Returns,PS2,2001,Action,Universal Interactive,0.25,0.19,0,0.06,0.5 +3966,Hitman: Blood Money,PS2,2006,Action,Eidos Interactive,0.25,0.19,0,0.06,0.5 +3967,Disney Sing It,PS2,2008,Misc,Disney Interactive Studios,0.25,0.19,0,0.06,0.5 +3968,Chopper Command,2600,1982,Shooter,Activision,0.47,0.03,0,0.01,0.5 +3969,Activision Anthology,PS2,2002,Misc,Activision,0.25,0.19,0,0.06,0.5 +3970,Crash: Mind Over Mutant,PS2,2008,Platform,Vivendi Games,0.25,0.19,0,0.06,0.5 +3971,WWE 2K16,X360,2015,Sports,Take-Two Interactive,0.27,0.19,0,0.04,0.5 +3972,LEGO The Hobbit,X360,2014,Action,Warner Bros. Interactive Entertainment,0.2,0.26,0,0.04,0.5 +3973,Babysitting Mama,Wii,2010,Simulation,505 Games,0.34,0.12,0,0.04,0.5 +3974,Boogie,Wii,2007,Misc,Electronic Arts,0.43,0.03,0,0.04,0.5 +3975,Theatrhythm: Final Fantasy,3DS,2012,Misc,Square Enix,0.22,0.07,0.18,0.02,0.5 +3976,Bleach: Soul Resurreccion,PS3,2011,Fighting,Nippon Ichi Software,0.27,0.11,0.07,0.05,0.5 +3977,Madden NFL 07,Wii,2006,Sports,Electronic Arts,0.46,0,0,0.04,0.5 +3978,Rugrats in Paris: The Movie,N64,2000,Action,THQ,0.4,0.09,0,0.01,0.5 +3979,Dance Dance Revolution Universe 2,X360,2007,Simulation,Konami Digital Entertainment,0.46,0.01,0,0.04,0.5 +3980,Star Wars: Jedi Starfighter,PS2,2002,Simulation,Activision,0.24,0.19,0,0.06,0.5 +3981,Tactics Ogre: The Knight of Lodis,GBA,2001,Role-Playing,Nintendo,0.13,0.05,0.31,0.01,0.5 +3982,Fortune Street,Wii,2011,Misc,Nintendo,0.27,0.04,0.17,0.02,0.5 +3983,Super Robot Taisen MX,PS2,2004,Strategy,Banpresto,0,0,0.5,0,0.5 +3984,Alice in Wonderland,DS,2010,Adventure,Disney Interactive Studios,0.27,0.18,0,0.05,0.5 +3985,NBA Street Homecourt,X360,2007,Sports,Electronic Arts,0.45,0.01,0,0.04,0.5 +3986,Spider-Man 2,DS,2004,Action,Activision,0.41,0.02,0.03,0.04,0.5 +3987,Bases Loaded '96: Double Header,PS,1995,Sports,Jaleco,0.28,0.19,0,0.03,0.5 +3988,Dead or Alive Ultimate,XB,2004,Fighting,Tecmo Koei,0.3,0.1,0.08,0.02,0.5 +3989,RPG Maker,PS,1997,Role-Playing,ASCII Entertainment,0.11,0.07,0.29,0.03,0.5 +3990,FIFA 14,PSV,2013,Sports,Electronic Arts,0.11,0.25,0.01,0.13,0.5 +3991,Star Wars: Clone Wars,PS2,2002,Shooter,LucasArts,0.24,0.19,0,0.06,0.5 +3992,The Saboteur,PS3,2009,Action,Electronic Arts,0.2,0.22,0,0.08,0.5 +3993,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,PS2,2004,Action,THQ,0.24,0.19,0,0.06,0.5 +3994,Metal Gear Rising: Revengeance,X360,2013,Action,Konami Digital Entertainment,0.29,0.16,0,0.04,0.5 +3995,Madden NFL 11,PS2,2010,Sports,Electronic Arts,0.41,0.02,0,0.07,0.5 +3996,Major League Baseball 2K12,X360,2012,Sports,Take-Two Interactive,0.47,0,0,0.03,0.5 +3997,Alien: Isolation,XOne,2014,Shooter,Sega,0.22,0.24,0,0.04,0.5 +3998,The Price is Right,DS,2008,Misc,Ubisoft,0.46,0,0,0.04,0.5 +3999,Monster Hunter,PS2,2004,Role-Playing,Capcom,0.11,0.08,0.28,0.03,0.5 +4000,Cars 2,X360,2011,Racing,Disney Interactive Studios,0.28,0.17,0,0.05,0.5 +4001,Dreamworks Madagascar Kartz,Wii,2009,Racing,Activision,0.29,0.16,0,0.05,0.5 +4002,Tony Hawk's Underground 2,GC,2004,Sports,Activision,0.38,0.1,0,0.01,0.5 +4003,SplashDown: Rides Gone Wild,PS2,2003,Racing,THQ,0.24,0.19,0,0.06,0.5 +4004,Super Famista 5,SNES,1996,Sports,Namco Bandai Games,0,0,0.5,0,0.5 +4005,Dynasty Warriors: Gundam 2,PS3,2008,Action,Namco Bandai Games,0.09,0.07,0.32,0.03,0.5 +4006,Shrek SuperSlam,PS2,2005,Action,Activision,0.24,0.19,0,0.06,0.5 +4007,Rayman Advance,GBA,2001,Platform,Ubisoft,0.36,0.13,0,0.01,0.5 +4008,Super Robot Taisen Z,PS2,2008,Strategy,Namco Bandai Games,0,0,0.5,0,0.5 +4009,PoPoLoCrois Monogatari,PS,1996,Role-Playing,Sony Computer Entertainment,0,0,0.46,0.03,0.5 +4010,Tomb Raider: Anniversary,PS2,2007,Action,Eidos Interactive,0.41,0.02,0,0.07,0.5 +4011,Fantastic 4,PS2,2005,Action,Activision,0.41,0.01,0,0.07,0.5 +4012,Epic Mickey 2: The Power of Two,PS3,2012,Action,Disney Interactive Studios,0.21,0.2,0,0.08,0.5 +4013,Men in Black II: Alien Escape,PS2,2002,Shooter,Infogrames,0.24,0.19,0,0.06,0.5 +4014,The Evil Within,X360,2014,Action,Bethesda Softworks,0.25,0.2,0.01,0.04,0.5 +4015,RealSports Tennis,2600,1982,Sports,Atari,0.46,0.03,0,0.01,0.5 +4016,Nicktoons: Attack of the Toybots,PS2,2007,Platform,THQ,0.24,0.19,0,0.06,0.5 +4017,Raiders of the Lost Ark,2600,1981,Action,Atari,0.46,0.03,0,0.01,0.5 +4018,Gauntlet,2600,1982,Action,Answer Software,0.46,0.03,0,0.01,0.5 +4019,Ridge Racer 3D,3DS,2011,Racing,Namco Bandai Games,0.19,0.15,0.12,0.03,0.5 +4020,Cars Mater-National Championship,Wii,2007,Racing,THQ,0.46,0,0,0.04,0.49 +4021,Ace Combat: Assault Horizon,X360,2011,Action,Namco Bandai Games,0.3,0.12,0.03,0.04,0.49 +4022,Resident Evil: The Mercenaries 3D,3DS,2011,Action,Capcom,0.16,0.17,0.13,0.03,0.49 +4023,Super Monkey Ball 3D,3DS,2011,Action,Sega,0.26,0.15,0.05,0.04,0.49 +4024,Tony Hawk's Project 8,X360,2006,Sports,Activision,0.44,0.02,0,0.04,0.49 +4025,Tony Hawk's Underground 2,GBA,2004,Sports,Activision,0.35,0.13,0,0.01,0.49 +4026,MotorStorm: Apocalypse,PS3,2011,Racing,Sony Computer Entertainment,0.21,0.2,0,0.08,0.49 +4027,Ice Hockey,2600,1980,Sports,Activision,0.46,0.03,0,0.01,0.49 +4028,Dragon Quest Heroes: The World's Tree Woe and the Blight Below,PS3,2015,Action,Square Enix,0,0,0.49,0,0.49 +4029,Lego Batman 3: Beyond Gotham,PSV,2014,Action,Warner Bros. Interactive Entertainment,0.09,0.29,0,0.11,0.49 +4030,The Matrix: Path of Neo,PS2,2005,Action,Atari,0.41,0.01,0,0.07,0.49 +4031,Kane & Lynch 2: Dog Days,X360,2010,Shooter,Square Enix,0.2,0.23,0.01,0.05,0.49 +4032,Lollipop Chainsaw,X360,2012,Action,Warner Bros. Interactive Entertainment,0.31,0.13,0.02,0.04,0.49 +4033,WWE Wrestlemania X8,GC,2002,Fighting,THQ,0.38,0.1,0,0.01,0.49 +4034,Sonic Lost World,3DS,2013,Platform,Sega,0.24,0.15,0.07,0.03,0.49 +4035,Power Rangers: Dino Thunder,GBA,2003,Action,THQ,0.35,0.13,0,0.01,0.49 +4036,GoldenEye: Rogue Agent,XB,2004,Shooter,Electronic Arts,0.34,0.13,0,0.02,0.49 +4037,Ultimate I Spy,Wii,2008,Adventure,Scholastic Inc.,0.45,0,0,0.03,0.49 +4038,SpongeBob SquarePants: Creature from the Krusty Krab,DS,2006,Platform,THQ,0.45,0,0,0.04,0.49 +4039,The Sims,GC,2003,Simulation,Electronic Arts,0.35,0.13,0,0.01,0.49 +4040,Grandia III,PS2,2005,Role-Playing,Square Enix,0.12,0.1,0.24,0.03,0.49 +4041,FIFA Soccer 09,DS,2008,Sports,Electronic Arts,0.12,0.31,0,0.06,0.49 +4042,Mobile Suit Gundam Seed Destiny: Rengou vs. Z.A.F.T. II Plus,PS2,2006,Shooter,Namco Bandai Games,0,0,0.49,0,0.49 +4043,Mario & Wario,SNES,1993,Puzzle,Nintendo,0,0,0.49,0,0.49 +4044,Scarface: The World is Yours,XB,2006,Action,Vivendi Games,0.37,0.11,0,0.02,0.49 +4045,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",Wii,2009,Shooter,Activision,0.24,0.2,0,0.05,0.49 +4046,Pokemon Art Academy,3DS,2014,Misc,Nintendo,0.18,0.12,0.16,0.03,0.49 +4047,FIFA Soccer 64,N64,1997,Sports,Electronic Arts,0.16,0.3,0,0.03,0.49 +4048,Dragon Ball Z: Burst Limit,X360,2008,Fighting,Atari,0.24,0.18,0.03,0.05,0.49 +4049,Bakugan Battle Brawlers: Defenders of the Core,DS,2010,Action,Activision,0.42,0.02,0.02,0.03,0.49 +4050,Medal of Honor,PC,2010,Shooter,Electronic Arts,0.2,0.23,0,0.07,0.49 +4051,Doom 3 BFG Edition,X360,2012,Shooter,Bethesda Softworks,0.28,0.17,0,0.04,0.49 +4052,J-League Pro Soccer Club wo Tsukurou! 2,SAT,1997,Sports,Sega,0,0,0.49,0,0.49 +4053,Terraria,PS3,2013,Action,505 Games,0.07,0.26,0.09,0.07,0.49 +4054,Backyard Baseball,PS2,2004,Sports,Atari,0.24,0.19,0,0.06,0.49 +4055,WipEout Pulse,PS2,2009,Racing,Sony Computer Entertainment,0,0.15,0,0.33,0.49 +4056,Barbie Horse Adventures: Wild Horse Rescue,PS2,2003,Sports,Universal Interactive,0.24,0.19,0,0.06,0.49 +4057,Epic Mickey: Power of Illusion,3DS,2012,Action,Disney Interactive Studios,0.36,0.04,0.04,0.04,0.49 +4058,LEGO Marvel Super Heroes,DS,2013,Action,Warner Bros. Interactive Entertainment,0.28,0.17,0,0.04,0.49 +4059,Taiko no Tatsujin: Appare Sandaime,PS2,2003,Misc,Namco Bandai Games,0,0,0.49,0,0.49 +4060,Alone in the Dark,X360,2008,Adventure,Atari,0.14,0.3,0,0.05,0.49 +4061,One Piece: Grand Battle!,PS,2001,Fighting,Atari,0,0,0.46,0.03,0.49 +4062,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",PS2,2009,Shooter,Activision,0.25,0.01,0,0.22,0.49 +4063,Football Manager Handheld 2009,PSP,2008,Sports,Sega,0,0.47,0,0.02,0.49 +4064,Sniper: Art of Victory,PC,2008,Shooter,City Interactive,0,0.45,0,0.03,0.49 +4065,Crazy Taxi,GC,2001,Racing,Acclaim Entertainment,0.36,0.09,0.02,0.01,0.49 +4066,Spy Hunter 2,PS2,2003,Racing,Midway Games,0.24,0.19,0,0.06,0.49 +4067,F1 2014,PS3,2014,Racing,Codemasters,0.07,0.31,0.02,0.08,0.49 +4068,Pac-Man World 2,XB,2002,Action,Namco Bandai Games,0.36,0.11,0,0.02,0.49 +4069,Bass Pro Shops: The Strike,Wii,2009,Sports,XS Games,0.45,0,0,0.03,0.49 +4070,Die Hard Trilogy 2: Viva Las Vegas,PS,1999,Action,Fox Interactive,0.27,0.18,0,0.03,0.49 +4071,Jake Power: Fireman,DS,2008,Adventure,Ubisoft,0.08,0.35,0,0.06,0.49 +4072,Asphalt 3D,3DS,2011,Racing,Ubisoft,0.27,0.16,0.02,0.04,0.49 +4073,Momotarou Dentetsu X: Kyuushuu-hen mo Arubai,PS2,2001,Misc,Hudson Soft,0,0,0.49,0,0.49 +4074,Steel Diver,3DS,2011,Action,Nintendo,0.31,0.1,0.05,0.03,0.49 +4075,Tales of Legendia,PS2,2005,Role-Playing,Namco Bandai Games,0.07,0.05,0.35,0.02,0.49 +4076,SimCity 2000,SNES,1995,Simulation,THQ,0,0,0.49,0,0.49 +4077,Crash of the Titans,DS,2007,Action,Vivendi Games,0.42,0.02,0,0.04,0.49 +4078,Far Cry 2,PC,2008,Action,Ubisoft,0.01,0.45,0,0.03,0.49 +4079,Battlefield: Hardline,PS3,2015,Shooter,Electronic Arts,0.12,0.23,0.07,0.07,0.49 +4080,Harry Potter and the Order of the Phoenix,Wii,2007,Action,Electronic Arts,0.38,0.06,0,0.04,0.49 +4081,Rayman Raving Rabbids: TV Party,DS,2008,Misc,Ubisoft,0.44,0.01,0,0.04,0.49 +4082,F.E.A.R. 2: Project Origin,PS3,2009,Shooter,Warner Bros. Interactive Entertainment,0.19,0.21,0.01,0.08,0.49 +4083,Sonic & All-Stars Racing Transformed,PSV,2012,Racing,Sega,0.12,0.25,0,0.11,0.48 +4084,Scene It? Lights Camera Action,X360,2007,Misc,Microsoft Game Studios,0.43,0.02,0,0.04,0.48 +4085,Dead Space Extraction,Wii,2009,Shooter,Electronic Arts,0.33,0.11,0.01,0.04,0.48 +4086,Scrabble 2007 Edition,DS,2007,Puzzle,Ubisoft,0,0.48,0,0,0.48 +4087,Shrek the Third,PS2,2007,Action,Activision,0.4,0.02,0,0.07,0.48 +4088,Metal Gear Solid HD Edition,PSV,2012,Action,Konami Digital Entertainment,0.16,0.18,0.05,0.09,0.48 +4089,Children of Mana,DS,2006,Role-Playing,Nintendo,0.16,0.01,0.29,0.02,0.48 +4090,Madagascar: Operation Penguin,GBA,2005,Action,Activision,0.35,0.13,0,0.01,0.48 +4091,Active Life: Extreme Challenge,Wii,2009,Sports,Namco Bandai Games,0.15,0.27,0,0.06,0.48 +4092,The Sims 2: Pets,Wii,2007,Simulation,Electronic Arts,0.42,0.03,0,0.04,0.48 +4093,Mario Golf: World Tour,3DS,2014,Sports,Nintendo,0.15,0.14,0.17,0.03,0.48 +4094,Need for Speed: Porsche Unleashed,GBA,2004,Racing,Zoo Digital Publishing,0.35,0.13,0,0.01,0.48 +4095,Yu-Gi-Oh! Forbidden Memories (JP sales),PS,1999,Role-Playing,Konami Digital Entertainment,0,0,0.45,0.03,0.48 +4096,NFL Street 2,XB,2004,Sports,Electronic Arts,0.36,0.11,0,0.02,0.48 +4097,Silent Hill: Shattered Memories,Wii,2009,Action,Konami Digital Entertainment,0.23,0.19,0.01,0.05,0.48 +4098,Millipede,2600,1983,Shooter,Atari,0.45,0.03,0,0.01,0.48 +4099,The Legend of the Mystical Ninja,SNES,1991,Adventure,Konami Digital Entertainment,0,0,0.48,0,0.48 +4100,You're in the Movies,X360,2008,Misc,Microsoft Game Studios,0.27,0.17,0,0.05,0.48 +4101,Dark Sector,X360,2008,Shooter,D3Publisher,0.22,0.2,0.01,0.05,0.48 +4102,James Bond 007: Blood Stone,X360,2010,Shooter,Activision,0.2,0.24,0,0.05,0.48 +4103,Jeopardy!,PS2,2003,Misc,Atari,0.24,0.18,0,0.06,0.48 +4104,Destroy All Humans! 2,PS2,2006,Action,THQ,0.4,0.02,0,0.07,0.48 +4105,ECW Hardcore Revolution,PS,1999,Fighting,Acclaim Entertainment,0.27,0.18,0,0.03,0.48 +4106,Pinball Hall of Fame: The Williams Collection,Wii,2008,Misc,System 3 Arcade Software,0.42,0.03,0,0.04,0.48 +4107,Tiger Woods PGA Tour 07,X360,2006,Sports,Electronic Arts,0.44,0,0,0.04,0.48 +4108,Wu-Tang: Shaolin Style,PS,1998,Fighting,Activision,0.27,0.18,0,0.03,0.48 +4109,World of Warcraft: Warlords of Draenor,PC,2014,Action,Activision Blizzard,0.08,0.36,0,0.04,0.48 +4110,Rock Band Unplugged,PSP,2009,Misc,MTV Games,0.24,0.15,0,0.1,0.48 +4111,OkamiDen,DS,2010,Adventure,Capcom,0.25,0.07,0.13,0.03,0.48 +4112,Crash: Mind Over Mutant,X360,2008,Platform,Vivendi Games,0.22,0.21,0,0.05,0.48 +4113,2010 FIFA World Cup South Africa,PSP,2010,Sports,Electronic Arts,0.09,0.24,0.03,0.12,0.48 +4114,Secret Weapons Over Normandy,PS2,2003,Simulation,LucasArts,0.24,0.18,0,0.06,0.48 +4115,Go Diego Go! Great Dinosaur Rescue,DS,2008,Action,Take-Two Interactive,0.44,0.01,0,0.03,0.48 +4116,All-Star Baseball 99,N64,1998,Sports,Acclaim Entertainment,0.44,0.04,0,0,0.48 +4117,Harvest Moon 64,N64,1999,Simulation,Pack In Soft,0.25,0.06,0.11,0.06,0.48 +4118,NCAA Football 09,PS2,2008,Sports,Electronic Arts,0.4,0.02,0,0.07,0.48 +4119,Bratz: The Movie,PS2,2007,Simulation,THQ,0.24,0.18,0,0.06,0.48 +4120,FIFA Soccer 13,WiiU,2012,Action,Electronic Arts,0.18,0.26,0,0.04,0.48 +4121,Harvest Moon DS (US sales),DS,2005,Simulation,Rising Star Games,0.41,0.07,0,0,0.48 +4122,Vigilante 8: 2nd Offense,PS,1999,Racing,Activision,0.27,0.18,0,0.03,0.48 +4123,Two Worlds II,PS3,2011,Role-Playing,Unknown,0.26,0.11,0.06,0.05,0.48 +4124,Football Manager 2015,PC,2014,Simulation,Sega,0,0.43,0,0.05,0.48 +4125,Theme Park Roller Coaster,PS2,2000,Strategy,Electronic Arts,0.23,0.18,0,0.06,0.48 +4126,Need for Speed: Hot Pursuit,Wii,2010,Racing,Electronic Arts,0.18,0.24,0,0.05,0.48 +4127,Skylanders: SuperChargers,WiiU,2015,Action,Activision,0.25,0.18,0,0.04,0.48 +4128,Viva Pinata: Trouble in Paradise,X360,2008,Simulation,Microsoft Game Studios,0.16,0.25,0.01,0.05,0.48 +4129,Nickelodeon Team Umizoomi,DS,2011,Action,Take-Two Interactive,0.45,0,0,0.03,0.48 +4130,FlingSmash,Wii,2010,Action,Nintendo,0.38,0.01,0.07,0.02,0.48 +4131,NFL Xtreme 2,PS,1999,Sports,989 Studios,0.27,0.18,0,0.03,0.48 +4132,Spider-Man 3,Wii,2007,Platform,Activision,0.42,0.02,0,0.04,0.48 +4133,Midnight Club: Street Racing,GBA,2001,Racing,Rebellion,0.34,0.13,0,0.01,0.48 +4134,Dynasty Warriors Gundam,PS3,2007,Action,Tecmo Koei,0.14,0.01,0.31,0.02,0.48 +4135,Tomb Raider: Underworld,Wii,2008,Action,Eidos Interactive,0.14,0.28,0,0.06,0.48 +4136,Final Fantasy Crystal Chronicles: Echoes of Time,DS,2009,Role-Playing,Square Enix,0.12,0.06,0.27,0.02,0.48 +4137,Fable,X360,2014,Role-Playing,Microsoft Game Studios,0.25,0.19,0.01,0.04,0.48 +4138,Tiger Woods PGA Tour 06,XB,2005,Sports,Electronic Arts,0.35,0.11,0,0.02,0.48 +4139,FIFA World Cup Germany 2006,X360,2006,Sports,Electronic Arts,0.19,0.27,0.01,0,0.48 +4140,Up,PS2,2009,Action,THQ,0.19,0.05,0,0.24,0.48 +4141,Grand Prix,2600,1981,Racing,Activision,0.45,0.03,0,0,0.48 +4142,Ford Racing Off Road,Wii,2008,Racing,Xplosiv,0.06,0.4,0,0.01,0.48 +4143,SimCity Creator,Wii,2008,Simulation,Electronic Arts,0.37,0.03,0.04,0.04,0.48 +4144,World of Outlaws: Sprint Cars 2002,PS2,2002,Racing,Ignition Entertainment,0.23,0.18,0,0.06,0.48 +4145,Cars: Race-O-Rama,DS,2009,Racing,THQ,0.35,0.09,0,0.04,0.48 +4146,Emergency Heroes,Wii,2008,Racing,Ubisoft,0.15,0.27,0,0.06,0.48 +4147,Sonic the Hedgehog,PS3,N/A,Platform,N/A,0,0.48,0,0,0.48 +4148,Fantavision,PS2,2000,Puzzle,Sony Computer Entertainment,0.14,0.11,0.19,0.04,0.47 +4149,Double Dragon,2600,1989,Action,Activision,0.45,0.02,0,0.01,0.47 +4150,Alien Trilogy,PS,1996,Shooter,Acclaim Entertainment,0.24,0.16,0.04,0.03,0.47 +4151,NBA Live 99,N64,1998,Sports,Electronic Arts,0.45,0.02,0,0,0.47 +4152,Bravely Second: End Layer,3DS,2015,Role-Playing,Nintendo,0.16,0.11,0.18,0.03,0.47 +4153,Karate,2600,N/A,Fighting,Ultravision,0.44,0.03,0,0,0.47 +4154,Dark Sector,PS3,2008,Shooter,D3Publisher,0.23,0.16,0.01,0.07,0.47 +4155,Unreal Tournament III,X360,2008,Shooter,Midway Games,0.25,0.17,0.01,0.05,0.47 +4156,X-Men: Next Dimension,PS2,2002,Fighting,Activision,0.23,0.18,0,0.06,0.47 +4157,Street Fighter X Tekken,X360,2012,Fighting,Capcom,0.31,0.1,0.03,0.03,0.47 +4158,The Godfather (JP sales),PS2,2006,Action,Electronic Arts,0.39,0.02,0,0.06,0.47 +4159,MySims Racing,Wii,2009,Racing,Electronic Arts,0.19,0.23,0,0.05,0.47 +4160,Hamsterz Life,DS,2006,Action,Ubisoft,0.43,0.01,0,0.04,0.47 +4161,Dragon Age Origins: Awakening,X360,2010,Role-Playing,Electronic Arts,0.33,0.1,0,0.04,0.47 +4162,Super Puyo Puyo 2,SNES,1995,Puzzle,Compile,0,0,0.47,0,0.47 +4163,Gauntlet Legends,PS,2000,Action,Midway Games,0.26,0.18,0,0.03,0.47 +4164,Castlevania: Dawn of Sorrow,DS,2005,Platform,Konami Digital Entertainment,0.37,0.04,0.03,0.04,0.47 +4165,Naruto Shippuden: Ultimate Ninja Storm Revolution,PS3,2014,Fighting,Namco Bandai Games,0.15,0.16,0.09,0.08,0.47 +4166,Deadpool,PS3,2013,Action,Activision,0.23,0.17,0,0.08,0.47 +4167,WipEout,PS,1995,Action,Psygnosis,0.26,0.18,0,0.03,0.47 +4168,ICO,PS2,2001,Action,Sony Computer Entertainment,0.23,0.18,0,0.06,0.47 +4169,Silent Hill: Downpour,PS3,2012,Action,Konami Digital Entertainment,0.21,0.16,0.04,0.06,0.47 +4170,2014 FIFA World Cup Brazil,X360,2014,Sports,Electronic Arts,0.14,0.28,0,0.04,0.47 +4171,WWE SmackDown vs. Raw 2011,Wii,2010,Fighting,THQ,0.3,0.13,0,0.04,0.47 +4172,Dragon Quest 25 Shuunen Kinin: Famicom & Super Famicom Dragon Quest I-II-III,Wii,2011,Role-Playing,Square Enix,0,0,0.47,0,0.47 +4173,Victorious Boxers: Ippo's Road to Glory,PS2,2000,Fighting,Empire Interactive,0.05,0.04,0.38,0.01,0.47 +4174,Petz Sports,Wii,2008,Simulation,Ubisoft,0.42,0.01,0,0.04,0.47 +4175,Lego Batman 3: Beyond Gotham,WiiU,2014,Action,Warner Bros. Interactive Entertainment,0.23,0.21,0,0.04,0.47 +4176,Densetsu no Stafi,GBA,2002,Platform,Nintendo,0,0,0.46,0.01,0.47 +4177,Valkyrie Profile 2: Silmeria,PS2,2006,Role-Playing,Square Enix,0.04,0.03,0.39,0.01,0.47 +4178,Hot Wheels Velocity X,PS2,2002,Racing,THQ,0.23,0.18,0,0.06,0.47 +4179,Shadowrun,X360,2007,Role-Playing,Microsoft Game Studios,0.41,0.02,0,0.04,0.47 +4180,FIFA Soccer 13,PSV,2012,Action,Electronic Arts,0,0.3,0.05,0.12,0.47 +4181,Virtua Tennis 4: World Tour,PSV,2011,Sports,Sega,0.05,0.3,0.01,0.12,0.47 +4182,"Warhammer 40,000: Dawn of War II",PC,2009,Strategy,THQ,0,0.45,0,0.02,0.47 +4183,Crazy Taxi: Fare Wars,PSP,2007,Racing,Sega,0.1,0.22,0.02,0.12,0.47 +4184,Clash of Elementalists,DS,2010,Action,Level 5,0,0,0.47,0,0.47 +4185,Spider-Man 3,DS,2007,Platform,Activision,0.41,0.02,0,0.04,0.47 +4186,Disney Infinity 3.0,PS3,2015,Action,Disney Interactive Studios,0.14,0.25,0,0.08,0.47 +4187,L.A. Rush,PS2,2005,Racing,Midway Games,0.23,0.18,0,0.06,0.47 +4188,Bomberman Hero,N64,1998,Platform,Nintendo,0.27,0.06,0.08,0.05,0.47 +4189,Automobili Lamborghini,N64,1997,Racing,Titus,0.28,0.17,0,0.01,0.47 +4190,Quest 64,N64,1998,Role-Playing,Konami Digital Entertainment,0.38,0.08,0,0.01,0.47 +4191,Momotarou Dentetsu V,PS,1999,Misc,Hudson Entertainment,0,0,0.44,0.03,0.47 +4192,Doom 64,N64,1997,Shooter,Midway Games,0.38,0.08,0,0.01,0.47 +4193,Boom Blox Bash Party,Wii,2009,Puzzle,Electronic Arts,0.34,0.09,0,0.04,0.47 +4194,The Sims 3: Ambitions,PC,2010,Simulation,Electronic Arts,0,0.29,0,0.18,0.47 +4195,Dead or Alive 4,X360,2005,Fighting,Tecmo Koei,0.3,0.03,0.1,0.03,0.47 +4196,Commando,2600,1987,Action,Activision,0.44,0.02,0,0,0.47 +4197,Rise of Nightmares,X360,2011,Action,Sega,0.28,0.13,0.01,0.04,0.47 +4198,The Princess and the Frog,Wii,2009,Platform,Disney Interactive Studios,0.29,0.13,0,0.04,0.47 +4199,NBA Ballers: Phenom,PS2,2006,Sports,Midway Games,0.23,0.18,0,0.06,0.47 +4200,Need for Speed Carbon,XB,2006,Racing,Electronic Arts,0.35,0.1,0,0.02,0.47 +4201,Tiger Woods PGA Tour 07,Wii,N/A,Sports,Electronic Arts,0.43,0,0,0.04,0.47 +4202,NHL 16,XOne,2015,Sports,Electronic Arts,0.37,0.05,0,0.05,0.47 +4203,FIFA 12,PC,2011,Sports,Electronic Arts,0.04,0.33,0,0.1,0.47 +4204,MTV Music Generator,PS,1999,Misc,Codemasters,0.26,0.18,0,0.03,0.47 +4205,Spider-Man: Friend or Foe,DS,2007,Action,Activision,0.43,0,0,0.04,0.47 +4206,Major League Baseball 2K13,X360,2013,Sports,Take-Two Interactive,0.44,0,0,0.03,0.47 +4207,Super Momotarou Dentetsu DX,SNES,1995,Misc,Hudson Soft,0,0,0.47,0,0.47 +4208,World Soccer Winning Eleven 8: Liveware Evolution,PS2,2005,Sports,Konami Digital Entertainment,0,0,0.47,0,0.47 +4209,The Sims 3: Outdoor Living Stuff,PC,2011,Simulation,Electronic Arts,0,0.38,0,0.09,0.47 +4210,Cars: Race-O-Rama,PS2,2009,Racing,THQ,0.27,0.03,0,0.17,0.47 +4211,Downhill Domination,PS2,2003,Racing,Codemasters,0.23,0.18,0,0.06,0.47 +4212,NHL 15,X360,2014,Sports,Electronic Arts,0.35,0.07,0,0.04,0.47 +4213,Pirates of the Caribbean: Dead Man's Chest,GBA,2006,Adventure,Disney Interactive Studios,0.33,0.12,0,0.01,0.47 +4214,World Series of Poker,PS2,2005,Misc,Activision,0.39,0.01,0,0.06,0.47 +4215,Inazuma Eleven Go 2: Chrono Stone,3DS,2012,Role-Playing,Level 5,0,0.01,0.46,0,0.47 +4216,NHL 97,PS,1996,Sports,Electronic Arts,0.26,0.18,0,0.03,0.47 +4217,We Sing Encore,Wii,2010,Misc,Nordic Games,0,0.41,0,0.06,0.47 +4218,Kong: The 8th Wonder of the World,GBA,2005,Action,Ubisoft,0.33,0.12,0,0.01,0.47 +4219,MX vs. ATV: Alive,PS3,2011,Racing,THQ,0.24,0.15,0,0.07,0.47 +4220,Mega Man Star Force 3: Black Ace / Red Joker,DS,2008,Action,Capcom,0.22,0,0.22,0.02,0.47 +4221,Crayola: Treasure Adventures,DS,2007,Puzzle,Ignition Entertainment,0.43,0.01,0,0.03,0.47 +4222,Godzilla: Save the Earth,PS2,2004,Fighting,Atari,0.23,0.18,0,0.06,0.47 +4223,Dance Dance Revolution: Mario Mix,GC,2005,Misc,Nintendo,0.36,0.09,0,0.01,0.47 +4224,Metal Gear Solid: The Twin Snakes,GC,2004,Action,Konami Digital Entertainment,0.3,0.08,0.07,0.01,0.47 +4225,Imagine: Figure Skater (US sales),DS,2007,Sports,Ubisoft,0.46,0.01,0,0,0.47 +4226,Mat Hoffman's Pro BMX 2,PS2,2002,Sports,Activision,0.23,0.18,0,0.06,0.46 +4227,Metal Gear Solid: The Essential Collection,PS2,2007,Adventure,Konami Digital Entertainment,0.23,0.18,0,0.06,0.46 +4228,The Legend of Spyro: Dawn of the Dragon,DS,2008,Platform,Vivendi Games,0.26,0.15,0,0.05,0.46 +4229,Iridion 3D,GBA,2001,Shooter,THQ,0.33,0.12,0,0.01,0.46 +4230,MX vs. ATV Untamed,PS3,2007,Racing,THQ,0.35,0.06,0,0.05,0.46 +4231,Classic NES Series: Pac-Man,GBA,2004,Puzzle,Nintendo,0.25,0.09,0.12,0.01,0.46 +4232,Destroy All Humans!,XB,2005,Shooter,THQ,0.34,0.11,0,0.02,0.46 +4233,Dragon Ball Z: Collectible Card Game,GBA,2002,Misc,Infogrames,0.33,0.12,0,0.01,0.46 +4234,Circus Atari,2600,N/A,Action,Atari,0.43,0.03,0,0,0.46 +4235,Country Dance 2,Wii,2011,Misc,GameMill Entertainment,0.44,0,0,0.03,0.46 +4236,Razor Freestyle Scooter,PS,1999,Sports,Ubisoft,0.26,0.17,0,0.03,0.46 +4237,Crash of the Titans,Wii,2007,Action,Vivendi Games,0.4,0.03,0,0.04,0.46 +4238,F.E.A.R. 3,PS3,2011,Shooter,Warner Bros. Interactive Entertainment,0.21,0.17,0.01,0.07,0.46 +4239,Disney's Kim Possible 3: Team Possible,GBA,2005,Platform,Disney Interactive Studios,0.33,0.12,0,0.01,0.46 +4240,Rygar: The Legendary Adventure,PS2,2002,Action,Wanadoo,0.2,0.15,0.06,0.05,0.46 +4241,Syphon Filter: Logan's Shadow,PSP,2007,Shooter,Sony Computer Entertainment,0.25,0.12,0,0.09,0.46 +4242,Super Batter Up,SNES,1992,Sports,Namco Bandai Games,0,0,0.46,0,0.46 +4243,Kessen II,PS2,2001,Strategy,THQ,0.13,0.1,0.2,0.03,0.46 +4244,Crayon Shin-Chan: Arashi o Yobu Enji,SNES,1993,Platform,Namco Bandai Games,0,0,0.46,0,0.46 +4245,Stuart Little 2,GBA,2002,Platform,Activision,0.33,0.12,0,0.01,0.46 +4246,Wolfenstein: The New Order,PC,2014,Shooter,Bethesda Softworks,0.12,0.29,0,0.05,0.46 +4247,"Warhammer 40,000: Space Marine",PS3,2011,Shooter,THQ,0.13,0.25,0,0.09,0.46 +4248,Tak 2: The Staff of Dreams,GBA,2004,Platform,THQ,0.33,0.12,0,0.01,0.46 +4249,Art Academy: Lessons for Everyone,3DS,2012,Action,Nintendo,0.2,0.03,0.21,0.02,0.46 +4250,Sid Meier's Civilization Revolution,DS,2008,Strategy,Take-Two Interactive,0.38,0.03,0.02,0.04,0.46 +4251,ATV Offroad Fury Pro,PSP,2006,Racing,Sony Computer Entertainment,0.37,0.04,0,0.05,0.46 +4252,Dora The Explorer: Dora Saves the Snow Princess,DS,2008,Platform,Take-Two Interactive,0.27,0.16,0,0.04,0.46 +4253,SingStar Amped,PS2,2007,Misc,Sony Computer Entertainment,0.23,0.18,0,0.06,0.46 +4254,Brothers In Arms: Earned in Blood,PS2,2005,Shooter,Ubisoft,0.38,0.01,0,0.06,0.46 +4255,Walk it Out!,Wii,2010,Sports,Konami Digital Entertainment,0.36,0.06,0,0.04,0.46 +4256,Transformers: Dark of the Moon - Autobots/Decepticons,DS,2011,Action,Activision,0.34,0.09,0,0.04,0.46 +4257,Dragon Ball Z: Sagas,PS2,2005,Fighting,Atari,0.38,0.01,0,0.06,0.46 +4258,Scooby-Doo,GBA,2001,Platform,THQ,0.33,0.12,0,0.01,0.46 +4259,The Legend of Spyro: Dawn of the Dragon,PS3,2008,Platform,Vivendi Games,0.19,0.19,0,0.08,0.46 +4260,Hydro Thunder,PS,1999,Racing,Midway Games,0.26,0.17,0,0.03,0.46 +4261,Brothers In Arms: D-Day,PSP,2006,Shooter,Ubisoft,0.23,0.14,0,0.09,0.46 +4262,American Girl: Kit Mystery Challenge!,DS,2008,Adventure,THQ,0.42,0,0,0.03,0.46 +4263,Mario & Sonic at the Rio 2016 Olympic Games,3DS,2016,Action,Nintendo,0.04,0.16,0.24,0.01,0.46 +4264,NHL FaceOff '97,PS,1996,Sports,Sony Computer Entertainment,0.26,0.17,0,0.03,0.46 +4265,Deadpool,X360,2013,Action,Activision,0.26,0.16,0,0.04,0.46 +4266,Brothers In Arms: Road to Hill 30,PS2,2005,Shooter,Ubisoft,0.38,0.01,0,0.06,0.46 +4267,Virtua Tennis 4,PS3,2011,Sports,Sega,0.09,0.25,0.03,0.09,0.46 +4268,EA Sports UFC,XOne,2014,Sports,Electronic Arts,0.3,0.12,0,0.04,0.46 +4269,Gremlins,2600,1983,Action,Atari,0.43,0.03,0,0,0.46 +4270,The Mark of Kri,PS2,2002,Action,Sony Computer Entertainment,0.22,0.18,0,0.06,0.46 +4271,Jampack Winter 2003 (RP-M),PS2,2003,Misc,Sony Computer Entertainment,0.22,0.18,0,0.06,0.46 +4272,Rugrats: Castle Capers,GBA,2001,Action,THQ,0.33,0.12,0,0.01,0.46 +4273,Crash Nitro Kart,GBA,2003,Racing,Vivendi Games,0.33,0.12,0,0.01,0.46 +4274,Star Wars The Clone Wars: Republic Heroes,PS3,2009,Action,LucasArts,0.19,0.19,0,0.07,0.46 +4275,Farming Simulator 2015,PS3,2015,Simulation,Koch Media,0.11,0.28,0,0.07,0.46 +4276,Bleach: The Blade of Fate,DS,2006,Fighting,Sega,0.3,0.01,0.12,0.03,0.46 +4277,Madden NFL 12,Wii,2011,Sports,Electronic Arts,0.43,0,0,0.03,0.46 +4278,LEGO Rock Band,DS,2009,Misc,Warner Bros. Interactive Entertainment,0.33,0.09,0,0.04,0.46 +4279,Mad Max (2015),XOne,2015,Action,Warner Bros. Interactive Entertainment,0.26,0.16,0,0.04,0.46 +4280,"Barbie: Jet, Set & Style!",DS,2011,Misc,THQ,0.37,0.05,0,0.03,0.46 +4281,Jak and Daxter: The Lost Frontier,PS2,2009,Platform,Sony Computer Entertainment,0.22,0.17,0,0.06,0.46 +4282,Momotarou Dentetsu 11,PS2,2002,Misc,Hudson Soft,0,0,0.46,0,0.46 +4283,Command & Conquer: Red Alert 3,X360,2008,Strategy,Electronic Arts,0.18,0.23,0,0.05,0.46 +4284,Tomb Raider: Legend,PSP,2006,Action,Eidos Interactive,0.09,0.24,0,0.12,0.46 +4285,Skylanders: SuperChargers,X360,2015,Action,Activision,0.24,0.18,0,0.04,0.46 +4286,The Golden Compass,X360,2007,Action,Sega,0.3,0.12,0,0.04,0.46 +4287,Star Wars: Demolition,PS,2000,Racing,Activision,0.25,0.17,0,0.03,0.46 +4288,Scooby-Doo! and the Spooky Swamp,Wii,2010,Action,Warner Bros. Interactive Entertainment,0.29,0.13,0,0.04,0.46 +4289,Sword Art Online: Lost Song,PSV,2015,Role-Playing,Namco Bandai Games,0.08,0.1,0.23,0.05,0.46 +4290,Bloody Roar II,PS,1999,Fighting,Virgin Interactive,0.25,0.17,0,0.03,0.46 +4291,Delta Force: Black Hawk Down,PS2,2005,Shooter,NovaLogic,0.22,0.17,0,0.06,0.46 +4292,Burnout Dominator,PSP,2007,Racing,Electronic Arts,0.02,0.38,0.01,0.06,0.46 +4293,NBA Live 07,X360,2006,Sports,Electronic Arts,0.42,0,0,0.04,0.46 +4294,Vin Diesel: Wheelman,X360,2009,Racing,Ubisoft,0.24,0.17,0,0.05,0.46 +4295,Space Invaders,SNES,1994,Shooter,Taito,0,0,0.46,0,0.46 +4296,.hack//Outbreak Part 3,PS2,2002,Role-Playing,Atari,0.14,0.11,0.17,0.04,0.46 +4297,Rayman Legends,X360,2013,Platform,Ubisoft,0.19,0.23,0,0.04,0.46 +4298,Mother 1+2,GBA,2003,Role-Playing,Nintendo,0,0,0.45,0.01,0.46 +4299,Hyperdimension Neptunia,PS3,2010,Role-Playing,Tecmo Koei,0.22,0.11,0.07,0.05,0.46 +4300,iCarly,Wii,2009,Adventure,Activision,0.42,0,0,0.03,0.46 +4301,Puzzle & Dragons Z + Super Mario Bros. Edition,3DS,2015,Puzzle,Nintendo,0.05,0.05,0.34,0.01,0.46 +4302,Harry Potter and the Deathly Hallows - Part 1,X360,2010,Action,Electronic Arts,0.21,0.2,0,0.04,0.46 +4303,Top Spin,XB,2003,Sports,Microsoft Game Studios,0.36,0.08,0,0.02,0.46 +4304,Disney Guilty Party,Wii,2010,Misc,Disney Interactive Studios,0.43,0,0,0.03,0.46 +4305,Warhawk,PS,1995,Simulation,Sony Computer Entertainment,0.25,0.17,0,0.03,0.46 +4306,Pirates of the Caribbean: At World's End,Wii,2007,Action,Disney Interactive Studios,0.39,0.02,0.01,0.04,0.46 +4307,Red Faction: Armageddon,PS3,2011,Shooter,THQ,0.2,0.16,0.03,0.07,0.46 +4308,DanceStar Party,PS3,2011,Misc,Sony Computer Entertainment,0,0.35,0,0.1,0.46 +4309,Persona 4: Dancing All Night,PSV,2015,Misc,Nippon Ichi Software,0.13,0.1,0.15,0.07,0.46 +4310,Tales of Vesperia,PS3,2009,Role-Playing,Namco Bandai Games,0,0,0.45,0,0.45 +4311,Thief (2014),XOne,2014,Action,Square Enix,0.26,0.15,0,0.04,0.45 +4312,Dynasty Warriors: Strikeforce,PSP,2009,Action,Ubisoft Annecy,0.03,0.03,0.38,0.02,0.45 +4313,2 Games in 1: SpongeBob SquarePants: SuperSponge & Rugrats Go Wild,GBA,2005,Platform,THQ,0.33,0.12,0,0.01,0.45 +4314,Tales of Hearts,PSV,2013,Role-Playing,Namco Bandai Games,0.15,0.13,0.09,0.08,0.45 +4315,Missile Command,PS,1999,Shooter,Atari,0.25,0.17,0,0.03,0.45 +4316,Lego Batman 3: Beyond Gotham,3DS,2014,Action,Warner Bros. Interactive Entertainment,0.21,0.21,0,0.04,0.45 +4317,Barbie as The Island Princess,Wii,2007,Adventure,Activision,0.42,0,0,0.03,0.45 +4318,Jikkyou Powerful Pro Yakyuu 3,SNES,1996,Sports,Konami Digital Entertainment,0,0,0.45,0,0.45 +4319,The Walking Dead: Season One,PS4,2014,Adventure,Telltale Games,0.12,0.25,0.01,0.08,0.45 +4320,Jikkyou Powerful Pro Yakyuu 12,PS2,2005,Sports,Konami Digital Entertainment,0,0,0.45,0,0.45 +4321,Enter the Matrix,GC,2003,Action,Atari,0.34,0.09,0.02,0.01,0.45 +4322,Crash: Mind Over Mutant,Wii,2008,Platform,Vivendi Games,0.36,0.06,0,0.03,0.45 +4323,NASCAR 2005: Chase for the Cup,XB,2004,Racing,Electronic Arts,0.34,0.1,0,0.02,0.45 +4324,J-League Excite Stage '95,SNES,1995,Sports,Epoch,0,0,0.45,0,0.45 +4325,The New York Times Crosswords,DS,2007,Puzzle,Majesco Entertainment,0.42,0,0,0.03,0.45 +4326,Phantasy Star Online Episode I & II,GC,2002,Role-Playing,Infogrames,0.23,0.06,0.16,0.01,0.45 +4327,Moshi Monsters: Moshlings Theme Park,DS,2012,Misc,Activision,0.03,0.37,0,0.05,0.45 +4328,The Powerpuff Girls: Relish Rampage,PS2,2002,Action,BAM! Entertainment,0.22,0.17,0,0.06,0.45 +4329,Resistance: Burning Skies,PSV,2012,Shooter,Sony Computer Entertainment,0.21,0.16,0.02,0.07,0.45 +4330,NBA 2K13,Wii,2012,Sports,Take-Two Interactive,0.39,0.03,0,0.03,0.45 +4331,Dead or Alive: Dimensions,3DS,2011,Fighting,Ubisoft Annecy,0.13,0.21,0.07,0.03,0.45 +4332,The Chronicles of Riddick: Escape from Butcher Bay,XB,N/A,Shooter,Vivendi Games,0.32,0.11,0,0.02,0.45 +4333,Brain Challenge,DS,2008,Misc,Ubisoft,0.41,0.01,0,0.03,0.45 +4334,NFL Head Coach,PS2,2006,Sports,Electronic Arts,0.38,0.01,0,0.06,0.45 +4335,Watch Dogs,PC,2014,Action,Ubisoft,0.14,0.26,0,0.05,0.45 +4336,Karaoke Revolution Presents American Idol Encore,Wii,2008,Misc,Konami Digital Entertainment,0.42,0,0,0.03,0.45 +4337,Major League Baseball 2K11,X360,2011,Sports,Take-Two Interactive,0.4,0.03,0,0.03,0.45 +4338,Enemy Territory: Quake Wars,X360,2008,Shooter,Activision,0.3,0.11,0,0.04,0.45 +4339,Ghostbusters,2600,1985,Puzzle,Activision,0.42,0.03,0,0,0.45 +4340,NCAA Gamebreaker 99,PS,1998,Sports,989 Studios,0.25,0.17,0,0.03,0.45 +4341,Area 51,PS2,2005,Shooter,Midway Games,0.22,0.17,0,0.06,0.45 +4342,World Stadium 2,PS,1998,Sports,Namco Bandai Games,0,0,0.42,0.03,0.45 +4343,Sega Rally Revo,X360,2007,Racing,Sega,0.12,0.28,0,0.05,0.45 +4344,NHL 2005,PS2,2004,Sports,Electronic Arts,0.22,0.17,0,0.06,0.45 +4345,TNA iMPACT!,X360,2008,Fighting,Midway Games,0.26,0.15,0,0.04,0.45 +4346,Star Wars Jedi Knight: Jedi Academy,XB,2003,Shooter,Activision,0.34,0.1,0,0.02,0.45 +4347,Thrillville: Off the Rails,Wii,2007,Strategy,LucasArts,0.39,0.02,0,0.03,0.45 +4348,Phoenix,2600,1981,Simulation,Atari,0.42,0.02,0,0,0.45 +4349,Spider-Man: Shattered Dimensions,PS3,2010,Action,Activision,0.26,0.13,0,0.06,0.45 +4350,F.E.A.R. 3,X360,2011,Shooter,Warner Bros. Interactive Entertainment,0.3,0.11,0.01,0.04,0.45 +4351,My Fashion Studio,DS,2007,Misc,Ubisoft,0.41,0.01,0,0.03,0.45 +4352,Plants vs. Zombies: Garden Warfare 2,PS4,2016,Shooter,Electronic Arts,0.17,0.21,0,0.07,0.45 +4353,Rock Band Country Track Pack,Wii,2009,Misc,MTV Games,0.42,0,0,0.03,0.45 +4354,Pro Evolution Soccer 2016,PS3,2015,Sports,Konami Digital Entertainment,0.08,0.18,0.15,0.05,0.45 +4355,Apocalypse,PS,1998,Action,Activision,0.25,0.17,0,0.03,0.45 +4356,Transformers: Revenge of the Fallen (Wii & PS2 Version),DS,2009,Action,Activision,0.27,0.14,0,0.04,0.45 +4357,PES 2009: Pro Evolution Soccer,Wii,2009,Sports,Konami Digital Entertainment,0.09,0.26,0.05,0.05,0.45 +4358,Yu-Gi-Oh! Destiny Board Traveler,GBA,2004,Misc,Konami Digital Entertainment,0.32,0.12,0,0.01,0.45 +4359,SingStar Queen,PS3,2009,Misc,Sony Computer Entertainment,0.11,0.26,0,0.08,0.45 +4360,God Eater 2,PSV,2013,Role-Playing,Namco Bandai Games,0,0,0.45,0,0.45 +4361,Samurai Warriors 3,Wii,2009,Action,Nintendo,0.1,0.02,0.32,0.01,0.45 +4362,World Soccer Winning Eleven 5 Final Evolution,PS2,2001,Sports,Konami Digital Entertainment,0,0,0.45,0,0.45 +4363,One Piece: Pirate Warriors 3,PS4,2015,Action,Namco Bandai Games,0.08,0.22,0.1,0.05,0.45 +4364,Sphinx and the Cursed Mummy,PS2,2003,Action,THQ,0.22,0.17,0,0.06,0.45 +4365,Fatal Fury 2,SNES,1993,Fighting,Takara,0,0,0.45,0,0.45 +4366,Rampage World Tour,N64,1998,Action,GT Interactive,0.36,0.08,0,0.01,0.45 +4367,Pokemon Puzzle League,N64,2000,Puzzle,Nintendo,0.36,0.08,0,0.01,0.45 +4368,Eternal Sonata,PS3,2008,Role-Playing,Atari,0.19,0.13,0.07,0.06,0.45 +4369,Dance Dance Revolution: Hottest Party 3,Wii,2009,Simulation,Konami Digital Entertainment,0.26,0.14,0,0.04,0.45 +4370,FIFA 15,3DS,2014,Sports,Electronic Arts,0.09,0.33,0,0.03,0.45 +4371,Petz: Catz 2,Wii,2007,Simulation,Ubisoft,0.41,0.01,0,0.03,0.45 +4372,Bee Movie Game,DS,2007,Action,Activision,0.41,0,0,0.03,0.45 +4373,Tekken Advance,GBA,2001,Fighting,Infogrames,0.32,0.12,0,0.01,0.45 +4374,Shin Megami Tensei: Persona 3,PS2,2006,Role-Playing,Tecmo Koei,0.22,0.03,0,0.2,0.45 +4375,Persona,PS,1995,Role-Playing,Atlus,0,0,0.42,0.03,0.45 +4376,Band Hero,DS,2009,Misc,Activision,0.21,0.19,0,0.05,0.45 +4377,Naruto Shippuden: Ultimate Ninja Storm Generations,X360,2012,Fighting,Namco Bandai Games,0.26,0.14,0.01,0.04,0.45 +4378,Hot Wheels: Stunt Track Challenge,GBA,2004,Racing,THQ,0.32,0.12,0,0.01,0.45 +4379,Viking: Battle for Asgard,X360,2008,Action,Sega,0.16,0.24,0,0.05,0.45 +4380,Maze Craze: A Game of Cops 'n Robbers,2600,N/A,Action,Atari,0.42,0.02,0,0,0.45 +4381,Mobile Suit Gundam,PS,1995,Action,Namco Bandai Games,0,0,0.42,0.03,0.45 +4382,Silent Hill: Homecoming,X360,N/A,Action,Konami Digital Entertainment,0.25,0.16,0,0.04,0.45 +4383,SingStar Take That,PS2,2009,Misc,Sony Computer Entertainment,0,0.06,0,0.39,0.45 +4384,SOCOM: U.S. Navy SEALs Fireteam Bravo 3,PSP,2010,Shooter,Sony Computer Entertainment,0.17,0.13,0.06,0.08,0.45 +4385,Final Fantasy Collection,PS,1999,Role-Playing,Square,0,0,0.42,0.03,0.45 +4386,Disney Sing It! High School Musical 3: Senior Year,PS2,2008,Misc,Disney Interactive Studios,0.09,0.02,0,0.34,0.45 +4387,NBA Live 10,X360,2009,Sports,Electronic Arts,0.4,0.02,0,0.03,0.45 +4388,Samurai Warriors: Xtreme Legends,PS2,2004,Action,Tecmo Koei,0.04,0.03,0.36,0.01,0.45 +4389,Tony Hawk's Proving Ground,PS3,2007,Sports,Activision,0.36,0.05,0,0.05,0.45 +4390,NHL FaceOff,PS,1994,Sports,Sony Computer Entertainment,0.25,0.17,0,0.03,0.45 +4391,WWE WrestleMania 21,XB,2005,Fighting,THQ,0.34,0.1,0,0.02,0.45 +4392,Brunswick Pro Bowling,X360,2010,Sports,505 Games,0.38,0.04,0,0.03,0.45 +4393,Worms: Open Warfare 2,PSP,2007,Strategy,THQ,0.04,0.26,0,0.14,0.45 +4394,NBA Live 2005,GC,2004,Sports,Electronic Arts,0.35,0.09,0,0.01,0.45 +4395,Defender II,2600,1987,Shooter,Atari,0.42,0.02,0,0,0.45 +4396,WWE Day of Reckoning,GC,2004,Fighting,THQ,0.35,0.09,0,0.01,0.45 +4397,Dragon Quest Heroes: Rocket Slime,DS,2005,Action,Square Enix,0.13,0,0.31,0.01,0.45 +4398,ATV Quad Power Racing 2,XB,2003,Racing,Acclaim Entertainment,0.36,0.07,0,0.01,0.45 +4399,Walt Disney World Quest: Magical Racing Tour,PS,2000,Racing,Eidos Interactive,0.25,0.17,0,0.03,0.45 +4400,Sled Storm,PS2,2002,Racing,Electronic Arts,0.22,0.17,0,0.06,0.45 +4401,Vandal Hearts,PS,1996,Role-Playing,Konami Digital Entertainment,0.14,0.09,0.19,0.03,0.45 +4402,Mario Tennis Ultra Smash,WiiU,2015,Sports,Nintendo,0.13,0.16,0.13,0.03,0.45 +4403,Celebrity Sports Showdown,Wii,2008,Sports,Electronic Arts,0.18,0.22,0,0.05,0.45 +4404,Jawbreaker,2600,1981,Action,Tigervision,0.42,0.03,0,0,0.45 +4405,Scooby-Doo! Mystery Mayhem,PS2,2004,Action,THQ,0.22,0.17,0,0.06,0.45 +4406,Mario Golf: Advance Tour,GBA,2004,Sports,Nintendo,0.32,0.12,0,0.01,0.45 +4407,Crash: Mind Over Mutant,PSP,2008,Platform,Vivendi Games,0.11,0.22,0,0.12,0.45 +4408,Karaoke Revolution,Wii,2009,Misc,Konami Digital Entertainment,0.24,0.16,0,0.04,0.45 +4409,Discovery Kids: Kitten Corner,DS,2009,Simulation,505 Games,0.42,0,0,0.03,0.45 +4410,Just Dance 2014,XOne,2013,Misc,Ubisoft,0.3,0.11,0,0.04,0.45 +4411,Yu-Gi-Oh! Capsule Monster Coliseum,PS2,2004,Misc,Konami Digital Entertainment,0.22,0.17,0,0.06,0.44 +4412,Payday 2,PS3,2013,Shooter,505 Games,0.21,0.15,0,0.08,0.44 +4413,Major League Baseball 2K6,PS2,2006,Sports,Spike,0.37,0.01,0,0.06,0.44 +4414,Jampack Volume 13 (RP-M),PS2,2005,Misc,Sony Computer Entertainment,0.37,0.01,0,0.06,0.44 +4415,World Soccer Winning Eleven 9,XB,2005,Sports,Konami Digital Entertainment,0.06,0.33,0.02,0.03,0.44 +4416,NBA Live 2000,N64,1999,Sports,Electronic Arts,0.42,0.02,0,0,0.44 +4417,Teenage Mutant Ninja Turtles 2: Battle Nexus,PS2,2004,Action,Konami Digital Entertainment,0.22,0.17,0,0.06,0.44 +4418,"SpongeBob SquarePants: Lights, Camera, Pants!",PS2,2005,Misc,THQ,0.37,0.01,0,0.06,0.44 +4419,Disney Infinity 3.0,X360,2015,Action,Disney Interactive Studios,0.19,0.21,0,0.04,0.44 +4420,TouchMaster 3,DS,2009,Puzzle,Warner Bros. Interactive Entertainment,0.3,0.11,0,0.04,0.44 +4421,The Thing,PS2,2002,Adventure,Vivendi Games,0.22,0.17,0,0.06,0.44 +4422,Disney Infinity 3.0,WiiU,2015,Action,Disney Interactive Studios,0.2,0.21,0,0.04,0.44 +4423,Van Helsing,PS2,2004,Action,Activision,0.22,0.17,0,0.06,0.44 +4424,X-Men Legends II: Rise of Apocalypse,XB,2005,Role-Playing,Activision,0.3,0.12,0,0.02,0.44 +4425,Food Network: Cook or Be Cooked,Wii,2009,Misc,Namco Bandai Games,0.41,0,0,0.03,0.44 +4426,Transformers: Fall of Cybertron,X360,2012,Action,Activision,0.28,0.13,0,0.04,0.44 +4427,Metro: Last Light,PS3,2013,Action,Deep Silver,0.14,0.2,0.03,0.08,0.44 +4428,The Urbz: Sims in the City (all regions sales),DS,2004,Simulation,Electronic Arts,0.4,0.01,0.02,0,0.44 +4429,Spawn: Armageddon,PS2,2003,Action,Electronic Arts,0.22,0.17,0,0.06,0.44 +4430,The Godfather (US sales),XB,2006,Action,Electronic Arts,0.33,0.1,0,0.02,0.44 +4431,DmC: Devil May Cry,X360,2013,Action,Capcom,0.26,0.13,0.01,0.04,0.44 +4432,Plants vs. Zombies: Garden Warfare 2,XOne,2016,Shooter,Electronic Arts,0.26,0.15,0,0.04,0.44 +4433,World Stadium EX,PS,1996,Sports,Namco Bandai Games,0,0,0.41,0.03,0.44 +4434,Tiger Woods PGA Tour 2003,XB,2002,Sports,Electronic Arts,0.35,0.08,0,0.01,0.44 +4435,Battlefield 2: Modern Combat,PS2,2005,Shooter,Electronic Arts,0.37,0.01,0,0.06,0.44 +4436,G-Force,Wii,2009,Action,Disney Interactive Studios,0.19,0.2,0,0.05,0.44 +4437,Ben 10 Alien Force: Vilgax Attacks,Wii,2009,Action,D3Publisher,0.25,0.15,0,0.04,0.44 +4438,50 Cent: Bulletproof,XB,2005,Action,Vivendi Games,0.33,0.1,0,0.02,0.44 +4439,Densetsu no Stafi 2,GBA,2003,Platform,Nintendo,0,0,0.43,0.01,0.44 +4440,Independence Day,PS,1997,Shooter,Fox Interactive,0.25,0.17,0,0.03,0.44 +4441,Need for Speed: Shift 2 Unleashed,X360,2011,Racing,Electronic Arts,0.18,0.22,0,0.04,0.44 +4442,Chocobo Racing,PS,1999,Racing,SquareSoft,0.07,0.05,0.3,0.03,0.44 +4443,Ninja Gaiden 3,PS3,2012,Action,Tecmo Koei,0.19,0.1,0.11,0.05,0.44 +4444,Child of Eden,X360,2011,Shooter,Ubisoft,0.28,0.12,0,0.04,0.44 +4445,LEGO Star Wars II: The Original Trilogy,XB,2006,Action,LucasArts,0.33,0.1,0,0.02,0.44 +4446,Family Fest Presents Circus Games,Wii,2008,Misc,Ubisoft,0.1,0.29,0,0.05,0.44 +4447,My Spanish Coach,DS,2007,Misc,Ubisoft,0.4,0.01,0,0.03,0.44 +4448,The Darkness,X360,2007,Shooter,Take-Two Interactive,0.36,0.04,0.01,0.04,0.44 +4449,Gundam SEED: Federation vs. Z.A.F.T.,PS2,2005,Shooter,Namco Bandai Games,0,0,0.44,0,0.44 +4450,Ms. Pac-Man Maze Madness,PS,2000,Puzzle,Namco Bandai Games,0.25,0.17,0,0.03,0.44 +4451,Blood Omen: Legacy of Kain,PS,1996,Role-Playing,Crystal Dynamics,0.25,0.17,0,0.03,0.44 +4452,Super Bomberman 4,SNES,1996,Puzzle,Hudson Soft,0,0,0.44,0,0.44 +4453,Bomberman II,NES,1991,Puzzle,Hudson Soft,0.16,0.03,0.15,0.1,0.44 +4454,Duke Nukem 64,N64,1997,Shooter,GT Interactive,0.35,0.08,0,0.01,0.44 +4455,Sin and Punishment: Star Successor,Wii,2009,Shooter,Nintendo,0.2,0.14,0.06,0.04,0.44 +4456,Jump Start Pet Rescue,Wii,2009,Misc,Knowledge Adventure,0.41,0,0,0.03,0.44 +4457,Naughty Bear,PS3,2010,Action,505 Games,0.18,0.18,0,0.07,0.44 +4458,"SpongeBob SquarePants: Lights, Camera, Pants!",GC,2005,Misc,THQ,0.34,0.09,0,0.01,0.44 +4459,Super Robot Taisen OG: Original Generations,PS2,2007,Strategy,Banpresto,0,0,0.44,0,0.44 +4460,Army Men World War: Final Front,PS,2001,Action,3DO,0.24,0.17,0,0.03,0.44 +4461,Petz: Horsez 2,DS,2007,Simulation,Ubisoft,0.41,0,0,0.03,0.44 +4462,Puppy Luv: Spa and Resort,DS,2007,Simulation,Activision,0.4,0,0,0.03,0.44 +4463,Yu-Gi-Oh! 5D's Tag Force 4,PSP,2009,Strategy,Konami Digital Entertainment,0.19,0.07,0.12,0.06,0.44 +4464,MX Unleashed,XB,2004,Racing,THQ,0.34,0.08,0,0.02,0.44 +4465,Jikkyou Powerful Pro Yakyuu 9,PS2,2002,Sports,Konami Digital Entertainment,0,0,0.44,0,0.44 +4466,Grind Session,PS,2000,Sports,Sony Computer Entertainment,0.24,0.17,0,0.03,0.44 +4467,Naruto: Gekito Ninja Taisen! 3,GC,2004,Fighting,Tomy Corporation,0,0,0.43,0.01,0.44 +4468,Barbie: Groom and Glam Pups,DS,2010,Action,THQ,0.26,0.14,0,0.04,0.44 +4469,Wario World,GC,2003,Platform,Nintendo,0.34,0.09,0,0.01,0.44 +4470,Scooby-Doo! Mystery Mayhem,GBA,2003,Action,THQ,0.31,0.12,0,0.01,0.44 +4471,Super Breakout,2600,N/A,Puzzle,Atari,0.41,0.03,0,0,0.44 +4472,Taiko no Tatsujin: Doki! Shinkyoku Darake no Haru Matsuri,PS2,2003,Misc,Namco Bandai Games,0,0,0.44,0,0.44 +4473,Deer Drive,DS,2010,Sports,Mastiff,0.41,0,0,0.02,0.44 +4474,Robert Ludlum's The Bourne Conspiracy,X360,N/A,Action,Vivendi Games,0.26,0.14,0,0.04,0.44 +4475,Just Dance 4,PS3,2012,Misc,Ubisoft,0.26,0.12,0,0.06,0.44 +4476,TimeSplitters 2,GC,2002,Shooter,Eidos Interactive,0.34,0.09,0,0.01,0.44 +4477,Battlebots: Design & Destroy,GBA,2003,Action,Majesco Entertainment,0.31,0.12,0,0.01,0.44 +4478,Devil May Cry HD Collection,X360,2012,Action,Capcom,0.28,0.11,0.01,0.03,0.44 +4479,Eternal Darkness: Sanity's Requiem,GC,2002,Adventure,Nintendo,0.34,0.09,0,0.01,0.44 +4480,Power Rangers: S.P.D.,GBA,2004,Action,THQ,0.31,0.12,0,0.01,0.44 +4481,Naruto: Ultimate Ninja 3,PS2,2005,Fighting,Atari,0.36,0.01,0,0.06,0.44 +4482,SingStar Motown,PS2,2009,Misc,Sony Computer Entertainment,0,0.06,0,0.38,0.44 +4483,Neon Genesis Evangelion,SAT,1996,Adventure,Sega,0,0,0.44,0,0.44 +4484,Nicktoons: Attack of the Toybots,Wii,2007,Platform,THQ,0.4,0,0,0.03,0.44 +4485,Mobile Suit Gundam: One Year War,PS2,2005,Action,Namco Bandai Games,0,0,0.44,0,0.44 +4486,Tongari Boushi to Mahou no Otana,DS,2010,Simulation,Konami Digital Entertainment,0,0,0.44,0,0.44 +4487,NFL Blitz 20-03,PS2,2002,Sports,Midway Games,0.21,0.17,0,0.06,0.44 +4488,Just Dance: Summer Party,Wii,2011,Misc,Ubisoft,0.41,0,0,0.03,0.44 +4489,SpongeBob's Atlantis SquarePantis,PS2,2007,Action,THQ,0.36,0.01,0,0.06,0.44 +4490,Dragon Ball Z: Shin Budokai - Another Road,PSP,2007,Fighting,Atari,0.19,0.09,0.08,0.07,0.44 +4491,Master of Illusion,DS,2006,Puzzle,Nintendo,0.16,0,0.26,0.01,0.44 +4492,Star Wars: Jedi Starfighter,XB,2002,Simulation,Activision,0.35,0.07,0,0.02,0.44 +4493,Remington Great American Bird Hunt,Wii,2009,Sports,Mastiff,0.41,0,0,0.03,0.44 +4494,Classic NES Series: Metroid,GBA,2004,Adventure,Nintendo,0.26,0.1,0.07,0.01,0.43 +4495,Alpha Protocol,PS3,2010,Role-Playing,Sega,0.19,0.18,0,0.07,0.43 +4496,Tetris Axis,3DS,2011,Puzzle,Tetris Online,0.2,0.13,0.06,0.03,0.43 +4497,Dora the Explorer: Dora Puppy,DS,2009,Misc,Take-Two Interactive,0.39,0.01,0,0.03,0.43 +4498,Primal,PS2,2003,Action,Sony Computer Entertainment,0.21,0.17,0,0.06,0.43 +4499,Madden NFL 2002,N64,2001,Sports,Electronic Arts,0.41,0.02,0,0,0.43 +4500,Need for Speed Underground 2,GBA,2004,Racing,Electronic Arts,0.31,0.12,0,0.01,0.43 +4501,007: Quantum of Solace,PS2,2008,Action,Activision,0.17,0,0,0.26,0.43 +4502,Spec Ops: Covert Assault,PS,2001,Shooter,Take-Two Interactive,0.24,0.16,0,0.03,0.43 +4503,SSX Tricky,XB,2001,Sports,Electronic Arts,0.32,0.09,0,0.02,0.43 +4504,Flight Control Rocket,GBA,2005,Simulation,THQ,0.31,0.12,0,0.01,0.43 +4505,FIFA 14,PC,2013,Sports,Electronic Arts,0.01,0.36,0,0.06,0.43 +4506,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",PS2,2005,Action,Disney Interactive Studios,0.36,0.01,0,0.06,0.43 +4507,Trials Fusion,PS4,2014,Racing,Ubisoft,0.13,0.21,0.01,0.08,0.43 +4508,Wheel of Fortune,DS,2010,Misc,THQ,0.41,0,0,0.03,0.43 +4509,NiGHTS into dreams...,SAT,1996,Platform,Sega,0,0,0.43,0,0.43 +4510,NCAA Football 2004,XB,2003,Sports,Electronic Arts,0.4,0.02,0,0.02,0.43 +4511,Overwatch,PC,2016,Shooter,Activision,0.22,0.18,0,0.04,0.43 +4512,Rock Band 4,XOne,2015,Misc,Harmonix Music Systems,0.35,0.04,0,0.04,0.43 +4513,NBA Jam,Wii,2010,Sports,Electronic Arts,0.38,0.03,0,0.03,0.43 +4514,Bionicle,PS2,2003,Action,Electronic Arts,0.21,0.17,0,0.06,0.43 +4515,Minecraft,WiiU,2016,Misc,Microsoft Game Studios,0.18,0.09,0.14,0.03,0.43 +4516,MLB 2002,PS,2001,Sports,Sony Computer Entertainment,0.24,0.16,0,0.03,0.43 +4517,Sleeping Dogs,PS4,2014,Action,Square Enix,0.16,0.2,0,0.07,0.43 +4518,TimeSplitters,PS2,2000,Shooter,Eidos Interactive,0.21,0.17,0,0.06,0.43 +4519,Barnstorming,2600,1981,Action,Activision,0.4,0.02,0,0,0.43 +4520,InuYasha: The Secret of the Cursed Mask,PS2,2004,Role-Playing,Namco Bandai Games,0.21,0.17,0,0.06,0.43 +4521,Rune Factory 3: A Fantasy Harvest Moon,DS,2009,Role-Playing,Rising Star Games,0.28,0.03,0.1,0.02,0.43 +4522,The Powerpuff Girls: Him and Seek,GBA,2002,Platform,BAM! Entertainment,0.31,0.11,0,0.01,0.43 +4523,Mega Man Zero 2,GBA,2003,Platform,Capcom,0.18,0.07,0.17,0.01,0.43 +4524,Wonder Project J: Kikai no Shonen Pino,SNES,1994,Simulation,Enix Corporation,0,0,0.43,0,0.43 +4525,2010 FIFA World Cup South Africa,Wii,2010,Sports,Electronic Arts,0.23,0.15,0.01,0.04,0.43 +4526,Atelier Totori: The Adventurer of Arland,PS3,2010,Role-Playing,Nippon Ichi Software,0.12,0.07,0.21,0.03,0.43 +4527,Spec Ops: The Line,X360,2012,Shooter,Take-Two Interactive,0.21,0.19,0,0.04,0.43 +4528,The Fairly Odd Parents: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.31,0.11,0,0.01,0.43 +4529,Ghostbusters: The Video Game,PS2,2009,Action,Atari,0.15,0.04,0,0.24,0.43 +4530,Hunter: The Reckoning Wayward,PS2,2003,Action,Interplay,0.21,0.16,0,0.06,0.43 +4531,How to Train Your Dragon,Wii,2010,Action,Activision,0.24,0.15,0,0.04,0.43 +4532,Command & Conquer 3: Tiberium Wars,X360,2007,Strategy,Electronic Arts,0.35,0.05,0,0.03,0.43 +4533,WipEout 64,N64,1998,Racing,Midway Games,0.28,0.14,0,0.01,0.43 +4534,Mischief Makers,N64,1997,Platform,Nintendo,0.25,0.06,0.07,0.06,0.43 +4535,Max Payne 3,PC,2012,Shooter,Take-Two Interactive,0.15,0.22,0,0.06,0.43 +4536,Petz Bunnyz,DS,2008,Simulation,Ubisoft,0.39,0.01,0,0.03,0.43 +4537,Castlevania: Portrait of Ruin,DS,2006,Platform,Konami Digital Entertainment,0.33,0.03,0.04,0.03,0.43 +4538,NHL Slapshot,Wii,N/A,Sports,Unknown,0.4,0,0,0.02,0.43 +4539,EyeToy: AntiGrav,PS2,2004,Sports,Sony Computer Entertainment,0.36,0.01,0,0.06,0.43 +4540,FIFA 14,Wii,2013,Sports,Electronic Arts,0,0.38,0,0.05,0.43 +4541,EverQuest Online Adventures,PS2,2003,Role-Playing,Sony Online Entertainment,0.21,0.16,0,0.05,0.43 +4542,Cool Boarders,PS,1996,Sports,Sony Computer Entertainment,0.1,0.07,0.24,0.03,0.43 +4543,"999: Nine Hours, Nine Persons, Nine Doors",DS,2009,Adventure,ChunSoft,0.37,0,0.03,0.03,0.43 +4544,Mobile Suit Gundam: Zeonic Front,PS2,2001,Simulation,Namco Bandai Games,0.09,0.07,0.25,0.02,0.43 +4545,Zone of the Enders HD Collection,PS3,2012,Simulation,Konami Digital Entertainment,0.21,0.08,0.09,0.05,0.43 +4546,Def Jam Icon,PS3,2007,Action,Electronic Arts,0.16,0.19,0,0.08,0.43 +4547,Tales of the World: Radiant Mythology,PSP,2006,Role-Playing,Ubisoft,0.17,0.01,0.23,0.02,0.43 +4548,Monopoly,PS2,2008,Misc,Electronic Arts,0.21,0.16,0,0.05,0.43 +4549,Dawn of Mana,PS2,2006,Role-Playing,Square Enix,0.07,0.05,0.29,0.02,0.43 +4550,Microsoft Flight Simulator X,PC,2006,Simulation,Microsoft Game Studios,0.02,0.34,0,0.07,0.43 +4551,Lego Batman 3: Beyond Gotham,XOne,2014,Action,Warner Bros. Interactive Entertainment,0.23,0.17,0,0.04,0.43 +4552,Madden NFL 2003,GC,2002,Sports,Electronic Arts,0.33,0.09,0,0.01,0.43 +4553,NASCAR Kart Racing,Wii,2009,Racing,Electronic Arts,0.39,0,0,0.03,0.43 +4554,Disney Sing It,X360,2008,Misc,Disney Interactive Studios,0.39,0.01,0,0.03,0.43 +4555,Backyard Baseball,GBA,2002,Sports,Atari,0.31,0.11,0,0.01,0.43 +4556,Call of Duty: Black Ops II,WiiU,2012,Shooter,Activision,0.21,0.18,0,0.03,0.43 +4557,TRON: Evolution,PS3,2010,Action,Disney Interactive Studios,0.27,0.1,0,0.05,0.43 +4558,Midway Arcade Treasures,XB,2003,Misc,Midway Games,0.33,0.08,0,0.01,0.43 +4559,Call of Duty: Modern Warfare: Mobilized,DS,2009,Shooter,Activision,0.37,0.02,0,0.03,0.43 +4560,Petz: Horsez 2,Wii,2007,Simulation,Ubisoft,0.39,0,0,0.03,0.43 +4561,The Smurfs,DS,2011,Action,Ubisoft,0.24,0.14,0,0.04,0.43 +4562,Bakugan: Battle Brawlers,PS2,2009,Action,Activision,0.21,0.16,0,0.05,0.43 +4563,NHL FaceOff 99,PS,1997,Sports,989 Studios,0.24,0.16,0,0.03,0.43 +4564,Skylanders: Trap Team,PS4,2014,Action,Activision,0.18,0.17,0,0.07,0.43 +4565,SEGA Classics Collection,PS2,2005,Misc,Sega,0.21,0.16,0,0.05,0.43 +4566,Pirates of the Caribbean: At World's End,PSP,2007,Action,Disney Interactive Studios,0.15,0.17,0,0.1,0.43 +4567,Juiced: Eliminator,PSP,2006,Racing,THQ,0.11,0.2,0,0.12,0.43 +4568,Naruto: Ninja Council 3,DS,2006,Action,D3Publisher,0.39,0,0,0.03,0.42 +4569,Neon Genesis Evangelion 2nd Impression,SAT,1997,Role-Playing,Sega,0,0,0.42,0,0.42 +4570,Dai-2-Ji Super Robot Taisen Z: Hakai-hen,PSP,2011,Strategy,Banpresto,0,0,0.42,0,0.42 +4571,NBA Street,GC,2002,Sports,Electronic Arts,0.33,0.09,0,0.01,0.42 +4572,Ben 10 Alien Force: Vilgax Attacks,DS,2009,Action,D3Publisher,0.22,0.16,0,0.04,0.42 +4573,Ben 10 Alien Force: Vilgax Attacks,PSP,2009,Action,D3Publisher,0.13,0.19,0,0.11,0.42 +4574,Valkyrie Profile: Covenant of the Plume,DS,2008,Role-Playing,Square Enix,0.23,0.02,0.16,0.02,0.42 +4575,The Legend of Spyro: The Eternal Night,PS2,2007,Platform,Vivendi Games,0.21,0.16,0,0.05,0.42 +4576,Mega Man Battle Network,GBA,2001,Role-Playing,Capcom,0.14,0.05,0.22,0.01,0.42 +4577,LEGO Rock Band,PS3,2009,Misc,Warner Bros. Interactive Entertainment,0.24,0.13,0,0.06,0.42 +4578,25 to Life,PS2,2006,Shooter,Eidos Interactive,0.35,0.01,0,0.06,0.42 +4579,NHL 2K6,PS2,2005,Sports,Take-Two Interactive,0.21,0.16,0,0.05,0.42 +4580,Medal of Honor: Rising Sun,GC,2003,Shooter,Electronic Arts,0.33,0.09,0,0.01,0.42 +4581,The Sims,XB,2003,Simulation,Electronic Arts,0.31,0.1,0,0.01,0.42 +4582,Guitar Hero: Smash Hits,X360,2009,Misc,Activision,0.23,0.15,0,0.04,0.42 +4583,Dog's Life,PS2,2003,Adventure,Sony Computer Entertainment,0.21,0.16,0,0.05,0.42 +4584,The X Files,PS,1999,Adventure,Sony Computer Entertainment,0.24,0.16,0,0.03,0.42 +4585,Super Wagyan Land,SNES,1991,Action,Namco Bandai Games,0,0,0.42,0,0.42 +4586,Rascal,PS,1998,Action,Psygnosis,0.24,0.16,0,0.03,0.42 +4587,Hometown Story,3DS,2013,Role-Playing,Rising Star Games,0.22,0.13,0.04,0.04,0.42 +4588,Tony Hawk's American Wasteland,GC,2005,Sports,Activision,0.33,0.08,0,0.01,0.42 +4589,Top Spin 4,X360,2011,Sports,Take-Two Interactive,0.15,0.23,0,0.04,0.42 +4590,Famicom Mini: Super Mario Bros. 2,GBA,2004,Platform,Nintendo,0,0,0.41,0.01,0.42 +4591,Crash: Mind Over Mutant,DS,2008,Platform,Vivendi Games,0.39,0,0,0.03,0.42 +4592,Medal of Honor Heroes 2,Wii,2007,Shooter,Electronic Arts,0.34,0.04,0.01,0.04,0.42 +4593,Yu-Gi-Oh! GX: Tag Force 2,PSP,2007,Strategy,Konami Digital Entertainment,0.03,0.2,0.1,0.11,0.42 +4594,Colony Wars,PS,1997,Simulation,Psygnosis,0.24,0.16,0,0.03,0.42 +4595,All-Star Baseball 2004,PS2,2003,Sports,Acclaim Entertainment,0.21,0.16,0,0.05,0.42 +4596,Big Strike Bowling,PS,2003,Sports,Gotham Games,0.23,0.16,0,0.03,0.42 +4597,Ragnarok Odyssey,PSV,2012,Role-Playing,GungHo,0.22,0.01,0.16,0.03,0.42 +4598,Harry Potter and the Deathly Hallows - Part 1,DS,2010,Action,Electronic Arts,0.2,0.19,0,0.04,0.42 +4599,Horsez,DS,2006,Simulation,Ubisoft,0.38,0.01,0,0.03,0.42 +4600,SpongeBob's Truth or Square (US sales),DS,2009,Action,THQ,0.42,0,0,0,0.42 +4601,NASCAR Thunder 2002,PS,2001,Racing,Electronic Arts,0.23,0.16,0,0.03,0.42 +4602,Grandia,SAT,1997,Role-Playing,ESP,0,0,0.42,0,0.42 +4603,ESPN NHL 2K5,XB,2004,Sports,Global Star,0.32,0.09,0,0.02,0.42 +4604,Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005,GBA,2005,Misc,Konami Digital Entertainment,0.3,0.11,0,0.01,0.42 +4605,Hot Wheels World Race,PS2,2003,Racing,THQ,0.21,0.16,0,0.05,0.42 +4606,Avatar: The Last Airbender - The Burning Earth,PS2,2007,Action,THQ,0.21,0.16,0,0.05,0.42 +4607,Superman: Shadow of Apokolips,PS2,2002,Action,Atari,0.21,0.16,0,0.05,0.42 +4608,NiGHTS: Journey of Dreams,Wii,2007,Platform,Sega,0.33,0.03,0.04,0.03,0.42 +4609,American Chopper,PS2,2004,Racing,Zoo Digital Publishing,0.35,0.01,0,0.06,0.42 +4610,Vanquish,X360,2010,Shooter,Sega,0.19,0.17,0.03,0.04,0.42 +4611,Star Wars Trilogy: Apprentice of the Force,GBA,2004,Action,Ubisoft,0.3,0.11,0,0.01,0.42 +4612,Marvel Super Hero Squad,DS,2009,Fighting,THQ,0.37,0.02,0,0.03,0.42 +4613,Lemony Snicket's A Series of Unfortunate Events,GBA,2004,Platform,Activision,0.3,0.11,0,0.01,0.42 +4614,JGTC: All-Japan Grand Touring Car Championship,PS,1998,Racing,TYO,0.23,0.16,0,0.03,0.42 +4615,NBA Live 06,PSP,2005,Sports,Electronic Arts,0.39,0,0,0.03,0.42 +4616,Arc the Lad III,PS,1999,Role-Playing,Sony Computer Entertainment,0,0,0.39,0.03,0.42 +4617,Solitaire Overload,DS,2007,Misc,Telegames,0.39,0,0,0.03,0.42 +4618,Mobile Suit Gundam: Gundam vs. Gundam,PSP,2008,Fighting,Namco Bandai Games,0,0,0.42,0,0.42 +4619,Test Drive,XB,2002,Racing,Atari,0.35,0.05,0,0.02,0.42 +4620,Jikkyou Powerful Pro Yakyuu 11,PS2,2004,Sports,Konami Digital Entertainment,0,0,0.42,0,0.42 +4621,Ghost Trick: Phantom Detective,DS,2010,Adventure,Capcom,0.2,0.08,0.12,0.03,0.42 +4622,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,PS2,2003,Action,THQ,0.21,0.16,0,0.05,0.42 +4623,Rush 2: Extreme Racing USA,N64,1998,Racing,Midway Games,0.35,0.06,0,0,0.42 +4624,NFL Blitz 2001,N64,2000,Sports,Midway Games,0.34,0.07,0,0,0.42 +4625,Dr. Mario 64,N64,2001,Puzzle,Nintendo,0.34,0.07,0,0,0.42 +4626,Jikkyou Powerful Pro Yakyuu 6,N64,1999,Sports,Konami Digital Entertainment,0,0,0.39,0.03,0.42 +4627,Army Men: Sarge's Heroes 2,N64,2000,Shooter,3DO,0.34,0.07,0,0,0.42 +4628,James Bond 007: Everything or Nothing,GC,2004,Shooter,Electronic Arts,0.32,0.08,0,0.01,0.42 +4629,Green Day: Rock Band,PS3,2010,Misc,MTV Games,0.19,0.16,0,0.07,0.42 +4630,Wolfenstein: The Old Blood,PS4,2015,Action,Bethesda Softworks,0.09,0.25,0.02,0.06,0.42 +4631,MLB 08: The Show,PS2,2008,Sports,Sony Computer Entertainment,0.35,0.01,0,0.06,0.42 +4632,Disney Infinity 2.0: Marvel Super Heroes,XOne,2014,Action,Disney Interactive Studios,0.24,0.15,0,0.03,0.42 +4633,Dance Dance Revolution Ultramix 2,XB,2004,Simulation,Konami Digital Entertainment,0.32,0.09,0,0.02,0.42 +4634,Mega Man Anniversary Collection,GC,2004,Platform,Capcom,0.32,0.08,0,0.01,0.42 +4635,Blazing Angels: Squadrons of WWII,X360,2006,Simulation,Ubisoft,0.36,0.03,0,0.03,0.42 +4636,Super Famista 4,SNES,1995,Sports,Namco Bandai Games,0,0,0.42,0,0.42 +4637,The Fairly Odd Parents: Game Boy Advance Video Volume 2,GBA,2004,Misc,N/A,0.3,0.11,0,0.01,0.42 +4638,Cabela's Legendary Adventures,PS2,2008,Sports,Activision,0.21,0.16,0,0.05,0.42 +4639,Taiko no Tatsujin DS: Dororon! Youkai Daikessen!!,DS,2010,Misc,Namco Bandai Games,0,0,0.42,0,0.42 +4640,Harry Potter and the Goblet of Fire,GC,2005,Action,Electronic Arts,0.32,0.08,0,0.01,0.42 +4641,JumpStart: Escape from Adventure Island,Wii,2009,Adventure,Knowledge Adventure,0.39,0,0,0.03,0.42 +4642,Thrillville: Off the Rails,PS2,2007,Strategy,LucasArts,0.2,0.16,0,0.05,0.42 +4643,Style Lab: Makeover,DS,2009,Simulation,Ubisoft,0.35,0.03,0,0.03,0.42 +4644,Condemned: Criminal Origins,X360,2005,Action,Sega,0.36,0.03,0,0.03,0.42 +4645,Mega Man X6,PS,2001,Action,Capcom,0.14,0.1,0.16,0.03,0.42 +4646,Monster Jam: Urban Assault,Wii,2008,Racing,Activision,0.39,0,0,0.03,0.42 +4647,BloodRayne,PS2,2002,Shooter,Universal Interactive,0.2,0.16,0,0.05,0.42 +4648,Kumamon Bomber: Puzzle de Kumamon Taisou,GC,2005,Puzzle,Sega,0.32,0.08,0,0.01,0.42 +4649,Castlevania: Curse of Darkness,PS2,2005,Action,Konami Digital Entertainment,0.18,0.14,0.05,0.05,0.42 +4650,Tom Clancy's HAWX 2,PS3,2010,Action,Ubisoft,0.21,0.12,0.03,0.05,0.42 +4651,Harvest Moon: Grand Bazaar,DS,2008,Simulation,Rising Star Games,0.22,0.05,0.13,0.02,0.42 +4652,International Superstar Soccer Pro '98,PS,1998,Sports,Konami Digital Entertainment,0.02,0.02,0.35,0.03,0.42 +4653,Jimmy Neutron: Boy Genius,GBA,2001,Platform,THQ,0.3,0.11,0,0.01,0.42 +4654,Black,XB,2006,Shooter,Electronic Arts,0.31,0.09,0,0.01,0.42 +4655,Zack & Wiki: Quest for Barbaros' Treasure,Wii,2007,Adventure,Nintendo,0.18,0.17,0.03,0.04,0.42 +4656,Double Pack: Finding Nemo / The Incredibles,XB,2006,Action,THQ,0.31,0.09,0,0.01,0.42 +4657,Star Wars The Clone Wars: Republic Heroes,PSP,2009,Action,LucasArts,0.21,0.13,0,0.08,0.42 +4658,NBA 2K11,PSP,2010,Action,Take-Two Interactive,0.39,0,0,0.03,0.42 +4659,Animal Crossing: Amiibo Festival,WiiU,2015,Misc,Nintendo,0.19,0.11,0.09,0.03,0.42 +4660,Hyrule Warriors,3DS,2016,Action,Nintendo,0.16,0.12,0.11,0.03,0.42 +4661,Harry Potter and the Deathly Hallows - Part 1,PS3,2010,Action,Electronic Arts,0.13,0.21,0,0.08,0.42 +4662,Fishing Resort,Wii,2011,Sports,Namco Bandai Games,0.16,0,0.25,0.01,0.42 +4663,WWE All Stars,PS3,2011,Fighting,THQ,0.16,0.18,0,0.07,0.42 +4664,Lord of the Rings: The Third Age,XB,2004,Role-Playing,Electronic Arts,0.31,0.09,0,0.01,0.42 +4665,Football Manager Handheld 2011,PSP,2010,Sports,Sega,0,0.28,0,0.14,0.42 +4666,Pirates of the Caribbean: At World's End,PS2,2007,Action,Disney Interactive Studios,0.2,0.16,0,0.05,0.42 +4667,Mega Man Legends 2,PS,2000,Adventure,Capcom,0.17,0.12,0.1,0.03,0.42 +4668,X-Men vs. Street Fighter,PS,1997,Fighting,Capcom,0.16,0.11,0.12,0.03,0.42 +4669,High Rollers Casino,PS2,2004,Misc,Mud Duck Productions,0.2,0.16,0,0.05,0.42 +4670,Castlevania: The Dracula X Chronicles,PSP,2007,Platform,Konami Digital Entertainment,0.22,0.09,0.04,0.07,0.42 +4671,The Suffering,PS2,2004,Action,Midway Games,0.2,0.16,0,0.05,0.42 +4672,Cyber Troopers Virtual-On,SAT,1995,Fighting,Sega,0,0,0.42,0,0.42 +4673,Katamari Forever,PS3,2009,Puzzle,Namco Bandai Games,0.26,0.05,0.06,0.04,0.42 +4674,Star Wars Starfighter: Special Edition,XB,2001,Simulation,LucasArts,0.3,0.1,0,0.02,0.42 +4675,TimeShift,X360,2007,Shooter,Vivendi Games,0.36,0.02,0,0.03,0.41 +4676,NBA Jam,PS2,2003,Sports,Acclaim Entertainment,0.2,0.16,0,0.05,0.41 +4677,Zone of the Enders: The 2nd Runner,PS2,2003,Simulation,Konami Digital Entertainment,0.15,0.12,0.11,0.04,0.41 +4678,Ghostbusters: The Video Game,DS,2009,Action,Atari,0.26,0.12,0,0.04,0.41 +4679,Attack on Titan: Humanity in Chains,3DS,2013,Action,Screenlife,0,0,0.41,0,0.41 +4680,Jampack Spring 2004 (RP-T),PS2,2003,Misc,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4681,Dexter's Laboratory Deesaster Strikes,GBA,2001,Adventure,BAM! Entertainment,0.3,0.11,0,0.01,0.41 +4682,NFL GameDay 2004,PS2,2003,Sports,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4683,Scooby-Doo and the Cyber Chase,GBA,2001,Adventure,Ubisoft,0.3,0.11,0,0.01,0.41 +4684,Danganronpa: Trigger Happy Havoc,PSV,2013,Misc,Nippon Ichi Software,0.14,0.07,0.15,0.06,0.41 +4685,TERA,PC,N/A,Role-Playing,Unknown,0.24,0.12,0,0.05,0.41 +4686,Tomb Raider: The Last Revelation,PC,1998,Action,Eidos Interactive,0.41,0,0,0,0.41 +4687,pro evolution soccer 2011,PS2,2010,Sports,Konami Digital Entertainment,0.04,0.21,0.05,0.11,0.41 +4688,Sega Rally Championship 2,DC,1999,Racing,Sega,0,0,0.41,0,0.41 +4689,Quake II,PS,1998,Shooter,Activision,0.23,0.16,0,0.03,0.41 +4690,Crash of the Titans,PS2,2007,Action,Vivendi Games,0.34,0.01,0,0.06,0.41 +4691,BioShock,PC,2007,Shooter,Take-Two Interactive,0.01,0.39,0,0.02,0.41 +4692,Cars: Mater-National Championship,PS3,2007,Racing,THQ,0.37,0.01,0,0.03,0.41 +4693,MLB 10: The Show,PS2,2010,Sports,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4694,Wheel of Fortune: 2nd Edition,PS,2000,Misc,Hasbro Interactive,0.23,0.16,0,0.03,0.41 +4695,Tom Clancy's Rainbow Six: Lockdown,XB,2005,Shooter,Ubisoft,0.26,0.13,0,0.02,0.41 +4696,Mobile Suit Gundam: Gundam vs. Gundam NEXT PLUS,PSP,2009,Fighting,Namco Bandai Games,0,0,0.41,0,0.41 +4697,Cool Boarders 2001,PS,2000,Sports,Sony Computer Entertainment,0.23,0.16,0,0.03,0.41 +4698,Grudge Warriors,PS,1999,Action,Take-Two Interactive,0.23,0.16,0,0.03,0.41 +4699,World Soccer Jikkyou Winning Eleven 2000: U-23 Medal heno Chousen,PS,2000,Sports,Konami Digital Entertainment,0,0,0.39,0.03,0.41 +4700,Destiny: The Taken King,PS3,2015,Shooter,Activision,0.16,0.17,0.02,0.06,0.41 +4701,Mobile Suit Gundam,SAT,1995,Action,Namco Bandai Games,0,0,0.41,0,0.41 +4702,Mass Effect Trilogy,X360,2012,Action,Electronic Arts,0.28,0.1,0,0.03,0.41 +4703,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",PSP,2009,Shooter,Activision,0.17,0.15,0,0.09,0.41 +4704,Wolfenstein: The New Order,X360,2014,Shooter,Bethesda Softworks,0.18,0.19,0,0.04,0.41 +4705,James Patterson Women's Murder Club: Games of Passion,DS,2009,Adventure,THQ,0.15,0.22,0,0.05,0.41 +4706,Farming Simulator 2015,X360,2015,Simulation,Koch Media,0.21,0.16,0,0.04,0.41 +4707,Jimmy Neutron: Boy Genius,PS2,2002,Platform,THQ,0.2,0.16,0,0.05,0.41 +4708,Itadaki Street DS,DS,2007,Misc,Square Enix,0,0,0.41,0,0.41 +4709,Castlevania: Order of Ecclesia,DS,2008,Platform,Konami Digital Entertainment,0.31,0.03,0.04,0.03,0.41 +4710,BlazBlue: Continuum Shift,PS3,2010,Fighting,PQube,0.21,0.08,0.09,0.04,0.41 +4711,X-Men: The Official Game,PS2,2006,Action,Activision,0.2,0.16,0,0.05,0.41 +4712,300: March to Glory,PSP,2007,Action,Warner Bros. Interactive Entertainment,0.27,0.08,0,0.06,0.41 +4713,E0: Enemy Zero,SAT,1996,Adventure,Sega,0,0,0.41,0,0.41 +4714,Nicktoons: Unite!,PS2,2005,Adventure,THQ,0.34,0.01,0,0.06,0.41 +4715,Six Flags Fun Park,Wii,2009,Misc,Ubisoft,0.28,0.1,0,0.04,0.41 +4716,Spore Hero,Wii,2009,Simulation,Electronic Arts,0.36,0.03,0,0.03,0.41 +4717,Mass Effect Trilogy,PS3,2012,Action,Electronic Arts,0.37,0,0,0.04,0.41 +4718,NASCAR Racing,PS,1996,Racing,Pioneer LDC,0.23,0.16,0,0.03,0.41 +4719,LEGO Jurassic World,PSV,2015,Action,Warner Bros. Interactive Entertainment,0.09,0.23,0,0.09,0.41 +4720,Monotaro Dentetsu 2010: Sengoku Ishin no Hero Daishuugou! no Maki,Wii,2009,Misc,Hudson Soft,0,0,0.41,0,0.41 +4721,Up,PSP,2009,Action,THQ,0.24,0.1,0,0.07,0.41 +4722,Spider-Man: Web of Shadows,X360,2008,Action,Activision,0.36,0.02,0,0.03,0.41 +4723,Boku no Natsuyasumi 2: Umi no Bouken Hen,PS2,2002,Adventure,Sony Computer Entertainment,0,0,0.41,0,0.41 +4724,SpongeBob SquigglePants,Wii,2011,Misc,THQ,0.36,0.03,0,0.03,0.41 +4725,Cars: Race-O-Rama,PSP,2009,Racing,THQ,0.29,0.07,0,0.06,0.41 +4726,Fantastic Pets,X360,2011,Simulation,THQ,0.3,0.08,0,0.03,0.41 +4727,Command & Conquer: Red Alert,PS,1997,Strategy,Virgin Interactive,0.23,0.16,0,0.03,0.41 +4728,Star Wars The Clone Wars: Republic Heroes,DS,2009,Action,LucasArts,0.23,0.14,0,0.04,0.41 +4729,Dig Dug,NES,1985,Puzzle,Namco Bandai Games,0,0,0.41,0,0.41 +4730,Ogre Battle 64: Person of Lordly Caliber,N64,1999,Role-Playing,Nintendo,0.1,0.02,0.25,0.04,0.41 +4731,Superman: The New Superman Adventures,N64,1999,Action,Titus,0.33,0.07,0,0,0.41 +4732,UEFA Euro 2008 Austria-Switzerland,PS3,2008,Sports,Electronic Arts,0.08,0.27,0,0.06,0.41 +4733,The Terminator: Dawn of Fate,PS2,2002,Action,Atari,0.2,0.16,0,0.05,0.41 +4734,The LEGO Movie Videogame,PSV,2014,Action,Warner Bros. Interactive Entertainment,0.05,0.26,0,0.09,0.41 +4735,Rogue Galaxy: Director's Cut,PS2,2007,Role-Playing,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4736,Armored Core,PS,1997,Simulation,Sony Computer Entertainment,0.13,0.09,0.16,0.03,0.41 +4737,Monster Trucks Mayhem,Wii,2009,Racing,Zoo Games,0.39,0,0,0.02,0.41 +4738,Winter Sports 2: The Next Challenge,Wii,2008,Sports,RTL,0.18,0.19,0,0.04,0.41 +4739,Green Day: Rock Band,X360,2010,Misc,MTV Games,0.24,0.13,0,0.04,0.41 +4740,Densha De Go! 2,PS,1999,Simulation,Taito,0,0,0.38,0.03,0.41 +4741,Transformers: Fall of Cybertron,PS3,2012,Action,Activision,0.19,0.15,0,0.07,0.41 +4742,Call of Duty: Advanced Warfare,PC,2014,Shooter,Activision,0.14,0.23,0,0.04,0.41 +4743,Disney Princess: Enchanting Storybooks,Wii,2011,Misc,THQ,0.26,0.11,0,0.04,0.41 +4744,Monopoly Streets,PS3,2010,Misc,Electronic Arts,0.16,0.18,0,0.07,0.41 +4745,Band Hero,PS2,2009,Misc,Activision,0.15,0.06,0,0.2,0.41 +4746,The Wonderful 101,WiiU,2013,Action,Nintendo,0.2,0.1,0.08,0.03,0.41 +4747,No More Heroes 2: Desperate Struggle,Wii,2010,Action,Rising Star Games,0.21,0.12,0.04,0.03,0.41 +4748,Battlefield 2: Modern Combat,X360,2006,Shooter,Electronic Arts,0.35,0.02,0.01,0.03,0.41 +4749,Armored Core 2: Another Age,PS2,2001,Simulation,Metro 3D,0.11,0.08,0.19,0.03,0.41 +4750,Buzz! Junior: Jungle Party,PS2,2006,Misc,Sony Computer Entertainment,0.2,0.16,0,0.05,0.41 +4751,Mortal Kombat: Deadly Alliance,GC,2002,Fighting,Midway Games,0.31,0.08,0,0.01,0.41 +4752,Marvel: Ultimate Alliance,Wii,2006,Role-Playing,Activision,0.37,0.01,0,0.03,0.41 +4753,NBA 2K11,PS2,2010,Action,Take-Two Interactive,0.34,0.01,0,0.06,0.41 +4754,AKB1/48: Idol to Koishitara...,PSP,2010,Misc,Namco Bandai Games,0,0,0.41,0,0.41 +4755,Pro Pinball,PS,1996,Misc,Empire Interactive,0.23,0.15,0,0.03,0.41 +4756,'98 Koshien,PS,1998,Sports,Magical Company,0.15,0.1,0.12,0.03,0.41 +4757,NBA 2K9,PS2,2008,Sports,Take-Two Interactive,0.34,0.01,0,0.06,0.41 +4758,Yu-Gi-Oh! The Eternal Duelist Soul (JP sales),GBA,2001,Misc,Konami Digital Entertainment,0,0,0.4,0.01,0.41 +4759,Speed Racer: The Videogame,Wii,2008,Racing,Warner Bros. Interactive Entertainment,0.36,0.02,0,0.03,0.41 +4760,Naughty Bear,X360,2010,Action,505 Games,0.21,0.16,0,0.04,0.41 +4761,Littlest Pet Shop,Wii,2008,Simulation,Electronic Arts,0.34,0.04,0,0.03,0.41 +4762,TNA iMPACT!,PS3,2008,Fighting,Midway Games,0.22,0.12,0,0.06,0.41 +4763,Just Dance Kids 2,X360,2011,Misc,Ubisoft,0.29,0.09,0,0.03,0.41 +4764,Duke Nukem Forever,PC,2011,Shooter,Take-Two Interactive,0.18,0.17,0,0.06,0.41 +4765,Hatsune Miku: Project Diva 2nd,PSP,2010,Misc,Sega,0,0,0.41,0,0.41 +4766,Marvel: Ultimate Alliance 2,PS2,2009,Role-Playing,Activision,0.23,0.02,0,0.16,0.41 +4767,Mario no Super Picross,SNES,1995,Puzzle,Nintendo,0,0,0.41,0,0.41 +4768,"Ed, Edd n Eddy: The Mis-Edventures",PS2,2005,Platform,Midway Games,0.34,0.01,0,0.06,0.41 +4769,Jikkyou Powerful Pro Yakuu '94,SNES,1994,Sports,Konami Digital Entertainment,0,0,0.41,0,0.41 +4770,Disney's Tarzan Untamed,PS2,2001,Platform,Ubisoft,0.2,0.16,0,0.05,0.41 +4771,Borderlands: The Handsome Collection,XOne,2015,Shooter,Take-Two Interactive,0.24,0.13,0,0.04,0.41 +4772,The Gunstringer,X360,2011,Shooter,Microsoft Game Studios,0.26,0.11,0,0.04,0.41 +4773,Knockout Kings 2001,PS,2000,Fighting,Electronic Arts,0.23,0.15,0,0.03,0.41 +4774,From Russia With Love,PS2,2005,Action,Electronic Arts,0.34,0.01,0,0.06,0.41 +4775,FIFA Soccer 13,PC,2012,Action,Electronic Arts,0.02,0.31,0,0.07,0.41 +4776,Asura's Wrath,PS3,2012,Action,Capcom,0.18,0.12,0.06,0.05,0.41 +4777,Avatar: The Game,DS,2009,Action,Ubisoft,0.19,0.18,0,0.04,0.41 +4778,My Virtual Tutor: Reading Adventure First to Second Grade,DS,2009,Misc,Mentor Interactive,0.38,0,0,0.03,0.41 +4779,Minority Report: Everybody Runs,PS2,2002,Action,Activision,0.2,0.15,0,0.05,0.41 +4780,Disney's Hercules / Disney's The Jungle Book: Groove Party / A Bug's Life,PS,2003,Misc,Sony Computer Entertainment,0.23,0.15,0,0.03,0.4 +4781,NFL GameDay 2002,PS,2001,Sports,Sony Computer Entertainment,0.23,0.15,0,0.03,0.4 +4782,Pengo,2600,1983,Adventure,Atari,0.38,0.02,0,0,0.4 +4783,Disney Sing It! High School Musical 3: Senior Year,PS3,2008,Misc,Disney Interactive Studios,0.08,0.26,0,0.07,0.4 +4784,Story of Seasons,3DS,2014,Simulation,Nintendo,0,0.13,0.26,0.01,0.4 +4785,Beowulf: The Game,X360,2007,Action,Ubisoft,0.36,0.01,0,0.03,0.4 +4786,Mouse Trap,2600,1981,Action,Coleco,0.38,0.02,0,0,0.4 +4787,Super Monkey Ball: Step & Roll,Wii,2010,Action,Sega,0.17,0.2,0,0.04,0.4 +4788,Hatsune Miku: Project Diva F 2nd,PSV,2014,Misc,Sega,0.13,0.06,0.16,0.06,0.4 +4789,Overlord,X360,2007,Strategy,Codemasters,0.34,0.03,0.01,0.03,0.4 +4790,Tak and the Power of Juju,GC,2003,Platform,THQ,0.31,0.08,0,0.01,0.4 +4791,"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",PS3,2007,Action,Activision,0.32,0.04,0.01,0.04,0.4 +4792,Sega Superstars Tennis,PS3,2008,Sports,Sega,0.13,0.2,0,0.08,0.4 +4793,LEGO Harry Potter: Years 5-7,3DS,N/A,Action,Warner Bros. Interactive Entertainment,0.18,0.19,0,0.04,0.4 +4794,Dragon Quest X,WiiU,2013,Role-Playing,Square Enix,0,0,0.4,0,0.4 +4795,Wall-E,PS3,2008,Platform,THQ,0.12,0.21,0,0.08,0.4 +4796,Medarot: Kabuto / Kuwagata Version,GB,1997,Role-Playing,Imagineer,0,0,0.4,0,0.4 +4797,NBA 2K10,PS2,2009,Sports,Take-Two Interactive,0.33,0.01,0,0.05,0.4 +4798,Defender,PS2,2002,Misc,Midway Games,0.2,0.15,0,0.05,0.4 +4799,NFL GameDay 2003,PS2,N/A,Sports,Unknown,0.2,0.15,0,0.05,0.4 +4800,WipeOut 3 The Game,Wii,2012,Action,Activision,0.38,0,0,0.03,0.4 +4801,Taiko no Tatsujin Wii: Dodon to 2 Yome!,Wii,2009,Misc,Namco Bandai Games,0,0,0.4,0,0.4 +4802,Thief (2014),PS3,2014,Action,Square Enix,0.1,0.2,0.02,0.08,0.4 +4803,Congo Bongo,2600,1982,Action,Sega,0.37,0.02,0,0,0.4 +4804,Gauntlet: Seven Sorrows,PS2,2005,Role-Playing,Midway Games,0.2,0.15,0,0.05,0.4 +4805,Harry Potter: Quidditch World Cup,GC,2003,Sports,Electronic Arts,0.31,0.08,0,0.01,0.4 +4806,Advance Wars: Dual Strike,DS,2005,Strategy,Nintendo,0.3,0.03,0.04,0.03,0.4 +4807,Yu-Gi-Oh! 5D's Stardust Accelerator: World Championship 2009,DS,2009,Action,Konami Digital Entertainment,0.27,0.01,0.09,0.03,0.4 +4808,Warriors Orochi 2 (JP sales),PS2,2008,Action,Tecmo Koei,0,0,0.4,0,0.4 +4809,WWE SmackDown! vs. RAW 2006,PSP,2005,Fighting,THQ,0.36,0.01,0,0.03,0.4 +4810,The Chronicles of Narnia: Prince Caspian,PS2,2008,Action,Disney Interactive Studios,0.2,0.15,0,0.05,0.4 +4811,The Incredibles: Rise of the Underminer,GBA,2005,Action,THQ,0.29,0.11,0,0.01,0.4 +4812,Pet in TV,PS,1997,Strategy,Sony Computer Entertainment,0,0,0.38,0.03,0.4 +4813,Battalion Wars,GC,2005,Strategy,Nintendo,0.25,0.07,0.07,0.01,0.4 +4814,NBA ShootOut 2000,PS,1999,Sports,989 Studios,0.22,0.15,0,0.03,0.4 +4815,Power Rangers: Dino Thunder,GC,2004,Action,THQ,0.31,0.08,0,0.01,0.4 +4816,Rocksmith 2014,XOne,2014,Misc,Ubisoft,0.29,0.08,0,0.04,0.4 +4817,Samurai Shodown,SNES,1994,Fighting,Takara,0,0,0.4,0,0.4 +4818,NHL 15,XOne,2014,Sports,Electronic Arts,0.31,0.06,0,0.03,0.4 +4819,TMNT,Wii,2007,Action,Ubisoft,0.34,0.03,0,0.03,0.4 +4820,Final Fantasy Crystal Chronicles: The Crystal Bearers,Wii,2009,Action,Square Enix,0.22,0.08,0.08,0.03,0.4 +4821,Cabela's Big Game Hunter 2010,PS3,2009,Sports,Activision Value,0.37,0,0,0.03,0.4 +4822,EA Sports UFC 2,XOne,2016,Sports,Electronic Arts,0.23,0.14,0,0.04,0.4 +4823,Fighting Vipers,SAT,1995,Fighting,Sega,0,0,0.4,0,0.4 +4824,NCAA GameBreaker 2000,PS,1999,Sports,989 Studios,0.22,0.15,0,0.03,0.4 +4825,Iron Man 2,PS3,2010,Action,Sega,0.14,0.19,0,0.07,0.4 +4826,The Legend of Spyro: Dawn of the Dragon,PS2,2008,Platform,Vivendi Games,0.12,0.01,0,0.27,0.4 +4827,AKB1/48: Idol to Guam de Koishitara...,PSP,2011,Misc,Namco Bandai Games,0,0,0.4,0,0.4 +4828,RR64: Ridge Racer 64,N64,1999,Racing,Nintendo,0.32,0.07,0,0,0.4 +4829,Top Gear Rally,N64,1997,Racing,Kemco,0.32,0.07,0,0,0.4 +4830,NFL Quarterback Club 2000,N64,1999,Sports,Acclaim Entertainment,0.37,0.03,0,0,0.4 +4831,Mortal Kombat Mythologies: Sub-Zero,N64,1997,Fighting,Midway Games,0.32,0.07,0,0,0.4 +4832,18 Wheeler: American Pro Trucker,PS2,2001,Racing,Acclaim Entertainment,0.2,0.15,0,0.05,0.4 +4833,Atari Anthology,PS2,2004,Misc,Atari,0.33,0.01,0,0.05,0.4 +4834,Bugs Bunny: Lost in Time,PS,1999,Platform,Infogrames,0.22,0.15,0,0.03,0.4 +4835,NBA Jam,X360,2010,Sports,Electronic Arts,0.27,0.1,0,0.03,0.4 +4836,Sherlock Holmes: The Mystery of the Mummy,DS,2009,Adventure,Focus Home Interactive,0.06,0.3,0,0.04,0.4 +4837,Hot Wheels: Beat That!,PS2,2007,Racing,Activision,0.2,0.15,0,0.05,0.4 +4838,MLB 2006,PS2,2005,Sports,Sony Computer Entertainment,0.33,0.01,0,0.05,0.4 +4839,Star Wars The Clone Wars: Republic Heroes,X360,2009,Action,LucasArts,0.18,0.17,0,0.04,0.4 +4840,Brunswick Pro Bowling,PS2,2007,Sports,505 Games,0.2,0.15,0,0.05,0.4 +4841,Mafia II,PC,2010,Action,Take-Two Interactive,0.17,0.17,0,0.06,0.4 +4842,Rocket Power: Dream Scheme,GBA,2001,Action,THQ,0.29,0.11,0,0.01,0.4 +4843,SpongeBob's Truth or Square (US sales),Wii,2009,Action,THQ,0.38,0.01,0,0,0.4 +4844,MX vs. ATV Unleashed,XB,2005,Racing,THQ,0.32,0.07,0,0.01,0.4 +4845,Rampage: Total Destruction,GC,2006,Action,Midway Games,0.31,0.08,0,0.01,0.4 +4846,Planet 51,DS,2009,Action,Sega,0.22,0.14,0,0.04,0.4 +4847,The Urbz: Sims in the City,GC,2004,Simulation,Electronic Arts,0.24,0.14,0,0.02,0.4 +4848,Road Rash: Jailbreak,PS,1999,Racing,Electronic Arts,0.22,0.15,0,0.03,0.4 +4849,Mother 3,GBA,2006,Role-Playing,Nintendo,0,0,0.39,0.01,0.4 +4850,Nicktoons: Freeze Frame Frenzy,GBA,2004,Action,THQ,0.29,0.11,0,0.01,0.4 +4851,Diner Dash: Sizzle & Serve,DS,2007,Puzzle,Eidos Interactive,0.34,0.03,0,0.03,0.4 +4852,Rapala Pro Bass Fishing 2010,X360,2010,Sports,Activision,0.32,0.05,0,0.03,0.4 +4853,Legends of WrestleMania,X360,2009,Fighting,THQ,0.2,0.16,0,0.04,0.4 +4854,Wii Sports Club,WiiU,2014,Sports,Nintendo,0.19,0.14,0.04,0.03,0.4 +4855,Tomb Raider: Anniversary,X360,2007,Action,Eidos Interactive,0.12,0.23,0,0.05,0.4 +4856,You Don't Know Jack,PS,1999,Misc,Vivendi Games,0.22,0.15,0,0.03,0.4 +4857,Mystery Dungeon: Shiren the Wanderer,SNES,1995,Role-Playing,ChunSoft,0,0,0.4,0,0.4 +4858,Sonic Lost World,WiiU,2013,Platform,Sega,0.24,0.12,0.01,0.03,0.4 +4859,Condemned 2: Bloodshot,PS3,2008,Action,Sega,0.17,0.16,0,0.07,0.4 +4860,Silent Hill: Homecoming,PS3,N/A,Action,Konami Digital Entertainment,0.18,0.15,0,0.06,0.4 +4861,Star Wars: Clone Wars,GC,2002,Shooter,Activision,0.31,0.08,0,0.01,0.4 +4862,NBA Live 2002,XB,2001,Sports,Electronic Arts,0.35,0.03,0,0.02,0.4 +4863,Boku no Natsuyasumi,PS,2000,Adventure,Sony Computer Entertainment,0,0,0.37,0.03,0.4 +4864,Armored Core V,PS3,2012,Simulation,Namco Bandai Games,0.09,0.04,0.24,0.02,0.4 +4865,I-Ninja,PS2,2003,Platform,Sony Computer Entertainment,0.19,0.15,0,0.05,0.4 +4866,Command & Conquer,PS,1996,Strategy,Virgin Interactive,0.22,0.15,0,0.03,0.4 +4867,Harvest Moon: Save the Homeland,PS2,N/A,Simulation,Unknown,0.19,0.15,0,0.05,0.4 +4868,NBA Jam,PS3,2010,Sports,Electronic Arts,0.22,0.12,0,0.06,0.4 +4869,Mass Effect 2,PC,2010,Role-Playing,Electronic Arts,0.01,0.32,0,0.07,0.4 +4870,SD Gundam G Generation Seed,PS2,2004,Strategy,Namco Bandai Games,0,0,0.4,0,0.4 +4871,Call of Duty: Finest Hour,GC,2004,Shooter,Activision,0.31,0.08,0,0.01,0.4 +4872,Scooby-Doo! and the Spooky Swamp,DS,2010,Action,Warner Bros. Interactive Entertainment,0.26,0.1,0,0.03,0.4 +4873,Naruto: Path of the Ninja,DS,2007,Role-Playing,D3Publisher,0.37,0,0,0.03,0.4 +4874,Rise of the Tomb Raider,X360,2015,Adventure,Square Enix,0.17,0.19,0,0.03,0.4 +4875,Hitman: Blood Money,X360,2006,Action,Eidos Interactive,0.29,0.06,0.01,0.03,0.4 +4876,Tales of Phantasia,SNES,1995,Role-Playing,Namco Bandai Games,0,0,0.4,0,0.4 +4877,Alpha Protocol,X360,2010,Role-Playing,Sega,0.23,0.13,0,0.04,0.4 +4878,Suzuki TT Superbikes,PS2,2005,Racing,Jester Interactive,0.33,0.01,0,0.05,0.4 +4879,Rumble Roses,PS2,2004,Fighting,Konami Digital Entertainment,0.19,0.15,0,0.05,0.39 +4880,Just Dance 2014,PS3,2013,Misc,Ubisoft,0.17,0.15,0,0.07,0.39 +4881,Fantastic Four: Rise of the Silver Surfer,PS2,2007,Action,Take-Two Interactive,0.19,0.15,0,0.05,0.39 +4882,Ultimate Spider-Man,XB,2005,Action,Activision,0.26,0.11,0,0.02,0.39 +4883,GRID 2,PS3,2013,Racing,Codemasters,0.07,0.23,0.01,0.09,0.39 +4884,LEGO The Lord of the Rings,3DS,2012,Action,Warner Bros. Interactive Entertainment,0.19,0.17,0,0.03,0.39 +4885,Juiced 2: Hot Import Nights,PS2,2007,Racing,THQ,0.19,0.15,0.01,0.05,0.39 +4886,Skylanders: SuperChargers,PS3,2015,Action,Activision,0.15,0.18,0,0.06,0.39 +4887,NHL 99,N64,1998,Sports,Electronic Arts,0.38,0.01,0,0,0.39 +4888,NBA 2K10,Wii,2009,Sports,Take-Two Interactive,0.36,0,0,0.03,0.39 +4889,Dungeon Siege III,PS3,2011,Role-Playing,Square Enix,0.17,0.14,0.03,0.06,0.39 +4890,Viking: Battle for Asgard,PS3,2008,Action,Sega,0.14,0.18,0,0.07,0.39 +4891,Brunswick Pro Bowling,Wii,2007,Sports,505 Games,0.36,0.01,0,0.03,0.39 +4892,Monster Jam: Urban Assault,DS,2008,Racing,Activision,0.37,0,0,0.03,0.39 +4893,Danball Senki,PSP,2011,Role-Playing,Level 5,0,0,0.39,0,0.39 +4894,NASCAR Heat,PS,2000,Racing,Hasbro Interactive,0.22,0.15,0,0.03,0.39 +4895,Bloody Roar,PS,1997,Fighting,Virgin Interactive,0.22,0.15,0,0.03,0.39 +4896,Bump 'n' Jump,2600,1982,Racing,Mattel Interactive,0.37,0.02,0,0,0.39 +4897,Mobile Suit Gundam: Lost War Chronicles,PS2,2002,Shooter,Namco Bandai Games,0,0,0.39,0,0.39 +4898,Disney's Brother Bear,GBA,2003,Action,THQ,0.28,0.1,0,0.01,0.39 +4899,Naruto: Clash of Ninja Revolution 2,Wii,2008,Fighting,Tomy Corporation,0.34,0.02,0,0.03,0.39 +4900,NBA Live 09,PS2,2008,Sports,Electronic Arts,0.32,0.01,0.01,0.05,0.39 +4901,LEGO Star Wars III: The Clone Wars,PSP,2011,Action,LucasArts,0.14,0.17,0,0.09,0.39 +4902,The House of The Dead III,XB,2002,Shooter,Sega,0.29,0.08,0,0.01,0.39 +4903,Rune Factory: Frontier,Wii,2008,Role-Playing,Rising Star Games,0.18,0.14,0.04,0.04,0.39 +4904,Fire Emblem: Fuuin no Tsurugi,GBA,2002,Role-Playing,Nintendo,0,0,0.39,0,0.39 +4905,SpongeBob's Truth or Square (US sales),PSP,2009,Action,THQ,0.39,0,0,0,0.39 +4906,FIFA 12,3DS,2011,Sports,Electronic Arts,0.08,0.26,0,0.05,0.39 +4907,Ener-G: Gym Rockets,DS,2008,Sports,Ubisoft,0.36,0,0,0.03,0.39 +4908,The Darkness II,X360,2012,Shooter,Take-Two Interactive,0.24,0.12,0,0.03,0.39 +4909,NBA Live 09,PSP,2008,Sports,Electronic Arts,0.23,0.07,0.03,0.06,0.39 +4910,Laser Blast,2600,1981,Action,Activision,0.37,0.02,0,0,0.39 +4911,Dancing with the Stars: We Dance!,DS,2008,Misc,Activision,0.36,0,0,0.03,0.39 +4912,LocoRoco,PSP,2006,Platform,Sony Computer Entertainment,0.14,0.05,0.16,0.04,0.39 +4913,Thrasher Presents: Skate and Destroy,PS,1998,Sports,Take-Two Interactive,0.22,0.15,0,0.03,0.39 +4914,Are You Smarter than a 5th Grader? Make the Grade,DS,2008,Misc,THQ,0.36,0,0,0.03,0.39 +4915,Donkey Konga 2,GC,2004,Misc,Nintendo,0.3,0.08,0,0.01,0.39 +4916,Just Dance 2014,PS4,2013,Misc,Ubisoft,0.18,0.16,0,0.05,0.39 +4917,Metal Gear Solid: The Legacy Collection,PS3,2013,Adventure,Konami Digital Entertainment,0.31,0.01,0.03,0.05,0.39 +4918,Tear Ring Saga Yutona Eiyuu Senki,PS,2001,Role-Playing,Enterbrain,0,0,0.37,0.03,0.39 +4919,Project X Zone,3DS,2012,Role-Playing,Namco Bandai Games,0.18,0.04,0.15,0.02,0.39 +4920,Red Faction: Armageddon,X360,2011,Shooter,THQ,0.18,0.17,0.01,0.04,0.39 +4921,Wipeout 2048,PSV,2012,Racing,Sony Computer Entertainment,0.14,0.19,0,0.06,0.39 +4922,Need for Speed: Nitro,DS,2009,Racing,Electronic Arts,0.22,0.13,0,0.04,0.39 +4923,Mystery Case Files: The Malgrave Incident,Wii,2011,Adventure,Nintendo,0.19,0.17,0,0.03,0.39 +4924,Yoshi Touch & Go,DS,2005,Platform,Nintendo,0.34,0.02,0,0.03,0.39 +4925,EA Sports Active 2,X360,2010,Sports,Electronic Arts,0.18,0.17,0,0.04,0.39 +4926,Combat of Giants: Dinosaurs 3D,3DS,2011,Strategy,Ubisoft,0.25,0.06,0.05,0.03,0.39 +4927,Taiko no Tatsujin Wii: Ketteiban,Wii,2011,Misc,Namco Bandai Games,0,0,0.39,0,0.39 +4928,Age of Empires III,PC,2005,Strategy,Microsoft Game Studios,0,0.32,0,0.07,0.39 +4929,SSX 3,XB,2003,Sports,Electronic Arts,0.29,0.08,0,0.01,0.39 +4930,MLB 15: The Show,PS3,2015,Sports,Sony Computer Entertainment,0.3,0.01,0,0.07,0.39 +4931,Madden NFL 2005,GBA,2004,Sports,Electronic Arts,0.28,0.1,0,0.01,0.39 +4932,All-Star Baseball 2000,N64,1999,Sports,Acclaim Entertainment,0.36,0.03,0,0,0.39 +4933,Custom Robo V2,N64,2000,Fighting,Nintendo,0,0,0.34,0.05,0.39 +4934,Extreme-G: XG2,N64,1998,Racing,Acclaim Entertainment,0.31,0.07,0,0,0.39 +4935,BattleTanx: Global Assault,N64,1999,Action,3DO,0.31,0.07,0,0,0.39 +4936,Robert Ludlum's The Bourne Conspiracy,PS3,N/A,Action,Vivendi Games,0.18,0.14,0,0.06,0.39 +4937,Chibi-Robo! Plug into Adventure!,GC,2005,Adventure,Nintendo,0.23,0.06,0.09,0.01,0.39 +4938,Dawn of Discovery,PC,2009,Simulation,Ubisoft,0,0.32,0,0.07,0.39 +4939,Jampack Winter 2003 (RP-T),PS2,2003,Misc,Sony Computer Entertainment,0.19,0.15,0,0.05,0.39 +4940,Dancing with the Stars: We Dance!,Wii,2008,Misc,Activision,0.36,0,0,0.03,0.39 +4941,Kengo: Master of Bushido,PS2,2000,Fighting,Ubisoft,0.16,0.13,0.06,0.04,0.39 +4942,Blood Omen 2,PS2,2002,Action,Eidos Interactive,0.19,0.15,0,0.05,0.39 +4943,Sesame Street: Elmo's A-to-Zoo Adventure,Wii,2010,Misc,Warner Bros. Interactive Entertainment,0.37,0,0,0.02,0.39 +4944,Skylanders Giants,WiiU,2012,Action,Activision,0.23,0.12,0,0.04,0.39 +4945,Just Dance 4,WiiU,2012,Misc,Ubisoft,0.22,0.14,0,0.03,0.39 +4946,Super Fire ProWrestling,SNES,1991,Fighting,Human Entertainment,0,0,0.39,0,0.39 +4947,Cabela's Dangerous Hunts 2,PS2,2005,Sports,Activision,0.19,0.15,0,0.05,0.39 +4948,Marvel: Ultimate Alliance,PS3,2006,Role-Playing,Activision,0.33,0.02,0,0.04,0.39 +4949,SpongeBob vs The Big One: Beach Party Cook Off,DS,2009,Adventure,THQ,0.24,0.11,0,0.04,0.39 +4950,MotoGP 08,PS3,2008,Racing,Capcom,0.07,0.24,0,0.08,0.39 +4951,Imagine: Party Babyz,Wii,2008,Simulation,Ubisoft,0.34,0.02,0,0.03,0.39 +4952,Chessmaster,PS2,2003,Misc,Ubisoft,0.19,0.15,0,0.05,0.39 +4953,Tiger Woods PGA Tour 14,PS3,2013,Sports,Electronic Arts,0.16,0.15,0,0.07,0.39 +4954,Fatal Fury,SNES,1992,Fighting,Takara,0,0,0.39,0,0.39 +4955,Farming Simulator 2013,X360,2013,Simulation,Focus Home Interactive,0.22,0.13,0,0.03,0.39 +4956,From TV Animation One Piece: Yume no Lufy Kaizokudan Tanjou!,GB,2001,Role-Playing,Banpresto,0,0,0.39,0,0.39 +4957,The Dog Island,Wii,2007,Adventure,Ubisoft,0.35,0.01,0,0.03,0.39 +4958,Madden NFL Football,3DS,2011,Sports,Electronic Arts,0.36,0.01,0,0.03,0.39 +4959,The Sims 2,GBA,2005,Simulation,Electronic Arts,0.28,0.1,0,0.01,0.39 +4960,Ice Age 2: The Meltdown,PS2,2006,Platform,Vivendi Games,0.19,0.15,0,0.05,0.39 +4961,MLB 14: The Show,PS3,2014,Sports,Sony Computer Entertainment America,0.35,0,0,0.04,0.39 +4962,Super Famista 3,SNES,1994,Sports,Namco Bandai Games,0,0,0.39,0,0.39 +4963,Auto Modellista,PS2,2002,Racing,Capcom,0.19,0.15,0,0.05,0.39 +4964,Tom Clancy's Ghost Recon 2: Summit Strike,XB,2005,Shooter,Ubisoft,0.29,0.08,0,0.01,0.39 +4965,Junior Classic Games,DS,2009,Misc,Avanquest,0.26,0.09,0,0.03,0.39 +4966,Hooked! Again: Real Motion Fishing,Wii,2009,Sports,505 Games,0.36,0,0,0.03,0.39 +4967,Tiger Woods PGA Tour 08,PS2,2007,Sports,Electronic Arts,0.19,0.15,0,0.05,0.39 +4968,Karaoke Revolution Presents American Idol Encore,PS2,2008,Misc,Konami Digital Entertainment,0.19,0.15,0,0.05,0.39 +4969,Airlock,2600,1981,Action,Data Age,0.36,0.02,0,0,0.39 +4970,Tokimeki Memorial 2,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.36,0.03,0.39 +4971,Samurai Warriors Chronicles,3DS,2011,Action,Tecmo Koei,0.12,0.05,0.2,0.01,0.39 +4972,Tomb Raider: Legend,X360,2006,Action,Eidos Interactive,0.27,0.08,0.01,0.03,0.39 +4973,Ice Age: Dawn of the Dinosaurs,DS,2009,Action,Activision,0.2,0.15,0,0.04,0.39 +4974,Dance Party: Pop Hits,Wii,2009,Misc,Nordic Games,0,0.36,0,0.02,0.39 +4975,Harry Potter: Quidditch World Cup,GBA,2003,Sports,Electronic Arts,0.28,0.1,0,0.01,0.39 +4976,Jam Sessions: Sing and Play Guitar (US sales),DS,2007,Misc,Ubisoft,0.38,0,0,0,0.38 +4977,Saints Row IV,PS4,2015,Action,Deep Silver,0.13,0.17,0.03,0.06,0.38 +4978,Evil Dead: Fistfull of Boomstick,PS2,2003,Action,THQ,0.19,0.15,0,0.05,0.38 +4979,One Piece: Unlimited World Red,3DS,2013,Action,Namco Bandai Games,0.05,0.04,0.28,0.01,0.38 +4980,Phantasy Star Ø,DS,2008,Role-Playing,Sega,0.16,0,0.2,0.01,0.38 +4981,Triple Play 97,PS,1996,Sports,Electronic Arts Victor,0.21,0.15,0,0.03,0.38 +4982,Virtua Tennis 2009,PS3,2009,Sports,Sega,0.09,0.23,0,0.07,0.38 +4983,Super Soccer,SNES,1991,Sports,Nintendo,0,0,0.38,0,0.38 +4984,Shin Megami Tensei: Nocturne,PS2,2003,Role-Playing,Ghostlight,0.07,0.05,0.25,0.02,0.38 +4985,Wario Land II (GBC),GB,1998,Platform,Nintendo,0,0,0.38,0,0.38 +4986,San Francisco Rush: Extreme Racing,PS,1997,Racing,GT Interactive,0.21,0.15,0,0.03,0.38 +4987,Dragon's Crown,PSV,2013,Role-Playing,Nippon Ichi Software,0.16,0.05,0.12,0.05,0.38 +4988,Bakusou Dekotora Densetsu: Otoko Ippiki Yume Kaidoi,PS,1998,Racing,Human Entertainment,0,0,0.36,0.03,0.38 +4989,Imagine: Salon Stylist,DS,2009,Simulation,Ubisoft,0.24,0.11,0,0.04,0.38 +4990,ESPN College Hoops 2K5,XB,2004,Sports,Sega,0.29,0.08,0,0.01,0.38 +4991,Looney Tunes: Acme Arsenal,PS2,2007,Action,Warner Bros. Interactive Entertainment,0.19,0.15,0,0.05,0.38 +4992,Cabela's Dangerous Hunts 2009,Wii,2008,Sports,Activision Value,0.36,0,0,0.03,0.38 +4993,Fragile Dreams: Farewell Ruins of the Moon,Wii,2009,Role-Playing,Rising Star Games,0.17,0.12,0.06,0.03,0.38 +4994,SD Gundam G Generation Spirits,PS2,2007,Strategy,Namco Bandai Games,0,0,0.38,0,0.38 +4995,Batman: Arkham City,WiiU,2012,Action,Warner Bros. Interactive Entertainment,0.17,0.18,0,0.03,0.38 +4996,Disney Sing It,PS3,2008,Misc,Disney Interactive Studios,0.27,0.07,0,0.04,0.38 +4997,Peppa Pig: The Game,Wii,2009,Misc,Pinnacle,0,0.35,0,0.03,0.38 +4998,God Eater 2: Rage Burst,PSV,2015,Role-Playing,Namco Bandai Games,0,0.01,0.37,0,0.38 +4999,Get Fit with Mel B,PS3,2010,Sports,Black Bean Games,0.15,0.17,0,0.07,0.38 +5000,The Cat in the Hat,GBA,2005,Platform,Jack of All Games,0.27,0.1,0,0.01,0.38 +5001,Naruto Shippuden: Ultimate Ninja Heroes 3,PSP,2009,Fighting,Namco Bandai Games,0.13,0.04,0.19,0.03,0.38 +5002,NFL GameDay 2002,PS2,2001,Sports,Sony Computer Entertainment,0.19,0.15,0,0.05,0.38 +5003,Turok: Evolution,GC,2002,Shooter,Acclaim Entertainment,0.3,0.08,0,0.01,0.38 +5004,Destiny: The Taken King,X360,2015,Shooter,Activision,0.22,0.12,0,0.03,0.38 +5005,Tamagotchi Connection: Corner Shop 3,DS,2007,Simulation,Atari,0.07,0,0.31,0.01,0.38 +5006,Mobile Suit Gundam: Giren no Yabou Zeon Dokuritsu Sensouden,PS2,2002,Strategy,Namco Bandai Games,0,0,0.38,0,0.38 +5007,Ice Age,GBA,2002,Action,Ubisoft,0.27,0.1,0,0.01,0.38 +5008,Sega Superstars Tennis,PS2,2008,Sports,Sega,0.1,0,0,0.28,0.38 +5009,Headhunter,PS2,2002,Action,Sega,0.19,0.15,0,0.05,0.38 +5010,Skate,PS3,2007,Sports,Electronic Arts,0.29,0.05,0,0.04,0.38 +5011,Shin Megami Tensei: Devil Summoner,SAT,1995,Role-Playing,Atlus,0,0,0.38,0,0.38 +5012,Raving Rabbids: Travel in Time 3D,3DS,2011,Platform,Ubisoft,0.11,0.23,0,0.04,0.38 +5013,NCAA Football 08,PS3,2007,Sports,Electronic Arts,0.35,0,0,0.03,0.38 +5014,Marvel Nemesis: Rise of the Imperfects,GC,2005,Fighting,Electronic Arts,0.3,0.08,0,0.01,0.38 +5015,NHL 15,PS3,2014,Sports,Electronic Arts,0.21,0.11,0,0.06,0.38 +5016,ESPN Extreme Games,PS,1994,Sports,Sony Computer Entertainment,0.11,0.08,0.17,0.03,0.38 +5017,Forza Horizon 3,XOne,2016,Racing,Microsoft Game Studios,0.15,0.2,0,0.03,0.38 +5018,Overlord: Dark Legend,Wii,2009,Action,Codemasters,0.12,0.22,0,0.04,0.38 +5019,Ninja: Shadow of Darkness,PS,1998,Action,Eidos Interactive,0.21,0.14,0,0.02,0.38 +5020,SD Gundam G Generation-F,PS,2000,Strategy,Namco Bandai Games,0,0,0.36,0.02,0.38 +5021,Bratz: Rock Angelz,PS2,2005,Misc,THQ,0.19,0.15,0,0.05,0.38 +5022,FlatOut,PS2,2004,Racing,Empire Interactive,0.19,0.15,0,0.05,0.38 +5023,Phoenix Wright: Ace Attorney - Dual Destinies,3DS,2013,Adventure,Capcom,0,0,0.38,0,0.38 +5024,SSX 3,GC,2003,Sports,Electronic Arts,0.29,0.08,0,0.01,0.38 +5025,NCAA Football 11,PS2,2010,Sports,Electronic Arts,0.19,0.15,0,0.05,0.38 +5026,Tales of Zestiria,PS4,2015,Role-Playing,Namco Bandai Games,0.16,0.15,0.02,0.06,0.38 +5027,Lilo & Stitch 2: Hämsterviel Havoc,GBA,2004,Action,Disney Interactive Studios,0.27,0.1,0,0.01,0.38 +5028,Metal Gear Solid: Snake Eater 3D,3DS,2012,Action,Konami Digital Entertainment,0.15,0.11,0.1,0.02,0.38 +5029,Risk: Global Domination,PS2,2003,Strategy,Atari,0.19,0.15,0,0.05,0.38 +5030,Elite Beat Agents,DS,2006,Misc,Nintendo,0.31,0.03,0,0.03,0.38 +5031,NBA 2K7,PS3,2006,Sports,Take-Two Interactive,0.3,0.04,0,0.04,0.38 +5032,Mobile Suit Gundam version 2.0,PS,1996,Action,Namco Bandai Games,0,0,0.36,0.02,0.38 +5033,Grandia Xtreme,PS2,2002,Role-Playing,Enix Corporation,0.07,0.05,0.25,0.02,0.38 +5034,Silent Scope,PS2,2000,Shooter,Konami Digital Entertainment,0.19,0.15,0,0.05,0.38 +5035,Final Fantasy Adventure,GB,1991,Role-Playing,SquareSoft,0,0,0.38,0,0.38 +5036,Virtua Tennis 2009,Wii,2009,Sports,Sega,0.13,0.21,0,0.04,0.38 +5037,Dora The Explorer: Dora Saves the Snow Princess,PS2,2008,Platform,Take-Two Interactive,0.19,0.15,0,0.05,0.38 +5038,The Incredible Hulk,PS2,2008,Action,Sega,0.32,0.01,0,0.05,0.38 +5039,Mercenaries 2: World in Flames,PS2,2008,Shooter,Electronic Arts,0.21,0,0,0.17,0.38 +5040,Cabela's Big Game Hunter 2012,Wii,2011,Sports,Activision,0.34,0.02,0,0.02,0.38 +5041,EA Sports MMA,PS3,2010,Fighting,Electronic Arts,0.16,0.15,0.01,0.06,0.38 +5042,Iron Man 2,PSP,2010,Action,Sega,0.18,0.12,0,0.07,0.38 +5043,DiRT 2,Wii,2009,Racing,Codemasters,0.11,0.23,0,0.04,0.38 +5044,Tokimeki Memorial: Forever with You,SAT,1996,Simulation,Konami Digital Entertainment,0,0,0.38,0,0.38 +5045,MediEvil II,PS,1999,Action,Sony Computer Entertainment,0.21,0.14,0,0.02,0.38 +5046,Guitar Hero On Tour: Modern Hits,DS,2009,Misc,Activision,0.13,0.2,0,0.04,0.38 +5047,Hunter: The Reckoning,XB,2002,Action,Interplay,0.28,0.08,0,0.01,0.38 +5048,MX vs. ATV Untamed,PS2,2007,Racing,THQ,0.32,0.01,0,0.05,0.38 +5049,Rogue Trip: Vacation 2012,PS,1998,Racing,GT Interactive,0.21,0.14,0,0.02,0.38 +5050,Dai-4-Ji Super Robot Taisen,SNES,1995,Strategy,Banpresto,0,0,0.38,0,0.38 +5051,Tiger Woods PGA Tour 08,PSP,2007,Sports,Electronic Arts,0.14,0.15,0,0.09,0.38 +5052,Pokemon Channel,GC,2003,Adventure,Nintendo,0.24,0.06,0.07,0.01,0.38 +5053,Taiko no Tatsujin Portable DX,PSP,2011,Misc,Namco Bandai Games,0,0,0.38,0,0.38 +5054,Etrian Odyssey IV: Legends of the Titans,3DS,2012,Role-Playing,Atlus,0.12,0.05,0.2,0.01,0.38 +5055,Moto Racer World Tour,PS,2000,Racing,Sony Computer Entertainment,0.21,0.14,0,0.02,0.38 +5056,NCAA Final Four 2000,PS,1999,Sports,989 Sports,0.21,0.14,0,0.02,0.38 +5057,Scribblenauts: Unlimited,WiiU,2012,Action,Warner Bros. Interactive Entertainment,0.26,0.09,0,0.03,0.38 +5058,FIFA 17,PS3,2016,Sports,Electronic Arts,0.02,0.29,0.01,0.05,0.38 +5059,Saints Row: The Third,PC,2011,Action,THQ,0.16,0.16,0,0.06,0.38 +5060,Just Dance 2015,PS4,2014,Misc,Ubisoft,0.19,0.13,0,0.06,0.38 +5061,Madagascar: Escape 2 Africa,PS2,2008,Action,Activision,0.12,0,0,0.26,0.38 +5062,ZhuZhu Pets: Featuring The Wild Bunch,Wii,2010,Simulation,Activision,0.32,0.03,0,0.03,0.38 +5063,Hangman,2600,N/A,Puzzle,Atari,0.35,0.02,0,0,0.38 +5064,Petz Rescue: Wildlife Vet,DS,2008,Simulation,Ubisoft,0.35,0,0,0.03,0.38 +5065,Green Day: Rock Band,Wii,2010,Misc,MTV Games,0.22,0.12,0,0.03,0.38 +5066,Gravitar,2600,1982,Action,Atari,0.35,0.02,0,0,0.38 +5067,Monster Jam: Path of Destruction,DS,2010,Racing,Activision,0.35,0,0,0.02,0.38 +5068,Toukiden: The Age of Demons,PSV,2013,Action,Tecmo Koei,0.05,0.05,0.25,0.03,0.38 +5069,EyeToy Play 2,PS2,2004,Misc,Sony Computer Entertainment,0.18,0.14,0,0.05,0.38 +5070,Dance Dance Revolution Ultramix 3,XB,2005,Simulation,Konami Digital Entertainment,0.28,0.08,0,0.01,0.38 +5071,Mobile Suit Gundam: Extreme VS Full Boost,PS3,2014,Fighting,Namco Bandai Games,0,0,0.38,0,0.38 +5072,WWE SmackDown vs. Raw 2011,PS2,2010,Fighting,THQ,0.24,0.07,0,0.07,0.38 +5073,Need for Speed: Hot Pursuit,PC,2010,Racing,Electronic Arts,0.12,0.2,0,0.06,0.38 +5074,The Legend of Spyro: A New Beginning,DS,2006,Platform,Vivendi Games,0.34,0.01,0,0.03,0.38 +5075,Pro Evolution Soccer 2011 3D,3DS,2011,Sports,Konami Digital Entertainment,0.11,0.13,0.11,0.02,0.38 +5076,Shin Megami Tensei: Devil Survivor Overclocked,3DS,2011,Role-Playing,Ghostlight,0.28,0.01,0.06,0.02,0.38 +5077,Dragon Ball Z: Attack of the Saiyans,DS,2009,Role-Playing,Namco Bandai Games,0.13,0.02,0.21,0.01,0.38 +5078,Marvel Super Hero Squad,Wii,2009,Fighting,THQ,0.31,0.03,0,0.03,0.38 +5079,The House of the Dead: Overkill - Extended Cut,PS3,2011,Shooter,Sega,0.15,0.17,0,0.06,0.38 +5080,The Golden Compass,PSP,N/A,Action,Sega,0.11,0.16,0,0.1,0.38 +5081,Harry Potter and the Prisoner of Azkaban,GC,2004,Action,Electronic Arts,0.29,0.08,0,0.01,0.38 +5082,Quake 4,X360,2005,Shooter,Activision,0.32,0.03,0,0.03,0.38 +5083,Petz Rescue: Ocean Patrol,DS,2008,Adventure,Ubisoft,0.35,0,0,0.03,0.37 +5084,Solaris,2600,1986,Shooter,Atari,0.35,0.02,0,0,0.37 +5085,Puppy Palace,DS,2008,Simulation,Ubisoft,0.35,0,0,0.03,0.37 +5086,Super Dragon Ball Z,PS2,2006,Fighting,Atari,0.09,0.07,0.19,0.02,0.37 +5087,Paws & Claws: Pampered Pets,DS,2009,Simulation,THQ,0.35,0,0,0.03,0.37 +5088,ESPN: Sports Connection,WiiU,2012,Sports,Ubisoft,0.21,0.12,0,0.04,0.37 +5089,Alien: Isolation,PS3,2014,Shooter,Sega,0.12,0.19,0,0.07,0.37 +5090,Naruto Shippuden: Ninja Destiny 2,DS,2008,Fighting,Takara Tomy,0.19,0.03,0.13,0.02,0.37 +5091,SAW,PS3,2009,Action,Konami Digital Entertainment,0.13,0.17,0,0.07,0.37 +5092,The Legend of Spyro: The Eternal Night,DS,2007,Platform,Vivendi Games,0.32,0.03,0,0.03,0.37 +5093,Tobal 2,PS,1997,Fighting,SquareSoft,0,0,0.35,0.02,0.37 +5094,Digging for Dinosaurs,DS,2010,Action,Scholastic Inc.,0.35,0,0,0.02,0.37 +5095,Trivial Pursuit,X360,2009,Misc,Electronic Arts,0.12,0.21,0,0.04,0.37 +5096,Tiger Woods PGA Tour 09,PS2,2008,Sports,Electronic Arts,0.16,0,0,0.21,0.37 +5097,Ultimate Spider-Man,GC,2005,Action,Activision,0.29,0.07,0,0.01,0.37 +5098,Life is Strange,PS4,2016,Adventure,Square Enix,0.14,0.15,0.03,0.06,0.37 +5099,Kingdom Under Fire: Circle of Doom,X360,2007,Role-Playing,Microsoft Game Studios,0.18,0.12,0.04,0.04,0.37 +5100,NBA Inside Drive 2002,XB,2002,Sports,Microsoft Game Studios,0.28,0.08,0,0.01,0.37 +5101,The BIGS,Wii,2007,Sports,Take-Two Interactive,0.34,0,0,0.03,0.37 +5102,Major League Baseball 2K6,X360,2006,Sports,Spike,0.34,0,0,0.03,0.37 +5103,Kileak: The DNA Imperative,PS,1994,Shooter,Sony Computer Entertainment,0.08,0.06,0.21,0.02,0.37 +5104,Petz: Catz 2,PS2,2006,Simulation,Ubisoft,0.18,0.14,0,0.05,0.37 +5105,Mini Ninjas,Wii,2009,Action,Eidos Interactive,0.17,0.17,0,0.04,0.37 +5106,Tom Clancy's The Division,PC,2016,Shooter,Ubisoft,0.2,0.14,0,0.03,0.37 +5107,Phantasy Star Portable 2: Infinity,PSP,2011,Role-Playing,Sega,0,0,0.37,0,0.37 +5108,Hell's Kitchen: The Game,DS,2008,Simulation,Ubisoft,0.34,0.01,0,0.03,0.37 +5109,LEGO Dimensions,XOne,2015,Action,Warner Bros. Interactive Entertainment,0.21,0.13,0,0.03,0.37 +5110,"Monsters, Inc. Scream Arena",GC,2002,Platform,THQ,0.29,0.07,0,0.01,0.37 +5111,Reel Fishing III,PS2,2003,Sports,Natsume,0.18,0.14,0,0.05,0.37 +5112,Cabela's Deer Hunt 2005 Season,PS2,2004,Sports,Activision,0.18,0.14,0,0.05,0.37 +5113,Prince of Persia: The Forgotten Sands,PSP,2010,Action,Ubisoft,0.09,0.18,0.01,0.1,0.37 +5114,Rampage: Total Destruction,PS2,2006,Action,Midway Games,0.18,0.14,0,0.05,0.37 +5115,High Heat Major League Baseball 2003,PS2,2002,Sports,3DO,0.18,0.14,0,0.05,0.37 +5116,Madden NFL 11,PSP,2010,Sports,Electronic Arts,0.35,0,0,0.03,0.37 +5117,Super Formation Soccer 94,SNES,1994,Sports,Human Entertainment,0,0,0.37,0,0.37 +5118,Panzer Dragoon,SAT,1995,Shooter,Sega,0,0,0.37,0,0.37 +5119,Tiger Woods PGA Tour 12: The Masters,Wii,2011,Sports,Electronic Arts,0.21,0.13,0,0.03,0.37 +5120,Rage,PC,2011,Shooter,Bethesda Softworks,0.14,0.18,0,0.06,0.37 +5121,Spider-Man: Friend or Foe,PS2,2007,Action,Activision,0.31,0.01,0,0.05,0.37 +5122,Yarudora Series Vol.1: Double Cast,PS,1998,Adventure,Sony Computer Entertainment,0,0,0.35,0.02,0.37 +5123,Dungeon Siege III,X360,2011,Role-Playing,Square Enix,0.21,0.12,0.01,0.03,0.37 +5124,Juiced 2: Hot Import Nights,PSP,2007,Racing,THQ,0.06,0.2,0,0.11,0.37 +5125,Rec Room Games,Wii,2009,Sports,Destineer,0.35,0,0,0.02,0.37 +5126,Fushigi no Dungeon: Furai no Shiren 2 - Oni Shuurai! Shiren Shiro!,N64,2000,Role-Playing,ChunSoft,0,0,0.32,0.05,0.37 +5127,Turok: Rage Wars,N64,1999,Shooter,Acclaim Entertainment,0.3,0.06,0,0,0.37 +5128,Scooby-Doo! Classic Creep Capers,N64,2000,Action,THQ,0.3,0.06,0,0,0.37 +5129,Dragonfire,2600,1981,Action,Imagic,0.35,0.02,0,0,0.37 +5130,Custom Robo,GC,2004,Role-Playing,Nintendo,0.29,0.07,0,0.01,0.37 +5131,FIFA Soccer 13,PSP,2012,Action,Electronic Arts,0.05,0.19,0.02,0.1,0.37 +5132,Command & Conquer: Red Alert 3 Ultimate Edition,PS3,2009,Strategy,Electronic Arts,0.14,0.17,0,0.06,0.37 +5133,Harry Potter and the Order of the Phoenix,PSP,2007,Action,Electronic Arts,0.1,0.17,0,0.1,0.37 +5134,Medieval II: Total War Gold Edition,PC,2008,Strategy,Sega,0,0.33,0,0.03,0.37 +5135,Pac-Man World 2,GC,2002,Action,Nintendo,0.28,0.07,0,0.01,0.37 +5136,Kotoba no Puzzle: Mojipittan DS,DS,2007,Puzzle,Namco Bandai Games,0,0,0.37,0,0.37 +5137,Barbie Horse Adventures: Blue Ribbon Race,GBA,2003,Sports,Knowledge Adventure,0.26,0.1,0,0.01,0.37 +5138,Bionic Commando,PS3,2009,Platform,Capcom,0.12,0.17,0.01,0.07,0.37 +5139,Wanted: Weapons of Fate,X360,2009,Shooter,Warner Bros. Interactive Entertainment,0.17,0.15,0,0.04,0.37 +5140,Slime MoriMori Dragon Quest: Shougeki No Shippo Dan,GBA,2003,Adventure,Square Enix,0,0,0.36,0.01,0.37 +5141,Dishonored,PS4,2015,Action,Bethesda Softworks,0.11,0.18,0.02,0.06,0.37 +5142,Marvel: Ultimate Alliance,PSP,2006,Role-Playing,Activision,0.33,0,0,0.03,0.37 +5143,NFL Street 2 Unleashed,PSP,2005,Sports,Electronic Arts,0.34,0,0,0.03,0.37 +5144,Super Robot Taisen EX,SNES,1994,Strategy,Banpresto,0,0,0.37,0,0.37 +5145,FIFA Street 2,PS2,2006,Sports,Electronic Arts,0.17,0.13,0.02,0.04,0.37 +5146,Bottom of the 9th,N64,1999,Sports,Konami Digital Entertainment,0.37,0,0,0,0.37 +5147,Theatrhythm Final Fantasy: Curtain Call,3DS,2014,Misc,Square Enix,0.13,0.08,0.15,0.02,0.37 +5148,Trauma Center: Under the Knife,DS,2005,Simulation,Nintendo,0.3,0.01,0.02,0.03,0.37 +5149,Shin Megami Tensei II,SNES,1994,Role-Playing,Atlus,0,0,0.37,0,0.37 +5150,Xenosaga Episode III: Also sprach Zarathustra,PS2,2006,Role-Playing,Namco Bandai Games,0.09,0.07,0.18,0.02,0.37 +5151,Build-A-Bear Workshop: A Friend Fur All Seasons,Wii,2008,Simulation,Game Factory,0.34,0,0,0.03,0.37 +5152,Sid Meier's Civilization: Beyond Earth,PC,2014,Strategy,Take-Two Interactive,0.11,0.22,0,0.03,0.37 +5153,Need for Speed: The Run,PC,2011,Action,Electronic Arts,0.09,0.21,0,0.07,0.37 +5154,Virtua Fighter 3tb,DC,1998,Fighting,Sega,0,0,0.37,0,0.37 +5155,Transformers: Dark of the Moon,PS3,2011,Action,Activision,0.11,0.19,0,0.07,0.37 +5156,Mini-Yonku GB: Let's & Go!!,GB,1997,Strategy,ASCII Entertainment,0,0,0.37,0,0.37 +5157,Skylanders SWAP Force,PS4,2013,Platform,Activision,0.2,0.12,0,0.05,0.37 +5158,LEGO Batman 2: DC Super Heroes,PSV,2012,Action,Warner Bros. Interactive Entertainment,0.17,0.13,0,0.06,0.37 +5159,Rock Band 4,PS4,2015,Misc,Harmonix Music Systems,0.25,0.05,0,0.07,0.37 +5160,Left 4 Dead 2,PC,2009,Shooter,Valve Software,0,0.32,0,0.04,0.37 +5161,The Sims 2: Castaway,PS2,2007,Simulation,Electronic Arts,0.3,0.01,0,0.05,0.37 +5162,NCAA Football 07,PSP,2006,Sports,Electronic Arts,0.34,0,0,0.03,0.37 +5163,The Chronicles of Narnia: Prince Caspian,Wii,2008,Action,Disney Interactive Studios,0.31,0.02,0,0.03,0.36 +5164,NBA Live 2003,XB,N/A,Sports,Electronic Arts,0.31,0.04,0,0.01,0.36 +5165,Dreamworks Madagascar Kartz,DS,2009,Racing,Activision,0.25,0.08,0,0.03,0.36 +5166,My Horse & Me,DS,2007,Sports,Atari,0.33,0,0,0.03,0.36 +5167,GoldenEye: Rogue Agent,GC,2004,Shooter,Electronic Arts,0.28,0.07,0,0.01,0.36 +5168,Zero4 Champ RR,SNES,1994,Sports,Media Rings,0,0,0.36,0,0.36 +5169,Dragon Ball Z: Infinite World,PS2,2008,Fighting,Namco Bandai Games,0.08,0.06,0.21,0.02,0.36 +5170,Nonomura Byoin no Hitobito,SAT,1996,Adventure,Elf,0,0,0.36,0,0.36 +5171,Tom Clancy's HAWX 2,X360,2010,Action,Ubisoft,0.24,0.09,0.01,0.03,0.36 +5172,ESPN X Games Skateboarding,PS2,2001,Sports,Konami Digital Entertainment,0.18,0.14,0,0.05,0.36 +5173,Bejeweled 3,DS,N/A,Puzzle,Unknown,0.32,0.02,0,0.03,0.36 +5174,Resident Evil Zero,PS4,2016,Action,Capcom,0.09,0.17,0.05,0.05,0.36 +5175,Super Fire ProWrestling Special,SNES,1994,Fighting,Human Entertainment,0,0,0.36,0,0.36 +5176,Yuu Yuu Hakusho,SNES,1993,Fighting,Namco Bandai Games,0,0,0.36,0,0.36 +5177,Kamaitachi no Yoru 2,PS2,2002,Adventure,ChunSoft,0,0,0.36,0,0.36 +5178,High Heat Major League Baseball 2004,PS2,2003,Sports,3DO,0.18,0.14,0,0.05,0.36 +5179,Robots,PS2,2005,Action,Vivendi Games,0.18,0.14,0,0.05,0.36 +5180,NARC,PS2,2005,Shooter,Midway Games,0.18,0.14,0,0.05,0.36 +5181,One Piece: Gigant Battle!,DS,2010,Fighting,Namco Bandai Games,0,0,0.36,0,0.36 +5182,Valkyrie Profile: Lenneth,PSP,2006,Role-Playing,Square Enix,0.17,0.01,0.16,0.02,0.36 +5183,Tiger Woods PGA Tour 09,PSP,2008,Sports,Electronic Arts,0.07,0.19,0,0.1,0.36 +5184,Metro: Last Light,X360,2013,Action,Deep Silver,0.17,0.16,0,0.03,0.36 +5185,Tiger Woods PGA Tour 14,X360,2013,Sports,Electronic Arts,0.21,0.13,0,0.03,0.36 +5186,LocoRoco 2,PSP,2008,Platform,Sony Computer Entertainment,0.21,0.09,0.01,0.05,0.36 +5187,Monster Rancher 3,PS2,2001,Simulation,Tecmo Koei,0.11,0.09,0.14,0.03,0.36 +5188,The Incredibles: Rise of the Underminer,PS2,2005,Action,THQ,0.18,0.14,0,0.05,0.36 +5189,Spider-Man: Shattered Dimensions,X360,2010,Action,Activision,0.24,0.09,0,0.03,0.36 +5190,BlazBlue: Calamity Trigger,X360,2009,Fighting,PQube,0.21,0.08,0.04,0.03,0.36 +5191,MechWarrior 2: 31st Century Combat,PS,1997,Simulation,Activision,0.2,0.14,0,0.02,0.36 +5192,Earth Defense Force 2025,PS3,2013,Shooter,D3Publisher,0.04,0.03,0.27,0.02,0.36 +5193,Hamtaro: Ham-Ham Heartbreak,GBA,2002,Action,Nintendo,0.26,0.1,0,0.01,0.36 +5194,Okage: Shadow King,PS2,2001,Role-Playing,Sony Computer Entertainment,0.14,0.11,0.08,0.04,0.36 +5195,Press Your Luck 2010 Edition,Wii,2009,Misc,Ubisoft,0.33,0,0,0.03,0.36 +5196,Mobile Suit Z-Gundam,PS,1997,Action,Namco Bandai Games,0,0,0.34,0.02,0.36 +5197,Cubix Robots for Everyone: Clash 'n' Bash,GBA,N/A,Action,Unknown,0.26,0.1,0,0.01,0.36 +5198,Tropico 4,X360,N/A,Strategy,Kalypso Media,0.2,0.13,0,0.03,0.36 +5199,Speed Racer: The Videogame,DS,2008,Racing,Warner Bros. Interactive Entertainment,0.29,0.05,0,0.03,0.36 +5200,NHL 2K10,Wii,2009,Sports,Take-Two Interactive,0.33,0.01,0,0.03,0.36 +5201,Assassin's Creed III,WiiU,2012,Action,Ubisoft,0.19,0.13,0,0.03,0.36 +5202,Kirby's Dream Land 3,SNES,1997,Platform,Nintendo,0,0,0.36,0,0.36 +5203,Big Bass World Championship,PS,1997,Sports,Starfish,0.2,0.14,0,0.02,0.36 +5204,NFL GameDay 2001,PS2,2000,Sports,Sony Computer Entertainment,0.18,0.14,0,0.05,0.36 +5205,NBA 2K6,XB,2005,Action,Take-Two Interactive,0.27,0.08,0,0.01,0.36 +5206,Jurassic Park,NES,1993,Action,Ocean,0.25,0.1,0,0.01,0.36 +5207,Mystical Ninja starring Goemon,N64,1997,Action,Konami Digital Entertainment,0.07,0.02,0.23,0.04,0.36 +5208,Tetrisphere,N64,1997,Puzzle,Nintendo,0.29,0.06,0,0,0.36 +5209,Saban's Power Rangers: Lightspeed Rescue,N64,2000,Action,THQ,0.29,0.06,0,0,0.36 +5210,Senran Kagura Shinovi Versus: Sh?jo-tachi no Sh?mei,PSV,2013,Fighting,Marvelous Entertainment,0.13,0.02,0.16,0.05,0.36 +5211,North American Hunting Extravaganza,Wii,2008,Sports,Zushi Games,0.33,0,0,0.03,0.36 +5212,World's Scariest Police Chases,PS,2001,Racing,Activision,0.2,0.14,0,0.02,0.36 +5213,Guitar Hero: Smash Hits,PS3,2009,Misc,Activision,0.2,0.11,0,0.05,0.36 +5214,Shaun Palmer's Pro Snowboarder,GBA,2001,Sports,Activision,0.26,0.1,0,0.01,0.36 +5215,AMF Bowling World Lanes,Wii,2008,Sports,Bethesda Softworks,0.33,0,0,0.03,0.36 +5216,MechAssault 2: Lone Wolf,XB,2004,Simulation,Microsoft Game Studios,0.27,0.08,0,0.01,0.36 +5217,Middle-Earth: Shadow of Mordor,PC,2014,Action,Warner Bros. Interactive Entertainment,0.12,0.2,0,0.04,0.36 +5218,Hamster Club 3,GBA,2002,Simulation,Jorudan,0,0,0.35,0.01,0.36 +5219,Breath of Fire II,SNES,1994,Role-Playing,Laguna,0,0,0.36,0,0.36 +5220,Call of Duty: Ghosts,WiiU,2013,Shooter,Activision,0.23,0.09,0.01,0.03,0.36 +5221,LEGO Racers,PS,1999,Racing,LEGO Media,0.2,0.14,0,0.02,0.36 +5222,NBA 2K12,Wii,2011,Sports,Take-Two Interactive,0.3,0.03,0,0.02,0.36 +5223,Teenage Mutant Ninja Turtles: Smash-Up,Wii,2009,Fighting,Ubisoft,0.33,0,0,0.03,0.36 +5224,Kinectimals: Now with Bears!,X360,2011,Misc,Microsoft Game Studios,0.27,0.06,0,0.03,0.36 +5225,ESPN NFL Football,XB,2003,Sports,Sega,0.27,0.08,0,0.01,0.36 +5226,ATV/Monster Truck Mayhem,DS,2007,Racing,"Destination Software, Inc",0.33,0,0,0.02,0.36 +5227,Naruto: Ultimate Ninja 3 (JP sales),PS2,2005,Fighting,Atari,0,0,0.36,0,0.36 +5228,Just Dance 2016,X360,2015,Misc,Ubisoft,0.23,0.1,0,0.03,0.36 +5229,Worms: Open Warfare 2,DS,2007,Strategy,THQ,0.07,0.25,0,0.04,0.36 +5230,Rapala Pro Fishing,PS2,2004,Sports,Zoo Digital Publishing,0.18,0.14,0,0.05,0.36 +5231,J-League Pro Soccer Club o Tsukurou '04,PS2,2004,Sports,Sega,0,0,0.36,0,0.36 +5232,Dark Void,PS3,2010,Action,Capcom,0.18,0.12,0,0.06,0.36 +5233,James Bond 007: Legends,PS3,2012,Shooter,Activision,0.11,0.17,0,0.07,0.36 +5234,Dai-2-Ji Super Robot Taisen Z Saisei-hen,PSP,2012,Strategy,Namco Bandai Games,0,0,0.36,0,0.36 +5235,WWE '12,Wii,2011,Fighting,THQ,0.24,0.09,0,0.03,0.36 +5236,Disney's The Haunted Mansion,PS2,2003,Platform,Take-Two Interactive,0.18,0.14,0,0.05,0.36 +5237,Arc the Lad: Twilight of the Spirits,PS2,2003,Role-Playing,Sony Computer Entertainment,0.18,0.14,0,0.05,0.36 +5238,Dance Dance Revolution 3rdMix,PS,2000,Simulation,Konami Digital Entertainment,0,0,0.33,0.02,0.36 +5239,Ryu Ga Gotoku Kenzan!,PS3,2008,Adventure,Sega,0,0,0.36,0,0.36 +5240,U-Sing,Wii,2009,Misc,Mindscape,0,0.32,0,0.03,0.36 +5241,Super Robot Taisen A,GBA,2001,Strategy,Banpresto,0,0,0.35,0.01,0.36 +5242,Tomb Raider (2013),PC,N/A,Action,Square Enix,0.06,0.25,0,0.05,0.36 +5243,Chicken Shoot,Wii,2007,Action,Zoo Digital Publishing,0.33,0.01,0,0.02,0.36 +5244,Company of Heroes 2,PC,2013,Strategy,THQ,0.06,0.25,0,0.05,0.36 +5245,Defiance,PS3,2013,Shooter,Trion Worlds,0.19,0.11,0,0.05,0.36 +5246,We Sing Deutsche Hits,Wii,2011,Misc,Nordic Games,0,0.31,0,0.05,0.36 +5247,Boxer's Road,PS,1995,Fighting,New,0,0,0.33,0.02,0.36 +5248,Frogs And Flies,2600,1981,Action,Mattel Interactive,0.33,0.02,0,0,0.36 +5249,DanceDanceRevolution,Wii,2010,Simulation,Konami Digital Entertainment,0.29,0.04,0,0.02,0.36 +5250,Harry Potter and the Chamber of Secrets,XB,2002,Action,Electronic Arts,0.27,0.08,0,0.01,0.36 +5251,EA Sports MMA,X360,2010,Fighting,Electronic Arts,0.23,0.1,0,0.03,0.36 +5252,Toriko: Gourmet Survival!,PSP,2011,Role-Playing,Namco Bandai Games,0,0,0.36,0,0.36 +5253,South Park Rally,PS,1998,Racing,Acclaim Entertainment,0.2,0.13,0,0.02,0.36 +5254,Ganbare Goemon 3: Shishi Jyuurokubei no Karakuri Manji Katame,SNES,1994,Platform,Konami Digital Entertainment,0,0,0.36,0,0.36 +5255,Monopoly,PS3,2008,Misc,Electronic Arts,0.25,0.06,0,0.04,0.36 +5256,Mega Man Zero Collection,DS,2010,Platform,Capcom,0.21,0.02,0.11,0.02,0.36 +5257,Arctic Thunder,PS2,2001,Racing,Midway Games,0.17,0.14,0,0.05,0.36 +5258,G-Force,PSP,2009,Action,Electronic Arts,0.24,0.07,0,0.05,0.36 +5259,NHL 2K10,PS2,2009,Sports,Take-Two Interactive,0.17,0.14,0,0.05,0.36 +5260,Football Manager Handheld 2010,PSP,2009,Sports,Sega,0,0.26,0,0.09,0.36 +5261,J-League Pro Soccer Club o Tsukurou!,DC,1999,Sports,Sega,0,0,0.36,0,0.36 +5262,Wonder Pets! Save the Animals!,DS,2008,Adventure,Take-Two Interactive,0.33,0,0,0.02,0.36 +5263,Formula 1 Championship Edition,PS,1997,Racing,Psygnosis,0.06,0.04,0.23,0.02,0.36 +5264,Shrek,XB,2001,Platform,TDK Mediactive,0.25,0.1,0,0.01,0.36 +5265,CSI: Deadly Intent - The Hidden Cases,DS,2009,Adventure,Ubisoft,0.16,0.16,0,0.04,0.35 +5266,SOCOM: Tactical Strike,PSP,2007,Shooter,Sony Computer Entertainment,0.32,0.01,0,0.03,0.35 +5267,Blasto,PS,1998,Action,Sony Computer Entertainment,0.2,0.13,0,0.02,0.35 +5268,Trauma Center: Second Opinion,Wii,2006,Simulation,Nintendo,0.28,0.02,0.03,0.03,0.35 +5269,Backyard Baseball 2006,GBA,2005,Sports,Atari,0.25,0.09,0,0.01,0.35 +5270,Dark Souls III,XOne,2016,Role-Playing,Namco Bandai Games,0.23,0.09,0,0.03,0.35 +5271,Cabela's Outdoor Adventures (2006),PS2,2005,Sports,Zoo Digital Publishing,0.17,0.14,0,0.05,0.35 +5272,Nicktoons: Unite!,GC,2005,Adventure,THQ,0.27,0.07,0,0.01,0.35 +5273,Suikoden V,PS2,2006,Role-Playing,Konami Digital Entertainment,0.08,0.06,0.19,0.02,0.35 +5274,Picross 2,GB,1996,Puzzle,Nintendo,0,0,0.35,0,0.35 +5275,Remember Me,PS3,2013,Action,Capcom,0.1,0.18,0,0.07,0.35 +5276,Battalion Wars 2,Wii,2007,Strategy,Nintendo,0.22,0.03,0.08,0.02,0.35 +5277,Outlaw Golf 2,PS2,2004,Sports,Global Star,0.17,0.14,0,0.05,0.35 +5278,SpongeBob's Boating Bash,Wii,2010,Misc,THQ,0.25,0.07,0,0.03,0.35 +5279,Sentouchu: Densetsu no Shinobi to Survival Battle!,3DS,2013,Action,Namco Bandai Games,0,0,0.35,0,0.35 +5280,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,PS3,2010,Sports,Sega,0.09,0.2,0,0.07,0.35 +5281,Momotarou Dentetsu 12,PS2,2003,Misc,Hudson Soft,0,0,0.35,0,0.35 +5282,Mini Ninjas,PS3,2009,Action,Eidos Interactive,0.14,0.16,0,0.06,0.35 +5283,Tekken Tag Tournament 2,X360,2012,Fighting,Namco Bandai Games,0.19,0.12,0.01,0.03,0.35 +5284,Batman: Rise of Sin Tzu,PS2,2003,Action,Ubisoft,0.17,0.13,0,0.05,0.35 +5285,Disney's Tarzan: Return to the Jungle,GBA,2002,Action,Activision,0.25,0.09,0,0.01,0.35 +5286,Cabela's Dangerous Hunts,XB,2003,Sports,Zoo Digital Publishing,0.26,0.08,0,0.01,0.35 +5287,Terminator Salvation,X360,2009,Shooter,Warner Bros. Interactive Entertainment,0.13,0.18,0,0.04,0.35 +5288,Jikkyou Powerful Pro Yakyuu 13,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.35,0,0.35 +5289,Fossil Fighters: Frontier,3DS,2014,Role-Playing,Nintendo,0.08,0.04,0.23,0.01,0.35 +5290,Star Fox: Zero,WiiU,2016,Shooter,Nintendo,0.16,0.1,0.07,0.03,0.35 +5291,Mega Man X3,SNES,1995,Action,Laguna,0.04,0.01,0.3,0,0.35 +5292,Mini Ninjas,DS,2009,Action,Eidos Interactive,0.17,0.15,0,0.04,0.35 +5293,Stunt Race FX,SNES,1993,Racing,Nintendo,0,0,0.35,0,0.35 +5294,Bloody Roar 3,PS2,2001,Fighting,Virgin Interactive,0.15,0.11,0.05,0.04,0.35 +5295,WWE Crush Hour,PS2,2003,Racing,THQ,0.17,0.13,0,0.04,0.35 +5296,Persona 2: Eternal Punishment,PS,2000,Role-Playing,Atlus,0.03,0.02,0.28,0.02,0.35 +5297,Star Wars: Flight of the Falcon,GBA,2003,Action,THQ,0.25,0.09,0,0.01,0.35 +5298,One Piece: Gigant Battle 2 Shin Sekai,DS,2011,Fighting,Namco Bandai Games,0,0,0.35,0,0.35 +5299,Pac-Man All-Stars,PS3,2011,Fighting,Namco Bandai Games,0.2,0.08,0.04,0.04,0.35 +5300,Def Jam Rapstar,Wii,2010,Misc,Konami Digital Entertainment,0.31,0.02,0,0.02,0.35 +5301,SimCity Creator,DS,2008,Simulation,Electronic Arts,0.3,0.03,0,0.03,0.35 +5302,Hannah Montana: The Movie,Wii,2009,Adventure,Disney Interactive Studios,0.13,0.18,0,0.04,0.35 +5303,Angry Birds Star Wars,Wii,2013,Strategy,Activision,0.21,0.1,0,0.03,0.35 +5304,Dragon Ball Z: Budokai Tenkaichi 2 (JP sales),Wii,N/A,Action,N/A,0.15,0.05,0.14,0.01,0.35 +5305,Mega Man ZX Advent,DS,2007,Platform,Capcom,0.23,0,0.09,0.02,0.35 +5306,Jikkyou Powerful Pro Yakyuu 2000,N64,2000,Sports,Konami Digital Entertainment,0,0,0.29,0.06,0.35 +5307,Sniper: Ghost Warrior 2,PS3,2013,Shooter,City Interactive,0.05,0.19,0.03,0.07,0.35 +5308,Racquet Sports,PS3,2010,Sports,Ubisoft,0.11,0.17,0,0.06,0.35 +5309,Harry Potter and the Deathly Hallows - Part 2,Wii,2011,Action,Electronic Arts,0.18,0.14,0,0.03,0.35 +5310,Supreme Commander 2,X360,2010,Strategy,Square Enix,0.23,0.1,0,0.03,0.35 +5311,Resident Evil: Dead Aim,PS2,2003,Action,Capcom,0.17,0.13,0,0.04,0.35 +5312,Need for Speed Carbon,GC,2006,Racing,Electronic Arts,0.27,0.07,0,0.01,0.35 +5313,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,GBA,2003,Action,THQ,0.25,0.09,0,0.01,0.35 +5314,SpongeBob SquarePants: The Yellow Avenger,DS,2005,Action,THQ,0.32,0,0,0.02,0.35 +5315,The Fairly Odd Parents: Shadow Showdown,PS2,2004,Platform,THQ,0.17,0.13,0,0.04,0.35 +5316,Saban's Power Rangers: Lightspeed Rescue,PS,2000,Action,THQ,0.19,0.13,0,0.02,0.35 +5317,Xbox Music Mixer,XB,2003,Misc,Microsoft Game Studios,0.26,0.08,0,0.01,0.35 +5318,WWE All Stars,X360,2011,Fighting,THQ,0.18,0.14,0,0.03,0.35 +5319,The Shoot,PS3,2010,Shooter,Sony Computer Entertainment,0.13,0.16,0.01,0.06,0.35 +5320,College Hoops 2K8,PS2,2007,Sports,Take-Two Interactive,0.17,0.13,0,0.04,0.35 +5321,Guitar Hero: Metallica,PS2,2009,Misc,Activision,0.17,0.13,0,0.04,0.35 +5322,Guilty Gear X2,PS2,2002,Fighting,Sammy Corporation,0.09,0.07,0.16,0.02,0.35 +5323,MotoGP 08,X360,2008,Racing,Capcom,0.11,0.2,0,0.04,0.35 +5324,Yu-Gi-Oh! 5D's Tag Force 5,PSP,2010,Strategy,Konami Digital Entertainment,0.13,0.05,0.14,0.03,0.35 +5325,Enemy Territory: Quake Wars,PS3,2008,Shooter,Activision,0.23,0.07,0,0.04,0.35 +5326,Tom Clancy's Rainbow Six: Lockdown,PS2,2005,Shooter,Ubisoft,0.17,0.13,0,0.04,0.35 +5327,From TV Animation One Piece: Tobidase Kaizokudan!,PS,2001,Role-Playing,Namco Bandai Games,0,0,0.32,0.02,0.35 +5328,The Tale of Despereaux,PS2,2008,Platform,Brash Entertainment,0.17,0.13,0,0.04,0.35 +5329,Aggressive Inline,PS2,2002,Sports,Acclaim Entertainment,0.17,0.13,0,0.04,0.35 +5330,Karaoke Revolution,PS2,2003,Misc,Konami Digital Entertainment,0.17,0.13,0,0.04,0.35 +5331,NFL Street,GC,2004,Sports,Electronic Arts,0.27,0.07,0,0.01,0.35 +5332,Hello Kitty Daily,DS,2008,Misc,Nobilis,0.32,0,0,0.03,0.35 +5333,Metal Arms: Glitch in the System,PS2,2003,Shooter,Vivendi Games,0.17,0.13,0,0.04,0.35 +5334,Farming Simulator 2015,PS4,2015,Simulation,Koch Media,0.1,0.2,0,0.05,0.35 +5335,Jikkyou Powerful Pro Yakyuu 7,PS2,2000,Sports,Konami Digital Entertainment,0,0,0.35,0,0.35 +5336,Rally Cross 2,PS,1998,Racing,989 Studios,0.19,0.13,0,0.02,0.35 +5337,EverGrace,PS2,2000,Role-Playing,Ubisoft,0.1,0.08,0.15,0.03,0.35 +5338,Def Jam Icon,X360,2007,Action,Electronic Arts,0.3,0.01,0,0.03,0.35 +5339,Lunar 2: Eternal Blue Complete,PS,1999,Role-Playing,Kadokawa Shoten,0.19,0.13,0,0.02,0.35 +5340,Street Fighter Alpha: Warriors' Dreams,SAT,1996,Fighting,Capcom,0,0,0.35,0,0.35 +5341,Rugrats: Royal Ransom,PS2,2002,Platform,THQ,0.17,0.13,0,0.04,0.35 +5342,Disney Fairies: Tinker Bell and the Great Fairy Rescue,DS,2010,Adventure,Disney Interactive Studios,0.18,0.14,0,0.03,0.35 +5343,MLB 06: The Show,PSP,2006,Sports,Sony Computer Entertainment,0.32,0,0,0.03,0.35 +5344,F1 Race Stars,PS3,2012,Racing,Codemasters,0.06,0.21,0,0.08,0.35 +5345,Over the Hedge,GC,2006,Platform,Activision,0.27,0.07,0,0.01,0.35 +5346,Naruto Shippuden: Ultimate Ninja Impact,PSP,2011,Fighting,Namco Bandai Games,0.09,0.07,0.15,0.04,0.35 +5347,Just Dance 2016,PS4,2015,Misc,Ubisoft,0.16,0.13,0,0.06,0.35 +5348,Charlie and the Chocolate Factory,PS2,2005,Adventure,Global Star,0.17,0.13,0,0.04,0.35 +5349,Pirates of the Caribbean: At World's End,DS,2007,Action,Disney Interactive Studios,0.3,0.01,0.01,0.03,0.35 +5350,UEFA Euro 2008 Austria-Switzerland,X360,2008,Sports,Electronic Arts,0.08,0.23,0,0.03,0.35 +5351,Kurushi Final: Mental Blocks,PS,1998,Puzzle,Sony Computer Entertainment,0,0,0.32,0.02,0.34 +5352,Style Lab: Jewelry Design,DS,2009,Simulation,Ubisoft,0.32,0,0,0.02,0.34 +5353,Risk / Battleship / Clue,GBA,2005,Misc,Zoo Digital Publishing,0.25,0.09,0,0.01,0.34 +5354,SD Gundam G Generation World,PSP,2011,Strategy,Namco Bandai Games,0,0,0.34,0,0.34 +5355,LEGO Pirates of the Caribbean: The Video Game,PSP,2011,Action,Disney Interactive Studios,0.11,0.15,0,0.08,0.34 +5356,The Wild Thornberrys Movie,GBA,2002,Platform,THQ,0.25,0.09,0,0.01,0.34 +5357,High School Musical 3: Senior Year DANCE!,PS2,2008,Misc,Disney Interactive Studios,0.17,0.13,0,0.04,0.34 +5358,Dynasty Warriors 5 Empires,PS2,2006,Action,Tecmo Koei,0.11,0.09,0.12,0.03,0.34 +5359,SoulCalibur,DC,1999,Fighting,Namco Bandai Games,0,0,0.34,0,0.34 +5360,WipEout 3,PS,1999,Racing,Psygnosis,0.19,0.13,0,0.02,0.34 +5361,Etrian Odyssey,DS,2007,Role-Playing,Nintendo,0.2,0.03,0.09,0.02,0.34 +5362,Conan,PS3,2007,Action,THQ,0.13,0.15,0,0.06,0.34 +5363,Classic NES Series: Ice Climber,GBA,2004,Platform,Nintendo,0.1,0.04,0.2,0.01,0.34 +5364,Skylanders: Trap Team,XOne,2014,Action,Activision,0.25,0.07,0,0.03,0.34 +5365,Avatar: The Last Airbender - The Burning Earth,DS,2007,Action,THQ,0.31,0,0,0.03,0.34 +5366,F.E.A.R.,X360,2006,Shooter,Vivendi Games,0.28,0.03,0,0.03,0.34 +5367,Tenchu Z,X360,2006,Action,Microsoft Game Studios,0.27,0.02,0.02,0.03,0.34 +5368,Freeway,2600,1980,Action,Activision,0.32,0.02,0,0,0.34 +5369,Driver 2 Advance,GBA,2002,Action,Atari,0.25,0.09,0,0.01,0.34 +5370,Monster Rancher 4,PS2,2003,Simulation,Tecmo Koei,0.08,0.06,0.19,0.02,0.34 +5371,Iron Man 2,DS,2010,Action,Sega,0.15,0.16,0,0.03,0.34 +5372,Chicken Riot,Wii,2010,Action,City Interactive,0.15,0.16,0,0.03,0.34 +5373,Tim Burton's The Nightmare Before Christmas: Oogie's Revenge,PS2,2004,Adventure,Disney Interactive Studios,0.17,0.13,0,0.04,0.34 +5374,Iron Storm,SAT,1995,Shooter,Sega,0,0,0.34,0,0.34 +5375,Harry Potter and the Deathly Hallows - Part 2,X360,2011,Action,Electronic Arts,0.19,0.12,0,0.03,0.34 +5376,MotorStorm: Arctic Edge,PS2,2009,Racing,Sony Computer Entertainment,0.07,0.03,0,0.25,0.34 +5377,The Fairly Odd Parents: Shadow Showdown,GBA,2004,Platform,THQ,0.25,0.09,0,0.01,0.34 +5378,Radiant Historia,DS,2010,Role-Playing,Atlus,0.24,0,0.09,0.02,0.34 +5379,Marvel Super Heroes,PS,1997,Fighting,Virgin Interactive,0.19,0.13,0,0.02,0.34 +5380,Super Bust-A-Move,PS2,2000,Puzzle,Acclaim Entertainment,0.17,0.13,0,0.04,0.34 +5381,Hitman: Contracts,XB,2004,Shooter,Eidos Interactive,0.26,0.07,0,0.01,0.34 +5382,Thunderstrike: Operation Phoenix,PS2,2001,Simulation,Eidos Interactive,0.17,0.13,0,0.04,0.34 +5383,Alien's Return,2600,1982,Action,ITT Family Games,0.32,0.02,0,0,0.34 +5384,Frostbite,2600,1983,Action,Activision,0.32,0.02,0,0,0.34 +5385,LEGO Marvel's Avengers,X360,2016,Action,Warner Bros. Interactive Entertainment,0.17,0.15,0,0.03,0.34 +5386,Kameo: Elements of Power,X360,2005,Action,Microsoft Game Studios,0.28,0.03,0,0.03,0.34 +5387,Power Rangers Samurai,Wii,2011,Action,Namco Bandai Games,0.29,0.03,0,0.02,0.34 +5388,WWE Day of Reckoning 2,GC,2005,Fighting,THQ,0.26,0.07,0,0.01,0.34 +5389,Dynasty Warriors 6 Empires,PS3,2009,Action,Tecmo Koei,0.14,0.03,0.15,0.02,0.34 +5390,The Urbz: Sims in the City,XB,2004,Simulation,Electronic Arts,0.22,0.11,0,0.01,0.34 +5391,Fantastic Voyage,2600,1981,Action,20th Century Fox Video Games,0.32,0.02,0,0,0.34 +5392,The Adventures of Tintin: The Game,Wii,2011,Action,Ubisoft,0.13,0.17,0,0.04,0.34 +5393,Bee Movie Game,Wii,2007,Action,Activision,0.31,0.01,0,0.03,0.34 +5394,Silent Hill HD Collection,PS3,2012,Action,Konami Digital Entertainment,0.15,0.11,0.03,0.05,0.34 +5395,Night Warriors: Darkstalkers' Revenge,SAT,1995,Fighting,Virgin Interactive,0,0,0.34,0,0.34 +5396,Off Road Challenge,N64,1998,Racing,GT Interactive,0.27,0.06,0,0,0.34 +5397,Bank Heist,2600,1982,Action,20th Century Fox Video Games,0.32,0.02,0,0,0.34 +5398,Harry Potter and the Half-Blood Prince,PS3,2009,Action,Electronic Arts,0.15,0.13,0,0.06,0.34 +5399,Tom Clancy's Ghost Recon: Shadow Wars,3DS,2011,Strategy,Ubisoft,0.22,0.09,0,0.03,0.34 +5400,Backstreet Billiards,PS,1998,Misc,ASCII Entertainment,0.19,0.13,0,0.02,0.34 +5401,MX vs. ATV Untamed,Wii,2008,Racing,THQ,0.29,0.03,0,0.03,0.34 +5402,Carnival,2600,1981,Shooter,Coleco,0.32,0.02,0,0,0.34 +5403,Football Manager Handheld 2008,PSP,2007,Sports,Sega,0,0.34,0,0,0.34 +5404,Leisure Suit Larry: Magna Cum Laude,PS2,2004,Adventure,Vivendi Games,0.17,0.13,0,0.04,0.34 +5405,Harry Potter and the Deathly Hallows - Part 2,PS3,2011,Action,Electronic Arts,0.14,0.15,0,0.05,0.34 +5406,MVP 06 NCAA Baseball,XB,2006,Sports,Electronic Arts,0.25,0.07,0,0.01,0.34 +5407,Momotarou Dentetsu DS: Tokyo & Japan,DS,2007,Misc,Hudson Soft,0,0,0.34,0,0.34 +5408,Point Blank,PS,1997,Shooter,Sony Computer Entertainment,0.05,0.03,0.23,0.02,0.34 +5409,Bookworm,DS,2009,Puzzle,PopCap Games,0.31,0.01,0,0.02,0.34 +5410,Smart Girl's Party Game,DS,2008,Misc,505 Games,0.31,0,0,0.02,0.34 +5411,Rayman Legends,XOne,2014,Platform,Ubisoft,0.13,0.18,0,0.03,0.34 +5412,Puzzle Quest: Challenge of the Warlords,DS,2007,Puzzle,D3Publisher,0.28,0.01,0.03,0.02,0.34 +5413,Star Ocean: Second Evolution,PSP,2008,Role-Playing,Square Enix,0.14,0.02,0.16,0.02,0.34 +5414,My Baby Boy,DS,2008,Simulation,Nobilis,0.3,0.02,0,0.03,0.34 +5415,Tiny Tank,PS,1998,Action,Sony Computer Entertainment,0.19,0.13,0,0.02,0.34 +5416,Jonah Lomu Rugby Challenge,X360,2011,Sports,Home Entertainment Suppliers,0.09,0.21,0,0.04,0.34 +5417,Spy Hunter,XB,2002,Racing,Midway Games,0.25,0.07,0,0.01,0.34 +5418,Angry Birds Star Wars,3DS,2013,Strategy,Activision,0.15,0.15,0,0.03,0.34 +5419,Imagine: Movie Star,DS,2008,Simulation,Ubisoft,0.31,0,0,0.02,0.34 +5420,NHL 09,PS3,2008,Sports,Electronic Arts,0.29,0.02,0,0.03,0.34 +5421,Zoo Tycoon (2013),XOne,2013,Simulation,Microsoft Game Studios,0.18,0.13,0,0.03,0.34 +5422,Herbie: Fully Loaded,GBA,2005,Racing,Disney Interactive Studios,0.24,0.09,0,0.01,0.34 +5423,The Sims 3: Town Life Stuff,PC,2011,Simulation,Electronic Arts,0.11,0.17,0,0.05,0.34 +5424,Teenage Mutant Ninja Turtles,GC,2003,Action,Konami Digital Entertainment,0.26,0.07,0,0.01,0.34 +5425,Pony Friends 2,DS,2009,Simulation,Eidos Interactive,0.21,0.1,0,0.03,0.34 +5426,Disney Sing It: Pop Hits,PS2,2009,Misc,Disney Interactive Studios,0.1,0.02,0,0.22,0.34 +5427,Buzz! The Ultimate Music Quiz,PS3,2010,Misc,Sony Computer Entertainment,0,0.25,0,0.08,0.34 +5428,Persona 5,PS4,2016,Role-Playing,Atlus,0,0,0.34,0,0.34 +5429,The Eye of Judgment,PS3,2007,Misc,Sony Computer Entertainment,0.28,0,0.02,0.03,0.34 +5430,Pirates of the Caribbean: At World's End,X360,2007,Action,Disney Interactive Studios,0.29,0.02,0,0.03,0.34 +5431,Modnation Racers: Road Trip,PSV,2012,Racing,Sony Computer Entertainment,0.17,0.12,0,0.05,0.34 +5432,Dynasty Warriors: Gundam 2,PS2,2008,Action,Namco Bandai Games,0.04,0.03,0.25,0.01,0.34 +5433,Power Rangers Samurai,DS,2011,Action,Namco Bandai Games,0.27,0.04,0,0.02,0.34 +5434,Fade to Black,PS,1996,Action,Electronic Arts,0.19,0.13,0,0.02,0.34 +5435,MXRider,PS2,2001,Racing,Atari,0.16,0.13,0,0.04,0.34 +5436,Avatar: The Last Airbender,DS,2006,Adventure,THQ,0.3,0.01,0,0.03,0.34 +5437,Battlefield: Hardline,X360,2015,Shooter,Electronic Arts,0.17,0.14,0,0.03,0.34 +5438,Delta Force: Black Hawk Down,XB,2005,Shooter,NovaLogic,0.25,0.07,0,0.01,0.34 +5439,Night at the Museum: Battle of the Smithsonian,DS,2009,Action,Majesco Entertainment,0.12,0.18,0,0.04,0.34 +5440,World Championship Poker 2: Featuring Howard Lederer,PS2,2005,Misc,Oxygen Interactive,0.16,0.13,0,0.04,0.34 +5441,Sengoku Musou 3 Z,PS3,2011,Action,Ackkstudios,0,0,0.33,0,0.33 +5442,Operation Flashpoint: Red River,PS3,2011,Shooter,Codemasters,0.06,0.15,0.07,0.05,0.33 +5443,Ninja Blade,X360,2009,Action,Microsoft Game Studios,0.14,0.14,0.02,0.03,0.33 +5444,Tom Clancy's Ghost Recon Advanced Warfighter,XB,2006,Shooter,Ubisoft,0.21,0.11,0,0.01,0.33 +5445,Transformers: Revenge of the Fallen (DS Versions),DS,2009,Action,Activision,0.17,0.13,0,0.03,0.33 +5446,Fracture,X360,2008,Shooter,LucasArts,0.15,0.14,0,0.04,0.33 +5447,Tokyo Highway Battle,PS,1996,Racing,Jaleco,0.06,0.04,0.21,0.02,0.33 +5448,Pandora's Tower,Wii,2011,Role-Playing,Nintendo,0.13,0.1,0.08,0.03,0.33 +5449,Binary Domain,PS3,2012,Action,Sega,0.09,0.08,0.14,0.03,0.33 +5450,The King of Fighters XIII,X360,2011,Fighting,Rising Star Games,0.23,0.07,0.01,0.03,0.33 +5451,Beyond Good & Evil,PS2,2003,Adventure,Ubisoft,0.16,0.13,0,0.04,0.33 +5452,Banjo-Kazooie: Grunty's Revenge,GBA,2003,Platform,THQ,0.24,0.09,0,0.01,0.33 +5453,Bomberman World,PS,1998,Puzzle,Sony Computer Entertainment,0.06,0.04,0.22,0.02,0.33 +5454,The X-Factor,Wii,2010,Misc,Deep Silver,0,0.29,0,0.04,0.33 +5455,Digimon World: Dawn / Dusk,DS,2007,Role-Playing,Namco Bandai Games,0.14,0,0.18,0.01,0.33 +5456,Street Fighter Alpha 3 MAX,PSP,2006,Fighting,Capcom,0.27,0.01,0.02,0.03,0.33 +5457,Untold Legends: The Warriors Code,PSP,2006,Role-Playing,Ubisoft,0.14,0.12,0,0.08,0.33 +5458,Virtua Tennis 2009,X360,2009,Sports,Sega,0.12,0.18,0,0.03,0.33 +5459,Deathtrap Dungeon,PS,1998,Action,Eidos Interactive,0.19,0.13,0,0.02,0.33 +5460,Tales of the World: Radiant Mythology 2,PSP,2009,Role-Playing,Namco Bandai Games,0,0,0.33,0,0.33 +5461,Wipeout 2,Wii,2011,Misc,Activision,0.31,0,0,0.02,0.33 +5462,Iron Man 2,Wii,2010,Action,Sega,0.15,0.15,0,0.03,0.33 +5463,Ape Escape Academy,PSP,2004,Misc,Sony Computer Entertainment,0.13,0.15,0,0.05,0.33 +5464,The Darkness II,PS3,2012,Shooter,Take-Two Interactive,0.14,0.14,0,0.05,0.33 +5465,SingStar Take That,PS3,2009,Misc,Sony Computer Entertainment,0,0.3,0,0.03,0.33 +5466,Marvel: Ultimate Alliance 2,Wii,2009,Role-Playing,Activision,0.26,0.05,0,0.03,0.33 +5467,Ultimate Marvel vs. Capcom 3,PSV,2011,Fighting,Capcom,0.2,0.09,0,0.05,0.33 +5468,WWE Wrestlemania XIX,GC,2003,Fighting,THQ,0.26,0.07,0,0.01,0.33 +5469,Planet Puzzle League,DS,2007,Puzzle,Nintendo,0.14,0.01,0.16,0.01,0.33 +5470,The Sims 2,GC,2005,Simulation,Electronic Arts,0.26,0.07,0,0.01,0.33 +5471,Hulk,XB,2003,Action,Universal Interactive,0.25,0.07,0,0.01,0.33 +5472,Naruto: Rise of a Ninja,X360,2007,Action,Ubisoft,0.29,0.02,0,0.03,0.33 +5473,Chicken Blaster,Wii,2009,Shooter,Zushi Games,0.31,0,0,0.02,0.33 +5474,Family Party: 90 Great Games Party Pack,Wii,2010,Misc,D3Publisher,0.31,0,0,0.02,0.33 +5475,Klonoa 2: Lunatea's Veil,PS2,2001,Platform,Sony Computer Entertainment,0.12,0.1,0.08,0.03,0.33 +5476,Deus Ex: Invisible War,XB,2003,Shooter,Eidos Interactive,0.25,0.07,0,0.01,0.33 +5477,Resonance of Fate,X360,2010,Role-Playing,Sega,0.12,0.13,0.06,0.03,0.33 +5478,Hell's Kitchen: The Game,Wii,2008,Simulation,Ubisoft,0.3,0,0,0.03,0.33 +5479,Disney's Treasure Planet,PS2,2002,Action,Sony Computer Entertainment,0.16,0.13,0,0.04,0.33 +5480,NASCAR Thunder 2002,XB,2001,Racing,Electronic Arts,0.25,0.07,0,0.01,0.33 +5481,Jeanne d'Arc,PSP,2006,Role-Playing,Sony Computer Entertainment,0.21,0,0.1,0.02,0.33 +5482,NCAA Basketball 10,PS3,2009,Sports,Electronic Arts,0.31,0,0,0.03,0.33 +5483,BeatMania Append GottaMix,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.31,0.02,0.33 +5484,Dead or Alive 5,PS4,2015,Fighting,Tecmo Koei,0.09,0.13,0.08,0.04,0.33 +5485,Tak 2: The Staff of Dreams,GC,2004,Platform,THQ,0.26,0.07,0,0.01,0.33 +5486,Rugby World Cup 2011,PS3,2011,Sports,505 Games,0,0.25,0,0.08,0.33 +5487,Medal of Honor: Warfighter,PC,2012,Action,Electronic Arts,0.14,0.15,0,0.04,0.33 +5488,Kelly Slater's Pro Surfer,PS2,2002,Sports,Activision,0.16,0.13,0,0.04,0.33 +5489,Shrek SuperSlam,GBA,2005,Action,Activision,0.24,0.09,0,0.01,0.33 +5490,Sonic Boom: Rise of Lyric,WiiU,2014,Action,Sega,0.21,0.09,0,0.03,0.33 +5491,Legends of Wrestling II,PS2,2002,Fighting,Acclaim Entertainment,0.16,0.13,0,0.04,0.33 +5492,World Stadium 3,PS,1999,Sports,Namco Bandai Games,0,0,0.31,0.02,0.33 +5493,Little Deviants,PSV,2011,Platform,Sony Computer Entertainment,0.15,0.13,0,0.05,0.33 +5494,Silent Hill: Downpour,X360,2012,Action,Konami Digital Entertainment,0.22,0.08,0,0.03,0.33 +5495,Extra Bases,GB,1990,Sports,Namco Bandai Games,0,0,0.33,0,0.33 +5496,Super Power League 2,SNES,1994,Sports,Hudson Soft,0,0,0.33,0,0.33 +5497,Night at the Museum: Battle of the Smithsonian,Wii,2009,Action,Majesco Entertainment,0.17,0.13,0,0.03,0.33 +5498,Capcom Classics Collection Reloaded,PSP,2006,Misc,Capcom,0.26,0,0.03,0.03,0.33 +5499,Madden NFL 09,DS,2008,Sports,Electronic Arts,0.3,0,0,0.03,0.33 +5500,MLB 09: The Show,PS2,2009,Sports,Sony Computer Entertainment,0.16,0.13,0,0.04,0.33 +5501,Deus Ex: Mankind Divided,PS4,2016,Role-Playing,Square Enix,0.1,0.18,0,0.05,0.33 +5502,Cool Boarders 2001,PS2,2001,Sports,Sony Computer Entertainment,0.16,0.13,0,0.04,0.33 +5503,Classic NES Series: Castlevania,GBA,2004,Platform,Nintendo,0.17,0.06,0.09,0.01,0.33 +5504,Dragon Ball Z: Battle of Z,PS3,2014,Fighting,Namco Bandai Games,0.1,0.11,0.06,0.05,0.33 +5505,Scooby-Doo! First Frights,PS2,2009,Action,Warner Bros. Interactive Entertainment,0.14,0.03,0,0.16,0.33 +5506,Fight Night Round 3,XB,2006,Fighting,Electronic Arts,0.26,0.06,0,0.01,0.33 +5507,GT Advance Championship Racing,GBA,2001,Racing,THQ,0.24,0.09,0,0.01,0.33 +5508,Way of the Samurai 2,PS2,2003,Action,Capcom,0.05,0.04,0.23,0.01,0.33 +5509,FIFA Street 3,PS3,2008,Sports,Electronic Arts,0.08,0.18,0,0.06,0.33 +5510,Custom Robo,N64,N/A,Role-Playing,Nintendo,0,0,0.29,0.04,0.33 +5511,BattleTanx,N64,1998,Action,3DO,0.26,0.06,0,0,0.33 +5512,Hatsune Miku: Project Diva Extend,PSP,2011,Misc,Sega,0,0,0.33,0,0.33 +5513,Battlestations: Pacific,X360,2009,Strategy,Eidos Interactive,0.17,0.12,0.01,0.03,0.33 +5514,Pitfall 3D: Beyond the Jungle,PS,1998,Platform,Activision,0.18,0.12,0,0.02,0.33 +5515,Disgaea 2: Cursed Memories,PS2,2006,Role-Playing,Tecmo Koei,0.09,0.07,0.15,0.02,0.33 +5516,Cabela's Dangerous Hunts 2011,PS3,2010,Sports,Activision,0.26,0.04,0,0.03,0.33 +5517,DECA Sports Freedom,X360,2010,Sports,Hudson Soft,0.27,0.04,0,0.02,0.33 +5518,Clock Tower 3,PS2,2002,Adventure,Capcom,0.1,0.08,0.12,0.03,0.33 +5519,Battle Dodge Ball,SNES,1991,Sports,Banpresto,0,0,0.33,0,0.33 +5520,Goosebumps HorrorLand,DS,2008,Adventure,Scholastic Inc.,0.31,0,0,0.02,0.33 +5521,Phineas and Ferb: Across the 2nd Dimension,PS3,2011,Action,Disney Interactive Studios,0.15,0.12,0,0.05,0.33 +5522,Call Of Duty 2: Big Red One,GC,2005,Shooter,Activision,0.25,0.07,0,0.01,0.33 +5523,Elebits,Wii,2006,Action,Konami Digital Entertainment,0.22,0.01,0.08,0.02,0.33 +5524,"Warhammer 40,000: Squad Command",PSP,2007,Strategy,THQ,0.11,0.14,0,0.08,0.33 +5525,F1 2013,X360,2013,Racing,Codemasters,0.01,0.28,0,0.03,0.33 +5526,Disgaea: Hour of Darkness,PS2,2003,Role-Playing,Tecmo Koei,0.16,0.13,0,0.04,0.33 +5527,NeoGeo Battle Coliseum,PS2,2005,Fighting,Ignition Entertainment,0.16,0.13,0,0.04,0.33 +5528,SSX Blur,Wii,2007,Sports,Electronic Arts,0.29,0.01,0,0.03,0.33 +5529,DiRT 2,PSP,2009,Racing,Sony Computer Entertainment,0.09,0.16,0,0.09,0.33 +5530,Vin Diesel: Wheelman,PS3,2009,Racing,Ubisoft,0.12,0.15,0,0.06,0.33 +5531,SpongeBob SquarePants: Creature from the Krusty Krab,GC,2006,Platform,THQ,0.25,0.07,0,0.01,0.33 +5532,My Baby: First Steps,DS,2009,Simulation,SouthPeak Games,0.28,0.03,0,0.02,0.33 +5533,MLB 08: The Show,PSP,2008,Sports,Sony Computer Entertainment,0.3,0,0,0.02,0.33 +5534,The Black Eyed Peas Experience,X360,2011,Misc,Ubisoft,0.2,0.1,0,0.03,0.33 +5535,Parodius,PS,1994,Shooter,Konami Digital Entertainment,0,0,0.31,0.02,0.33 +5536,Spy Kids 3-D: Game Over,GBA,2003,Platform,Disney Interactive Studios,0.24,0.09,0,0.01,0.33 +5537,Sakura Wars 3: Paris wa Moeteiru ka,DC,2001,Adventure,Sega,0,0,0.33,0,0.33 +5538,1001 Touch Games,DS,2011,Action,Avanquest,0.12,0.17,0,0.04,0.33 +5539,NCAA GameBreaker 2001,PS,2000,Sports,Sony Computer Entertainment,0.18,0.12,0,0.02,0.33 +5540,Power Rangers: Ninja Storm,GBA,2003,Misc,THQ,0.24,0.09,0,0.01,0.33 +5541,Angry Birds Star Wars,PS3,2013,Strategy,Activision,0.1,0.17,0,0.06,0.33 +5542,Naruto: Gekito Ninja Taisen! 4,GC,2005,Fighting,Tomy Corporation,0,0,0.32,0.01,0.33 +5543,Kidou Senshi Gundam F91: Formula Senki 0122,SNES,1991,Strategy,Namco Bandai Games,0,0,0.33,0,0.33 +5544,Despicable Me: The Game,Wii,2010,Platform,D3Publisher,0.19,0.12,0,0.03,0.33 +5545,Golden Axe: Beast Rider,X360,2008,Action,Sega,0.19,0.11,0,0.03,0.33 +5546,MySims SkyHeroes,DS,2010,Action,Electronic Arts,0.22,0.08,0,0.03,0.33 +5547,MVP Baseball 2005,GC,2005,Sports,Electronic Arts,0.25,0.07,0,0.01,0.33 +5548,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS 2 + Jouyou Kanji Jiten,DS,2007,Misc,Rocket Company,0,0,0.33,0,0.33 +5549,"Carnival Games: Monkey See, Monkey Do!",X360,2011,Misc,Take-Two Interactive,0.14,0.16,0,0.03,0.33 +5550,Eternal Sonata,X360,2007,Role-Playing,Atari,0.19,0.04,0.08,0.02,0.33 +5551,DX Game of Life 2,PS,1997,Misc,Takara,0,0,0.31,0.02,0.33 +5552,EA Playground,DS,2007,Sports,Electronic Arts,0.29,0.01,0,0.03,0.33 +5553,NBA Live 96,PS,1996,Sports,Electronic Arts,0.16,0.11,0.04,0.02,0.33 +5554,Clash of the Titans,PS3,2010,Action,Namco Bandai Games,0.09,0.16,0.01,0.06,0.33 +5555,Folklore,PS3,2007,Role-Playing,Sony Computer Entertainment,0.2,0.05,0.05,0.03,0.33 +5556,Dragon Ball Z: Extreme Butoden,3DS,2015,Fighting,Namco Bandai Games,0.12,0.03,0.16,0.02,0.33 +5557,Samurai Warriors 2: Xtreme Legends (JP sales),PS2,2007,Action,Tecmo Koei,0,0,0.33,0,0.33 +5558,Sniper Elite 3,XOne,2014,Shooter,505 Games,0.19,0.11,0,0.03,0.33 +5559,Teen Titans,GC,2006,Action,THQ,0.25,0.07,0,0.01,0.33 +5560,Dead Rising 2: Off the Record,PS3,2011,Action,Capcom,0.11,0.08,0.1,0.03,0.33 +5561,Frogger II: Threeedeep!,2600,1983,Action,Parker Bros.,0.31,0.02,0,0,0.33 +5562,Etrian Odyssey III: The Drowned City,DS,2010,Role-Playing,Atlus,0.13,0,0.19,0.01,0.33 +5563,LEGO The Lord of the Rings,PSV,2012,Action,Warner Bros. Interactive Entertainment,0.1,0.15,0,0.07,0.33 +5564,NBA Live 06,GC,2005,Sports,Electronic Arts,0.25,0.07,0,0.01,0.33 +5565,Karaoke Revolution Presents American Idol Encore 2,Wii,2008,Misc,Konami Digital Entertainment,0.3,0,0,0.02,0.33 +5566,Fireball,2600,1981,Action,Starpath Corp.,0.3,0.02,0,0,0.33 +5567,Batman: Arkham Origins,WiiU,2013,Action,Warner Bros. Interactive Entertainment,0.2,0.09,0,0.03,0.33 +5568,Discovery Kids: Puppy Playtime,DS,2009,Simulation,505 Games,0.3,0,0,0.02,0.33 +5569,Dr. Mario / Puzzle League,GBA,2005,Puzzle,Nintendo,0.12,0.04,0.16,0.01,0.33 +5570,Bleach: Shattered Blade,Wii,2006,Fighting,Sega,0.22,0.01,0.08,0.02,0.33 +5571,Shin Nippon Pro Wrestling: Toukon Retsuden,PS,1995,Fighting,Tomy Corporation,0,0,0.3,0.02,0.33 +5572,Major League Baseball 2K6,XB,2006,Sports,Take-Two Interactive,0.24,0.07,0,0.01,0.33 +5573,Pinball Hall of Fame: The Gottlieb Collection,PS2,2004,Misc,Play It,0.16,0.12,0,0.04,0.33 +5574,God of War Collection,PSV,2014,Action,Sony Computer Entertainment,0.14,0.1,0.01,0.07,0.33 +5575,Dead Space 2,PC,2011,Shooter,Electronic Arts,0.13,0.15,0,0.05,0.33 +5576,Def Jam Rapstar,PS3,2010,Misc,Konami Digital Entertainment,0.25,0.05,0,0.03,0.33 +5577,Overlord II,X360,2009,Action,Codemasters,0.15,0.14,0,0.03,0.32 +5578,NBA 2K10,PSP,2009,Sports,Take-Two Interactive,0.3,0,0,0.03,0.32 +5579,J Stars Victory Vs.,PS3,2014,Fighting,Namco Bandai Games,0.04,0.06,0.2,0.02,0.32 +5580,The Witcher: Enhanced Edition,PC,2008,Role-Playing,Atari,0.32,0.01,0,0,0.32 +5581,Teenage Mutant Ninja Turtles 2: Battle Nexus,GBA,2004,Action,Konami Digital Entertainment,0.23,0.09,0,0.01,0.32 +5582,Nicktoons: Movin',PS2,2004,Action,THQ,0.16,0.12,0,0.04,0.32 +5583,One Piece: Romance Dawn - Bouken no Yoake,PSP,2012,Fighting,Namco Bandai Games,0,0,0.32,0,0.32 +5584,Batman: Arkham Origins,PC,2013,Action,Warner Bros. Interactive Entertainment,0.13,0.16,0,0.04,0.32 +5585,SWAT: Global Strike Team,PS2,2003,Shooter,Vivendi Games,0.16,0.12,0,0.04,0.32 +5586,Championship Bass,PS,1999,Sports,Electronic Arts,0.18,0.12,0,0.02,0.32 +5587,Resident Evil: Revelations 2,PS3,2015,Action,Capcom,0.06,0.08,0.16,0.03,0.32 +5588,Test Drive Unlimited,X360,2006,Racing,Atari,0.23,0.04,0.02,0.03,0.32 +5589,Golden Axe: Beast Rider,PS3,2008,Action,Sega,0.13,0.14,0,0.06,0.32 +5590,Madden NFL 13,PSV,2012,Sports,Electronic Arts,0.3,0,0,0.03,0.32 +5591,Bratz: Girlz Really Rock,DS,2008,Action,THQ,0.18,0.11,0,0.03,0.32 +5592,NCAA Basketball 10,X360,2009,Sports,Electronic Arts,0.3,0,0,0.02,0.32 +5593,Dead or Alive 5,X360,2012,Fighting,Ubisoft Annecy,0.19,0.08,0.03,0.02,0.32 +5594,Shin Megami Tensei: Devil Survivor 2,DS,2011,Role-Playing,Ghostlight,0.17,0.01,0.12,0.01,0.32 +5595,NHL Breakaway 98,N64,1998,Sports,Acclaim Entertainment,0.3,0.02,0,0,0.32 +5596,Momotarou Dentetsu 20-Shuunen,DS,2008,Misc,Hudson Soft,0,0,0.32,0,0.32 +5597,LEGO Marvel's Avengers,XOne,2016,Action,Warner Bros. Interactive Entertainment,0.18,0.11,0,0.03,0.32 +5598,Tekken 6,PSP,2009,Fighting,Namco Bandai Games,0.15,0.04,0.1,0.03,0.32 +5599,Kinetica,PS2,2001,Racing,Sony Computer Entertainment,0.16,0.12,0,0.04,0.32 +5600,Beautiful Katamari,X360,2007,Puzzle,Namco Bandai Games,0.14,0.02,0.15,0.02,0.32 +5601,Bust-A-Move '99,PS,1997,Puzzle,Acclaim Entertainment,0.18,0.12,0,0.02,0.32 +5602,NBA Street V3,XB,2005,Sports,Electronic Arts,0.28,0.03,0,0.01,0.32 +5603,Overlord II,PS3,2009,Action,Codemasters,0.11,0.15,0,0.06,0.32 +5604,Dragon Quest Monsters 1·2,PS,2002,Role-Playing,Enix Corporation,0,0,0.3,0.02,0.32 +5605,Army of Two: The 40th Day,PSP,2010,Shooter,Electronic Arts,0.12,0.13,0,0.08,0.32 +5606,Ben 10 Ultimate Alien: Cosmic Destruction,DS,2010,Platform,D3Publisher,0.22,0.08,0,0.03,0.32 +5607,Bigfoot: Collision Course,Wii,2008,Racing,Zoo Digital Publishing,0.3,0,0,0.02,0.32 +5608,Batman: Arkham Asylum,PC,2009,Action,Eidos Interactive,0,0.27,0,0.05,0.32 +5609,Crash of the Titans,X360,2007,Action,Vivendi Games,0.27,0.02,0,0.03,0.32 +5610,The Legend of Spyro: Dawn of the Dragon,X360,2008,Platform,Vivendi Games,0.16,0.13,0,0.03,0.32 +5611,Prey,X360,2006,Shooter,Take-Two Interactive,0.27,0.03,0,0.03,0.32 +5612,Birthday Party Bash,Wii,2009,Misc,Take-Two Interactive,0.3,0,0,0.02,0.32 +5613,OverBlood,PS,1996,Action,Electronic Arts,0.05,0.04,0.21,0.02,0.32 +5614,ESPN X-Games Pro Boarder,PS,1997,Sports,Sony Computer Entertainment,0.18,0.12,0,0.02,0.32 +5615,Murdered: Soul Suspect,PS4,2014,Action,Square Enix,0.09,0.16,0.02,0.05,0.32 +5616,Tony Hawk's American Wasteland,X360,2005,Sports,Activision,0.28,0.02,0,0.03,0.32 +5617,Harvest Moon: Back to Nature,PS,1999,Simulation,Ubisoft,0.11,0.07,0.12,0.02,0.32 +5618,Sniper Elite 3,X360,2014,Shooter,505 Games,0.16,0.14,0,0.03,0.32 +5619,Naruto: Ultimate Ninja (JP sales),PS2,2003,Fighting,Atari,0,0,0.32,0,0.32 +5620,Final Fantasy XI,PS2,N/A,Role-Playing,Unknown,0.08,0.06,0.15,0.02,0.32 +5621,The Settlers 7: Paths to a Kingdom,PC,2010,Strategy,Ubisoft,0,0.26,0,0.06,0.32 +5622,"Go, Diego, Go!: Great Dinosaur Rescue",PS2,2008,Action,Take-Two Interactive,0.16,0.12,0,0.04,0.32 +5623,TrackMania Turbo,PS4,2016,Action,Ubisoft,0.03,0.24,0,0.05,0.32 +5624,The Biggest Loser,DS,2009,Sports,THQ,0.18,0.11,0,0.03,0.32 +5625,Minute to Win It,X360,2011,Misc,Zoo Games,0.3,0,0,0.02,0.32 +5626,Darkwatch,PS2,2005,Shooter,Ubisoft,0.16,0.12,0,0.04,0.32 +5627,Singularity,X360,N/A,Shooter,Unknown,0.24,0.05,0,0.02,0.32 +5628,Dance Dance Revolution Universe,X360,2007,Simulation,Konami Digital Entertainment,0.3,0,0,0.02,0.32 +5629,SimAnimals,Wii,2009,Simulation,Electronic Arts,0.15,0.14,0,0.03,0.32 +5630,Prince of Persia: The Sands of Time,GC,2003,Action,Ubisoft,0.25,0.06,0,0.01,0.32 +5631,Sky Odyssey,PS2,2000,Simulation,Sony Computer Entertainment,0.16,0.12,0,0.04,0.32 +5632,Nagano Winter Olympics 98,N64,1997,Sports,Konami Digital Entertainment,0.15,0.04,0.13,0,0.32 +5633,Rayman 2: The Great Escape,PS,2000,Platform,Ubisoft,0.18,0.12,0,0.02,0.32 +5634,Kirby's Block Ball,GB,1995,Puzzle,Nintendo,0,0,0.32,0,0.32 +5635,DiRT Rally,PS4,2016,Racing,Codemasters,0.03,0.24,0,0.05,0.32 +5636,Fortress,GBA,2001,Action,Majesco Entertainment,0.23,0.08,0,0.01,0.32 +5637,FIFA 2001 Major League Soccer,PS,2000,Sports,Electronic Arts,0.18,0.12,0,0.02,0.32 +5638,Peppa Pig: Theme Park Fun,DS,2011,Misc,P2 Games,0,0.28,0,0.04,0.32 +5639,Rally Cross,PS,1997,Racing,Sony Computer Entertainment,0.18,0.12,0,0.02,0.32 +5640,My Horse & Me,Wii,2007,Sports,Atari,0.27,0.02,0,0.03,0.32 +5641,Frogger's Adventures: The Rescue,PS2,2003,Platform,Konami Digital Entertainment,0.16,0.12,0,0.04,0.32 +5642,Extreme Pinball,PS,1995,Misc,Electronic Arts,0.18,0.12,0,0.02,0.32 +5643,Shaun White Snowboarding,PSP,2008,Sports,Ubisoft,0.26,0.03,0,0.03,0.32 +5644,Karaoke Revolution Volume 3,PS2,2004,Misc,Konami Digital Entertainment,0.16,0.12,0,0.04,0.32 +5645,Gold's Gym: Cardio Workout (Others sales),Wii,2008,Sports,Ubisoft,0,0.3,0,0.02,0.32 +5646,Seaman: Kindan no Pet - Gaze Hakushi no Jikken Shima,PS2,2001,Simulation,ASCII Entertainment,0,0,0.32,0,0.32 +5647,Street Fighter Alpha 2,SAT,1995,Fighting,Virgin Interactive,0,0,0.32,0,0.32 +5648,No.1 Muscle Ranking - Kinniku Banzuke Vol. 1: Oregasaikyouno Otokoda!,PS,1999,Sports,Konami Digital Entertainment,0,0,0.3,0.02,0.32 +5649,Cartoon Network Collection: Game Boy Advance Video Platinum Edition,GBA,2005,Misc,N/A,0.23,0.08,0,0.01,0.32 +5650,Ultimate Fighting Championship: Throwdown,PS2,2002,Fighting,Ubisoft,0.16,0.12,0,0.04,0.32 +5651,Marvel Nemesis: Rise of the Imperfects,PSP,2005,Fighting,Electronic Arts,0.29,0,0,0.03,0.32 +5652,SpongeBob SquarePants: Double Pack,GBA,2005,Platform,THQ,0.23,0.08,0,0.01,0.32 +5653,Tetris 2 + Bombliss,NES,1991,Puzzle,BPS,0,0,0.32,0,0.32 +5654,Harry Potter and the Half-Blood Prince,X360,2009,Action,Electronic Arts,0.17,0.12,0,0.03,0.32 +5655,Disney's Extreme Skate Adventure,PS2,2003,Sports,Activision,0.16,0.12,0,0.04,0.32 +5656,Rock Band Country Track Pack,PS2,2009,Misc,MTV Games,0.16,0.12,0,0.04,0.32 +5657,7 Wonders II,DS,2009,Puzzle,Rondomedia,0.14,0.15,0,0.03,0.32 +5658,"Ed, Edd n Eddy: Jawbreakers!",GBA,2002,Adventure,BAM! Entertainment,0.23,0.08,0,0.01,0.32 +5659,Dragster,2600,N/A,Racing,Activision,0.3,0.02,0,0,0.32 +5660,Frankenstein's Monster,2600,1982,Action,Data Age,0.3,0.02,0,0,0.32 +5661,Riven: The Sequel to Myst,PS,1997,Adventure,Acclaim Entertainment,0.18,0.12,0,0.02,0.32 +5662,Derby Stallion DS,DS,2008,Sports,Enterbrain,0,0,0.32,0,0.32 +5663,Mirror's Edge Catalyst,PS4,2016,Platform,Electronic Arts,0.1,0.14,0.02,0.06,0.32 +5664,Manhunt 2,PSP,2007,Action,Take-Two Interactive,0.04,0.18,0,0.1,0.32 +5665,NBA 2K3,XB,2002,Sports,Sega,0.24,0.07,0,0.01,0.32 +5666,Monster Lab,Wii,2008,Role-Playing,Eidos Interactive,0.28,0.02,0,0.02,0.32 +5667,Dragon Quest Monsters: Battle Road Victory,Wii,2010,Strategy,Square Enix,0,0,0.32,0,0.32 +5668,Shin Momotarou Densetsu,SNES,1993,Role-Playing,Hudson Soft,0,0,0.32,0,0.32 +5669,From TV Animation One Piece: Grand Battle! 3,PS2,2003,Fighting,Namco Bandai Games,0,0,0.32,0,0.32 +5670,Sega Smash Pack,GBA,2002,Misc,Atari,0.23,0.08,0,0.01,0.32 +5671,All-Star Baseball 2005,PS2,N/A,Sports,Unknown,0.16,0.12,0,0.04,0.32 +5672,The Conveni: Ano Machi wo Dokusen Seyo,PS,1997,Simulation,Human Entertainment,0,0,0.3,0.02,0.32 +5673,Shin Super Robot Taisen Special Disk,PS,1997,Strategy,Banpresto,0,0,0.3,0.02,0.32 +5674,Live A Live,SNES,1994,Role-Playing,SquareSoft,0,0,0.32,0,0.32 +5675,NFL Fever 2004,XB,2003,Sports,Microsoft Game Studios,0.24,0.07,0,0.01,0.32 +5676,Madden NFL 2002,GBA,2001,Sports,Electronic Arts,0.23,0.08,0,0.01,0.32 +5677,UEFA Euro 2008 Austria-Switzerland,PS2,2008,Sports,Electronic Arts,0.03,0,0,0.28,0.32 +5678,Clive Barker's Jericho,X360,2007,Shooter,Codemasters,0.28,0.01,0,0.02,0.32 +5679,Littlest Pet Shop: City Friends,DS,2009,Simulation,Electronic Arts,0.29,0,0,0.02,0.32 +5680,Kingdom Under Fire: The Crusaders,XB,2004,Strategy,Deep Silver,0.24,0.07,0,0.01,0.32 +5681,4x4 Evolution,PS2,2001,Racing,Gathering of Developers,0.16,0.12,0,0.04,0.32 +5682,Cabela's Dangerous Hunts 2011,X360,2010,Sports,Activision,0.28,0.01,0,0.02,0.32 +5683,Momotarou Dentetsu Happy,SNES,1996,Misc,Hudson Soft,0,0,0.32,0,0.32 +5684,Power Rangers: Time Force,PS,2001,Action,THQ,0.18,0.12,0,0.02,0.32 +5685,Romance of the Three Kingdoms VII,PS2,2000,Strategy,Tecmo Koei,0.08,0.06,0.16,0.02,0.32 +5686,Shrek the Third,PSP,2007,Action,Activision,0.08,0.15,0,0.09,0.32 +5687,Catherine,X360,2011,Adventure,Deep Silver,0.2,0.06,0.03,0.02,0.32 +5688,BlazBlue: Continuum Shift,X360,2010,Fighting,PQube,0.23,0.04,0.02,0.02,0.32 +5689,"Monsters, Inc.",PS2,2002,Adventure,Sony Computer Entertainment,0.15,0.12,0,0.04,0.32 +5690,DJ Hero,PS2,2009,Misc,Activision,0.1,0.02,0,0.2,0.32 +5691,WipEout Pulse,PSP,2007,Racing,Sony Computer Entertainment,0.13,0.12,0,0.06,0.32 +5692,Quiz Magic Academy DS,DS,2008,Misc,Konami Digital Entertainment,0,0,0.32,0,0.32 +5693,Just Dance 2016,XOne,2015,Misc,Ubisoft,0.24,0.04,0,0.03,0.32 +5694,Resident Evil Archives: Resident Evil,Wii,2008,Action,Capcom,0.17,0.04,0.08,0.02,0.32 +5695,Dynasty Warriors 4 Empires,PS2,2004,Action,Tecmo Koei,0,0,0.32,0,0.32 +5696,Shenmue II,XB,2002,Adventure,Microsoft Game Studios,0.22,0.08,0,0.01,0.32 +5697,Heart of Darkness,PS,1998,Platform,Ocean,0.18,0.12,0,0.02,0.32 +5698,LEGO Marvel's Avengers,PS3,2016,Action,Warner Bros. Interactive Entertainment,0.1,0.17,0,0.05,0.32 +5699,Virtua Striker 2,DC,1999,Sports,Sega,0,0,0.32,0,0.32 +5700,Fable III,PC,2011,Role-Playing,Microsoft Game Studios,0.09,0.17,0,0.05,0.32 +5701,Dragon Ball: XenoVerse,XOne,2015,Fighting,Namco Bandai Games,0.18,0.11,0,0.03,0.31 +5702,Might & Magic Heroes VI,PC,2011,Role-Playing,Ubisoft,0.12,0.14,0,0.05,0.31 +5703,Fuel,X360,2009,Racing,Codemasters,0.09,0.19,0,0.04,0.31 +5704,ExerBeat,Wii,2010,Sports,Namco Bandai Games,0.1,0.18,0,0.03,0.31 +5705,WarCraft II: The Dark Saga,PS,1997,Strategy,Electronic Arts,0.18,0.12,0,0.02,0.31 +5706,MonHun Nikki: Poka Poka Ailu Mura G,PSP,2011,Role-Playing,Capcom,0,0,0.31,0,0.31 +5707,Crash Nitro Kart,XB,2003,Racing,Vivendi Games,0.24,0.07,0,0.01,0.31 +5708,Sesame Street: Cookie's Counting Carnival,Wii,2010,Misc,Warner Bros. Interactive Entertainment,0.29,0,0,0.02,0.31 +5709,NBA ShootOut,PS,1995,Sports,Sony Computer Entertainment,0.17,0.12,0,0.02,0.31 +5710,Fishing Master,Wii,2007,Misc,Konami Digital Entertainment,0.29,0,0,0.02,0.31 +5711,Phineas and Ferb Ride Again,DS,2010,Action,Disney Interactive Studios,0.25,0.04,0,0.02,0.31 +5712,Jikkyou Powerful Pro Yakyuu 14,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.31,0,0.31 +5713,Contra 4,DS,2007,Shooter,Konami Digital Entertainment,0.28,0,0.01,0.02,0.31 +5714,Madden NFL 2004,GBA,2003,Sports,Electronic Arts,0.22,0.08,0,0.01,0.31 +5715,Sniper Elite 3,PS3,2014,Shooter,505 Games,0.1,0.15,0,0.06,0.31 +5716,Ganbare Goemon: KiraKira Douchuu - Boku ga Dancer ni Natta Riyuu,SNES,1995,Platform,Konami Digital Entertainment,0,0,0.31,0,0.31 +5717,Bust-A-Move Universe,3DS,2011,Puzzle,Square Enix,0.08,0.15,0.06,0.03,0.31 +5718,Mario Golf,GB,1999,Action,Nintendo,0,0,0.31,0,0.31 +5719,Jikkyou Powerful Pro Yakyuu Portable 3,PSP,2008,Sports,Konami Digital Entertainment,0,0,0.31,0,0.31 +5720,Sesame Street: Elmo's Letter Adventure,PS,1998,Misc,NewKidCo,0.17,0.12,0,0.02,0.31 +5721,The Incredible Hulk,Wii,2008,Action,Sega,0.28,0.01,0,0.02,0.31 +5722,Namco Museum: Virtual Arcade,X360,2008,Misc,Atari,0.27,0.01,0.01,0.02,0.31 +5723,NBA Inside Drive 2003,XB,2002,Sports,Microsoft Game Studios,0.23,0.07,0,0.01,0.31 +5724,FIFA Street,PS2,2005,Sports,Electronic Arts,0.15,0.12,0,0.04,0.31 +5725,Barbie as The Island Princess,DS,2007,Adventure,Activision,0.28,0.01,0,0.02,0.31 +5726,Star Wars Episode III: Revenge of the Sith,DS,2005,Action,Ubisoft,0.25,0.03,0,0.03,0.31 +5727,Hatsune Miku: Project Mirai DX,3DS,2015,Misc,Sega,0.15,0.04,0.1,0.02,0.31 +5728,Dragon Ball Heroes: Ultimate Mission 2,3DS,2014,Strategy,Namco Bandai Games,0,0,0.31,0,0.31 +5729,Shrek: Forever After,DS,2010,Platform,Activision,0.19,0.1,0,0.03,0.31 +5730,MLB 07: The Show,PS3,2007,Sports,Sony Computer Entertainment,0.29,0,0,0.02,0.31 +5731,Homefront: The Revolution,PS4,2016,Shooter,Deep Silver,0.05,0.19,0.03,0.04,0.31 +5732,Jampack: Summer 2003 (RP-M),PS2,2003,Misc,Sony Computer Entertainment,0.15,0.12,0,0.04,0.31 +5733,Alone in the Dark: One-Eyed Jack's Revenge,PS,1996,Adventure,Infogrames,0.17,0.12,0,0.02,0.31 +5734,Yu-Gi-Oh! The Dawn of Destiny,XB,2004,Strategy,Konami Digital Entertainment,0.23,0.07,0,0.01,0.31 +5735,The Matrix: Path of Neo,XB,2005,Action,Atari,0.23,0.07,0,0.01,0.31 +5736,Mortal Kombat: Shaolin Monks,XB,2005,Action,Midway Games,0.23,0.07,0,0.01,0.31 +5737,Happy Feet,DS,2006,Action,Midway Games,0.27,0.01,0,0.02,0.31 +5738,Einhänder,PS,1997,Shooter,SquareSoft,0.1,0.07,0.13,0.02,0.31 +5739,Tiny Toon Adventures: The Great Beanstalk,PS,1998,Misc,Sony Computer Entertainment,0.17,0.12,0,0.02,0.31 +5740,Foto Frenzy: Spot The Diffrence,DS,2009,Puzzle,Storm City Games,0.29,0,0,0.02,0.31 +5741,Metro: Last Light,XOne,2014,Action,Deep Silver,0.15,0.13,0,0.03,0.31 +5742,Dark Void,X360,2010,Action,Capcom,0.19,0.09,0,0.03,0.31 +5743,Pro Evolution Soccer 2013,X360,2012,Sports,Konami Digital Entertainment,0.08,0.2,0,0.03,0.31 +5744,Armored Core: Silent Line,PS2,2003,Simulation,Agetec,0.07,0.06,0.16,0.02,0.31 +5745,SD Gundam G Generation Wars,PS2,2009,Strategy,Namco Bandai Games,0,0,0.31,0,0.31 +5746,Dr. Seuss: How the Grinch Stole Christmas,DS,2007,Action,CokeM Interactive,0.29,0,0,0.02,0.31 +5747,Panzer Dragoon II Zwei,SAT,1995,Shooter,Sega,0,0,0.31,0,0.31 +5748,KISS Pinball,PS,2001,Action,Take-Two Interactive,0.17,0.12,0,0.02,0.31 +5749,Brothers In Arms: Earned in Blood,XB,2005,Shooter,Ubisoft,0.23,0.07,0,0.01,0.31 +5750,2 Games in 1: Disney's Brother Bear / The Lion King 1 1/2,GBA,2005,Action,THQ,0.22,0.08,0,0.01,0.31 +5751,Super Robot Taisen Complete Box,PS,1999,Strategy,Banpresto,0,0,0.29,0.02,0.31 +5752,Mega Man Maverick Hunter X,PSP,2005,Platform,Capcom,0.27,0.01,0,0.03,0.31 +5753,Cabela's Outdoor Adventures (2009),Wii,2009,Sports,Activision Value,0.29,0,0,0.02,0.31 +5754,Lord of Arcana,PSP,2010,Role-Playing,Square Enix,0.07,0.04,0.17,0.03,0.31 +5755,Jikkyou Powerful Pro Yakyuu 4,N64,1997,Sports,Konami Digital Entertainment,0,0,0.26,0.05,0.31 +5756,Goemon's Great Adventure,N64,1998,Platform,Konami Digital Entertainment,0.06,0.02,0.13,0.1,0.31 +5757,Hot Wheels Turbo Racing,N64,1999,Racing,Electronic Arts,0.25,0.06,0,0,0.31 +5758,Vigilante 8,N64,1998,Racing,Activision,0.25,0.06,0,0,0.31 +5759,Bass Hunter 64,N64,1999,Sports,Take-Two Interactive,0.25,0.06,0,0,0.31 +5760,Doubutsu no Mori,N64,2001,Simulation,Nintendo,0,0,0.26,0.05,0.31 +5761,Football Manager 2016,PC,2015,Simulation,Sega,0,0.29,0,0.02,0.31 +5762,Naruto: Ninja Destiny (US sales),DS,2006,Fighting,Namco Bandai Games,0.31,0,0,0,0.31 +5763,TRON: Evolution,X360,2010,Action,Disney Interactive Studios,0.24,0.05,0,0.02,0.31 +5764,Disney Infinity 3.0,XOne,2015,Action,Disney Interactive Studios,0.18,0.1,0,0.03,0.31 +5765,Taiko Drum Master: Don and Katsu's Space-Time Great Adventure,3DS,2014,Action,Namco Bandai Games,0,0,0.31,0,0.31 +5766,Calvin Tucker's Redneck Jamboree,Wii,2008,Misc,Zoo Games,0.29,0,0,0.02,0.31 +5767,MySims SkyHeroes,Wii,2010,Action,Electronic Arts,0.18,0.1,0,0.03,0.31 +5768,J-League Winning Eleven 2007: Club Championship,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.31,0,0.31 +5769,Shrek's Carnival Craze Party Games,Wii,2008,Misc,Activision,0.28,0,0,0.02,0.31 +5770,Harvest Moon: Magical Melody,Wii,2008,Simulation,Rising Star Games,0.25,0.04,0,0.03,0.31 +5771,Star Wars Jedi Knight II: Jedi Outcast,XB,N/A,Shooter,Activision,0.23,0.07,0,0.01,0.31 +5772,Yu-Gi-Oh! 5D's World Championship 2010 Reverse of Arcadia,DS,2010,Strategy,Konami Digital Entertainment,0.18,0.02,0.09,0.02,0.31 +5773,Mega Man Battle Network 2,GBA,2002,Action,Ubisoft,0.22,0.08,0,0.01,0.31 +5774,Little King's Story,Wii,2009,Strategy,Rising Star Games,0.15,0.11,0.02,0.02,0.31 +5775,Mountain King,2600,1982,Action,CBS Electronics,0.29,0.02,0,0,0.31 +5776,Jampack Volume 12,PS2,2005,Misc,Sony Computer Entertainment,0.15,0.12,0,0.04,0.31 +5777,Madagascar,DS,2005,Platform,Activision,0.25,0.04,0,0.03,0.31 +5778,Tiger Woods PGA Tour 06,X360,2005,Sports,Electronic Arts,0.28,0,0,0.02,0.31 +5779,Shaun White Snowboarding,PS2,2008,Sports,Ubisoft,0.15,0.12,0,0.04,0.31 +5780,Shin Megami Tensei: Devil Summoner - Soul Hackers,SAT,1997,Role-Playing,Atlus,0,0,0.31,0,0.31 +5781,Major League Baseball 2K8,PS3,2008,Sports,Bethesda Softworks,0.28,0,0,0.02,0.31 +5782,Rapala Pro Bass Fishing 2010,Wii,2010,Sports,Activision,0.23,0.05,0,0.02,0.31 +5783,Lord of the Rings: Battle for Middle-Earth,X360,2006,Strategy,Electronic Arts,0.28,0,0,0.02,0.31 +5784,Demolition Racer,PS,1998,Racing,Infogrames,0.17,0.12,0,0.02,0.31 +5785,Midway Arcade Treasures 2,XB,2004,Misc,Midway Games,0.24,0.05,0,0.01,0.31 +5786,Final Fantasy IV,PS,1997,Simulation,SquareSoft,0,0,0.29,0.02,0.31 +5787,Math Play,DS,2006,Puzzle,Ubisoft,0.28,0,0,0.02,0.31 +5788,Kingdoms of Amalur: Reckoning,PC,2012,Role-Playing,Electronic Arts,0.14,0.13,0,0.04,0.31 +5789,NASCAR Thunder 2003,GC,2002,Racing,Electronic Arts,0.24,0.06,0,0.01,0.31 +5790,SD Gundam G Generation: Overworld,PSP,2012,Strategy,Namco Bandai Games,0,0,0.31,0,0.31 +5791,Sorcery,PS3,2012,Action,Sony Computer Entertainment,0.14,0.12,0,0.05,0.31 +5792,TouchMaster: Connect,DS,2010,Puzzle,Warner Bros. Interactive Entertainment,0.11,0.17,0,0.03,0.31 +5793,NHL FaceOff 2000,PS,1998,Sports,Sony Computer Entertainment,0.17,0.12,0,0.02,0.31 +5794,Star Wars Racer Revenge,PS2,2002,Racing,LucasArts,0.15,0.12,0,0.04,0.31 +5795,NBA Live 08,PSP,2007,Sports,Electronic Arts,0.28,0,0,0.02,0.31 +5796,The King of Fighters XIII,PS3,2011,Fighting,Rising Star Games,0.17,0.07,0.04,0.03,0.31 +5797,NCAA Final Four 2002,PS2,2001,Sports,Sony Computer Entertainment,0.15,0.12,0,0.04,0.31 +5798,South Park: Chef's Luv Shack,PS,1998,Misc,Acclaim Entertainment,0.17,0.12,0,0.02,0.31 +5799,Music Maker,PS2,2001,Misc,Magix,0.15,0.12,0,0.04,0.31 +5800,Slot Machine,2600,N/A,Action,Atari,0.29,0.02,0,0,0.31 +5801,Ganbare Goemon 2: Kiteretsu Shougun Magginesu,SNES,1993,Platform,Konami Digital Entertainment,0,0,0.31,0,0.31 +5802,Astroblast,2600,1981,Action,Mattel Interactive,0.29,0.02,0,0,0.31 +5803,Blade II,PS2,2002,Action,Activision,0.15,0.12,0,0.04,0.31 +5804,40 Winks,PS,1999,Platform,GT Interactive,0.17,0.12,0,0.02,0.31 +5805,The Legend of Heroes: Trails of Cold Steel,PSV,2013,Role-Playing,Nippon Ichi Software,0.08,0.05,0.14,0.04,0.31 +5806,Fate/Extra,PSP,2010,Role-Playing,Marvelous Interactive,0.18,0.01,0.1,0.02,0.31 +5807,Shaun White Snowboarding: World Stage,Wii,2009,Sports,Ubisoft,0.25,0.04,0,0.02,0.31 +5808,My Virtual Tutor: Reading Adventure Pre-K to Kindergarten,DS,2009,Misc,Mentor Interactive,0.29,0,0,0.02,0.31 +5809,Skylanders SWAP Force,XOne,2013,Platform,Activision,0.22,0.06,0,0.02,0.31 +5810,A Collection of Classic Games from the Intellivision,PS,1999,Misc,Activision,0.17,0.12,0,0.02,0.31 +5811,Monsters vs. Aliens,PS3,2009,Action,Activision,0.21,0.06,0,0.03,0.31 +5812,Silent Hill: Shattered Memories,PSP,2010,Action,Konami Digital Entertainment,0.09,0.13,0.01,0.08,0.31 +5813,Bruce Lee: Quest of the Dragon,XB,2002,Fighting,Universal Interactive,0.23,0.07,0,0.01,0.31 +5814,Spin Jam,PS,2000,Puzzle,Empire Interactive,0.17,0.12,0,0.02,0.31 +5815,KuruKuru Kururin,GBA,2001,Puzzle,Nintendo,0,0,0.3,0.01,0.31 +5816,Disney's The Emperor's New Groove,PS,2000,Platform,Sony Computer Entertainment,0.17,0.12,0,0.02,0.31 +5817,Disney's Stitch: Experiment 626,PS2,2002,Action,Sony Computer Entertainment,0.15,0.12,0,0.04,0.31 +5818,RPG Tsukuru 2,SNES,1996,Role-Playing,ASCII Entertainment,0,0,0.31,0,0.31 +5819,Yuu Yuu Hakusho 2: Kakutou no Sho,SNES,1994,Fighting,Namco Bandai Games,0,0,0.31,0,0.31 +5820,Orphen: Scion of Sorcery,PS2,2000,Role-Playing,Activision,0.15,0.12,0,0.04,0.31 +5821,LEGO Legends of Chima: Laval's Journey,3DS,2013,Adventure,Warner Bros. Interactive Entertainment,0.18,0.1,0,0.03,0.31 +5822,Imagine: Family Doctor,DS,2009,Simulation,Ubisoft,0.28,0.01,0,0.02,0.3 +5823,Magna Carta 2,X360,2009,Role-Playing,Banpresto,0.13,0.08,0.07,0.02,0.3 +5824,Ultimate Spider-Man,GBA,2005,Action,Activision,0.22,0.08,0,0.01,0.3 +5825,Nicktoons: Battle for Volcano Island,DS,2006,Action,THQ,0.28,0,0,0.02,0.3 +5826,Midtown Madness 3,XB,2003,Racing,Microsoft Game Studios,0.23,0.07,0,0.01,0.3 +5827,Shrek Swamp Kart Speedway,GBA,2002,Racing,TDK Mediactive,0.22,0.08,0,0.01,0.3 +5828,One Piece: Unlimited World Red,PS3,2014,Action,Namco Bandai Games,0.09,0.12,0.06,0.05,0.3 +5829,Alien: Isolation,X360,2014,Shooter,Sega,0.15,0.13,0,0.03,0.3 +5830,Gameboy Gallery,GB,1995,Misc,Nintendo,0,0,0.3,0,0.3 +5831,Virtua Cop 2,SAT,1996,Shooter,Sega,0,0,0.3,0,0.3 +5832,Ehrgeiz,PS,1998,Fighting,SquareSoft,0.17,0.12,0,0.02,0.3 +5833,Touhoku Daigaku Mirai Kagaku Gijutsu Kyoudou Kenkyuu Center Kawashima Ryuuta Kyouju Kanshu: Nou Ryoku Trainer Portable,PSP,2005,Misc,Sega,0,0,0.3,0,0.3 +5834,Karaoke Revolution Glee: Volume 3,Wii,2011,Misc,Konami Digital Entertainment,0.24,0.04,0,0.02,0.3 +5835,Spyro: Attack of the Rhynocs,GBA,2003,Platform,Universal Interactive,0.22,0.08,0,0.01,0.3 +5836,"Army Men World War: Land, Sea, Air",PS,2000,Action,3DO,0.17,0.12,0,0.02,0.3 +5837,Dai-2-Ji Super Robot Taisen OG,PS3,2012,Strategy,Namco Bandai Games,0,0,0.3,0,0.3 +5838,Stranglehold,PS3,2007,Shooter,Midway Games,0.24,0.03,0,0.03,0.3 +5839,Trauma Center: New Blood,Wii,2007,Simulation,Nintendo,0.22,0.04,0.01,0.03,0.3 +5840,Shrek the Third,DS,N/A,Action,Activision,0.26,0.02,0,0.02,0.3 +5841,Lumines ll,PSP,2006,Puzzle,Disney Interactive Studios,0.12,0.12,0,0.07,0.3 +5842,NES Remix,WiiU,2014,Action,Nintendo,0.2,0,0.08,0.02,0.3 +5843,1701 A.D.,PC,2006,Simulation,Deep Silver,0,0.25,0,0.05,0.3 +5844,Jumping Flash!,PS,1995,Platform,Sony Computer Entertainment,0.05,0.03,0.21,0.02,0.3 +5845,Karaoke Revolution Party,PS2,2005,Misc,Konami Digital Entertainment,0.15,0.12,0,0.04,0.3 +5846,Batman: The Brave and the Bold the Videogame,DS,2010,Action,Warner Bros. Interactive Entertainment,0.24,0.04,0,0.02,0.3 +5847,Burnout,GC,2002,Racing,Acclaim Entertainment,0.23,0.06,0,0.01,0.3 +5848,Lizzie McGuire 3: Homecoming Havoc,GBA,2005,Platform,Disney Interactive Studios,0.22,0.08,0,0.01,0.3 +5849,Chaos Legion,PS2,2003,Action,Capcom,0.15,0.12,0,0.04,0.3 +5850,PowerUp Heroes,X360,2011,Fighting,Ubisoft,0.18,0.1,0,0.03,0.3 +5851,NASCAR 2011: The Game,X360,2011,Racing,Activision,0.29,0,0,0.02,0.3 +5852,Puyo Puyo 7,DS,2009,Puzzle,Sega,0,0,0.3,0,0.3 +5853,Shrek: Forever After,Wii,2010,Platform,Activision,0.19,0.09,0,0.03,0.3 +5854,Charlie and the Chocolate Factory,GBA,2005,Adventure,Global Star,0.22,0.08,0,0.01,0.3 +5855,Neopets: The Darkest Faerie,PS2,2005,Adventure,Sony Computer Entertainment,0.15,0.12,0,0.04,0.3 +5856,Blazing Heroes,SAT,1995,Role-Playing,Sega,0,0,0.3,0,0.3 +5857,Rhythm Tengoku,GBA,2006,Misc,Nintendo,0,0,0.3,0.01,0.3 +5858,Super Robot Taisen W,DS,2007,Strategy,Banpresto,0,0,0.3,0,0.3 +5859,Cart World Series,PS,1997,Racing,Sony Computer Entertainment,0.17,0.11,0,0.02,0.3 +5860,Invizimals: Shadow Zone,PSP,2010,Strategy,Sony Computer Entertainment,0.05,0.16,0,0.08,0.3 +5861,24: The Game,PS2,2006,Adventure,Sony Computer Entertainment,0.15,0.12,0,0.04,0.3 +5862,Spider-Man 3,PSP,2007,Platform,Activision,0.01,0.23,0,0.06,0.3 +5863,The Dukes of Hazzard II: Daisy Dukes It Out,PS,N/A,Racing,Unknown,0.17,0.11,0,0.02,0.3 +5864,Famista '91,NES,1990,Sports,Namco Bandai Games,0,0,0.3,0,0.3 +5865,Squinkies,DS,2011,Misc,Activision,0.27,0.02,0,0.02,0.3 +5866,Zoo Tycoon 2 DS,DS,2008,Strategy,THQ,0.24,0.03,0,0.02,0.3 +5867,Looney Tunes: Duck Amuck,DS,2007,Action,Warner Bros. Interactive Entertainment,0.28,0,0,0.02,0.3 +5868,Super Robot Taisen OG: Original Generations Gaiden,PS2,2007,Strategy,Banpresto,0,0,0.3,0,0.3 +5869,Drakengard 3,PS3,2013,Role-Playing,Square Enix,0.1,0,0.19,0.02,0.3 +5870,Decathlete,SAT,1994,Sports,Sega,0,0,0.3,0,0.3 +5871,The Sims 2,PC,2004,Simulation,Electronic Arts,0.02,0.24,0,0.05,0.3 +5872,Disgaea 3: Absence of Detention,PSV,N/A,Role-Playing,Nippon Ichi Software,0.13,0.06,0.07,0.04,0.3 +5873,Tom Clancy's Splinter Cell 3D,3DS,2011,Action,Ubisoft,0.14,0.07,0.07,0.02,0.3 +5874,DmC: Devil May Cry,PS4,2015,Action,Capcom,0.12,0.13,0,0.05,0.3 +5875,Jonas,DS,2009,Adventure,Disney Interactive Studios,0.28,0,0,0.02,0.3 +5876,Dynasty Warriors 6,X360,2007,Action,Tecmo Koei,0.15,0.06,0.06,0.02,0.3 +5877,Wacky Races: Crash & Dash,Wii,2008,Racing,Eidos Interactive,0.27,0.01,0,0.02,0.3 +5878,Dynasty Warriors 8: Xtreme Legends,PS4,2014,Action,Tecmo Koei,0.09,0.11,0.06,0.04,0.3 +5879,Toukiden Kiwami,PSV,2014,Action,Tecmo Koei,0.05,0.05,0.17,0.03,0.3 +5880,Sengoku Basara: Samurai Heroes,Wii,2010,Action,Capcom,0.08,0.02,0.2,0.01,0.3 +5881,Romance of the Three Kingdoms VIII,PS2,2002,Strategy,Tecmo Koei,0.05,0.04,0.19,0.01,0.3 +5882,Fossil Fighters (JP sales),DS,2008,Role-Playing,Nintendo,0,0,0.3,0,0.3 +5883,Daikaijyuu Monogatari,SNES,1994,Role-Playing,Hudson Soft,0,0,0.3,0,0.3 +5884,Tropico 5,PS4,2015,Simulation,Kalypso Media,0.05,0.16,0.05,0.04,0.3 +5885,Hard Hitter Tennis,PS2,2001,Sports,Midas Interactive Entertainment,0.15,0.11,0,0.04,0.3 +5886,Glory of Heracles,DS,2008,Role-Playing,Nintendo,0.2,0,0.08,0.01,0.3 +5887,Monster Truck Madness 64,N64,1999,Racing,Take-Two Interactive,0.24,0.06,0,0,0.3 +5888,Quake II,N64,1999,Shooter,Activision,0.24,0.06,0,0,0.3 +5889,Nounai Aeshe: IQ Suppli DS,DS,2006,Misc,Spike,0,0,0.3,0,0.3 +5890,Crazy Taxi: Catch a Ride,GBA,2003,Racing,THQ,0.21,0.08,0,0.01,0.3 +5891,MySims Party,DS,2009,Simulation,Electronic Arts,0.15,0.12,0,0.03,0.3 +5892,Harry Potter and the Order of the Phoenix,X360,2007,Action,Electronic Arts,0.24,0.04,0,0.02,0.3 +5893,Skylanders: SuperChargers,PS4,2015,Action,Activision,0.17,0.08,0,0.05,0.3 +5894,Macross Digital Mission VF-X,PS,1997,Simulation,Namco Bandai Games,0,0,0.28,0.02,0.3 +5895,One Piece Unlimited Cruise SP,3DS,2011,Action,Namco Bandai Games,0,0,0.3,0,0.3 +5896,Rayman 2: Revolution,PS2,2000,Platform,Ubisoft,0.15,0.11,0,0.04,0.3 +5897,Yu Yu Hakusho Ghost Files: Spirit Detective,GBA,2003,Action,Atari,0.21,0.08,0,0.01,0.3 +5898,Super Bomberman 5,SNES,1997,Puzzle,Hudson Soft,0,0,0.3,0,0.3 +5899,N3: Ninety-Nine Nights,X360,2006,Action,Microsoft Game Studios,0.2,0.03,0.05,0.02,0.3 +5900,Shin Megami Tensei: Persona 2: Innocent Sin,PSP,2011,Role-Playing,Atlus,0.13,0.03,0.11,0.03,0.3 +5901,Army Men: Air Attack 2,PS,2000,Action,3DO,0.17,0.11,0,0.02,0.3 +5902,Need for Speed: Most Wanted,PC,2005,Racing,Electronic Arts,0.02,0.23,0,0.05,0.3 +5903,NBA Live 2003,GC,N/A,Sports,Electronic Arts,0.23,0.06,0,0.01,0.3 +5904,Pride FC: Fighting Championships,PS2,2003,Fighting,THQ,0.15,0.11,0,0.04,0.3 +5905,Eternal Ring,PS2,2000,Role-Playing,Ubisoft,0.1,0.07,0.1,0.03,0.3 +5906,Dragon Force,SAT,1996,Strategy,Sega,0,0,0.3,0,0.3 +5907,John Deere: Harvest in the Heartland,DS,2007,Simulation,Ubisoft,0.23,0.04,0,0.02,0.3 +5908,Rabbids: Alive & Kicking,X360,2011,Misc,Ubisoft,0.15,0.12,0,0.03,0.3 +5909,Shin Megami Tensei: Devil Summoner - Soul Hackers,3DS,2012,Role-Playing,Atlus,0.13,0.02,0.14,0.01,0.3 +5910,Winning Post 2,SNES,1995,Sports,Tecmo Koei,0,0,0.3,0,0.3 +5911,Star Gladiator Episode: I Final Crusade,PS,1996,Fighting,Virgin Interactive,0.07,0.05,0.15,0.02,0.3 +5912,Spider-Man: Friend or Foe,X360,2007,Action,Activision,0.26,0.02,0,0.02,0.3 +5913,FIFA 15,PC,2014,Sports,Electronic Arts,0,0.27,0,0.03,0.3 +5914,Dance Dance Revolution Universe 3,X360,2008,Simulation,Konami Digital Entertainment,0.28,0,0,0.02,0.3 +5915,Harvest Moon: The Tale of Two Towns,3DS,N/A,Simulation,Unknown,0.28,0,0,0.02,0.3 +5916,We Sing Pop!,Wii,2012,Misc,Nordic Games,0.08,0.19,0,0.03,0.3 +5917,Showdown: Legends of Wrestling,PS2,2004,Fighting,Acclaim Entertainment,0.15,0.11,0,0.04,0.3 +5918,Capcom Classics Collection Remixed,PSP,2006,Misc,Capcom,0.27,0,0,0.03,0.3 +5919,Reel Fishing: Angler's Dream,Wii,2009,Sports,Zushi Games,0.26,0.01,0,0.02,0.3 +5920,Call of Duty: Modern Warfare 3: Defiance,DS,2011,Shooter,Activision,0.21,0.07,0,0.02,0.3 +5921,SimCity 4,PC,2003,Simulation,Electronic Arts,0.01,0.24,0,0.05,0.3 +5922,Far East of Eden Zero,SNES,1995,Role-Playing,Hudson Soft,0,0,0.3,0,0.3 +5923,Sword Art Online: Hollow Fragment,PSV,2014,Role-Playing,Namco Bandai Games,0,0,0.3,0,0.3 +5924,Star Ocean 5: Integrity and Faithlessness,PS4,2016,Role-Playing,Square Enix,0.06,0.07,0.14,0.02,0.3 +5925,Call of Juarez: The Cartel,PS3,2011,Shooter,Ubisoft,0.12,0.13,0,0.05,0.3 +5926,Full Spectrum Warrior,PS2,2005,Strategy,THQ,0.15,0.11,0,0.04,0.3 +5927,Alvin and the Chipmunks: The Squeakquel,DS,2009,Misc,Majesco Entertainment,0.28,0,0,0.02,0.3 +5928,Taiko no Tatsujin Wii: Minna de Party * 3-Yome!,Wii,2010,Misc,Namco Bandai Games,0,0,0.3,0,0.3 +5929,James Bond 007: Legends,X360,2012,Shooter,Activision,0.13,0.14,0,0.03,0.3 +5930,The Sims 2: Pets,PS2,2006,Simulation,Electronic Arts,0.02,0.01,0,0.27,0.3 +5931,Dragon Quest Builders: Revive Alefgard,PSV,2016,Role-Playing,Square Enix,0,0,0.3,0,0.3 +5932,The Suite Life of Zack & Cody: Circle of Spies,DS,2007,Action,Disney Interactive Studios,0.17,0.09,0,0.03,0.3 +5933,Power Pro Kun Pocket 6,GBA,2003,Sports,Konami Digital Entertainment,0,0,0.29,0.01,0.3 +5934,Mega Man ZX,DS,2006,Platform,Capcom,0.18,0,0.1,0.02,0.3 +5935,Harvest Moon DS Cute (US sales),DS,2005,Simulation,Marvelous Interactive,0.3,0,0,0,0.3 +5936,Power Pro Kun Pocket 10,DS,2007,Sports,Konami Digital Entertainment,0,0,0.3,0,0.3 +5937,Wanted: Weapons of Fate,PS3,2009,Shooter,Warner Bros. Interactive Entertainment,0.14,0.1,0.01,0.05,0.3 +5938,Finding Nemo: The Continuing Adventures,GBA,2004,Action,THQ,0.21,0.08,0,0.01,0.3 +5939,Spirit: Stallion of the Cimarron,GBA,2002,Platform,THQ,0.21,0.08,0,0.01,0.3 +5940,Dreamworks Madagascar Kartz,PS3,2009,Racing,Activision,0.19,0.07,0,0.04,0.3 +5941,Future Cop L.A.P.D.,PS,1997,Simulation,Electronic Arts,0.16,0.11,0,0.02,0.3 +5942,Guitar Hero: Van Halen,X360,2009,Misc,Activision,0.16,0.1,0,0.03,0.3 +5943,Final Fantasy XI: Wings of the Goddess,X360,2007,Role-Playing,Square Enix,0.25,0,0.02,0.02,0.3 +5944,Hamster Tarou,GB,1999,Simulation,Jorudan,0,0,0.3,0,0.3 +5945,Shark Tale,GC,2004,Action,Activision,0.23,0.06,0,0.01,0.3 +5946,Fist of the North Star: Ken's Rage 2,PS3,2012,Fighting,Tecmo Koei,0,0,0.3,0,0.3 +5947,MLB SlugFest Loaded,PS2,2004,Sports,Midway Games,0.14,0.11,0,0.04,0.3 +5948,Teenage Mutant Ninja Turtles,XB,2003,Action,Konami Digital Entertainment,0.22,0.06,0,0.01,0.3 +5949,Trace Memory,DS,2005,Adventure,Nintendo,0.15,0.01,0.12,0.01,0.3 +5950,FIFA Street 3,X360,2008,Sports,Electronic Arts,0.12,0.14,0,0.03,0.3 +5951,Mah Jong Quest: Expeditions,DS,2007,Puzzle,Avanquest,0.02,0.26,0,0.01,0.3 +5952,Batman: The Brave and the Bold the Videogame,Wii,2010,Action,Warner Bros. Interactive Entertainment,0.22,0.06,0,0.02,0.3 +5953,Dragon Ball Z: Budokai Tenkaichi 2,Wii,2006,Fighting,Atari,0.24,0.03,0,0.02,0.3 +5954,AMF Bowling 2004,XB,2003,Sports,Mud Duck Productions,0.22,0.06,0,0.01,0.3 +5955,Thief (2014),X360,2014,Action,Square Enix,0.14,0.13,0,0.03,0.3 +5956,Scooby-Doo! Night of 100 Frights,GC,2002,Platform,THQ,0.23,0.06,0,0.01,0.3 +5957,Just Dance Kids 2,Wii,2011,Misc,Ubisoft,0.28,0,0,0.02,0.29 +5958,RealSports Boxing,2600,1986,Sports,Atari,0.28,0.02,0,0,0.29 +5959,Imagine: Makeup Artist,DS,2020,Simulation,Ubisoft,0.27,0,0,0.02,0.29 +5960,Grandia II,PS2,2002,Role-Playing,Ubisoft,0.14,0.11,0,0.04,0.29 +5961,Syphon Filter: Dark Mirror,PSP,2006,Shooter,Sony Computer Entertainment,0.26,0.01,0,0.03,0.29 +5962,Front Mission Evolved,PS3,2010,Shooter,Square Enix,0.09,0.07,0.11,0.03,0.29 +5963,Tom and Jerry Tales,DS,2006,Platform,Warner Bros. Interactive Entertainment,0.21,0.06,0,0.02,0.29 +5964,Mini Ninjas,X360,2009,Action,Eidos Interactive,0.12,0.14,0,0.03,0.29 +5965,NieR,X360,2010,Role-Playing,Square Enix,0.13,0.1,0.04,0.02,0.29 +5966,The BIGS 2,Wii,2009,Sports,Take-Two Interactive,0.26,0.01,0,0.02,0.29 +5967,X-Men Legends II: Rise of Apocalypse,PSP,2005,Role-Playing,Activision,0.25,0.01,0,0.03,0.29 +5968,Junior Brain Trainer 2,DS,2010,Misc,GSP,0.04,0.21,0,0.04,0.29 +5969,The Chronicles of Riddick: Assault on Dark Athena,X360,2009,Shooter,Atari,0.16,0.1,0,0.03,0.29 +5970,Need for Speed Underground,GBA,2003,Racing,Electronic Arts,0.21,0.08,0,0.01,0.29 +5971,Power Pro Kun Pocket 4,GBA,2002,Sports,Konami Digital Entertainment,0,0,0.29,0.01,0.29 +5972,The Godfather: Dons Edition,PS3,2007,Action,Electronic Arts,0.25,0.02,0,0.03,0.29 +5973,Soul Sacrifice Delta,PSV,2014,Action,Sony Computer Entertainment,0.01,0.12,0.12,0.04,0.29 +5974,Guardian Heroes,SAT,1995,Role-Playing,Sega,0,0,0.29,0,0.29 +5975,Assassin's Creed IV: Black Flag,WiiU,2013,Action,Ubisoft,0.18,0.09,0,0.03,0.29 +5976,MLB Power Pros,Wii,2007,Sports,Konami Digital Entertainment,0.23,0,0.04,0.02,0.29 +5977,Outlaw Golf,XB,2002,Sports,TDK Mediactive,0.22,0.06,0,0.01,0.29 +5978,The Amazing Spider-Man 2 (2014),PS3,2014,Action,Activision,0.06,0.16,0.02,0.05,0.29 +5979,Dynasty Warriors: Strikeforce,PS3,2009,Action,Tecmo Koei,0.11,0.08,0.07,0.03,0.29 +5980,Fisherman's Bait 2: Big Ol' Bass,PS,1999,Sports,Konami Digital Entertainment,0.16,0.11,0,0.02,0.29 +5981,Lupin the 3rd: Treasure of the Sorcerer King,PS2,2002,Adventure,505 Games,0.02,0.02,0.25,0.01,0.29 +5982,Up,X360,2009,Action,THQ,0.2,0.07,0,0.03,0.29 +5983,Kurohyou: Ryu ga Gotoku Shinshou,PSP,2010,Adventure,Sega,0,0,0.29,0,0.29 +5984,Prince of Persia: Rival Swords,Wii,2007,Action,Ubisoft,0.24,0.03,0,0.02,0.29 +5985,One Piece Unlimited Cruise 2: Awakening of a Hero,Wii,2009,Action,Namco Bandai Games,0,0.1,0.17,0.02,0.29 +5986,Ben 10 Alien Force: Vilgax Attacks,PS2,2009,Action,D3Publisher,0.11,0.03,0,0.15,0.29 +5987,Majin and the Forsaken Kingdom,PS3,2010,Adventure,Namco Bandai Games,0.09,0.14,0.01,0.05,0.29 +5988,NBA Street V3,GC,2005,Sports,Electronic Arts,0.23,0.06,0,0.01,0.29 +5989,WinBack: Covert Operations,PS2,2000,Shooter,Midas Interactive Entertainment,0.14,0.11,0,0.04,0.29 +5990,Punch-Out!!,Wii,2007,Sports,Nintendo,0.02,0.22,0.05,0,0.29 +5991,FlatOut: Head On,PSP,2008,Racing,Empire Interactive,0.13,0.11,0,0.06,0.29 +5992,Kagero: Deception II,PS,1998,Strategy,Virgin Interactive,0.03,0.02,0.22,0.02,0.29 +5993,Jikkyou Powerful Pro Yakyuu 2000 Kaimakuban,PS,2000,Sports,Konami Digital Entertainment,0,0,0.27,0.02,0.29 +5994,The Bureau: XCOM Declassified,PS3,2013,Shooter,Take-Two Interactive,0.08,0.16,0,0.05,0.29 +5995,NBA Live 06,X360,2005,Sports,Electronic Arts,0.27,0,0,0.02,0.29 +5996,Guitar Hero: Van Halen,Wii,2009,Misc,Activision,0.14,0.12,0,0.03,0.29 +5997,J-League Victory Goal '96,SAT,1996,Sports,Sega,0,0,0.29,0,0.29 +5998,Shin Megami Tensei: Strange Journey,DS,2009,Role-Playing,Atlus,0.14,0,0.14,0.01,0.29 +5999,Jeopardy! 2nd Edition,PS,2000,Misc,Hasbro Interactive,0.16,0.11,0,0.02,0.29 +6000,SD Gundam G Century,PS,1997,Strategy,Namco Bandai Games,0,0,0.27,0.02,0.29 +6001,Ratchet & Clank: Size Matters,PS2,2008,Platform,Sony Computer Entertainment,0.13,0.1,0.03,0.03,0.29 +6002,Ben 10 Ultimate Alien: Cosmic Destruction,Wii,2010,Platform,D3Publisher,0.17,0.1,0,0.02,0.29 +6003,Atelier Iris 3: Grand Phantasm (US Sales),PS2,2006,Role-Playing,Tecmo Koei,0.14,0.11,0,0.04,0.29 +6004,Itadaki Street 2: Neon Sign wa Bara Iro ni,SNES,1994,Misc,Enix Corporation,0,0,0.29,0,0.29 +6005,Def Jam Rapstar,X360,2010,Misc,Konami Digital Entertainment,0.25,0.03,0,0.02,0.29 +6006,Need for Speed: The Run,Wii,2011,Action,Electronic Arts,0.13,0.13,0.01,0.03,0.29 +6007,From TV Animation One Piece: Treasure Battle!,GC,2002,Fighting,Namco Bandai Games,0,0,0.28,0.01,0.29 +6008,Starhawk,PS3,2012,Action,Sony Computer Entertainment,0.18,0.05,0.03,0.03,0.29 +6009,Dolphin,2600,1983,Action,Activision,0.27,0.02,0,0,0.29 +6010,Imagine: Fashion Designer World Tour,DS,2009,Simulation,Ubisoft,0.27,0,0,0.02,0.29 +6011,Area 51,XB,2005,Shooter,Midway Games,0.22,0.06,0,0.01,0.29 +6012,The Smurfs: Dance Party,Wii,2011,Misc,Ubisoft,0.22,0.04,0,0.02,0.29 +6013,Disney Channel: All Star Party,Wii,2010,Misc,Disney Interactive Studios,0.18,0.08,0,0.02,0.29 +6014,Ace Combat: Joint Assault,PSP,2010,Simulation,Namco Bandai Games,0.06,0.05,0.15,0.03,0.29 +6015,Hamster Club 4: Shigessa Daidassou,GBA,2003,Simulation,Jorudan,0,0,0.28,0.01,0.29 +6016,Medieval Moves: Deadmund's Quest,PS3,2011,Action,Sony Computer Entertainment,0.13,0.12,0,0.05,0.29 +6017,Angry Birds Star Wars,X360,2013,Strategy,Activision,0.16,0.11,0,0.03,0.29 +6018,Mega Man X8,PS2,2004,Platform,Capcom,0.14,0.11,0,0.04,0.29 +6019,CSI: Deadly Intent,Wii,2009,Adventure,Ubisoft,0.13,0.13,0,0.03,0.29 +6020,Ford Mustang: The Legend Lives,PS2,2005,Racing,Take-Two Interactive,0.14,0.11,0,0.04,0.29 +6021,Ys: Memories of Celceta,PSV,2012,Action,Nihon Falcom Corporation,0.15,0.01,0.1,0.04,0.29 +6022,FIFA Soccer 13,3DS,2012,Action,Electronic Arts,0.06,0.2,0,0.03,0.29 +6023,Fast Food,2600,1981,Action,Unknown,0.27,0.02,0,0,0.29 +6024,Jikkyou Powerful Pro Yakyuu 8,PS2,2001,Sports,Konami Digital Entertainment,0,0,0.29,0,0.29 +6025,Viz,N64,1998,Racing,Acclaim Entertainment,0.23,0.06,0,0,0.29 +6026,Top Gear Overdrive,N64,1998,Racing,Kemco,0.23,0.06,0,0,0.29 +6027,Xena: Warrior Princess - The Talisman of Fate,N64,1999,Fighting,Titus,0.23,0.06,0,0,0.29 +6028,Jeremy McGrath Supercross 2000,N64,1999,Racing,Acclaim Entertainment,0.23,0.06,0,0,0.29 +6029,The New Tetris,N64,1999,Puzzle,Nintendo,0.22,0.05,0.02,0,0.29 +6030,Ken Griffey Jr.'s Slugfest,N64,1999,Sports,Nintendo,0.23,0.06,0,0,0.29 +6031,Supercross 2000,N64,1999,Racing,Electronic Arts,0.23,0.06,0,0,0.29 +6032,War Gods,N64,1997,Fighting,Midway Games,0.23,0.06,0,0,0.29 +6033,Bladestorm: The Hundred Years' War,PS3,2007,Action,Tecmo Koei,0.1,0.03,0.14,0.02,0.29 +6034,World of Tanks,PC,2011,Shooter,Wargaming.net,0,0.23,0,0.06,0.29 +6035,Jewel Quest Mysteries: Curse of the Emerald Tear,DS,2010,Puzzle,Avanquest,0,0.25,0,0.04,0.29 +6036,Duel Masters: Sempai Legends,GBA,2003,Misc,Atari,0.21,0.08,0,0.01,0.29 +6037,Marvel Super Hero Squad,PS2,2009,Fighting,THQ,0.14,0.11,0,0.04,0.29 +6038,Turning Point: Fall of Liberty,X360,2008,Shooter,Codemasters,0.23,0.04,0,0.02,0.29 +6039,Heroes of the Pacific,PS2,2005,Simulation,Codemasters,0.14,0.11,0,0.04,0.29 +6040,Dead Rising: Chop Till You Drop,Wii,2009,Action,Capcom,0.15,0.07,0.05,0.02,0.29 +6041,The Lord of the Rings: The Third Age,GC,2004,Role-Playing,Electronic Arts,0.22,0.06,0,0.01,0.29 +6042,Disney Infinity,3DS,2013,Action,Disney Interactive Studios,0.16,0.1,0,0.02,0.29 +6043,Fable: The Journey,X360,2012,Role-Playing,Microsoft Game Studios,0.18,0.09,0,0.02,0.29 +6044,Nicktoons: Battle for Volcano Island,GC,N/A,Action,Unknown,0.22,0.06,0,0.01,0.29 +6045,Sonic Boom: Shattered Crystal,3DS,2014,Action,Sega,0.17,0.09,0,0.03,0.29 +6046,Just Dance Wii 2,Wii,2012,Misc,Nintendo,0,0,0.29,0,0.29 +6047,Madden NFL 08,XB,2007,Sports,Electronic Arts,0.22,0.06,0,0.01,0.29 +6048,DX Game of Life,PS,1996,Misc,Takara,0,0,0.27,0.02,0.29 +6049,Pirates of the Caribbean,XB,2003,Role-Playing,Ubisoft,0.22,0.06,0,0.01,0.29 +6050,Operation Flashpoint: Red River,X360,2011,Shooter,Codemasters,0.1,0.15,0.01,0.03,0.29 +6051,One Piece: Pirate Warriors 3,PS3,2015,Action,Namco Bandai Games,0,0.09,0.19,0.01,0.29 +6052,The Punisher,XB,2005,Action,THQ,0.22,0.06,0,0.01,0.29 +6053,MLB Pennant Race,PS,1996,Sports,Sony Computer Entertainment,0.16,0.11,0,0.02,0.29 +6054,Transformers: Dark of the Moon,X360,2011,Action,Activision,0.13,0.13,0,0.03,0.29 +6055,SD Gundam Gaiden: Knight Gundam Monogatari: Ooinaru Isan,SNES,1991,Role-Playing,Angel Studios,0,0,0.29,0,0.29 +6056,GRID 2,X360,2013,Racing,Codemasters,0.08,0.17,0,0.03,0.29 +6057,WWII Aces,Wii,2008,Simulation,Destineer,0.27,0,0,0.02,0.29 +6058,Puzzle Quest: Challenge of the Warlords,Wii,2007,Puzzle,D3Publisher,0.26,0,0,0.02,0.29 +6059,Shrek Super Party,PS2,2002,Misc,TDK Mediactive,0.14,0.11,0,0.04,0.29 +6060,"Sakura Wars 4: Koi Seyo,Otome",DC,2002,Adventure,Sega,0,0,0.29,0,0.29 +6061,"Sakura Wars: So Long, My Love",PS2,2005,Role-Playing,Sega,0.07,0.05,0.15,0.02,0.29 +6062,Dynasty Tactics,PS2,2002,Strategy,Tecmo Koei,0.06,0.05,0.16,0.02,0.29 +6063,The Urbz: Sims In the City (US weekly sales),DS,2004,Simulation,Electronic Arts,0.27,0,0,0.02,0.29 +6064,Lightning Returns: Final Fantasy XIII,X360,2013,Role-Playing,Square Enix,0.15,0.1,0.01,0.02,0.29 +6065,Feel the Magic XY/XX,DS,2004,Puzzle,Sega,0.17,0,0.1,0.02,0.29 +6066,Trivial Pursuit,PS3,2009,Misc,Electronic Arts,0.12,0.12,0,0.05,0.29 +6067,Neopets Puzzle Adventure,DS,2008,Puzzle,Capcom,0.26,0,0,0.02,0.29 +6068,Sonic & All-Stars Racing Transformed,3DS,2012,Racing,Sega,0.12,0.15,0,0.02,0.29 +6069,Shrek the Third,Wii,2007,Action,Activision,0.26,0.01,0,0.02,0.29 +6070,Snowboarding,PS,2000,Sports,Midas Interactive Entertainment,0.16,0.11,0,0.02,0.29 +6071,Purr Pals,Wii,2008,Simulation,Deep Silver,0.27,0,0,0.02,0.29 +6072,Dragon Ball Heroes: Ultimate Mission,3DS,2013,Misc,Namco Bandai Games,0,0,0.29,0,0.29 +6073,Borderlands: The Pre-Sequel,PC,2014,Shooter,Take-Two Interactive,0.11,0.15,0,0.03,0.29 +6074,Surf's Up,PS2,2007,Sports,Ubisoft,0.14,0.11,0,0.04,0.29 +6075,BlazBlue: Chrono Phantasma,PS3,2013,Fighting,Arc System Works,0.13,0,0.14,0.02,0.29 +6076,Looney Tunes Racing,PS,2000,Racing,Infogrames,0.16,0.11,0,0.02,0.29 +6077,Final Fantasy X-2: International + Last Mission,PS2,2004,Role-Playing,Square Enix,0,0,0.29,0,0.29 +6078,Namco Museum Vol.2,PS,1996,Misc,Sony Computer Entertainment,0.03,0.02,0.21,0.02,0.29 +6079,Rayman 3: Hoodlum Havoc,PS2,2003,Platform,Ubisoft,0.14,0.11,0,0.04,0.29 +6080,Penguin no Mondai: Saikyou Penguin Densetsu! A Penguin's Troubles,DS,2008,Adventure,Konami Digital Entertainment,0,0,0.29,0,0.29 +6081,Psi-Ops: The Mindgate Conspiracy,PS2,2004,Shooter,Midway Games,0.14,0.11,0,0.04,0.29 +6082,I Spy: Spooky Mansion,Wii,2010,Puzzle,Storm City Games,0.27,0,0,0.02,0.29 +6083,Tomba! 2: The Evil Swine Return,PS,1999,Platform,Sony Computer Entertainment,0.16,0.11,0,0.02,0.29 +6084,SAW,X360,2009,Action,Konami Digital Entertainment,0.13,0.12,0,0.03,0.29 +6085,Wappy Dog,DS,2011,Simulation,Activision,0.27,0,0,0.02,0.29 +6086,Dragon Quest: Shounen Yangus to Fushigi no Dungeon,PS2,2006,Role-Playing,Square Enix,0,0,0.29,0,0.29 +6087,BeatMania Append 4thMix: The beat goes on,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.27,0.02,0.29 +6088,NASCAR 08,X360,2007,Racing,Electronic Arts,0.26,0,0,0.02,0.29 +6089,World of Warcraft: Legion,PC,2016,Role-Playing,Activision,0.14,0.12,0,0.02,0.29 +6090,Romance of the Three Kingdoms III: Dragon of Destiny,SNES,1992,Strategy,Tecmo Koei,0,0,0.29,0,0.29 +6091,Power Pro Kun Pocket 11,DS,2008,Sports,Konami Digital Entertainment,0,0,0.29,0,0.29 +6092,El Shaddai: Ascension of the Metatron,PS3,2011,Action,Ignition Entertainment,0.11,0.07,0.08,0.03,0.29 +6093,Family Guy: Back to the Multiverse,PS3,2012,Action,Activision,0.12,0.12,0,0.05,0.29 +6094,Spyro: A Hero's Tail,GC,2004,Platform,Vivendi Games,0.22,0.06,0,0.01,0.29 +6095,Warriors Orochi 2,PSP,2008,Action,Tecmo Koei,0.06,0,0.22,0.01,0.29 +6096,Ratatouille: Food Frenzy,DS,2007,Puzzle,THQ,0.26,0,0,0.02,0.29 +6097,Links 2004,XB,2003,Sports,Microsoft Game Studios,0.21,0.06,0,0.01,0.29 +6098,PGA Tour 97,PS,1996,Sports,Electronic Arts,0.16,0.11,0,0.02,0.29 +6099,Bratz: Super Babyz,DS,2008,Action,THQ,0.26,0,0,0.02,0.29 +6100,Battle & Get! Pokemon Typing DS,DS,2011,Misc,Nintendo,0,0,0.29,0,0.29 +6101,Kung Zhu,DS,2010,Action,Activision,0.26,0,0,0.02,0.29 +6102,Earthworm Jim,GBA,2001,Platform,Interplay,0.2,0.08,0,0.01,0.29 +6103,Tales of Phantasia,GBA,2003,Role-Playing,Nintendo,0.08,0.03,0.17,0.01,0.29 +6104,The Golden Compass,PS3,2007,Action,Sega,0.14,0.1,0,0.05,0.29 +6105,F1 Race Stars,X360,2012,Racing,Codemasters,0.07,0.18,0,0.03,0.29 +6106,All Star Cheer Squad,DS,2008,Sports,THQ,0.26,0,0,0.02,0.28 +6107,Rugby World Cup 2011,X360,2011,Sports,505 Games,0.03,0.21,0,0.04,0.28 +6108,Ice Age: Dawn of the Dinosaurs,Wii,2009,Action,Activision,0.11,0.14,0,0.03,0.28 +6109,Monster 4x4: Masters of Metal,PS2,2003,Racing,Ubisoft,0.14,0.11,0,0.04,0.28 +6110,SingStar Country,PS2,2008,Misc,Sony Computer Entertainment,0.14,0.11,0,0.04,0.28 +6111,DeathSmiles,X360,2009,Shooter,Rising Star Games,0.15,0.06,0.05,0.02,0.28 +6112,VMX Racing,PS,1997,Racing,Playmates,0.16,0.11,0,0.02,0.28 +6113,Hot Shots Golf: World Invitational,PS3,2012,Sports,Sony Computer Entertainment,0,0,0.28,0,0.28 +6114,Disney's Extreme Skate Adventure,GBA,2003,Sports,Activision,0.2,0.08,0,0.01,0.28 +6115,Dragon Ball GT: Transformation,GBA,2005,Action,Atari,0.2,0.08,0,0.01,0.28 +6116,Bratz Ponyz,DS,2007,Adventure,Game Factory,0.26,0,0,0.02,0.28 +6117,Super Fire ProWrestling X,SNES,1995,Fighting,Human Entertainment,0,0,0.28,0,0.28 +6118,Baby Pals,DS,2007,Simulation,THQ,0.26,0.01,0,0.02,0.28 +6119,International Superstar Soccer,SNES,1994,Sports,Konami Digital Entertainment,0,0,0.28,0,0.28 +6120,Metal Gear Solid V: Ground Zeroes,XOne,2014,Action,Konami Digital Entertainment,0.15,0.11,0,0.02,0.28 +6121,Tigger's Honey Hunt,PS,2000,Platform,Ubisoft,0.16,0.11,0,0.02,0.28 +6122,The Warriors,XB,2005,Action,Take-Two Interactive,0.21,0.06,0,0.01,0.28 +6123,Monopoly Streets,X360,2010,Misc,Electronic Arts,0.16,0.1,0,0.03,0.28 +6124,Shadow Hearts,PS2,2001,Role-Playing,Midway Games,0.09,0.07,0.1,0.02,0.28 +6125,NHL 2K11,Wii,2010,Sports,Take-Two Interactive,0.24,0.02,0,0.02,0.28 +6126,One Piece: Burning Blood,PS4,2016,Fighting,Namco Bandai Games,0.1,0.08,0.07,0.04,0.28 +6127,Haven: Call of the King,PS2,N/A,Platform,Midway Games,0.14,0.11,0,0.04,0.28 +6128,Street Hoops,XB,2002,Sports,Activision,0.21,0.06,0,0.01,0.28 +6129,Yu-Gi-Oh! Double Pack,GBA,2006,Role-Playing,Konami Digital Entertainment,0.2,0.08,0,0.01,0.28 +6130,X-Men: Reign of Apocalypse,GBA,2001,Action,Activision,0.2,0.08,0,0.01,0.28 +6131,R: Racing Evolution,PS2,2003,Racing,Namco Bandai Games,0.14,0.11,0,0.04,0.28 +6132,Tony Hawk: Shred,PS3,2010,Sports,Activision,0.18,0.07,0,0.04,0.28 +6133,Netsu Chu! Pro Yakyuu 2003,PS2,2003,Sports,Namco Bandai Games,0,0,0.28,0,0.28 +6134,ATV Quad Power Racing 2,GC,2003,Racing,Acclaim Entertainment,0.22,0.06,0,0.01,0.28 +6135,Digimon Adventure: Anode Tamer,WS,1999,Role-Playing,Namco Bandai Games,0,0,0.28,0,0.28 +6136,Fantastic 4: Flame On,GBA,2005,Action,Activision,0.2,0.08,0,0.01,0.28 +6137,Siren: Blood Curse,PS3,2008,Action,Sony Computer Entertainment,0,0.17,0.09,0.02,0.28 +6138,Pro Evolution Soccer 2017,PS4,2016,Sports,Konami Digital Entertainment,0.01,0.16,0.09,0.03,0.28 +6139,Chromehounds,X360,2006,Simulation,Sega,0.24,0,0.01,0.02,0.28 +6140,Marvel Nemesis: Rise of the Imperfects,XB,2005,Fighting,Electronic Arts,0.21,0.06,0,0.01,0.28 +6141,The King of Fighters '95,SAT,1995,Fighting,SNK Playmore,0,0,0.28,0,0.28 +6142,Pirates of the Caribbean: Dead Man's Chest,PSP,2006,Adventure,Disney Interactive Studios,0.25,0.01,0,0.02,0.28 +6143,Assassin's Creed II: Discovery,DS,2009,Action,Ubisoft,0.15,0.11,0,0.03,0.28 +6144,F/A-18F Super Hornet,GBA,2004,Simulation,Majesco Entertainment,0.2,0.08,0,0.01,0.28 +6145,Avatar: The Last Airbender,Wii,2006,Adventure,THQ,0.24,0.02,0,0.02,0.28 +6146,Final Fantasy VI Advance,GBA,2006,Role-Playing,Nintendo,0,0,0.28,0.01,0.28 +6147,Polaris,2600,1982,Action,Tigervision,0.26,0.02,0,0,0.28 +6148,Viewtiful Joe,PS2,2004,Action,Capcom,0.14,0.11,0,0.04,0.28 +6149,Triple Play 2000,N64,1999,Sports,Electronic Arts,0.27,0.01,0,0,0.28 +6150,Beyblade: Metal Masters,DS,2010,Action,Konami Digital Entertainment,0.16,0.1,0,0.03,0.28 +6151,Need for Speed: Most Wanted,WiiU,2013,Racing,Electronic Arts,0.14,0.12,0,0.02,0.28 +6152,Arcade Hits: Frisky Tom,PS,2002,Action,Hamster Corporation,0.16,0.11,0,0.02,0.28 +6153,Dead to Rights: Retribution,PS3,2010,Shooter,Namco Bandai Games,0.1,0.12,0.02,0.05,0.28 +6154,Harry Potter and the Sorcerer's Stone,PS2,2003,Action,Electronic Arts,0.14,0.11,0,0.04,0.28 +6155,Unreal Championship 2: The Liandri Conflict,XB,N/A,Shooter,Midway Games,0.22,0.05,0,0.01,0.28 +6156,Kung Fu Chaos,XB,2003,Fighting,Microsoft Game Studios,0.21,0.06,0,0.01,0.28 +6157,Mega Man: Dr. Wily's Revenge,GB,1991,Platform,Nintendo,0,0,0.28,0,0.28 +6158,Yu-Gi-Oh! World Championship 2008,DS,2007,Strategy,Konami Digital Entertainment,0.13,0.02,0.12,0.01,0.28 +6159,Naruto Shippuden: Ultimate Ninja Storm 4,XOne,2016,Fighting,Namco Bandai Games,0.19,0.06,0,0.03,0.28 +6160,Godzilla: Domination!,GBA,2002,Fighting,Atari,0.2,0.07,0,0.01,0.28 +6161,Sly Cooper: Thieves in Time,PSV,2013,Platform,Sony Computer Entertainment Europe,0.16,0.06,0,0.05,0.28 +6162,Tales of the World: Radiant Mythology 3,PSP,2011,Role-Playing,Namco Bandai Games,0,0,0.28,0,0.28 +6163,Famista '92,NES,1991,Sports,Namco Bandai Games,0,0,0.28,0,0.28 +6164,Jissen Pachi-Slot Hisshouhou! Moujuu-Oh S,PS2,2002,Misc,Sammy Corporation,0,0,0.28,0,0.28 +6165,Jackass the Game,PS2,2007,Action,Empire Interactive,0.14,0.11,0,0.04,0.28 +6166,Mega Man II,GB,1991,Platform,Nintendo,0,0,0.28,0,0.28 +6167,Lord of Darkness,SNES,1991,Action,Tecmo Koei,0,0,0.28,0,0.28 +6168,Hannah Montana: Spotlight World Tour,PS2,2008,Action,Disney Interactive Studios,0.12,0.02,0,0.14,0.28 +6169,Rocket Power: Beach Bandits,GBA,2002,Platform,THQ,0.2,0.07,0,0.01,0.28 +6170,Surf's Up,DS,2007,Sports,Ubisoft,0.26,0,0,0.02,0.28 +6171,Carol Vorderman's Sudoku,PS2,2006,Puzzle,Xplosiv,0,0.23,0,0.05,0.28 +6172,MX SuperFly featuring Ricky Carmichael,PS2,2002,Racing,THQ,0.14,0.11,0,0.04,0.28 +6173,Remington Super Slam Hunting: Africa,Wii,2010,Sports,Mastiff,0.27,0,0,0.02,0.28 +6174,Army of Two: The Devil's Cartel,PS3,2013,Shooter,Electronic Arts,0.11,0.11,0.01,0.05,0.28 +6175,Syphon Filter: Dark Mirror,PS2,2007,Shooter,Sony Computer Entertainment,0.14,0.11,0,0.04,0.28 +6176,Conflict: Desert Storm II - Back to Bagdhad,XB,2003,Shooter,SCi,0.21,0.06,0,0.01,0.28 +6177,Guitar Hero Live,PS3,2015,Misc,Activision,0.09,0.14,0,0.05,0.28 +6178,Mission: Impossible - Operation Surma,PS2,2003,Platform,Atari,0.14,0.11,0,0.04,0.28 +6179,Sesame Street: Elmo's A-to-Zoo Adventure,DS,2010,Misc,Warner Bros. Interactive Entertainment,0.27,0,0,0.02,0.28 +6180,MLB 07: The Show,PSP,2007,Sports,Sony Computer Entertainment,0.26,0,0,0.02,0.28 +6181,Pitfall: The Mayan Adventure,GBA,2001,Platform,Interplay,0.2,0.07,0,0.01,0.28 +6182,Driver: Parallel Lines,PS2,2006,Racing,Atari,0.12,0.1,0.03,0.03,0.28 +6183,Sing Party,WiiU,2012,Misc,Nintendo,0.13,0.12,0,0.02,0.28 +6184,Shrek: Ogres & Dronkeys,DS,2007,Simulation,Activision,0.26,0,0,0.02,0.28 +6185,Monopoly,DS,2010,Misc,Electronic Arts,0.16,0.1,0,0.03,0.28 +6186,Hot Wheels: Track Attack,DS,2010,Racing,THQ,0.18,0.08,0,0.02,0.28 +6187,Backyard Wrestling 2: There Goes the Neighborhood,PS2,2004,Fighting,Eidos Interactive,0.14,0.11,0,0.04,0.28 +6188,Virtua Fighter 5 Online,X360,2007,Fighting,Sega,0.2,0.03,0.03,0.02,0.28 +6189,Disney's Treasure Planet,GBA,2002,Action,Ubisoft,0.2,0.07,0,0.01,0.28 +6190,Dead or Alive,PS,1998,Fighting,Sony Computer Entertainment,0.09,0.06,0.1,0.02,0.28 +6191,Wild ARMs 5,PS2,2006,Role-Playing,505 Games,0.14,0.11,0,0.04,0.28 +6192,Bionic Commando,X360,2009,Platform,Capcom,0.12,0.12,0.01,0.03,0.28 +6193,NFL Blitz 20-02,PS2,2002,Sports,Midway Games,0.14,0.11,0,0.04,0.28 +6194,Mega Man 7,SNES,1995,Platform,Laguna,0.03,0.01,0.23,0.01,0.28 +6195,NCAA March Madness 2005,XB,2004,Sports,Electronic Arts,0.21,0.06,0,0.01,0.28 +6196,Shadows of the Damned,PS3,2011,Action,Electronic Arts,0.11,0.09,0.04,0.04,0.28 +6197,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",GC,N/A,Action,Disney Interactive Studios,0.22,0.06,0,0.01,0.28 +6198,NBA In The Zone,PS,1995,Sports,Konami Digital Entertainment,0.16,0.11,0,0.02,0.28 +6199,Corvette,GBA,2003,Racing,TDK Mediactive,0.2,0.07,0,0.01,0.28 +6200,F1 ROC: Race of Champions,SNES,1992,Sports,Ocean,0,0,0.28,0,0.28 +6201,Just Dance 2015,PS3,2014,Misc,Ubisoft,0.12,0.11,0,0.05,0.28 +6202,The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,GC,2004,Action,THQ,0.22,0.06,0,0.01,0.28 +6203,Silent Hill 2: Restless Dreams,XB,2001,Action,Konami Digital Entertainment,0.21,0.06,0,0.01,0.28 +6204,Cabela's Big Game Hunter 2012,X360,2011,Sports,Activision,0.24,0.02,0,0.02,0.28 +6205,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PS4,2016,Action,Square Enix,0,0,0.28,0,0.28 +6206,Moshi Monsters: Moshlings Theme Park,3DS,2012,Misc,Activision,0.13,0.13,0,0.03,0.28 +6207,UEFA Euro 2016,PS4,2016,Sports,Konami Digital Entertainment,0,0.21,0.03,0.03,0.28 +6208,Soul Nomad & the World Eaters,PS2,2007,Role-Playing,Tecmo Koei,0.14,0.11,0,0.04,0.28 +6209,RollerCoaster Tycoon 3,PC,2004,Strategy,Atari,0.01,0.22,0,0.05,0.28 +6210,Bass Strike,PS2,2001,Sports,THQ,0.14,0.11,0,0.04,0.28 +6211,NHL Hitz 20-03,PS2,2002,Sports,Midway Games,0.14,0.11,0,0.04,0.28 +6212,Danganronpa Another Episode: Ultra Despair Girls,PSV,2014,Action,Nippon Ichi Software,0.1,0.03,0.12,0.04,0.28 +6213,Pac-Man Fever,GC,N/A,Misc,Unknown,0.21,0.06,0,0.01,0.28 +6214,Over the Hedge,DS,2006,Platform,Activision,0.25,0.01,0,0.02,0.28 +6215,Real Pool,PS2,2000,Sports,Midas Interactive Entertainment,0.14,0.11,0,0.04,0.28 +6216,iCarly 2: iJoin The Click!,DS,2010,Adventure,Activision,0.26,0.01,0,0.02,0.28 +6217,The Warriors,PSP,2007,Action,Take-Two Interactive,0.23,0.02,0,0.03,0.28 +6218,Mister Mosquito,PS2,2001,Shooter,Eidos Interactive,0.05,0.04,0.17,0.01,0.28 +6219,Kakyuusei,SAT,1997,Strategy,Elf,0,0,0.28,0,0.28 +6220,Patapon 3,PSP,2011,Misc,Sony Computer Entertainment,0.05,0.04,0.17,0.02,0.28 +6221,Sesame Street: Cookie's Counting Carnival,DS,2010,Misc,Warner Bros. Interactive Entertainment,0.26,0,0,0.02,0.28 +6222,Civilization II,PS,1998,Strategy,Activision,0.15,0.11,0,0.02,0.28 +6223,Guitar Hero: Van Halen,PS3,2009,Misc,Activision,0.14,0.09,0,0.04,0.28 +6224,Dynasty Warriors: Gundam,PS2,2008,Action,Namco Bandai Games,0,0,0.28,0,0.28 +6225,Madagascar,XB,2005,Platform,Activision,0.21,0.06,0,0.01,0.28 +6226,Transformers: Cybertron Adventures,Wii,2010,Action,Activision,0.15,0.1,0,0.03,0.28 +6227,Indiana Jones and the Staff of Kings,PS2,2009,Action,Activision,0.11,0.01,0,0.16,0.28 +6228,F-1 Grand Prix,SNES,1992,Racing,Video System,0,0,0.28,0,0.28 +6229,Mass Effect 3,WiiU,2012,Role-Playing,Electronic Arts,0.14,0.11,0,0.02,0.28 +6230,Pinkalicious,DS,2011,Misc,GameMill Entertainment,0.26,0,0,0.02,0.28 +6231,SimCity 2000,SAT,1994,Simulation,Sega,0,0,0.28,0,0.28 +6232,Deer Hunter,PS2,2003,Sports,Atari,0.14,0.11,0,0.04,0.28 +6233,Pokemon Box: Ruby & Sapphire,GC,2003,Misc,Nintendo,0,0,0.27,0.01,0.28 +6234,Puyo Puyo! 15th Anniversary,DS,2006,Puzzle,Sega,0,0,0.28,0,0.28 +6235,Yu-Gi-Oh! Monster Capsule Breed & Battle,PS,1998,Role-Playing,Konami Digital Entertainment,0,0,0.26,0.02,0.28 +6236,FIFA Soccer 07,X360,2006,Sports,Electronic Arts,0.24,0.01,0,0.02,0.28 +6237,Mass Effect Trilogy,PC,2012,Action,Electronic Arts,0.09,0.16,0,0.03,0.28 +6238,Dave Mirra Freestyle BMX 2,GC,2001,Sports,Acclaim Entertainment,0.21,0.06,0,0.01,0.28 +6239,AC/DC LIVE: Rock Band Track Pack,Wii,2008,Misc,MTV Games,0.25,0,0,0.02,0.28 +6240,My Japanese Coach,DS,2008,Misc,Ubisoft,0.25,0,0,0.02,0.28 +6241,Puppeteer,PS3,2013,Platform,Sony Computer Entertainment Europe,0.11,0.1,0.02,0.04,0.28 +6242,Warpath: Jurassic Park,PS,1998,Fighting,Electronic Arts,0.15,0.1,0,0.02,0.28 +6243,Tak and the Guardians of Gross,PS2,2008,Action,THQ,0.14,0.11,0,0.04,0.28 +6244,True Crime: New York City,XB,2005,Action,Activision,0.21,0.06,0,0.01,0.28 +6245,Summer Heat Beach Volleyball,PS2,2003,Sports,Acclaim Entertainment,0.14,0.11,0,0.04,0.28 +6246,NCAA Basketball 09,PS2,2008,Sports,Electronic Arts,0.14,0.11,0,0.04,0.28 +6247,One Piece Unlimited Cruise 1: The Treasure Beneath the Waves,Wii,2008,Adventure,Namco Bandai Games,0,0.07,0.19,0.01,0.28 +6248,Marvel Super Hero Squad: The Infinity Gauntlet,Wii,2010,Action,THQ,0.22,0.04,0,0.02,0.28 +6249,Dead Rising 2: Off the Record,X360,2011,Action,Capcom,0.17,0.09,0,0.02,0.28 +6250,Power Pro Kun Pocket 3,GBA,2001,Sports,Konami Digital Entertainment,0,0,0.27,0.01,0.28 +6251,Myst III: Exile,PS2,2002,Adventure,Ubisoft,0.14,0.11,0,0.04,0.28 +6252,Castlevania: Aria of Sorrow,GBA,2003,Platform,Konami Digital Entertainment,0.2,0.07,0,0,0.28 +6253,NBA 2K12,PSP,2011,Sports,Take-Two Interactive,0.22,0.03,0,0.03,0.28 +6254,R.U.S.E.,PC,2010,Strategy,Ubisoft,0.04,0.19,0,0.05,0.28 +6255,Mobile Suit Gundam Side Story I: Senritsu no Blue,SAT,1996,Shooter,Namco Bandai Games,0,0,0.28,0,0.28 +6256,Armored Core: Project Phantasma,PS,1997,Simulation,From Software,0.06,0.04,0.15,0.02,0.28 +6257,Donkey Kong GB: Dinky Kong & Dixie Kong,GB,2000,Platform,Nintendo,0,0,0.28,0,0.28 +6258,Kobitodzukan: Kobito Kansatsu Set,3DS,2012,Misc,Nippon Columbia,0,0,0.28,0,0.28 +6259,ExciteBots: Trick Racing,Wii,2009,Racing,Nintendo,0.26,0,0,0.02,0.28 +6260,Pro Evolution Soccer 2013,PSP,2012,Sports,Konami Digital Entertainment,0,0.07,0.18,0.03,0.28 +6261,Deadpool,PS4,2015,Action,Activision,0.13,0.1,0,0.05,0.28 +6262,Nichibutsu Arcade Classics,SNES,1995,Misc,Nichibutsu,0,0,0.28,0,0.28 +6263,Kenka Bancho: Badass Rumble,PSP,2008,Action,Spike,0.06,0,0.2,0.01,0.27 +6264,Cabela's Trophy Bucks,PS2,2007,Sports,Activision Value,0.13,0.11,0,0.04,0.27 +6265,Moero! Nekketsu Rhythm Damashii: Osu! Tatakae! Ouendan! 2,DS,2007,Misc,Nintendo,0,0,0.27,0,0.27 +6266,Q-Ball: Billiards Master,PS2,2000,Sports,Take-Two Interactive,0.13,0.1,0,0.04,0.27 +6267,Mr. Do!,2600,1982,Action,Coleco,0.26,0.02,0,0,0.27 +6268,How to Train Your Dragon 2,Wii,2014,Adventure,Little Orbit,0.05,0.2,0,0.02,0.27 +6269,Boogie,DS,2007,Misc,Electronic Arts,0.25,0,0,0.02,0.27 +6270,Tao Feng: Fist of the Lotus,XB,2003,Fighting,Microsoft Game Studios,0.21,0.06,0,0.01,0.27 +6271,Rapala Pro Bass Fishing 2010,PS3,2010,Sports,Activision,0.18,0.06,0,0.03,0.27 +6272,Shin Nippon Pro Wrestling: Toukon Retsuden 2,PS,1996,Fighting,Tomy Corporation,0,0,0.26,0.02,0.27 +6273,Dragon Ball Z: Budokai 2,GC,2004,Fighting,Atari,0.21,0.06,0,0.01,0.27 +6274,The Legend of Zelda: The Minish Cap(weekly JP sales),GBA,N/A,Action,N/A,0,0,0.27,0.01,0.27 +6275,Motocross Maniacs Advance,GBA,2002,Racing,Konami Digital Entertainment,0.2,0.07,0,0,0.27 +6276,Resident Evil 2: Dual Shock Edition,PS,1998,Action,Capcom,0,0,0.26,0.02,0.27 +6277,Dynasty Warriors,PS,1997,Action,Tecmo Koei,0.09,0.06,0.11,0.02,0.27 +6278,M&M's Blast!,GBA,2001,Puzzle,Unknown,0.2,0.07,0,0,0.27 +6279,Zumba Fitness: World Party,Wii,2013,Misc,Majesco Entertainment,0.14,0.11,0,0.03,0.27 +6280,Need for Speed: Most Wanted,DS,2005,Racing,Electronic Arts,0.24,0.01,0,0.02,0.27 +6281,Final Fantasy X International,PS2,2004,Role-Playing,Square Enix,0,0,0.27,0,0.27 +6282,Tiny Toon Adventures: Plucky's Big Adventure,PS,2001,Action,Conspiracy Entertainment,0.15,0.1,0,0.02,0.27 +6283,NHL Hitz 20-02,XB,2001,Sports,Midway Games,0.2,0.06,0,0.01,0.27 +6284,Iron Man 2,X360,2010,Action,Sega,0.15,0.1,0,0.03,0.27 +6285,Indy 500,2600,N/A,Racing,Atari,0.26,0.01,0,0,0.27 +6286,Littlest Pet Shop: Beach Friends,DS,2009,Simulation,Electronic Arts,0.25,0,0,0.02,0.27 +6287,Trivial Pursuit,PS2,2009,Misc,Electronic Arts,0.09,0.01,0,0.17,0.27 +6288,Suikoden Tierkreis,DS,2008,Role-Playing,Konami Digital Entertainment,0.09,0.01,0.15,0.01,0.27 +6289,Evil Dead: Hail to the King,PS,2000,Adventure,THQ,0.15,0.1,0,0.02,0.27 +6290,Dragon Ball GT: Final Bout,PS,1997,Fighting,Namco Bandai Games,0.02,0.02,0.22,0.02,0.27 +6291,Burstrick: Wake Boarding!!,PS,2000,Sports,Natsume,0.15,0.1,0,0.02,0.27 +6292,Dave Mirra Freestyle BMX: Maximum Remix,PS,2001,Sports,Acclaim Entertainment,0.15,0.1,0,0.02,0.27 +6293,Divinity: Original Sin,PS4,2015,Role-Playing,Focus Home Interactive,0.09,0.12,0.02,0.04,0.27 +6294,R.U.S.E.,X360,2010,Strategy,Ubisoft,0.12,0.12,0,0.03,0.27 +6295,Hatsune Miku: Project Diva f,PS3,2013,Misc,Sega,0.08,0,0.19,0.01,0.27 +6296,Resident Evil: Deadly Silence,DS,2006,Action,Capcom,0.12,0.03,0.11,0.01,0.27 +6297,Pac-Pix,DS,2005,Puzzle,Namco Bandai Games,0.16,0,0.1,0.01,0.27 +6298,Beamrider,2600,1984,Racing,Activision,0.26,0.01,0,0,0.27 +6299,EyePet,PSP,2010,Simulation,Sony Computer Entertainment,0.02,0.17,0,0.09,0.27 +6300,The Evil Within,PC,2014,Action,Bethesda Softworks,0.09,0.16,0,0.02,0.27 +6301,Athens 2004,PS2,2004,Sports,Sony Computer Entertainment,0.13,0.1,0,0.03,0.27 +6302,Gunship,PS,1996,Simulation,Microprose,0.15,0.1,0,0.02,0.27 +6303,Jikkyou Powerful Pro Yakyuu Portable 4,PSP,2009,Sports,Konami Digital Entertainment,0,0,0.27,0,0.27 +6304,SD Gundam G Generation Portable,PSP,2006,Strategy,Namco Bandai Games,0,0,0.27,0,0.27 +6305,Sydney 2000,PS,2000,Sports,Eidos Interactive,0.15,0.1,0,0.02,0.27 +6306,Pro Race Driver,PS2,2002,Racing,Codemasters,0.13,0.1,0,0.03,0.27 +6307,Baten Kaitos: Eternal Wings and the Lost Ocean,GC,2003,Role-Playing,Nintendo,0.21,0.05,0,0.01,0.27 +6308,Bishoujo Senshi Sailormoon R,SNES,1993,Fighting,Namco Bandai Games,0,0,0.27,0,0.27 +6309,The Club,X360,2008,Shooter,Sega,0.15,0.1,0,0.02,0.27 +6310,Slam Dunk: Yonkyo Taiketsu!!,SNES,1994,Sports,Namco Bandai Games,0,0,0.27,0,0.27 +6311,Rhythm Thief & the Emperor's Treasure,3DS,2012,Misc,Sega,0.07,0.07,0.12,0.01,0.27 +6312,Rocky: Legends,PS2,2004,Action,Ubisoft,0.13,0.1,0,0.03,0.27 +6313,NickToons: Racing,GBA,2002,Racing,Infogrames,0.19,0.07,0,0,0.27 +6314,MotionSports: Adrenaline,X360,2011,Sports,Ubisoft,0.14,0.1,0,0.03,0.27 +6315,Tiger Woods PGA Tour 07,PSP,2006,Sports,Electronic Arts,0.2,0.04,0,0.04,0.27 +6316,Gun,X360,N/A,Shooter,Activision,0.24,0.01,0,0.02,0.27 +6317,NHL 07,X360,2006,Sports,Electronic Arts,0.25,0.01,0,0.02,0.27 +6318,Flag Capture,2600,N/A,Action,Atari,0.25,0.02,0,0,0.27 +6319,Bridge,2600,1980,Misc,Activision,0.25,0.02,0,0,0.27 +6320,G-Force,PS2,2009,Action,Disney Interactive Studios,0.12,0.01,0,0.14,0.27 +6321,LEGO Harry Potter: Years 5-7,PSP,N/A,Action,Warner Bros. Interactive Entertainment,0.1,0.11,0,0.06,0.27 +6322,The Adventures of Tintin: The Game,PS3,2011,Action,Ubisoft,0.06,0.16,0,0.05,0.27 +6323,RalliSport Challenge 2,XB,2004,Racing,Microsoft Game Studios,0.18,0.08,0,0.01,0.27 +6324,Fushigi no Dungeon: Fuurai no Shiren GB: Tsukikagemura no Kaibutsu,GB,1996,Role-Playing,ChunSoft,0,0,0.27,0,0.27 +6325,Wave Rally,PS2,2001,Racing,Eidos Interactive,0.13,0.1,0,0.03,0.27 +6326,Over the Hedge,GBA,2006,Platform,Activision,0.19,0.07,0,0,0.27 +6327,Disgaea 5: Alliance of Vengeance,PS4,2015,Role-Playing,Nippon Ichi Software,0.1,0.08,0.06,0.04,0.27 +6328,Disney's Chicken Little,GC,2005,Platform,Disney Interactive Studios,0.21,0.05,0,0.01,0.27 +6329,Battle of Giants: Mutant Insects,DS,2010,Strategy,Ubisoft,0.09,0.15,0,0.03,0.27 +6330,Ty the Tasmanian Tiger,GC,2002,Platform,Electronic Arts,0.21,0.05,0,0.01,0.27 +6331,Sengoku Basara 4,PS3,2014,Action,Capcom,0,0,0.27,0,0.27 +6332,Yu-Gi-Oh! The Sacred Cards (JP weekly sales),GBA,2002,Role-Playing,Konami Digital Entertainment,0,0,0.26,0.01,0.27 +6333,WWE Road to WrestleMania X8,GBA,2002,Fighting,THQ,0.19,0.07,0,0,0.27 +6334,Medarot 3: Kabuto / Kuwagata Version,GB,2000,Role-Playing,Imagineer,0,0,0.27,0,0.27 +6335,Fullmetal Alchemist 2: Curse of the Crimson Elixir,PS2,2004,Role-Playing,Square Enix,0.13,0.1,0,0.03,0.27 +6336,Sherlock Holmes: Crimes & Punishments,PS4,2014,Adventure,Focus Home Interactive,0.08,0.14,0,0.05,0.27 +6337,NASCAR 06: Total Team Control,XB,2005,Racing,Electronic Arts,0.2,0.06,0,0.01,0.27 +6338,Bratz: The Movie,Wii,2007,Simulation,THQ,0.24,0.01,0,0.02,0.27 +6339,BloodRayne 2,PS2,2004,Shooter,THQ,0.13,0.1,0,0.03,0.27 +6340,Spider-Man: Web of Shadows,PS3,2008,Action,Activision,0.2,0.04,0,0.03,0.27 +6341,NHL 2002,XB,2001,Sports,Electronic Arts,0.2,0.06,0,0.01,0.27 +6342,Reader Rabbit Kindergarten,DS,2008,Misc,Nordic Games,0.25,0,0,0.02,0.27 +6343,Tropico 4,PC,2011,Strategy,Kalypso Media,0.1,0.13,0,0.04,0.27 +6344,NBA In The Zone '98,N64,1997,Sports,Konami Digital Entertainment,0.25,0.02,0,0,0.27 +6345,Jikkyou Powerful Pro Yakyuu 5,N64,1998,Sports,Konami Digital Entertainment,0,0,0.27,0,0.27 +6346,NBA Jam 99,N64,1998,Sports,Acclaim Entertainment,0.25,0.02,0,0,0.27 +6347,Shadow Man,N64,1999,Action,Acclaim Entertainment,0.18,0.08,0,0.01,0.27 +6348,Command & Conquer,N64,1999,Strategy,Nintendo,0.22,0.05,0,0,0.27 +6349,Call of Juarez: The Cartel,X360,2011,Shooter,Ubisoft,0.14,0.11,0,0.03,0.27 +6350,Shadow of Rome,PS2,2005,Action,Capcom,0.13,0.1,0,0.03,0.27 +6351,Tohoku Daigaku Karei Igaku Kenkyuusho - Kawashima Ryuuta Kyouju Kanshuu - Mono Sugoku Nou o Kitaeru 5-Funkan no Oni Training,3DS,2012,Action,Nintendo,0,0,0.27,0,0.27 +6352,Tales of Eternia,PSP,2005,Role-Playing,Ubisoft,0,0.01,0.25,0.01,0.27 +6353,Harry Potter and the Order of the Phoenix,PS2,2007,Action,Electronic Arts,0.13,0.1,0,0.03,0.27 +6354,Ben 10 Triple Pack,DS,2011,Misc,D3Publisher,0.13,0.12,0,0.03,0.27 +6355,Need for Speed Rivals,PC,2013,Racing,Electronic Arts,0.04,0.19,0,0.04,0.27 +6356,Stuntman: Ignition,PS2,2007,Racing,THQ,0.13,0.1,0,0.03,0.27 +6357,Fantastic 4,XB,2005,Action,Activision,0.2,0.06,0,0.01,0.27 +6358,Mat Hoffman's Pro BMX,GBA,2001,Sports,Activision,0.19,0.07,0,0,0.27 +6359,MotoGP,PS2,2000,Racing,Namco Bandai Games,0.06,0.05,0.14,0.02,0.27 +6360,The Penguins of Madagascar,DS,2010,Action,THQ,0.13,0.12,0,0.02,0.27 +6361,Summer Athletics: The Ultimate Challenge (US sales),Wii,2008,Sports,DTP Entertainment,0.23,0.04,0,0,0.27 +6362,Rock Revolution,X360,2008,Misc,Konami Digital Entertainment,0.25,0,0,0.02,0.27 +6363,Etrian Odyssey II: Heroes of Lagaard,DS,2008,Role-Playing,Atlus,0.1,0,0.16,0.01,0.27 +6364,LEGO The Hobbit,XOne,2014,Action,Warner Bros. Interactive Entertainment,0.13,0.12,0,0.02,0.27 +6365,Jikkyou Powerful Pro Yakyuu 2,SNES,1995,Sports,Konami Digital Entertainment,0,0,0.27,0,0.27 +6366,The Incredible Hulk,PS3,2008,Action,Sega,0.22,0.03,0,0.03,0.27 +6367,Resident Evil: Revelations,X360,2013,Action,Capcom,0.12,0.11,0.02,0.02,0.27 +6368,Major League Baseball 2K10,Wii,2010,Sports,Take-Two Interactive,0.25,0,0,0.02,0.27 +6369,NASCAR 2011: The Game,PS3,2011,Racing,Activision,0.25,0,0,0.02,0.27 +6370,Thoroughbred Breeder II,SNES,1994,Simulation,Hect,0,0,0.27,0,0.27 +6371,Shin Megami Tensei: Devil Survivor,DS,2009,Role-Playing,Atlus,0.14,0,0.12,0.01,0.27 +6372,Magical Vacation,GBA,2001,Role-Playing,Nintendo,0,0,0.26,0.01,0.27 +6373,XGIII: Extreme G Racing,PS2,2001,Racing,Acclaim Entertainment,0.13,0.1,0,0.03,0.27 +6374,NBA Live 2004,GC,2003,Sports,Electronic Arts,0.21,0.05,0,0.01,0.27 +6375,Dragon Ball: XenoVerse,X360,2015,Fighting,Namco Bandai Games,0.16,0.08,0,0.02,0.27 +6376,NASCAR Thunder 2003,XB,2002,Racing,Electronic Arts,0.2,0.06,0,0.01,0.27 +6377,Section 8,X360,2009,Shooter,SouthPeak Games,0.15,0.09,0,0.03,0.27 +6378,Superbike 2000,PS,1999,Racing,Electronic Arts,0.15,0.1,0,0.02,0.27 +6379,America's Test Kitchen: Let's Get Cooking,DS,2010,Simulation,Nintendo,0.25,0,0,0.02,0.27 +6380,Final Fantasy XI: Ultimate Collection,X360,2009,Role-Playing,Square Enix,0.25,0,0,0.02,0.27 +6381,Fire Emblem: Shin Monshou no Nazo Hikari to Kage no Eiyuu,DS,2010,Strategy,Nintendo,0,0,0.27,0,0.27 +6382,F1 2016 (Codemasters),PS4,2016,Racing,Codemasters,0.01,0.21,0.01,0.04,0.27 +6383,Connect Four / Perfection / Trouble,GBA,2005,Misc,Zoo Digital Publishing,0.19,0.07,0,0,0.27 +6384,Wipeout 2,X360,2011,Misc,Activision,0.25,0,0,0.02,0.27 +6385,Ratatouille,X360,2007,Action,THQ,0.23,0.02,0,0.02,0.27 +6386,The Incredible Hulk,X360,2008,Action,Sega,0.22,0.03,0,0.02,0.27 +6387,Dora the Explorer: Dora Saves the Crystal Kingdom,Wii,2009,Misc,Take-Two Interactive,0.24,0.01,0,0.02,0.27 +6388,Alundra 2: A New Legend Begins,PS,1999,Role-Playing,Activision,0.15,0.1,0,0.02,0.27 +6389,Reign of Fire,PS2,2002,Shooter,BAM! Entertainment,0.13,0.1,0,0.03,0.27 +6390,Scooby-Doo! and the Spooky Swamp,PS2,2010,Action,Warner Bros. Interactive Entertainment,0.08,0.11,0,0.08,0.27 +6391,Jikkyou Powerful Pro Yakyuu '98 Ketteiban,PS,1998,Sports,Konami Digital Entertainment,0,0,0.25,0.02,0.27 +6392,Ace Attorney 6,3DS,2016,Adventure,Capcom,0,0,0.27,0,0.27 +6393,The Sims 2: Pets,GC,2006,Simulation,Electronic Arts,0.21,0.05,0,0.01,0.27 +6394,Cake Mania 2: Jill's Next Adventure!,DS,2008,Puzzle,Majesco Entertainment,0.24,0,0,0.02,0.27 +6395,Batman: Arkham Origins Blackgate,3DS,2013,Action,Warner Bros. Interactive Entertainment,0.16,0.09,0,0.02,0.27 +6396,The BIGS,X360,2007,Sports,Take-Two Interactive,0.18,0.08,0,0,0.27 +6397,Initial D: Special Stage,PS2,2003,Racing,Sega,0,0,0.27,0,0.27 +6398,Madden NFL 08,DS,2007,Sports,Electronic Arts,0.24,0,0,0.02,0.27 +6399,Jurassic Park: Operation Genesis,PS2,2003,Simulation,Konami Digital Entertainment,0.13,0.1,0,0.03,0.27 +6400,Family Feud: 2010 Edition,DS,2009,Misc,Ubisoft,0.25,0,0,0.02,0.27 +6401,Final Doom,PS,1995,Shooter,GT Interactive,0.15,0.1,0,0.02,0.27 +6402,Deadly Premonition,X360,2010,Action,Rising Star Games,0.18,0.06,0,0.02,0.27 +6403,Rock Revolution,PS3,N/A,Misc,Unknown,0.25,0,0,0.02,0.27 +6404,Are You Smarter than a 5th Grader? Game Time,Wii,2009,Puzzle,THQ,0.25,0,0,0.02,0.27 +6405,NBA ShootOut 2001,PS,2000,Sports,Sony Computer Entertainment,0.15,0.1,0,0.02,0.27 +6406,Knockout Kings 2002,XB,2002,Sports,Electronic Arts,0.2,0.06,0,0.01,0.27 +6407,Wipeout 2,DS,2011,Misc,Activision,0.25,0,0,0.02,0.27 +6408,Payday 2,PS4,2015,Shooter,505 Games,0.09,0.14,0,0.04,0.27 +6409,Ultimate NES Remix,3DS,2014,Action,Unknown,0.15,0.09,0,0.02,0.27 +6410,Megamind: The Blue Defender,DS,2010,Adventure,THQ,0.19,0.05,0,0.02,0.27 +6411,NFL Street 3,PSP,2006,Sports,Electronic Arts,0.24,0,0,0.02,0.27 +6412,Battle Arena Toshinden 3,PS,1996,Fighting,Sony Computer Entertainment,0.06,0.04,0.14,0.02,0.27 +6413,Teenage Mutant Ninja Turtles: Danger of the Ooze,PS3,2014,Adventure,Activision,0.11,0.11,0,0.05,0.27 +6414,Jade Cocoon: Story of the Tamamayu,PS,1998,Role-Playing,Crave Entertainment,0.15,0.1,0,0.02,0.27 +6415,Super Nazo Puyo: Ruruu no Ruu,SNES,1995,Puzzle,Banpresto,0,0,0.27,0,0.27 +6416,Cabela's Big Game Hunter 2010,X360,2009,Sports,Activision Value,0.25,0,0,0.02,0.27 +6417,InuYasha: Feudal Combat,PS2,2005,Fighting,Namco Bandai Games,0.13,0.1,0,0.03,0.27 +6418,Duel Masters,PS2,2004,Strategy,Atari,0.13,0.1,0,0.03,0.27 +6419,Ninja Gaiden Sigma,PSV,2012,Action,Tecmo Koei,0.13,0.06,0.04,0.04,0.27 +6420,Super Collapse! 3,DS,2007,Puzzle,Mumbo Jumbo,0.25,0,0,0.02,0.27 +6421,Superman Returns,X360,2006,Action,Electronic Arts,0.23,0.02,0,0.02,0.27 +6422,The Dog Island,PS2,2007,Adventure,Ubisoft,0.13,0.1,0,0.03,0.27 +6423,My Virtual Tutor: Reading Adventure Kindergarten to First,DS,2009,Misc,Mentor Interactive,0.25,0,0,0.02,0.27 +6424,Dynasty Warriors Next,PSV,2011,Action,Tecmo Koei,0.06,0.07,0.11,0.03,0.27 +6425,Major League Baseball 2K9,Wii,2009,Sports,Take-Two Interactive,0.25,0,0,0.02,0.27 +6426,Jikkyou Powerful Pro Yakyuu 2010,PS3,2010,Sports,Konami Digital Entertainment,0,0,0.27,0,0.27 +6427,Operation Armored Liberty,GBA,2003,Action,Majesco Entertainment,0.19,0.07,0,0,0.27 +6428,Rory McIlroy PGA Tour,XOne,2015,Action,Electronic Arts,0.15,0.09,0,0.02,0.27 +6429,Dynasty Warriors 7: Xtreme Legends,PS3,2011,Action,Tecmo Koei,0.04,0.05,0.16,0.02,0.27 +6430,Summer Sports 2: Island Sports Party,Wii,2008,Sports,Ubisoft,0.24,0,0,0.02,0.27 +6431,Imagine: Fashion Party,Wii,2009,Simulation,Ubisoft,0.25,0,0,0.02,0.27 +6432,Fish Tycoon,DS,2007,Simulation,Majesco Entertainment,0.24,0,0,0.02,0.27 +6433,Scene It? Twilight,Wii,2009,Misc,Konami Digital Entertainment,0.16,0.08,0,0.02,0.27 +6434,And1 Streetball,PS2,2006,Action,Ubisoft,0.13,0.1,0,0.03,0.27 +6435,Don King Boxing,Wii,2009,Sports,Take-Two Interactive,0.14,0.1,0,0.03,0.27 +6436,Atelier Ayesha: The Alchemist of Dusk,PS3,2012,Role-Playing,Tecmo Koei,0.06,0.04,0.14,0.02,0.27 +6437,Angry Birds Trilogy,X360,2012,Action,Activision,0.18,0.06,0,0.02,0.27 +6438,Dragon Ball Z: Tenkaichi Tag Team,PSP,2010,Fighting,Namco Bandai Games,0.11,0.04,0.09,0.03,0.27 +6439,Sonic X: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.19,0.07,0,0,0.27 +6440,ESPN NBA Basketball,XB,2003,Sports,Sega,0.2,0.06,0,0.01,0.27 +6441,Gallop Racer 2: One and Only Road to Victory,PS,1997,Sports,Tecmo Koei,0,0,0.25,0.02,0.27 +6442,NBA 07,PS3,2006,Sports,Sony Computer Entertainment,0.24,0,0.01,0.02,0.26 +6443,Lowrider,PS2,2002,Misc,Pacific Century Cyber Works,0.11,0.09,0.03,0.03,0.26 +6444,Reload: Target Down,Wii,2010,Shooter,Mastiff,0.25,0,0,0.02,0.26 +6445,All-Pro Football 2K8,X360,2007,Sports,Take-Two Interactive,0.24,0,0,0.02,0.26 +6446,Dungeons & Dragons: Eye of the Beholder,GBA,2002,Role-Playing,Atari,0.19,0.07,0,0,0.26 +6447,The Crew,X360,2014,Racing,Ubisoft,0.06,0.18,0,0.02,0.26 +6448,"Barbie: Jet, Set & Style!",Wii,2011,Misc,THQ,0.23,0.01,0,0.02,0.26 +6449,Battlestations: Midway,X360,2007,Strategy,Eidos Interactive,0.21,0.02,0,0.02,0.26 +6450,Rayman DS,DS,2005,Platform,Ubisoft,0.21,0.04,0,0.02,0.26 +6451,Gundam Breaker,PS3,2013,Action,Namco Bandai Games,0,0,0.26,0,0.26 +6452,The House of the Dead 2,DC,1998,Shooter,Sega,0,0,0.26,0,0.26 +6453,Create,Wii,2010,Action,Electronic Arts,0.22,0.03,0,0.02,0.26 +6454,A.C.E.: Another Century's Episode R,PS3,2010,Simulation,Namco Bandai Games,0,0,0.26,0,0.26 +6455,Littlest Pet Shop: Friends,Wii,2009,Simulation,Electronic Arts,0.22,0.02,0,0.02,0.26 +6456,Rune: Viking Warlord,PS2,2001,Action,Take-Two Interactive,0.13,0.1,0,0.03,0.26 +6457,Panzer Dragoon Orta,XB,2002,Shooter,Sega,0.16,0.05,0.04,0.01,0.26 +6458,Jikkyou Powerful Pro Yakyuu '99 Ketteiban,PS,1999,Sports,Konami Digital Entertainment,0,0,0.25,0.02,0.26 +6459,Dragon Age Origins: Awakening,PS3,2010,Role-Playing,Spike,0.24,0,0,0.02,0.26 +6460,King's Field II,PS,1996,Role-Playing,From Software,0.08,0.06,0.11,0.02,0.26 +6461,Danganronpa 2: Goodbye Despair,PSV,2014,Misc,Nippon Ichi Software,0.13,0.07,0,0.06,0.26 +6462,Aikatsu! 2-nin no My Princess,3DS,2013,Action,Namco Bandai Games,0,0,0.26,0,0.26 +6463,Beyblade: Metal Fusion,DS,2009,Role-Playing,Hudson Soft,0.08,0.03,0.14,0.01,0.26 +6464,NCAA Gamebreaker,PS,1996,Sports,Sony Computer Entertainment,0.15,0.1,0,0.02,0.26 +6465,Petz: Horsez 2,PS2,2007,Simulation,Ubisoft,0.13,0.1,0,0.03,0.26 +6466,NPPL: Championship Paintball 2009,PS2,2008,Shooter,Activision Value,0.13,0.1,0,0.03,0.26 +6467,Skylanders: SuperChargers,Wii,2015,Action,Activision,0.05,0.19,0,0.02,0.26 +6468,Zoo Tycoon 2: Ultimate Collection,PC,2008,Strategy,Microsoft Game Studios,0.04,0.18,0,0.04,0.26 +6469,Tomba!,PS,1997,Platform,Sony Computer Entertainment,0.15,0.1,0,0.02,0.26 +6470,Love Plus,DS,2009,Simulation,Konami Digital Entertainment,0,0,0.26,0,0.26 +6471,Tales of Innocence,DS,2007,Role-Playing,Namco Bandai Games,0,0,0.26,0,0.26 +6472,MLB SlugFest 2006,PS2,2006,Sports,Midway Games,0.13,0.1,0,0.03,0.26 +6473,J Stars Victory Vs.,PSV,2014,Fighting,Namco Bandai Games,0,0.07,0.17,0.02,0.26 +6474,Rugrats: I Gotta Go Party,GBA,2002,Action,THQ,0.19,0.07,0,0,0.26 +6475,Virtua Racing,GEN,1994,Racing,Sega,0,0,0.26,0,0.26 +6476,Crash Tag Team Racing,PSP,2005,Racing,Vivendi Games,0.16,0.06,0,0.04,0.26 +6477,Prison Break: The Conspiracy,PS3,2010,Action,Deep Silver,0.05,0.16,0,0.05,0.26 +6478,Bolt,PS2,2008,Adventure,Disney Interactive Studios,0.09,0.02,0,0.16,0.26 +6479,DS Bungaku Zenshuu,DS,2007,Misc,Nintendo,0,0,0.26,0,0.26 +6480,We Cheer 2,Wii,2009,Simulation,Namco Bandai Games,0.24,0,0,0.02,0.26 +6481,Nancy Drew: The Mystery of the Clue Bender Society,DS,2008,Adventure,Codemasters,0.24,0,0,0.02,0.26 +6482,Inazuma Eleven GO 3: Galaxy,3DS,2013,Sports,Level 5,0,0,0.26,0,0.26 +6483,Ford Racing 3,PS2,2004,Racing,Take-Two Interactive,0.13,0.1,0,0.03,0.26 +6484,Michael Jackson: The Experience,DS,2010,Misc,Ubisoft,0.22,0.03,0,0.02,0.26 +6485,Phantasy Star Universe: Ambition of the Illuminus,PS2,2007,Role-Playing,Sega,0.1,0.08,0.05,0.03,0.26 +6486,Project Runway,Wii,2010,Simulation,Atari,0.24,0,0,0.02,0.26 +6487,Jikkyou Powerful Pro Yakyuu 2013,PS3,2013,Sports,Konami Digital Entertainment,0,0,0.26,0,0.26 +6488,The Adventures of Jimmy Neutron Boy Genius vs. Jimmy Negatron,GBA,2002,Action,THQ,0.19,0.07,0,0,0.26 +6489,Sengoku Basara 2,PS2,2006,Action,Capcom,0,0,0.26,0,0.26 +6490,Naruto: Ultimate Ninja Heroes,PSP,2006,Fighting,Namco Bandai Games,0.26,0,0,0,0.26 +6491,Inazuma Eleven Strikers,Wii,2011,Role-Playing,Nintendo,0,0.01,0.25,0,0.26 +6492,Hey Arnold! The Movie,GBA,2002,Platform,THQ,0.19,0.07,0,0,0.26 +6493,Final Fantasy V Advance,GBA,2006,Role-Playing,Nintendo,0,0,0.26,0.01,0.26 +6494,Need for Speed: Most Wanted,GBA,2005,Racing,Electronic Arts,0.19,0.07,0,0,0.26 +6495,Lumines: Electronic Symphony,PSV,2012,Misc,Ubisoft,0.11,0.1,0.01,0.05,0.26 +6496,Star Trek: Invasion,PS,2000,Simulation,Activision,0.15,0.1,0,0.02,0.26 +6497,Final Fantasy Crystal Chronicles: Echoes of Time,Wii,2009,Role-Playing,Square Enix,0.13,0.06,0.05,0.02,0.26 +6498,Jonah Lomu Rugby Challenge,PS3,N/A,Sports,Home Entertainment Suppliers,0,0.2,0,0.06,0.26 +6499,Babysitting Mania,DS,2008,Simulation,Majesco Entertainment,0.24,0,0,0.02,0.26 +6500,Star Wars: Bounty Hunter,GC,2002,Shooter,LucasArts,0.2,0.05,0,0.01,0.26 +6501,Tom and Jerry in War of the Whiskers,PS2,2002,Fighting,Ubisoft,0.13,0.1,0,0.03,0.26 +6502,Ace Attorney Investigations 2,DS,2011,Adventure,Capcom,0,0,0.26,0,0.26 +6503,Minute to Win It,Wii,2010,Misc,Zoo Games,0.25,0,0,0.02,0.26 +6504,Smart Girl's Playhouse,DS,2007,Misc,505 Games,0.24,0,0,0.02,0.26 +6505,Racquet Sports,Wii,2010,Sports,Ubisoft,0.14,0.09,0,0.02,0.26 +6506,TouchMaster 3(Others sales),DS,2009,Puzzle,Warner Bros. Interactive Entertainment,0,0.24,0,0.02,0.26 +6507,The Elder Scrolls IV: Oblivion,PC,2006,Role-Playing,Take-Two Interactive,0.01,0.2,0,0.05,0.26 +6508,Jikkyou Powerful Pro Yakyuu 2011,PS3,2011,Sports,Konami Digital Entertainment,0,0,0.26,0,0.26 +6509,Madden NFL 2005,DS,2004,Sports,Electronic Arts,0.24,0,0,0.02,0.26 +6510,Skylanders: Trap Team,3DS,2014,Action,Activision,0.14,0.1,0,0.02,0.26 +6511,Yu-Gi-Oh! Ultimate Masters: World Championship Tournament 2006,GBA,2006,Misc,Konami Digital Entertainment,0.14,0.05,0.07,0.01,0.26 +6512,Power Pro Kun Pocket 5,GBA,2003,Sports,Konami Digital Entertainment,0,0,0.25,0.01,0.26 +6513,Konjiki no Gashbell!! Makai no Bookmark,GBA,2004,Adventure,Banpresto,0,0,0.25,0.01,0.26 +6514,Plants vs. Zombies,X360,2010,Strategy,PopCap Games,0.24,0,0,0.02,0.26 +6515,Riding Spirits,PS2,2002,Racing,BAM! Entertainment,0.13,0.1,0,0.03,0.26 +6516,Disney Sing It: Pop Hits,PS3,2009,Misc,Disney Interactive Studios,0.17,0.05,0,0.03,0.26 +6517,Indiana Jones and the Staff of Kings,DS,2009,Action,Activision,0.17,0.07,0,0.02,0.26 +6518,Etrian Odyssey Untold: The Millennium Girl,3DS,2013,Role-Playing,Atlus,0.1,0.01,0.14,0.01,0.26 +6519,Bust A Groove 2,PS,1999,Misc,Enix Corporation,0.04,0.03,0.18,0.02,0.26 +6520,Hatsune Miku: Project Diva,PSP,2009,Misc,Sega,0,0,0.26,0,0.26 +6521,Juiced 2: Hot Import Nights,PS3,2007,Racing,THQ,0.18,0.04,0.01,0.03,0.26 +6522,Gundam Battle Universe,PSP,2008,Fighting,Namco Bandai Games,0,0,0.26,0,0.26 +6523,Sengoku Basara: Battle Heroes,PSP,2009,Action,Capcom,0,0,0.26,0,0.26 +6524,Nightmare Creatures,N64,1996,Action,Activision,0.21,0.05,0,0,0.26 +6525,Star Wars Episode I: Battle for Naboo,N64,2000,Simulation,LucasArts,0.21,0.05,0,0,0.26 +6526,Duke Nukem: Zero Hour,N64,1999,Shooter,GT Interactive,0.21,0.05,0,0,0.26 +6527,Armorines: Project S.W.A.R.M.,N64,1999,Shooter,Acclaim Entertainment,0.21,0.05,0,0,0.26 +6528,NCAA March Madness 08,PS2,2007,Sports,Electronic Arts,0.13,0.1,0,0.03,0.26 +6529,Armored Core: Nexus,PS2,2004,Simulation,Indie Games,0.06,0.05,0.14,0.02,0.26 +6530,Evolution Skateboarding,PS2,2002,Sports,Konami Digital Entertainment,0.13,0.1,0,0.03,0.26 +6531,Dora the Explorer: The Search for Pirate Pig's Treasure,GBA,2002,Adventure,NewKidCo,0.19,0.07,0,0,0.26 +6532,Muramasa: The Demon Blade,PSV,2013,Role-Playing,Marvelous Entertainment,0.13,0,0.1,0.03,0.26 +6533,Yakuza: Ishin,PS3,2014,Action,Sega,0,0,0.26,0,0.26 +6534,Indiana Jones and the Staff of Kings,PSP,2009,Action,Activision,0.11,0.1,0,0.06,0.26 +6535,Tony Hawk: Shred,X360,2010,Sports,Activision,0.17,0.07,0,0.02,0.26 +6536,Outlaw Volleyball,XB,2003,Sports,TDK Mediactive,0.19,0.06,0,0.01,0.26 +6537,Batman: Vengeance,GC,2001,Adventure,Ubisoft,0.2,0.05,0,0.01,0.26 +6538,The Amazing Spider-Man 2 (2014),X360,2014,Action,Activision,0.1,0.14,0,0.02,0.26 +6539,RealSports Football,2600,1981,Sports,Atari,0.24,0.01,0,0,0.26 +6540,Tiger Woods PGA Tour 10,PS2,2009,Sports,Electronic Arts,0.12,0.01,0,0.13,0.26 +6541,SD Gundam G Generation: Cross Drive,DS,2007,Strategy,Namco Bandai Games,0,0,0.26,0,0.26 +6542,Tom Clancy's Splinter Cell: Double Agent,PS3,2007,Action,Ubisoft,0.2,0.03,0,0.03,0.26 +6543,Monsters vs. Aliens,Wii,2009,Action,Activision,0.14,0.09,0,0.03,0.26 +6544,Dungeons & Dragons Heroes,XB,2003,Role-Playing,Atari,0.19,0.06,0,0.01,0.26 +6545,The Testament of Sherlock Holmes,PS3,2012,Adventure,Focus Home Interactive,0.05,0.15,0,0.06,0.26 +6546,Game of Thrones,X360,2012,Role-Playing,Focus Home Interactive,0.15,0.08,0,0.02,0.26 +6547,Loving Life with Hello Kitty & Friends,DS,2011,Misc,Rising Star Games,0.15,0.08,0,0.02,0.26 +6548,McGrath Vs. Pastrana Freestyle Motocross,PS,2000,Racing,Acclaim Entertainment,0.14,0.1,0,0.02,0.26 +6549,Legaia 2: Duel Saga,PS2,2001,Role-Playing,Eidos Interactive,0.13,0.1,0,0.03,0.26 +6550,Crash Nitro Kart,GC,2003,Racing,Vivendi Games,0.2,0.05,0,0.01,0.26 +6551,Karaoke Joysound Wii,Wii,2008,Misc,Hudson Soft,0.01,0,0.25,0,0.26 +6552,MLB 09: The Show,PSP,2009,Sports,Sony Computer Entertainment,0.24,0,0,0.02,0.26 +6553,Polarium,DS,2004,Puzzle,Nintendo,0.13,0.01,0.11,0.01,0.26 +6554,Samurai Warriors 4,PS3,2014,Action,Tecmo Koei,0,0,0.26,0,0.26 +6555,F1 2014,X360,2014,Racing,Codemasters,0.08,0.15,0,0.02,0.26 +6556,Classic NES Series: Bomberman,GBA,2004,Action,Nintendo,0.1,0.04,0.11,0.01,0.26 +6557,Avatar: The Last Airbender - The Burning Earth,Wii,2007,Action,THQ,0.24,0,0,0.02,0.26 +6558,Peter Jackson's King Kong: The Official Game of the Movie,X360,2005,Action,Ubisoft,0.2,0.03,0,0.02,0.26 +6559,Bratz Ponyz 2,DS,2008,Adventure,Game Factory,0.24,0,0,0.02,0.26 +6560,A.C.E.: Another Century's Episode,PS2,2005,Simulation,Banpresto,0,0,0.26,0,0.26 +6561,Frogger's Journey: The Forgotten Relic,GBA,2003,Action,Konami Digital Entertainment,0.18,0.07,0,0,0.26 +6562,X-Men vs. Street Fighter,SAT,1997,Fighting,Capcom,0,0,0.26,0,0.26 +6563,Army of Two: The Devil's Cartel,X360,2013,Shooter,Electronic Arts,0.16,0.07,0,0.02,0.26 +6564,Dora the Explorer: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.18,0.07,0,0,0.26 +6565,Oddworld: Stranger's Wrath,XB,2005,Adventure,Electronic Arts,0.19,0.06,0,0.01,0.26 +6566,Sega Rally Revo,PSP,2007,Racing,Sega,0.03,0.15,0,0.08,0.26 +6567,King of Fighters: Maximum Impact,PS2,2004,Fighting,Ignition Entertainment,0.13,0.1,0,0.03,0.26 +6568,Marvel Super Heroes vs. Street Fighter,PS,1998,Fighting,Virgin Interactive,0.14,0.1,0,0.02,0.26 +6569,Legendary,X360,2008,Shooter,Atari,0.08,0.15,0,0.03,0.26 +6570,J-League Pro Soccer Club wo Tsukurou!,SAT,1996,Sports,Sega,0,0,0.26,0,0.26 +6571,Daisy Fuentes Pilates,Wii,2009,Sports,505 Games,0.17,0.06,0,0.02,0.26 +6572,Star Trek: The Game,PS3,2013,Action,Namco Bandai Games,0.1,0.11,0,0.05,0.26 +6573,Drakan: The Ancients' Gates,PS2,2002,Adventure,Sony Computer Entertainment,0.13,0.1,0,0.03,0.26 +6574,Dead or Alive Xtreme 2,X360,2006,Sports,Tecmo Koei,0.15,0.03,0.06,0.02,0.26 +6575,Petz: Crazy Monkeyz,Wii,2008,Simulation,Ubisoft,0.23,0,0,0.02,0.26 +6576,"SpongeBob SquarePants: Lights, Camera, Pants!",XB,2005,Misc,THQ,0.19,0.06,0,0.01,0.26 +6577,Choro Q3,PS,1998,Racing,Takara,0,0,0.24,0.02,0.26 +6578,Tokyo Jungle,PS3,2012,Action,Sony Computer Entertainment,0,0,0.26,0,0.26 +6579,Hunted: The Demon's Forge,PS3,2011,Action,Bethesda Softworks,0.12,0.08,0.02,0.04,0.26 +6580,Lemony Snicket's A Series of Unfortunate Events,GC,2004,Platform,Activision,0.2,0.05,0,0.01,0.26 +6581,Pirates of the Caribbean: Dead Man's Chest,DS,2006,Adventure,Disney Interactive Studios,0.23,0.01,0,0.02,0.26 +6582,Bionicle: Matoran Adventures,GBA,2002,Platform,Electronic Arts,0.18,0.07,0,0,0.26 +6583,Armored Core: Master of Arena,PS,1999,Simulation,From Software,0.07,0.05,0.13,0.02,0.26 +6584,Fire Emblem: Thracia 776,SNES,1999,Strategy,Nintendo,0,0,0.26,0,0.26 +6585,Desert Falcon,2600,1987,Shooter,Atari,0.24,0.01,0,0,0.26 +6586,NASCAR 09,PS3,2008,Racing,Electronic Arts,0.22,0.01,0,0.02,0.26 +6587,Tengai Makyou: Daishi no Mokushiroku - The Apocalypse IV,SAT,1997,Role-Playing,Hudson Soft,0,0,0.26,0,0.26 +6588,A.C.E.: Another Century's Episode 3: The Final,PS2,2007,Simulation,Banpresto,0,0,0.26,0,0.26 +6589,ATV: Quad Power Racing,GBA,2002,Racing,Liquid Games,0.18,0.07,0,0,0.26 +6590,Mario & Sonic at the Rio 2016 Olympic Games,WiiU,2016,Action,Nintendo,0.03,0.11,0.1,0.01,0.26 +6591,The Backyardigans,DS,2009,Adventure,Take-Two Interactive,0.24,0,0,0.02,0.26 +6592,Backyard NFL Football,GC,2002,Sports,Infogrames,0.2,0.05,0,0.01,0.26 +6593,All-Star Baseball 2003,XB,2002,Sports,Acclaim Entertainment,0.19,0.06,0,0.01,0.26 +6594,Silent Hunter 5: Battle of the Atlantic,PC,2010,Simulation,Ubisoft,0,0.21,0,0.05,0.26 +6595,MTX Mototrax,PS2,2004,Racing,Activision,0.13,0.1,0,0.03,0.26 +6596,Tomb Raider: Underworld (Others sales),PS2,2009,Adventure,Eidos Interactive,0,0.21,0,0.04,0.26 +6597,NHL Rock the Rink,PS,1999,Sports,Electronic Arts,0.14,0.1,0,0.02,0.26 +6598,LEGO Star Wars III: The Clone Wars,PC,2011,Action,LucasArts,0.1,0.13,0,0.03,0.26 +6599,NBA ShootOut 2004,PS2,2003,Sports,Sony Computer Entertainment,0.13,0.1,0,0.03,0.26 +6600,TOCA Race Driver 2: Ultimate Racing Simulator,PSP,2005,Racing,Codemasters,0,0.25,0,0,0.26 +6601,Super Robot Taisen R,GBA,2002,Strategy,Banpresto,0,0,0.25,0.01,0.26 +6602,Castlevania: Harmony of Dissonance,GBA,2002,Platform,Konami Digital Entertainment,0.16,0.06,0.04,0,0.26 +6603,Metroid Prime Pinball,DS,2005,Misc,Nintendo,0.21,0,0.02,0.02,0.26 +6604,Formula One 2001,PS2,2001,Racing,Sony Computer Entertainment,0.13,0.1,0,0.03,0.26 +6605,Nickelodeon Dance,Wii,2011,Misc,Take-Two Interactive,0.23,0.01,0,0.02,0.26 +6606,Doukyuusei if,SAT,1996,Role-Playing,NEC,0,0,0.26,0,0.26 +6607,Baldur's Gate: Dark Alliance II,XB,2004,Role-Playing,Acclaim Entertainment,0.19,0.06,0,0.01,0.26 +6608,MVP Baseball 2004,GC,2004,Sports,Electronic Arts,0.2,0.05,0,0.01,0.26 +6609,Super Street Fighter II: Turbo Revival,GBA,2001,Fighting,Ubisoft,0.18,0.07,0,0,0.25 +6610,Secret Weapons Over Normandy,XB,2003,Simulation,LucasArts,0.19,0.05,0,0.01,0.25 +6611,Combination Pro Soccer: J-League no Kantoku ni Natte Sekai wo Mezase!!,PS,1998,Sports,Axela,0,0,0.24,0.02,0.25 +6612,NHL 08,PS3,2007,Action,Electronic Arts,0.16,0.06,0,0.03,0.25 +6613,Kidou Senshi Gundam: Giren no Yabou,SAT,1998,Strategy,Namco Bandai Games,0,0,0.25,0,0.25 +6614,Imagine: Ballet Star,DS,2008,Simulation,Ubisoft,0.23,0.01,0,0.02,0.25 +6615,Teen Titans,PS2,2006,Action,THQ,0.12,0.1,0,0.03,0.25 +6616,Percy Jackson and the Olympians: The Lightning Thief,DS,2010,Role-Playing,Activision,0.22,0.01,0,0.02,0.25 +6617,Spelling Challenges and more!,PSP,2007,Misc,Crave Entertainment,0.24,0,0,0.02,0.25 +6618,Crusaders of Might and Magic,PS,1999,Role-Playing,3DO,0.14,0.1,0,0.02,0.25 +6619,Journey,PS3,2012,Adventure,Sony Computer Entertainment Europe,0.04,0.15,0,0.06,0.25 +6620,Tearaway Unfolded,PS4,2015,Platform,Sony Computer Entertainment,0.09,0.12,0,0.04,0.25 +6621,Star Wars The Clone Wars: Republic Heroes,PS2,2009,Action,LucasArts,0.17,0.01,0,0.08,0.25 +6622,Bomberman Generation,GC,2002,Adventure,Vivendi Games,0.15,0.04,0.06,0.01,0.25 +6623,NASCAR 09,X360,2008,Racing,Electronic Arts,0.23,0,0,0.02,0.25 +6624,Surfing H3O,PS2,2000,Sports,Take-Two Interactive,0.12,0.1,0,0.03,0.25 +6625,Romance of the Three Kingdoms II,SNES,1991,Strategy,Tecmo Koei,0,0,0.25,0,0.25 +6626,The Chronicles of Riddick: Assault on Dark Athena,PS3,2009,Shooter,Vivendi Games,0.12,0.1,0,0.04,0.25 +6627,Resident Evil Archives: Resident Evil Zero,Wii,2008,Action,Capcom,0.14,0.04,0.06,0.02,0.25 +6628,Zoo Resort 3D,3DS,2011,Simulation,Ubisoft,0.11,0.09,0.03,0.02,0.25 +6629,Ice Age 2: The Meltdown,GBA,2006,Platform,Vivendi Games,0.18,0.07,0,0,0.25 +6630,The Suite Life of Zack & Cody: Tipton Trouble,DS,2006,Action,Disney Interactive Studios,0.23,0,0,0.02,0.25 +6631,World Series of Poker,XB,2005,Misc,Activision,0.19,0.05,0,0.01,0.25 +6632,Hatsune Miku: Project Diva F 2nd,PS3,2014,Misc,Sega,0.09,0.04,0.1,0.03,0.25 +6633,Galactic Attack,SAT,1994,Shooter,Acclaim Entertainment,0,0,0.25,0,0.25 +6634,Power Pro Kun Pocket 2,GB,2000,Sports,Konami Digital Entertainment,0,0,0.25,0,0.25 +6635,Game of Thrones,PS3,2012,Role-Playing,Focus Home Interactive,0.1,0.11,0,0.04,0.25 +6636,Happy Feet,GC,2006,Action,Midway Games,0.2,0.05,0,0.01,0.25 +6637,Walt Disney's The Jungle Book: Rhythm N'Groove,PS2,2003,Misc,Disney Interactive Studios,0.12,0.1,0,0.03,0.25 +6638,Triple Play 2002,XB,2002,Sports,Electronic Arts,0.19,0.05,0,0.01,0.25 +6639,Scrabble,DS,2009,Misc,Ubisoft,0.21,0.02,0,0.03,0.25 +6640,Evil Zone,PS,1998,Fighting,Titus,0.14,0.1,0,0.02,0.25 +6641,Spy Kids Challenger,GBA,2002,Platform,Disney Interactive Studios,0.18,0.07,0,0,0.25 +6642,K-ON! Houkago Live!!,PSP,2010,Misc,Sega,0,0,0.25,0,0.25 +6643,A. IV Evolution: A Ressha de Ikou 4,PS,1994,Strategy,ArtDink,0,0,0.24,0.02,0.25 +6644,Exhibition,XB,2001,Misc,Microsoft Game Studios,0.19,0.05,0,0.01,0.25 +6645,Scrabble,PS,1999,Misc,Ubisoft,0.14,0.1,0,0.02,0.25 +6646,Tony Hawk's Proving Ground,Wii,2007,Sports,Activision,0.22,0.01,0,0.02,0.25 +6647,Amped 2,XB,2003,Sports,Microsoft Game Studios,0.2,0.04,0,0.01,0.25 +6648,Blaster Master: Blasting Again,PS,2000,Shooter,Sunsoft,0.14,0.1,0,0.02,0.25 +6649,College Hoops 2K6,PS2,N/A,Sports,Unknown,0.12,0.1,0,0.03,0.25 +6650,Cartoon Network Collection: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.18,0.07,0,0,0.25 +6651,Cars,X360,2006,Racing,THQ,0.22,0.02,0,0.02,0.25 +6652,Family Guy: Back to the Multiverse,X360,2012,Action,Activision,0.14,0.09,0,0.02,0.25 +6653,Kung Fu Panda 2,X360,2011,Action,THQ,0.16,0.07,0,0.02,0.25 +6654,Up,PS3,2009,Action,THQ,0.15,0.07,0,0.03,0.25 +6655,Birds of Steel,PS3,2012,Simulation,Konami Digital Entertainment,0.1,0.09,0.02,0.04,0.25 +6656,Madagascar: Escape 2 Africa,X360,2008,Action,Activision,0.12,0.1,0,0.03,0.25 +6657,WipEout XL,PS,1996,Racing,Psygnosis,0.14,0.1,0,0.02,0.25 +6658,Animal Paradise,DS,2007,Simulation,Empire Interactive,0.09,0.14,0,0.02,0.25 +6659,The Powerpuff Girls: Chemical X-Traction,PS,2001,Action,BAM! Entertainment,0.14,0.1,0,0.02,0.25 +6660,NHL 08,X360,2007,Action,Electronic Arts,0.22,0.01,0,0.02,0.25 +6661,Dynasty Warriors 6 (JP sales),PS2,2008,Action,Tecmo Koei,0,0,0.25,0,0.25 +6662,Just Dance Kids 2,PS3,2011,Misc,Ubisoft,0.1,0.1,0,0.04,0.25 +6663,FIFA 14,3DS,2013,Sports,Electronic Arts,0,0.23,0,0.03,0.25 +6664,Men of Valor,XB,2004,Shooter,Vivendi Games,0.19,0.05,0,0.01,0.25 +6665,Bomberman Tournament,GBA,2001,Puzzle,Activision,0.1,0.04,0.1,0.01,0.25 +6666,Medal of Honor European Assault,GC,2005,Shooter,Electronic Arts,0.19,0.05,0,0.01,0.25 +6667,Spider-Man: Web of Shadows,Wii,2008,Action,Activision,0.22,0.01,0,0.02,0.25 +6668,Billy Hatcher and the Giant Egg,GC,2003,Platform,Sega,0.19,0.05,0,0.01,0.25 +6669,Midway's Greatest Arcade Hits,GBA,2001,Misc,Midway Games,0.18,0.07,0,0,0.25 +6670,SpongeBob's Truth or Square (US sales),X360,2009,Action,THQ,0.25,0,0,0,0.25 +6671,Final Fantasy II,WS,2001,Role-Playing,SquareSoft,0,0,0.25,0,0.25 +6672,WipEout Fusion,PS2,2002,Racing,Sony Computer Entertainment,0.12,0.1,0,0.03,0.25 +6673,Spider-Man: Edge of Time,X360,2011,Action,Activision,0.18,0.05,0,0.02,0.25 +6674,UEFA Euro 2008 Austria-Switzerland,PSP,2008,Sports,Electronic Arts,0.06,0.13,0,0.06,0.25 +6675,Marie no Atelier: Salburg no Renkinjutsushi,PS,1997,Role-Playing,Gust,0,0,0.23,0.02,0.25 +6676,The Outfit,X360,2006,Action,THQ,0.21,0.02,0,0.02,0.25 +6677,Golden Nugget Casino,GBA,2004,Misc,Majesco Entertainment,0.18,0.07,0,0,0.25 +6678,NHL 06,XB,2005,Sports,Electronic Arts,0.19,0.05,0,0.01,0.25 +6679,Atari Anthology,XB,2004,Misc,Atari,0.19,0.05,0,0.01,0.25 +6680,Ultimate Fighting Championship,PS,2000,Fighting,Ubisoft,0.14,0.09,0,0.02,0.25 +6681,XIII,XB,2003,Shooter,Ubisoft,0.16,0.08,0,0.01,0.25 +6682,MotoGP '07,X360,2007,Racing,THQ,0.23,0,0,0.02,0.25 +6683,Samurai Shodown II,NG,1994,Fighting,SNK,0,0,0.25,0,0.25 +6684,Mortal Kombat: Armageddon,Wii,2007,Fighting,Midway Games,0.21,0.02,0,0.02,0.25 +6685,Don King Presents: Prizefighter,X360,2008,Sports,Take-Two Interactive,0.14,0.08,0,0.02,0.25 +6686,Hybrid Heaven,N64,1999,Role-Playing,Konami Digital Entertainment,0.16,0.04,0.05,0,0.25 +6687,NBA Showtime: NBA on NBC,N64,1999,Sports,Midway Games,0.23,0.02,0,0,0.25 +6688,Fox Sports College Hoops '99,N64,1998,Sports,Fox Interactive,0.2,0.05,0,0,0.25 +6689,Wheel of Fortune,N64,1997,Misc,Take-Two Interactive,0.2,0.05,0,0,0.25 +6690,MRC: Multi-Racing Championship,N64,1997,Racing,Ocean,0.2,0.05,0,0,0.25 +6691,F1 Pole Position 64,N64,1997,Racing,Ubisoft,0.11,0.13,0,0.01,0.25 +6692,Gex 64: Enter the Gecko,N64,1998,Action,GT Interactive,0.2,0.05,0,0,0.25 +6693,Wayne Gretzky's 3D Hockey '98,N64,1997,Sports,Midway Games,0.23,0.02,0,0,0.25 +6694,NBA Courtside 2 featuring Kobe Bryant,N64,1999,Sports,Nintendo,0.2,0.05,0,0,0.25 +6695,J Stars Victory Vs.,PS4,2015,Fighting,Namco Bandai Games,0.07,0.14,0,0.04,0.25 +6696,U-Sing: Girls Night,Wii,2010,Misc,Mindscape,0,0.21,0,0.04,0.25 +6697,The Mummy: Tomb of the Dragon Emperor,PS2,2008,Action,Vivendi Games,0.12,0.1,0,0.03,0.25 +6698,Def Jam Vendetta,GC,2003,Fighting,Electronic Arts,0.19,0.05,0,0.01,0.25 +6699,Scooby-Doo! Unmasked,PS2,2005,Platform,THQ,0.12,0.1,0,0.03,0.25 +6700,Penny Racers,PS,1996,Racing,Sony Computer Entertainment,0,0,0.23,0.02,0.25 +6701,The Sims 2,XB,2005,Simulation,Electronic Arts,0.19,0.05,0,0.01,0.25 +6702,Caesars Palace II,PS,1998,Misc,Interplay,0.14,0.09,0,0.02,0.25 +6703,Final Fantasy Type-0,XOne,2015,Role-Playing,Square Enix,0.15,0.07,0,0.02,0.25 +6704,World Series Baseball 2K3,PS2,2003,Sports,Sega,0.12,0.1,0,0.03,0.25 +6705,Freshly-Picked: Tingle's Rosy Rupeeland,DS,2006,Role-Playing,Nintendo,0,0.01,0.24,0,0.25 +6706,Pro Yakyuu Team o Tsukurou!,SAT,1998,Sports,Sega,0,0,0.25,0,0.25 +6707,L.A. Noire: The Complete Edition,PC,2011,Adventure,Take-Two Interactive,0.08,0.13,0,0.04,0.25 +6708,Sentimental Graffiti,SAT,1998,Adventure,NEC Interchannel,0,0,0.25,0,0.25 +6709,Hitman: Absolution,PC,2012,Action,Square Enix,0.03,0.17,0,0.04,0.25 +6710,Bolt,X360,2008,Adventure,Disney Interactive Studios,0.18,0.05,0,0.02,0.25 +6711,Marvel: Ultimate Alliance 2,PSP,2009,Role-Playing,Activision,0.17,0.04,0,0.04,0.25 +6712,The Legend of Legacy,3DS,2015,Role-Playing,FuRyu,0.11,0.02,0.1,0.01,0.25 +6713,Disgaea 2: Dark Hero Days,PSP,2009,Role-Playing,Nippon Ichi Software,0.1,0.01,0.12,0.02,0.25 +6714,Devil Kings,PS2,2005,Action,Capcom,0.03,0.03,0.18,0.01,0.25 +6715,Ultimate Band,Wii,2008,Misc,Disney Interactive Studios,0.2,0.03,0,0.02,0.25 +6716,NBA Jam Tournament Edition,PS,1995,Sports,Acclaim Entertainment,0.14,0.09,0,0.02,0.25 +6717,Far Cry Instincts Predator,X360,2006,Shooter,Ubisoft,0.2,0.03,0,0.02,0.25 +6718,Medabots AX: Metabee,GBA,2002,Role-Playing,Natsume,0.18,0.07,0,0,0.25 +6719,Tennis no Oji-Sama: Genius Boys Academy,GBA,2002,Sports,Konami Digital Entertainment,0,0,0.24,0.01,0.25 +6720,X-Men: Destiny,PS3,2011,Action,Activision,0.14,0.08,0,0.03,0.25 +6721,Shadow Man,PS,1998,Action,Acclaim Entertainment,0.14,0.09,0,0.02,0.25 +6722,X-Men Origins: Wolverine,Wii,2009,Action,Activision,0.19,0.04,0,0.02,0.25 +6723,Netsu Chu! Pro Yakyuu 2002,PS2,2002,Sports,Namco Bandai Games,0,0,0.25,0,0.25 +6724,Ninja Gaiden 3,X360,2012,Action,Tecmo Koei,0.16,0.05,0.03,0.02,0.25 +6725,Ben 10 Ultimate Alien: Cosmic Destruction,PS3,2010,Platform,D3Publisher,0.12,0.09,0,0.04,0.25 +6726,Yakuza Zero: The Place of Oath,PS3,2015,Action,Sega,0,0,0.25,0,0.25 +6727,Prince of Persia: The Forgotten Sands,Wii,2010,Action,Ubisoft,0.11,0.11,0,0.02,0.25 +6728,Dynasty Warriors 6,PS2,2008,Action,Tecmo Koei,0.12,0.09,0,0.03,0.25 +6729,Imagine: Zookeeper,DS,2009,Simulation,Ubisoft,0.16,0.06,0,0.02,0.25 +6730,Porky's,2600,1982,Action,20th Century Fox Video Games,0.23,0.01,0,0,0.25 +6731,America's Army: Rise of a Soldier,XB,2005,Shooter,Ubisoft,0.19,0.05,0,0.01,0.25 +6732,Grandia,PS,1999,Role-Playing,Ubisoft,0.14,0.09,0,0.02,0.25 +6733,TV Superstars,PS3,2010,Misc,Sony Computer Entertainment,0.07,0.13,0,0.05,0.25 +6734,Armored Core 4,X360,2007,Simulation,505 Games,0.19,0.01,0.03,0.02,0.25 +6735,F1 2000,PS,2000,Racing,Electronic Arts,0.14,0.09,0,0.02,0.25 +6736,Littlest Pet Shop: Country Friends,DS,2009,Simulation,Electronic Arts,0.23,0,0,0.02,0.25 +6737,Dood's Big Adventure,Wii,2010,Platform,THQ,0.22,0.01,0,0.02,0.25 +6738,Pirates of the Caribbean: The Legend of Jack Sparrow,PS2,2006,Adventure,Ubisoft,0.12,0.09,0,0.03,0.25 +6739,We Love Golf!,Wii,2007,Sports,Capcom,0.2,0.01,0.03,0.02,0.25 +6740,WRC: World Rally Championship,PS2,2001,Racing,Sony Computer Entertainment,0.12,0.09,0,0.03,0.25 +6741,"Ed, Edd n Eddy: The Mis-Edventures",GC,2005,Platform,Midway Games,0.19,0.05,0,0.01,0.25 +6742,Cars: Mater-National Championship,PS2,2007,Racing,THQ,0.12,0.09,0,0.03,0.25 +6743,Dreamworks Madagascar Kartz,X360,2009,Racing,Activision,0.14,0.09,0,0.02,0.25 +6744,Harry Potter and the Order of the Phoenix,PS3,2007,Action,Electronic Arts,0.18,0.04,0,0.03,0.25 +6745,Anno 2205,PC,2015,Strategy,Ubisoft,0.02,0.22,0,0.01,0.25 +6746,Dune 2000,PS,1999,Strategy,Electronic Arts,0.14,0.09,0,0.02,0.25 +6747,Cradle of Rome,DS,2008,Puzzle,Rising Star Games,0.06,0.16,0,0.03,0.25 +6748,Monster Hunter G,Wii,2009,Role-Playing,Capcom,0,0,0.25,0,0.25 +6749,Fuel,PS3,2009,Racing,Codemasters,0.08,0.12,0,0.05,0.25 +6750,Hasbro Family Game Night 3,PS3,2010,Misc,Electronic Arts,0.18,0.04,0,0.03,0.25 +6751,Pro Evolution Soccer 2014,X360,2013,Action,Konami Digital Entertainment,0.06,0.16,0,0.03,0.25 +6752,Project Overkill,PS,1996,Shooter,Konami Digital Entertainment,0.14,0.09,0,0.02,0.25 +6753,Jumping Flash! 2,PS,1996,Platform,Sony Computer Entertainment,0.05,0.03,0.15,0.02,0.25 +6754,Nickelodeon Party Blast,GC,2002,Misc,Atari,0.19,0.05,0,0.01,0.25 +6755,SBK Superbike World Championship,PS3,2008,Racing,Black Bean Games,0.12,0.11,0,0.02,0.25 +6756,Final Fantasy XI: Chains of Promathia,PS2,2004,Role-Playing,Square Enix,0.12,0.09,0,0.03,0.25 +6757,Choro Q2,PS,1997,Racing,Takara,0,0,0.23,0.02,0.25 +6758,Disney's A Christmas Carol,DS,2009,Adventure,Disney Interactive Studios,0.22,0.01,0,0.02,0.25 +6759,Butt Ugly Martians: B.K.M. Battles,GBA,2002,Action,Vivendi Games,0.18,0.07,0,0,0.25 +6760,Major League Baseball 2K7,PS3,2007,Sports,Spike,0.23,0,0,0.02,0.25 +6761,X-Men Legends II: Rise of Apocalypse,GC,2005,Role-Playing,Activision,0.19,0.05,0,0.01,0.25 +6762,Sorry! / Aggravation / Scrabble Junior,GBA,2005,Misc,Zoo Digital Publishing,0.18,0.07,0,0,0.25 +6763,Driver '76,PSP,2007,Racing,Ubisoft,0.03,0.14,0,0.08,0.25 +6764,Turning Point: Fall of Liberty,PS3,2008,Shooter,Codemasters,0.21,0.01,0,0.02,0.25 +6765,NBA Courtside 2002,GC,2002,Sports,Nintendo,0.19,0.05,0,0.01,0.25 +6766,How to Train Your Dragon 2,3DS,2014,Adventure,Little Orbit,0.04,0.19,0,0.02,0.25 +6767,The Adventures of Tintin: The Game,X360,2011,Action,Ubisoft,0.07,0.14,0,0.03,0.25 +6768,Classic NES Series: Excitebike,GBA,2004,Racing,Nintendo,0.11,0.04,0.1,0.01,0.25 +6769,Classic NES Series: Xevious,GBA,2004,Shooter,Nintendo,0.08,0.03,0.12,0.01,0.25 +6770,Avatar: The Last Airbender - Into the Inferno,PS2,2008,Adventure,THQ,0.12,0.09,0,0.03,0.25 +6771,Disney's Planes,DS,2013,Simulation,Disney Interactive Studios,0.13,0.1,0,0.02,0.25 +6772,Dora the Explorer: Journey to the Purple Planet,PS2,2005,Adventure,Global Star,0.12,0.09,0,0.03,0.24 +6773,Tales of Hearts,DS,2008,Role-Playing,Namco Bandai Games,0,0,0.24,0,0.24 +6774,Digimon World: Data Squad,PS2,2006,Role-Playing,Namco Bandai Games,0.12,0.09,0,0.03,0.24 +6775,Dynasty Warriors 7,X360,2011,Action,Tecmo Koei,0.16,0.07,0,0.02,0.24 +6776,Catz,GBA,2005,Simulation,Ubisoft,0.18,0.06,0,0,0.24 +6777,Jikkyou Powerful Pro Yakyuu 2001,PS,2001,Sports,Konami Digital Entertainment,0,0,0.23,0.02,0.24 +6778,Transformers: War for Cybertron (DS Version),DS,2010,Shooter,Activision,0.22,0.01,0,0.02,0.24 +6779,Mega Man X Collection,PS2,N/A,Misc,Unknown,0.12,0.09,0,0.03,0.24 +6780,Trials Fusion,XOne,2014,Racing,Ubisoft,0.12,0.1,0,0.02,0.24 +6781,LEGO Ninjago: Shadow of Ronin,PSV,2015,Action,Warner Bros. Interactive Entertainment,0.03,0.16,0,0.05,0.24 +6782,Avalon Code,DS,2008,Role-Playing,Rising Star Games,0.11,0,0.12,0.01,0.24 +6783,That's So Raven: Psychic on the Scene,DS,2006,Adventure,Disney Interactive Studios,0.23,0,0,0.02,0.24 +6784,Monster Jam: Path of Destruction,PS3,2010,Racing,Activision,0.21,0.02,0,0.02,0.24 +6785,Tongari Boushi to Oshare na Mahou Tsukai,DS,2011,Action,Konami Digital Entertainment,0,0,0.24,0,0.24 +6786,Panzer General,PS,1995,Strategy,Mindscape,0.14,0.09,0,0.02,0.24 +6787,Broken Sword: Shadow of the Templars - The Director's Cut,Wii,2009,Adventure,Ubisoft,0.12,0.1,0,0.02,0.24 +6788,Gallop Racer (JP),PS,1996,Sports,Tecmo Koei,0.04,0.03,0.16,0.02,0.24 +6789,Spawn the Eternal,PS,1997,Action,Sony Computer Entertainment,0.14,0.09,0,0.02,0.24 +6790,MLB,PSP,2005,Sports,Sony Computer Entertainment,0.23,0,0,0.02,0.24 +6791,Army Men: Sarge's Heroes 2,PS,2000,Shooter,3DO,0.14,0.09,0,0.02,0.24 +6792,Command & Conquer 3: Kane's Wrath,X360,2008,Strategy,Electronic Arts,0.16,0.06,0,0.02,0.24 +6793,Dreamcast Collection,X360,2011,Misc,Sega,0.16,0.07,0,0.02,0.24 +6794,Madden NFL 13,WiiU,2012,Sports,Electronic Arts,0.22,0,0,0.02,0.24 +6795,Corpse Party: Blood Drive,PSV,2014,Adventure,Marvelous Interactive,0.11,0.03,0.06,0.05,0.24 +6796,Homefront,PC,2011,Shooter,THQ,0.11,0.1,0,0.03,0.24 +6797,Disney Stitch Jam,DS,2009,Misc,Disney Interactive Studios,0.08,0,0.16,0,0.24 +6798,Bakugan: Battle Brawlers,X360,2009,Action,Activision,0.2,0.02,0,0.02,0.24 +6799,Britney's Dance Beat,PS2,2002,Misc,THQ,0.12,0.09,0,0.03,0.24 +6800,Guitar Freaks,PS,1999,Simulation,Konami Digital Entertainment,0,0,0.23,0.02,0.24 +6801,World Soccer Winning Eleven 7,PS2,2003,Sports,Konami Digital Entertainment,0.12,0.09,0,0.03,0.24 +6802,Ace Combat: Assault Horizon Legacy,3DS,2011,Simulation,Namco Bandai Games,0.1,0.06,0.08,0.01,0.24 +6803,Cabela's Outdoor Adventures (2009),X360,2009,Sports,Activision Value,0.23,0,0,0.02,0.24 +6804,SRS: Street Racing Syndicate,XB,2004,Racing,Namco Bandai Games,0.18,0.05,0,0.01,0.24 +6805,Namco Tennis Smash Court,PS,1995,Sports,Sony Computer Entertainment,0,0,0.23,0.02,0.24 +6806,Vexx,PS2,2003,Platform,Acclaim Entertainment,0.12,0.09,0,0.03,0.24 +6807,The Incredible Hulk,DS,2008,Action,Sega,0.22,0,0,0.02,0.24 +6808,BioShock 2,PC,N/A,Shooter,Take-Two Interactive,0.02,0.19,0,0.04,0.24 +6809,Marvel vs. Capcom Origins,PS2,2006,Fighting,Capcom,0.11,0.08,0.02,0.03,0.24 +6810,Pro Yaky? Spirits 2011,PSP,2011,Sports,Konami Digital Entertainment,0,0,0.24,0,0.24 +6811,Imagine: Teacher Class Trip,DS,2009,Adventure,Ubisoft,0.1,0.12,0,0.02,0.24 +6812,TimeSplitters: Future Perfect,PS2,2005,Shooter,Electronic Arts,0.12,0.09,0,0.03,0.24 +6813,Final Fantasy Fables: Chocobo Tales,DS,2006,Adventure,Ubisoft,0.11,0.01,0.12,0.01,0.24 +6814,Harvest Moon: Magical Melody,GC,2005,Simulation,Ubisoft,0.19,0.05,0,0.01,0.24 +6815,Genma Onimusha,XB,2002,Action,Capcom,0.14,0.04,0.05,0.01,0.24 +6816,DK: King of Swing,GBA,2005,Platform,Nintendo,0.17,0.06,0,0,0.24 +6817,K-1 Revenge,PS,1997,Fighting,Xing Entertainment,0.04,0.03,0.16,0.02,0.24 +6818,G-Police,PS,1997,Action,Psygnosis,0.13,0.09,0,0.02,0.24 +6819,Pure Futbol,PS3,2010,Sports,Ubisoft,0.06,0.13,0,0.05,0.24 +6820,Spider-Man: Shattered Dimensions,Wii,2010,Action,Activision,0.13,0.09,0,0.02,0.24 +6821,Corvette,XB,2003,Racing,TDK Mediactive,0.18,0.05,0,0.01,0.24 +6822,Atelier Meruru: Alchemist of Arland 3,PS3,2011,Role-Playing,Nippon Ichi Software,0.05,0,0.18,0.01,0.24 +6823,AC/DC LIVE: Rock Band Track Pack,PS3,2008,Misc,MTV Games,0.21,0.01,0,0.02,0.24 +6824,Deca Sports 3,Wii,2010,Sports,Hudson Soft,0.15,0.07,0,0.02,0.24 +6825,Harry Potter and the Goblet of Fire,DS,2005,Action,Electronic Arts,0.21,0.02,0,0.02,0.24 +6826,Midway Arcade Treasures: Extended Play,PSP,2005,Misc,Midway Games,0.21,0.01,0,0.02,0.24 +6827,F1 2015,XOne,2015,Racing,Codemasters,0.08,0.15,0,0.02,0.24 +6828,Skylanders SWAP Force,3DS,2013,Platform,Activision,0.1,0.12,0,0.02,0.24 +6829,Bass Pro Shops: The Hunt,Wii,2010,Sports,XS Games,0.23,0,0,0.02,0.24 +6830,"What Did I Do to Deserve This, My Lord!? 2",PSP,2008,Role-Playing,Nippon Ichi Software,0.05,0,0.18,0.01,0.24 +6831,Boogie SuperStar,Wii,2008,Misc,Electronic Arts,0.2,0.02,0,0.02,0.24 +6832,Burnout 2: Point of Impact,XB,2003,Racing,Acclaim Entertainment,0.18,0.05,0,0.01,0.24 +6833,Rock Band Track Pack Volume 1,Wii,2008,Misc,MTV Games,0.17,0.05,0,0.02,0.24 +6834,Singularity,PS3,N/A,Shooter,Unknown,0.17,0.04,0.01,0.03,0.24 +6835,Super Monkey Ball Deluxe,PS2,2005,Misc,Sega,0.12,0.09,0,0.03,0.24 +6836,Street Fighter X Tekken,PSV,2012,Fighting,Capcom,0.14,0.05,0.01,0.04,0.24 +6837,Kill.Switch,XB,2003,Shooter,Namco Bandai Games,0.18,0.05,0,0.01,0.24 +6838,Ben 10 Ultimate Alien: Cosmic Destruction,PSP,2010,Platform,D3Publisher,0.1,0.09,0,0.05,0.24 +6839,Metro 2033,PC,2010,Shooter,THQ,0,0.19,0,0.05,0.24 +6840,Peter Jackson's King Kong: The Official Game of the Movie,GC,2005,Action,Ubisoft,0.19,0.05,0,0.01,0.24 +6841,Stella Glow,3DS,2015,Role-Playing,Atlus,0.16,0.01,0.05,0.02,0.24 +6842,Dancing With The Stars,Wii,2007,Misc,Activision,0.22,0,0,0.02,0.24 +6843,Summon Night 3,PS2,2003,Role-Playing,Banpresto,0,0,0.24,0,0.24 +6844,Pro Yaky? Spirits 2010,PSP,2010,Sports,Konami Digital Entertainment,0,0,0.24,0,0.24 +6845,The Simpsons: Road Rage,GC,2001,Racing,Electronic Arts,0.19,0.05,0,0.01,0.24 +6846,Megamind: Mega Team Unite,Wii,2010,Adventure,THQ,0.16,0.06,0,0.02,0.24 +6847,PDC World Championship Darts 2008,Wii,2008,Sports,Oxygen Interactive,0.02,0.21,0,0.01,0.24 +6848,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken SE,PS2,2006,Misc,Sega,0,0,0.24,0,0.24 +6849,Azurik: Rise of Perathia,XB,2001,Action,Microsoft Game Studios,0.18,0.05,0,0.01,0.24 +6850,Luminous Arc,DS,2007,Role-Playing,Rising Star Games,0.16,0,0.06,0.01,0.24 +6851,All Grown Up!: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.17,0.06,0,0,0.24 +6852,The Lord of the Rings: Aragorn's Quest,Wii,2010,Action,Warner Bros. Interactive Entertainment,0.17,0.05,0,0.02,0.24 +6853,Dragon Ball Z: Sagas,XB,2005,Fighting,Atari,0.18,0.05,0,0.01,0.24 +6854,Paws & Claws: Pet Resort,DS,2008,Simulation,THQ,0.22,0,0,0.02,0.24 +6855,Grand Slam Tennis 2,PS3,2012,Sports,Electronic Arts,0.09,0.11,0,0.04,0.24 +6856,Sakura Wars: Atsuki Chishio Ni,PS2,2003,Role-Playing,Sega,0,0,0.24,0,0.24 +6857,Ms. Pac-Man: Maze Madness / Pac-Man World,GBA,2005,Puzzle,Namco Bandai Games,0.17,0.06,0,0,0.24 +6858,NHRA Championship Drag Racing,PS2,2005,Racing,ValuSoft,0.12,0.09,0,0.03,0.24 +6859,The Price is Right 2010 Edition,Wii,2009,Misc,Ubisoft,0.22,0,0,0.02,0.24 +6860,Monster Jam,PS2,2007,Racing,Activision,0.12,0.09,0,0.03,0.24 +6861,Valhalla Knights,PSP,2006,Role-Playing,Rising Star Games,0.15,0,0.07,0.01,0.24 +6862,Harvest Moon: Another Wonderful Life,GC,2004,Role-Playing,Marvelous Interactive,0.19,0.05,0,0.01,0.24 +6863,NBA Live 10,PSP,2009,Sports,Electronic Arts,0.21,0,0.01,0.02,0.24 +6864,The Godfather (US & Others sales),X360,2006,Action,Electronic Arts,0.2,0.02,0,0.02,0.24 +6865,Jikkyou Powerful Pro Yakyuu 15,PS2,2008,Sports,Konami Digital Entertainment,0,0,0.24,0,0.24 +6866,MX vs. ATV Reflex,PSP,2009,Racing,THQ,0.18,0.03,0,0.03,0.24 +6867,Bakugan: Battle Brawlers,PS3,2009,Action,Activision,0.19,0.03,0,0.02,0.24 +6868,Front Line,2600,1981,Action,Taito,0.22,0.01,0,0,0.24 +6869,Paperboy,N64,1999,Action,Midway Games,0.19,0.05,0,0,0.24 +6870,South Park: Chef's Luv Shack,N64,1999,Misc,Acclaim Entertainment,0.19,0.05,0,0,0.24 +6871,Midway's Greatest Arcade Hits Volume 1,N64,2000,Misc,Midway Games,0.19,0.05,0,0,0.24 +6872,Road Rash 64,N64,1999,Racing,THQ,0.19,0.05,0,0,0.24 +6873,Ready 2 Rumble Boxing: Round 2,N64,2000,Fighting,Midway Games,0.19,0.05,0,0,0.24 +6874,Army Men: Air Combat,N64,2000,Action,3DO,0.19,0.05,0,0,0.24 +6875,Rock Band Track Pack Volume 2,Wii,2008,Misc,MTV Games,0.21,0.02,0,0.02,0.24 +6876,NCAA College Basketball 2K3,PS2,2002,Sports,Sega,0.12,0.09,0,0.03,0.24 +6877,Mobile Suit Gundam Battlefield Record U.C.0081,PS3,2009,Action,Namco Bandai Games,0,0,0.24,0,0.24 +6878,Harry Potter and the Deathly Hallows - Part 2,DS,2011,Action,Electronic Arts,0.12,0.1,0,0.02,0.24 +6879,NCAA March Madness 2004,XB,2003,Sports,Electronic Arts,0.18,0.05,0,0.01,0.24 +6880,Lucky Luke,PS,1998,Platform,Ocean,0.13,0.09,0,0.02,0.24 +6881,Fantastic 4,GC,2005,Action,Activision,0.19,0.05,0,0.01,0.24 +6882,Ashes Cricket 2009,Wii,2009,Sports,Codemasters,0,0.23,0,0.01,0.24 +6883,Ghost Rider,PSP,2007,Action,Take-Two Interactive,0.22,0,0,0.02,0.24 +6884,Tony Hawk's American Sk8land,GBA,2005,Sports,Activision,0.17,0.06,0,0,0.24 +6885,Juiced 2: Hot Import Nights,DS,2007,Racing,THQ,0.22,0,0,0.02,0.24 +6886,Are You Smarter than a 5th Grader? Game Time,DS,2009,Puzzle,THQ,0.22,0,0,0.02,0.24 +6887,Amazing Adventures: The Forgotten Ruins,DS,2008,Adventure,PopCap Games,0.13,0.08,0,0.02,0.24 +6888,Densetsu no Stafi 3,GBA,2004,Platform,Nintendo,0,0,0.23,0.01,0.24 +6889,Forsaken,PS,1998,Shooter,Acclaim Entertainment,0.13,0.09,0,0.02,0.24 +6890,Ratchet & Clank: Going Commando (JP weekly sales),PS2,2003,Action,Sony Computer Entertainment,0,0,0.24,0,0.24 +6891,Pictionary: Ultimate Edition,PS3,2011,Misc,THQ,0.15,0.06,0,0.03,0.24 +6892,LEGO The Hobbit,3DS,2014,Action,Warner Bros. Interactive Entertainment,0.09,0.13,0,0.02,0.24 +6893,Samurai Warriors 4,PS4,2014,Action,Tecmo Koei,0.08,0.07,0.06,0.03,0.24 +6894,The Hobbit,XB,2003,Platform,Vivendi Games,0.18,0.05,0,0.01,0.24 +6895,Dance Dance Revolution: Disney Channel Edition,PS2,2008,Simulation,Konami Digital Entertainment,0.12,0.09,0,0.03,0.24 +6896,DiRT Showdown,X360,2012,Racing,Codemasters,0.08,0.14,0,0.02,0.24 +6897,Divinity II: Ego Draconis,X360,2009,Role-Playing,DTP Entertainment,0.18,0.04,0,0.02,0.24 +6898,Checkers,2600,1980,Misc,Atari,0.22,0.01,0,0,0.24 +6899,Front Mission: Gun Hazard,SNES,1996,Role-Playing,SquareSoft,0,0,0.24,0,0.24 +6900,X-Men: Destiny,X360,2011,Action,Activision,0.18,0.05,0,0.02,0.24 +6901,Hello Kitty Seasons,Wii,2010,Adventure,Namco Bandai Games,0.16,0.06,0,0.02,0.24 +6902,Chibi-Robo! Zip Lash,3DS,2015,Platform,Nintendo,0.09,0.08,0.06,0.02,0.24 +6903,4x4 EVO 2,XB,2001,Racing,Gathering of Developers,0.18,0.05,0,0.01,0.24 +6904,XS Airboat Racing,PS,2002,Racing,XS Games,0.13,0.09,0,0.02,0.24 +6905,Lunar: Silver Star Harmony,PSP,2009,Role-Playing,GungHo,0.19,0,0.03,0.02,0.24 +6906,Sherlock Holmes and the Mystery of Osborne House,DS,2010,Adventure,Focus Home Interactive,0.07,0.14,0,0.03,0.24 +6907,Grand Theft Auto,GBA,2004,Action,Take-Two Interactive,0.17,0.06,0,0,0.24 +6908,Dora the Explorer: Super Star Adventures,GBA,2004,Adventure,Game Factory,0.17,0.06,0,0,0.24 +6909,Viva Pinata: Party Animals,X360,2007,Misc,Microsoft Game Studios,0.19,0.03,0,0.02,0.24 +6910,Scrabble (Others sales),DS,2009,Puzzle,Ubisoft,0,0.24,0,0,0.24 +6911,Asura's Wrath,X360,2012,Action,Capcom,0.15,0.06,0.01,0.02,0.24 +6912,Lego Star Wars: The Force Awakens,XOne,2016,Action,Warner Bros. Interactive Entertainment,0.12,0.1,0,0.02,0.24 +6913,Dynasty Warriors 6 Empires,X360,2009,Action,Tecmo Koei,0.16,0.02,0.04,0.02,0.24 +6914,My Street,PS2,2003,Misc,Sony Computer Entertainment,0.12,0.09,0,0.03,0.24 +6915,Wild 9,PS,1998,Action,Interplay,0.13,0.09,0,0.02,0.24 +6916,Shadow Hearts: Covenant,PS2,2004,Role-Playing,Midway Games,0.12,0.09,0,0.03,0.24 +6917,Tiger Woods PGA Tour 10,PSP,2009,Sports,Electronic Arts,0.12,0.07,0,0.05,0.24 +6918,Shrek's Carnival Craze Party Games,DS,2008,Misc,Activision,0.22,0,0,0.02,0.24 +6919,Angry Birds,PC,2011,Puzzle,Focus Home Interactive,0,0.18,0,0.05,0.24 +6920,Risen 2: Dark Waters,PS3,2012,Role-Playing,Deep Silver,0.04,0.14,0.01,0.05,0.24 +6921,Danganronpa: Trigger Happy Havoc,PSP,N/A,Misc,Unknown,0,0,0.24,0,0.24 +6922,Guitar Hero Live,X360,2015,Misc,Activision,0.12,0.1,0,0.02,0.24 +6923,Game & Wario,WiiU,2013,Misc,Nintendo,0.06,0.06,0.11,0.01,0.24 +6924,PGA Tour 96,PS,1995,Sports,Electronic Arts,0.13,0.09,0,0.02,0.24 +6925,Onechanbara Z2: Chaos,PS4,2014,Action,Nippon Ichi Software,0.13,0.02,0.04,0.04,0.24 +6926,Fallout 3 Game Add-On Pack: Broken Steel and Point Lookout,X360,2009,Role-Playing,Bethesda Softworks,0.16,0.06,0,0.02,0.24 +6927,Covert Ops: Nuclear Dawn,PS,2000,Action,Sony Computer Entertainment,0.13,0.09,0,0.02,0.24 +6928,DanceDanceRevolution II,Wii,N/A,Misc,Konami Digital Entertainment,0.22,0,0,0.02,0.24 +6929,Pictionary: Ultimate Edition,X360,2011,Misc,THQ,0.16,0.05,0,0.02,0.24 +6930,LEGO Harry Potter: Years 5-7,PSV,2012,Action,Warner Bros. Interactive Entertainment,0.09,0.1,0,0.05,0.24 +6931,TrackMania: Build to Race,Wii,2010,Racing,Focus Home Interactive,0.1,0.11,0,0.03,0.24 +6932,Nintendo Presents: Crossword Collection,DS,2009,Puzzle,Nintendo,0,0.21,0,0.02,0.24 +6933,Galaga: Destination Earth,PS,2000,Shooter,Hasbro Interactive,0.13,0.09,0,0.02,0.24 +6934,G.I. Joe: The Rise of Cobra,X360,2009,Action,Electronic Arts,0.17,0.05,0,0.02,0.24 +6935,Ar tonelico Qoga: Knell of Ar Ciel,PS3,2010,Role-Playing,Tecmo Koei,0.08,0.01,0.13,0.01,0.24 +6936,FIFA World Cup Germany 2006,XB,2006,Sports,Electronic Arts,0.18,0.05,0,0.01,0.24 +6937,Polly Pocket: Super Splash Island,GBA,2003,Action,Knowledge Adventure,0.17,0.06,0,0,0.24 +6938,God Eater 2,PSP,2013,Role-Playing,Namco Bandai Games,0,0,0.24,0,0.24 +6939,Tony Hawk's Downhill Jam,Wii,N/A,Sports,Activision,0.21,0,0,0.02,0.24 +6940,Sesame Street: Elmo's Number Journey,PS,1998,Misc,NewKidCo,0.13,0.09,0,0.02,0.24 +6941,Rampage,2600,1988,Action,Activision,0.22,0.01,0,0,0.24 +6942,Dark Cavern,2600,1981,Shooter,Mattel Interactive,0.22,0.01,0,0,0.24 +6943,Jewels of the Tropical Lost Island,DS,2010,Puzzle,Storm City Games,0.11,0.1,0,0.02,0.24 +6944,Afro Samurai,X360,2009,Action,Atari,0.16,0.05,0,0.02,0.24 +6945,The Bureau: XCOM Declassified,X360,2013,Shooter,Take-Two Interactive,0.1,0.12,0,0.02,0.24 +6946,Sands of Destruction,DS,2008,Role-Playing,Sega,0.09,0,0.13,0.01,0.24 +6947,NASCAR 2011: The Game,Wii,2011,Racing,Activision,0.22,0,0,0.01,0.24 +6948,Silent Hill: Book of Memories,PSV,2012,Action,Konami Digital Entertainment,0.13,0.06,0,0.04,0.24 +6949,Lunar Knights,DS,2006,Role-Playing,Konami Digital Entertainment,0.17,0.01,0.04,0.02,0.24 +6950,The Walking Dead: Season Two,PS4,2014,Adventure,Telltale Games,0.1,0.09,0.01,0.04,0.24 +6951,Epic Mickey 2: The Power of Two,WiiU,2012,Action,Disney Interactive Studios,0.14,0.07,0.01,0.02,0.24 +6952,DC Universe Online,PC,2011,Role-Playing,Sony Online Entertainment,0.16,0.06,0,0.02,0.24 +6953,NASCAR 08,PS2,2007,Racing,Electronic Arts,0.12,0.09,0,0.03,0.24 +6954,Madagascar: Escape 2 Africa,PS3,2008,Action,Activision,0.12,0.08,0,0.04,0.23 +6955,New Carnival Games,DS,2010,Misc,Take-Two Interactive,0.16,0.05,0,0.02,0.23 +6956,Need For Speed: Undercover,DS,2008,Racing,Electronic Arts,0.18,0.03,0,0.02,0.23 +6957,LEGO Marvel's Avengers,WiiU,2016,Action,Warner Bros. Interactive Entertainment,0.12,0.09,0,0.02,0.23 +6958,Naruto: Path of the Ninja 2,DS,2006,Role-Playing,Takara Tomy,0.22,0,0,0.02,0.23 +6959,Wallace & Gromit in Project Zoo,PS2,2003,Platform,BAM! Entertainment,0.11,0.09,0,0.03,0.23 +6960,Karaoke Revolution Volume 2,PS2,2004,Misc,Konami Digital Entertainment,0.11,0.09,0,0.03,0.23 +6961,Wizards of Waverly Place: Spellbound,DS,2010,Misc,Disney Interactive Studios,0.16,0.06,0,0.02,0.23 +6962,Love Plus +,DS,2010,Simulation,Konami Digital Entertainment,0,0,0.23,0,0.23 +6963,Etrian Mystery Dungeon,3DS,2015,Role-Playing,Nippon Ichi Software,0.09,0.01,0.12,0.01,0.23 +6964,Mobile Suit Gundam: Climax U.C.,PS2,2006,Action,Namco Bandai Games,0,0,0.23,0,0.23 +6965,Street Fighter EX2 Plus,PS,1998,Fighting,Virgin Interactive,0.13,0.09,0,0.02,0.23 +6966,The Smurfs 2,DS,2013,Platform,Ubisoft,0,0.21,0,0.02,0.23 +6967,Big Family Games,Wii,2009,Misc,THQ,0,0.22,0,0.02,0.23 +6968,Big Beach Sports 2,Wii,N/A,Sports,THQ,0.09,0.12,0,0.03,0.23 +6969,Hot Wheels: Beat That!,DS,2007,Racing,Activision,0.22,0,0,0.02,0.23 +6970,Jet X20,PS2,N/A,Racing,Unknown,0.11,0.09,0,0.03,0.23 +6971,Super Robot Taisen D,GBA,2003,Strategy,Banpresto,0,0,0.23,0.01,0.23 +6972,NASCAR Thunder 2004,XB,2003,Racing,Electronic Arts,0.18,0.05,0,0.01,0.23 +6973,Buffy the Vampire Slayer,XB,2002,Action,Electronic Arts,0.18,0.05,0,0.01,0.23 +6974,LEGO Marvel's Avengers,PSV,2016,Action,Warner Bros. Interactive Entertainment,0.07,0.11,0,0.05,0.23 +6975,Star Wars: The Force Unleashed II,DS,2010,Action,LucasArts,0.18,0.04,0,0.02,0.23 +6976,Harry Potter and the Goblet of Fire,XB,2005,Action,Electronic Arts,0.18,0.05,0,0.01,0.23 +6977,Zumba Fitness: World Party,XOne,2013,Misc,Majesco Entertainment,0.17,0.05,0,0.02,0.23 +6978,Saint Seiya: Sanctuary Battle,PS3,2011,Action,Namco Bandai Games,0,0.09,0.11,0.03,0.23 +6979,Girls Mode 3: Kirakira Code,3DS,2015,Action,Nintendo,0,0,0.23,0,0.23 +6980,Meteos,DS,2005,Puzzle,Nintendo,0.15,0.01,0.06,0.01,0.23 +6981,Virtua Tennis 4,X360,2011,Sports,Sega,0.11,0.1,0.01,0.02,0.23 +6982,Kung Fu Panda 2,DS,2011,Action,THQ,0.16,0.05,0,0.02,0.23 +6983,Cross Edge,PS3,2008,Role-Playing,Nippon Ichi Software,0.14,0.02,0.05,0.02,0.23 +6984,Hotel for Dogs,DS,2008,Simulation,505 Games,0.22,0,0,0.02,0.23 +6985,Cabela's Big Game Hunter 2012,PS3,2011,Sports,Activision,0.17,0.03,0,0.03,0.23 +6986,Pro Yakyuu Team o Tsukurou!,DC,1999,Sports,Sega,0,0,0.23,0,0.23 +6987,Me & My Katamari,PSP,2005,Puzzle,Namco Bandai Games,0.13,0.02,0.08,0,0.23 +6988,Asphalt: Injection,PSV,2011,Action,Ubisoft,0.14,0.06,0,0.04,0.23 +6989,Total War: Attila,PC,2015,Strategy,Sega,0.09,0.13,0,0.02,0.23 +6990,SSX On Tour,PSP,2005,Sports,Electronic Arts,0.19,0.02,0,0.02,0.23 +6991,Vancouver 2010 - The Official Video Game of the Olympic Winter Games,X360,2010,Sports,Sega,0.08,0.13,0,0.03,0.23 +6992,World Series Baseball,XB,2002,Sports,Sega,0.17,0.05,0,0.01,0.23 +6993,SingStar Pop Edition,PS3,2009,Misc,Sony Computer Entertainment,0,0.19,0,0.05,0.23 +6994,Test Drive: Eve of Destruction,PS2,2004,Racing,Atari,0.11,0.09,0,0.03,0.23 +6995,Starsky & Hutch,XB,2003,Racing,Empire Interactive,0.17,0.05,0,0.01,0.23 +6996,Dynasty Warriors: Gundam Reborn,PS3,2013,Action,Tecmo Koei,0,0,0.23,0,0.23 +6997,Hatsune Miku: Project Diva f,PSV,2012,Misc,Sega,0,0,0.23,0,0.23 +6998,The Club,PS3,2008,Shooter,Sega,0.14,0.07,0,0.03,0.23 +6999,Carnival Island,PS3,2011,Misc,Sony Computer Entertainment,0.13,0.06,0,0.04,0.23 +7000,Jeremy McGrath Supercross World,PS2,2001,Racing,Acclaim Entertainment,0.11,0.09,0,0.03,0.23 +7001,M&M's Kart Racing,Wii,2007,Racing,Zoo Digital Publishing,0.22,0,0,0.02,0.23 +7002,Rock Band Track Pack: Classic Rock,Wii,2009,Misc,MTV Games,0.22,0,0,0.02,0.23 +7003,The Scorpion King: Rise of the Akkadian,PS2,2002,Action,Universal Interactive,0.11,0.09,0,0.03,0.23 +7004,Let's Make a Soccer Team!,PS2,2006,Sports,Sega,0,0,0.23,0,0.23 +7005,Looney Tunes: Acme Arsenal,Wii,2007,Action,Warner Bros. Interactive Entertainment,0.21,0.01,0,0.02,0.23 +7006,Monster Hunter G,PS2,2005,Role-Playing,Capcom,0,0,0.23,0,0.23 +7007,All-Star Baseball 2001,N64,2000,Sports,Acclaim Entertainment,0.22,0.01,0,0,0.23 +7008,Pinball Hall of Fame: The Gottlieb Collection,PSP,2005,Misc,Play It,0.2,0.01,0,0.02,0.23 +7009,Sword Art Online: Lost Song,PS4,2015,Role-Playing,Namco Bandai Games,0.09,0.1,0,0.04,0.23 +7010,Star Wars Jedi Knight II: Jedi Outcast,GC,2002,Shooter,Activision,0.18,0.05,0,0.01,0.23 +7011,Tom Clancy's Splinter Cell,GC,2003,Action,Ubisoft,0.18,0.05,0,0.01,0.23 +7012,Pitfall: The Big Adventure,Wii,2008,Adventure,Activision,0.2,0.02,0,0.02,0.23 +7013,Rock Band Country Track Pack,X360,2009,Misc,MTV Games,0.22,0,0,0.02,0.23 +7014,Worms: Battle Islands,Wii,2010,Strategy,THQ,0.11,0.1,0,0.02,0.23 +7015,ESPN NHL Hockey,PS2,2003,Sports,Sega,0.11,0.09,0,0.03,0.23 +7016,Harvest Moon GB,GB,1997,Simulation,Victor Interactive,0,0,0.23,0,0.23 +7017,Imagine: Detective,DS,2009,Simulation,Ubisoft,0.16,0.01,0,0.06,0.23 +7018,The Incredible Hulk: Ultimate Destruction,XB,2005,Action,Vivendi Games,0.17,0.05,0,0.01,0.23 +7019,Hannah Montana: The Movie,PS3,2009,Adventure,Disney Interactive Studios,0.14,0.06,0,0.03,0.23 +7020,NCAA GameBreaker 2003,PS2,2002,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7021,Skylanders: SuperChargers,XOne,2015,Action,Activision,0.16,0.05,0,0.02,0.23 +7022,Gundam Battle Assault,PS,1998,Fighting,Namco Bandai Games,0.13,0.09,0,0.02,0.23 +7023,Virtua Fighter Kids,SAT,1995,Fighting,Sega,0,0,0.23,0,0.23 +7024,Lunar: Silver Star Story,SAT,1996,Role-Playing,Kadokawa Shoten,0,0,0.23,0,0.23 +7025,Rocket Power: Beach Bandits,GC,2002,Platform,THQ,0.18,0.05,0,0.01,0.23 +7026,Shaun White Snowboarding,DS,2008,Sports,Ubisoft,0.21,0,0,0.02,0.23 +7027,LEGO The Hobbit,WiiU,2014,Action,Warner Bros. Interactive Entertainment,0.1,0.11,0,0.02,0.23 +7028,Ultimate Band,DS,2008,Misc,Disney Interactive Studios,0.19,0.02,0,0.02,0.23 +7029,NBA 2K6,X360,2005,Action,Take-Two Interactive,0.21,0.01,0,0.02,0.23 +7030,Age of Empires: The Age of Kings,DS,2006,Strategy,THQ,0.19,0.02,0,0.02,0.23 +7031,What's Cooking? Jamie Oliver,DS,2008,Simulation,Atari,0.2,0.01,0,0.02,0.23 +7032,Tom Clancy's Rainbow Six: Rogue Spear,PS,2001,Shooter,Ubisoft,0.13,0.09,0,0.02,0.23 +7033,NHL FaceOff 2001,PS,2000,Sports,Sony Computer Entertainment,0.13,0.09,0,0.02,0.23 +7034,Ultimate Duck Hunting: Hunting & Retrieving Ducks,Wii,2007,Sports,Detn8 Games,0.21,0,0,0.02,0.23 +7035,Yu-Gi-Oh! GX: Duel Academy,GBA,2005,Misc,Konami Digital Entertainment,0.17,0.06,0,0,0.23 +7036,FIFA 14,PSP,2013,Sports,Electronic Arts,0,0.16,0,0.07,0.23 +7037,Tribes: Aerial Assault,PS2,N/A,Shooter,Unknown,0.11,0.09,0,0.03,0.23 +7038,Colony Wars: Vengeance,PS,1998,Simulation,Psygnosis,0.13,0.09,0,0.02,0.23 +7039,Last Window: The Secret of Cape West,DS,2010,Adventure,Nintendo,0,0.12,0.09,0.02,0.23 +7040,Yu-Gi-Oh! GX: Tag Force 3,PSP,2008,Strategy,Konami Digital Entertainment,0,0.03,0.18,0.01,0.23 +7041,Dynasty Warriors: Strikeforce,X360,2009,Action,Tecmo Koei,0.13,0.06,0.02,0.02,0.23 +7042,Naruto Shippuden: Ultimate Ninja Storm Revolution,X360,2014,Fighting,Namco Bandai Games,0.13,0.08,0,0.02,0.23 +7043,I Love Horses,DS,2008,Simulation,GSP,0.21,0,0,0.01,0.23 +7044,Madden NFL 06,GBA,2005,Sports,Electronic Arts,0.17,0.06,0,0,0.23 +7045,Karaoke Revolution Glee 2: Road to Regionals,Wii,2011,Misc,Konami Digital Entertainment,0.15,0.06,0,0.02,0.23 +7046,NASCAR 08,PS3,2007,Racing,Electronic Arts,0.15,0.05,0,0.03,0.23 +7047,The King of Fighters '95 (CD),NG,1994,Fighting,SNK,0,0,0.23,0,0.23 +7048,Perfect Weapon,PS,1996,Action,American Softworks,0.13,0.09,0,0.02,0.23 +7049,Luminous Arc 2,DS,2008,Role-Playing,Rising Star Games,0.21,0,0,0.02,0.23 +7050,Project CARS,XOne,2015,Racing,Slightly Mad Studios,0.08,0.13,0,0.02,0.23 +7051,Major League Baseball 2K10,PS2,2010,Sports,Take-Two Interactive,0.11,0.09,0,0.03,0.23 +7052,Call of Duty: Black Ops 3,PC,2015,Shooter,Activision,0,0.22,0,0.01,0.23 +7053,Mafia,XB,2004,Action,Take-Two Interactive,0.17,0.05,0,0.01,0.23 +7054,Spider-Man: Edge of Time,PS3,2011,Action,Activision,0.13,0.07,0,0.03,0.23 +7055,Deadly Creatures,Wii,2009,Action,THQ,0.08,0.12,0,0.03,0.23 +7056,Airblade,PS2,2001,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7057,Cabela's Outdoor Adventures (2009),PS3,2009,Sports,Activision Value,0.21,0,0,0.02,0.23 +7058,Mega Man & Bass,GBA,2002,Platform,Capcom,0.16,0.06,0,0,0.23 +7059,NBA Live 15,PS4,2014,Sports,Electronic Arts,0.15,0.04,0,0.04,0.23 +7060,Neopets Puzzle Adventure,Wii,2008,Puzzle,Capcom,0.19,0.02,0,0.02,0.23 +7061,Risen 2: Dark Waters,PC,2012,Role-Playing,Deep Silver,0,0.19,0,0.04,0.23 +7062,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PSV,2016,Action,Square Enix,0,0,0.23,0,0.23 +7063,Puss in Boots,X360,2011,Action,THQ,0.2,0.02,0,0.02,0.23 +7064,Family Fest presents: Movie Games,Wii,2008,Action,Ubisoft,0.2,0.01,0,0.02,0.23 +7065,AKB1/149: Love Election,PSP,2012,Adventure,Namco Bandai Games,0,0,0.23,0,0.23 +7066,Tony Hawk's Proving Ground,DS,2007,Sports,Activision,0.21,0.01,0,0.02,0.23 +7067,Tetris 2 (weekly jp sales),GB,1992,Puzzle,Nintendo,0,0,0.23,0,0.23 +7068,Pro Yakyuu Team o Tsukurou! 2,PS2,2003,Sports,Sega,0,0,0.23,0,0.23 +7069,Musou Orochi Z,PS3,2009,Action,Tecmo Koei,0,0,0.23,0,0.23 +7070,World Series of Poker 2008: Battle for the Bracelets,PS2,2007,Misc,Activision,0.11,0.09,0,0.03,0.23 +7071,WWE All Stars,3DS,2011,Fighting,THQ,0.15,0.06,0,0.02,0.23 +7072,Naruto Shippuden: Ninja Council 4,DS,2007,Action,Nintendo,0.09,0,0.13,0.01,0.23 +7073,Genji: Dawn of the Samurai,PS2,2005,Action,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7074,Rocket League,PS4,2016,Sports,505 Games,0.02,0.14,0,0.07,0.23 +7075,Wipeout 2,3DS,2011,Misc,Activision,0.22,0,0,0.01,0.23 +7076,The Idolm@ster SP: Wandering Star / Perfect Sun / Missing Moon,PSP,2009,Adventure,Namco Bandai Games,0,0,0.23,0,0.23 +7077,Critical Depth,PS,1997,Action,GT Interactive,0.13,0.09,0,0.01,0.23 +7078,Barbie as The Island Princess,GBA,2007,Adventure,Activision,0.16,0.06,0,0,0.23 +7079,Petz Rescue: Wildlife Vet,Wii,2008,Simulation,Ubisoft,0.21,0,0,0.02,0.23 +7080,Tales of VS.,PSP,2009,Fighting,Namco Bandai Games,0,0,0.23,0,0.23 +7081,Saka-Tsuku DS: Touch and Direct,DS,2008,Sports,Sega,0,0,0.23,0,0.23 +7082,Super Swing Golf,Wii,2006,Sports,Nintendo,0.14,0.01,0.07,0.01,0.23 +7083,The Italian Job,PS2,2003,Racing,Eidos Interactive,0.11,0.09,0,0.03,0.23 +7084,Mega Man Battle Network 5: Team Colonel / Protoman,GBA,2004,Role-Playing,Capcom,0.16,0.06,0,0,0.23 +7085,Barbie and the Three Musketeers,Wii,2009,Adventure,Activision,0.21,0,0,0.02,0.23 +7086,Star Ocean,SNES,1996,Role-Playing,Enix Corporation,0,0,0.23,0,0.23 +7087,Freedom Fighters,XB,2003,Shooter,Electronic Arts,0.17,0.05,0,0.01,0.23 +7088,Naruto: Ninja Council 2 European Version,DS,2005,Fighting,Tomy Corporation,0,0,0.23,0,0.23 +7089,Soldier of Fortune II: Double Helix,XB,2003,Shooter,Activision,0.17,0.05,0,0.01,0.23 +7090,pro evolution soccer 2011,Wii,2010,Sports,Konami Digital Entertainment,0.08,0.1,0.03,0.02,0.23 +7091,Disney Princess: Enchanted Journey,PS2,2007,Adventure,Disney Interactive Studios,0.11,0.09,0,0.03,0.23 +7092,Final Fantasy XI: Treasures of Aht Urhgan,PS2,2006,Role-Playing,Square Enix,0.06,0.05,0.1,0.02,0.23 +7093,Alundra,PS,1997,Role-Playing,Psygnosis,0.13,0.09,0,0.01,0.23 +7094,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PS3,2010,Sports,Konami Digital Entertainment,0,0,0.23,0,0.23 +7095,Bratz: Girlz Really Rock,PS2,2008,Action,THQ,0.11,0.09,0,0.03,0.23 +7096,Super R-Type,SNES,1991,Shooter,Nintendo,0,0,0.23,0,0.23 +7097,Rampage 2: Universal Tour,PS,1998,Action,GT Interactive,0.13,0.09,0,0.01,0.23 +7098,Super Robot Taisen F Kanketsuhen,PS,1999,Strategy,Banpresto,0,0,0.21,0.01,0.23 +7099,Tiger Woods PGA Tour 2003,GC,2002,Sports,Electronic Arts,0.18,0.05,0,0.01,0.23 +7100,BlowOut,PS2,2003,Shooter,Zoo Digital Publishing,0.11,0.09,0,0.03,0.23 +7101,NFL Blitz Pro,PS2,2003,Sports,Midway Games,0.11,0.09,0,0.03,0.23 +7102,MySims Party,Wii,2009,Simulation,Electronic Arts,0.18,0.03,0,0.02,0.23 +7103,TRON: Evolution - Battle Grids,Wii,2010,Racing,Disney Interactive Studios,0.18,0.03,0,0.02,0.23 +7104,The Raiden Project,PS,1995,Shooter,Ocean,0.06,0.04,0.12,0.01,0.23 +7105,Hooked! Real Motion Fishing,Wii,2007,Sports,505 Games,0.21,0,0,0.02,0.23 +7106,Pocket Fighter,PS,1997,Fighting,Virgin Interactive,0.06,0.04,0.12,0.01,0.23 +7107,Bicycle Casino 2005,XB,2004,Misc,Zoo Digital Publishing,0.17,0.05,0,0.01,0.23 +7108,Valhalla Knights 2,PSP,2008,Role-Playing,Rising Star Games,0.09,0,0.12,0.01,0.23 +7109,.hack//G.U. Vol.2//Reminisce,PS2,2006,Role-Playing,Namco Bandai Games,0.11,0.09,0,0.03,0.23 +7110,Disgaea: Afternoon of Darkness,PSP,2006,Role-Playing,Tecmo Koei,0.15,0.01,0.04,0.02,0.23 +7111,Ratchet & Clank: Full Frontal Assault,PS3,2012,Adventure,Sony Computer Entertainment,0.19,0.01,0,0.02,0.23 +7112,NCAA Football 09,PSP,2008,Sports,Electronic Arts,0.21,0,0,0.02,0.23 +7113,Family Party: 30 Great Games Winter Fun,Wii,2010,Sports,D3Publisher,0.21,0,0,0.01,0.23 +7114,NCAA GameBreaker 2004,PS2,2003,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7115,101-in-1 Party Megamix Wii,Wii,2009,Misc,Nordcurrent,0.19,0.01,0,0.02,0.23 +7116,The Polar Express,PS2,2004,Adventure,THQ,0.11,0.09,0,0.03,0.23 +7117,Dinosaur King,DS,2007,Strategy,Sega,0.2,0,0,0.02,0.23 +7118,Buzz! Junior: RoboJam,PS2,2007,Misc,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7119,Child of Eden,PS3,2011,Shooter,Ubisoft,0.09,0.1,0,0.04,0.23 +7120,All Star Karate,Wii,2010,Action,THQ,0.14,0.07,0,0.02,0.23 +7121,AC/DC LIVE: Rock Band Track Pack,X360,2008,Misc,MTV Games,0.21,0,0,0.02,0.23 +7122,Tetris Attack,GB,1996,Puzzle,Nintendo,0,0,0.23,0,0.23 +7123,NBA ShootOut 2003,PS2,2002,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7124,The Magic School Bus: Oceans,DS,2011,Adventure,Scholastic Inc.,0.21,0,0,0.01,0.23 +7125,Shin Nippon Pro Wrestling: Toukon Retsuden 3,PS,1998,Fighting,Tomy Corporation,0,0,0.21,0.01,0.23 +7126,Senran Kagura: Estival Versus,PSV,2015,Action,Marvelous Interactive,0.06,0.05,0.09,0.03,0.23 +7127,Digimon World DS (JP sales),DS,2006,Role-Playing,Namco Bandai Games,0,0,0.23,0,0.23 +7128,NHL FaceOff 2003,PS2,2002,Sports,Sony Computer Entertainment,0.11,0.09,0,0.03,0.23 +7129,Jersey Devil,PS,1997,Platform,Ocean,0.13,0.09,0,0.01,0.23 +7130,Rogue Ops,PS2,2003,Action,Kemco,0.11,0.09,0,0.03,0.23 +7131,NBA Street: Showdown,PSP,2005,Sports,Electronic Arts,0.2,0,0,0.02,0.23 +7132,3rd Super Robot Wars Z Jigoku Hen,PS3,2014,Role-Playing,Namco Bandai Games,0,0,0.23,0,0.23 +7133,Cars 2,3DS,2011,Racing,Disney Interactive Studios,0.21,0,0,0.02,0.23 +7134,Petz Monkeyz House,DS,2008,Simulation,Ubisoft,0.2,0,0,0.02,0.23 +7135,Spec Ops: The Line,PC,2012,Shooter,Take-Two Interactive,0.11,0.09,0,0.03,0.23 +7136,Legion: The Legend of Excalibur,PS2,2002,Action,Midway Games,0.11,0.09,0,0.03,0.22 +7137,FaceBreaker K.O. Party,Wii,2008,Fighting,Electronic Arts,0.2,0.01,0,0.02,0.22 +7138,Justice League Heroes,PSP,2006,Role-Playing,Eidos Interactive,0.2,0.01,0,0.02,0.22 +7139,Gekijouban Macross F: Sayonara no Tsubasa - Hybrid Pack,PS3,2011,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7140,TNA iMPACT!,PS2,2008,Fighting,Midway Games,0.1,0,0,0.12,0.22 +7141,Yu-Gi-Oh! GX: Spirit Caller (American Sales),DS,2006,Misc,Konami Digital Entertainment,0.18,0.03,0,0.02,0.22 +7142,Def Jam: Fight for NY,GC,2004,Fighting,Electronic Arts,0.17,0.05,0,0.01,0.22 +7143,Sword Art Online: Infinity Moment,PSP,2013,Role-Playing,Namco Bandai Games,0,0,0.22,0,0.22 +7144,Spartan: Total Warrior,PS2,2005,Action,Sega,0.11,0.09,0,0.03,0.22 +7145,Killer is Dead,PS3,2013,Action,Deep Silver,0.12,0.04,0.05,0.02,0.22 +7146,EX Monopoly,GBA,2001,Misc,Takara,0.16,0.06,0,0,0.22 +7147,Star Trek: The Game,X360,2013,Action,Namco Bandai Games,0.12,0.09,0,0.02,0.22 +7148,64 de Hakken! Tamagotchi Minna de Tamagotchi World,N64,1997,Misc,Namco Bandai Games,0,0,0.22,0,0.22 +7149,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,GC,2003,Misc,Acclaim Entertainment,0.17,0.04,0,0.01,0.22 +7150,Deadly Duck,2600,1981,Shooter,20th Century Fox Video Games,0.21,0.01,0,0,0.22 +7151,Assault,2600,1982,Action,Bomb,0.21,0.01,0,0,0.22 +7152,Reactor,2600,1981,Action,Parker Bros.,0.21,0.01,0,0,0.22 +7153,Ys Seven,PSP,2009,Role-Playing,Falcom Corporation,0.14,0,0.08,0.01,0.22 +7154,Marvel Super Hero Squad: The Infinity Gauntlet,DS,2010,Action,THQ,0.17,0.03,0,0.02,0.22 +7155,Gundam Battle Chronicle,PSP,2007,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7156,G-Force,PS3,2009,Action,Disney Interactive Studios,0.13,0.06,0,0.03,0.22 +7157,Danball Senki Boost,PSP,2011,Action,Level 5,0,0,0.22,0,0.22 +7158,Kidz Bop Dance Party! The Video Game,Wii,2010,Misc,D3Publisher,0.21,0,0,0.01,0.22 +7159,Conflict: Vietnam,XB,2004,Shooter,SCi,0.17,0.05,0,0.01,0.22 +7160,Whirl Tour,PS2,2002,Sports,Crave Entertainment,0.11,0.09,0,0.03,0.22 +7161,Time Crisis: Crisis Zone,PS2,2004,Shooter,Namco Bandai Games,0.11,0.09,0,0.03,0.22 +7162,Momotarou Dentetsu 15,PS2,2005,Misc,Hudson Soft,0,0,0.22,0,0.22 +7163,Dark Souls II,XOne,2015,Role-Playing,Namco Bandai Games,0.13,0.07,0,0.02,0.22 +7164,Discovery Kids: Dolphin Discovery,DS,2008,Simulation,505 Games,0.21,0,0,0.01,0.22 +7165,Ben 10 Ultimate Alien: Cosmic Destruction,PS2,2010,Platform,D3Publisher,0.13,0.06,0,0.04,0.22 +7166,Hatsune Miku: Project Mirai 2,3DS,2013,Action,Sega,0,0,0.22,0,0.22 +7167,Skies of Arcadia Legends,GC,2002,Role-Playing,Atari,0.17,0.04,0,0.01,0.22 +7168,Cloudy With a Chance of Meatballs,DS,2009,Platform,Ubisoft,0.2,0.01,0,0.02,0.22 +7169,MotoGP 08,PS2,2008,Racing,Capcom,0.01,0,0,0.21,0.22 +7170,Madden NFL 12,PSP,2011,Sports,Electronic Arts,0.21,0,0,0.02,0.22 +7171,Sengoku Basara 3 Utage,PS3,2011,Action,Capcom,0,0,0.22,0,0.22 +7172,Breath of Fire,GBA,2001,Role-Playing,Ubisoft,0.11,0.04,0.06,0,0.22 +7173,Ragnarok DS,DS,2008,Role-Playing,GungHo,0.1,0,0.11,0.01,0.22 +7174,Ford vs. Chevy,PS2,2005,Racing,Global Star,0.11,0.09,0,0.03,0.22 +7175,NCAA Football 2005,GC,2004,Sports,Electronic Arts,0.17,0.04,0,0.01,0.22 +7176,Hamtaro: Ham-Ham Games,GBA,2004,Sports,Nintendo,0.16,0.06,0,0,0.22 +7177,Danny Phantom: The Ultimate Enemy,GBA,2005,Action,THQ,0.16,0.06,0,0,0.22 +7178,Petz Rescue: Endangered Paradise,DS,2008,Adventure,Ubisoft,0.21,0,0,0.02,0.22 +7179,MotoGP 09/10,PS3,2010,Racing,Capcom,0.05,0.13,0,0.04,0.22 +7180,Rune Factory: Tides of Destiny,PS3,2011,Role-Playing,Marvelous Interactive,0.14,0,0.07,0.01,0.22 +7181,A Boy and His Blob,Wii,2009,Platform,Majesco Entertainment,0.19,0.02,0,0.02,0.22 +7182,Battleborn,PS4,2016,Shooter,Take-Two Interactive,0.09,0.08,0.01,0.04,0.22 +7183,Move Fitness,PS3,N/A,Sports,Sony Computer Entertainment,0,0.17,0,0.05,0.22 +7184,Atelier Escha & Logy: Alchemists of the Dusk Sky,PS3,2013,Role-Playing,Tecmo Koei,0.06,0.04,0.1,0.02,0.22 +7185,Hidden Mysteries: Buckingham Palace,DS,2010,Puzzle,Avanquest,0.13,0.07,0,0.02,0.22 +7186,Crazy Climber,2600,1981,Action,Atari,0.21,0.01,0,0,0.22 +7187,Super Adventure Island,SNES,1992,Platform,Hudson Soft,0,0,0.22,0,0.22 +7188,Bust-A-Move 4,PS,1998,Puzzle,Acclaim Entertainment,0.12,0.08,0,0.01,0.22 +7189,The Legend of Spyro: The Eternal Night,Wii,2007,Platform,Vivendi Games,0.18,0.02,0,0.02,0.22 +7190,NFL Quarterback Club 97,PS,1996,Sports,Acclaim Entertainment,0.12,0.08,0,0.01,0.22 +7191,Rampage: Total Destruction,Wii,2006,Action,Midway Games,0.19,0.01,0,0.02,0.22 +7192,Galactic Wrestling: Featuring Ultimate Muscle,PS2,2004,Fighting,Namco Bandai Games,0.03,0.02,0.17,0.01,0.22 +7193,Petz: Horse Club,Wii,2008,Misc,Ubisoft,0.2,0,0,0.02,0.22 +7194,Dino Stalker,PS2,2002,Shooter,Capcom,0.07,0.06,0.08,0.02,0.22 +7195,Rapala's Fishing Frenzy,Wii,2008,Sports,Activision,0.2,0,0,0.02,0.22 +7196,Mobile Suit Gundam Seed,PS2,2003,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7197,Shinobi,3DS,2011,Platform,Sega,0.14,0.07,0,0.02,0.22 +7198,Puss in Boots,Wii,2011,Action,THQ,0.19,0.01,0,0.01,0.22 +7199,Tony Hawk's Downhill Jam,DS,2006,Sports,Activision,0.2,0,0,0.02,0.22 +7200,Mega Man Zero 3,GBA,2004,Platform,Capcom,0.16,0.06,0,0,0.22 +7201,LEGO The Lord of the Rings,PC,2012,Action,Warner Bros. Interactive Entertainment,0.07,0.13,0,0.03,0.22 +7202,Hitman: HD Trilogy,PS3,2013,Action,Square Enix,0.07,0.1,0,0.04,0.22 +7203,Aliens vs Predator: Requiem,PSP,2007,Action,Vivendi Games,0.03,0.12,0,0.07,0.22 +7204,Castlevania: Lords of Shadow 2,PS3,2014,Action,Konami Digital Entertainment,0.03,0.13,0.02,0.04,0.22 +7205,Barbie: Groom and Glam Pups,Wii,2010,Action,THQ,0.19,0.02,0,0.01,0.22 +7206,KORG DS-10 Synthesizer,DS,2008,Misc,AQ Interactive,0.2,0.01,0,0.02,0.22 +7207,Tenchu: Shadow Assassins,Wii,2008,Action,Ubisoft,0.16,0.01,0.03,0.02,0.22 +7208,Barbie Super Sports,PS,1999,Sports,Mattel Interactive,0.12,0.08,0,0.01,0.22 +7209,CSI: Fatal Conspiracy,Wii,2010,Adventure,Ubisoft,0.12,0.08,0,0.02,0.22 +7210,Nicktoons Collection: Game Boy Advance Video Volume 2,GBA,2004,Misc,N/A,0.16,0.06,0,0,0.22 +7211,Jackass the Game,PSP,2007,Action,Empire Interactive,0.09,0.08,0,0.05,0.22 +7212,The Legend of Heroes: Trails of Cold Steel,PS3,2013,Role-Playing,Nippon Ichi Software,0.05,0.04,0.12,0.02,0.22 +7213,Tom Clancy's Rainbow Six: Siege,PC,2015,Shooter,Ubisoft,0.12,0.08,0,0.02,0.22 +7214,Dungeon Hunter Alliance,PSV,2012,Action,Ubisoft,0.09,0.1,0,0.04,0.22 +7215,LEGO Harry Potter: Years 5-7,PC,N/A,Action,Warner Bros. Interactive Entertainment,0.05,0.14,0,0.03,0.22 +7216,Duel Masters: Kaijudo Showdown,GBA,2004,Misc,Atari,0.16,0.06,0,0,0.22 +7217,Imagine: Boutique Owner,DS,2009,Simulation,Ubisoft,0.2,0,0,0.02,0.22 +7218,The Walking Dead: Season Two,PS3,2014,Adventure,Telltale Games,0.09,0.09,0,0.04,0.22 +7219,The Lord of the Rings: The Third Age,GBA,2004,Role-Playing,Electronic Arts,0.16,0.06,0,0,0.22 +7220,Cursed Mountain,Wii,2009,Adventure,Deep Silver,0.09,0.1,0,0.02,0.22 +7221,The Suffering,XB,2004,Action,Midway Games,0.16,0.05,0,0.01,0.22 +7222,Dragon Quest Builders: Revive Alefgard,PS4,2016,Role-Playing,Square Enix,0,0,0.22,0,0.22 +7223,Tetris Worlds,GC,2002,Puzzle,THQ,0.17,0.04,0,0.01,0.22 +7224,Teenage Mutant Ninja Turtles: Danger of the Ooze,X360,2014,Adventure,Activision,0.11,0.09,0,0.02,0.22 +7225,ECW Hardcore Revolution,N64,2000,Fighting,Acclaim Entertainment,0.18,0.04,0,0,0.22 +7226,Mega Man 64,N64,2000,Action,Capcom,0.14,0.03,0.05,0,0.22 +7227,Chou-Kuukan Night Pro Yakyuu King(higher JP sales),N64,1996,Sports,Imagineer,0,0,0.22,0,0.22 +7228,Rampage 2: Universal Tour,N64,1999,Action,GT Interactive,0.18,0.04,0,0,0.22 +7229,Ms. Pac-Man: Maze Madness,N64,2000,Puzzle,Namco Bandai Games,0.18,0.04,0,0,0.22 +7230,Tales of Graces,Wii,2009,Role-Playing,Namco Bandai Games,0,0,0.22,0,0.22 +7231,Age of Empires: Mythologies,DS,2008,Strategy,THQ,0.17,0.03,0,0.02,0.22 +7232,Viewtiful Joe 2,GC,2004,Action,Capcom,0.17,0.04,0,0.01,0.22 +7233,Where's Waldo? The Fantastic Journey,DS,2009,Adventure,Ubisoft,0.2,0,0,0.02,0.22 +7234,ATV Quad Kings,Wii,2009,Racing,Zoo Digital Publishing,0.21,0,0,0.01,0.22 +7235,Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,PS2,2002,Misc,Acclaim Entertainment,0.11,0.08,0,0.03,0.22 +7236,Jewel Quest: Expeditions,DS,2007,Puzzle,Avanquest,0.03,0.18,0,0.01,0.22 +7237,NBA Jam Extreme,PS,1996,Sports,Acclaim Entertainment,0.12,0.08,0,0.01,0.22 +7238,Dragon Ball: Origins (JP & incomplete US sales),DS,2008,Adventure,Atari,0.04,0,0.17,0,0.22 +7239,Touch the Dead,DS,2007,Shooter,Eidos Interactive,0.2,0,0,0.02,0.22 +7240,Tropico 3,X360,2009,Strategy,Kalypso Media,0.15,0.02,0.03,0.02,0.22 +7241,Nickelodeon Party Blast,XB,2002,Misc,Infogrames,0.16,0.05,0,0.01,0.22 +7242,Ben 10 Alien Force: Vilgax Attacks,X360,2009,Action,D3Publisher,0.11,0.09,0,0.02,0.22 +7243,NHL Championship 2000,PS,1998,Sports,Fox Interactive,0.12,0.08,0,0.01,0.22 +7244,G.I. Joe: The Rise of Cobra,Wii,2009,Action,Electronic Arts,0.17,0.03,0,0.02,0.22 +7245,Shellshock: Nam '67,XB,2004,Shooter,Eidos Interactive,0.16,0.05,0,0.01,0.22 +7246,Hunted: The Demon's Forge,X360,2011,Action,Bethesda Softworks,0.13,0.07,0,0.02,0.22 +7247,Kartia: The Word of Fate,PS,1998,Strategy,Konami Digital Entertainment,0.05,0.03,0.12,0.01,0.22 +7248,Tales of Berseria,PS4,2016,Role-Playing,Namco Bandai Games,0,0,0.22,0,0.22 +7249,All-Star Baseball 2002,GC,2001,Sports,Acclaim Entertainment,0.17,0.04,0,0.01,0.22 +7250,Magna Carta: Tears of Blood,PS2,2004,Role-Playing,505 Games,0.11,0.08,0,0.03,0.22 +7251,Lethal Skies Elite Pilot: Team SW,PS2,2001,Simulation,Sammy Corporation,0.11,0.08,0,0.03,0.22 +7252,Capcom vs. SNK,DC,2000,Fighting,Virgin Interactive,0,0,0.22,0,0.22 +7253,NBA Live 09 All-Play,Wii,2008,Sports,Electronic Arts,0.19,0.01,0,0.02,0.22 +7254,Infinite Space,DS,2009,Role-Playing,Sega,0.07,0.06,0.07,0.01,0.22 +7255,Yoostar2,X360,2011,Misc,Unknown,0.11,0.09,0,0.02,0.22 +7256,Transformers: Devastation,PS4,2015,Action,Activision,0.1,0.08,0,0.04,0.22 +7257,Tamagotchi no KiraKira Omisecchi,DS,2008,Misc,Namco Bandai Games,0,0,0.22,0,0.22 +7258,From Russia With Love,GC,2005,Action,Electronic Arts,0.17,0.04,0,0.01,0.22 +7259,You Don't Know Jack,Wii,2011,Misc,THQ,0.2,0,0,0.01,0.22 +7260,Just Dance 2016,PS3,2015,Misc,Ubisoft,0.1,0.08,0,0.04,0.22 +7261,Pinball Hall of Fame: The Williams Collection,PS3,2009,Misc,Crave Entertainment,0.2,0,0,0.02,0.22 +7262,Guitar Hero: Smash Hits,PS2,2009,Misc,Activision,0.11,0.01,0,0.1,0.22 +7263,NFL Quarterback Club 2002,PS2,2001,Sports,Acclaim Entertainment,0.11,0.08,0,0.03,0.22 +7264,Kirby's Star Stacker,GB,1997,Puzzle,Nintendo,0,0,0.22,0,0.22 +7265,NCAA Basketball 09,X360,2008,Sports,Electronic Arts,0.2,0,0,0.02,0.22 +7266,Full Auto,X360,2006,Shooter,Sega,0.19,0.01,0,0.02,0.22 +7267,Dead Island,PC,2011,Action,Deep Silver,0.12,0.07,0,0.03,0.22 +7268,Growlanser: Heritage of War,PS2,2006,Role-Playing,Rising Star Games,0.11,0.08,0,0.03,0.22 +7269,Hasbro Family Game Night,DS,2009,Puzzle,Electronic Arts,0.01,0.19,0,0.02,0.22 +7270,Shin Megami Tensei x Fire Emblem,WiiU,2015,Role-Playing,Nintendo,0.1,0.04,0.06,0.01,0.22 +7271,Rugby 2004,PS2,2003,Sports,Electronic Arts,0.11,0.08,0,0.03,0.22 +7272,Disney's Magical Quest Starring Mickey and Minnie,GBA,2002,Action,Nintendo,0.16,0.06,0,0,0.22 +7273,Spirit Camera: The Cursed Memoir,3DS,2012,Adventure,Nintendo,0.12,0.02,0.06,0.01,0.22 +7274,NBA 06,PSP,2005,Sports,Sony Computer Entertainment,0.2,0,0,0.02,0.22 +7275,Naruto: Ninja Council,GBA,2003,Action,Tomy Corporation,0.16,0.06,0,0,0.22 +7276,Shin Megami Tensei: Persona,PSP,2009,Role-Playing,Atlus,0.08,0,0.13,0.01,0.22 +7277,DS Nishimura Kyotaro Suspense Shin Tantei Series: Kyoto Atami Zekkai no Kotou - Satsui no Wana,DS,2007,Adventure,Tecmo Koei,0,0,0.22,0,0.22 +7278,Wreckless: ThE YaKuza MisSiOns,PS2,2002,Racing,Activision,0.11,0.08,0,0.03,0.22 +7279,Madden NFL 07,DS,2006,Sports,Electronic Arts,0.2,0,0,0.02,0.22 +7280,Jikkyou Powerful Major League,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.22,0,0.22 +7281,NFL 2K3,GC,2002,Sports,Sega,0.17,0.04,0,0.01,0.22 +7282,Darksiders II,PS4,2015,Action,Nordic Games,0.09,0.1,0,0.04,0.22 +7283,Saltwater Sportfishing,PS,2001,Sports,Take-Two Interactive,0.12,0.08,0,0.01,0.22 +7284,Yoshi Touch & Go (JP sales),DS,2005,Platform,Nintendo,0,0,0.22,0,0.22 +7285,Samurai Jack: The Amulet of Time,GBA,2003,Platform,Zoo Digital Publishing,0.16,0.06,0,0,0.22 +7286,Pass the Pigs,DS,2008,Misc,THQ,0.2,0,0,0.02,0.22 +7287,J-League Winning Eleven 2008: Club Championship,PS2,2008,Sports,Konami Digital Entertainment,0,0,0.22,0,0.22 +7288,Jackie Chan: Stuntmaster,PS,1999,Action,Sony Computer Entertainment,0.12,0.08,0,0.01,0.22 +7289,Sports Car GT,PS,1999,Racing,Electronic Arts,0.12,0.08,0,0.01,0.22 +7290,Lost Planet 3,PS3,2013,Shooter,Capcom,0.07,0.06,0.06,0.03,0.22 +7291,Order Up!,Wii,2008,Misc,Zoo Digital Publishing,0.19,0.01,0,0.02,0.22 +7292,Code Name: S.T.E.A.M.,3DS,2015,Strategy,Nintendo,0.14,0.05,0.01,0.02,0.22 +7293,SBK X: Superbike World Championship,PS3,2010,Racing,Black Bean Games,0.05,0.13,0,0.04,0.22 +7294,NBA Live 14,PS4,2013,Sports,Electronic Arts,0.14,0.05,0,0.03,0.22 +7295,Scooby-Doo! Mystery Mayhem,GC,2004,Action,THQ,0.17,0.04,0,0.01,0.22 +7296,Kanzen Chuuki Pro Yakyuu Greatest Nine,SAT,1995,Sports,Sega,0,0,0.22,0,0.22 +7297,American Idol,GBA,2003,Misc,Codemasters,0.15,0.06,0,0,0.22 +7298,Summer Athletics: The Ultimate Challenge (Others sales),Wii,2008,Sports,DTP Entertainment,0,0.2,0,0.01,0.22 +7299,Britney's Dance Beat,GBA,2002,Misc,THQ,0.15,0.06,0,0,0.22 +7300,Shrek SuperSlam,GC,2005,Action,Activision,0.17,0.04,0,0.01,0.22 +7301,Sniper: Ghost Warrior 2,X360,2013,Shooter,City Interactive,0.06,0.13,0,0.02,0.22 +7302,Over G Fighters,X360,2006,Simulation,Ubisoft,0.19,0.01,0,0.02,0.22 +7303,Sailor Moon,SNES,1993,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7304,Apache: Air Assault,PS3,2010,Simulation,Activision,0.11,0.07,0,0.03,0.22 +7305,One Piece: Pirate Warriors 3,PSV,2015,Action,Namco Bandai Games,0,0.07,0.13,0.02,0.22 +7306,Herdy Gerdy,PS2,2002,Adventure,Eidos Interactive,0.11,0.08,0,0.03,0.22 +7307,Armored Core V,X360,2012,Simulation,Namco Bandai Games,0.13,0.03,0.04,0.01,0.22 +7308,EVE Online,PC,2003,Role-Playing,CCP,0,0.19,0,0.02,0.22 +7309,Digimon World Re:Digitize,PSP,2012,Action,Namco Bandai Games,0,0,0.22,0,0.22 +7310,Ninja Gaiden: Dragon Sword,DS,2008,Action,Tecmo Koei,0.17,0.02,0.02,0.02,0.22 +7311,Ride,PS4,2015,Racing,Milestone S.r.l.,0.03,0.13,0.03,0.03,0.22 +7312,Blue Dragon Plus,DS,2008,Role-Playing,Ignition Entertainment,0.12,0.04,0.05,0.01,0.22 +7313,Lords of the Fallen,XOne,2014,Role-Playing,Square Enix,0.1,0.1,0,0.02,0.22 +7314,NBA in the Zone 2000,PS,2000,Sports,Konami Digital Entertainment,0.12,0.08,0,0.01,0.21 +7315,Dark Summit,PS2,2001,Sports,THQ,0.11,0.08,0,0.03,0.21 +7316,Afrika,PS3,2008,Adventure,Unknown,0.12,0,0.08,0.01,0.21 +7317,Cabela's Big Game Hunter: Ultimate Challenge,PS,2001,Sports,Activision Value,0.12,0.08,0,0.01,0.21 +7318,The Legend of Heroes: Trails in the Sky First Chapter,PSP,2006,Role-Playing,Ghostlight,0.1,0.03,0.06,0.03,0.21 +7319,Are You Smarter Than a 5th Grader? Back to School,Wii,2010,Misc,Nintendo,0.2,0,0,0.02,0.21 +7320,Steins;Gate,PSV,2013,Adventure,PQube,0.07,0.09,0,0.05,0.21 +7321,The Dukes of Hazzard: Return of the General Lee,PS2,2004,Racing,Ubisoft,0.11,0.08,0,0.03,0.21 +7322,Pandemonium!,PS,1996,Platform,BMG Interactive Entertainment,0.12,0.08,0,0.01,0.21 +7323,SingStar: Back to the 80s,PS3,2011,Misc,Sony Computer Entertainment,0,0.16,0,0.05,0.21 +7324,Namco Museum: 50th Anniversary,GC,2005,Misc,Namco Bandai Games,0.17,0.04,0,0.01,0.21 +7325,Crash 'N' Burn,PS2,2004,Racing,Eidos Interactive,0.11,0.08,0,0.03,0.21 +7326,NBA,PSP,2005,Sports,Sony Computer Entertainment,0.2,0,0,0.02,0.21 +7327,Teenage Mutant Ninja Turtles: Smash-Up,PS2,2009,Fighting,Ubisoft,0.11,0.08,0,0.03,0.21 +7328,Pro Yakyuu Greatest Nine '97,SAT,1997,Sports,Sega,0,0,0.21,0,0.21 +7329,Transformers: Dark of the Moon,3DS,2011,Action,Activision,0.16,0.04,0,0.02,0.21 +7330,Final Fantasy Fables: Chocobo's Dungeon,Wii,2007,Role-Playing,Square Enix,0.09,0,0.11,0.01,0.21 +7331,Lunar: Silver Star Story Complete,SAT,1997,Role-Playing,Kadokawa Shoten,0,0,0.21,0,0.21 +7332,Dorabase DS: Dramatic Stadium,DS,2007,Sports,Namco Bandai Games,0,0,0.21,0,0.21 +7333,Disaster Report,PS2,2002,Action,Agetec,0.03,0.02,0.15,0.01,0.21 +7334,EVE: burst error,SAT,1997,Adventure,Imagineer,0,0,0.21,0,0.21 +7335,We Sing Robbie Williams,Wii,2010,Misc,Nordic Games,0,0.19,0,0.03,0.21 +7336,Backyard NFL Football '09,Wii,2008,Sports,Atari,0.2,0,0,0.02,0.21 +7337,Pro Evolution Soccer 2012,Wii,2011,Action,Konami Digital Entertainment,0.08,0.08,0.03,0.02,0.21 +7338,Akiba's Trip: Undead & Undressed,PSV,2013,Action,Nippon Ichi Software,0.09,0.02,0.08,0.03,0.21 +7339,Speed Racer: The Videogame,PS2,2008,Racing,Warner Bros. Interactive Entertainment,0.1,0.08,0,0.03,0.21 +7340,College Hoops 2K7,X360,2006,Sports,Take-Two Interactive,0.2,0,0,0.02,0.21 +7341,The Amazing Spider-Man 2 (2014),XOne,2014,Action,Activision,0.12,0.07,0,0.02,0.21 +7342,Big League Sports,X360,2011,Sports,Activision,0.18,0.02,0,0.01,0.21 +7343,Bratz: Forever Diamondz,GC,2006,Adventure,THQ,0.17,0.04,0,0.01,0.21 +7344,WCW Backstage Assault,PS,1999,Action,Electronic Arts,0.12,0.08,0,0.01,0.21 +7345,UFC Undisputed 2010,PSP,2010,Fighting,THQ,0.11,0.07,0,0.04,0.21 +7346,Baja: Edge of Control,PS3,2008,Racing,THQ,0.1,0.08,0,0.04,0.21 +7347,Wild Wild Racing,PS2,2000,Racing,Interplay,0.1,0.08,0,0.03,0.21 +7348,Magician's Quest: Town of Magic,3DS,2012,Simulation,Konami Digital Entertainment,0,0,0.21,0,0.21 +7349,The Bard's Tale,PS2,2004,Role-Playing,Ubisoft,0.1,0.08,0,0.03,0.21 +7350,NCAA March Madness 08,X360,2007,Sports,Electronic Arts,0.2,0,0,0.02,0.21 +7351,Momotarou Dentetsu 16,PS2,2006,Misc,Hudson Soft,0,0,0.21,0,0.21 +7352,Robotech: The Macross Saga,GBA,2002,Shooter,TDK Mediactive,0.15,0.06,0,0,0.21 +7353,Yu Yu Hakusho: Dark Tournament,PS2,N/A,Fighting,N/A,0.1,0.08,0,0.03,0.21 +7354,MTV Celebrity Deathmatch,XB,2003,Fighting,Gotham Games,0.16,0.05,0,0.01,0.21 +7355,Gekijouban Macross F: Itsuwarino Utahime - Hybrid Pack,PS3,2010,Action,Namco Bandai Games,0,0,0.21,0,0.21 +7356,Conflict Zone,PS2,2002,Strategy,Ubisoft,0.1,0.08,0,0.03,0.21 +7357,Tony Hawk's American Sk8land,DS,2005,Sports,Activision,0.19,0.01,0,0.02,0.21 +7358,de Blob 2,PS3,2011,Platform,THQ,0.11,0.07,0,0.03,0.21 +7359,The BIGS 2,X360,2009,Sports,Take-Two Interactive,0.19,0.01,0,0.02,0.21 +7360,BloodRayne,XB,2002,Shooter,Universal Interactive,0.16,0.05,0,0.01,0.21 +7361,Hannah Montana: The Movie,X360,2009,Adventure,Disney Interactive Studios,0.14,0.06,0,0.02,0.21 +7362,50 Cent: Blood on the Sand,X360,2009,Shooter,THQ,0.12,0.07,0,0.02,0.21 +7363,Bratz: Girlz Really Rock,Wii,2008,Action,THQ,0.19,0,0,0.02,0.21 +7364,NHL 2K6,XB,2005,Sports,Take-Two Interactive,0.16,0.05,0,0.01,0.21 +7365,Tenchu: Return From Darkness,XB,2004,Action,Activision,0.16,0.05,0,0.01,0.21 +7366,World Poker Tour,PS2,2005,Misc,Take-Two Interactive,0.1,0.08,0,0.03,0.21 +7367,Prison Break: The Conspiracy,X360,2010,Action,Deep Silver,0.07,0.12,0,0.02,0.21 +7368,Neo Contra,PS2,2004,Shooter,Konami Digital Entertainment,0.1,0.08,0,0.03,0.21 +7369,MVP Baseball,PSP,2005,Sports,Electronic Arts,0.2,0,0,0.02,0.21 +7370,GRID Autosport,PS3,2014,Racing,Codemasters,0.05,0.11,0.01,0.04,0.21 +7371,Ghostbusters II,2600,N/A,Action,Activision,0.2,0.01,0,0,0.21 +7372,Breakaway IV,2600,N/A,Puzzle,Sears,0.2,0.01,0,0,0.21 +7373,RealSports Baseball,2600,1981,Sports,Atari,0.2,0.01,0,0,0.21 +7374,Now! That's What I Call Music: Dance & Sing,Wii,2011,Misc,Unknown,0,0.18,0,0.04,0.21 +7375,Yu-Gi-Oh! 5D's World Championship 2011: Over the Nexus,DS,2011,Strategy,Konami Digital Entertainment,0.1,0.03,0.07,0.01,0.21 +7376,Metal Gear Solid V: The Phantom Pain,X360,2015,Action,Konami Digital Entertainment,0.12,0.08,0,0.02,0.21 +7377,Hasbro Family Game Night 3,X360,2010,Misc,Electronic Arts,0.17,0.03,0,0.01,0.21 +7378,G.I. Joe: The Rise of Cobra,PS3,2009,Action,Electronic Arts,0.11,0.07,0,0.03,0.21 +7379,Rayman Raving Rabbids,X360,2007,Misc,Ubisoft,0.18,0.01,0,0.02,0.21 +7380,Viewtiful Joe 2,PS2,2004,Action,Capcom,0.1,0.08,0,0.03,0.21 +7381,Quake III: Revolution,PS2,2001,Shooter,Electronic Arts,0.1,0.08,0,0.03,0.21 +7382,Pac-Man World 3,PS2,2005,Platform,Namco Bandai Games,0.1,0.08,0,0.03,0.21 +7383,Naruto: Clash of Ninja (JP sales),GC,2003,Fighting,Tomy Corporation,0,0,0.21,0.01,0.21 +7384,Robotech: Battlecry,XB,N/A,Shooter,Unknown,0.16,0.05,0,0.01,0.21 +7385,NOëL: NOT DiGITAL,PS,1996,Adventure,Pioneer LDC,0,0,0.2,0.01,0.21 +7386,Transformer: Rise of the Dark Spark,PS4,2014,Action,Activision,0.07,0.1,0.01,0.04,0.21 +7387,Dragon Ball Z Hyper Dimension,SNES,1995,Fighting,Namco Bandai Games,0,0,0.21,0,0.21 +7388,Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,Wii,2009,Adventure,GSP,0.12,0.07,0,0.02,0.21 +7389,Senran Kagura 2: Deep Crimson,3DS,2014,Action,Marvelous Entertainment,0.09,0.03,0.08,0.01,0.21 +7390,Marvel Super Hero Squad,PSP,2009,Fighting,THQ,0.17,0.02,0,0.02,0.21 +7391,The Chronicles of Narnia: Prince Caspian,DS,2008,Action,Disney Interactive Studios,0.19,0.01,0,0.02,0.21 +7392,Champion Jockey: G1 Jockey & Gallop Racer,PS3,2011,Sports,Tecmo Koei,0.06,0.05,0.08,0.02,0.21 +7393,HBO Boxing,PS,2000,Fighting,Acclaim Entertainment,0.12,0.08,0,0.01,0.21 +7394,Yoga Wii,Wii,2009,Sports,JoWood Productions,0.15,0.05,0,0.02,0.21 +7395,Darkwatch,XB,2005,Shooter,Ubisoft,0.16,0.05,0,0.01,0.21 +7396,Cabela's Survival: Shadows of Katmai,Wii,2011,Sports,Activision,0.15,0.05,0,0.02,0.21 +7397,Prince of Persia: Revelations,PSP,2005,Adventure,Ubisoft,0.18,0.01,0,0.02,0.21 +7398,Bass Pro Shops: The Strike,X360,2009,Sports,XS Games,0.2,0,0,0.02,0.21 +7399,Front Mission 5: Scars of the War,PS2,2005,Strategy,Square Enix,0,0,0.21,0,0.21 +7400,Maximo vs Army of Zin,PS2,2003,Platform,Capcom,0.1,0.08,0,0.03,0.21 +7401,The Fairly OddParents: Breakin' Da Rules,GC,2003,Platform,THQ,0.16,0.04,0,0.01,0.21 +7402,Namco Museum Megamix,Wii,2010,Misc,Namco Bandai Games,0.2,0,0,0.01,0.21 +7403,Wedding Dash,DS,2009,Action,Zoo Games,0.2,0,0,0.01,0.21 +7404,Hot Shots Tennis: Get a Grip,PSP,2010,Sports,Sony Computer Entertainment,0.06,0,0.13,0.01,0.21 +7405,Summoner 2,PS2,2002,Role-Playing,THQ,0.1,0.08,0,0.03,0.21 +7406,The Land Before Time: Big Water Adventure,PS,2002,Platform,TDK Mediactive,0.12,0.08,0,0.01,0.21 +7407,Shadow of Destiny,PS2,2001,Adventure,Konami Digital Entertainment,0.09,0.07,0.03,0.02,0.21 +7408,Valkyria Chronicles III: Unrecorded Chronicles,PSP,N/A,Strategy,Sega,0,0,0.21,0,0.21 +7409,Cabela's Deer Hunt: 2004 Season,XB,2003,Sports,Activision Value,0.16,0.05,0,0.01,0.21 +7410,Disney's Planes,WiiU,2013,Simulation,Disney Interactive Studios,0.15,0.04,0,0.02,0.21 +7411,Brunswick Pro Bowling,PSP,2007,Sports,505 Games,0.19,0,0,0.02,0.21 +7412,World Series of Poker,PSP,2005,Misc,Activision,0.19,0,0,0.02,0.21 +7413,ClayFighter 63 1/3,N64,1997,Fighting,Interplay,0.17,0.04,0,0,0.21 +7414,Monopoly,N64,1999,Misc,Hasbro Interactive,0.17,0.04,0,0,0.21 +7415,WCW Nitro,N64,1998,Fighting,THQ,0.17,0.04,0,0,0.21 +7416,Cruis'n Exotica,N64,2000,Racing,Midway Games,0.17,0.04,0,0,0.21 +7417,Gex 3: Deep Cover Gecko,N64,1999,Platform,Crave Entertainment,0.17,0.04,0,0,0.21 +7418,WinBack: Covert Operations,N64,1999,Shooter,Virgin Interactive,0.17,0.04,0,0,0.21 +7419,Heroes of Ruin,3DS,2012,Role-Playing,Nintendo,0.13,0.07,0,0.02,0.21 +7420,WipeOut 3 The Game,X360,2012,Action,Activision,0.2,0,0,0.01,0.21 +7421,Bastard!! Utsuro Naru Kamigami no Utsuwa,PS,1996,Role-Playing,Seta Corporation,0,0,0.2,0.01,0.21 +7422,SBK Superbike World Championship,X360,2008,Racing,Black Bean Games,0.06,0.14,0,0.01,0.21 +7423,The King of Fighters '96,SAT,1996,Fighting,SNK,0,0,0.21,0,0.21 +7424,Bionicle,GC,2003,Action,Electronic Arts,0.16,0.04,0,0.01,0.21 +7425,WRC: FIA World Rally Championship,PS3,N/A,Racing,Black Bean Games,0,0.15,0.01,0.05,0.21 +7426,Angel Blade: Neo Tokyo Guardians,PS,1997,Role-Playing,On Demand,0.12,0.08,0,0.01,0.21 +7427,Threads of Fate,PS,1999,Role-Playing,SquareSoft,0.12,0.08,0,0.01,0.21 +7428,PoPoLoCrois Monogatari II,PS,2000,Role-Playing,Sony Computer Entertainment,0,0,0.2,0.01,0.21 +7429,Famicom Mini: Ganbare Goemon! Karakuri Douchuu,GBA,2004,Platform,Konami Digital Entertainment,0,0,0.2,0.01,0.21 +7430,Vampire Rain,X360,2007,Action,Microsoft Game Studios,0.18,0,0.01,0.01,0.21 +7431,Way of the Samurai 3,X360,2009,Action,Gamebridge,0.12,0.05,0.02,0.02,0.21 +7432,Deus Ex: The Conspiracy,PS2,2002,Action,Eidos Interactive,0.1,0.08,0,0.03,0.21 +7433,Unreal II: The Awakening,XB,2004,Shooter,Atari,0.17,0.04,0,0.01,0.21 +7434,Rumble Racing,PS2,2001,Racing,Electronic Arts,0.1,0.08,0,0.03,0.21 +7435,Spider-Man: Web of Shadows,PS2,2008,Action,Activision,0.1,0.08,0,0.03,0.21 +7436,Disgaea D2: A Brighter Darkness,PS3,2013,Role-Playing,Nippon Ichi Software,0.09,0,0.1,0.01,0.21 +7437,Batman Begins,XB,2005,Action,Electronic Arts,0.16,0.04,0,0.01,0.21 +7438,Just Dance: Greatest Hits,Wii,2012,Misc,Ubisoft,0.15,0.04,0,0.02,0.21 +7439,J-League Winning Eleven 10 + Europa League 06-07,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.21,0,0.21 +7440,Shrek: Reekin' Havoc,GBA,2003,Platform,TDK Mediactive,0.15,0.06,0,0,0.21 +7441,Solatorobo: Red the Hunter,DS,2010,Role-Playing,Nintendo,0.08,0.04,0.07,0.01,0.21 +7442,Tales of Phantasia: Narikiri Dungeon X,PSP,2010,Role-Playing,Namco Bandai Games,0,0,0.21,0,0.21 +7443,JSRF: Jet Set Radio Future,XB,2002,Action,Sega,0.13,0.04,0.03,0.01,0.21 +7444,NHL Hitz 20-02,GC,2001,Sports,Midway Games,0.16,0.04,0,0.01,0.21 +7445,The Last Airbender,Wii,2010,Action,THQ,0.12,0.07,0,0.02,0.21 +7446,NCAA Football 2003,GC,2002,Sports,Electronic Arts,0.16,0.04,0,0.01,0.21 +7447,StokEd,X360,2009,Sports,Zushi Games,0.18,0.01,0,0.01,0.21 +7448,Rollcage,PS,1999,Racing,Psygnosis,0.12,0.08,0,0.01,0.21 +7449,ESPN Winter X Games: Snowboarding 2002,PS2,2000,Sports,Konami Digital Entertainment,0.1,0.08,0,0.03,0.21 +7450,Project: Snowblind,PS2,2005,Action,Eidos Interactive,0.1,0.08,0,0.03,0.21 +7451,Tony Hawk's Motion,DS,2008,Sports,Activision,0.19,0,0,0.02,0.21 +7452,Super Robot Taisen K,DS,2009,Strategy,Namco Bandai Games,0,0,0.21,0,0.21 +7453,Mortal Kombat: Special Forces,PS,2000,Fighting,Midway Games,0.12,0.08,0,0.01,0.21 +7454,LEGO The Hobbit,PSV,2014,Action,Warner Bros. Interactive Entertainment,0.03,0.13,0,0.05,0.21 +7455,Rayman Legends,PSV,2014,Platform,Ubisoft,0.03,0.12,0,0.05,0.21 +7456,Dragon Ball Z: Harukanaru Densetsu,DS,2007,Role-Playing,Namco Bandai Games,0.19,0,0,0.02,0.21 +7457,Wacky Races: Crash & Dash,DS,2008,Racing,Eidos Interactive,0.19,0,0,0.01,0.21 +7458,I Spy: Castle,DS,2011,Puzzle,Scholastic Inc.,0.19,0,0,0.01,0.21 +7459,Shin Megami Tensei: Persona 3 (jp sales),PS2,2006,Role-Playing,Tecmo Koei,0,0,0.21,0,0.21 +7460,Greg Hastings Paintball 2,X360,2010,Shooter,Majesco Entertainment,0.19,0,0,0.01,0.21 +7461,Evil Dead: Regeneration,PS2,2005,Action,THQ,0.1,0.08,0,0.03,0.21 +7462,Dead to Rights: Retribution,X360,2010,Shooter,Namco Bandai Games,0.11,0.08,0,0.02,0.21 +7463,NCAA March Madness 07,X360,2007,Sports,Electronic Arts,0.19,0,0,0.02,0.21 +7464,NHL 2003,XB,2002,Sports,Electronic Arts,0.15,0.04,0,0.01,0.21 +7465,Marvel Super Hero Squad: Comic Combat,PS3,2011,Action,THQ,0.11,0.07,0,0.03,0.21 +7466,X-Men: Children of the Atom,SAT,1995,Fighting,Acclaim Entertainment,0,0,0.21,0,0.21 +7467,Barbie Fashion Show: An Eye for Style,DS,2008,Misc,Activision,0.19,0,0,0.02,0.21 +7468,Tiger Woods PGA Tour,PSP,2005,Sports,Electronic Arts,0.19,0,0,0.02,0.21 +7469,Yarudora Series Vol. 2: Kisetsu wo Dakishimete,PS,1998,Adventure,Sony Computer Entertainment,0,0,0.19,0.01,0.21 +7470,NHL 2K3,PS2,2002,Sports,Sega,0.1,0.08,0,0.03,0.21 +7471,Heisei Kyouiku linkai DS,DS,2006,Misc,Namco Bandai Games,0,0,0.21,0,0.21 +7472,SpongeBob SquarePants: Game Boy Advance Video Volume 3,GBA,2004,Misc,N/A,0.15,0.05,0,0,0.21 +7473,Pro Yaky? Spirits 2010,PS3,2010,Sports,Konami Digital Entertainment,0,0,0.21,0,0.21 +7474,The Naked Brothers Band: The Video Game,Wii,2008,Misc,THQ,0.19,0,0,0.01,0.21 +7475,Final Fight One,GBA,2001,Fighting,Ubisoft,0.09,0.03,0.08,0,0.21 +7476,Rune Factory: Tides of Destiny,Wii,2011,Role-Playing,Marvelous Interactive,0.14,0,0.06,0.01,0.21 +7477,The Amazing Spider-Man (Console Version),DS,2012,Action,Activision,0.15,0.04,0,0.01,0.21 +7478,NCAA Football 10,PSP,2009,Sports,Electronic Arts,0.19,0,0,0.02,0.21 +7479,Gallop Racer 2003: A New Breed,PS2,2002,Sports,Zoo Digital Publishing,0.04,0.03,0.12,0.01,0.21 +7480,Dawn of Discovery,Wii,2009,Simulation,Ubisoft,0.13,0.06,0,0.02,0.21 +7481,BeyBlade VForce: Super Tournament Battle,GC,2002,Action,Atari,0.16,0.04,0,0.01,0.21 +7482,Outlaw Golf 2,XB,2004,Sports,Global Star,0.15,0.04,0,0.01,0.21 +7483,Little Battlers eXperience: Baku Boost,3DS,2012,Action,Nintendo,0,0,0.21,0,0.21 +7484,Anarchy Reigns,PS3,2012,Action,Sega,0.1,0.03,0.06,0.02,0.21 +7485,CSI: Deadly Intent,X360,2009,Adventure,Ubisoft,0.1,0.08,0,0.02,0.21 +7486,Defiance,PC,2013,Shooter,Trion Worlds,0.14,0.04,0,0.02,0.21 +7487,J-League Pro Soccer Club o Tsukurou! 7 Euro Plus,PSP,2011,Sports,Sega,0,0,0.21,0,0.21 +7488,LEGO Ninjago: Shadow of Ronin,3DS,2015,Action,Warner Bros. Interactive Entertainment,0.05,0.1,0.04,0.01,0.21 +7489,Bugs Bunny & Taz: Time Busters,PS,2000,Adventure,Infogrames,0.11,0.08,0,0.01,0.21 +7490,Need for Speed Carbon: Own the City,DS,2006,Racing,Electronic Arts,0.17,0.02,0,0.02,0.21 +7491,Dragon Ball Z: Sagas,GC,2005,Fighting,Atari,0.16,0.04,0,0.01,0.21 +7492,Kung Fu Rider,PS3,2010,Action,Sony Computer Entertainment,0.06,0.1,0.01,0.04,0.21 +7493,Jikkyou Powerful Pro Yakyuu 2012,PS3,2012,Action,Konami Digital Entertainment,0,0,0.21,0,0.21 +7494,X2: Wolverine's Revenge,XB,2003,Platform,Activision,0.15,0.04,0,0.01,0.21 +7495,Power Rangers: Wild Force,GBA,2002,Action,THQ,0.15,0.05,0,0,0.21 +7496,The Wolf Among Us,PS4,2014,Adventure,Telltale Games,0.1,0.07,0,0.03,0.21 +7497,Thrillville,PSP,2006,Strategy,Atari,0.18,0,0,0.02,0.2 +7498,Battle of Giants: Dinosaurs Strike,Wii,2010,Strategy,Ubisoft,0.15,0.04,0,0.02,0.2 +7499,Attack on Titan (KOEI),PS4,2016,Action,Tecmo Koei,0.02,0.06,0.11,0.02,0.2 +7500,The King of Fighters '95,NG,1995,Fighting,SNK,0,0,0.2,0,0.2 +7501,Discovery Kids: Pony Paradise,DS,2009,Simulation,505 Games,0.19,0,0,0.01,0.2 +7502,Mary-Kate and Ashley: Girls Night Out,GBA,2002,Misc,Acclaim Entertainment,0.15,0.05,0,0,0.2 +7503,Cabela's North American Adventures,Wii,2010,Sports,Activision,0.19,0,0,0.01,0.2 +7504,Enchanted Arms,PS3,2007,Role-Playing,Ubisoft,0.17,0.01,0,0.02,0.2 +7505,Beyblade G-Revolution,GBA,2004,Action,Atari,0.15,0.05,0,0,0.2 +7506,WWE All Stars,Wii,2011,Fighting,THQ,0.11,0.07,0,0.02,0.2 +7507,Trade & Battle: Card Hero,GB,2000,Strategy,Nintendo,0,0,0.2,0,0.2 +7508,World Championship Cards,PSP,2008,Misc,Crave Entertainment,0.19,0,0,0.02,0.2 +7509,You Don't Know Jack,X360,2011,Misc,THQ,0.19,0,0,0.01,0.2 +7510,Chronicles of Mystery: Curse of the Ancient Temple,DS,2009,Adventure,City Interactive,0.07,0.11,0,0.02,0.2 +7511,NBA Live 15,XOne,2014,Sports,Electronic Arts,0.17,0.02,0,0.02,0.2 +7512,Capcom Fighting Evolution,PS2,2004,Fighting,Capcom,0.1,0.08,0,0.03,0.2 +7513,Frogger 3D,3DS,2011,Action,Konami Digital Entertainment,0.16,0.03,0,0.01,0.2 +7514,SD Gundam GNext,SNES,1995,Strategy,Namco Bandai Games,0,0,0.2,0,0.2 +7515,Backyard NFL Football 2006,PS2,2005,Sports,Atari,0.1,0.08,0,0.03,0.2 +7516,NASCAR Heat 2002,XB,2001,Racing,Infogrames,0.15,0.04,0,0.01,0.2 +7517,Planet 51,Wii,2009,Action,Sega,0.17,0.02,0,0.02,0.2 +7518,Sloane to MacHale no Nazo no Monogatari,DS,2009,Puzzle,Level 5,0,0,0.2,0,0.2 +7519,DarkStar One: Broken Alliance,X360,2010,Simulation,Kalypso Media,0.11,0.08,0,0.02,0.2 +7520,My Fitness Coach 2: Exercise and Nutrition,Wii,2009,Sports,Black Bean Games,0.14,0.04,0,0.02,0.2 +7521,Sengoku Basara 2 Heroes,PS2,2007,Action,Capcom,0,0,0.2,0,0.2 +7522,Buzz! The Schools Quiz,PS2,2008,Misc,Sony Computer Entertainment,0,0.02,0,0.19,0.2 +7523,Two Worlds II,PC,2011,Role-Playing,Unknown,0.09,0.09,0,0.03,0.2 +7524,Suikoden Tactics,PS2,2005,Strategy,Konami Digital Entertainment,0.06,0.05,0.07,0.02,0.2 +7525,NCAA March Madness 06,XB,2005,Sports,Electronic Arts,0.15,0.04,0,0.01,0.2 +7526,Major League Baseball 2K11,PS3,2011,Sports,Take-Two Interactive,0.15,0.03,0,0.02,0.2 +7527,Mobile Suit Gundam: Crossfire,PS3,2006,Simulation,Namco Bandai Games,0.06,0,0.14,0.01,0.2 +7528,Phantasy Star Online,DC,2000,Role-Playing,Sega,0,0,0.2,0,0.2 +7529,Crazy Taxi 3: High Roller,XB,2002,Racing,Sega,0.14,0.04,0.02,0.01,0.2 +7530,Dark Messiah of Might and Magic Elements,X360,2008,Role-Playing,Ubisoft,0.16,0.02,0.01,0.02,0.2 +7531,Just Dance 2: Extra Songs,Wii,2011,Misc,Ubisoft,0,0.17,0,0.03,0.2 +7532,Midnight Club 3: DUB Edition Remix,XB,2006,Racing,Take-Two Interactive,0.15,0.04,0,0.01,0.2 +7533,International Superstar Soccer 2000,PS2,2000,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7534,"Warhammer 40,000: Space Marine",PC,2011,Shooter,THQ,0.09,0.09,0,0.03,0.2 +7535,CandyLand / Chutes & Ladders / Memory,GBA,2005,Misc,Zoo Digital Publishing,0.15,0.05,0,0,0.2 +7536,The Bible Game,PS2,2005,Misc,Crave Entertainment,0.1,0.08,0,0.03,0.2 +7537,Drift King Shutokou Battle '94,SNES,1994,Racing,BPS,0,0,0.2,0,0.2 +7538,Shining Blade,PSP,2012,Role-Playing,Sega,0,0,0.2,0,0.2 +7539,Fairy Fencer F,PS3,2013,Role-Playing,Nippon Ichi Software,0.05,0.05,0.09,0.02,0.2 +7540,Atelier Shallie: Alchemists of the Dusk Sea,PS3,2014,Role-Playing,Tecmo Koei,0.06,0.05,0.08,0.02,0.2 +7541,The Ultimate Red Ball Challenge,Wii,2009,Misc,Mindscape,0,0.19,0,0.01,0.2 +7542,PBR: Out of the Chute,PS2,2008,Sports,Crave Entertainment,0.1,0.08,0,0.03,0.2 +7543,The King of Fighters Collection: The Orochi Saga,PS2,2006,Fighting,Ignition Entertainment,0.1,0.08,0,0.03,0.2 +7544,Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban: 2003 Memorial,PS2,2003,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7545,Arcana Heart 3,PS3,2011,Fighting,PQube,0.04,0.05,0.1,0.02,0.2 +7546,Tekken 3D: Prime Edition,3DS,2012,Fighting,Nintendo,0.06,0.08,0.05,0.01,0.2 +7547,Deal or No Deal: The Banker is Back!,DS,2008,Misc,Mindscape,0,0.2,0,0,0.2 +7548,Jillian Michaels' Fitness Adventure,X360,2011,Misc,505 Games,0.17,0.02,0,0.01,0.2 +7549,MLB 10: The Show,PSP,2010,Sports,Sony Computer Entertainment,0.19,0,0,0.02,0.2 +7550,State of Decay,XOne,2015,Strategy,Microsoft Game Studios,0.14,0.05,0,0.02,0.2 +7551,Ashes Cricket 2009,X360,2009,Sports,Codemasters,0,0.19,0,0.01,0.2 +7552,Saturday Night Speedway,PS2,2004,Racing,Play It,0.1,0.08,0,0.03,0.2 +7553,Bratz: Rock Angelz,GC,2005,Misc,THQ,0.16,0.04,0,0.01,0.2 +7554,Langrisser III,SAT,1996,Strategy,NCS,0,0,0.2,0,0.2 +7555,Samurai Spirits (CD),NG,1994,Fighting,SNK,0,0,0.2,0,0.2 +7556,MLB SlugFest 20-03,XB,2002,Sports,Midway Games,0.15,0.04,0,0.01,0.2 +7557,Dragon Ball: Revenge of King Piccolo,Wii,2009,Action,Namco Bandai Games,0.13,0.03,0.03,0.02,0.2 +7558,Spectrobes: Origins,Wii,2009,Role-Playing,Disney Interactive Studios,0.16,0.02,0,0.02,0.2 +7559,Earth Defense Force: Insect Armageddon,PS3,2011,Shooter,D3Publisher,0.06,0.04,0.08,0.02,0.2 +7560,Pitfall: The Lost Expedition,PS2,2004,Platform,Activision,0.1,0.08,0,0.03,0.2 +7561,Marvel: Ultimate Alliance 2,DS,2009,Role-Playing,Activision,0.16,0.03,0,0.02,0.2 +7562,From TV Animation One Piece: Grand Battle! 3,GC,2003,Fighting,Namco Bandai Games,0,0,0.2,0.01,0.2 +7563,Assassin's Creed Syndicate,PC,2015,Action,Ubisoft,0.1,0.08,0,0.02,0.2 +7564,Rocket Power: Zero Gravity Zone,GBA,2003,Sports,THQ,0.14,0.05,0,0,0.2 +7565,Le Mans 24 Hours,PS2,2001,Racing,Infogrames,0.09,0.07,0.02,0.02,0.2 +7566,XCOM 2,PC,2016,Strategy,Take-Two Interactive,0.09,0.1,0,0.02,0.2 +7567,International Cricket 2010,PS3,2010,Sports,Codemasters,0,0.15,0,0.05,0.2 +7568,ESPN MLB Baseball,PS2,2004,Sports,Sega,0.1,0.08,0,0.03,0.2 +7569,Neighborhood Games,Wii,2009,Misc,THQ,0.17,0.02,0,0.01,0.2 +7570,All Star Pro-Wrestling,PS2,2000,Fighting,SquareSoft,0,0,0.2,0,0.2 +7571,Way of the Samurai 4,PS3,2011,Action,Nippon Ichi Software,0,0.03,0.16,0.01,0.2 +7572,Clive Barker's Jericho,PS3,2007,Shooter,Codemasters,0.17,0.01,0,0.02,0.2 +7573,Harvest Moon: More Friends of Mineral Town,GBA,2003,Simulation,Ubisoft,0.14,0.05,0,0,0.2 +7574,Captain America: Super Soldier,PS3,2011,Action,Sega,0.1,0.07,0,0.03,0.2 +7575,MLB 12: The Show,PSV,2012,Sports,Sony Computer Entertainment,0.18,0,0,0.02,0.2 +7576,The Fairly Odd Parents: Shadow Showdown,GC,2004,Platform,THQ,0.16,0.04,0,0.01,0.2 +7577,NHL 17,PS4,2016,Sports,Electronic Arts,0.13,0.04,0,0.04,0.2 +7578,Mobile Suit Gundam Side Story II: Aoi o Uketsugu Mono,SAT,1996,Shooter,Namco Bandai Games,0,0,0.2,0,0.2 +7579,Camping Mama: Outdoor Adventures,DS,2011,Simulation,505 Games,0.13,0.06,0,0.02,0.2 +7580,Kurohyou 2: Ryu ga Gotoku Ashura Hen,PSP,2012,Action,Sega,0,0,0.2,0,0.2 +7581,NBA 2K2,XB,2002,Sports,Sega,0.15,0.04,0,0.01,0.2 +7582,X2: Wolverine's Revenge,GBA,2003,Platform,Activision,0.14,0.05,0,0,0.2 +7583,7th Dragon 2020,PSP,2011,Role-Playing,Sega,0,0,0.2,0,0.2 +7584,Cars,XB,2006,Racing,THQ,0.15,0.04,0,0.01,0.2 +7585,Taiko no Tatsujin: Waku Waku Anime Matsuri,PS2,2003,Misc,Namco Bandai Games,0,0,0.2,0,0.2 +7586,Imagine: Babyz Fashion,DS,2009,Simulation,Ubisoft,0.19,0,0,0.01,0.2 +7587,Spy Hunter,GC,2002,Racing,Midway Games,0.16,0.04,0,0.01,0.2 +7588,Warriors Orochi,PSP,2008,Action,Tecmo Koei,0.02,0,0.18,0,0.2 +7589,Dead to Rights II,PS2,2005,Shooter,Electronic Arts,0.1,0.08,0,0.03,0.2 +7590,Super Dodge Ball Advance,GBA,2001,Sports,Ubisoft,0.14,0.05,0,0,0.2 +7591,Ogre Battle Saga Episode Five: The March of the Black Queen,PS,1996,Role-Playing,ArtDink,0.06,0.04,0.09,0.01,0.2 +7592,Ridge Racer 6,X360,2005,Racing,Namco Bandai Games,0.1,0.02,0.07,0.01,0.2 +7593,Angry Birds Star Wars,PS4,2013,Strategy,Activision,0.1,0.08,0,0.03,0.2 +7594,"Ni Hao, Kai-lan: New Year's Celebration",DS,2009,Misc,Take-Two Interactive,0.19,0,0,0.01,0.2 +7595,Press Your Luck 2010 Edition,DS,2009,Misc,Ubisoft,0.19,0,0,0.01,0.2 +7596,Treasure World,DS,2009,Simulation,Aspyr,0.19,0,0,0.01,0.2 +7597,Front Mission Evolved,X360,2010,Shooter,Square Enix,0.1,0.07,0.02,0.02,0.2 +7598,Body and Brain Connection,X360,2010,Misc,Namco Bandai Games,0.1,0.08,0,0.02,0.2 +7599,MDK,PS,1997,Shooter,Interplay,0.11,0.08,0,0.01,0.2 +7600,Monster Jam,X360,2007,Racing,Activision,0.18,0,0,0.02,0.2 +7601,Afro Samurai,PS3,2009,Action,Atari,0.12,0.05,0,0.03,0.2 +7602,Rock Band Track Pack: Classic Rock,PS2,2009,Misc,MTV Games,0.1,0.08,0,0.03,0.2 +7603,Zone of the Enders HD Collection,X360,2012,Simulation,Konami Digital Entertainment,0.14,0.04,0.01,0.02,0.2 +7604,Ty the Tasmanian Tiger 2: Bush Rescue,GC,2004,Platform,Electronic Arts,0.15,0.04,0,0.01,0.2 +7605,Speed Punks,PS,1998,Racing,Sony Computer Entertainment,0.11,0.08,0,0.01,0.2 +7606,The Legend of Heroes VII: The Trail of Blue,PSP,2011,Role-Playing,Falcom Corporation,0,0,0.2,0,0.2 +7607,No More Heroes: Heroes' Paradise,PS3,2010,Action,Konami Digital Entertainment,0.1,0.04,0.04,0.02,0.2 +7608,Mahjongg Mysteries: Ancient Egypt,DS,2010,Puzzle,Avanquest,0.07,0.11,0,0.02,0.2 +7609,Saints Row IV,XOne,2015,Action,Deep Silver,0.1,0.09,0,0.02,0.2 +7610,Injustice: Gods Among Us,WiiU,2013,Fighting,Warner Bros. Interactive Entertainment,0.1,0.08,0,0.02,0.2 +7611,MVP Baseball 2003,XB,2003,Sports,Electronic Arts,0.15,0.04,0,0.01,0.2 +7612,CSI: Unsolved!,DS,2010,Adventure,Ubisoft,0.13,0.06,0,0.02,0.2 +7613,Star Wars: Battlefront,PC,2004,Shooter,LucasArts,0.06,0.12,0,0.02,0.2 +7614,NCAA Final Four 2004,PS2,2003,Sports,Sony Computer Entertainment,0.1,0.08,0,0.03,0.2 +7615,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",XB,2005,Action,Disney Interactive Studios,0.15,0.04,0,0.01,0.2 +7616,Tigger's Honey Hunt,N64,2000,Platform,Ubisoft,0.16,0.04,0,0,0.2 +7617,Famista 64,N64,N/A,Sports,Namco Bandai Games,0,0,0.17,0.03,0.2 +7618,Roadsters 99,N64,1999,Racing,Titus,0.06,0.13,0,0.01,0.2 +7619,Magical Tetris Challenge,N64,1997,Puzzle,Activision,0.13,0.02,0.05,0,0.2 +7620,Twisted Edge Extreme Snowboarding,N64,1998,Sports,Kemco,0.16,0.04,0,0,0.2 +7621,Disney's Tarzan,N64,2000,Platform,Activision,0.16,0.04,0,0,0.2 +7622,South Park Rally,N64,2000,Racing,Acclaim Entertainment,0.16,0.04,0,0,0.2 +7623,Body Harvest,N64,1998,Shooter,Gremlin Interactive Ltd,0.16,0.04,0,0,0.2 +7624,San Francisco Rush 2049,N64,2000,Racing,Midway Games,0.16,0.04,0,0,0.2 +7625,Super Robot Taisen 64,N64,1999,Strategy,Banpresto,0,0,0.2,0,0.2 +7626,Snowboard Kids,N64,1996,Sports,Atlus,0.16,0.04,0,0,0.2 +7627,NBA 07,PSP,2006,Sports,Sony Computer Entertainment,0.18,0,0,0.02,0.2 +7628,IHRA Drag Racing 2004,XB,2003,Racing,Bethesda Softworks,0.15,0.04,0,0.01,0.2 +7629,Shining Hearts,PSP,2010,Role-Playing,Sega,0,0,0.2,0,0.2 +7630,Magical ZhuZhu Princess: Carriages & Castles,DS,2011,Simulation,Activision,0.14,0.04,0,0.02,0.2 +7631,Code of Princess,3DS,2012,Action,Agatsuma Entertainment,0.16,0,0.03,0.01,0.2 +7632,Tomb Raider: Underworld,DS,2008,Action,Eidos Interactive,0.16,0.03,0,0.02,0.2 +7633,The Con,PSP,2005,Fighting,Sony Computer Entertainment,0.18,0,0,0.02,0.2 +7634,Tony Hawk's Pro Skater 5,PS4,2015,Sports,Activision,0.09,0.08,0,0.03,0.2 +7635,Jissen Pachi-Slot Hisshouhou! Aladdin A,PS2,2002,Misc,Sammy Corporation,0,0,0.2,0,0.2 +7636,Namco Museum: 50th Anniversary,GBA,2005,Misc,Namco Bandai Games,0.14,0.05,0,0,0.2 +7637,Ford Racing Off Road,PS2,2008,Racing,Xplosiv,0.1,0.08,0,0.03,0.2 +7638,The Witch and the Hundred Knight,PS3,2013,Role-Playing,Nippon Ichi Software,0.06,0.02,0.1,0.01,0.2 +7639,Nobunaga no Yabou: Reppuuden,PS,1999,Strategy,Tecmo Koei,0,0,0.19,0.01,0.2 +7640,Hot Wheels: Track Attack,Wii,2010,Racing,THQ,0.15,0.04,0,0.01,0.2 +7641,Schlag den Raab,Wii,2010,Misc,Namco Bandai Games,0,0.17,0,0.03,0.2 +7642,UFC Personal Trainer: The Ultimate Fitness System,PS3,2011,Sports,THQ,0.08,0.09,0,0.04,0.2 +7643,Total War: Shogun 2 - Fall of the Samurai,PC,2012,Strategy,Sega,0.07,0.1,0,0.03,0.2 +7644,The BIGS 2,PS2,2009,Sports,Take-Two Interactive,0.1,0.08,0,0.03,0.2 +7645,Mat Hoffman's Pro BMX 2,XB,2002,Sports,Activision,0.15,0.04,0,0.01,0.2 +7646,Treasure Hunter G,SNES,1996,Role-Playing,SquareSoft,0,0,0.2,0,0.2 +7647,Untold Legends: Dark Kingdom,PS3,2006,Role-Playing,Electronic Arts,0.14,0.02,0.02,0.02,0.2 +7648,From Russia With Love,XB,2005,Action,Electronic Arts,0.15,0.04,0,0.01,0.2 +7649,Wing Arms,SAT,1994,Shooter,Sega,0,0,0.2,0,0.2 +7650,Dead Space 3,PC,N/A,Action,Electronic Arts,0.02,0.15,0,0.02,0.2 +7651,Pro Yaky? Spirits 2013,PS3,2013,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7652,We Wish You A Merry Christmas,Wii,2009,Action,Destineer,0.14,0.04,0,0.02,0.2 +7653,BioShock The Collection,PS4,2016,Shooter,Take-Two Interactive,0.05,0.11,0.01,0.03,0.2 +7654,DanceDanceRevolution,PS3,2010,Simulation,Konami Digital Entertainment,0.12,0.05,0,0.02,0.2 +7655,Cabela's Big Game Hunter (2008),PS2,2007,Sports,Activision Value,0.1,0.08,0,0.03,0.2 +7656,Grandia II,DC,2000,Role-Playing,Ubisoft,0,0,0.2,0,0.2 +7657,Namco Museum Vol.4,PS,1996,Misc,Sony Computer Entertainment,0.02,0.01,0.16,0.01,0.2 +7658,The Cheetah Girls: Passport to Stardom,DS,2008,Misc,Disney Interactive Studios,0.18,0,0,0.01,0.2 +7659,UFC Personal Trainer: The Ultimate Fitness System,Wii,2011,Sports,THQ,0.12,0.06,0,0.02,0.2 +7660,How to Train Your Dragon 2,X360,2014,Adventure,Little Orbit,0.05,0.13,0,0.02,0.2 +7661,Shark Tale,XB,2004,Action,Activision,0.15,0.04,0,0.01,0.2 +7662,NFL Street 2,GC,2004,Sports,Electronic Arts,0.15,0.04,0,0.01,0.2 +7663,Pro Yaky? Spirits 2013,PSP,2013,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7664,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,PS2,2005,Action,Konami Digital Entertainment,0.1,0.08,0,0.03,0.2 +7665,My Secret World by Imagine,DS,2008,Misc,Ubisoft,0,0.2,0,0,0.2 +7666,Soldier of Fortune: Payback,X360,2007,Shooter,Activision,0.18,0.01,0,0.01,0.2 +7667,Ridge Racer,PSV,2011,Racing,Namco Bandai Games,0.04,0.08,0.05,0.03,0.2 +7668,Bleach: The 3rd Phantom,DS,2008,Role-Playing,Sega,0.1,0.02,0.07,0.01,0.2 +7669,Gladius,PS2,2003,Strategy,Activision,0.1,0.08,0,0.03,0.2 +7670,Family Feud: 2012 Edition,Wii,2011,Misc,Ubisoft,0.19,0,0,0.01,0.2 +7671,Dave Mirra Freestyle BMX 2,XB,2001,Sports,Acclaim Entertainment,0.15,0.04,0,0.01,0.2 +7672,Spore Hero Arena,DS,2009,Simulation,Electronic Arts,0.18,0,0,0.01,0.2 +7673,Pro Yaky? Spirits 2012,PSP,2012,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7674,Puzzle & Dragons X: God Chapter / Dragon Chapter,3DS,2016,Action,GungHo,0,0,0.2,0,0.2 +7675,SpongeBob SquarePants: Revenge of the Flying Dutchman,GC,2002,Platform,THQ,0.15,0.04,0,0.01,0.2 +7676,Record of Agarest War,X360,2008,Role-Playing,Compile Heart,0.18,0,0.01,0.01,0.2 +7677,Baja: Edge of Control,X360,2008,Racing,THQ,0.12,0.06,0,0.02,0.2 +7678,Sid Meier's Pirates!,PSP,2007,Strategy,Take-Two Interactive,0.16,0.01,0,0.02,0.2 +7679,Taiko no Tatsujin: Go! Go! Godaime,PS2,2004,Misc,Namco Bandai Games,0,0,0.2,0,0.2 +7680,Taiko Drum Master,PS2,2004,Misc,Namco Bandai Games,0.1,0.08,0,0.03,0.2 +7681,High School Musical 3: Senior Year DANCE!,X360,2008,Misc,Disney Interactive Studios,0.18,0,0,0.01,0.2 +7682,Harry Potter and the Goblet of Fire,PSP,2005,Action,Electronic Arts,0.17,0.01,0,0.02,0.2 +7683,Bust-A-Move 2 Arcade Edition,PS,1995,Puzzle,Acclaim Entertainment,0.11,0.07,0,0.01,0.2 +7684,South Park: The Stick of Truth,PC,2014,Role-Playing,Ubisoft,0.07,0.1,0,0.02,0.2 +7685,Tom Clancy's Splinter Cell: Essentials,PSP,2006,Shooter,Ubisoft,0.17,0.01,0,0.02,0.2 +7686,Tetris Worlds (Online Edition),XB,2003,Puzzle,THQ,0.15,0.04,0,0.01,0.2 +7687,Armored Core 4,PS3,2006,Simulation,505 Games,0.09,0,0.09,0.01,0.2 +7688,Sleeping Dogs,XOne,2014,Action,Square Enix,0.1,0.09,0,0.02,0.2 +7689,Forgotten Realms: Demon Stone,PS2,2004,Action,Atari,0.1,0.08,0,0.03,0.2 +7690,Super Baseball Simulator 1.000,SNES,1991,Sports,Culture Brain,0,0,0.2,0,0.2 +7691,Barbie Horse Adventures: Riding Camp,Wii,2008,Sports,Activision,0.18,0,0,0.01,0.2 +7692,Resident Evil: Revelations,WiiU,2013,Action,Capcom,0.07,0.08,0.03,0.01,0.2 +7693,Go Play: Lumberjacks,Wii,2009,Simulation,Majesco Entertainment,0.18,0,0,0.01,0.2 +7694,Looney Tunes: Space Race,PS2,2002,Racing,Infogrames,0.1,0.08,0,0.03,0.2 +7695,Puzzle Challenge: Crosswords and More!,PSP,2006,Puzzle,Crave Entertainment,0.18,0,0,0.01,0.2 +7696,NASCAR Unleashed,Wii,2011,Racing,Activision,0.18,0,0,0.01,0.2 +7697,Backyard Hockey,GBA,2003,Sports,Atari,0.14,0.05,0,0,0.2 +7698,Playboy: The Mansion,PS2,2005,Simulation,Ubisoft,0.1,0.08,0,0.03,0.2 +7699,Jikkyou Powerful Pro Yakyuu 2010,PSP,2010,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7700,Shiren the Wanderer,Wii,2008,Role-Playing,Sega,0.08,0,0.11,0.01,0.2 +7701,Ore no Shikabane o Koete Yuke,PSP,2011,Role-Playing,Sony Computer Entertainment,0,0,0.2,0,0.2 +7702,Shaman King: Spirit of Shamans,PS,2002,Action,Namco Bandai Games,0,0,0.18,0.01,0.2 +7703,Tiger Woods PGA Tour 06,PSP,2005,Sports,Electronic Arts,0.18,0,0,0.01,0.2 +7704,Conan,X360,2007,Action,THQ,0.16,0.02,0,0.02,0.2 +7705,Ratatouille,GBA,2007,Action,THQ,0.14,0.05,0,0,0.2 +7706,The Fairly Odd Parents: Enter the Cleft,GBA,2002,Platform,THQ,0.14,0.05,0,0,0.2 +7707,Warriors Orochi,X360,2007,Action,Tecmo Koei,0.17,0.01,0,0.02,0.2 +7708,MC Groovz Dance Craze,GC,2004,Misc,Mad Catz,0.15,0.04,0,0.01,0.2 +7709,The Thing,XB,2002,Adventure,Vivendi Games,0.15,0.04,0,0.01,0.2 +7710,Tom and Jerry in House Trap,PS,2000,Action,Ubisoft,0.11,0.07,0,0.01,0.2 +7711,Power Rangers: Time Force,GBA,2001,Action,THQ,0.14,0.05,0,0,0.2 +7712,101-in-1 Explosive Megamix,DS,2008,Puzzle,Nordcurrent,0.05,0.13,0,0.02,0.2 +7713,X-Men Origins: Wolverine,DS,2009,Action,Activision,0.15,0.03,0,0.02,0.2 +7714,Jikkyou Powerful Pro Yakyuu 2011,PSP,2011,Sports,Konami Digital Entertainment,0,0,0.2,0,0.2 +7715,DS Kageyama Method: Dennou Hanpuku - Masu x Masu Hyaku Masu Keisan,DS,2006,Misc,Shogakukan,0,0,0.2,0,0.2 +7716,Baldur's Gate: Dark Alliance,XB,2002,Role-Playing,Virgin Interactive,0.15,0.04,0,0.01,0.2 +7717,Family Guy,PSP,2006,Action,Take-Two Interactive,0.18,0,0,0.02,0.2 +7718,Prince of Persia: Warrior Within,GC,2004,Action,Ubisoft,0.15,0.04,0,0.01,0.2 +7719,UFC: Tapout,XB,2002,Fighting,Crave Entertainment,0.14,0.05,0,0.01,0.2 +7720,Aikatsu! Cinderella Lesson,3DS,2012,Role-Playing,Namco Bandai Games,0,0,0.2,0,0.2 +7721,Marvel Super Hero Squad: Comic Combat,Wii,2011,Action,THQ,0.15,0.03,0,0.01,0.2 +7722,Test Drive Unlimited 2,PC,N/A,Racing,Atari,0.05,0.11,0,0.03,0.2 +7723,Mega Man Legacy Collection,3DS,2016,Platform,Capcom,0.13,0,0.05,0.02,0.2 +7724,Predator: Concrete Jungle,PS2,2005,Action,Vivendi Games,0.1,0.07,0,0.03,0.2 +7725,Beyblade: Metal Fusion - Battle Fortress,Wii,2009,Action,Konami Digital Entertainment,0.15,0,0.03,0.01,0.2 +7726,WipeOut 3 The Game,3DS,2012,Action,Activision,0.18,0,0,0.01,0.2 +7727,Big Mutha Truckers 2,PS2,2005,Racing,Xplosiv,0.1,0.07,0,0.03,0.2 +7728,Shutter Island,PC,2009,Adventure,Merscom LLC,0,0.17,0,0.03,0.2 +7729,The Naked Brothers Band: The Video Game,DS,2008,Misc,THQ,0.18,0,0,0.01,0.2 +7730,Demon Gaze,PSV,2013,Role-Playing,Nippon Ichi Software,0.06,0.03,0.08,0.02,0.2 +7731,Zombie Army Trilogy,PS4,2015,Shooter,Rebellion Developments,0.04,0.12,0,0.03,0.2 +7732,NHL FaceOff 2001,PS2,2001,Sports,Sony Computer Entertainment,0.1,0.07,0,0.02,0.2 +7733,Mana Khemia 2: Fall of Alchemy,PS2,2008,Role-Playing,Gust,0.07,0.05,0.05,0.02,0.2 +7734,The Great Escape,PS2,2003,Action,SCi,0.1,0.07,0,0.02,0.2 +7735,Dexter's Lab Chess Challenge,GBA,2002,Misc,BAM! Entertainment,0.14,0.05,0,0,0.2 +7736,Nostalgia,DS,2008,Role-Playing,Tecmo Koei,0.16,0,0.02,0.01,0.19 +7737,DiRT Showdown,PS3,2012,Racing,Codemasters,0.02,0.13,0,0.04,0.19 +7738,Iron Chef America: Supreme Cuisine,DS,2008,Simulation,Destineer,0.18,0,0,0.01,0.19 +7739,Arcade Shooting Gallery,Wii,2008,Shooter,Zoo Games,0.18,0,0,0.01,0.19 +7740,The Rise of the Argonauts,PS3,2008,Role-Playing,Codemasters,0.05,0.12,0,0.03,0.19 +7741,Big Mutha Truckers,XB,2002,Racing,Empire Interactive,0.15,0.04,0,0.01,0.19 +7742,ESA Foundation Compilation,PS2,2005,Misc,Sony Computer Entertainment,0.1,0.07,0,0.02,0.19 +7743,The Hobbit,GBA,2003,Platform,Vivendi Games,0.14,0.05,0,0,0.19 +7744,The King of Fighters XI,PS2,2006,Fighting,Ignition Entertainment,0.07,0.06,0.04,0.02,0.19 +7745,Ninja Gaiden 3,WiiU,2012,Action,Nintendo,0.15,0.03,0,0.02,0.19 +7746,Metro: Last Light,PC,2013,Action,Deep Silver,0.06,0.11,0,0.02,0.19 +7747,Dragon Ball Z: Idainaru Dragon Ball Densetsu,PS,1996,Fighting,Namco Bandai Games,0,0,0.18,0.01,0.19 +7748,Silent Hill HD Collection,X360,2012,Action,Konami Digital Entertainment,0.11,0.06,0.01,0.02,0.19 +7749,Bound By Flame,PS4,2014,Role-Playing,Focus Home Interactive,0.07,0.08,0,0.04,0.19 +7750,Conflict: Denied Ops,X360,2008,Shooter,Eidos Interactive,0.08,0.09,0,0.02,0.19 +7751,Saw II: Flesh & Blood,PS3,2010,Action,Konami Digital Entertainment,0.1,0.07,0,0.03,0.19 +7752,Ice Age: Dawn of the Dinosaurs,PS3,2009,Action,Activision,0.13,0.04,0,0.02,0.19 +7753,Sniper Elite,PS2,2005,Shooter,Ubisoft,0.1,0.07,0,0.02,0.19 +7754,Arc Rise Fantasia,Wii,2009,Role-Playing,Marvelous Interactive,0.13,0,0.06,0.01,0.19 +7755,"Ni Hao, Kai-lan: Super Game Day",Wii,2009,Misc,Take-Two Interactive,0.18,0,0,0.01,0.19 +7756,Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS,DS,2005,Action,Sega,0,0,0.19,0,0.19 +7757,Dynasty Warriors: Gundam 2,X360,2008,Action,Namco Bandai Games,0.07,0.03,0.08,0.01,0.19 +7758,Petz Pony: Beauty Pageant,DS,2009,Simulation,Ubisoft,0.18,0,0,0.01,0.19 +7759,Parlor! Mini 4,SNES,1996,Misc,Nippon Telenet,0,0,0.19,0,0.19 +7760,Breath of Fire II,GBA,2001,Role-Playing,Ubisoft,0.14,0.05,0,0,0.19 +7761,The Spiderwick Chronicles,Wii,2008,Action,Vivendi Games,0.17,0.01,0,0.01,0.19 +7762,Danganronpa 2: Goodbye Despair,PSP,2012,Misc,Spike,0,0,0.19,0,0.19 +7763,Aliens vs Predator,PC,2010,Shooter,Sega,0,0.17,0,0.02,0.19 +7764,Ice Age 2: The Meltdown,GC,2006,Platform,Vivendi Games,0.15,0.04,0,0.01,0.19 +7765,Steins;Gate,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.19,0,0.19 +7766,Enchanted Arms,X360,2006,Role-Playing,Ubisoft,0.16,0.02,0,0.02,0.19 +7767,Dinotopia: The Timestone Pirates,GBA,2002,Action,TDK Core,0.14,0.05,0,0,0.19 +7768,Power Pro Kun Pocket 12,DS,2009,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7769,J-League Jikkyou Winning Eleven 3,PS,1997,Sports,Konami Digital Entertainment,0,0,0.18,0.01,0.19 +7770,The Sims 4: Get Together,PC,2015,Simulation,Electronic Arts,0.05,0.13,0,0.01,0.19 +7771,Jissen Pachi-Slot Hisshouhou,SNES,1993,Misc,Sammy Corporation,0,0,0.19,0,0.19 +7772,Pac-Man & Galaga Dimensions,3DS,2011,Misc,Namco Bandai Games,0.1,0.04,0.04,0.01,0.19 +7773,Quantum Theory,PS3,2010,Shooter,Tecmo Koei,0.05,0.09,0.02,0.03,0.19 +7774,Manhunt,XB,2004,Action,Take-Two Interactive,0.14,0.04,0,0.01,0.19 +7775,NCAA Final Four 2003,PS2,2002,Sports,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7776,Air Conflicts: Secret Wars,PS3,2011,Simulation,bitComposer Games,0.1,0.06,0,0.03,0.19 +7777,Rio,Wii,2011,Misc,THQ,0.14,0.04,0,0.01,0.19 +7778,Dream Salon,DS,2009,Misc,Zoo Digital Publishing,0.18,0,0,0.01,0.19 +7779,Scene It? Twilight,DS,2010,Misc,Konami Digital Entertainment,0.11,0.07,0,0.02,0.19 +7780,Disgaea DS,DS,2008,Role-Playing,Square Enix,0.11,0.02,0.05,0.01,0.19 +7781,Peter Jackson's King Kong: The Official Game of the Movie,PSP,2005,Action,Ubisoft,0.16,0.01,0,0.02,0.19 +7782,Space Invaders Extreme 2,DS,2009,Shooter,Square Enix,0.17,0.01,0,0.01,0.19 +7783,X-Men Origins: Wolverine,PSP,2009,Action,Activision,0.13,0.03,0,0.03,0.19 +7784,Great Phoenix Wright: Ace Attorney - Naruhodou Ryuunosuke no Bouken,3DS,2015,Action,Capcom,0,0,0.19,0,0.19 +7785,Mystery Tales of Time Travel,DS,2010,Puzzle,Foreign Media Games,0.01,0.16,0,0.02,0.19 +7786,J-League Excite Stage '96,SNES,1996,Sports,Epoch,0,0,0.19,0,0.19 +7787,Risen,X360,2009,Role-Playing,Deep Silver,0.07,0.11,0,0.01,0.19 +7788,Hidden Mysteries: Vampire Secrets,DS,2010,Adventure,Astragon,0.06,0.11,0,0.02,0.19 +7789,New Love Plus,3DS,2012,Simulation,Konami Digital Entertainment,0,0,0.19,0,0.19 +7790,Final Fantasy XI,X360,2006,Role-Playing,Square Enix,0.17,0.01,0,0.01,0.19 +7791,Breath of Fire: Dragon Quarter,PS2,2002,Role-Playing,Capcom,0.09,0.07,0,0.02,0.19 +7792,Jikkyou J-League Perfect Striker,N64,1996,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7793,Dante's Inferno,PSP,2010,Action,Electronic Arts,0.12,0.03,0.01,0.03,0.19 +7794,Shrek: Forever After,PS3,2010,Platform,Activision,0.16,0.02,0,0.02,0.19 +7795,Rock Band Country Track Pack,PS3,2009,Misc,MTV Games,0.18,0,0,0.01,0.19 +7796,Super Robot Taisen: Scramble Commander,PS2,2003,Strategy,Banpresto,0,0,0.19,0,0.19 +7797,Re-Volt,PS,1998,Racing,Acclaim Entertainment,0.11,0.07,0,0.01,0.19 +7798,Conception II: Children of the Seven Stars,PSV,2013,Role-Playing,Screenlife,0.13,0,0.04,0.02,0.19 +7799,Descent,PS,1996,Shooter,Interplay,0.11,0.07,0,0.01,0.19 +7800,Supreme Commander 2,PC,2010,Strategy,Square Enix,0,0.15,0,0.04,0.19 +7801,DanceMasters,X360,2010,Misc,Konami Digital Entertainment,0.15,0.02,0.02,0.01,0.19 +7802,50 Cent: Blood on the Sand,PS3,2009,Shooter,THQ,0.1,0.06,0.01,0.03,0.19 +7803,Disney's Magical Mirror Starring Mickey Mouse,GC,2002,Adventure,Nintendo,0.15,0.04,0,0.01,0.19 +7804,Need for Speed: The Run,3DS,2011,Action,Electronic Arts,0.09,0.09,0,0.02,0.19 +7805,Jeep Thrills,Wii,2008,Racing,Zoo Digital Publishing,0.18,0,0,0.01,0.19 +7806,Conflict: Denied Ops,PS3,2008,Shooter,Eidos Interactive,0.05,0.1,0,0.03,0.19 +7807,FaceBreaker,X360,2008,Fighting,Electronic Arts,0.15,0.02,0,0.02,0.19 +7808,Major League Baseball 2K12,PS3,2012,Sports,Take-Two Interactive,0.18,0,0,0.01,0.19 +7809,Might & Magic: Clash of Heroes,DS,2009,Role-Playing,Ubisoft,0.16,0.02,0,0.01,0.19 +7810,Avatar: The Last Airbender - Into the Inferno,Wii,2008,Adventure,THQ,0.17,0.01,0,0.01,0.19 +7811,IHRA Professional Drag Racing 2005,PS2,2004,Racing,Bethesda Softworks,0.09,0.07,0,0.02,0.19 +7812,Mace Griffin: Bounty Hunter,PS2,2003,Shooter,Electronic Arts,0.09,0.07,0,0.02,0.19 +7813,Legacy of Kain: Defiance,XB,2003,Action,Eidos Interactive,0.14,0.04,0,0.01,0.19 +7814,Story of Seasons: Good Friends of the Three Villages,3DS,2016,Simulation,Marvelous Interactive,0,0,0.19,0,0.19 +7815,Chaotic: Shadow Warriors,Wii,2009,Action,Activision,0.18,0,0,0.01,0.19 +7816,Majin and the Forsaken Kingdom,X360,2010,Adventure,Namco Bandai Games,0.14,0.03,0,0.01,0.19 +7817,Trivial Pursuit unhinged,PS2,2004,Misc,Atari,0.09,0.07,0,0.02,0.19 +7818,Tales of the World: Narikiri Dungeon 2,GBA,2002,Role-Playing,Namco Bandai Games,0,0,0.19,0,0.19 +7819,Spider-Man: Shattered Dimensions,DS,2010,Action,Activision,0.17,0.01,0,0.01,0.19 +7820,Aliens versus Predator: Extinction,PS2,2003,Strategy,Electronic Arts,0.09,0.07,0,0.02,0.19 +7821,Plants vs. Zombies,PS3,2011,Strategy,PopCap Games,0.18,0,0,0.01,0.19 +7822,NBA Live 14,XOne,2013,Sports,Electronic Arts,0.16,0.02,0,0.01,0.19 +7823,Silent Scope 2: Dark Silhouette,PS2,2001,Shooter,Konami Digital Entertainment,0.09,0.07,0,0.02,0.19 +7824,Dave Mirra Freestyle BMX 2,GBA,2001,Sports,Acclaim Entertainment,0.14,0.05,0,0,0.19 +7825,Jikkyou Powerful Pro Yakyuu '96 Kaimakuban,SNES,1996,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7826,Tokimeki Memorial Girl's Side 3rd Story,DS,2010,Adventure,Konami Digital Entertainment,0,0,0.19,0,0.19 +7827,NHL Hitz Pro,PS2,2003,Sports,Midway Games,0.09,0.07,0,0.02,0.19 +7828,Tom Clancy's Splinter Cell: Blacklist,PC,2013,Action,Ubisoft,0.04,0.13,0,0.03,0.19 +7829,Allied General,PS,1996,Strategy,SSI,0.11,0.07,0,0.01,0.19 +7830,Fire ProWrestling G,PS,1999,Fighting,Human Entertainment,0,0,0.18,0.01,0.19 +7831,Kamen Rider: Battride War,PS3,2013,Action,Namco Bandai Games,0,0,0.19,0,0.19 +7832,Binary Domain,X360,2012,Action,Sega,0.09,0.07,0.02,0.02,0.19 +7833,IL-2 Sturmovik: Birds of Prey,PSP,2009,Simulation,505 Games,0.08,0.07,0,0.04,0.19 +7834,Farming Simulator 2015,XOne,2015,Simulation,Koch Media,0.1,0.07,0,0.02,0.19 +7835,Armored Core: For Answer,PS3,2008,Simulation,Ubisoft,0.06,0.02,0.1,0.01,0.19 +7836,Mahjong: Journey Quest for Tikal,DS,2008,Puzzle,Rondomedia,0.15,0.03,0,0.01,0.19 +7837,uDraw Studio: Instant Artist,Wii,2011,Misc,THQ,0.08,0.09,0,0.02,0.19 +7838,Naruto: Ninja Destiny,DS,2006,Fighting,Namco Bandai Games,0.02,0.01,0.16,0,0.19 +7839,GunGriffon,SAT,1995,Simulation,Sega,0,0,0.19,0,0.19 +7840,SingStar Pop Vol.2,PS2,2008,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7841,SNK Arcade Classics Vol. 1,PS2,2008,Misc,Ignition Entertainment,0.09,0.07,0,0.02,0.19 +7842,Darkstalkers 3,PS,1998,Fighting,Capcom,0.11,0.07,0,0.01,0.19 +7843,SpongeBob's Surf & Skate Roadtrip,X360,2011,Action,THQ,0.15,0.03,0,0.01,0.19 +7844,Frequency,PS2,2001,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7845,Death Jr.,PSP,2005,Platform,Konami Digital Entertainment,0.17,0,0,0.01,0.19 +7846,Cars: Race-O-Rama,PS3,2009,Racing,THQ,0.14,0.03,0,0.02,0.19 +7847,Inazuma Eleven Strikers 2012 Xtreme,Wii,2011,Role-Playing,Level 5,0,0,0.19,0,0.19 +7848,The Polar Express,GBA,2004,Adventure,THQ,0.14,0.05,0,0,0.19 +7849,2002 FIFA World Cup,XB,2002,Sports,Electronic Arts,0.14,0.04,0,0.01,0.19 +7850,Kan Colle Kai,PSV,2016,Action,Kadokawa Games,0,0,0.19,0,0.19 +7851,SpongeBob SquigglePants 3D,3DS,2011,Misc,THQ,0.13,0.05,0,0.02,0.19 +7852,Jampack: Summer 2003 (RP-T),PS2,2003,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7853,Need for Speed: Shift 2 Unleashed,PC,2011,Racing,Electronic Arts,0.05,0.11,0,0.03,0.19 +7854,Monster 4x4: Stunt Racer,Wii,2009,Racing,Ubisoft,0.18,0,0,0.01,0.19 +7855,Frogger's Adventures 2: The Lost Wand,GBA,2002,Adventure,Konami Digital Entertainment,0.14,0.05,0,0,0.19 +7856,Sudeki,XB,2004,Role-Playing,Microsoft Game Studios,0.14,0.04,0,0.01,0.19 +7857,Rango: The Video Game,PS3,2011,Action,Electronic Arts,0.07,0.09,0,0.04,0.19 +7858,The Amazing Spider-Man (Console Version),3DS,2012,Action,Activision,0.15,0.03,0,0.01,0.19 +7859,"Boku no Natsuyasumi 4: Seitouchi Shounen Tanteidan, Boku to Himitsu no Chizu",PSP,2009,Adventure,Sony Computer Entertainment,0,0,0.19,0,0.19 +7860,Hyperdevotion Noire: Goddess Black Heart,PSV,2014,Role-Playing,Idea Factory,0.08,0.02,0.06,0.03,0.19 +7861,Hexen,N64,1996,Shooter,GT Interactive,0.15,0.04,0,0,0.19 +7862,Mace: The Dark Age,N64,1997,Fighting,GT Interactive,0.15,0.04,0,0,0.19 +7863,AeroFighters Assault,N64,1997,Action,Video System,0.15,0.04,0,0,0.19 +7864,Puyo Puyo Sun 64,N64,1997,Puzzle,Compile,0,0,0.16,0.03,0.19 +7865,Chou-Kuukan Night Pro Yakyuu King (weekly JP sales),N64,1996,Sports,Imagineer,0,0,0.19,0,0.19 +7866,Quake,N64,1998,Shooter,GT Interactive,0.15,0.04,0,0,0.19 +7867,Sesame Street: Elmo's Number Journey,N64,1999,Misc,NewKidCo,0.15,0.04,0,0,0.19 +7868,Disney Magic World 2,3DS,2015,Action,Nintendo,0,0,0.19,0,0.19 +7869,Squeeballs Party,Wii,2009,Puzzle,Performance Designed Products,0.18,0,0,0.01,0.19 +7870,Tottadoo! Yoiko no Mujintou Seikatsu,DS,2008,Adventure,Namco Bandai Games,0,0,0.19,0,0.19 +7871,Where's Waldo? The Fantastic Journey,Wii,2009,Adventure,Ubisoft,0.18,0,0,0.01,0.19 +7872,Family Game Night 4: The Game Show,Wii,2011,Misc,Electronic Arts,0.13,0.04,0,0.01,0.19 +7873,Teenage Mutant Ninja Turtles 2: Battle Nexus,GC,2004,Action,Konami Digital Entertainment,0.15,0.04,0,0.01,0.19 +7874,Saints Row IV,PC,2013,Action,Deep Silver,0.11,0.06,0,0.02,0.19 +7875,Fighter Within,XOne,2013,Fighting,Ubisoft,0.11,0.07,0,0.02,0.19 +7876,Barbie Horse Adventures: Riding Camp,PS2,2008,Sports,Activision,0.09,0.07,0,0.02,0.19 +7877,SSX Tricky,GBA,2002,Sports,Electronic Arts,0.14,0.05,0,0,0.19 +7878,Kenka Banchou 4: Ichinen Sensou,PSP,2010,Action,Spike,0,0,0.19,0,0.19 +7879,Warhammer: Shadow of the Horned Rat,PS,1996,Strategy,Mindscape,0.11,0.07,0,0.01,0.19 +7880,Shadows of the Damned,X360,2011,Action,Electronic Arts,0.1,0.06,0.01,0.02,0.19 +7881,NBA 2K11,PC,2010,Action,Take-Two Interactive,0.18,0,0,0.01,0.19 +7882,Pro Yakyuu Team o Tsukurou!,DS,2008,Sports,Sega,0,0,0.19,0,0.19 +7883,Warriors: Legends of Troy,PS3,2011,Action,Tecmo Koei,0.06,0.05,0.07,0.02,0.19 +7884,Jeopardy!,DS,2010,Misc,THQ,0.18,0,0,0.01,0.19 +7885,ESPN International Track & Field,PS2,2000,Sports,Konami Digital Entertainment,0.09,0.07,0,0.02,0.19 +7886,Lunar Legend,GBA,2002,Role-Playing,Media Rings,0.14,0.05,0,0,0.19 +7887,Conflict: Global Terror,PS2,2005,Shooter,Eidos Interactive,0.09,0.07,0,0.02,0.19 +7888,Valhalla Knights 3,PSV,2013,Role-Playing,Xseed Games,0.04,0.01,0.12,0.01,0.19 +7889,Tamagotchi Party On!,Wii,2006,Misc,Namco Bandai Games,0.12,0,0.06,0.01,0.19 +7890,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 5: CR Shinseiki Evangelion * Pachi-Slot Shinseiki Evangelion,PS2,2006,Misc,D3Publisher,0,0,0.19,0,0.19 +7891,Brunswick Pro Bowling,PS3,2010,Sports,505 Games,0.1,0.06,0,0.03,0.19 +7892,Shaun White Skateboarding,PS3,2010,Sports,Ubisoft,0.11,0.05,0,0.03,0.19 +7893,Hulk,GC,2003,Action,Universal Interactive,0.15,0.04,0,0.01,0.19 +7894,The Heavy Rain and Beyond: Two Souls Collection,PS4,2016,Action,Sony Computer Entertainment,0,0.16,0,0.03,0.19 +7895,Cabela's Survival: Shadows of Katmai,PS3,2011,Sports,Activision,0.11,0.05,0,0.03,0.19 +7896,Shaun White Skateboarding,Wii,2010,Sports,Ubisoft,0.14,0.03,0,0.01,0.19 +7897,Boogie,PS2,2007,Misc,Electronic Arts,0.09,0.07,0,0.02,0.19 +7898,Gungrave,PS2,2002,Shooter,Activision,0.09,0.07,0,0.02,0.19 +7899,Phantasy Star Universe,PS2,2006,Role-Playing,Sega,0,0,0.19,0,0.19 +7900,Transworld Surf,PS2,2002,Sports,Atari,0.09,0.07,0,0.02,0.19 +7901,God Eater Resurrection,PSV,2015,Action,Namco Bandai Games,0,0,0.19,0,0.19 +7902,Tenchu: Fatal Shadows,PS2,2004,Action,Sega,0.09,0.07,0,0.02,0.19 +7903,Active Health with Carol Vorderman,DS,2009,Sports,Nintendo,0,0.18,0,0.01,0.19 +7904,Escape The Museum,DS,2010,Adventure,Astragon,0.05,0.12,0,0.02,0.19 +7905,The Legend of Spyro: A New Beginning,GC,2006,Platform,Vivendi Games,0.15,0.04,0,0.01,0.19 +7906,International Soccer,2600,1981,Sports,Mattel Interactive,0.18,0.01,0,0,0.19 +7907,Sing4: The Hits Edition,Wii,2011,Misc,Crave Entertainment,0.18,0,0,0.01,0.19 +7908,Jewel Master: Cradle of Athena,DS,2010,Puzzle,Storm City Games,0.18,0,0,0.01,0.19 +7909,Princess Maker: Yumemiru Yosei,PS,1997,Strategy,Sony Computer Entertainment,0,0,0.18,0.01,0.19 +7910,Pet Zombies,3DS,N/A,Simulation,Majesco Entertainment,0.18,0,0,0.01,0.19 +7911,Big Air,PS,1999,Sports,Accolade,0.1,0.07,0,0.01,0.19 +7912,Shining Force II,GEN,1993,Strategy,Sega,0,0,0.19,0,0.19 +7913,Gallop Racer,PS,1999,Sports,Tecmo Koei,0,0,0.18,0.01,0.19 +7914,Harry Potter and the Prisoner of Azkaban,XB,2004,Action,Electronic Arts,0.14,0.04,0,0.01,0.19 +7915,NASCAR Unleashed,3DS,2011,Racing,Activision,0.18,0,0,0.01,0.19 +7916,3rd Super Robot Wars Z Jigoku Hen,PSV,2014,Role-Playing,Namco Bandai Games,0,0,0.19,0,0.19 +7917,Sudoku Gridmaster (JP sales),DS,2006,Puzzle,Nintendo,0,0,0.19,0,0.19 +7918,Dynasty Warriors Gundam,X360,2007,Action,Namco Bandai Games,0.15,0.01,0.02,0.01,0.19 +7919,Taiko no Tatsujin: Wii U Version!,WiiU,2013,Misc,Namco Bandai Games,0,0,0.19,0,0.19 +7920,Monsters vs. Aliens,PS2,2009,Action,Activision,0.11,0,0,0.08,0.19 +7921,CSI: Fatal Conspiracy,PS3,2010,Adventure,Ubisoft,0.11,0.05,0,0.02,0.19 +7922,College Slam,PS,1995,Sports,Acclaim Entertainment,0.1,0.07,0,0.01,0.19 +7923,Arcania: Gothic 4,PC,2010,Role-Playing,JoWood Productions,0.09,0.08,0,0.02,0.19 +7924,Mushroom Men: The Spore Wars,Wii,2008,Action,SouthPeak Games,0.17,0.01,0,0.01,0.19 +7925,Zumba Fitness Rush,X360,2012,Sports,505 Games,0,0.16,0,0.02,0.19 +7926,Pro Yaky? Spirits 4,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7927,Pictionary,DS,2010,Puzzle,THQ,0.1,0.07,0,0.02,0.19 +7928,SoulCalibur Legends,Wii,2007,Action,Namco Bandai Games,0.16,0.01,0,0.01,0.19 +7929,Daigasso! Band Brothers,DS,2004,Misc,Nintendo,0,0,0.19,0,0.19 +7930,Rise of the Kasai,PS2,2005,Action,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7931,Thoroughbred Breeder,SNES,1993,Simulation,Hect,0,0,0.19,0,0.19 +7932,F1 2011,PC,2011,Racing,Codemasters,0,0.15,0,0.04,0.19 +7933,Momotarou Dentetsu World,DS,2010,Misc,Hudson Soft,0,0,0.19,0,0.19 +7934,Nobunaga no Yabou: Souzou,PS3,2013,Strategy,Tecmo Koei,0,0,0.19,0,0.19 +7935,Doctor Who: Return to Earth,Wii,2010,Adventure,Asylum Entertainment,0,0.16,0,0.02,0.19 +7936,The Munchables,Wii,2009,Action,Namco Bandai Games,0.17,0,0,0.01,0.19 +7937,We Dance,Wii,2011,Misc,Nordic Games,0,0.17,0,0.02,0.19 +7938,Chibi-Robo! Park Patrol,DS,2007,Adventure,Unknown,0,0,0.19,0,0.19 +7939,Bolt,PS3,2008,Adventure,Disney Interactive Studios,0.12,0.05,0,0.02,0.19 +7940,Singstar: Ultimate Party,PS4,2014,Misc,Sony Computer Entertainment Europe,0,0.16,0,0.03,0.19 +7941,Mathews Bowhunting,Wii,2010,Sports,Zoo Games,0.18,0,0,0.01,0.19 +7942,3rd Super Robot Wars Z: Tengoku-Hen,PSV,2015,Action,Namco Bandai Games,0,0,0.19,0,0.19 +7943,One Piece: Unlimited Adventure,Wii,2007,Adventure,Namco Bandai Games,0.07,0,0.11,0.01,0.19 +7944,Remington Super Slam Hunting: North America,Wii,2010,Sports,Mastiff,0.18,0,0,0.01,0.19 +7945,Crash & Spyro Superpack,GBA,2005,Platform,Vivendi Games,0.13,0.05,0,0,0.19 +7946,Earth Defense Force: Insect Armageddon,X360,2011,Shooter,D3Publisher,0.1,0.05,0.03,0.01,0.19 +7947,Face Training,DS,2007,Misc,Nintendo,0,0,0.19,0,0.19 +7948,Star Trek: Legacy,X360,N/A,Simulation,Ubisoft,0.14,0.03,0,0.02,0.19 +7949,ThunderStrike 2,PS,1994,Simulation,Core Design Ltd.,0.1,0.07,0,0.01,0.19 +7950,Disney's Meet the Robinsons,Wii,2007,Action,Disney Interactive Studios,0.17,0,0,0.01,0.19 +7951,Call of Duty: World at War,PC,2008,Shooter,Activision,0.02,0.13,0,0.03,0.19 +7952,Pro Yaky? Spirits 2012,PS3,2012,Sports,Konami Digital Entertainment,0,0,0.19,0,0.19 +7953,Kuma-Tomo,3DS,2013,Misc,Namco Bandai Games,0,0,0.19,0,0.19 +7954,Super Real Mahjong P V,SAT,1995,Misc,Seta Corporation,0,0,0.19,0,0.19 +7955,Thomas the Tank Engine & Friends,GBA,2004,Adventure,N/A,0.13,0.05,0,0,0.19 +7956,Grand Slam Tennis 2,X360,2012,Sports,Electronic Arts,0.1,0.07,0,0.02,0.19 +7957,Penguin no Mondai X: Tenkuu no 7 Senshi,DS,2009,Action,Konami Digital Entertainment,0,0,0.19,0,0.19 +7958,The Scorpion King: Sword of Osiris,GBA,2002,Action,Vivendi Games,0.13,0.05,0,0,0.19 +7959,Bubsy 3D,PS,1996,Platform,Accolade,0.1,0.07,0,0.01,0.19 +7960,Reel Fishing Paradise 3D,3DS,2011,Sports,Marvelous Interactive,0.12,0,0.06,0.01,0.19 +7961,NCAA Final Four 2001,PS2,2000,Sports,Sony Computer Entertainment,0.09,0.07,0,0.02,0.19 +7962,Farmtopia,DS,2010,Simulation,505 Games,0.18,0,0,0.01,0.19 +7963,Robin Hood: Defender of the Crown,PS2,2003,Strategy,Capcom,0.09,0.07,0,0.02,0.19 +7964,SD Gundam GX,SNES,1994,Strategy,Namco Bandai Games,0,0,0.19,0,0.19 +7965,R-Type Final,PS2,2003,Shooter,Metro 3D,0.09,0.07,0,0.02,0.19 +7966,Jackie Chan Adventures: Legend of the Dark Hand,GBA,2001,Action,Activision,0.13,0.05,0,0,0.19 +7967,MotoGP,Wii,2009,Racing,Capcom,0.05,0.11,0,0.02,0.19 +7968,Sega GT 2002,XB,2002,Racing,Sega,0.12,0.03,0.03,0.01,0.19 +7969,Ty the Tasmanian Tiger 3: Night of the Quinkan,PS2,2005,Action,Activision,0.09,0.07,0,0.02,0.19 +7970,WWE SmackDown vs. Raw 2009,DS,2008,Fighting,THQ,0.15,0.02,0,0.01,0.19 +7971,Pro Evolution Soccer 2014,3DS,2013,Action,Konami Digital Entertainment,0,0,0.19,0,0.19 +7972,Samurai Warriors 2: Empires,PS2,2006,Action,Tecmo Koei,0,0,0.19,0,0.19 +7973,Blood Omen 2,XB,2002,Action,Eidos Interactive,0.14,0.04,0,0.01,0.19 +7974,Jurassic: The Hunted,PS3,2009,Shooter,Activision,0.17,0,0,0.02,0.19 +7975,J-League Pro Soccer Club o Tsukurou! 5,PS2,2007,Sports,Sega,0,0,0.19,0,0.19 +7976,Harry Potter: Quidditch World Cup,XB,2003,Sports,Electronic Arts,0.14,0.04,0,0.01,0.19 +7977,Dance Central: Spotlight,XOne,2014,Misc,Microsoft Game Studios,0.15,0.03,0,0,0.19 +7978,Little Battlers eXperience W,PSP,2012,Role-Playing,Level 5,0,0,0.19,0,0.19 +7979,Magical Starsign (US sales),DS,2006,Role-Playing,Nintendo,0.16,0.03,0,0,0.19 +7980,Tekken Tag Tournament 2,WiiU,2012,Fighting,Namco Bandai Games,0.09,0.07,0.01,0.01,0.19 +7981,Hot Wheels: Battle Force 5,Wii,2009,Racing,Activision,0.17,0,0,0.01,0.19 +7982,Dragon Blade: Wrath of Fire,Wii,2007,Action,D3Publisher,0.17,0,0,0.01,0.19 +7983,La Pucelle: Tactics,PS2,2002,Role-Playing,Tecmo Koei,0.09,0.07,0,0.02,0.19 +7984,Phantasy Star Nova,PSV,2014,Role-Playing,Sega,0,0,0.19,0,0.19 +7985,SBK X: Superbike World Championship,X360,2010,Racing,Black Bean Games,0.1,0.07,0,0.02,0.19 +7986,Samurai Warriors: State of War,PSP,2005,Action,Tecmo Koei,0.07,0,0.11,0.01,0.19 +7987,Tiger Woods PGA Tour 07,XB,2006,Sports,Electronic Arts,0.13,0.05,0,0.01,0.19 +7988,Call of Juarez,X360,2007,Shooter,Ubisoft,0.14,0.02,0,0.01,0.19 +7989,Star Wars: The Clone Wars & Tetris Worlds,XB,2002,Misc,Microsoft Game Studios,0.14,0.04,0,0.01,0.19 +7990,The Bee Game,DS,2007,Adventure,Midway Games,0.17,0,0,0.01,0.19 +7991,EverQuest Online Adventures: Frontiers,PS2,2003,Role-Playing,Sony Online Entertainment,0.09,0.07,0,0.02,0.19 +7992,Cabela's Survival: Shadows of Katmai,X360,2011,Sports,Activision,0.14,0.03,0,0.01,0.19 +7993,NBA Ballers: Chosen One,X360,2008,Sports,Midway Games,0.17,0,0,0.01,0.19 +7994,WWE All Stars,PSP,2011,Fighting,THQ,0.12,0.04,0,0.03,0.19 +7995,Treasures of the Deep,PS,1997,Action,Namco Bandai Games,0.1,0.07,0,0.01,0.19 +7996,Phantasy Star Online Ver. 2,DC,2001,Role-Playing,Sega,0,0,0.19,0,0.19 +7997,EyePet & Friends,PS3,2011,Simulation,Sony Computer Entertainment,0.06,0.09,0,0.03,0.19 +7998,The Lord of the Rings: War in the North,PC,2011,Action,Warner Bros. Interactive Entertainment,0.04,0.11,0,0.03,0.18 +7999,Major League Baseball 2K10,PS3,2010,Sports,Take-Two Interactive,0.17,0,0,0.01,0.18 +8000,Fight Club,PS2,2004,Fighting,Vivendi Games,0.09,0.07,0,0.02,0.18 +8001,Hello Kitty: Birthday Adventures,DS,2010,Adventure,Namco Bandai Games,0.06,0.11,0,0.02,0.18 +8002,Syndicate,X360,2012,Shooter,Electronic Arts,0.1,0.06,0,0.02,0.18 +8003,Dance Dance Revolution: Disney Grooves,Wii,2009,Simulation,Konami Digital Entertainment,0.17,0,0,0.01,0.18 +8004,Pure Futbol,X360,2010,Sports,Ubisoft,0.08,0.09,0,0.02,0.18 +8005,Harvest Moon: A Wonderful Life Special Edition,PS2,2004,Simulation,505 Games,0.09,0.07,0,0.02,0.18 +8006,Sports Illustrated for Kids: Football,GBA,2003,Sports,BAM! Entertainment,0.13,0.05,0,0,0.18 +8007,The Last Airbender,DS,2010,Action,THQ,0.13,0.04,0,0.01,0.18 +8008,Happy Cooking,DS,2006,Simulation,Ubisoft,0.17,0,0,0.01,0.18 +8009,.hack//Quarantine Part 4: The Final Chapter,PS2,2003,Role-Playing,Atari,0.09,0.07,0,0.02,0.18 +8010,Close Combat: First to Fight,XB,2005,Shooter,Take-Two Interactive,0.14,0.04,0,0.01,0.18 +8011,MotoGP 14,PS4,2014,Racing,Milestone S.r.l.,0.04,0.11,0,0.04,0.18 +8012,Indiana Jones and the Emperor's Tomb,XB,2003,Action,LucasArts,0.14,0.04,0,0.01,0.18 +8013,NBA Live 08,Wii,2007,Sports,Electronic Arts,0.17,0,0,0.02,0.18 +8014,Buffy the Vampire Slayer: Chaos Bleeds,PS2,2003,Action,Vivendi Games,0.09,0.07,0,0.02,0.18 +8015,Half-Minute Hero,PSP,2009,Role-Playing,Rising Star Games,0.08,0.02,0.07,0.02,0.18 +8016,Rock Band Track Pack Volume 2,X360,2008,Misc,MTV Games,0.16,0.01,0,0.01,0.18 +8017,Reel Fishing II,PS,2000,Sports,Victor Interactive,0.1,0.07,0,0.01,0.18 +8018,Ringling Bros. and Barnum & Bailey Circus,Wii,2009,Action,Take-Two Interactive,0.17,0,0,0.01,0.18 +8019,The Walking Dead: Season One,PSV,2013,Adventure,Square Enix,0.14,0,0.01,0.03,0.18 +8020,Ty the Tasmanian Tiger,XB,2002,Platform,Electronic Arts,0.14,0.04,0,0.01,0.18 +8021,Dead or Alive,SAT,1997,Fighting,Tecmo Koei,0,0,0.18,0,0.18 +8022,Driving Emotion Type-S,PS2,2000,Racing,Electronic Arts,0.04,0.03,0.11,0.01,0.18 +8023,Siren,PS2,2003,Adventure,Sony Computer Entertainment,0.09,0.07,0,0.02,0.18 +8024,"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",DS,2005,Action,Disney Interactive Studios,0.15,0.02,0,0.01,0.18 +8025,NARC,XB,2005,Shooter,Midway Games,0.14,0.04,0,0.01,0.18 +8026,Naruto Shippuden: Dragon Blade Chronicles,Wii,2009,Action,505 Games,0.11,0.02,0.05,0.01,0.18 +8027,Dynasty Warriors 8: Empires,PS4,2014,Action,Tecmo Koei,0.06,0.07,0.03,0.02,0.18 +8028,Super Robot Taisen J,GBA,2005,Strategy,Banpresto,0,0,0.18,0,0.18 +8029,Evolve,PC,2015,Shooter,Take-Two Interactive,0.07,0.1,0,0.01,0.18 +8030,Nep League DS,DS,2007,Sports,Jaleco,0,0,0.18,0,0.18 +8031,Ar tonelico 2: Melody of Metafalica,PS2,2007,Role-Playing,Nippon Ichi Software,0.04,0.03,0.11,0.01,0.18 +8032,de Blob 2,Wii,2011,Platform,THQ,0.11,0.06,0,0.02,0.18 +8033,Lips: Party Classics,X360,2010,Misc,Microsoft Game Studios,0.05,0.11,0,0.02,0.18 +8034,Casper: Friends Around the World,PS,2000,Action,TDK Core,0.1,0.07,0,0.01,0.18 +8035,Borderlands,PC,2009,Shooter,Take-Two Interactive,0.01,0.14,0,0.04,0.18 +8036,Jurassic Park III: Island Attack,GBA,2001,Adventure,Konami Digital Entertainment,0.13,0.05,0,0,0.18 +8037,Chaotic: Shadow Warriors,DS,2009,Action,Activision,0.17,0,0,0.01,0.18 +8038,Ghostbusters: The Video Game,PSP,2009,Action,Atari,0.16,0.01,0,0.02,0.18 +8039,GameBoy Wars,GB,1991,Strategy,Nintendo,0,0,0.18,0,0.18 +8040,Amplitude,PS2,2003,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.18 +8041,Alone in the Dark,Wii,2008,Adventure,Atari,0.09,0.08,0,0.02,0.18 +8042,Company of Heroes: Anthology,PC,2009,Strategy,THQ,0,0.15,0,0.04,0.18 +8043,Shape Up,XOne,2014,Misc,Ubisoft,0.08,0.09,0,0.01,0.18 +8044,Gauntlet: Seven Sorrows,XB,2005,Role-Playing,Midway Games,0.14,0.04,0,0.01,0.18 +8045,AirForce Delta Storm,XB,2001,Shooter,Konami Digital Entertainment,0.14,0.04,0,0.01,0.18 +8046,Trauma Team,Wii,N/A,Simulation,Unknown,0.15,0,0.02,0.01,0.18 +8047,Monopoly Party,XB,2002,Misc,Infogrames,0.14,0.04,0,0.01,0.18 +8048,Fear Effect 2: Retro Helix,PS,2001,Action,Eidos Interactive,0.1,0.07,0,0.01,0.18 +8049,How to Train Your Dragon,PS3,2010,Action,Activision,0.12,0.04,0,0.02,0.18 +8050,Remember Me,X360,2013,Action,Capcom,0.1,0.07,0,0.02,0.18 +8051,International Superstar Soccer 2000 (JP weekly sales),N64,1999,Sports,Konami Digital Entertainment,0,0,0.18,0,0.18 +8052,Chocobo no Fushigi Dungeon for WonderSwan,WS,1999,Role-Playing,Namco Bandai Games,0,0,0.18,0,0.18 +8053,Klonoa: Door to Phantomile,PS,1997,Platform,Sony Computer Entertainment,0,0,0.17,0.01,0.18 +8054,Vietcong: Purple Haze,PS2,2004,Shooter,Gathering of Developers,0.09,0.07,0,0.02,0.18 +8055,Hitman: HD Trilogy,X360,2013,Action,Square Enix,0.07,0.09,0,0.02,0.18 +8056,Atari Anniversary Advance,GBA,2002,Misc,Atari,0.13,0.05,0,0,0.18 +8057,Summer Athletics: The Ultimate Challenge,PS2,2008,Sports,DTP Entertainment,0,0,0,0.18,0.18 +8058,Driver: San Francisco,PC,2011,Racing,Ubisoft,0.05,0.1,0,0.03,0.18 +8059,Metal Gear Ac!d 2,PSP,2005,Strategy,Konami Digital Entertainment,0.11,0.01,0.05,0.01,0.18 +8060,Hatsune Miku and Future Stars: Project Mirai,3DS,2012,Misc,Sega,0,0,0.18,0,0.18 +8061,Let's TAP,Wii,2008,Misc,Sega,0.09,0.06,0.01,0.02,0.18 +8062,X-Men Origins: Wolverine,PS2,2009,Action,Activision,0.13,0,0,0.05,0.18 +8063,TalkMan (Japan),PSP,2005,Misc,Sony Computer Entertainment,0,0,0.18,0,0.18 +8064,Cabela's Adventure Camp,Wii,2011,Misc,Activision,0.15,0.02,0,0.01,0.18 +8065,LEGO Marvel's Avengers,3DS,2016,Action,Warner Bros. Interactive Entertainment,0.07,0.08,0.01,0.01,0.18 +8066,Bloody Roar: Primal Fury,GC,2002,Fighting,Activision,0.14,0.04,0,0,0.18 +8067,Shrek SuperSlam,DS,2005,Action,Activision,0.17,0,0,0.01,0.18 +8068,We Sing UK Hits,Wii,2011,Misc,Nordic Games,0,0.16,0,0.02,0.18 +8069,Mega Man Soccer,SNES,1993,Sports,Capcom,0.04,0.01,0.13,0,0.18 +8070,The Chronicles of Narnia: Prince Caspian,X360,2008,Action,Disney Interactive Studios,0.16,0.01,0,0.01,0.18 +8071,ZhuZhu Puppies,DS,2011,Simulation,Activision,0.13,0.04,0,0.01,0.18 +8072,Rabbids Party Collection,Wii,2010,Misc,Ubisoft,0,0.16,0,0.02,0.18 +8073,Trinity Universe,PS3,2009,Role-Playing,Nippon Ichi Software,0.07,0.06,0.03,0.02,0.18 +8074,Jewel Match,DS,2010,Puzzle,PlayV,0.05,0.12,0,0.02,0.18 +8075,FIFA Soccer 07,GC,2006,Sports,Electronic Arts,0.14,0.04,0,0,0.18 +8076,Dungeon Travelers 2: The Royal Library & The Monster Seal,PSV,2014,Role-Playing,Atlus,0.07,0.03,0.05,0.03,0.18 +8077,Dying Light,PC,2015,Action,Warner Bros. Interactive Entertainment,0.11,0.06,0,0.02,0.18 +8078,Vampire Savior: The Lord of Vampire,SAT,1998,Fighting,Capcom,0,0,0.18,0,0.18 +8079,Pokémon I Choose You / Squirtle Squad Game Boy Advance Video,GBA,2004,Misc,Nintendo,0.13,0.05,0,0,0.18 +8080,Super Robot Taisen UX,3DS,2013,Role-Playing,Namco Bandai Games,0,0,0.18,0,0.18 +8081,Six Flags Fun Park,DS,2008,Misc,Brash Entertainment,0.17,0,0,0.01,0.18 +8082,Test Drive Off-Road Wide Open,XB,2001,Racing,Infogrames,0.15,0.03,0,0.01,0.18 +8083,Guilty Gear Xrd: Sign,PS3,2014,Fighting,Arc System Works,0.09,0,0.07,0.02,0.18 +8084,Pro Yaky? Spirits 2011,PS3,2011,Sports,Konami Digital Entertainment,0,0,0.18,0,0.18 +8085,Ben 10 Ultimate Alien: Cosmic Destruction,X360,2010,Platform,D3Publisher,0.1,0.06,0,0.02,0.18 +8086,Dengeki Bunko Fighting Climax,PSV,2014,Fighting,Sega,0.08,0,0.07,0.03,0.18 +8087,Battle Commander: Hachibushu Shura no Heihou,SNES,1991,Strategy,Banpresto,0,0,0.18,0,0.18 +8088,Backbreaker,X360,N/A,Sports,Unknown,0.17,0,0,0.01,0.18 +8089,Odin Sphere: Leifthrasir,PS4,2016,Role-Playing,Nippon Ichi Software,0.06,0.03,0.07,0.02,0.18 +8090,Bad Boys: Miami Takedown,XB,2004,Shooter,Empire Interactive,0.14,0.04,0,0.01,0.18 +8091,Jampack Vol. 1,PS,1996,Misc,Sony Computer Entertainment,0.1,0.07,0,0.01,0.18 +8092,Spider-Man: Friend or Foe,PSP,2007,Action,Activision,0.16,0,0,0.01,0.18 +8093,Mega Man X: Command Mission,PS2,2004,Role-Playing,Capcom,0.09,0.07,0,0.02,0.18 +8094,Tokyo Xtreme Racer DRIFT,PS2,2003,Racing,Genki,0.09,0.07,0,0.02,0.18 +8095,Moon,PS,1997,Adventure,ASCII Entertainment,0,0,0.17,0.01,0.18 +8096,FIFA Soccer 11,PC,2010,Sports,Electronic Arts,0,0.14,0,0.04,0.18 +8097,LEGO Marvel Super Heroes,PC,2013,Action,Warner Bros. Interactive Entertainment,0.04,0.12,0,0.02,0.18 +8098,Cabela's Big Game Hunter 2005 Adventures,XB,2004,Sports,Activision,0.13,0.04,0,0.01,0.18 +8099,Disney Friends,DS,2007,Simulation,Disney Interactive Studios,0.13,0.04,0,0.01,0.18 +8100,Sesame Street: Elmo's Letter Adventure,N64,1999,Misc,NewKidCo,0.14,0.04,0,0,0.18 +8101,Re-Volt,N64,1999,Racing,Acclaim Entertainment,0.14,0.04,0,0,0.18 +8102,Gokujou Parodius,SNES,1994,Shooter,Konami Digital Entertainment,0,0,0.18,0,0.18 +8103,Hyperdimension Neptunia,PSV,2013,Role-Playing,Compile Heart,0.09,0,0.07,0.02,0.18 +8104,Gauntlet: Dark Legacy,GC,2002,Action,Midway Games,0.14,0.04,0,0,0.18 +8105,A.C.E.: Another Century's Episode 2,PS2,2006,Simulation,Banpresto,0,0,0.18,0,0.18 +8106,Guitar Hero Live,WiiU,2015,Misc,Activision,0.12,0.04,0,0.02,0.18 +8107,Shadow The Hedgehog,XB,2005,Platform,Sega,0.13,0.04,0,0.01,0.18 +8108,Ridge Racer Unbounded,PS3,2012,Racing,Namco Bandai Games,0.05,0.1,0,0.03,0.18 +8109,Burnout Legends,DS,2005,Racing,Electronic Arts,0.15,0.02,0,0.01,0.18 +8110,Horrid Henry: Missions of Mischief,DS,2010,Adventure,SouthPeak Games,0.01,0.15,0,0.02,0.18 +8111,Batman: Vengeance,GBA,2001,Adventure,Ubisoft,0.13,0.05,0,0,0.18 +8112,Full Auto 2: Battlelines,PS3,2006,Racing,Sega,0.14,0.02,0,0.02,0.18 +8113,Soccer Tsuku Tokudai Gou: J-League Pro Soccer Club o Tsukurou,DC,2000,Sports,Sega,0,0,0.18,0,0.18 +8114,The Adventures of Cookie & Cream,PS2,2000,Puzzle,Empire Interactive,0.09,0.07,0,0.02,0.18 +8115,Van Helsing,XB,2007,Action,Activision,0.13,0.04,0,0.01,0.18 +8116,Aliens: Colonial Marines,PC,2013,Shooter,Sega,0.1,0.06,0,0.02,0.18 +8117,Splatterhouse,X360,2010,Action,Namco Bandai Games,0.14,0.03,0,0.01,0.18 +8118,MindJack,PS3,2011,Shooter,Square Enix,0.07,0.08,0,0.03,0.18 +8119,Dark Souls II,PC,2014,Role-Playing,Namco Bandai Games,0.08,0.08,0,0.02,0.18 +8120,Daigasso! Band Brothers P,3DS,2013,Misc,Nintendo,0,0,0.18,0,0.18 +8121,Gun,GC,2005,Shooter,Activision,0.14,0.04,0,0,0.18 +8122,World of Outlaws: Sprint Cars,X360,2010,Racing,THQ,0.17,0,0,0.01,0.18 +8123,Marvel Super Hero Squad: Comic Combat,X360,2011,Action,THQ,0.13,0.04,0,0.01,0.18 +8124,SingStar Motown,PS3,2009,Misc,Sony Computer Entertainment,0,0.16,0,0.02,0.18 +8125,Cabela's Legendary Adventures,Wii,2008,Sports,Activision,0.17,0,0,0.01,0.18 +8126,F1 Challenge,SAT,1994,Racing,Sega,0,0,0.18,0,0.18 +8127,Transformers: Dark of the Moon,Wii,2011,Action,Activision,0.1,0.07,0,0.02,0.18 +8128,Shadow Madness,PS,1999,Action,Crave Entertainment,0.1,0.07,0,0.01,0.18 +8129,Tom Clancy's Ghost Recon: Future Soldier,PC,2012,Shooter,Ubisoft,0.05,0.1,0,0.03,0.18 +8130,Tiger Woods PGA Tour 2004,GBA,2003,Sports,Electronic Arts,0.13,0.05,0,0,0.18 +8131,Aliens: Infestation,DS,2011,Action,Sega,0.1,0.06,0,0.02,0.18 +8132,Brink,PC,2011,Shooter,Bethesda Softworks,0.06,0.09,0,0.03,0.18 +8133,The Game of Life / Yahtzee / Payday,GBA,2005,Misc,Zoo Digital Publishing,0.13,0.05,0,0,0.18 +8134,American Chopper 2: Full Throttle,PS2,2005,Racing,Zoo Digital Publishing,0.09,0.07,0,0.02,0.18 +8135,Dynasty Warriors: Gundam 3,X360,2010,Action,Tecmo Koei,0.11,0.04,0.02,0.01,0.18 +8136,FIFA 16,PC,2015,Sports,Electronic Arts,0.04,0.13,0,0.01,0.18 +8137,Silent Hill 4: The Room,XB,2004,Action,Konami Digital Entertainment,0.14,0.04,0,0.01,0.18 +8138,Heavy Fire: Afghanistan,PS3,2011,Shooter,Unknown,0.17,0,0,0.01,0.18 +8139,Commandos 2: Men of Courage,PS2,2002,Strategy,Eidos Interactive,0.09,0.07,0,0.02,0.18 +8140,Doom (2016),PC,2016,Shooter,Bethesda Softworks,0.06,0.1,0,0.01,0.18 +8141,Chuck E. Cheese's Party Games,DS,2010,Misc,UFO Interactive,0.17,0,0,0.01,0.18 +8142,Pro Evolution Soccer 2013,3DS,2012,Sports,Konami Digital Entertainment,0.05,0.02,0.1,0.01,0.18 +8143,Pirates: Hunt For Blackbeard's Booty,Wii,2008,Adventure,Activision,0.08,0.08,0,0.02,0.18 +8144,FIFA Soccer 2002,GC,2001,Sports,Electronic Arts,0.14,0.04,0,0,0.18 +8145,Godzilla (2015),PS4,2014,Action,Namco Bandai Games,0.1,0.03,0.02,0.03,0.18 +8146,Race Pro,X360,2009,Racing,Atari,0.06,0.09,0,0.02,0.18 +8147,Atari Anniversary Edition Redux,PS,2000,Misc,Infogrames,0.1,0.07,0,0.01,0.18 +8148,Toukiden: The Age of Demons,PSP,2013,Action,Tecmo Koei,0,0,0.18,0,0.18 +8149,Fireblade,PS2,2002,Action,Midway Games,0.09,0.07,0,0.02,0.18 +8150,Mercury Meltdown Revolution,Wii,2007,Action,Ignition Entertainment,0.16,0,0,0.01,0.18 +8151,Disney's Tarzan Untamed,GC,2001,Platform,Ubisoft,0.14,0.04,0,0,0.18 +8152,WordJong Party,Wii,2008,Puzzle,Destineer,0.17,0,0,0.01,0.18 +8153,Brunswick Circuit Pro Bowling,PS,1998,Sports,THQ,0.1,0.07,0,0.01,0.18 +8154,Cabela's Dangerous Hunts 2009,PS2,2008,Sports,Activision Value,0.09,0.07,0,0.02,0.18 +8155,Velvet Assassin,X360,2009,Shooter,DTP Entertainment,0.14,0.02,0.01,0.01,0.18 +8156,Ball Breakers,PS,2000,Action,Take-Two Interactive,0.1,0.07,0,0.01,0.18 +8157,Mobile Suit Gundam Seed Destiny: Generation of C.E.,PS2,2005,Action,Namco Bandai Games,0,0,0.18,0,0.18 +8158,EyeToy: Groove,PS2,2003,Misc,Sony Computer Entertainment,0.09,0.07,0,0.02,0.18 +8159,Twisted Metal: Small Brawl,PS,N/A,Action,Unknown,0.1,0.07,0,0.01,0.18 +8160,Disgaea 4: A Promise Unforgotten,PSV,2014,Role-Playing,Nippon Ichi Software,0.04,0.04,0.08,0.02,0.18 +8161,Charlie and the Chocolate Factory,GC,2005,Adventure,Global Star,0.14,0.04,0,0,0.18 +8162,Armored Core: Last Raven,PS2,2005,Simulation,505 Games,0.05,0.04,0.08,0.01,0.18 +8163,Tomb Raider: Underworld,PS2,2009,Action,Eidos Interactive,0.09,0.04,0,0.05,0.18 +8164,All Grown Up! Express Yourself,GBA,2004,Misc,THQ,0.13,0.05,0,0,0.18 +8165,College Hoops 2K7,PS3,2007,Sports,Take-Two Interactive,0.16,0,0,0.01,0.18 +8166,K-1 World Grand Prix,PS2,2002,Sports,Konami Digital Entertainment,0.04,0.03,0.1,0.01,0.18 +8167,Skate it,DS,2008,Sports,Electronic Arts,0.14,0.02,0,0.01,0.18 +8168,Kidou Senshi Gundam: Senjou no Kizuna Portable,PSP,2009,Strategy,Namco Bandai Games,0,0,0.18,0,0.18 +8169,Otomedius Excellent,X360,N/A,Shooter,Unknown,0.13,0,0.04,0.01,0.18 +8170,Super Robot Taisen A Portable,PSP,2008,Strategy,Namco Bandai Games,0,0,0.18,0,0.18 +8171,Juiced,XB,2005,Racing,THQ,0.13,0.04,0,0.01,0.18 +8172,Looney Tunes: Back in Action,GBA,2003,Platform,Electronic Arts,0.13,0.05,0,0,0.18 +8173,Virtua Tennis,GBA,2002,Sports,Atari,0.13,0.05,0,0,0.18 +8174,Tales of the Tempest,DS,2006,Role-Playing,Namco Bandai Games,0,0,0.18,0,0.18 +8175,SimCity Creator (JP sales),DS,2008,Simulation,Electronic Arts,0,0,0.18,0,0.18 +8176,Biohazard: Revival Selection,PS3,2011,Action,Capcom,0,0,0.18,0,0.18 +8177,Sonic Riders: Zero Gravity,PS2,2008,Racing,Sega,0.09,0.07,0,0.02,0.18 +8178,Driver: San Francisco,Wii,2011,Racing,Ubisoft,0.06,0.09,0,0.02,0.18 +8179,UFC: Sudden Impact,PS2,2004,Fighting,Global Star,0.09,0.07,0,0.02,0.18 +8180,Shawn Johnson Gymnastics,Wii,2010,Sports,Zoo Games,0.17,0,0,0.01,0.18 +8181,NBA Hoopz,PS2,2001,Sports,Midway Games,0.09,0.07,0,0.02,0.18 +8182,Captain America: Super Soldier,X360,2011,Action,Sega,0.11,0.05,0,0.01,0.18 +8183,TRON: Evolution,DS,2010,Action,Disney Interactive Studios,0.12,0.04,0,0.01,0.18 +8184,Pac-Man World 3,DS,2005,Platform,Namco Bandai Games,0.16,0,0,0.01,0.18 +8185,ESPN X Games Skateboarding,GBA,2001,Sports,Konami Digital Entertainment,0.13,0.05,0,0,0.18 +8186,Nancy Drew: The Hidden Staircase,DS,2008,Adventure,THQ,0.16,0,0,0.01,0.18 +8187,Brunswick Cosmic Bowling,Wii,2010,Sports,GameMill Entertainment,0.17,0,0,0.01,0.18 +8188,Star Wars: Battlefront II,PC,2005,Shooter,LucasArts,0.02,0.13,0,0.03,0.18 +8189,Speedball 2100,PS,2000,Sports,Empire Interactive,0.1,0.07,0,0.01,0.18 +8190,LEGO Island 2: The Brickster's Revenge,PS,2001,Adventure,LEGO Media,0.1,0.07,0,0.01,0.18 +8191,College Hoops 2K8,X360,2007,Sports,Take-Two Interactive,0.16,0,0,0.01,0.18 +8192,FIFA 17,X360,2016,Sports,Electronic Arts,0.03,0.13,0,0.01,0.18 +8193,Fancy Nancy: Tea Party Time!,DS,2010,Adventure,THQ,0.17,0,0,0.01,0.18 +8194,Backyard Basketball,GBA,2004,Sports,Atari,0.13,0.05,0,0,0.18 +8195,Madden NFL 09,XB,2008,Sports,Electronic Arts,0.13,0.04,0,0.01,0.18 +8196,Scooby-Doo! Unmasked,GBA,2005,Platform,THQ,0.13,0.05,0,0,0.18 +8197,Summon Night 4,PS2,2006,Role-Playing,Banpresto,0,0,0.18,0,0.18 +8198,Pro Yaky? Spirits 5,PS2,2008,Sports,Konami Digital Entertainment,0,0,0.18,0,0.18 +8199,NHL 2004,XB,2003,Sports,Electronic Arts,0.13,0.04,0,0.01,0.18 +8200,Namco Museum: 50th Anniversary,XB,2005,Misc,Namco Bandai Games,0.13,0.04,0,0.01,0.18 +8201,You Don't Know Jack,PS3,2011,Misc,THQ,0.16,0,0,0.01,0.18 +8202,Marvel Super Hero Squad: The Infinity Gauntlet,PS3,2010,Action,THQ,0.12,0.03,0,0.02,0.18 +8203,NFL 2K2,XB,2002,Sports,Sega,0.13,0.04,0,0.01,0.18 +8204,My French Coach,DS,2007,Misc,Ubisoft,0.15,0.02,0,0.01,0.18 +8205,Camp Rock: The Final Jam,DS,2010,Misc,Disney Interactive Studios,0.14,0.02,0,0.01,0.18 +8206,NBA Starting Five,PS2,N/A,Sports,Unknown,0.09,0.07,0,0.02,0.18 +8207,Castlevania Judgment,Wii,2008,Fighting,Konami Digital Entertainment,0.13,0.02,0.01,0.01,0.18 +8208,Dead or Alive Paradise,PSP,2010,Misc,Ubisoft Annecy,0.07,0.02,0.07,0.02,0.17 +8209,The Suffering: Ties That Bind,PS2,2005,Action,Midway Games,0.09,0.07,0,0.02,0.17 +8210,Disney Sing It: Family Hits,PS3,2010,Misc,Disney Interactive Studios,0.11,0.04,0,0.02,0.17 +8211,Ashes Cricket 2009,PS3,2009,Sports,Codemasters,0,0.16,0,0.02,0.17 +8212,EyeToy: Kinetic,PS2,2005,Sports,Sony Computer Entertainment,0.09,0.07,0,0.02,0.17 +8213,Petz: Horseshoe Ranch,DS,2009,Adventure,Ubisoft,0.16,0,0,0.01,0.17 +8214,Army Men: Sarge's Heroes 2,PS2,2001,Shooter,Midas Interactive Entertainment,0.09,0.07,0,0.02,0.17 +8215,Stormrise,PS3,2009,Strategy,Sega,0.13,0.02,0,0.02,0.17 +8216,Yu-Gi-Oh! Zexal World Duel Carnival,3DS,2013,Misc,Konami Digital Entertainment,0,0.08,0.08,0.01,0.17 +8217,Winning Eleven: Pro Evolution Soccer 2007,DS,2006,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8218,Green Lantern: Rise of the Manhunters,PS3,2011,Action,Warner Bros. Interactive Entertainment,0.09,0.05,0,0.03,0.17 +8219,Monkey Island: Special Edition Collection,PC,2011,Adventure,LucasArts,0,0.14,0,0.04,0.17 +8220,Broken Sword: Shadows of the Templars - The Director's Cut,DS,2009,Adventure,Ubisoft,0.07,0.09,0,0.02,0.17 +8221,The Wild Thornberrys: Animal Adventures,PS,2000,Adventure,Mattel Interactive,0.1,0.07,0,0.01,0.17 +8222,MotoGP 10/11,PS3,2011,Racing,Capcom,0.04,0.1,0,0.04,0.17 +8223,Jikkyou Powerful Pro Baseball 2016,PSV,2016,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8224,SEGA Bass Fishing Duel,PS2,2002,Sports,Sega,0.09,0.07,0,0.02,0.17 +8225,Teen Titans,GBA,N/A,Action,Unknown,0.13,0.05,0,0,0.17 +8226,Hyperdimension Neptunia U: Action Unleashed,PSV,2014,Action,Idea Factory International,0.07,0.02,0.06,0.03,0.17 +8227,Sports Illustrated for Kids: Baseball,GBA,2001,Sports,BAM! Entertainment,0.12,0.05,0,0,0.17 +8228,Fairytale Fights,PS3,2009,Action,Playlogic Game Factory,0.11,0.04,0,0.02,0.17 +8229,Mark Davis Pro Bass Challenge,PS2,2002,Sports,Natsume,0.09,0.07,0,0.02,0.17 +8230,Rugrats: Royal Ransom,GC,2002,Platform,THQ,0.13,0.03,0,0,0.17 +8231,Warriors of Might and Magic,PS2,2001,Adventure,3DO,0.09,0.07,0,0.02,0.17 +8232,Open Season,GC,2006,Platform,Ubisoft,0.13,0.03,0,0,0.17 +8233,The Chronicles of Narnia: Prince Caspian,PS3,2008,Action,Disney Interactive Studios,0.14,0.02,0,0.02,0.17 +8234,Back to the Future: The Game,PS4,2015,Adventure,Telltale Games,0.1,0.04,0,0.03,0.17 +8235,Project Spark,XOne,2014,Misc,Microsoft Game Studios,0.11,0.05,0,0.02,0.17 +8236,Backyard Sports Football: Rookie Rush,DS,2010,Sports,Atari,0.16,0,0,0.01,0.17 +8237,Street Fighter: The Movie,PS,1995,Fighting,Acclaim Entertainment,0.1,0.07,0,0.01,0.17 +8238,Lost in Blue 3,DS,2007,Adventure,Konami Digital Entertainment,0.09,0.02,0.06,0.01,0.17 +8239,World Championship Poker,GBA,2004,Misc,Crave Entertainment,0.12,0.05,0,0,0.17 +8240,Global Defence Force,PS2,2005,Shooter,Essential Games,0,0,0.17,0,0.17 +8241,Rapala Fishing Frenzy 2009,PS3,2008,Sports,Activision,0.16,0,0,0.01,0.17 +8242,Major League Baseball 2K6,GC,2006,Sports,Take-Two Interactive,0.13,0.03,0,0,0.17 +8243,Major League Baseball 2K9,PS3,2009,Sports,Spike,0.16,0,0,0.01,0.17 +8244,SaGa 2: Hihou Densetsu - Goddess of Destiny,DS,2009,Role-Playing,Square Enix,0,0,0.17,0,0.17 +8245,Smash Court Tennis Pro Tournament,PS2,2002,Sports,Sony Computer Entertainment,0.08,0.07,0,0.02,0.17 +8246,The Cursed Crusade,PS3,2011,Action,DTP Entertainment,0.07,0.07,0.01,0.03,0.17 +8247,Super Robot Taisen L,DS,2010,Strategy,Namco Bandai Games,0,0,0.17,0,0.17 +8248,The Grim Adventures of Billy & Mandy,GC,2006,Action,Midway Games,0.13,0.03,0,0,0.17 +8249,NBA Inside Drive 2004,XB,2003,Sports,Microsoft Game Studios,0.13,0.04,0,0.01,0.17 +8250,The King of Fighters '97,PS,1998,Fighting,SNK,0,0,0.16,0.01,0.17 +8251,Dungeon Siege III,PC,2011,Role-Playing,Square Enix,0.08,0.08,0,0.02,0.17 +8252,Cabela's Big Game Hunter: Hunting Party,X360,2011,Sports,Activision,0.16,0,0,0.01,0.17 +8253,Time Commando,PS,1996,Action,Adeline Software,0.1,0.07,0,0.01,0.17 +8254,Professional Fisherman's Tour: Northern Hemisphere,DS,2007,Sports,505 Games,0.16,0,0,0.01,0.17 +8255,Iron Chef America: Supreme Cuisine,Wii,2008,Simulation,Destineer,0.16,0,0,0.01,0.17 +8256,Kekkaishi: Karasumori Ayakashi Kidan,DS,2007,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8257,Gretzky NHL 2005,PS2,2004,Sports,Sony Computer Entertainment,0.08,0.07,0,0.02,0.17 +8258,FaceBreaker,PS3,2008,Fighting,Electronic Arts,0.13,0.03,0,0.02,0.17 +8259,Squeeballs Party,DS,2009,Puzzle,Performance Designed Products,0.16,0,0,0.01,0.17 +8260,NCAA Football 09 All-Play,Wii,2008,Sports,Electronic Arts,0.16,0,0,0.01,0.17 +8261,Yakuza Zero: The Place of Oath,PS4,2015,Action,Sega,0,0,0.17,0,0.17 +8262,The Hobbit,GC,2003,Platform,Vivendi Games,0.13,0.03,0,0,0.17 +8263,The Secret World,PC,2012,Role-Playing,Funcom,0.07,0.08,0,0.02,0.17 +8264,NHL 2K9,X360,2008,Sports,Take-Two Interactive,0.15,0.01,0,0.01,0.17 +8265,X-Men: The Official Game,X360,2006,Action,Activision,0.16,0.01,0,0.01,0.17 +8266,True Crime: New York City,GC,2005,Action,Activision,0.13,0.03,0,0,0.17 +8267,Metal Arms: Glitch in the System,XB,2003,Shooter,Vivendi Games,0.13,0.04,0,0.01,0.17 +8268,PlayStation Move Heroes,PS3,2011,Platform,Sony Computer Entertainment,0.08,0.06,0,0.03,0.17 +8269,The Idolm@ster: Shiny Festa - Honey Sound / Funky Note / Groovy Tune,PSP,2012,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8270,Ice Age: Dawn of the Dinosaurs,PS2,2009,Action,Activision,0.08,0.07,0,0.02,0.17 +8271,ESPN Final Round Golf 2002,GBA,2001,Sports,Konami Digital Entertainment,0.12,0.05,0,0,0.17 +8272,MDK2 Armageddon,PS2,2001,Shooter,Virgin Interactive,0.08,0.07,0,0.02,0.17 +8273,Exhibition Volume 02,XB,2003,Misc,Microsoft Game Studios,0.13,0.04,0,0.01,0.17 +8274,Watchmen: The End is Nigh - The Complete Experience,PS3,2009,Action,Warner Bros. Interactive Entertainment,0.08,0.07,0,0.02,0.17 +8275,Fight Night Round 2,GC,2005,Fighting,Electronic Arts,0.13,0.03,0,0,0.17 +8276,Sudoku Gridmaster,DS,2006,Puzzle,Nintendo,0.13,0.03,0,0.01,0.17 +8277,Disney's Atlantis: The Lost Empire,PS,2001,Platform,Sony Computer Entertainment,0.1,0.07,0,0.01,0.17 +8278,Power Pro Kun Pocket,GB,1999,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8279,The King of Fighters '97,SAT,1998,Fighting,SNK,0,0,0.17,0,0.17 +8280,Tamagotchi no Narikiri Challenge,DS,2010,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8281,Goosebumps HorrorLand,Wii,2008,Adventure,Scholastic Inc.,0.16,0,0,0.01,0.17 +8282,One Piece: Unlimited World Red,PSV,2014,Action,Namco Bandai Games,0.06,0.04,0.04,0.03,0.17 +8283,Space Battleship Yamato: Harukanaru Hoshi Iscandar,PS,1999,Strategy,Namco Bandai Games,0,0,0.16,0.01,0.17 +8284,Sound Novel Evolution 1: Otogirisou Sosei-Hen,PS,1999,Adventure,ChunSoft,0,0,0.16,0.01,0.17 +8285,Dementium: The Ward,DS,2007,Shooter,SouthPeak Games,0.15,0.01,0,0.01,0.17 +8286,Psi-Ops: The Mindgate Conspiracy,XB,2004,Shooter,Midway Games,0.13,0.04,0,0.01,0.17 +8287,SWAT: Global Strike Team,XB,2003,Shooter,Vivendi Games,0.13,0.04,0,0.01,0.17 +8288,Despicable Me: The Game,PSP,2010,Platform,D3Publisher,0.05,0.08,0,0.04,0.17 +8289,MX World Tour Featuring Jamie Little,PS2,2005,Racing,Play It,0.08,0.07,0,0.02,0.17 +8290,Goblin Commander: Unleash the Horde,PS2,2003,Strategy,Jaleco,0.08,0.07,0,0.02,0.17 +8291,Hello Kitty: Happy Party Pals,GBA,2005,Misc,THQ,0.12,0.05,0,0,0.17 +8292,Ringling Bros. and Barnum & Bailey: Circus Friends,DS,2009,Action,Take-Two Interactive,0.16,0,0,0.01,0.17 +8293,Backyard NFL Football '09,PS2,2008,Sports,Atari,0.08,0.07,0,0.02,0.17 +8294,World Destruction League: Thunder Tanks,PS2,2000,Action,3DO,0.08,0.07,0,0.02,0.17 +8295,Shin Megami Tensei IV: Final,3DS,2016,Role-Playing,Deep Silver,0.03,0,0.14,0,0.17 +8296,Age of Empires III: Complete Collection,PC,2009,Strategy,Microsoft Game Studios,0.01,0.12,0,0.03,0.17 +8297,Finding Nemo: Escape to the Big Blue,DS,2006,Action,THQ,0.12,0.04,0,0.01,0.17 +8298,Backyard Baseball '10,PS2,2009,Sports,Atari,0.08,0.07,0,0.02,0.17 +8299,Resident Evil Director's Cut: Dual Shock Edition,PS,1997,Action,Capcom,0,0,0.16,0.01,0.17 +8300,The Lord of the Rings: Aragorn's Quest,PS3,2010,Action,Warner Bros. Interactive Entertainment,0.1,0.04,0,0.02,0.17 +8301,Top Spin 2,X360,2006,Sports,Take-Two Interactive,0.15,0.01,0,0.01,0.17 +8302,N3 II: Ninety-Nine Nights,X360,2010,Action,Microsoft Game Studios,0.06,0.07,0.04,0.01,0.17 +8303,The King of Fighters '95,PS,1996,Fighting,Sony Computer Entertainment,0,0,0.16,0.01,0.17 +8304,RoadKill,PS2,2003,Action,Midway Games,0.08,0.07,0,0.02,0.17 +8305,Hanjuku Eiyuu Tai 3D,PS2,2003,Role-Playing,Square Enix,0,0,0.17,0,0.17 +8306,.hack//G.U. Vol.3//Redemption,PS2,2007,Role-Playing,Namco Bandai Games,0,0,0.17,0,0.17 +8307,Chuck E. Cheese's Party Games,Wii,2010,Misc,UFO Interactive,0.16,0,0,0.01,0.17 +8308,Super Robot Taisen Compact 2 Dai-1-Bu,WS,2000,Strategy,Namco Bandai Games,0,0,0.17,0,0.17 +8309,Looney Tunes: Back in Action,GC,2003,Platform,Warner Bros. Interactive Entertainment,0.13,0.03,0,0,0.17 +8310,Tak: The Great Juju Challenge,GBA,2005,Platform,THQ,0.12,0.05,0,0,0.17 +8311,Macross Ultimate Frontier,PSP,2009,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8312,Cabela's Legendary Adventures,PSP,2008,Sports,Activision,0.16,0,0,0.01,0.17 +8313,Jillian Michaels Fitness Ultimatum 2011,Wii,2010,Sports,D3Publisher,0.16,0,0,0.01,0.17 +8314,Pursuit Force: Extreme Justice,PSP,2007,Action,Sony Computer Entertainment,0.07,0.07,0,0.03,0.17 +8315,Backbreaker,PS3,N/A,Sports,Unknown,0.16,0,0,0.01,0.17 +8316,Hunter: The Reckoning Redeemer,XB,2003,Action,Interplay,0.13,0.04,0,0.01,0.17 +8317,The Rise of the Argonauts,X360,2008,Role-Playing,Codemasters,0.03,0.12,0,0.01,0.17 +8318,NHL 07,PSP,2006,Sports,Electronic Arts,0.13,0.02,0,0.02,0.17 +8319,Pro Evolution Soccer 2014,PSP,2013,Action,Konami Digital Entertainment,0,0.03,0.14,0,0.17 +8320,Tokyo Xtreme Racer,DC,1999,Racing,Genki,0,0,0.17,0,0.17 +8321,Fighter Maker,PS,1998,Fighting,Agetec,0.05,0.04,0.07,0.01,0.17 +8322,Bee Movie Game,X360,2007,Action,Activision,0.16,0,0,0.01,0.17 +8323,Backyard NFL Football '10,Wii,2009,Sports,Atari,0.16,0,0,0.01,0.17 +8324,Professor Heinz Wolff's Gravity,Wii,2008,Puzzle,Deep Silver,0.04,0.12,0,0.02,0.17 +8325,Thief: Deadly Shadows,XB,2004,Action,Eidos Interactive,0.13,0.04,0,0.01,0.17 +8326,Buzz! Brain of the UK,PS3,2009,Misc,Sony Computer Entertainment,0,0.15,0,0.02,0.17 +8327,NBA 09: The Inside,PSP,2008,Sports,Sony Computer Entertainment,0.16,0,0,0.01,0.17 +8328,Transformers: Prime,3DS,2012,Action,Activision,0.13,0.03,0,0.01,0.17 +8329,Batman Begins,GBA,2005,Action,Electronic Arts,0.12,0.05,0,0,0.17 +8330,Transformer: Rise of the Dark Spark,X360,2014,Action,Activision,0.09,0.07,0,0.02,0.17 +8331,Glover,PS,1999,Platform,Atari,0.09,0.06,0,0.01,0.17 +8332,Dragon Ball GT: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.12,0.05,0,0,0.17 +8333,Luxor 3,Wii,2008,Puzzle,Mumbo Jumbo,0.16,0,0,0.01,0.17 +8334,Bratz Kidz,Wii,2008,Misc,Game Factory,0.16,0,0,0.01,0.17 +8335,Fairytale Fights,X360,2009,Action,Playlogic Game Factory,0.14,0.02,0,0.01,0.17 +8336,James Cameron's Dark Angel,PS2,N/A,Action,Universal Interactive,0.08,0.07,0,0.02,0.17 +8337,MotoGP 09/10,X360,2010,Racing,Capcom,0.07,0.09,0,0.02,0.17 +8338,Mahjong Fight Club,PSP,2004,Misc,Konami Digital Entertainment,0,0,0.17,0,0.17 +8339,World Driver Championship,N64,1999,Racing,Midway Games,0.14,0.03,0,0,0.17 +8340,Bomberman 64: The Second Attack!,N64,1999,Adventure,Hudson Soft,0.05,0.01,0.11,0,0.17 +8341,Turok 3: Shadow of Oblivion,N64,2000,Shooter,Acclaim Entertainment,0.12,0.05,0,0,0.17 +8342,Spawn: Armageddon,XB,2003,Action,Electronic Arts,0.13,0.04,0,0.01,0.17 +8343,Codename: Kids Next Door: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.12,0.05,0,0,0.17 +8344,Zoo Hospital,Wii,2008,Simulation,Majesco Entertainment,0.14,0.01,0,0.01,0.17 +8345,Pokémon Beach Blank-out Blastoise / Go West Young Meowth Game Boy Advance Video,GBA,2004,Misc,Nintendo,0.12,0.05,0,0,0.17 +8346,Time and Eternity,PS3,2012,Role-Playing,Nippon Ichi Software,0.06,0.03,0.06,0.02,0.17 +8347,Major League Baseball 2K9,PS2,2009,Sports,Spike,0.08,0.06,0,0.02,0.17 +8348,Gundam Assault Survive,PSP,2010,Action,Namco Bandai Games,0,0,0.17,0,0.17 +8349,Disney TH!NK Fast: The Ultimate Trivia Showdown,PS2,2008,Misc,Disney Interactive Studios,0.08,0.06,0,0.02,0.17 +8350,Fate/Stay Night [Réalta Nua],PS2,2007,Adventure,Kadokawa Shoten,0,0,0.17,0,0.17 +8351,Disney's Home on the Range,GBA,2004,Action,Disney Interactive Studios,0.12,0.04,0,0,0.17 +8352,Sid Meier's Civilization IV,PC,2005,Strategy,Take-Two Interactive,0.02,0.12,0,0.03,0.17 +8353,Jikkyou Powerful Pro Yakyuu 2013,PSP,2013,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8354,Space Griffon VF-9,PS,1995,Role-Playing,Panther Software,0.02,0.02,0.12,0.01,0.17 +8355,Family Feud Decades,Wii,2010,Misc,Ubisoft,0.16,0,0,0.01,0.17 +8356,NBA Live 16,PS4,2015,Sports,Electronic Arts,0.1,0.04,0,0.03,0.17 +8357,CSI: Fatal Conspiracy,X360,2010,Adventure,Ubisoft,0.11,0.04,0,0.01,0.17 +8358,Solitaire Overload Plus,DS,2010,Misc,Telegames,0.16,0,0,0.01,0.17 +8359,.hack//G.U. Vol.1//Rebirth,PS2,2006,Role-Playing,Namco Bandai Games,0,0,0.17,0,0.17 +8360,Gyakuten Saiban 3,GBA,2004,Adventure,Capcom,0,0,0.16,0,0.17 +8361,Tak: Mojo Mistake,DS,2008,Action,THQ,0.16,0,0,0.01,0.17 +8362,Gallop Racer 2001,PS2,2001,Sports,Tecmo Koei,0.05,0.04,0.06,0.01,0.17 +8363,Nightmare Creatures II,PS,2000,Action,Konami Digital Entertainment,0.09,0.06,0,0.01,0.17 +8364,Marble Saga: Kororinpa,Wii,2009,Puzzle,Konami Digital Entertainment,0.1,0.06,0,0.02,0.17 +8365,Fuzion Frenzy 2,X360,2007,Misc,Microsoft Game Studios,0.14,0.01,0,0.01,0.17 +8366,Catwoman,PS2,2004,Action,Electronic Arts,0.08,0.06,0,0.02,0.17 +8367,Monsters vs. Aliens,X360,2009,Action,Activision,0.12,0.03,0,0.01,0.17 +8368,Country Dance: All Stars,X360,2012,Action,GameMill Entertainment,0.16,0,0,0.01,0.17 +8369,Garfield: Lasagna World Tour,PS2,2007,Action,Blast! Entertainment Ltd,0.08,0.06,0,0.02,0.17 +8370,Teenage Mutant Ninja Turtles: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.12,0.04,0,0,0.17 +8371,Disney's Planes,Wii,2013,Simulation,Disney Interactive Studios,0.08,0.07,0,0.02,0.17 +8372,Bomberman Land,Wii,2007,Misc,Rising Star Games,0.11,0.02,0.03,0.01,0.17 +8373,Bomberman B-Daman,SNES,1996,Shooter,Hudson Soft,0,0,0.17,0,0.17 +8374,Terminator 3: The Redemption,PS2,2004,Shooter,Atari,0.08,0.06,0,0.02,0.17 +8375,World Destruction League: Thunder Tanks,PS,2000,Action,3DO,0.09,0.06,0,0.01,0.17 +8376,Beat Down: Fists of Vengeance,PS2,2005,Action,Capcom,0.04,0.03,0.09,0.01,0.17 +8377,Reloaded,PS,1996,Action,Gremlin Interactive Ltd,0.09,0.06,0,0.01,0.17 +8378,Sword of the Samurai,PS2,N/A,Fighting,Ubisoft,0,0,0.17,0,0.17 +8379,MotoGP 15,PS4,2015,Racing,Milestone S.r.l.,0,0.12,0.03,0.02,0.17 +8380,SSX On Tour,GC,2005,Sports,Electronic Arts,0.13,0.03,0,0,0.17 +8381,Hot Wheels: Beat That!,X360,2007,Racing,Activision,0.15,0,0,0.01,0.17 +8382,G-Force,X360,2009,Action,Disney Interactive Studios,0.11,0.05,0,0.01,0.17 +8383,James Bond 007: Everything or Nothing,GBA,2003,Shooter,Electronic Arts,0.12,0.04,0,0,0.17 +8384,Naruto Shippuden: Ultimate Ninja 5,PS2,2007,Fighting,Namco Bandai Games,0,0,0.17,0,0.17 +8385,Shrek Extra Large,GC,2002,Platform,TDK Mediactive,0.13,0.03,0,0,0.17 +8386,Final Fantasy V,PS,1998,Role-Playing,SquareSoft,0,0,0.16,0.01,0.17 +8387,World Tour Soccer 2006,PS2,2004,Sports,Sony Computer Entertainment,0.08,0.06,0,0.02,0.17 +8388,Gunvalkyrie,XB,2002,Shooter,Infogrames,0.13,0.04,0,0.01,0.17 +8389,NickToons: Racing,PS,2001,Racing,Hasbro Interactive,0.09,0.06,0,0.01,0.17 +8390,VR Golf '97,PS,1996,Sports,Gremlin Interactive Ltd,0.09,0.06,0,0.01,0.17 +8391,Michael Jackson: The Experience 3D,3DS,2011,Misc,Ubisoft,0.13,0.03,0,0.01,0.17 +8392,State of Emergency,XB,2003,Action,Take-Two Interactive,0.13,0.04,0,0.01,0.17 +8393,Digimon Story: Cyber Sleuth,PSV,2015,Role-Playing,Namco Bandai Games,0,0,0.17,0,0.17 +8394,Off-World Interceptor Extreme,PS,1995,Racing,Crystal Dynamics,0.09,0.06,0,0.01,0.17 +8395,Bakugan Battle Brawlers: Defenders of the Core,Wii,2010,Action,Activision,0.15,0.01,0,0.01,0.17 +8396,Disney Golf,PS2,2002,Sports,Electronic Arts,0.07,0.06,0.02,0.02,0.17 +8397,The Naked Brothers Band: The Video Game,PS2,2008,Misc,THQ,0.08,0.06,0,0.02,0.17 +8398,Custom Robo Arena,DS,2006,Fighting,Nintendo,0.02,0.02,0.12,0,0.17 +8399,Clock Tower II: The Struggle Within,PS,1998,Adventure,Human Entertainment,0.02,0.01,0.12,0.01,0.17 +8400,Batman Beyond: Return of the Joker,PS,2000,Action,Ubisoft,0.09,0.06,0,0.01,0.17 +8401,Surf's Up,Wii,2007,Sports,Ubisoft,0.15,0,0,0.01,0.17 +8402,Jikkyou Powerful Pro Baseball 2016,PS4,2016,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8403,Mega Man Network Transmission,GC,2003,Platform,Capcom,0.13,0.03,0,0,0.17 +8404,I'm A Celebrity: Get Me Out of Here!,Wii,2009,Misc,Mindscape,0,0.16,0,0.01,0.17 +8405,Pursuit Force,PSP,2005,Racing,Sony Computer Entertainment,0.14,0.01,0,0.02,0.17 +8406,Densetsu no Stafi 4,DS,2006,Platform,Nintendo,0,0,0.17,0,0.17 +8407,Shin Megami Tensei: Devil Summoner 2 - Raidou Kuzunoha vs. King Abaddon (JP sales),PS2,2008,Role-Playing,Atlus,0,0,0.17,0,0.17 +8408,Naval Assault: The Killing Tide,X360,2010,Simulation,505 Games,0.08,0.07,0,0.02,0.17 +8409,Tokimeki Memorial: Private Collection,PS,1996,Misc,Konami Digital Entertainment,0,0,0.16,0.01,0.17 +8410,RC Revenge Pro,PS2,2000,Racing,Acclaim Entertainment,0.08,0.06,0,0.02,0.17 +8411,Valkyria Chronicles,PS4,2016,Role-Playing,Sega,0.06,0.04,0.05,0.02,0.17 +8412,Hellboy: The Science of Evil,PS3,2008,Action,Konami Digital Entertainment,0.13,0.02,0,0.02,0.17 +8413,Backyard Wrestling: Don't Try This at Home,XB,2003,Fighting,Eidos Interactive,0.13,0.04,0,0.01,0.17 +8414,Zoo Keeper,DS,2004,Puzzle,Ignition Entertainment,0.1,0.01,0.05,0.01,0.17 +8415,Gauntlet: Dark Legacy,XB,2002,Action,Midway Games,0.13,0.04,0,0.01,0.17 +8416,Toukiden Kiwami,PS4,2015,Action,Tecmo Koei,0.05,0.07,0.02,0.02,0.17 +8417,Far East of Eden II: Manji Maru,PS2,2003,Role-Playing,Hudson Soft,0,0,0.17,0,0.17 +8418,Lost Kingdoms,GC,2002,Role-Playing,Activision,0.1,0.02,0.04,0,0.17 +8419,WRC 2: FIA World Rally Championship,PS3,2011,Racing,Ubisoft,0,0.13,0,0.04,0.17 +8420,Blood Bowl,X360,2009,Sports,Focus Home Interactive,0.13,0.03,0,0.01,0.17 +8421,Matchbox Cross Town Heroes,GBA,2002,Racing,THQ,0.12,0.04,0,0,0.17 +8422,Wolfenstein 3D,GBA,2002,Shooter,BAM! Entertainment,0.12,0.04,0,0,0.17 +8423,Nobunaga no Yabou: Tenshoki,SNES,1996,Strategy,Tecmo Koei,0,0,0.17,0,0.17 +8424,Learning to Spell,DS,2010,Misc,505 Games,0.16,0,0,0.01,0.17 +8425,"Go, Diego, Go! Safari Rescue",DS,2007,Adventure,Take-Two Interactive,0.15,0.01,0,0.01,0.17 +8426,Super Power League,SNES,1993,Sports,Hudson Soft,0,0,0.17,0,0.17 +8427,Easy Piano,DS,2009,Misc,Game Life,0.04,0.11,0,0.02,0.17 +8428,Street Fighter Alpha 2,SNES,1996,Fighting,Nintendo,0,0,0.17,0,0.17 +8429,Dragon Quest X,3DS,2014,Role-Playing,Square Enix,0,0,0.17,0,0.17 +8430,Payday 2,XOne,2015,Shooter,505 Games,0.08,0.07,0,0.01,0.17 +8431,25 to Life,XB,2006,Shooter,Eidos Interactive,0.12,0.04,0,0.01,0.17 +8432,Sumikko Gurashi: Koko ga Ochitsukundesu,3DS,2014,Action,Nippon Columbia,0,0,0.17,0,0.17 +8433,NASCAR '15,X360,2015,Sports,Deep Silver,0.15,0,0,0.02,0.17 +8434,TransFormers Animated: The Game,DS,2008,Action,Activision,0.15,0.01,0,0.01,0.17 +8435,Fracture,PS3,2008,Shooter,LucasArts,0.11,0.04,0,0.02,0.17 +8436,Sega Superstars,PS2,2004,Misc,Sega,0.08,0.06,0,0.02,0.17 +8437,Midway Arcade Treasures,GC,2003,Misc,Midway Games,0.13,0.03,0,0,0.17 +8438,Leisure Suit Larry: Magna Cum Laude,XB,2004,Adventure,Vivendi Games,0.12,0.04,0,0.01,0.17 +8439,Mousetrap / Operation / Simon,GBA,2005,Misc,DSI Games,0.12,0.04,0,0,0.17 +8440,Klonoa,Wii,2008,Platform,Namco Bandai Games,0.11,0.02,0.03,0.01,0.17 +8441,Splatterhouse,PS3,N/A,Action,Namco Bandai Games,0.13,0.02,0,0.02,0.17 +8442,NBA 09: The Inside,PS2,2008,Sports,Sony Computer Entertainment,0.08,0.06,0,0.02,0.17 +8443,Spyro: Shadow Legacy,DS,2005,Action,Vivendi Games,0.14,0.01,0,0.01,0.17 +8444,Resident Evil,SAT,1997,Action,Capcom,0,0,0.17,0,0.17 +8445,Wildstar,PC,2014,Role-Playing,NCSoft,0.08,0.07,0,0.02,0.17 +8446,Dragon Ball: Fusions,3DS,2016,Role-Playing,Namco Bandai Games,0,0,0.17,0,0.17 +8447,Apache: Air Assault,X360,2010,Simulation,Activision,0.12,0.04,0,0.01,0.17 +8448,TOEIC Test Training DS,DS,2007,Misc,IE Institute,0,0,0.17,0,0.17 +8449,Jikkyou Powerful Pro Yakyuu 2014,PS3,2014,Sports,Konami Digital Entertainment,0,0,0.17,0,0.17 +8450,Senran Kagura: Estival Versus,PS4,2015,Action,Marvelous Interactive,0.07,0,0.08,0.02,0.17 +8451,Itoi Shigesato no Bass Tsuri No. 1,SNES,1997,Sports,Nintendo,0,0,0.17,0,0.17 +8452,Cubivore: Survival of the Fittest,GC,2002,Adventure,Nintendo,0.01,0,0.15,0,0.17 +8453,The Sims 3: Seasons,PC,2012,Simulation,Electronic Arts,0,0.13,0,0.03,0.17 +8454,Anarchy Reigns,X360,2012,Action,Sega,0.11,0.02,0.02,0.01,0.17 +8455,FlatOut,XB,2004,Racing,Empire Interactive,0.12,0.04,0,0.01,0.17 +8456,Project X Zone 2: Brave New World,3DS,2015,Role-Playing,Namco Bandai Games,0.04,0.04,0.08,0.01,0.17 +8457,NCAA Basketball 09,PS3,2008,Sports,Electronic Arts,0.15,0,0,0.01,0.17 +8458,Bakugan Battle Brawlers: Defenders of the Core,PS3,2010,Action,Activision,0.14,0.01,0,0.02,0.17 +8459,Mr. Do!'s Castle,2600,1983,Action,Parker Bros.,0.15,0.01,0,0,0.17 +8460,Death Trap,2600,1982,Action,Avalon Interactive,0.15,0.01,0,0,0.17 +8461,Armor Ambush,2600,1981,Action,Mattel Interactive,0.15,0.01,0,0,0.17 +8462,Parodius,SAT,1995,Shooter,Konami Digital Entertainment,0,0,0.16,0,0.17 +8463,Thrillville: Off the Rails,X360,2007,Strategy,LucasArts,0.13,0.02,0,0.01,0.16 +8464,Hyperdimension Neptunia Victory,PS3,2012,Role-Playing,Compile Heart,0.05,0.03,0.06,0.02,0.16 +8465,Taz Wanted,PS2,2002,Platform,Atari,0.08,0.06,0,0.02,0.16 +8466,Mobile Suit Gundam: Extreme VS Force,PSV,2015,Action,Namco Bandai Games,0,0,0.16,0,0.16 +8467,Sid Meier's Pirates!,Wii,2010,Strategy,Take-Two Interactive,0.13,0.02,0,0.01,0.16 +8468,MLB 16: The Show,PS3,2016,Action,Sony Computer Entertainment,0.13,0,0,0.03,0.16 +8469,Phantasy Star Online 2,PSV,2013,Role-Playing,Sega,0,0,0.16,0,0.16 +8470,Vehicular Combat League presents Motor Mayhem,PS2,2001,Racing,Atari,0.08,0.06,0,0.02,0.16 +8471,PoPoLoCrois: Hajimari no Bouken,PS2,2002,Role-Playing,Sony Computer Entertainment,0,0,0.16,0,0.16 +8472,Star Wars: Super Bombad Racing,PS2,2001,Racing,LucasArts,0.08,0.06,0,0.02,0.16 +8473,Hamster Heroes,Wii,2008,Puzzle,Popcorn Arcade,0.16,0,0,0,0.16 +8474,Hot Wheels Velocity X,GBA,2002,Racing,THQ,0.12,0.04,0,0,0.16 +8475,Ar Nosurge: Ode to an Unborn Star,PS3,2014,Role-Playing,Tecmo Koei,0.05,0.04,0.06,0.02,0.16 +8476,Chaotic: Shadow Warriors,PS3,2009,Action,Activision,0.15,0,0,0.01,0.16 +8477,Leisure Suit Larry: Box Office Bust,X360,2009,Adventure,Codemasters,0.14,0.01,0,0.01,0.16 +8478,Alien Resurrection,PS,2000,Shooter,Fox Interactive,0.09,0.06,0,0.01,0.16 +8479,World Tour Soccer 2005,PS2,2004,Sports,Sony Computer Entertainment,0.08,0.06,0,0.02,0.16 +8480,Dungeon Siege: Throne of Agony,PSP,2006,Role-Playing,Take-Two Interactive,0.13,0.02,0,0.02,0.16 +8481,Spider-Man: Web of Shadows - Amazing Allies Edition,PSP,2008,Action,Activision,0.12,0.02,0,0.02,0.16 +8482,F1 2011,3DS,2011,Racing,Codemasters,0.07,0.08,0,0.02,0.16 +8483,Rio,DS,2011,Misc,THQ,0.12,0.03,0,0.01,0.16 +8484,Gunslingers,Wii,2010,Shooter,Neko Entertainment,0.08,0.06,0,0.02,0.16 +8485,Create,PS3,2010,Action,Electronic Arts,0.11,0.03,0,0.02,0.16 +8486,Lufia: Curse of the Sinistrals,DS,2010,Role-Playing,Square Enix,0.12,0,0.03,0.01,0.16 +8487,El Shaddai: Ascension of the Metatron,X360,2011,Action,Ignition Entertainment,0.07,0.05,0.03,0.01,0.16 +8488,ESPN College Hoops,PS2,2003,Sports,Sega,0.08,0.06,0,0.02,0.16 +8489,Thor: God of Thunder,Wii,2011,Action,Sega,0.11,0.04,0,0.01,0.16 +8490,F1 Championship Season 2000,PS2,2000,Racing,Electronic Arts,0.06,0.05,0.03,0.02,0.16 +8491,Guilty Gear Judgment,PSP,2006,Fighting,Majesco Entertainment,0.13,0,0.02,0.01,0.16 +8492,Pen 1 Grand Prix: Penguin no Mondai Special,DS,2009,Fighting,Konami Digital Entertainment,0,0,0.16,0,0.16 +8493,Clash of the Titans,X360,2010,Action,Namco Bandai Games,0.08,0.06,0,0.02,0.16 +8494,Around the World in 80 Days,DS,2010,Action,PlayV,0,0.14,0,0.02,0.16 +8495,Robotech: Battlecry,GC,2002,Shooter,TDK Mediactive,0.13,0.03,0,0,0.16 +8496,True Swing Golf,DS,2005,Sports,Nintendo,0.11,0,0.04,0.01,0.16 +8497,Zapper: One Wicked Cricket!,PS2,2002,Platform,Infogrames,0.08,0.06,0,0.02,0.16 +8498,Bomberman Land,PS,2000,Misc,Hudson Soft,0,0,0.15,0.01,0.16 +8499,Paws & Claws: Pet Resort,GBA,2006,Simulation,THQ,0.12,0.04,0,0,0.16 +8500,Kya: Dark Lineage,PS2,2003,Adventure,Atari,0.08,0.06,0,0.02,0.16 +8501,Dynasty Warriors 8: Xtreme Legends,PS3,2013,Action,Tecmo Koei,0.02,0.03,0.11,0.01,0.16 +8502,Curious George,GBA,2006,Action,Namco Bandai Games,0.12,0.04,0,0,0.16 +8503,Monster Jam,Wii,2007,Racing,Activision,0.15,0,0,0.01,0.16 +8504,Medieval Games,Wii,2009,Action,Vir2L Studios,0.14,0.01,0,0.01,0.16 +8505,Stronghold 3,PC,2011,Strategy,N/A,0.06,0.1,0,0,0.16 +8506,The Amazing Spider-Man (Console Version),Wii,2012,Action,Activision,0.11,0.04,0,0.01,0.16 +8507,Kid Adventures: Sky Captain,Wii,2010,Action,Unknown,0.11,0.04,0,0.01,0.16 +8508,Lethal Skies II,PS2,2003,Simulation,Sammy Corporation,0.08,0.06,0,0.02,0.16 +8509,Doctor Lautrec and the Forgotten Knights,3DS,2011,Adventure,Konami Digital Entertainment,0.07,0.05,0.03,0.01,0.16 +8510,Disney's American Dragon Jake Long: Attack of the Dark Dragon,DS,2006,Action,Disney Interactive Studios,0.15,0,0,0.01,0.16 +8511,Godzilla Unleashed,Wii,2007,Fighting,Atari,0.15,0,0,0.01,0.16 +8512,Kamaitachi no Yoru × 3,PS2,2006,Adventure,Sega,0,0,0.16,0,0.16 +8513,Tom and Jerry: Infurnal Escape,GBA,2003,Action,Ubisoft,0.12,0.04,0,0,0.16 +8514,The Legend of Heroes VII: The Trail of Zero,PSP,2010,Role-Playing,Falcom Corporation,0,0,0.16,0,0.16 +8515,Warriors Orochi 3,X360,2011,Action,Ubisoft Annecy,0.09,0.03,0.03,0.01,0.16 +8516,King's Field,PS,1995,Role-Playing,Sony Computer Entertainment,0.09,0.06,0,0.01,0.16 +8517,Hannah Montana: Rock Out the Show,PSP,2009,Misc,Disney Interactive Studios,0.13,0.01,0,0.02,0.16 +8518,Let's Ride: Sunshine Stables,GBA,2005,Sports,DTP Entertainment,0.12,0.04,0,0,0.16 +8519,World Stadium 4,PS,2000,Sports,Namco Bandai Games,0,0,0.15,0.01,0.16 +8520,Midway Arcade Treasures 2,GC,2004,Misc,Midway Games,0.13,0.03,0,0,0.16 +8521,Hot Wheels World Race,GC,2003,Racing,THQ,0.13,0.03,0,0,0.16 +8522,San Goku Shi Taisen DS,DS,2007,Strategy,Sega,0,0,0.16,0,0.16 +8523,Kawa no Nushi Tsuri,PS,1998,Sports,Victor Interactive,0,0,0.15,0.01,0.16 +8524,N2O: Nitrous Oxide,PS,1998,Racing,Gremlin Interactive Ltd,0.09,0.06,0,0.01,0.16 +8525,Magic: The Gathering - Battlegrounds,XB,2003,Strategy,Atari,0.12,0.03,0,0.01,0.16 +8526,Heroes over Europe,PS3,2009,Simulation,Ubisoft,0.12,0.02,0,0.02,0.16 +8527,Dancing With The Stars,PS2,2007,Misc,Activision,0.08,0.06,0,0.02,0.16 +8528,Major League Baseball 2K12,Wii,2012,Sports,Take-Two Interactive,0.15,0,0,0.01,0.16 +8529,Pro Evolution Soccer 2015,X360,2014,Sports,Konami Digital Entertainment,0.05,0.1,0,0.01,0.16 +8530,Bladestorm: Nightmare,PS4,2015,Action,Tecmo Koei,0.07,0.04,0.03,0.02,0.16 +8531,Otogirisou,SNES,1992,Adventure,ChunSoft,0,0,0.16,0,0.16 +8532,SD Gundam G Generation 3D,3DS,2011,Role-Playing,Namco Bandai Games,0,0,0.16,0,0.16 +8533,Crash Tag Team Racing,GC,2005,Racing,Vivendi Games,0.12,0.03,0,0,0.16 +8534,Grease Dance,X360,2011,Misc,505 Games,0.11,0.03,0,0.01,0.16 +8535,Ready 2 Rumble Revolution,Wii,2009,Sports,Atari,0.15,0,0,0.01,0.16 +8536,My Baby 3 & Friends,DS,2010,Simulation,Majesco Entertainment,0.13,0.02,0,0.01,0.16 +8537,NASCAR '14,X360,2014,Racing,Deep Silver,0.15,0,0,0.01,0.16 +8538,TimeSplitters: Future Perfect,XB,2005,Shooter,Electronic Arts,0.12,0.03,0,0.01,0.16 +8539,Midway Arcade Treasures 3,PS2,2005,Misc,Midway Games,0.08,0.06,0,0.02,0.16 +8540,Dr. Muto,PS2,2002,Platform,Midway Games,0.08,0.06,0,0.02,0.16 +8541,Beowulf: The Game,PS3,2007,Action,Ubisoft,0.14,0.01,0,0.01,0.16 +8542,Puzzle Quest: Galactrix,DS,2009,Puzzle,D3Publisher,0.15,0,0,0.01,0.16 +8543,DS Rakubiki Jiten,DS,2005,Misc,Nintendo,0,0,0.16,0,0.16 +8544,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,PS2,2005,Adventure,Activision,0.08,0.06,0,0.02,0.16 +8545,Fatal Frame II: Crimson Butterfly,PS2,2003,Action,Ubisoft,0.08,0.06,0,0.02,0.16 +8546,Angry Birds Trilogy,PS3,2012,Action,Activision,0.12,0.02,0,0.02,0.16 +8547,Dewy's Adventure,Wii,2007,Platform,Konami Digital Entertainment,0.14,0,0.01,0.01,0.16 +8548,Shadow Man: 2econd Coming,PS2,2002,Adventure,Acclaim Entertainment,0.08,0.06,0,0.02,0.16 +8549,Yu-Gi-Oh! 5D's Tag Force 6,PSP,2011,Strategy,Konami Digital Entertainment,0,0,0.16,0,0.16 +8550,NPPL: Championship Paintball 2009,PS3,2008,Shooter,Activision Value,0.15,0,0,0.01,0.16 +8551,Dynasty Warriors 4,XB,2003,Action,Tecmo Koei,0.12,0.03,0,0.01,0.16 +8552,Wakeboarding Unleashed Featuring Shaun Murray,PS2,2003,Sports,Activision,0.08,0.06,0,0.02,0.16 +8553,The Incredibles: Rise of the Underminer,GC,2005,Action,THQ,0.12,0.03,0,0,0.16 +8554,Jikkyou Powerful Pro Yakyuu 3 '97 Haru,SNES,1997,Sports,Konami Digital Entertainment,0,0,0.16,0,0.16 +8555,Alone in the Dark: The New Nightmare,PS,N/A,Adventure,Infogrames,0.09,0.06,0,0.01,0.16 +8556,The BIGS,PS3,2007,Sports,Take-Two Interactive,0.15,0,0,0.01,0.16 +8557,Flushed Away,GC,2006,Platform,D3Publisher,0.12,0.03,0,0,0.16 +8558,Eragon,DS,2006,Action,Vivendi Games,0.13,0.02,0,0.01,0.16 +8559,Scarface: Money. Power. Respect.,PSP,2006,Strategy,Vivendi Games,0.15,0,0,0.01,0.16 +8560,Summon Night EX-Thesis: Yoake no Tsubasa,PS2,2005,Role-Playing,Banpresto,0,0,0.16,0,0.16 +8561,Pro Yaky? Spirits 3,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.16,0,0.16 +8562,Silent Scope 3,PS2,2002,Shooter,Konami Digital Entertainment,0.08,0.06,0,0.02,0.16 +8563,World Series of Poker: Tournament of Champions 2007 Edition,X360,2006,Misc,Activision,0.15,0,0,0.01,0.16 +8564,NASCAR Heat 2002,GBA,2002,Racing,Infogrames,0.12,0.04,0,0,0.16 +8565,Namco Classic Fighter Collection,PS2,2008,Fighting,Namco Bandai Games,0.08,0.06,0,0.02,0.16 +8566,International Superstar Soccer Deluxe,SNES,1995,Sports,Konami Digital Entertainment,0,0,0.16,0,0.16 +8567,TNA iMPACT!,Wii,2008,Fighting,Midway Games,0.14,0.01,0,0.01,0.16 +8568,Intellivision Lives!,PS2,2003,Misc,Play It,0.08,0.06,0,0.02,0.16 +8569,Field Commander,PSP,2006,Strategy,Sony Online Entertainment,0.14,0,0,0.01,0.16 +8570,Robots,GC,2005,Action,Vivendi Games,0.12,0.03,0,0,0.16 +8571,Little League World Series Baseball 2009,Wii,2009,Sports,Activision,0.15,0,0,0.01,0.16 +8572,The King of Fighters XII,PS3,2009,Fighting,Ignition Entertainment,0.11,0.01,0.03,0.01,0.16 +8573,Doctor Who: Evacuation Earth,DS,2010,Adventure,Asylum Entertainment,0,0.14,0,0.02,0.16 +8574,Murdered: Soul Suspect,XOne,2014,Action,Square Enix,0.08,0.07,0,0.01,0.16 +8575,Ener-G: Dance Squad,DS,2008,Sports,Ubisoft,0.15,0,0,0.01,0.16 +8576,Our House,DS,2009,Strategy,Majesco Entertainment,0.15,0,0,0.01,0.16 +8577,SimEarth: The Living Planet,SNES,1991,Simulation,Imagineer,0,0,0.16,0,0.16 +8578,Major League Baseball 2K11,Wii,2011,Sports,Take-Two Interactive,0.15,0,0,0.01,0.16 +8579,Sengoku Basara: Chronicle Heroes,PSP,2011,Action,Capcom,0,0,0.16,0,0.16 +8580,NBA 2K12,PC,2011,Sports,Take-Two Interactive,0.09,0.05,0,0.02,0.16 +8581,The Wild Thornberrys: Chimp Chase,GBA,2001,Action,THQ,0.11,0.04,0,0,0.16 +8582,Power Stakes,PS,1997,Sports,Aques,0,0,0.15,0.01,0.16 +8583,Fighters Destiny,N64,1998,Fighting,Ocean,0.13,0.03,0,0,0.16 +8584,Asteroids Hyper 64,N64,1999,Shooter,Crave Entertainment,0.13,0.03,0,0,0.16 +8585,The Powerpuff Girls: Chemical X-Traction,N64,2001,Action,BAM! Entertainment,0.13,0.03,0,0,0.16 +8586,Jikkyou Powerful Pro Yakyuu Basic-han 2001,N64,2001,Sports,Konami Digital Entertainment,0,0,0.12,0.04,0.16 +8587,Tom and Jerry in Fists of Furry,N64,2000,Fighting,Ubisoft,0.13,0.03,0,0,0.16 +8588,Hydro Thunder,N64,2000,Racing,Midway Games,0.13,0.03,0,0,0.16 +8589,Space Invaders,N64,1999,Shooter,Activision,0.13,0.03,0,0,0.16 +8590,Starcraft 64,N64,2000,Strategy,Nintendo,0.13,0.03,0,0,0.16 +8591,Destruction Derby 64,N64,1999,Racing,THQ,0.13,0.03,0,0,0.16 +8592,Buck Bumble,N64,1998,Action,Ubisoft,0.13,0.03,0,0,0.16 +8593,California Speed,N64,1999,Misc,Midway Games,0.13,0.03,0,0,0.16 +8594,Wonder Project J2: Koruro no Mori no Josette,N64,1996,Simulation,Enix Corporation,0,0,0.12,0.04,0.16 +8595,Culdcept SAGA,X360,2006,Role-Playing,Namco Bandai Games,0.12,0,0.03,0.01,0.16 +8596,Take A Break's: Puzzle Master,DS,2009,Puzzle,Ubisoft,0,0.15,0,0.01,0.16 +8597,Dragon Ball: Origins 2,DS,2010,Action,Namco Bandai Games,0.05,0.02,0.08,0.01,0.16 +8598,Minna no DS Seminar: Kanpeki Kanji Ryoku,DS,2006,Misc,TDK Core,0,0,0.16,0,0.16 +8599,Innocent Life: A Futuristic Harvest Moon,PSP,2006,Simulation,Rising Star Games,0.08,0.03,0.03,0.02,0.16 +8600,The Crew,PC,2014,Racing,Ubisoft,0,0.15,0,0.01,0.16 +8601,Macross Ace Frontier,PSP,2008,Simulation,Namco Bandai Games,0,0,0.16,0,0.16 +8602,Black & Bruised,PS2,2003,Fighting,Vivendi Games,0.08,0.06,0,0.02,0.16 +8603,Sherlock Holmes vs. Jack the Ripper,X360,2009,Adventure,Focus Home Interactive,0.11,0.04,0,0.01,0.16 +8604,.hack//G.U. Vol.2//Reminisce (jp sales),PS2,2006,Role-Playing,Namco Bandai Games,0,0,0.16,0,0.16 +8605,Rapala Pro Fishing,XB,2004,Sports,Zoo Digital Publishing,0.12,0.03,0,0.01,0.16 +8606,TimeShift,PS3,2007,Shooter,Vivendi Games,0.14,0.01,0,0.01,0.16 +8607,Blitz: The League,X360,2006,Sports,Midway Games,0.15,0,0,0.01,0.16 +8608,Scripps Spelling Bee,DS,2010,Simulation,THQ,0.15,0,0,0.01,0.16 +8609,MotionSports: Adrenaline,PS3,2011,Sports,Ubisoft,0.08,0.06,0,0.03,0.16 +8610,Ener-G Horse Riders,DS,2008,Sports,Ubisoft,0.14,0.01,0,0.01,0.16 +8611,Time Hollow,DS,2008,Adventure,Konami Digital Entertainment,0.03,0.01,0.11,0,0.16 +8612,Farming Simulator 2013,PS3,2013,Simulation,Focus Home Interactive,0,0.1,0.02,0.04,0.16 +8613,Rudolph the Red-Nosed Reindeer,Wii,2010,Action,Crave Entertainment,0.15,0,0,0.01,0.16 +8614,Shinobido 2: Tales of the Ninja,PSV,2011,Action,Sony Computer Entertainment,0.06,0.05,0.02,0.03,0.16 +8615,SpongeBob's Truth or Square,DS,2009,Action,THQ,0.08,0.07,0,0.01,0.16 +8616,Ghost in the Shell: Stand Alone Complex,PS2,2004,Adventure,Namco Bandai Games,0.08,0.06,0,0.02,0.16 +8617,Rondo of Swords (US sales),DS,2007,Role-Playing,Success,0.16,0,0,0,0.16 +8618,Bulletstorm,PC,2011,Shooter,Electronic Arts,0.07,0.07,0,0.02,0.16 +8619,Battle Soccer: Field no Hasha,SNES,1992,Sports,Banpresto,0,0,0.16,0,0.16 +8620,Shaun White Skateboarding,X360,2010,Sports,Ubisoft,0.1,0.05,0,0.01,0.16 +8621,MLB 11: The Show,PSP,2011,Sports,Sony Computer Entertainment,0.15,0,0,0.01,0.16 +8622,Vegas Party,Wii,N/A,Misc,Unknown,0.15,0,0,0.01,0.16 +8623,Amped 3,X360,2005,Sports,Take-Two Interactive,0.13,0.02,0,0.01,0.16 +8624,Family Party: 30 Great Games Outdoor Fun,Wii,2009,Misc,D3Publisher,0.14,0.01,0,0.01,0.16 +8625,FlatOut 2,PS2,2006,Racing,Empire Interactive,0.08,0.06,0,0.02,0.16 +8626,Naruto: Ultimate Ninja Heroes 2 - The Phantom Fortress,PSP,2006,Fighting,Atari,0.14,0,0,0.01,0.16 +8627,FIFA Soccer 96,PS,1995,Sports,Electronic Arts,0.09,0.06,0,0.01,0.16 +8628,Burger Island,DS,2008,Action,Destineer,0.15,0,0,0.01,0.16 +8629,Dynasty Warriors 8,X360,2013,Action,Tecmo Koei,0.09,0.05,0,0.01,0.16 +8630,NCAA Final Four 2001,PS,2000,Sports,Sony Computer Entertainment,0.09,0.06,0,0.01,0.16 +8631,Tak and the Guardians of Gross,Wii,2008,Action,THQ,0.15,0,0,0.01,0.16 +8632,Just Dance: Disney Party,X360,2012,Misc,Ubisoft,0.13,0.02,0,0.01,0.16 +8633,LEGO The Lord of the Rings,DS,2012,Action,Warner Bros. Interactive Entertainment,0,0.14,0,0.02,0.16 +8634,Dengeki Bunko Fighting Climax,PS3,2014,Fighting,Sega,0.05,0,0.09,0.01,0.16 +8635,J-League Jikkyou Winning Eleven 2000,PS,2000,Sports,Konami Digital Entertainment,0,0,0.15,0.01,0.16 +8636,Eve: The Lost One,SAT,1998,Adventure,Imagineer,0,0,0.16,0,0.16 +8637,Chessmaster: The Art of Learning,DS,2007,Misc,Ubisoft,0.12,0.03,0,0.01,0.16 +8638,Yu-Gi-Oh! 5D's: Duel Transer,Wii,2010,Strategy,Konami Digital Entertainment,0.11,0.02,0.02,0.01,0.16 +8639,LEGO Legends of Chima: Laval's Journey,PSV,2013,Adventure,Warner Bros. Interactive Entertainment,0.02,0.09,0,0.04,0.16 +8640,Konami Krazy Racers,GBA,2001,Racing,Konami Digital Entertainment,0.09,0.03,0.04,0,0.16 +8641,Saturday Night Slam Masters,SNES,1994,Fighting,Capcom,0,0,0.16,0,0.16 +8642,Blitz: The League II,PS3,2008,Sports,Midway Games,0.11,0.03,0,0.02,0.16 +8643,F-Zero: GP Legend,GBA,2003,Racing,Nintendo,0.11,0.04,0,0,0.16 +8644,Racing Lagoon,PS,1999,Racing,Square,0,0,0.15,0.01,0.16 +8645,Victorious: Hollywood Arts Debut,DS,2011,Misc,D3Publisher,0.14,0.01,0,0.01,0.16 +8646,Mr. Driller 2,GBA,2001,Puzzle,Namco Bandai Games,0,0,0.15,0,0.16 +8647,Just Sing!,DS,2009,Misc,DTP Entertainment,0.14,0.01,0,0.01,0.16 +8648,Darksiders II,WiiU,2012,Action,THQ,0.07,0.07,0,0.01,0.16 +8649,Dragon's Lair Trilogy,Wii,2010,Adventure,Destineer,0.15,0,0,0.01,0.16 +8650,Trivial Pursuit: Bet You Know It,Wii,2011,Misc,Electronic Arts,0.1,0.04,0,0.01,0.16 +8651,Imagine: Ice Champions,DS,2007,Sports,Spike,0.15,0,0,0.01,0.16 +8652,J-League Pro Soccer Club o Tsukurou! 6: Pride of J,PSP,2009,Sports,Sega,0,0,0.16,0,0.16 +8653,Nicktoons: MLB,Wii,2011,Sports,Take-Two Interactive,0.15,0,0,0.01,0.16 +8654,Sniper: Ghost Warrior,PC,2010,Shooter,City Interactive,0,0.13,0,0.03,0.16 +8655,Left Brain Right Brain: Use Both Hands Train Both Sides,DS,2007,Misc,505 Games,0.15,0,0,0.01,0.16 +8656,Rio,PS3,2011,Misc,THQ,0.04,0.09,0,0.03,0.16 +8657,Power Rangers Double Pack,GBA,2005,Action,THQ,0.11,0.04,0,0,0.16 +8658,Mugen Souls,PS3,2012,Role-Playing,Nippon Ichi Software,0.04,0.03,0.08,0.01,0.16 +8659,Yakuza Kiwami,PS4,2016,Adventure,Sega,0,0,0.16,0,0.16 +8660,Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3,PS,1998,Misc,Syscom,0,0,0.15,0.01,0.16 +8661,"BCFX: The Black College Football Xperience, The Doug Williams Edition",X360,2009,Sports,Aspyr,0.15,0,0,0.01,0.16 +8662,FIFA Soccer 97,PS,1996,Sports,Electronic Arts,0.09,0.06,0,0.01,0.16 +8663,Saw II: Flesh & Blood,X360,2010,Action,Konami Digital Entertainment,0.1,0.04,0,0.01,0.16 +8664,Psychic Force,PS,1996,Fighting,Acclaim Entertainment,0.01,0.01,0.13,0.01,0.16 +8665,Trigger Man,PS2,2004,Shooter,Play It,0.08,0.06,0,0.02,0.16 +8666,Bomberman Land Touch! 2,DS,2007,Puzzle,Rising Star Games,0.13,0,0.01,0.01,0.16 +8667,Michael Jackson: The Experience,PSP,2010,Misc,Ubisoft,0.11,0.03,0,0.02,0.16 +8668,The Godfather: Blackhand Edition,Wii,2007,Adventure,Electronic Arts,0.14,0,0,0.01,0.16 +8669,StarBlade α,PS,1995,Shooter,Sony Computer Entertainment,0,0,0.15,0.01,0.16 +8670,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui,PSP,2008,Strategy,Namco Bandai Games,0,0,0.16,0,0.16 +8671,Tiger Woods PGA Tour 2004,GC,2003,Sports,Electronic Arts,0.12,0.03,0,0,0.16 +8672,Monster House,DS,2006,Adventure,THQ,0.14,0.01,0,0.01,0.16 +8673,Angry Birds Star Wars,XOne,2013,Strategy,Activision,0.11,0.04,0,0.01,0.16 +8674,Backyard Sports: Sandlot Sluggers,Wii,2010,Sports,Atari,0.15,0,0,0.01,0.16 +8675,Guilty Gear Xrd: Sign,PS4,2014,Fighting,Arc System Works,0.1,0,0.04,0.02,0.16 +8676,Arcade Zone,Wii,2009,Misc,Activision,0.14,0,0,0.01,0.16 +8677,SpongeBob's Boating Bash,DS,2010,Misc,THQ,0.14,0.01,0,0.01,0.16 +8678,7th Dragon III Code: VFD,3DS,2015,Role-Playing,Sega,0.03,0,0.12,0,0.16 +8679,DiRT 3,PC,2011,Racing,Codemasters,0,0.13,0,0.03,0.16 +8680,Culdcept,3DS,2012,Misc,Nintendo,0,0,0.16,0,0.16 +8681,Birds of Steel,X360,2012,Simulation,Konami Digital Entertainment,0.11,0.04,0,0.01,0.16 +8682,Rudolph the Red-Nosed Reindeer,DS,2010,Action,Crave Entertainment,0.15,0,0,0.01,0.16 +8683,WWE '13,Wii,2012,Action,THQ,0.12,0.02,0,0.01,0.16 +8684,MX 2002 Featuring Ricky Carmichael,GBA,2001,Racing,THQ,0.11,0.04,0,0,0.16 +8685,Halo Triple Pack,XB,2005,Shooter,Microsoft Game Studios,0.12,0.03,0,0.01,0.16 +8686,Street Racer,PS,1996,Racing,Ubisoft,0.09,0.06,0,0.01,0.16 +8687,Bomberman,DS,2005,Puzzle,Ubisoft,0.1,0.02,0.03,0.01,0.16 +8688,NBA 2K3,GC,2002,Sports,Sega,0.12,0.03,0,0,0.16 +8689,Arcana Heart,PS2,2007,Fighting,AQ Interactive,0.06,0.05,0.04,0.02,0.16 +8690,NHL 2005,XB,2004,Sports,Electronic Arts,0.12,0.03,0,0.01,0.16 +8691,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PSP,2010,Sports,Konami Digital Entertainment,0,0,0.16,0,0.16 +8692,Infected,PSP,2005,Shooter,THQ,0.14,0,0,0.01,0.16 +8693,Battlestar Galactica,PS2,2003,Shooter,Vivendi Games,0.08,0.06,0,0.02,0.16 +8694,The Walking Dead: Season One,XOne,2014,Adventure,Telltale Games,0.08,0.06,0,0.01,0.16 +8695,Kingdom Hearts: Birth by Sleep - Final Mix,PSP,2011,Role-Playing,Square Enix,0,0,0.16,0,0.16 +8696,Bust-A-Move Bash!,Wii,2007,Puzzle,505 Games,0.13,0.01,0,0.01,0.16 +8697,Block Party,Wii,2008,Misc,Activision,0.14,0,0,0.01,0.16 +8698,Toriko: Gourmet Monsters!,3DS,2012,Role-Playing,Namco Bandai Games,0,0,0.16,0,0.16 +8699,The Incredible Hulk: The Pantheon Saga,PS,1996,Action,Eidos Interactive,0.09,0.06,0,0.01,0.16 +8700,Darksiders II,PC,2012,Action,Nordic Games,0.03,0.1,0,0.03,0.16 +8701,Megamind: Ultimate Showdown,PS3,2010,Action,THQ,0.07,0.06,0,0.02,0.16 +8702,The Idolm@ster 2,PS3,2011,Misc,Namco Bandai Games,0,0,0.16,0,0.16 +8703,Space Camp,DS,2009,Action,Activision,0.14,0,0,0.01,0.16 +8704,Imagine: Music Fest,DS,2009,Simulation,Ubisoft,0.15,0,0,0.01,0.16 +8705,AC/DC LIVE: Rock Band Track Pack,PS2,2008,Misc,MTV Games,0.08,0.06,0,0.02,0.16 +8706,Senran Kagura: Sh?jo-tachi no Shinei,3DS,2011,Action,Marvelous Interactive,0,0,0.16,0,0.16 +8707,Ultimate Spider-Man,DS,2005,Action,Activision,0.14,0,0,0.01,0.16 +8708,Fist of the North Star: Ken's Rage,X360,2010,Action,Ubisoft Annecy,0.07,0.02,0.06,0.01,0.16 +8709,Jurassic Park: The Game,X360,N/A,Action,Unknown,0.15,0,0,0.01,0.16 +8710,He-Man: Power of Grayskull,GBA,2002,Action,TDK Mediactive,0.11,0.04,0,0,0.16 +8711,WordJong,DS,2007,Puzzle,White Park Bay Software,0.13,0.01,0,0.01,0.16 +8712,Putty Squad,PS4,2013,Platform,System 3,0.06,0.07,0,0.02,0.16 +8713,Polaris SnoCross,PS,2000,Racing,Vatical Entertainment,0.09,0.06,0,0.01,0.16 +8714,Wing Commander III: Heart of the Tiger,PS,1996,Action,Electronic Arts,0.09,0.06,0,0.01,0.16 +8715,Top Spin 4,Wii,2011,Sports,Take-Two Interactive,0.05,0.09,0,0.02,0.16 +8716,Prince of Persia: The Forgotten Sands,DS,2010,Action,Ubisoft,0.14,0.01,0,0.01,0.16 +8717,Mat Hoffman's Pro BMX 2,GBA,2002,Sports,Activision,0.11,0.04,0,0,0.16 +8718,Muppet RaceMania,PS,1999,Racing,Sony Computer Entertainment,0.09,0.06,0,0.01,0.15 +8719,Namco Museum Vol.5,PS,1996,Misc,Sony Computer Entertainment,0.02,0.01,0.12,0.01,0.15 +8720,Courier Crisis,PS,1997,Racing,BMG Interactive Entertainment,0.09,0.06,0,0.01,0.15 +8721,Bleach: Dark Souls,DS,2007,Fighting,Sega,0.12,0.02,0,0.01,0.15 +8722,The Oregon Trail,Wii,2011,Simulation,Crave Entertainment,0.15,0,0,0.01,0.15 +8723,Digimon Battle Spirit 2,GBA,2003,Fighting,Namco Bandai Games,0.11,0.04,0,0,0.15 +8724,Winning Post 3,PS,1998,Racing,Tecmo Koei,0,0,0.14,0.01,0.15 +8725,FIFA 06: Road to FIFA World Cup,X360,2005,Sports,Electronic Arts,0.11,0.02,0.01,0.01,0.15 +8726,Driven,PS2,2001,Racing,BAM! Entertainment,0.08,0.06,0,0.02,0.15 +8727,F.E.A.R. 3,PC,2011,Shooter,Warner Bros. Interactive Entertainment,0.04,0.08,0,0.03,0.15 +8728,de Blob 2,X360,2011,Platform,THQ,0.1,0.04,0,0.01,0.15 +8729,"Warhammer 40,000: Fire Warrior",PS2,2003,Shooter,THQ,0.08,0.06,0,0.02,0.15 +8730,Hot Wheels: Battle Force 5,DS,2009,Racing,Activision,0.13,0.02,0,0.01,0.15 +8731,James Noir's Hollywood Crimes,3DS,2011,Adventure,Ubisoft,0.07,0.07,0,0.02,0.15 +8732,Deadly Premonition,PS3,2010,Action,Rising Star Games,0.08,0.05,0,0.02,0.15 +8733,Bomberman,PSP,2006,Puzzle,Konami Digital Entertainment,0.14,0,0,0.01,0.15 +8734,MTV Music Generator 2,PS2,2001,Misc,Codemasters,0.08,0.06,0,0.02,0.15 +8735,The Quest Trio,DS,2008,Puzzle,Avanquest,0.14,0.01,0,0.01,0.15 +8736,Chaotic: Shadow Warriors,X360,2009,Action,Activision,0.14,0,0,0.01,0.15 +8737,Space Invaders Extreme,DS,2008,Shooter,Square Enix,0.12,0.01,0.01,0.01,0.15 +8738,Burnout 2: Point of Impact,GC,2003,Racing,Acclaim Entertainment,0.12,0.03,0,0,0.15 +8739,Paris-Dakar Rally,PS2,2001,Racing,Acclaim Entertainment,0.08,0.06,0,0.02,0.15 +8740,All-Pro Football 2K8,PS3,2007,Sports,Take-Two Interactive,0.14,0,0,0.01,0.15 +8741,Dragon Ball Z: Harukanaru Densetsu (JP sales),DS,2007,Role-Playing,Namco Bandai Games,0,0,0.15,0,0.15 +8742,Atelier Iris: Eternal Mana,PS2,2004,Role-Playing,Tecmo Koei,0.08,0.06,0,0.02,0.15 +8743,Blinx 2: Masters of Time & Space,XB,2004,Platform,Microsoft Game Studios,0.12,0.03,0,0.01,0.15 +8744,Stormrise,X360,2009,Strategy,Sega,0.11,0.03,0,0.01,0.15 +8745,NHL 2K10,PS3,2009,Sports,Take-Two Interactive,0.13,0.01,0,0.01,0.15 +8746,FIFA Street 2,PSP,2006,Sports,Electronic Arts,0.07,0.06,0,0.03,0.15 +8747,Tak: The Great Juju Challenge,GC,2005,Platform,THQ,0.12,0.03,0,0,0.15 +8748,Deponia,PC,2012,Adventure,Daedalic,0,0.13,0,0.03,0.15 +8749,Harvest Moon: The Lost Valley,3DS,2014,Simulation,Natsume,0.12,0.02,0,0.01,0.15 +8750,Knockout Kings 2003,GC,2002,Sports,Electronic Arts,0.12,0.03,0,0,0.15 +8751,NCAA Football 2004,GC,2003,Sports,Electronic Arts,0.12,0.03,0,0,0.15 +8752,XGIII: Extreme G Racing,GC,2001,Racing,Acclaim Entertainment,0.12,0.03,0,0,0.15 +8753,NHL 17,XOne,2016,Sports,Electronic Arts,0.13,0.01,0,0.02,0.15 +8754,Jewel Quest Solitaire,DS,2009,Puzzle,GSP,0,0.14,0,0.02,0.15 +8755,Metal Gear Solid V: Ground Zeroes,X360,2014,Action,Konami Digital Entertainment,0.07,0.06,0.01,0.01,0.15 +8756,Digimon World 4,PS2,2005,Role-Playing,Atari,0.08,0.06,0,0.02,0.15 +8757,Cars: Race-O-Rama,X360,2009,Racing,THQ,0.14,0.01,0,0.01,0.15 +8758,Disney's Story Studio: Disney's Mulan,PS,1999,Misc,Sony Computer Entertainment,0.09,0.06,0,0.01,0.15 +8759,Klax,2600,1989,Puzzle,Atari,0.14,0.01,0,0,0.15 +8760,Pressure Cooker,2600,1982,Action,Activision,0.14,0.01,0,0,0.15 +8761,Saturn Bomberman,SAT,1996,Puzzle,Sega,0,0,0.15,0,0.15 +8762,Home Run,2600,N/A,Sports,Atari,0.14,0.01,0,0,0.15 +8763,Jikkyou Powerful Pro Yakyuu Portable,PSP,2006,Sports,Konami Digital Entertainment,0,0,0.15,0,0.15 +8764,The Adventures of Tintin: The Game,3DS,2011,Action,Ubisoft,0.05,0.09,0,0.02,0.15 +8765,American Chopper,XB,2004,Racing,Zoo Digital Publishing,0.11,0.03,0,0.01,0.15 +8766,Sonny with a Chance,DS,2010,Action,Disney Interactive Studios,0.12,0.02,0,0.01,0.15 +8767,Murdered: Soul Suspect,PS3,2014,Action,Square Enix,0.05,0.06,0.02,0.02,0.15 +8768,Farm Frenzy: Animal Country,DS,2009,Simulation,City Interactive,0.13,0.01,0,0.01,0.15 +8769,Kingdom Under Fire: Heroes,XB,2005,Strategy,Deep Silver,0.11,0.03,0,0.01,0.15 +8770,Wolfenstein: The Old Blood,XOne,2015,Action,Bethesda Softworks,0.07,0.07,0,0.01,0.15 +8771,The Terminator: Dawn of Fate,XB,2002,Action,Atari,0.11,0.03,0,0.01,0.15 +8772,Cartoon Network Collection: Game Boy Advance Video Special Edition,GBA,2005,Misc,N/A,0.11,0.04,0,0,0.15 +8773,Naruto Shippuden: Legends: Akatsuki Rising,PSP,2009,Fighting,Namco Bandai Games,0.14,0,0,0.01,0.15 +8774,Scooby-Doo! Unmasked,GC,2005,Platform,THQ,0.12,0.03,0,0,0.15 +8775,Streak: Hoverboard Racing,PS,1998,Racing,GT Interactive,0.09,0.06,0,0.01,0.15 +8776,Samurai Warriors: Katana,Wii,2007,Action,Tecmo Koei,0.11,0,0.04,0.01,0.15 +8777,Project Sylpheed: Arc of Deception,X360,2006,Shooter,Microsoft Game Studios,0.12,0.01,0.02,0.01,0.15 +8778,Enthusia Professional Racing,PS2,2005,Racing,Konami Digital Entertainment,0.07,0.06,0,0.02,0.15 +8779,NCAA GameBreaker 2001,PS2,2000,Sports,Sony Computer Entertainment,0.07,0.06,0,0.02,0.15 +8780,Get On Da Mic,PS2,2004,Misc,Eidos Interactive,0.07,0.06,0,0.02,0.15 +8781,Heroes of Mana,DS,2007,Strategy,Square Enix,0.08,0.01,0.05,0.01,0.15 +8782,Jurassic: The Hunted,Wii,2009,Shooter,Activision,0.14,0,0,0.01,0.15 +8783,Army Men: Sarge's War,GC,2004,Shooter,Global Star,0.12,0.03,0,0,0.15 +8784,Horse Life Adventures,Wii,2008,Simulation,Deep Silver,0.13,0.01,0,0.01,0.15 +8785,Amagami,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.15,0,0.15 +8786,Ice Age 2: The Meltdown,DS,2006,Platform,Vivendi Games,0.13,0.01,0,0.01,0.15 +8787,Jikkyou Powerful Pro Yakyuu 2009,PS2,2009,Sports,Konami Digital Entertainment,0,0,0.15,0,0.15 +8788,Blazing Angels 2: Secret Missions of WWII,PS3,2007,Simulation,Ubisoft,0.1,0.03,0,0.02,0.15 +8789,Bigfoot: Collision Course,DS,2009,Racing,Zoo Digital Publishing,0.14,0,0,0.01,0.15 +8790,Marvel Super Hero Squad: The Infinity Gauntlet,X360,2010,Action,THQ,0.12,0.02,0,0.01,0.15 +8791,Kidou Senkan Nadesico,SAT,1997,Strategy,Sega,0,0,0.15,0,0.15 +8792,Tears to Tiara II: Heir of the Overlord,PS3,2013,Role-Playing,Nippon Ichi Software,0.07,0.02,0.06,0.01,0.15 +8793,Frogger's Adventures: The Rescue,GC,2003,Platform,Konami Digital Entertainment,0.12,0.03,0,0,0.15 +8794,The Incredibles: Rise of the Underminer,DS,2005,Action,THQ,0.13,0.01,0,0.01,0.15 +8795,Darksiders,PC,2010,Action,THQ,0.07,0.06,0,0.02,0.15 +8796,The Secret Saturdays: Beasts of the 5th Sun,PS2,2009,Action,D3Publisher,0.05,0.02,0,0.08,0.15 +8797,Countdown: The Game,DS,2009,Puzzle,Mindscape,0,0.14,0,0.01,0.15 +8798,Active Life Explorer,Wii,2010,Sports,Namco Bandai Games,0.14,0,0,0.01,0.15 +8799,MLB Power Pros 2008,PS2,2008,Sports,Konami Digital Entertainment,0.05,0.04,0.05,0.01,0.15 +8800,The Fairly Odd Parents: Clash with the Anti-World,GBA,2005,Adventure,THQ,0.11,0.04,0,0,0.15 +8801,Theatrhythm Dragon Quest,3DS,2015,Misc,Square Enix,0,0,0.15,0,0.15 +8802,Major League Baseball 2K10,DS,2010,Sports,Take-Two Interactive,0.14,0,0,0.01,0.15 +8803,Naruto: Powerful Shippuden,3DS,2012,Platform,Namco Bandai Games,0.08,0.02,0.04,0.01,0.15 +8804,Disney's The Lion King: Simba's Mighty Adventure,PS,2000,Action,Activision,0.08,0.06,0,0.01,0.15 +8805,Family Party: Fitness Fun,Wii,2010,Sports,D3Publisher,0.14,0,0,0.01,0.15 +8806,Thor: God of Thunder,PS3,2011,Action,Sega,0.07,0.06,0,0.02,0.15 +8807,Fantastic Four: Rise of the Silver Surfer,PS3,2007,Action,Take-Two Interactive,0.12,0.02,0,0.02,0.15 +8808,Metal Slug Anthology,Wii,2006,Shooter,Ignition Entertainment,0.12,0.01,0,0.01,0.15 +8809,GoldenEye 007 (2010),DS,2010,Action,Activision,0.11,0.03,0,0.01,0.15 +8810,Jikkyou Powerful Pro Yakyuu 2012,PSP,2012,Action,Konami Digital Entertainment,0,0,0.15,0,0.15 +8811,All Japan Pro Wrestling featuring Virtua,SAT,1997,Fighting,Sega,0,0,0.15,0,0.15 +8812,Rudra no Hihou,SNES,1996,Role-Playing,SquareSoft,0,0,0.15,0,0.15 +8813,Gundam Breaker 2,PSV,2014,Action,Namco Bandai Games,0,0,0.15,0,0.15 +8814,Prince of Persia: The Sands of Time,GBA,2003,Action,Ubisoft,0.11,0.04,0,0,0.15 +8815,Cake Mania: In The Mix!,Wii,2008,Puzzle,Majesco Entertainment,0.14,0,0,0.01,0.15 +8816,Zoids: Battle Legends,GC,2003,Action,Tomy Corporation,0.12,0.03,0,0,0.15 +8817,World Series Baseball 2K3,XB,2003,Sports,Sega,0.11,0.03,0,0.01,0.15 +8818,Serious Sam,XB,2002,Shooter,Take-Two Interactive,0.11,0.03,0,0.01,0.15 +8819,Kowloon's Gate,PS,1997,Adventure,Sony Computer Entertainment,0,0,0.14,0.01,0.15 +8820,Killer7,GC,2005,Action,Capcom,0.12,0.03,0,0,0.15 +8821,Kingdom of Paradise,PSP,2005,Role-Playing,Sony Computer Entertainment,0.14,0,0,0.01,0.15 +8822,Hidden Mysteries: Salem Secrets - Witch Trials of 1692,DS,2010,Puzzle,Astragon,0.09,0.04,0,0.01,0.15 +8823,NBA Street Homecourt,PS3,2007,Sports,Electronic Arts,0.12,0.02,0,0.02,0.15 +8824,The Sims Medieval: Pirates and Nobles,PC,2011,Simulation,Electronic Arts,0.05,0.08,0,0.02,0.15 +8825,The Cursed Crusade,X360,2011,Action,DTP Entertainment,0.08,0.05,0,0.01,0.15 +8826,Super Monkey Ball Adventure,GC,2006,Platform,Sega,0.12,0.03,0,0,0.15 +8827,Kids Learn Math: A+ Edition,DS,2011,Misc,Unknown,0.14,0,0,0.01,0.15 +8828,FIFA Soccer 2002,PS,2001,Sports,Electronic Arts,0.08,0.06,0,0.01,0.15 +8829,Build-A-Bear Workshop: Welcome to Hugsville,DS,2010,Misc,Game Factory,0.14,0,0,0.01,0.15 +8830,Street Fighter Anniversary Collection,XB,2004,Fighting,Capcom,0.11,0.03,0,0.01,0.15 +8831,Final Fantasy XI: Vana'diel Collection 2008,X360,2007,Role-Playing,Square Enix,0.13,0,0.01,0.01,0.15 +8832,Suzumiya Haruhi no Yakusoku,PSP,2007,Adventure,Namco Bandai Games,0,0,0.15,0,0.15 +8833,Shadow Ops: Red Mercury,XB,2004,Shooter,Atari,0.11,0.03,0,0.01,0.15 +8834,Indigo Prophecy,PS2,2005,Adventure,Atari,0.07,0.06,0,0.02,0.15 +8835,Mind Zero,PSV,2013,Role-Playing,GungHo,0.08,0,0.04,0.02,0.15 +8836,World League Soccer,SNES,1991,Sports,Imagineer,0,0,0.15,0,0.15 +8837,NBA ShootOut 2001,PS2,2001,Sports,Sony Computer Entertainment,0.07,0.06,0,0.02,0.15 +8838,Earth Defense Force 2025,X360,2013,Shooter,D3Publisher,0.06,0.04,0.05,0.01,0.15 +8839,Spider-Man: Friend or Foe,Wii,2007,Action,Activision,0.13,0.01,0,0.01,0.15 +8840,Ultimate Board Game Collection,Wii,2007,Misc,Xplosiv,0.14,0,0,0.01,0.15 +8841,Syndicate,PS3,2012,Shooter,EA Games,0.07,0.06,0,0.02,0.15 +8842,Samurai Shodown Anthology,PS2,2008,Fighting,Ignition Entertainment,0.07,0.06,0,0.02,0.15 +8843,NBA 09: The Inside,PS3,2008,Sports,Sony Computer Entertainment,0.14,0,0,0.01,0.15 +8844,Musashi: Samurai Legend,PS2,2005,Role-Playing,Atari,0.07,0.06,0,0.02,0.15 +8845,Saint Seiya: Soldiers' Soul,PS4,2015,Fighting,Namco Bandai Games,0,0.09,0.04,0.02,0.15 +8846,Terraria,PC,2011,Action,Unknown,0,0.13,0,0.02,0.15 +8847,Castlevania: Lords of Shadow - Mirror of Fate,3DS,2013,Action,Konami Digital Entertainment,0.04,0.07,0.03,0.01,0.15 +8848,3rd Super Robot Wars Z: Tengoku-Hen,PS3,2015,Action,Namco Bandai Games,0,0,0.15,0,0.15 +8849,Fantasia: Music Evolved,XOne,2014,Misc,Disney Interactive Studios,0.11,0.03,0,0.01,0.15 +8850,Pokémon: Johto Photo Finish: Game Boy Advance Video,GBA,2004,Misc,N/A,0.11,0.04,0,0,0.15 +8851,F1 2001,PS2,2001,Racing,Electronic Arts,0.07,0.06,0,0.02,0.15 +8852,The Legend of Heroes: Trails of Cold Steel II,PSV,2014,Role-Playing,Nippon Ichi Software,0.02,0,0.13,0.01,0.15 +8853,Top Gun: Combat Zones,GC,2002,Simulation,Titus,0.12,0.03,0,0,0.15 +8854,J-League Victory Goal,SAT,1995,Sports,Sega,0,0,0.15,0,0.15 +8855,Bakugan Battle Brawlers: Defenders of the Core,PSP,2010,Action,Activision,0.09,0.04,0,0.03,0.15 +8856,Oreshika: Tainted Bloodlines,PSV,2014,Role-Playing,Sony Computer Entertainment,0,0,0.15,0,0.15 +8857,White Knight Chronicles: Origins,PSP,2011,Role-Playing,Sony Computer Entertainment,0,0.04,0.09,0.02,0.15 +8858,Return to PopoloCrois: A Story of Seasons Fairytale,3DS,2015,Simulation,Marvelous Entertainment,0.04,0,0.1,0.01,0.15 +8859,Spongebob Squarepants / Fairly Odd Parents Double Pack,GBA,2005,Action,THQ,0.11,0.04,0,0,0.15 +8860,History Civil War: Secret Missions,PS2,2008,Shooter,Activision,0.07,0.06,0,0.02,0.15 +8861,NHL 09,PS2,2008,Sports,Electronic Arts,0.07,0.06,0,0.02,0.15 +8862,Mirror's Edge Catalyst,XOne,2016,Platform,Electronic Arts,0.08,0.05,0,0.02,0.15 +8863,Derby Stallion 64,N64,2001,Sports,Media Factory,0,0,0.15,0,0.15 +8864,Doraemon 3: Nobi Dai no Machi SOS!,N64,2000,Platform,Epoch,0,0,0.09,0.06,0.15 +8865,Space Station Silicon Valley,N64,1997,Adventure,Take-Two Interactive,0.12,0.03,0,0,0.15 +8866,Dark Rift,N64,1997,Fighting,Vic Tokai,0.12,0.03,0,0,0.15 +8867,Tokyo Xanadu,PSV,2015,Role-Playing,Nihon Falcom Corporation,0,0,0.15,0,0.15 +8868,All-Star Baseball 2003,GC,2002,Sports,Acclaim Entertainment,0.12,0.03,0,0,0.15 +8869,Burger Island,Wii,2009,Action,Destineer,0.14,0,0,0.01,0.15 +8870,Petz: Dogz Talent Show,DS,2009,Simulation,Ubisoft,0.14,0,0,0.01,0.15 +8871,T'ai Fu: Wrath of the Tiger,PS,1998,Action,Activision,0.08,0.06,0,0.01,0.15 +8872,Rocky,XB,2002,Fighting,Rage Software,0.11,0.03,0,0.01,0.15 +8873,Ford Racing 2,XB,2003,Racing,Empire Interactive,0.11,0.03,0,0.01,0.15 +8874,Odin Sphere: Leifthrasir,PSV,2016,Role-Playing,Nippon Ichi Software,0.02,0.03,0.08,0.02,0.15 +8875,Sam & Max: Season One,Wii,2008,Adventure,JoWood Productions,0.13,0.01,0,0.01,0.15 +8876,Virtua Tennis 4,Wii,2011,Sports,Sega,0.05,0.08,0,0.02,0.15 +8877,Tetris Attack,SNES,1995,Puzzle,Nintendo,0,0,0.15,0,0.15 +8878,Candace Kane's Candy Factory,Wii,2008,Action,Destineer,0.14,0,0,0.01,0.15 +8879,BloodRayne 2,XB,2004,Shooter,THQ,0.11,0.03,0,0.01,0.15 +8880,Hot Wheels: Beat That!,Wii,2007,Racing,Activision,0.13,0,0,0.01,0.15 +8881,Soldier of Fortune: Payback,PS3,2007,Shooter,Activision,0.12,0.02,0,0.01,0.15 +8882,Jaws Unleashed,XB,2006,Action,THQ,0.11,0.03,0,0.01,0.15 +8883,Pro Yaky? Spirits 6,PS3,2009,Sports,Konami Digital Entertainment,0,0,0.15,0,0.15 +8884,Star Trek: Voyager Elite Force,PS2,2001,Shooter,Codemasters,0.07,0.06,0,0.02,0.15 +8885,X-Men: The Official Game,GC,2006,Action,Activision,0.12,0.03,0,0,0.15 +8886,Brain Boost: Gamma Wave,DS,2005,Puzzle,505 Games,0.14,0,0,0.01,0.15 +8887,Scarface: The World is Yours,Wii,2007,Action,Vivendi Games,0.12,0.01,0,0.01,0.15 +8888,Rock Band: Metal Track Pack,X360,2009,Misc,MTV Games,0.14,0,0,0.01,0.15 +8889,Chessmaster II,PS,1998,Strategy,Mindscape,0.08,0.06,0,0.01,0.15 +8890,All-Star Baseball 2003,GBA,2002,Sports,Acclaim Entertainment,0.11,0.04,0,0,0.15 +8891,Scooby-Doo! Mystery Mayhem,XB,2004,Action,THQ,0.11,0.03,0,0.01,0.15 +8892,Winning Post 4,PS,1999,Sports,Tecmo Koei,0,0,0.14,0.01,0.15 +8893,Major League Baseball 2K13,PS3,2013,Sports,Take-Two Interactive,0.14,0,0,0.01,0.15 +8894,DreamWorks Super Star Kartz,Wii,2011,Racing,Activision,0.1,0.04,0,0.01,0.15 +8895,Pro Baseball Spirits 2015,PS3,2015,Action,Konami Digital Entertainment,0,0,0.15,0,0.15 +8896,187: Ride or Die,PS2,2005,Racing,Ubisoft,0.07,0.06,0,0.02,0.15 +8897,Curious George,GC,2006,Action,Namco Bandai Games,0.11,0.03,0,0,0.15 +8898,Strawberry Shortcake: Game Boy Advance Video Volume 1,GBA,2004,Misc,N/A,0.11,0.04,0,0,0.15 +8899,Armored Core: For Answer,X360,2008,Simulation,Ubisoft,0.06,0.01,0.07,0.01,0.15 +8900,Geist,GC,2005,Adventure,Nintendo,0.11,0.03,0,0,0.15 +8901,eJay Clubworld,PS2,N/A,Misc,Empire Interactive,0.07,0.06,0,0.02,0.15 +8902,Cardinal Syn,PS,1998,Fighting,Sony Computer Entertainment,0.08,0.06,0,0.01,0.15 +8903,Charm Girls Club: Pajama Party,Wii,2009,Misc,Electronic Arts,0.14,0,0,0.01,0.15 +8904,Street Fighter Alpha 3,GBA,2002,Fighting,Capcom,0.11,0.04,0,0,0.15 +8905,The Wizard of Oz: Beyond The Yellow Brick Road,DS,2008,Role-Playing,D3Publisher,0.13,0,0,0.01,0.15 +8906,Mobile Suit Gundam Side Story III: Sabakareshi Mono,SAT,1997,Shooter,Namco Bandai Games,0,0,0.15,0,0.15 +8907,Ridge Racer DS,DS,2004,Racing,Namco Bandai Games,0.14,0,0,0.01,0.15 +8908,Warriors Orochi 3,PS4,2014,Action,Tecmo Koei,0.04,0.05,0.04,0.02,0.15 +8909,Nancy Drew: The White Wolf of Icicle Creek,Wii,2008,Adventure,Sega,0.14,0,0,0.01,0.15 +8910,Super Street Fighter II,GEN,1993,Fighting,Capcom,0,0,0.15,0,0.15 +8911,Metal Gear Solid: Peace Walker HD Edition,PS3,2011,Action,Konami Digital Entertainment,0,0,0.15,0,0.15 +8912,Battle Stadium D.O.N,PS2,2006,Fighting,Namco Bandai Games,0,0,0.15,0,0.15 +8913,No.1 Muscle Ranking - Kinniku Banzuke Vol. 2: Aratanarugenkai Enochousen!,PS,2000,Sports,Konami Digital Entertainment,0,0,0.14,0.01,0.15 +8914,Brain Boost: Beta Wave,DS,2005,Puzzle,505 Games,0.14,0,0,0.01,0.15 +8915,Power Pro Kun Pocket 9,DS,2006,Sports,Konami Digital Entertainment,0,0,0.15,0,0.15 +8916,Rubik's World,Wii,2008,Puzzle,Game Factory,0.13,0.01,0,0.01,0.15 +8917,Gallop & Ride!,Wii,2008,Sports,THQ,0.14,0,0,0.01,0.15 +8918,Shenmue II,DC,2001,Adventure,Sega,0,0,0.15,0,0.15 +8919,Major League Baseball 2K8,PS2,2008,Sports,Bethesda Softworks,0.07,0.06,0,0.02,0.15 +8920,Capcom Classics Collection,XB,2005,Misc,Capcom,0.11,0.03,0,0.01,0.15 +8921,Fugitive Hunter: War on Terror,PS2,2003,Shooter,Play It,0.07,0.06,0,0.02,0.15 +8922,The Incredible Hulk: Ultimate Destruction,GC,2005,Action,Vivendi Games,0.11,0.03,0,0,0.15 +8923,Prince of Persia: The Two Thrones,GC,2005,Action,Ubisoft,0.11,0.03,0,0,0.15 +8924,Ore no Imouto ga Konna ni Kawaii wake ga Nai Portable,PSP,2011,Adventure,Banpresto,0,0,0.15,0,0.15 +8925,Baseball Blast!,Wii,2009,Sports,Take-Two Interactive,0.14,0,0,0.01,0.15 +8926,Pac-Man World 3,XB,2005,Platform,Namco Bandai Games,0.11,0.04,0,0.01,0.15 +8927,The Walking Dead: Season Two,PSV,2014,Adventure,Telltale Games,0.1,0,0.01,0.03,0.15 +8928,Harvest Moon: Hero of Leaf Valley,PSP,2009,Simulation,Rising Star Games,0.07,0.02,0.05,0.02,0.15 +8929,Phantasy Star Online Episode I & II,XB,2003,Role-Playing,Sega,0.11,0.03,0,0.01,0.15 +8930,F1 2012,PC,2012,Racing,Codemasters,0.01,0.11,0,0.03,0.15 +8931,All-Star Baseball 2005,XB,N/A,Sports,Unknown,0.11,0.03,0,0.01,0.15 +8932,Rayman Raving Rabbids,DS,2007,Misc,Ubisoft,0.13,0.01,0,0.01,0.15 +8933,Kung-Fu: High Impact,X360,2011,Action,Black Bean Games,0.08,0.06,0,0.01,0.15 +8934,SNK Arcade Classics Vol. 1,PSP,2008,Misc,Ignition Entertainment,0.13,0,0.01,0.01,0.15 +8935,Darkstalkers Chronicle: The Chaos Tower,PSP,2004,Fighting,Capcom,0.13,0,0,0.01,0.15 +8936,NHL 2K10,X360,2009,Sports,Take-Two Interactive,0.11,0.02,0,0.01,0.15 +8937,Batman Begins,GC,2005,Action,Electronic Arts,0.11,0.03,0,0,0.15 +8938,Toy Story Racer,PS,2001,Racing,Activision,0.08,0.06,0,0.01,0.15 +8939,Yakuza: Ishin,PS4,2014,Action,Sega,0,0,0.15,0,0.15 +8940,F1 2011,PSV,2011,Racing,Codemasters,0.03,0.08,0.01,0.03,0.15 +8941,Disney's Donald Duck: Goin' Quackers,PS,2000,Platform,Ubisoft,0.08,0.06,0,0.01,0.15 +8942,Mobile Suit Gundam: Perfect One Year War,PS,1997,Strategy,Namco Bandai Games,0,0,0.14,0.01,0.15 +8943,Galerians,PS,1999,Adventure,Crave Entertainment,0.08,0.06,0,0.01,0.15 +8944,Crash: Twinsanity,XB,2004,Platform,Vivendi Games,0.11,0.03,0,0.01,0.15 +8945,DrumMania,PS2,2000,Simulation,Konami Digital Entertainment,0,0,0.15,0,0.15 +8946,Yu-Gi-Oh! Nightmare Troubadour (US sales),DS,2005,Action,Konami Digital Entertainment,0.15,0,0,0,0.15 +8947,Code:Realize - Sousei no Himegimi,PSV,2014,Adventure,Idea Factory,0.09,0,0.03,0.03,0.15 +8948,Hoppechan: Tsukutte! Asonde! Punipuni Town!!,3DS,2013,Action,Nippon Columbia,0,0,0.15,0,0.15 +8949,Deus Ex: Mankind Divided,XOne,2016,Role-Playing,Square Enix,0.08,0.06,0,0.01,0.15 +8950,Arena Football,XB,2006,Sports,Electronic Arts,0.11,0.03,0,0.01,0.15 +8951,Tamagotchi no Narikiri Channel,DS,2009,Role-Playing,Namco Bandai Games,0,0,0.15,0,0.15 +8952,Power Pro Kun Pocket 1+2,GBA,2004,Sports,Konami Digital Entertainment,0,0,0.14,0,0.15 +8953,Rayman Origins,3DS,2012,Platform,Ubisoft,0.06,0.08,0,0.01,0.15 +8954,Thor: God of Thunder,X360,2011,Action,Sega,0.09,0.04,0,0.01,0.15 +8955,Medal of Honor: Infiltrator,GBA,2003,Shooter,Electronic Arts,0.11,0.04,0,0,0.15 +8956,Risen 2: Dark Waters,X360,2012,Role-Playing,Deep Silver,0.05,0.08,0,0.01,0.15 +8957,Blazing Dragons,PS,1996,Adventure,Crystal Dynamics,0.08,0.06,0,0.01,0.15 +8958,Geometry Wars: Galaxies,DS,2007,Shooter,Vivendi Games,0.13,0,0,0.01,0.15 +8959,Super Monkey Ball Deluxe,XB,2005,Misc,Sega,0.11,0.03,0,0.01,0.15 +8960,Shin Megami Tensei: Devil Summoner - Soul Hackers,PS,1999,Role-Playing,Atlus,0,0,0.14,0.01,0.15 +8961,Shin Chan: ¡Aventuras de Cine!,DS,2008,Platform,505 Games,0,0,0.15,0,0.15 +8962,Alien: Isolation,PC,2014,Shooter,Sega,0,0.13,0,0.01,0.15 +8963,High Velocity Bowling,PS3,2010,Sports,Sony Computer Entertainment,0.13,0,0,0.01,0.15 +8964,Tamagotchi Collection,DS,2011,Misc,Namco Bandai Games,0,0,0.15,0,0.15 +8965,Pac-Man Party 3D,3DS,2011,Misc,Namco Bandai Games,0.09,0.04,0,0.01,0.15 +8966,"NewU Fitness First Mind Body, Yoga & Pilates Workout",Wii,2010,Sports,Black Bean Games,0.12,0.02,0,0.01,0.15 +8967,Backyard Sports: Sandlot Sluggers,DS,2010,Sports,Atari,0.14,0,0,0.01,0.15 +8968,Turbo Prop Racing,PS,1997,Racing,Sony Computer Entertainment,0.08,0.06,0,0.01,0.15 +8969,Barbie Superpack: Secret Agent / Groovy Games,GBA,2005,Misc,Vivendi Games,0.1,0.04,0,0,0.15 +8970,Tom Clancy's Ghost Recon,GC,2003,Shooter,Ubisoft,0.11,0.03,0,0,0.15 +8971,Dance Dance Revolution (North America),PS,2001,Simulation,Konami Digital Entertainment,0.08,0.06,0,0.01,0.15 +8972,Bakugan Battle Brawlers: Defenders of the Core,X360,2010,Action,Activision,0.11,0.02,0,0.01,0.15 +8973,Mad Dash Racing,XB,2001,Racing,Eidos Interactive,0.11,0.03,0,0.01,0.15 +8974,Dreamworks 2-in-1 Party Pack,DS,2010,Misc,Activision,0.14,0,0,0.01,0.15 +8975,Summon Night 5,PSP,2013,Role-Playing,Namco Bandai Games,0,0,0.15,0,0.15 +8976,MotoGP 2: Ultimate Racing Technology,PS2,2001,Racing,Sony Computer Entertainment,0.07,0.06,0,0.02,0.15 +8977,Black * Rock Shooter: The Game,PSP,2011,Role-Playing,Unknown,0,0,0.15,0,0.15 +8978,Travel Games For Dummies,DS,2008,Misc,Electronic Arts,0.13,0,0,0.01,0.15 +8979,BMX XXX,PS2,2002,Sports,Acclaim Entertainment,0.07,0.06,0,0.02,0.15 +8980,SafeCracker: The Ultimate Puzzle Adventure,DS,2009,Puzzle,The Adventure Company,0.07,0.06,0,0.01,0.15 +8981,Tiger Woods PGA Tour,DS,2004,Sports,Electronic Arts,0.13,0,0,0.01,0.15 +8982,Dragon Ball Z: Idainaru Dragon Ball Densetsu,SAT,1995,Fighting,Namco Bandai Games,0,0,0.15,0,0.15 +8983,Sonic Advance & Sonic Pinball Party Combo Pack,GBA,2005,Misc,Sega,0.1,0.04,0,0,0.15 +8984,Boktai: The Sun is in Your Hand,GBA,2003,Role-Playing,Konami Digital Entertainment,0.1,0.04,0,0,0.15 +8985,Cars: Mater-National Championship,X360,2007,Racing,THQ,0.13,0,0,0.01,0.15 +8986,Making History: The Great War,Wii,2010,Strategy,Namco Bandai Games,0,0,0.15,0,0.15 +8987,Drawn to Life Collection,DS,2010,Misc,THQ,0.14,0,0,0.01,0.15 +8988,Guilty Gear X2 #Reload,XB,2004,Fighting,Zoo Digital Publishing,0.11,0.03,0,0.01,0.15 +8989,Wizardry VII: Gadeia no Houshu,PS,1995,Role-Playing,Sony Computer Entertainment,0,0,0.14,0.01,0.15 +8990,Dynasty Warriors 8: Xtreme Legends,PSV,2013,Action,Tecmo Koei,0.04,0.03,0.05,0.02,0.15 +8991,Moshi Monsters: Katsuma Unleashed,DS,2013,Action,Activision,0,0.13,0,0.02,0.15 +8992,Elf: The Movie,GBA,2004,Action,Crave Entertainment,0.1,0.04,0,0,0.15 +8993,Metal Slug 7,DS,2008,Shooter,Ignition Entertainment,0.13,0,0.01,0.01,0.15 +8994,MLB SlugFest 20-03,GC,2002,Sports,Midway Games,0.11,0.03,0,0,0.15 +8995,Tamagotchi no Appare! Niji Venture,DS,2007,Role-Playing,Namco Bandai Games,0,0,0.14,0,0.14 +8996,Grabbed by the Ghoulies,XB,2003,Action,Microsoft Game Studios,0.11,0.03,0,0.01,0.14 +8997,Ys: The Oath in Felghana,PSP,2010,Role-Playing,Falcom Corporation,0.09,0,0.04,0.01,0.14 +8998,Shadow Hearts: From The New World,PS2,2005,Role-Playing,Ghostlight,0.07,0.06,0,0.02,0.14 +8999,Mega Man Powered Up,PSP,2006,Platform,Capcom,0.12,0.01,0,0.02,0.14 +9000,CSI: 3 Dimensions of Murder,PS2,2007,Adventure,Ubisoft,0.07,0.06,0,0.02,0.14 +9001,Barbarian,PS2,2002,Fighting,Titus,0.07,0.06,0,0.02,0.14 +9002,QuickSpot,DS,2006,Misc,Namco Bandai Games,0.02,0,0.13,0,0.14 +9003,Deception IV: Blood Ties,PSV,2014,Action,Tecmo Koei,0.03,0.03,0.07,0.02,0.14 +9004,Tennis no Oji-Sama: Aim at The Victory!,GBA,2002,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9005,L.A. Rush,XB,2005,Racing,Midway Games,0.11,0.03,0,0.01,0.14 +9006,"Lunar 2: Eternal Blue(sales, but wrong system)",GEN,1994,Role-Playing,Game Arts,0,0,0.14,0,0.14 +9007,Where the Wild Things Are,DS,2009,Platform,Warner Bros. Interactive Entertainment,0.13,0,0,0.01,0.14 +9008,Pipe Dreams 3D,PS,2001,Puzzle,Empire Interactive,0.08,0.05,0,0.01,0.14 +9009,Derby Stallion Gold,3DS,2014,Sports,Kadokawa Shoten,0,0,0.14,0,0.14 +9010,Adventure Time: Explore the Dungeon Because I Don't Know!,3DS,2013,Action,D3Publisher,0.1,0.03,0,0.01,0.14 +9011,Lost Dimension,PSV,2014,Role-Playing,Nippon Ichi Software,0.07,0.03,0.02,0.03,0.14 +9012,Fox Sports Golf '99,PS,1997,Sports,Gremlin Interactive Ltd,0.08,0.05,0,0.01,0.14 +9013,Jurassic: The Hunted,PS2,2009,Shooter,Activision,0.07,0.06,0,0.02,0.14 +9014,Power Rangers: Super Legends,PS2,2007,Action,Disney Interactive Studios,0.07,0.06,0,0.02,0.14 +9015,Sakura Wars GB,GB,2000,Adventure,Media Factory,0,0,0.14,0,0.14 +9016,Shining Force CD,SCD,1994,Strategy,Sega,0,0,0.14,0,0.14 +9017,Rayman 3,GBA,2003,Platform,Ubisoft,0.1,0.04,0,0,0.14 +9018,Fatal Frame,PS2,2001,Action,Wanadoo,0.07,0.06,0,0.02,0.14 +9019,The Fifth Element,PS,1998,Action,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9020,Kung Fu Panda 2,Wii,2011,Action,THQ,0.08,0.05,0,0.01,0.14 +9021,Fast Food Panic,DS,2010,Simulation,Nobilis,0.13,0,0,0.01,0.14 +9022,Diner Dash: Flo on the Go,DS,2009,Puzzle,Zoo Games,0.13,0,0,0.01,0.14 +9023,Adrenalin Misfits,X360,2010,Racing,Konami Digital Entertainment,0.12,0.02,0,0.01,0.14 +9024,Okaeri! Chibi-Robo! Happy Richie Oosouji,DS,2009,Adventure,Nintendo,0,0,0.14,0,0.14 +9025,Wild ARMs 4,PS2,2005,Role-Playing,505 Games,0.07,0.06,0,0.02,0.14 +9026,Haunted House,Wii,2010,Action,Atari,0.13,0,0,0.01,0.14 +9027,Ratatouille,GC,2007,Action,THQ,0.11,0.03,0,0,0.14 +9028,G.I. Joe: The Rise of Cobra,PS2,2009,Action,Electronic Arts,0.11,0,0,0.03,0.14 +9029,Casper: Spirit Dimensions,PS2,2001,Platform,TDK Mediactive,0.07,0.05,0,0.02,0.14 +9030,Super Robot Taisen OG Saga: Endless Frontier (JP sales),DS,2008,Role-Playing,Namco Bandai Games,0,0,0.14,0,0.14 +9031,Sengoku Musou 3 Empires,PS3,2011,Action,Tecmo Koei,0,0,0.14,0,0.14 +9032,Dream Pinball 3D,Wii,2008,Misc,SouthPeak Games,0.1,0.03,0,0.01,0.14 +9033,Thunder Truck Rally,PS,1997,Racing,Psygnosis,0.08,0.05,0,0.01,0.14 +9034,Dishonored,XOne,2015,Action,Bethesda Softworks,0.08,0.05,0,0.01,0.14 +9035,Klonoa: Empire of Dreams,GBA,2001,Platform,Infogrames,0.1,0.04,0,0,0.14 +9036,G.I. Joe: The Rise of Cobra,PSP,2009,Action,Electronic Arts,0.11,0.02,0,0.02,0.14 +9037,Dragon Age: Origins - Ultimate Edition,PC,2010,Role-Playing,Electronic Arts,0,0.12,0,0.02,0.14 +9038,Balloon Pop,DS,2009,Puzzle,UFO Interactive,0.13,0,0,0.01,0.14 +9039,Disney Infinity 2.0: Marvel Super Heroes,PSV,2015,Action,Disney Interactive Studios,0,0.11,0,0.03,0.14 +9040,Iron & Blood,PS,1996,Fighting,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9041,Asphalt: Urban GT 2,DS,2006,Racing,Ubisoft,0.09,0.04,0,0.01,0.14 +9042,Pinball Hall of Fame: The Gottlieb Collection,Wii,2006,Misc,System 3 Arcade Software,0.13,0,0,0.01,0.14 +9043,Second Sight,PS2,2004,Adventure,Codemasters,0.07,0.05,0,0.02,0.14 +9044,Spider-Man: Edge of Time,DS,2011,Action,Activision,0.12,0.01,0,0.01,0.14 +9045,Monster House,PS2,2006,Adventure,THQ,0.07,0.05,0,0.02,0.14 +9046,Phantom Brave,PS2,2004,Role-Playing,Tecmo Koei,0.07,0.05,0,0.02,0.14 +9047,Just Cause,X360,2006,Action,Eidos Interactive,0.1,0.03,0.01,0.01,0.14 +9048,ArmA II,PC,2009,Shooter,505 Games,0,0.12,0,0.03,0.14 +9049,Championship Motocross 2001 featuring Ricky Carmichael,PS,2001,Racing,THQ,0.08,0.05,0,0.01,0.14 +9050,Kenka Banchou 5: Otoko no Housoku,PSP,2011,Action,Spike,0,0,0.14,0,0.14 +9051,Legend of the Guardians: The Owls of Ga'Hoole,DS,2010,Action,Warner Bros. Interactive Entertainment,0.11,0.02,0,0.01,0.14 +9052,Doshin the Giant,GC,2002,Simulation,Nintendo,0,0,0.14,0,0.14 +9053,Shrek 2 and Shark Tale 2-in-1 Pack,GBA,2005,Misc,Activision,0.1,0.04,0,0,0.14 +9054,Star Ocean: Blue Sphere,GB,2001,Role-Playing,Enix Corporation,0,0,0.14,0,0.14 +9055,Mojo!,PS2,2003,Puzzle,Mindscape,0.07,0.05,0,0.02,0.14 +9056,Destroy All Humans! Big Willy Unleashed,Wii,2008,Action,THQ,0.13,0,0,0.01,0.14 +9057,Age of Empires: Collector's Edition,PC,2000,Strategy,Ubisoft,0.02,0.1,0,0.02,0.14 +9058,Ford Racing Off Road,PSP,2008,Racing,Xplosiv,0.05,0.08,0,0.02,0.14 +9059,Kamen Rider Ryuki,PS,2002,Action,Namco Bandai Games,0,0,0.13,0.01,0.14 +9060,Front Mission Alternative,PS,1997,Strategy,SquareSoft,0,0,0.13,0.01,0.14 +9061,World Championship Poker: Howard Lederer - All In,PSP,2006,Misc,505 Games,0.13,0,0,0.01,0.14 +9062,FIFA Soccer 2005,GC,2004,Sports,Electronic Arts,0.11,0.03,0,0,0.14 +9063,Cave Story 3D,3DS,2011,Platform,Nippon Ichi Software,0.09,0.03,0.01,0.01,0.14 +9064,The Orange Box,PC,2007,Shooter,Electronic Arts,0,0.11,0,0.03,0.14 +9065,Super Dodgeball Brawlers,DS,2008,Sports,Arc System Works,0.13,0,0,0.01,0.14 +9066,Victorious Boxers: Revolution,Wii,2007,Fighting,Ubisoft,0.07,0,0.06,0.01,0.14 +9067,Record of Agarest War 2,PS3,2010,Role-Playing,Compile Heart,0.09,0,0.04,0.01,0.14 +9068,SBK 2011: FIM Superbike World Championship,PS3,2011,Racing,Black Bean Games,0.01,0.1,0,0.03,0.14 +9069,Power Stone,DC,1998,Fighting,Eidos Interactive,0,0,0.14,0,0.14 +9070,Jonny Moseley Mad Trix,PS2,2001,Sports,3DO,0.07,0.05,0,0.02,0.14 +9071,Monster Lab,DS,2008,Role-Playing,Eidos Interactive,0.12,0.01,0,0.01,0.14 +9072,Uta no * Prince-Sama: Repeat,PSP,2011,Adventure,Broccoli,0,0,0.14,0,0.14 +9073,Senran Kagura Burst: Guren no Sh?jo-tachi,3DS,2012,Action,Marvelous Entertainment,0,0,0.14,0,0.14 +9074,MTV Music Generator 3: This Is the Remix,PS2,2004,Misc,Codemasters,0.07,0.05,0,0.02,0.14 +9075,Cake Mania 3,DS,2009,Simulation,Majesco Entertainment,0.13,0,0,0.01,0.14 +9076,.hack//Link,PSP,2010,Role-Playing,Namco Bandai Games,0,0,0.14,0,0.14 +9077,Terminator 3: Rise of the Machines,XB,2003,Action,Atari,0.11,0.03,0,0.01,0.14 +9078,Star Wars: Knights of the Old Republic,PC,2003,Role-Playing,LucasArts,0.01,0.1,0,0.02,0.14 +9079,SSX On Tour,XB,2005,Sports,Electronic Arts,0.11,0.03,0,0.01,0.14 +9080,NCAA College Basketball 2K3,XB,2002,Sports,Sega,0.11,0.03,0,0.01,0.14 +9081,Class of Heroes,PSP,2008,Role-Playing,Acquire,0.06,0,0.08,0.01,0.14 +9082,Yogi Bear: The Video Game,DS,2010,Action,D3Publisher,0.1,0.03,0,0.01,0.14 +9083,Our House Party!,Wii,N/A,Simulation,Unknown,0.13,0,0,0.01,0.14 +9084,The Legend of Heroes II: Prophecy of the Moonlight Witch,PSP,2004,Role-Playing,Namco Bandai Games,0.03,0,0.11,0,0.14 +9085,Cranium Kabookii,Wii,2007,Misc,Ubisoft,0.13,0,0,0.01,0.14 +9086,Hero's Saga Laevatein Tactics,DS,2008,Role-Playing,GungHo,0.13,0,0,0.01,0.14 +9087,Doom,GBA,2001,Shooter,Activision,0.1,0.04,0,0,0.14 +9088,Gundam Breaker 2,PS3,2014,Action,Namco Bandai Games,0,0,0.14,0,0.14 +9089,TRINITY: Souls of Zill O'll,PS3,2010,Role-Playing,Ubisoft Annecy,0.06,0.03,0.03,0.02,0.14 +9090,Mary-Kate and Ashley: Winners Circle,PS,2001,Action,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9091,PaRappa The Rapper 2,PS2,2001,Misc,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9092,Hexyz Force,PSP,2009,Role-Playing,Atlus,0.07,0,0.06,0.01,0.14 +9093,OutRun 2,XB,2004,Racing,Sega,0.11,0.03,0,0.01,0.14 +9094,Okami,PS3,2012,Action,Capcom,0,0,0.14,0,0.14 +9095,Marvel vs. Capcom 2: New Age of Heroes,DC,2000,Fighting,Virgin Interactive,0,0,0.14,0,0.14 +9096,Hitman: Blood Money,XB,2006,Action,Eidos Interactive,0.11,0.03,0,0.01,0.14 +9097,Soukaigi,PS,1998,Role-Playing,SquareSoft,0,0,0.13,0.01,0.14 +9098,Naruto Shippuden: Ninja Destiny 3,DS,2006,Fighting,D3Publisher,0,0.01,0.13,0,0.14 +9099,Xevious 3D/G+,PS,1997,Shooter,Sony Computer Entertainment,0.01,0.01,0.11,0.01,0.14 +9100,Pipe Mania,PS2,2008,Puzzle,Empire Interactive,0.07,0.05,0,0.02,0.14 +9101,Gretzky NHL 06,PSP,2005,Sports,Sony Computer Entertainment,0.13,0,0,0.01,0.14 +9102,Shonen Jump's Shaman King: Master of Spirits,GBA,2004,Role-Playing,Konami Digital Entertainment,0.1,0.04,0,0,0.14 +9103,PANGYA: Fantasy Golf,PSP,2009,Sports,Takara Tomy,0.09,0,0.04,0.01,0.14 +9104,NFL Blitz 20-03,XB,2002,Sports,Midway Games,0.11,0.03,0,0.01,0.14 +9105,Sumikko Gurashi: Omise Hajimerundesu,3DS,2015,Action,Nippon Columbia,0,0,0.14,0,0.14 +9106,Pirates: The Legend of Black Kat,PS2,2002,Adventure,Electronic Arts,0.07,0.05,0,0.02,0.14 +9107,Fur Fighters: Viggo's Revenge,PS2,2001,Action,Acclaim Entertainment,0.07,0.05,0,0.02,0.14 +9108,Krull,2600,1982,Action,Atari,0.13,0.01,0,0,0.14 +9109,Yu-Gi-Oh! Monster Capture GB,GB,2000,Role-Playing,Konami Digital Entertainment,0,0,0.14,0,0.14 +9110,Risen,PC,2009,Role-Playing,Deep Silver,0,0.11,0,0.03,0.14 +9111,Top Spin 3,DS,2008,Action,D3Publisher,0.11,0.02,0,0.01,0.14 +9112,Zapper: One Wicked Cricket!,GBA,2002,Platform,Infogrames,0.1,0.04,0,0,0.14 +9113,The Da Vinci Code,PS2,2006,Action,Take-Two Interactive,0.07,0.05,0,0.02,0.14 +9114,Watch Dogs,WiiU,2014,Action,Ubisoft,0.08,0.05,0,0.01,0.14 +9115,Mr. Driller: Drill Spirits,DS,2004,Puzzle,Nintendo,0.08,0,0.05,0.01,0.14 +9116,Arctic Tale,DS,2007,Adventure,Zoo Digital Publishing,0.13,0,0,0.01,0.14 +9117,Scooby-Doo! Night of 100 Frights,XB,2003,Platform,THQ,0.11,0.03,0,0.01,0.14 +9118,MX vs. ATV Reflex,DS,2009,Racing,THQ,0.13,0,0,0.01,0.14 +9119,Anno 1701: Dawn of Discovery,DS,2007,Simulation,Touchstone,0.07,0.06,0,0.02,0.14 +9120,Chicken Shoot,DS,2007,Action,Zoo Digital Publishing,0.13,0,0,0.01,0.14 +9121,Dead to Rights,GC,2002,Shooter,Electronic Arts,0.11,0.03,0,0,0.14 +9122,Sphinx and the Cursed Mummy,GC,2003,Action,THQ,0.11,0.03,0,0,0.14 +9123,Cabela's Outdoor Adventures (2009),PS2,2009,Sports,Activision Value,0.07,0.05,0,0.02,0.14 +9124,T.R.A.G. - Tactical Rescue Assault Group: Mission of Mercy,PS,1998,Adventure,Sunsoft,0.08,0.05,0,0.01,0.14 +9125,Naruto RPG 2: Chidori vs Rasengan,DS,2005,Role-Playing,Tomy Corporation,0,0,0.14,0,0.14 +9126,Destruction Derby Raw,PS,2000,Racing,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9127,Project V6,PS,1998,Strategy,General Entertainment,0,0,0.13,0.01,0.14 +9128,Farming Simulator 2012,3DS,2012,Action,Excalibur Publishing,0,0.12,0,0.02,0.14 +9129,NFL Head Coach 09,PS3,2008,Sports,Electronic Arts,0.13,0,0,0.01,0.14 +9130,World Tour Soccer 2003,PS2,2002,Sports,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9131,Akiba's Trip,PSP,2011,Adventure,Acquire,0,0,0.14,0,0.14 +9132,Bravo Air Race,PS,1997,Racing,THQ,0.08,0.05,0,0.01,0.14 +9133,Onimusha Essentials,PS2,2008,Action,Capcom,0.07,0.05,0,0.02,0.14 +9134,Blazing Angels 2: Secret Missions of WWII,X360,2007,Simulation,Ubisoft,0.11,0.02,0,0.01,0.14 +9135,Gundam: The Battle Master,PS,1997,Fighting,Namco Bandai Games,0,0,0.13,0.01,0.14 +9136,Spyro: A Hero's Tail,XB,2004,Platform,Vivendi Games,0.11,0.03,0,0.01,0.14 +9137,¡Shin Chan Flipa en colores!,DS,2007,Platform,505 Games,0,0,0.14,0,0.14 +9138,Just Cause 3,PC,2015,Action,Square Enix,0.03,0.11,0,0.01,0.14 +9139,Eternal Poison,PS2,2008,Role-Playing,Banpresto,0.07,0.05,0,0.02,0.14 +9140,Lord of the Rings: Tactics,PSP,2005,Strategy,Electronic Arts,0.11,0.02,0,0.02,0.14 +9141,X-Blades,X360,2009,Action,SouthPeak Games,0.1,0.02,0.02,0.01,0.14 +9142,Gretzky NHL 06,PS2,2005,Sports,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9143,Gungrave: Overdose,PS2,2004,Shooter,Play It,0.07,0.05,0,0.02,0.14 +9144,Kidou Senshi Gundam: Shin Gihren no Yabou,PSP,2011,Strategy,Namco Bandai Games,0,0,0.14,0,0.14 +9145,How to Train Your Dragon,X360,2010,Action,Activision,0.11,0.02,0,0.01,0.14 +9146,Your Shape: Fitness Evolved 2013,WiiU,2012,Action,Ubisoft,0.06,0.07,0,0.01,0.14 +9147,My Fitness Coach: Club,PS3,2011,Sports,Ubisoft,0,0.1,0,0.04,0.14 +9148,NBA ShootOut 2002,PS,2001,Sports,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9149,SingStar Vol. 3,PS3,2008,Misc,Sony Computer Entertainment,0,0.11,0,0.03,0.14 +9150,The Granstream Saga,PS,1997,Role-Playing,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9151,Scene It? Bright Lights! Big Screen!,Wii,2009,Misc,Warner Bros. Interactive Entertainment,0.13,0,0,0.01,0.14 +9152,"Holy Invasion of Privacy, Badman! What Did I Do to Deserve This?",PSP,2007,Role-Playing,Nippon Ichi Software,0,0,0.13,0,0.14 +9153,WCW Backstage Assault,N64,N/A,Action,Unknown,0.11,0.03,0,0,0.14 +9154,Micro Machines 64 Turbo,N64,1999,Racing,Codemasters,0.11,0.03,0,0,0.14 +9155,Bassmasters 2000,N64,1999,Sports,THQ,0.11,0.03,0,0,0.14 +9156,Baldur's Gate: Dark Alliance,GC,2002,Role-Playing,Virgin Interactive,0.11,0.03,0,0,0.14 +9157,Bio FREAKS,N64,1998,Action,GT Interactive,0.11,0.03,0,0,0.14 +9158,Eternal Eyes,PS,1999,Role-Playing,Sunsoft,0.08,0.05,0,0.01,0.14 +9159,Injustice: Gods Among Us,PSV,2013,Fighting,Warner Bros. Interactive Entertainment,0.11,0.01,0,0.02,0.14 +9160,Fate/Unlimited Codes,PS2,2008,Fighting,Capcom,0,0,0.14,0,0.14 +9161,Atari's Greatest Hits: Volume 1,DS,2010,Misc,Atari,0.13,0,0,0.01,0.14 +9162,The Operative: No One Lives Forever,PS2,2002,Shooter,Electronic Arts,0.07,0.05,0,0.02,0.14 +9163,International Cricket 2010,X360,2010,Sports,Codemasters,0,0.12,0,0.02,0.14 +9164,Epidemic,PS,1995,Shooter,Sony Computer Entertainment,0.02,0.01,0.1,0.01,0.14 +9165,Monster House,GC,2006,Adventure,THQ,0.11,0.03,0,0,0.14 +9166,Dead or Alive 2,DC,2000,Fighting,Acclaim Entertainment,0,0,0.14,0,0.14 +9167,Buck Fever,Wii,2009,Sports,Destineer,0.13,0,0,0.01,0.14 +9168,NCAA Basketball Final Four 97,PS,1997,Sports,Mindscape,0.08,0.05,0,0.01,0.14 +9169,Ecco the Dolphin: Defender of the Future,PS2,2002,Adventure,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9170,Heroes over Europe,X360,2009,Simulation,Ubisoft,0.1,0.03,0,0.01,0.14 +9171,The Bombing Islands,PS,1997,Platform,Kemco,0.08,0.05,0,0.01,0.14 +9172,Earth Defense Force 2: Invaders from Planet Space,PSP,2011,Action,D3Publisher,0,0,0.14,0,0.14 +9173,Bejeweled 3,PS3,N/A,Puzzle,Unknown,0.13,0,0,0.01,0.14 +9174,Monster Jam,DS,2007,Racing,Activision,0.13,0,0,0.01,0.14 +9175,Robots,DS,2005,Action,Vivendi Games,0.12,0.01,0,0.01,0.14 +9176,Gyakuten Saiban 2,GBA,2002,Action,Capcom,0,0,0.14,0,0.14 +9177,Godzilla: Save the Earth,XB,2004,Fighting,Atari,0.1,0.03,0,0,0.14 +9178,Skylanders Giants,3DS,2012,Action,Activision,0.12,0.01,0,0.01,0.14 +9179,Eragon,X360,2006,Action,Vivendi Games,0.12,0.01,0,0.01,0.14 +9180,Micro Machines,PS2,2002,Racing,Atari,0.07,0.05,0,0.02,0.14 +9181,Detective Barbie: The Mystery Cruise,PS,1999,Adventure,Mattel Interactive,0.08,0.05,0,0.01,0.14 +9182,Jim Henson's the Muppets: On With the Show!,GBA,2003,Action,TDK Mediactive,0.1,0.04,0,0,0.14 +9183,Desire,SAT,1997,Adventure,Imadio,0,0,0.14,0,0.14 +9184,Valhalla Knights: Eldar Saga,Wii,2009,Role-Playing,Rising Star Games,0.1,0.01,0.01,0.01,0.14 +9185,Lips: I Love The 80s,X360,2010,Misc,Microsoft Game Studios,0,0.12,0,0.02,0.14 +9186,Monster Hunter Diary: Poka Poka Airou Village DX,3DS,2015,Action,Capcom,0,0,0.14,0,0.14 +9187,Frank Thomas Big Hurt Baseball,PS,1996,Sports,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9188,Tim Burton's The Nightmare Before Christmas: The Pumpkin King,GBA,2005,Platform,Disney Interactive Studios,0.1,0.04,0,0,0.14 +9189,Power Pro Kun Pocket 8,DS,2005,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9190,Sid Meier's Pirates!,XB,2005,Strategy,Take-Two Interactive,0.11,0.03,0,0.01,0.14 +9191,Enclave,XB,2002,Adventure,Swing! Entertainment,0.11,0.03,0,0.01,0.14 +9192,Bottom of the 9th,PS,1996,Sports,Konami Digital Entertainment,0.08,0.05,0,0.01,0.14 +9193,Pro Yaky? Spirits 2014,PS3,2014,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9194,Dino Crisis 3,XB,2003,Action,Capcom,0.08,0.03,0.03,0,0.14 +9195,Syberia,DS,2008,Action,Mindscape,0.1,0.02,0,0.01,0.14 +9196,Zoobles! Spring to Life!,DS,2011,Misc,Activision,0.1,0.02,0,0.01,0.14 +9197,NFL Blitz 20-03,GC,2002,Sports,Midway Games,0.11,0.03,0,0,0.14 +9198,The King of Fighters '94 (CD),NG,1993,Fighting,SNK,0,0,0.14,0,0.14 +9199,The Walking Dead: Season Two,XOne,2014,Adventure,Telltale Games,0.08,0.05,0,0.01,0.14 +9200,Master Jin Jin's IQ Challenge,DS,2006,Misc,505 Games,0.13,0,0,0.01,0.14 +9201,The Darkness II,PC,2012,Shooter,Take-Two Interactive,0.1,0.03,0,0.01,0.14 +9202,Create,X360,2010,Action,Electronic Arts,0.1,0.03,0,0.01,0.14 +9203,Karaoke Revolution Glee: Volume 3,X360,2011,Misc,Konami Digital Entertainment,0.13,0,0,0.01,0.14 +9204,Barbie Explorer,PS,2001,Platform,Unknown,0.08,0.05,0,0.01,0.14 +9205,Rango: The Video Game,Wii,2011,Action,Electronic Arts,0.08,0.04,0,0.01,0.14 +9206,Disney's Chicken Little,XB,2005,Platform,Disney Interactive Studios,0.1,0.03,0,0,0.14 +9207,Power Gig: Rise of the SixString,PS3,2010,Misc,Unknown,0.13,0,0,0.01,0.14 +9208,Transformers: Prime,WiiU,2012,Action,Activision,0.09,0.03,0,0.01,0.14 +9209,Agile Warrior F-111X,PS,1995,Simulation,Virgin Interactive,0.08,0.05,0,0.01,0.14 +9210,NCIS,X360,2011,Adventure,Ubisoft,0.1,0.03,0,0.01,0.14 +9211,Jikkyou Powerful Pro Yakyuu Wii,Wii,2007,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9212,Reality Fighters,PSV,2012,Fighting,Sony Computer Entertainment,0.06,0.06,0,0.03,0.14 +9213,Dynasty Warriors 7: Empires,PS3,2012,Action,Ubisoft Annecy,0,0,0.14,0,0.14 +9214,Cabela's African Safari,X360,2006,Sports,Activision Value,0.13,0,0,0.01,0.14 +9215,Ben 10 Galactic Racing,DS,2011,Racing,D3Publisher,0.1,0.03,0,0.01,0.14 +9216,College Hoops 2K8,PS3,2007,Sports,Take-Two Interactive,0.13,0,0,0.01,0.14 +9217,Super Puzzle Fighter II Turbo,PS,1996,Puzzle,Virgin Interactive,0.08,0.05,0,0.01,0.14 +9218,Ninjatown,DS,2008,Strategy,SouthPeak Games,0.12,0,0,0.01,0.14 +9219,Star Wars: Jedi Power Battles,GBA,2002,Action,THQ,0.1,0.04,0,0,0.14 +9220,Ultimate Muscle - The Kinnikuman Legacy: Legends vs New Generation,GC,2002,Fighting,Namco Bandai Games,0.04,0.01,0.08,0,0.14 +9221,Hard Rock Casino,PSP,2007,Misc,Oxygen Interactive,0.12,0,0,0.01,0.14 +9222,Space Venus starring Morning Musume,PS2,2001,Misc,Sony Music Entertainment,0,0,0.14,0,0.14 +9223,To Heart,PS,1999,Adventure,Aqua Plus,0,0,0.13,0.01,0.14 +9224,Wild ARMs XF,PSP,2007,Role-Playing,505 Games,0.07,0,0.06,0.01,0.14 +9225,Doukyuusei,TG16,1995,Adventure,NEC,0,0,0.14,0,0.14 +9226,RockMan & Forte,SNES,1998,Platform,Capcom,0,0,0.14,0,0.14 +9227,Persona 4: Arena Ultimax,PS3,2014,Fighting,Atlus,0,0.01,0.13,0,0.14 +9228,NBA 2K13,WiiU,2012,Sports,Take-Two Interactive,0.08,0.04,0,0.01,0.14 +9229,Science Papa,Wii,2009,Misc,Activision,0.12,0.01,0,0.01,0.14 +9230,Yu-Gi-Oh! Nightmare Troubadour (JP sales),DS,2005,Action,Konami Digital Entertainment,0,0.04,0.1,0,0.14 +9231,MySims Collection,Wii,2010,Misc,Electronic Arts,0.13,0,0,0.01,0.14 +9232,Cities: Skylines,PC,2015,Simulation,Paradox Interactive,0,0.13,0,0.01,0.14 +9233,Football Manager 2012,PSP,2011,Sports,Sega,0,0.1,0,0.04,0.14 +9234,Ape Escape Academy (jp sales),PSP,2004,Misc,Sony Computer Entertainment,0,0,0.13,0,0.14 +9235,FIFA 06 Soccer,GC,2005,Sports,Electronic Arts,0.11,0.03,0,0,0.14 +9236,Rayman Arena,GC,2002,Racing,Ubisoft,0.11,0.03,0,0,0.14 +9237,PaRappa The Rapper,PSP,2006,Misc,Sony Computer Entertainment,0.1,0,0.02,0.01,0.14 +9238,4x4 EVO 2,GC,2002,Racing,Vivendi Games,0.11,0.03,0,0,0.14 +9239,X-Blades,PS3,2009,Action,SouthPeak Games,0.07,0.03,0.02,0.02,0.14 +9240,Pro Yakyuu Netsu Star 2006,PS2,2006,Sports,Namco Bandai Games,0,0,0.14,0,0.14 +9241,The History Channel: Civil War - A Nation Divided,X360,2006,Shooter,Activision,0.13,0,0,0.01,0.14 +9242,Zetta Hero Project: Unlosing Ranger vs. Darkdeath Evilman,PSP,2010,Role-Playing,Nippon Ichi Software,0.07,0,0.06,0.01,0.14 +9243,Cyber Sled,PS,1995,Action,Sony Computer Entertainment,0,0,0.13,0.01,0.14 +9244,Puyo Puyo!! 20th Anniversary,DS,2011,Puzzle,Sega,0,0,0.14,0,0.14 +9245,Famista Returns,3DS,2015,Sports,Namco Bandai Games,0,0,0.14,0,0.14 +9246,Bust-A-Move Deluxe,PSP,2006,Puzzle,505 Games,0.13,0,0,0.01,0.14 +9247,I Spy: Universe,DS,2010,Puzzle,Scholastic Inc.,0.13,0,0,0.01,0.14 +9248,Shining Soul,GBA,2002,Role-Playing,Atari,0.03,0.01,0.09,0,0.14 +9249,Littlest Pet Shop: Spring,DS,2009,Simulation,Electronic Arts,0.12,0,0,0.01,0.14 +9250,The Amazing Race,Wii,2010,Misc,Ubisoft,0.13,0,0,0.01,0.14 +9251,Alvin and the Chipmunks,DS,2007,Misc,Brash Entertainment,0.12,0,0,0.01,0.14 +9252,Far Cry: Primal,PC,2016,Action,Ubisoft,0.04,0.09,0,0.01,0.14 +9253,Bejeweled 3,X360,N/A,Puzzle,Unknown,0.13,0,0,0.01,0.14 +9254,Need for Speed Underground 2,DS,2005,Racing,Electronic Arts,0.11,0.02,0,0.01,0.14 +9255,Dead Rising 2,PC,2010,Action,Capcom,0.1,0.02,0,0.01,0.14 +9256,Let's Cheer,X360,2011,Misc,Take-Two Interactive,0.12,0,0,0.01,0.14 +9257,Happy Feet,Wii,2006,Action,Midway Games,0.12,0,0,0.01,0.14 +9258,In the Hunt,PS,1995,Shooter,THQ,0.03,0.02,0.07,0.01,0.14 +9259,Daytona USA Championship Circuit Edition,SAT,1995,Racing,Sega,0,0,0.14,0,0.14 +9260,Major League Baseball 2K8,Wii,2008,Sports,Take-Two Interactive,0.13,0,0,0.01,0.14 +9261,Marvel vs. Capcom 2: New Age of Heroes,XB,2002,Fighting,Capcom,0.09,0.03,0.01,0,0.14 +9262,SNK vs. Capcom: The Match of the Millennium,PS2,2006,Fighting,Sega,0,0.02,0,0.12,0.14 +9263,BlazBlue: Chrono Phantasma Extend,PS4,2015,Action,PQube,0.07,0.03,0.02,0.02,0.14 +9264,Alone in the Dark: Inferno,PS3,2008,Adventure,Atari,0.09,0.03,0,0.02,0.14 +9265,Rogue Warrior,PS3,2009,Shooter,Bethesda Softworks,0.11,0.02,0,0.01,0.14 +9266,Singstar: Ultimate Party,PS3,2014,Misc,Sony Computer Entertainment Europe,0,0.12,0,0.02,0.14 +9267,The X-Factor,PS3,2010,Misc,Deep Silver,0,0.1,0,0.03,0.14 +9268,Fear Factor: Unleashed,GBA,2004,Action,Hip Interactive,0.1,0.04,0,0,0.14 +9269,Avatar: The Last Airbender - The Burning Earth,X360,2007,Action,THQ,0.11,0.01,0,0.01,0.14 +9270,Vampire Moon: The Mystery of the Hidden Sun,DS,2010,Adventure,City Interactive,0.12,0.01,0,0.01,0.14 +9271,Paws & Claws: Pet Vet 2,DS,2007,Simulation,THQ,0.13,0,0,0.01,0.14 +9272,G.I. Joe: The Rise of Cobra,DS,2009,Action,Electronic Arts,0.11,0.01,0,0.01,0.14 +9273,Football Manager 2014,PSV,2013,Sports,Sega,0,0.1,0,0.04,0.14 +9274,BIT.TRIP SAGA,3DS,2011,Misc,Rising Star Games,0.09,0.04,0,0.01,0.14 +9275,Touch My Katamari,PSV,2011,Puzzle,Namco Bandai Games,0.08,0.04,0,0.02,0.14 +9276,MotoGP '06,X360,2006,Racing,THQ,0.11,0.01,0,0.01,0.14 +9277,Houshinengi,PS,1998,Strategy,Tecmo Koei,0,0,0.13,0.01,0.14 +9278,7th Dragon,DS,2009,Role-Playing,Sega,0,0,0.14,0,0.14 +9279,Pet Pals: Animal Doctor,Wii,2008,Simulation,JoWood Productions,0.13,0,0,0.01,0.14 +9280,LEGO Island Xtreme Stunts,GBA,2002,Racing,LEGO Media,0.1,0.04,0,0,0.14 +9281,Cruise Ship Vacation Games,Wii,2009,Puzzle,Avanquest,0.13,0,0,0.01,0.14 +9282,Yu-Gi-Oh! GX: Tag Force,PSP,2006,Strategy,Konami Digital Entertainment,0.09,0.03,0,0.02,0.14 +9283,Gourmet Chef: Cook Your Way to Fame,DS,2008,Misc,Ubisoft,0.13,0,0,0.01,0.14 +9284,Learn Math,DS,2009,Puzzle,DreamCatcher Interactive,0.13,0,0,0.01,0.14 +9285,Nitrobike,Wii,2008,Racing,Ubisoft,0.11,0.01,0,0.01,0.14 +9286,Magnetica,DS,2006,Puzzle,Nintendo,0.08,0.01,0.03,0.01,0.14 +9287,World Soccer Winning Eleven 9 Bonus Pack,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.14,0,0.14 +9288,UEFA Euro 2004: Portugal,PS2,2004,Sports,Electronic Arts,0.07,0.05,0,0.02,0.14 +9289,Hot Wheels: World Race,GBA,2003,Racing,THQ,0.1,0.04,0,0,0.14 +9290,MLB 14: The Show,PSV,2014,Sports,Sony Computer Entertainment America,0.11,0,0,0.02,0.14 +9291,Dragon Age Origins: Awakening,PC,2010,Role-Playing,Electronic Arts,0.01,0.1,0,0.02,0.14 +9292,Scene It? Bright Lights! Big Screen!,X360,2009,Misc,Warner Bros. Interactive Entertainment,0.12,0,0,0.01,0.14 +9293,NBA Jam,XB,2003,Sports,Acclaim Entertainment,0.1,0.03,0,0,0.14 +9294,Shining Resonance,PS3,2014,Role-Playing,Sega,0,0,0.14,0,0.14 +9295,World Tour Soccer 2002,PS2,2001,Sports,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9296,Interactive Sampler Disc 6,PS,1997,Misc,Sony Computer Entertainment,0.08,0.05,0,0.01,0.14 +9297,Let's Play Ballerina,DS,2010,Sports,Deep Silver,0.13,0,0,0.01,0.14 +9298,Wild Earth: African Safari,Wii,2008,Simulation,Majesco Entertainment,0.11,0.02,0,0.01,0.14 +9299,Apex,XB,2003,Racing,Atari,0.1,0.03,0,0,0.14 +9300,Kamen Rider Battle: Ganbaride,DS,2010,Strategy,Namco Bandai Games,0,0,0.14,0,0.14 +9301,Tomb Raider: The Prophecy,GBA,2002,Action,Ubisoft,0.1,0.04,0,0,0.14 +9302,Vampire Night,PS2,2001,Shooter,Sony Computer Entertainment,0.07,0.05,0,0.02,0.14 +9303,Kororinpa: Marble Mania,Wii,2006,Puzzle,Nintendo,0.08,0.02,0.03,0.01,0.14 +9304,Open Season,DS,2006,Platform,Ubisoft,0.12,0,0,0.01,0.14 +9305,Guilty Gear,PS,1998,Fighting,Virgin Interactive,0.03,0.02,0.07,0.01,0.14 +9306,Battlefield: Hardline,PC,2015,Shooter,Electronic Arts,0,0.13,0,0.01,0.14 +9307,Game Party: Champions,WiiU,2012,Action,Warner Bros. Interactive Entertainment,0.09,0.03,0,0.01,0.14 +9308,Divinity II: The Dragon Knight Saga,X360,2010,Role-Playing,Focus Home Interactive,0.11,0.02,0,0.01,0.14 +9309,World Championship Poker 2: Featuring Howard Lederer,PSP,2005,Misc,505 Games,0.12,0,0,0.01,0.14 +9310,Mary-Kate and Ashley: Crush Course,PS,2001,Action,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9311,NHL Breakaway 98,PS,1996,Sports,Acclaim Entertainment,0.08,0.05,0,0.01,0.14 +9312,Disney's Cinderella: Magical Dreams,GBA,N/A,Platform,Disney Interactive Studios,0.1,0.04,0,0,0.14 +9313,Top Shot Arcade,Wii,2011,Shooter,Activision,0.13,0,0,0.01,0.14 +9314,Imagine: Fashion Stylist,DS,2010,Simulation,Ubisoft,0.13,0,0,0.01,0.14 +9315,Pro Evolution Soccer 2015,XOne,2014,Sports,Konami Digital Entertainment,0.02,0.1,0,0.01,0.14 +9316,Red Orchestra 2: Heroes of Stalingrad,PC,2011,Shooter,Tripwire Interactive,0.04,0.07,0,0.02,0.14 +9317,Tiger Woods PGA Tour 2005,GC,2004,Sports,Electronic Arts,0.1,0.03,0,0,0.14 +9318,Deepak Chopra's Leela,Wii,2011,Misc,THQ,0.11,0.01,0,0.01,0.14 +9319,Tom Clancy's Ghost Recon,Wii,2010,Shooter,Ubisoft,0.11,0.01,0,0.01,0.14 +9320,007: Quantum of Solace,DS,2008,Action,Activision,0.11,0.01,0,0.01,0.14 +9321,Salt Lake 2002,PS2,2002,Sports,Eidos Interactive,0.07,0.05,0,0.02,0.14 +9322,ESPN MLB Baseball,XB,2004,Sports,Sega,0.1,0.03,0,0,0.14 +9323,NCIS,Wii,2011,Adventure,Ubisoft,0.08,0.04,0,0.01,0.14 +9324,Little League World Series Baseball 2009,DS,2009,Sports,Activision,0.13,0,0,0.01,0.14 +9325,Gladius,XB,2003,Strategy,Activision,0.1,0.03,0,0,0.14 +9326,Legends of Wrestling,XB,2002,Fighting,Acclaim Entertainment,0.1,0.03,0,0,0.14 +9327,Queen's Gate: Spiral Chaos,PSP,2011,Role-Playing,Namco Bandai Games,0,0,0.14,0,0.14 +9328,Nayuta no Kiseki,PSP,2012,Action,Nihon Falcom Corporation,0,0,0.14,0,0.14 +9329,Back At The Barnyard: Slop Bucket Games,DS,2008,Sports,THQ,0.12,0,0,0.01,0.14 +9330,Quick Yoga Training,DS,2008,Misc,Ubisoft,0.13,0,0,0.01,0.14 +9331,Fashion Studio: Paris Collection,DS,2009,Misc,Ubisoft,0.13,0,0,0.01,0.13 +9332,Legendary,PS3,2008,Shooter,Atari,0.08,0.03,0,0.02,0.13 +9333,Spy Hunter 2,XB,2003,Racing,Midway Games,0.1,0.03,0,0,0.13 +9334,Peppa Pig: Fun and Games,Wii,2010,Misc,Ubisoft,0,0.12,0,0.02,0.13 +9335,Backyard Soccer,PS,2001,Sports,Infogrames,0.07,0.05,0,0.01,0.13 +9336,Final Fantasy XI: Rise of the Zilart,PS2,2003,Role-Playing,Square Enix,0,0,0.13,0,0.13 +9337,James Bond 007: Nightfire,GBA,2003,Shooter,Electronic Arts,0.1,0.04,0,0,0.13 +9338,Nobunaga no Yabou: Tendou,PS3,2010,Strategy,Tecmo Koei,0,0,0.13,0,0.13 +9339,Medalot 7,3DS,2012,Action,Rocket Company,0,0,0.13,0,0.13 +9340,Bio FREAKS,PS,1998,Action,GT Interactive,0.07,0.05,0,0.01,0.13 +9341,Castlevania Chronicles,PS,2001,Platform,Konami Digital Entertainment,0.07,0.05,0,0.01,0.13 +9342,Suzumiya Haruhi no Tomadoi,PS2,2008,Adventure,Banpresto,0,0,0.13,0,0.13 +9343,MLB Power Pros 2008,Wii,2008,Sports,Konami Digital Entertainment,0.12,0,0.01,0.01,0.13 +9344,NHL 2K8,X360,2007,Sports,Take-Two Interactive,0.11,0.01,0,0.01,0.13 +9345,Dokapon Kingdom,Wii,2008,Role-Playing,Sting,0.12,0,0,0.01,0.13 +9346,Bratz,GBA,2002,Platform,Ubisoft,0.1,0.04,0,0,0.13 +9347,Go Play: Circus Star,Wii,2009,Action,Majesco Entertainment,0.12,0,0,0.01,0.13 +9348,King Arthur,PS2,2004,Action,Konami Digital Entertainment,0.07,0.05,0,0.02,0.13 +9349,Winter Stars,Wii,2011,Sports,Deep Silver,0.06,0.07,0,0.01,0.13 +9350,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 1: CR Shinseiki Evangelion,PS2,2005,Misc,D3Publisher,0,0,0.13,0,0.13 +9351,The Guy Game,PS2,2004,Misc,Gathering of Developers,0.07,0.05,0,0.02,0.13 +9352,Rurouni Kenshin: Enjou! Kyoto Rinne,PS2,2006,Action,Banpresto,0,0,0.13,0,0.13 +9353,Blade II,XB,2002,Action,Activision,0.1,0.03,0,0,0.13 +9354,Suikoden: Tsumugareshi Hyakunen no Toki,PSP,2012,Role-Playing,Konami Digital Entertainment,0,0,0.13,0,0.13 +9355,Baseball Advance,GBA,2002,Sports,Sega,0.1,0.04,0,0,0.13 +9356,Shonen Jump's One Piece: Grand Battle,PS2,2005,Fighting,Atari,0.07,0.05,0,0.02,0.13 +9357,Retro Atari Classics,DS,2005,Misc,Atari,0.12,0,0,0.01,0.13 +9358,NHL 2K9,PS3,2008,Sports,Take-Two Interactive,0.11,0.01,0,0.01,0.13 +9359,Pro Yaky? Spirits 6,PS2,2009,Sports,Konami Digital Entertainment,0,0,0.13,0,0.13 +9360,Freddi Fish: ABC under the sea,DS,2008,Misc,Atari,0.13,0,0,0.01,0.13 +9361,Puzzle Kingdoms,DS,2009,Puzzle,Zoo Digital Publishing,0.12,0,0,0.01,0.13 +9362,Shovel Knight,3DS,2015,Platform,Yacht Club Games,0.07,0.04,0.01,0.01,0.13 +9363,Hyperdimension Idol Neptunia PP,PSV,2013,Misc,Namco Bandai Games,0.04,0.03,0.04,0.02,0.13 +9364,Paperboy / Rampage,GBA,2005,Misc,Zoo Digital Publishing,0.1,0.04,0,0,0.13 +9365,Shiren the Wanderer 4 - God's Eye and the Demon's Navel,DS,2010,Role-Playing,Spike,0,0,0.13,0,0.13 +9366,Ben 10 Galactic Racing,3DS,2011,Racing,D3Publisher,0.07,0.06,0,0.01,0.13 +9367,Sentou Kokka Air Land Battle,PS,1995,Strategy,Sony Computer Entertainment,0,0,0.13,0.01,0.13 +9368,NTRA Breeders' Cup World Thoroughbred Championships,PS2,2005,Simulation,Bethesda Softworks,0.07,0.05,0,0.02,0.13 +9369,Tak 2: The Staff of Dreams,XB,2004,Platform,THQ,0.1,0.03,0,0,0.13 +9370,Hulk Hogan's Main Event,X360,2011,Fighting,505 Games,0.1,0.02,0,0.01,0.13 +9371,Transformers: Devastation,XOne,2015,Action,Activision,0.09,0.03,0,0.01,0.13 +9372,Euro Truck Simulator 2,PC,2012,Action,SCS Software,0,0.12,0,0.02,0.13 +9373,DmC: Devil May Cry,XOne,2015,Action,Capcom,0.08,0.04,0,0.01,0.13 +9374,WipeOut 3 The Game,WiiU,2012,Action,Activision,0.12,0,0,0.01,0.13 +9375,Ys: The Ark of Napishtim,PS2,2005,Role-Playing,Konami Digital Entertainment,0.07,0.05,0,0.02,0.13 +9376,Peter Jackson's King Kong: The Official Game of the Movie,DS,2005,Action,Ubisoft,0.12,0,0,0.01,0.13 +9377,Brain Assist,DS,2007,Misc,Sega,0.12,0,0,0.01,0.13 +9378,Azure Dreams,PS,1997,Role-Playing,Konami Digital Entertainment,0.07,0.05,0,0.01,0.13 +9379,Rumble Roses XX,X360,2006,Fighting,Konami Digital Entertainment,0.07,0.01,0.04,0.01,0.13 +9380,Space Camp,Wii,2009,Action,Activision,0.12,0,0,0.01,0.13 +9381,SingStar Latino,PS2,2007,Misc,Sony Computer Entertainment,0.07,0.05,0,0.02,0.13 +9382,Bakugan: Battle Trainer,DS,2010,Action,Activision,0.12,0,0,0.01,0.13 +9383,Phantom Brave: We Meet Again,Wii,2009,Role-Playing,Nippon Ichi Software,0.12,0,0.01,0.01,0.13 +9384,Monster Rancher DS,DS,2008,Role-Playing,Tecmo Koei,0.08,0,0.05,0.01,0.13 +9385,Kurt Warner's Arena Football Unleashed,PS,2000,Sports,Midway Games,0.07,0.05,0,0.01,0.13 +9386,Suite PreCure: Melody Collection,DS,2011,Misc,Namco Bandai Games,0,0,0.13,0,0.13 +9387,Shin Megami Tensei: Devil Summoner 2 - Raidou Kuzunoha vs. King Abaddon,PS2,2008,Role-Playing,Atlus,0.07,0.05,0,0.02,0.13 +9388,NHL 2K9,PS2,2008,Sports,Take-Two Interactive,0.07,0.05,0,0.02,0.13 +9389,Venetica,X360,2010,Role-Playing,DTP Entertainment,0.09,0.03,0,0.01,0.13 +9390,Disney's Kim Possible: Kimmunicator,DS,2005,Platform,Disney Interactive Studios,0.11,0.01,0,0.01,0.13 +9391,James Bond 007: Legends,WiiU,2012,Shooter,Activision,0.07,0.05,0,0.01,0.13 +9392,Rogue Ops,XB,2003,Action,Kemco,0.1,0.03,0,0,0.13 +9393,NBA Hoopz,PS,2001,Sports,Midway Games,0.07,0.05,0,0.01,0.13 +9394,Transworld Surf,XB,N/A,Sports,Atari,0.1,0.03,0,0,0.13 +9395,Rugby 15,PS3,2015,Sports,Bigben Interactive,0.02,0.09,0,0.02,0.13 +9396,MLB 11: The Show,PS2,2011,Sports,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9397,Castrol Honda Superbike Racing,PS,1998,Racing,THQ,0.07,0.05,0,0.01,0.13 +9398,History Civil War: Secret Missions,X360,2008,Shooter,Activision,0.12,0,0,0.01,0.13 +9399,Army Men: Green Rogue,PS2,2001,Action,3DO,0.06,0.05,0,0.02,0.13 +9400,My Spanish Coach,PSP,2008,Misc,Ubisoft,0.12,0,0,0.01,0.13 +9401,Chessmaster,XB,2004,Misc,Ubisoft,0.1,0.03,0,0,0.13 +9402,Over the Hedge: Hammy Goes Nuts!,DS,2006,Platform,Activision,0.12,0,0,0.01,0.13 +9403,Fatal Inertia,X360,2007,Racing,Tecmo Koei,0.12,0,0,0.01,0.13 +9404,Superman: The Man of Steel,XB,2002,Action,Atari,0.1,0.03,0,0,0.13 +9405,Ken to Mahou to Gakuen Mono. 3,PSP,2010,Role-Playing,Acquire,0,0,0.13,0,0.13 +9406,Greg Hastings Paintball 2,Wii,2010,Shooter,505 Games,0.12,0,0,0.01,0.13 +9407,The Flintstones: Bedrock Bowling,PS,2000,Sports,Ubisoft,0.07,0.05,0,0.01,0.13 +9408,Teenage Mutant Ninja Turtles: Danger of the Ooze,3DS,2014,Adventure,Activision,0.08,0.04,0,0.01,0.13 +9409,NHL 2003,GC,2002,Sports,Electronic Arts,0.1,0.03,0,0,0.13 +9410,Chicken Run,PS,2000,Adventure,Eidos Interactive,0.07,0.05,0,0.01,0.13 +9411,Scene It? Bright Lights! Big Screen!,PS3,2009,Misc,Warner Bros. Interactive Entertainment,0.1,0.01,0,0.01,0.13 +9412,My Baby: First Steps,Wii,2009,Simulation,SouthPeak Games,0.12,0,0,0.01,0.13 +9413,Pro Baseball Spirits 2015,PSV,2015,Action,Konami Digital Entertainment,0,0,0.13,0,0.13 +9414,Shining Force III,SAT,1997,Strategy,Sega,0,0,0.13,0,0.13 +9415,Jikkyou Powerful Pro Yakyuu 2011 Ketteiban,PSP,2011,Sports,Konami Digital Entertainment,0,0,0.13,0,0.13 +9416,Tales of the Heroes: Twin Brave,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.13,0,0.13 +9417,WWE Survivor Series,GBA,2004,Fighting,THQ,0.09,0.04,0,0,0.13 +9418,Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS 2,DS,2006,Action,Sega,0,0,0.13,0,0.13 +9419,Super Robot Wars BX,3DS,2015,Action,Namco Bandai Games,0,0,0.13,0,0.13 +9420,Persona 4: Arena,X360,2012,Fighting,Atlus,0.08,0.02,0.03,0.01,0.13 +9421,Tomb Raider: Legend,XB,2006,Action,Eidos Interactive,0.1,0.03,0,0,0.13 +9422,Nagano Winter Olympics '98,PS,1997,Sports,Konami Digital Entertainment,0.07,0.05,0,0.01,0.13 +9423,Destroy All Humans! Path of the Furon,X360,2008,Action,THQ,0.08,0.04,0,0.01,0.13 +9424,Winning Post 5,PS2,2001,Sports,Tecmo Koei,0,0,0.13,0,0.13 +9425,Star Wars: Lethal Alliance,PSP,2006,Action,Ubisoft,0.11,0.01,0,0.01,0.13 +9426,Midnight Mysteries: The Edgar Allan Poe Conspiracy,DS,2010,Adventure,Foreign Media Games,0.08,0.04,0,0.01,0.13 +9427,All Star Cheer Squad 2,Wii,2009,Sports,THQ,0.12,0,0,0.01,0.13 +9428,Frogger Beyond,GC,2002,Platform,Konami Digital Entertainment,0.1,0.03,0,0,0.13 +9429,RPG Maker II,PS2,2002,Role-Playing,Enterbrain,0.06,0.05,0,0.02,0.13 +9430,Resident Evil: Revelations 2,PSV,2015,Action,Capcom,0.01,0.05,0.06,0.01,0.13 +9431,SpongeBob's Surf & Skate Roadtrip,DS,2011,Action,THQ,0.11,0.02,0,0.01,0.13 +9432,Destruction Derby Arenas,PS2,2004,Racing,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9433,Cabela's Dangerous Hunts 2009,X360,2008,Sports,Activision,0.12,0,0,0.01,0.13 +9434,The Unholy War,PS,1998,Strategy,Eidos Interactive,0.07,0.05,0,0.01,0.13 +9435,Chuck E. Cheese's Game Room,DS,2010,Misc,UFO Interactive,0.12,0,0,0.01,0.13 +9436,Wantame Music Channel: Doko Demo Style,DS,2007,Misc,Capcom,0,0,0.13,0,0.13 +9437,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,GBA,2005,Platform,Ubisoft,0.09,0.03,0,0,0.13 +9438,Shaman King: Power of Spirit,PS2,2004,Adventure,Konami Digital Entertainment,0.06,0.05,0,0.02,0.13 +9439,Eat Lead: The Return of Matt Hazard,PS3,2009,Shooter,D3Publisher,0.09,0.02,0,0.01,0.13 +9440,Attack on Titan (KOEI),PSV,2016,Action,Tecmo Koei,0,0,0.13,0,0.13 +9441,Soccer Tsuku DS: World Challenge 2010,DS,2010,Sports,Sega,0,0,0.13,0,0.13 +9442,Family Fortunes,Wii,2009,Misc,Mindscape,0,0.12,0,0.01,0.13 +9443,Megamind: The Blue Defender,PSP,2010,Adventure,THQ,0.08,0.03,0,0.02,0.13 +9444,Contra III: The Alien Wars,SNES,1992,Shooter,Konami Digital Entertainment,0,0,0.13,0,0.13 +9445,Dead to Rights: Reckoning,PSP,2005,Shooter,Electronic Arts,0.12,0,0,0.01,0.13 +9446,The BIGS 2,PS3,2009,Sports,Take-Two Interactive,0.12,0,0,0.01,0.13 +9447,Slime MoriMori Dragon Quest 3: Taikaizoku to Shippo Dan,3DS,2011,Role-Playing,Square Enix,0,0,0.13,0,0.13 +9448,Amagami,PS2,2009,Adventure,Enterbrain,0,0,0.13,0,0.13 +9449,Diablo II,PC,2000,Role-Playing,Havas Interactive,0.01,0.09,0,0.02,0.13 +9450,How to Train Your Dragon 2,PS3,2014,Adventure,Little Orbit,0.03,0.08,0,0.02,0.13 +9451,NBA 08,PS3,2007,Sports,Sony Computer Entertainment,0.12,0,0,0.01,0.13 +9452,The Smurfs 2,X360,2013,Platform,Ubisoft,0.03,0.09,0,0.01,0.13 +9453,NeverDead,PS3,2012,Shooter,Konami Digital Entertainment,0.06,0.04,0.01,0.02,0.13 +9454,No Fear Downhill Mountain Biking,PS,1998,Sports,Codemasters,0.07,0.05,0,0.01,0.13 +9455,Fire ProWrestling,GBA,2001,Fighting,Spike,0.09,0.03,0,0,0.13 +9456,Eternal Poison (JP sales),PS2,2008,Role-Playing,Banpresto,0,0,0.13,0,0.13 +9457,Mission: Impossible - Operation Surma,XB,2003,Platform,Atari,0.1,0.03,0,0,0.13 +9458,Naruto Shippuden: Kizuna Drive,PSP,2010,Action,Namco Bandai Games,0.04,0.02,0.05,0.02,0.13 +9459,The IdolM@ster: One for All,PS3,2014,Misc,Namco Bandai Games,0,0,0.13,0,0.13 +9460,MX 2002 Featuring Ricky Carmichael,XB,2001,Racing,THQ,0.1,0.03,0,0,0.13 +9461,Indianapolis 500 Legends,Wii,2007,Racing,Destineer,0.12,0,0,0.01,0.13 +9462,Romance of the Three Kingdoms IV: Wall of Fire,PS,1995,Strategy,Tecmo Koei,0.05,0.03,0.04,0.01,0.13 +9463,Illusion of Gaia,SNES,1993,Role-Playing,Nintendo,0,0,0.13,0,0.13 +9464,Steel Battalion: Heavy Armor,X360,2012,Misc,Capcom,0.08,0.03,0.02,0.01,0.13 +9465,Academy of Champions: Soccer,Wii,2009,Sports,Ubisoft,0.1,0.02,0,0.01,0.13 +9466,Mega Man Anniversary Collection,XB,2005,Platform,Capcom,0.1,0.03,0,0,0.13 +9467,Disney Princess: Enchanting Storybooks,DS,2011,Misc,THQ,0.08,0.04,0,0.01,0.13 +9468,Sally's Salon,DS,2008,Simulation,Capcom,0.12,0,0,0.01,0.13 +9469,The Oregon Trail,3DS,2011,Simulation,Crave Entertainment,0.12,0,0,0.01,0.13 +9470,Disruptor,PS,1995,Shooter,Interplay,0.07,0.05,0,0.01,0.13 +9471,NBA Ballers: Chosen One,PS3,2008,Sports,Midway Games,0.12,0,0,0.01,0.13 +9472,Lovely Lisa and Friends,DS,2010,Simulation,Tomy Corporation,0.12,0,0,0.01,0.13 +9473,Hasbro Family Fun Pack,XOne,2015,Misc,Ubisoft,0.1,0.02,0,0.01,0.13 +9474,Shrek Smash n' Crash Racing,GC,2006,Racing,Activision,0.1,0.03,0,0,0.13 +9475,Under Night In-Birth,PS3,2014,Fighting,Nippon Ichi Software,0.06,0.02,0.04,0.02,0.13 +9476,Drakengard 2,PS2,2005,Role-Playing,Ubisoft,0.06,0.05,0,0.02,0.13 +9477,Street Fighter IV,PC,N/A,Fighting,Capcom,0.07,0.04,0,0.02,0.13 +9478,Grand Knights History,PSP,2011,Role-Playing,Marvelous Interactive,0,0,0.13,0,0.13 +9479,Harvest Moon DS (jp sales),DS,2005,Simulation,Rising Star Games,0,0,0.13,0,0.13 +9480,Summon Night: Twin Age,DS,2007,Role-Playing,Banpresto,0.07,0,0.05,0.01,0.13 +9481,Sin and Punishment,N64,2000,Shooter,Nintendo,0,0,0.13,0,0.13 +9482,NBA Jam 2000,N64,1999,Sports,Acclaim Entertainment,0.12,0.01,0,0,0.13 +9483,Castlevania: Legacy of Darkness,N64,1999,Platform,Konami Digital Entertainment,0.06,0.02,0.05,0,0.13 +9484,Just Dance: Disney Party,Wii,2012,Misc,Ubisoft,0.01,0.1,0,0.02,0.13 +9485,Cabela's Alaskan Adventure,X360,2006,Sports,Activision,0.12,0,0,0.01,0.13 +9486,Rango: The Video Game,X360,2011,Action,Electronic Arts,0.06,0.06,0,0.01,0.13 +9487,Shrek Super Party,XB,2002,Misc,TDK Mediactive,0.1,0.03,0,0,0.13 +9488,Sonic Riders,XB,2006,Racing,Sega,0.1,0.03,0,0,0.13 +9489,Shimano Xtreme Fishing,Wii,2009,Sports,Mastiff,0.12,0,0,0.01,0.13 +9490,The History Channel: Great Battles - Medieval,X360,2010,Strategy,Slitherine Software,0.08,0.04,0,0.01,0.13 +9491,TRON: Evolution,PSP,2010,Action,Disney Interactive Studios,0.09,0.02,0,0.02,0.13 +9492,Rally Fusion: Race of Champions,PS2,2002,Racing,Activision,0.06,0.05,0,0.02,0.13 +9493,Barbie and the Three Musketeers,DS,2009,Adventure,Activision,0.12,0,0,0.01,0.13 +9494,Secret Agent Clank,PSP,2008,Platform,Sony Computer Entertainment,0.04,0.03,0.04,0.02,0.13 +9495,The House of the Dead,SAT,1997,Shooter,Sega,0,0,0.13,0,0.13 +9496,DreamWorks Super Star Kartz,DS,2011,Racing,Activision,0.09,0.03,0,0.01,0.13 +9497,RealSports Volleyball,2600,1981,Sports,Atari,0.12,0.01,0,0,0.13 +9498,Heroes of the Pacific,XB,2005,Simulation,Codemasters,0.1,0.03,0,0,0.13 +9499,Smart Boy's Gameroom,DS,2007,Misc,505 Games,0.12,0,0,0.01,0.13 +9500,NightCaster,XB,2002,Action,Microsoft Game Studios,0.1,0.03,0,0,0.13 +9501,RollerCoaster Tycoon,XB,2003,Strategy,Atari,0.1,0.03,0,0,0.13 +9502,FIFA World Cup Germany 2006,GC,2006,Sports,Electronic Arts,0.1,0.03,0,0,0.13 +9503,Hitman 2: Silent Assassin,GC,2003,Action,Eidos Interactive,0.1,0.03,0,0,0.13 +9504,MLB 13: The Show,PSV,2013,Sports,Sony Computer Entertainment,0.11,0,0,0.02,0.13 +9505,Nicktoons: MLB,X360,2011,Sports,Take-Two Interactive,0.12,0,0,0.01,0.13 +9506,Digimon Racing,GBA,2004,Racing,Namco Bandai Games,0.09,0.03,0,0,0.13 +9507,Ape Escape 3,PS2,2005,Platform,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9508,Green Lantern: Rise of the Manhunters,X360,2011,Action,Warner Bros. Interactive Entertainment,0.07,0.05,0,0.01,0.13 +9509,"Crouching Tiger, Hidden Dragon",PS2,2003,Action,Ubisoft,0.06,0.05,0,0.02,0.13 +9510,Last Bronx,SAT,1996,Fighting,Sega,0,0,0.13,0,0.13 +9511,Iridion II,GBA,2003,Shooter,Vivendi Games,0.09,0.03,0,0,0.13 +9512,Momotaro Douchuuki,SAT,1997,Misc,Hudson Soft,0,0,0.13,0,0.13 +9513,Brothers: A Tale of Two Sons,PS4,2015,Adventure,505 Games,0.03,0.08,0,0.02,0.13 +9514,Tom Clancy's Splinter Cell: Double Agent,Wii,2006,Action,Ubisoft,0.1,0.01,0,0.01,0.13 +9515,Whiplash,PS2,2003,Racing,Eidos Interactive,0.06,0.05,0,0.02,0.13 +9516,BlazBlue: Continuum Shift II,PSP,2011,Fighting,PQube,0.03,0.02,0.07,0.01,0.13 +9517,Backyard Sports Football: Rookie Rush,Wii,2010,Sports,Atari,0.12,0,0,0.01,0.13 +9518,Warcraft III: Reign of Chaos,PC,2002,Strategy,Vivendi Games,0.03,0.08,0,0.02,0.13 +9519,Farming Simulator 2011,PC,2010,Simulation,N/A,0,0.13,0,0,0.13 +9520,Margot's Word Brain,Wii,2008,Puzzle,Zoo Digital Publishing,0.12,0,0,0.01,0.13 +9521,Spider-Man: Battle for New York,DS,2006,Platform,Activision,0.12,0,0,0.01,0.13 +9522,Imagine: Fashion Designer,3DS,2011,Simulation,Ubisoft,0.1,0.02,0,0.01,0.13 +9523,Pop'n Music Portable,PSP,2010,Misc,Konami Digital Entertainment,0,0,0.13,0,0.13 +9524,Nintendo Puzzle Collection,GC,N/A,Puzzle,Unknown,0,0,0.13,0,0.13 +9525,Borderlands: Double Game Add-On Pack,X360,2010,Shooter,Take-Two Interactive,0.1,0.02,0,0.01,0.13 +9526,Otogi: Myth of Demons,XB,2002,Action,Sega,0.08,0.02,0.03,0,0.13 +9527,The Price is Right 2010 Edition,DS,2009,Misc,Ubisoft,0.12,0,0,0.01,0.13 +9528,Army Men: Soldiers of Misfortune,Wii,2008,Shooter,Zoo Games,0.12,0,0,0.01,0.13 +9529,Alter Echo,PS2,2003,Shooter,THQ,0.06,0.05,0,0.02,0.13 +9530,Walt Disney Pictures Presents: The Wild,GBA,2006,Platform,Disney Interactive Studios,0.09,0.03,0,0,0.13 +9531,Puzzle de Harvest Moon,DS,2007,Puzzle,Natsume,0.12,0,0,0.01,0.13 +9532,Reader Rabbit Kindergarten,Wii,2010,Misc,Graffiti,0.12,0,0,0.01,0.13 +9533,Onechanbara: Bikini Samurai Squad,X360,2006,Action,D3Publisher,0.11,0.01,0,0.01,0.13 +9534,Metal Max 3,DS,2010,Role-Playing,Enterbrain,0,0,0.13,0,0.13 +9535,Rock Band Track Pack Volume 1,PS2,2008,Misc,MTV Games,0.06,0.05,0,0.02,0.13 +9536,Puyo Puyo!! 20th Anniversary,3DS,2011,Puzzle,Sega,0,0,0.13,0,0.13 +9537,Hour of Victory,X360,2007,Shooter,Midway Games,0.1,0.01,0,0.01,0.13 +9538,Namco Soccer Prime Goal,PS,1995,Sports,Sony Computer Entertainment,0,0,0.12,0.01,0.13 +9539,NBA 08,PS2,2007,Sports,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9540,Dragon Quest Heroes II: Twin Kings and the Prophecy's End,PS3,2016,Action,Square Enix,0,0,0.13,0,0.13 +9541,Monster Hunter Frontier Online,X360,2010,Role-Playing,Capcom,0,0,0.13,0,0.13 +9542,Green Lantern: Rise of the Manhunters,3DS,2011,Action,Warner Bros. Interactive Entertainment,0.09,0.03,0,0.01,0.13 +9543,Shin Megami Tensei: Digital Devil Saga,PS2,2004,Role-Playing,Ghostlight,0.06,0.05,0,0.02,0.13 +9544,7 Wonders of the Ancient World,DS,2007,Puzzle,Funsta,0.1,0.01,0,0.01,0.13 +9545,Backyard Baseball '09,DS,2008,Sports,Atari,0.12,0,0,0.01,0.13 +9546,Puppies 3D,3DS,2011,Misc,Ubisoft,0.08,0.04,0,0.01,0.13 +9547,Jissen Pachi-Slot Hisshouhou! Aladdin II Evolution,PS2,2005,Misc,Sega,0,0,0.13,0,0.13 +9548,Mystic Ark,SNES,1995,Role-Playing,Enix Corporation,0,0,0.13,0,0.13 +9549,Just Cause 2,PC,2010,Action,Square Enix,0,0.1,0,0.03,0.13 +9550,Ty the Tasmanian Tiger 2: Bush Rescue,GBA,2004,Platform,Electronic Arts,0.09,0.03,0,0,0.13 +9551,Venetica,PS3,2010,Role-Playing,DTP Entertainment,0.07,0.04,0,0.02,0.13 +9552,Teenage Mutant Ninja Turtles 2: Battle Nexus,XB,2004,Action,Konami Digital Entertainment,0.1,0.03,0,0,0.13 +9553,LEGO Racers 2,PS2,2001,Racing,Electronic Arts,0.06,0.05,0,0.02,0.13 +9554,Backyard Baseball,GC,2003,Sports,Infogrames,0.1,0.03,0,0,0.13 +9555,Transformers: War for Cybertron -- Decepticons,DS,2010,Action,Activision,0.11,0.01,0,0.01,0.13 +9556,Overlord: Raising Hell,PS3,2008,Action,Codemasters,0.07,0.04,0,0.02,0.13 +9557,Sega GT,DC,2000,Racing,Sega,0,0,0.13,0,0.13 +9558,Fuse (Insomniac),X360,2013,Shooter,Electronic Arts,0.08,0.04,0,0.01,0.13 +9559,Cabela's Dangerous Hunts 2009,PS3,2008,Sports,Activision Value,0.12,0,0,0.01,0.13 +9560,Legends of Wrestling,GC,2002,Fighting,Acclaim Entertainment,0.1,0.03,0,0,0.13 +9561,Space Bust-A-Move,DS,2008,Puzzle,Square Enix,0.1,0.02,0,0.01,0.13 +9562,Legend of the Guardians: The Owls of Ga'Hoole,Wii,2010,Action,Warner Bros. Interactive Entertainment,0.11,0.01,0,0.01,0.13 +9563,Gunstar Heroes,GEN,1992,Shooter,Sega,0,0,0.13,0,0.13 +9564,All-Star Baseball 2004,XB,2003,Sports,Acclaim Entertainment,0.1,0.03,0,0,0.13 +9565,Tamagotchi no Pichi Pichi Omisecchi,DS,2010,Action,Namco Bandai Games,0,0,0.13,0,0.13 +9566,Shining Wind,PS2,2007,Role-Playing,Sega,0,0,0.13,0,0.13 +9567,Brothers in Arms: Double Time,Wii,2008,Shooter,Ubisoft,0.11,0,0,0.01,0.13 +9568,Portal Runner,PS2,2001,Platform,3DO,0.06,0.05,0,0.02,0.13 +9569,Pokémon: For Ho-Oh the Bells Toll!: Game Boy Advance Video,GBA,2004,Misc,Nintendo,0.09,0.03,0,0,0.13 +9570,Pro Evolution Soccer 2016,X360,2015,Sports,Konami Digital Entertainment,0.04,0.08,0,0.01,0.13 +9571,Batman: Arkham Knight,PC,2015,Action,Warner Bros. Interactive Entertainment,0.08,0.03,0,0.01,0.13 +9572,Warriors Orochi 2,PS2,2008,Action,Tecmo Koei,0.06,0.05,0,0.02,0.13 +9573,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,PS2,2005,Platform,Ubisoft,0.06,0.05,0,0.02,0.13 +9574,Need for Speed: ProStreet,DS,2007,Racing,Electronic Arts,0.11,0.01,0,0.01,0.13 +9575,Assault: Retribution,PS,1998,Action,Telstar,0.07,0.05,0,0.01,0.13 +9576,Sengoku Basara 3 Utage,Wii,2011,Action,Capcom,0,0,0.13,0,0.13 +9577,Spartan: Total Warrior,XB,2005,Action,Sega,0.1,0.03,0,0,0.13 +9578,Gravity Rush Remastered,PS4,2015,Action,Sony Computer Entertainment,0.02,0.05,0.04,0.01,0.13 +9579,Rock Band Track Pack Volume 2,PS3,2008,Misc,MTV Games,0.11,0,0,0.01,0.13 +9580,City Crisis,PS2,2001,Simulation,Take-Two Interactive,0.06,0.05,0,0.02,0.13 +9581,Zapper: One Wicked Cricket!,GC,2002,Platform,Infogrames,0.1,0.03,0,0,0.13 +9582,Star Wars: Clone Wars,XB,2003,Shooter,LucasArts,0.1,0.03,0,0,0.13 +9583,Assassination Classroom: Grand Siege on Kuro-sensei,3DS,2015,Action,Namco Bandai Games,0,0,0.13,0,0.13 +9584,Dynasty Warriors 5 Empires,X360,2006,Action,Tecmo Koei,0.11,0.01,0,0.01,0.13 +9585,High Rollers Casino,XB,2004,Misc,Mud Duck Productions,0.1,0.03,0,0,0.13 +9586,Advent Rising,XB,2005,Action,THQ,0.1,0.03,0,0,0.13 +9587,Surf Riders,PS,1999,Sports,Ubisoft,0.07,0.05,0,0.01,0.13 +9588,Torino 2006,PS2,2006,Sports,Take-Two Interactive,0.06,0.05,0,0.02,0.13 +9589,Nobunaga no Yabou: Ranseiki,PS2,2002,Strategy,Tecmo Koei,0,0,0.13,0,0.13 +9590,Derby Stallion Advance,GBA,2002,Sports,Enterbrain,0,0,0.12,0,0.13 +9591,PBR: Out of the Chute,Wii,2008,Sports,Crave Entertainment,0.12,0,0,0.01,0.13 +9592,Monopoly Party,GC,2002,Misc,Infogrames,0.1,0.03,0,0,0.13 +9593,LEGO Batman 2: DC Super Heroes,WiiU,2013,Action,Warner Bros. Interactive Entertainment,0.05,0.07,0,0.01,0.13 +9594,Thor: God of Thunder,DS,2011,Action,Sega,0.09,0.03,0,0.01,0.13 +9595,TOCA Race Driver 2: Ultimate Racing Simulator,XB,2004,Racing,Codemasters,0.09,0.03,0,0,0.13 +9596,The Price is Right: Decades,Wii,2011,Misc,Ubisoft,0.12,0,0,0.01,0.13 +9597,Snood,GBA,2001,Puzzle,"Destination Software, Inc",0.09,0.03,0,0,0.13 +9598,The Sky Crawlers: Innocent Aces,Wii,2008,Simulation,Namco Bandai Games,0.09,0.02,0.01,0.01,0.13 +9599,Avatar: The Last Airbender - Into the Inferno,DS,2008,Adventure,THQ,0.11,0.01,0,0.01,0.13 +9600,Fit in Six,PS3,2011,Sports,Ubisoft,0.12,0,0,0.01,0.13 +9601,Monster Jam: Urban Assault,PS2,2008,Racing,Activision,0.06,0.05,0,0.02,0.13 +9602,Ice Age: Dawn of the Dinosaurs,X360,2009,Action,Activision,0.09,0.03,0,0.01,0.13 +9603,DT Racer,PS2,2005,Racing,XS Games,0.06,0.05,0,0.02,0.13 +9604,SimAnimals Africa,Wii,2009,Simulation,Electronic Arts,0.1,0.01,0,0.01,0.13 +9605,Deepak Chopra's Leela,X360,2011,Misc,THQ,0.07,0.05,0,0.01,0.13 +9606,Twister Mania,X360,2011,Misc,505 Games,0.1,0.01,0,0.01,0.13 +9607,World Cup Golf: Professional Edition,PS,1995,Sports,U.S. Gold,0.07,0.05,0,0.01,0.13 +9608,Black Dawn,PS,1996,Simulation,Virgin Interactive,0.07,0.05,0,0.01,0.13 +9609,Soccer Tsuku: Pro Soccer Club o Tsukurou!,PS3,2013,Sports,Sega,0,0,0.13,0,0.13 +9610,428: Fuusa Sareta Shibuya de,Wii,2008,Adventure,Sega,0,0,0.13,0,0.13 +9611,Kelly Slater's Pro Surfer,GBA,2002,Sports,Activision,0.09,0.03,0,0,0.13 +9612,Warriors of Might and Magic,PS,2001,Adventure,3DO,0.07,0.05,0,0.01,0.13 +9613,Drome Racers,PS2,2002,Racing,Electronic Arts,0.06,0.05,0,0.02,0.13 +9614,X-Men: Next Dimension,GC,2002,Fighting,Activision,0.1,0.03,0,0,0.13 +9615,Impossible Mission,DS,2007,Platform,System 3 Arcade Software,0.12,0,0,0.01,0.13 +9616,NCIS,PS3,2011,Adventure,Ubisoft,0.07,0.04,0,0.02,0.13 +9617,Cabela's Dangerous Hunts 2011,DS,2010,Sports,Activision,0.12,0,0,0.01,0.13 +9618,Garfield's Fun Fest,DS,2008,Platform,Zoo Digital Publishing,0.07,0.04,0,0.01,0.13 +9619,7th Dragon 2020-II,PSP,2013,Role-Playing,Sega,0,0,0.13,0,0.13 +9620,Doukyuusei 2,SAT,1997,Role-Playing,NEC Interchannel,0,0,0.13,0,0.13 +9621,SkullMonkeys,PS,1998,Platform,DreamWorks Interactive,0.07,0.05,0,0.01,0.13 +9622,Cloudy With a Chance of Meatballs,Wii,2009,Platform,Ubisoft,0.11,0,0,0.01,0.13 +9623,Burnout,XB,2002,Racing,Acclaim Entertainment,0.09,0.03,0,0,0.13 +9624,Zenses: Ocean,DS,2008,Puzzle,Game Factory,0.11,0.01,0,0.01,0.13 +9625,Ben 10 Galactic Racing,Wii,2011,Racing,D3Publisher,0.08,0.03,0,0.01,0.13 +9626,Teenage Mutant Ninja Turtles: Arcade Attack,DS,2009,Action,Ubisoft,0.12,0,0,0.01,0.13 +9627,Baroque,PS2,2007,Role-Playing,Rising Star Games,0.05,0.04,0.02,0.01,0.13 +9628,Left Brain Right Brain 2,DS,2008,Misc,Majesco Entertainment,0.12,0,0,0.01,0.13 +9629,Dynasty Warriors: Gundam Reborn,PSV,2013,Action,Namco Bandai Games,0,0,0.13,0,0.13 +9630,Kidz Sports: Crazy Golf,Wii,2008,Sports,Data Design Interactive,0.11,0,0,0.01,0.13 +9631,Little Battlers eXperience: Wars,3DS,2013,Strategy,Level 5,0,0,0.13,0,0.13 +9632,Victorious: Time to Shine,X360,2011,Action,D3Publisher,0.12,0,0,0.01,0.13 +9633,NBA Ballers: Phenom,XB,2006,Sports,Midway Games,0.09,0.03,0,0,0.13 +9634,Aikatsu! 365 Idol Days,3DS,2014,Adventure,Namco Bandai Games,0,0,0.13,0,0.13 +9635,Petz Puppyz & Kittenz,DS,2011,Misc,Ubisoft,0.12,0,0,0.01,0.13 +9636,Crash Tag Team Racing,XB,2005,Racing,Vivendi Games,0.09,0.03,0,0,0.13 +9637,Freedom Fighters,GC,2003,Shooter,Electronic Arts,0.1,0.03,0,0,0.13 +9638,The Stronghold Collection,PC,2009,Strategy,Take-Two Interactive,0.03,0.08,0,0.02,0.13 +9639,Operation Abyss: New Tokyo Legacy,PSV,2014,Role-Playing,Nippon Ichi Software,0.04,0.01,0.06,0.02,0.13 +9640,Transformer: Rise of the Dark Spark,PS3,2014,Action,Activision,0.04,0.05,0.01,0.02,0.13 +9641,Mega Man X Collection,GC,2006,Misc,Capcom,0.1,0.03,0,0,0.13 +9642,Detana TwinBee Yahho! Deluxe Pack,SAT,1995,Shooter,Konami Digital Entertainment,0,0,0.13,0,0.13 +9643,Dragon Ball: Origins,DS,2008,Action,Atari,0.09,0.03,0,0.01,0.13 +9644,Last Ranker,PSP,2010,Role-Playing,Capcom,0,0,0.13,0,0.13 +9645,Quantum Redshift,XB,2002,Racing,Microsoft Game Studios,0.09,0.03,0,0,0.13 +9646,Smash Court Tennis Pro Tournament 2,PS2,2004,Sports,Sony Computer Entertainment,0.06,0.05,0,0.02,0.13 +9647,Eat Lead: The Return of Matt Hazard,X360,2009,Shooter,D3Publisher,0.1,0.01,0,0.01,0.13 +9648,Battleborn,XOne,2016,Shooter,Take-Two Interactive,0.08,0.04,0,0.01,0.13 +9649,Legends of Wrestling II,XB,2002,Fighting,Acclaim Entertainment,0.09,0.03,0,0,0.13 +9650,Power Pro Kun Pocket 13,DS,2010,Sports,Konami Digital Entertainment,0,0,0.13,0,0.13 +9651,Armed and Dangerous,XB,2003,Shooter,LucasArts,0.09,0.03,0,0,0.13 +9652,Jurassic: The Hunted,X360,2009,Shooter,Activision,0.12,0,0,0.01,0.13 +9653,Adventures to Go!,PSP,2008,Role-Playing,Zushi Games,0.1,0,0.01,0.01,0.13 +9654,Conduit 2,Wii,2011,Shooter,Sega,0.07,0.04,0,0.01,0.13 +9655,Supremacy MMA,PS3,2011,Fighting,505 Games,0.06,0.04,0,0.02,0.13 +9656,World Soccer Winning Eleven 2002,PS,2002,Sports,Konami Digital Entertainment,0,0,0.12,0.01,0.13 +9657,Geometry Wars: Galaxies,Wii,2007,Shooter,Vivendi Games,0.11,0,0,0.01,0.13 +9658,Actua Tennis,PS,1997,Sports,Gremlin Interactive Ltd,0.07,0.05,0,0.01,0.13 +9659,Horse Life,DS,2007,Simulation,Game Life,0.09,0.02,0,0.01,0.13 +9660,Monster Truck Madness,GBA,2003,Racing,THQ,0.09,0.03,0,0,0.12 +9661,Sonic Jam,SAT,1997,Platform,Sega,0,0,0.12,0,0.12 +9662,Puella Magi Madoka Magica Portable,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.12,0,0.12 +9663,Ninja Reflex,Wii,2008,Action,Electronic Arts,0.11,0.01,0,0.01,0.12 +9664,Peter Jacobsen's Golden Tee Golf,PS,2000,Sports,Infogrames,0.07,0.05,0,0.01,0.12 +9665,Calling,Wii,2009,Adventure,Konami Digital Entertainment,0.07,0.04,0,0.01,0.12 +9666,Marvel Avengers: Battle for Earth,WiiU,2012,Action,Ubisoft,0.07,0.04,0,0.01,0.12 +9667,Disney's Atlantis: The Lost Empire,GBA,2001,Platform,THQ,0.09,0.03,0,0,0.12 +9668,Nippon Daihyou Team no Kantoku ni Narou! Sekaihatsu Soccer RPG,SAT,1998,Sports,Sega,0,0,0.12,0,0.12 +9669,Charm Girls Club: My Fashion Mall,DS,N/A,Simulation,Unknown,0.12,0,0,0.01,0.12 +9670,Where the Wild Things Are,Wii,2009,Platform,Warner Bros. Interactive Entertainment,0.11,0,0,0.01,0.12 +9671,High Velocity: Mountain Racing Challenge,SAT,1995,Racing,Atlus,0,0,0.12,0,0.12 +9672,NHL 2K7,PS3,2006,Sports,Take-Two Interactive,0.11,0,0,0.01,0.12 +9673,Resident Evil,PS3,2006,Action,Capcom,0,0,0.12,0,0.12 +9674,Capcom vs. SNK 2: Millionaire Fighting 2001,DC,2001,Fighting,Capcom,0,0,0.12,0,0.12 +9675,Criticom,PS,1996,Fighting,Vic Tokai,0.07,0.05,0,0.01,0.12 +9676,SCORE International Baja 1000: The Official Game,X360,2008,Racing,Activision,0.11,0.01,0,0.01,0.12 +9677,Disney Sing It: Party Hits,PS3,2010,Misc,Disney Interactive Studios,0.1,0.01,0,0.01,0.12 +9678,Sleeping Dogs,PC,2012,Action,Square Enix,0.06,0.05,0,0.02,0.12 +9679,Mega Man X: Command Mission,GC,2004,Role-Playing,Capcom,0.1,0.02,0,0,0.12 +9680,Diner Dash: Sizzle & Serve,PSP,2007,Puzzle,Eidos Interactive,0.11,0,0,0.01,0.12 +9681,After Hours Athletes,PS3,2011,Sports,Sony Computer Entertainment,0,0.1,0,0.03,0.12 +9682,Lego Star Wars: The Force Awakens,PS3,2016,Action,Warner Bros. Interactive Entertainment,0.03,0.07,0,0.02,0.12 +9683,Worms 3D,PS2,2003,Strategy,Sega,0.06,0.05,0,0.02,0.12 +9684,Clock Tower: The First Fear,PS,1997,Adventure,Human Entertainment,0,0,0.12,0.01,0.12 +9685,Kidou Senshi Gundam Seed Battle Destiny,PSV,2012,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9686,Godzilla Unleashed: Double Smash,DS,2007,Action,Atari,0.11,0,0,0.01,0.12 +9687,Star Trek: Conquest,Wii,2007,Strategy,Bethesda Softworks,0.11,0.01,0,0.01,0.12 +9688,"Kilari: Na-san, Mon Meilleur Ami",DS,2006,Simulation,Konami Digital Entertainment,0,0,0.12,0,0.12 +9689,Strikers 1945,PS,1998,Shooter,Midas Interactive Entertainment,0.07,0.05,0,0.01,0.12 +9690,Ochaken no Heya DS,DS,2006,Simulation,MTO,0,0,0.12,0,0.12 +9691,Obscure: The Aftermath,Wii,2008,Action,Playlogic Game Factory,0.12,0,0,0.01,0.12 +9692,Galidor: Defenders of the Outer Dimension,GBA,2002,Action,Electronic Arts,0.09,0.03,0,0,0.12 +9693,Tom Clancy's Splinter Cell Trilogy,PS3,2011,Action,Ubisoft,0,0.1,0,0.03,0.12 +9694,WRC: FIA World Rally Championship,X360,N/A,Racing,Black Bean Games,0,0.1,0,0.02,0.12 +9695,Fire ProWrestling S: 6Men Scramble,SAT,1996,Fighting,Human Entertainment,0,0,0.12,0,0.12 +9696,Blackwater,X360,2011,Shooter,505 Games,0.09,0.02,0,0.01,0.12 +9697,Pryzm Chapter One: The Dark Unicorn,PS2,2002,Adventure,TDK Mediactive,0.06,0.05,0,0.02,0.12 +9698,Gundam Battle Royale,PSP,2006,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9699,Solitaire & Mahjong,Wii,2009,Puzzle,Crave Entertainment,0.11,0,0,0.01,0.12 +9700,Zen-Nippon Pro Wrestling: Ouja no Kon,PS,1999,Fighting,Human Entertainment,0,0,0.12,0.01,0.12 +9701,NASCAR 2005: Chase for the Cup,GC,2004,Racing,Electronic Arts,0.1,0.02,0,0,0.12 +9702,Homefront: The Revolution,XOne,2016,Shooter,Deep Silver,0.05,0.07,0,0.01,0.12 +9703,"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 12: CR Shinseiki Evangelion - Shito, Futatabi",PS2,2008,Misc,D3Publisher,0,0,0.12,0,0.12 +9704,Guilty Gear X,PS2,2001,Fighting,Sammy Corporation,0.06,0.05,0,0.02,0.12 +9705,Deadliest Catch: Sea of Chaos,Wii,2010,Sports,Crave Entertainment,0.12,0,0,0.01,0.12 +9706,One Piece: Pirate Warriors 2,PSV,2013,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9707,NHL 2002,GBA,2002,Sports,Electronic Arts,0.09,0.03,0,0,0.12 +9708,Disney's PK: Out of the Shadows,PS2,2002,Platform,Ubisoft,0.06,0.05,0,0.02,0.12 +9709,Mugen no Frontier: Super Robot Taisen OG Saga EXCEED,DS,2010,Role-Playing,Namco Bandai Games,0,0,0.12,0,0.12 +9710,Karaoke Revolution,X360,2009,Misc,Konami Digital Entertainment,0.12,0,0,0.01,0.12 +9711,Echo Night,PS,1998,Adventure,From Software,0.03,0.02,0.07,0.01,0.12 +9712,Are You Smarter than a 5th Grader? Game Time,X360,2009,Puzzle,THQ,0.12,0,0,0.01,0.12 +9713,Rocket League,XOne,2016,Sports,505 Games,0.03,0.09,0,0.01,0.12 +9714,Wild ARMs 5 (jp sales),PS2,2006,Role-Playing,505 Games,0,0,0.12,0,0.12 +9715,Tom Clancy's Splinter Cell: Blacklist,WiiU,2013,Action,Ubisoft,0.05,0.07,0,0.01,0.12 +9716,Gladiator Begins,PSP,2010,Action,PQube,0.05,0.01,0.05,0.01,0.12 +9717,Colony Wars III: Red Sun,PS,2000,Simulation,Psygnosis,0.07,0.05,0,0.01,0.12 +9718,Magic: The Gathering - Battlemage,PS,1997,Strategy,Acclaim Entertainment,0.07,0.05,0,0.01,0.12 +9719,The King of Fighters '94,NG,1994,Fighting,SNK,0,0,0.12,0,0.12 +9720,DS Yamamura Misa Suspense: Maiko Kogiku - Kisha Katherine - Sougiya Isa Akashi - Koto ni Maru Hana Sanrin: Kyoto Satujin Jinken File,DS,2008,Adventure,Tecmo Koei,0,0,0.12,0,0.12 +9721,Puzzle Quest 2,DS,2010,Puzzle,D3Publisher,0.11,0,0,0.01,0.12 +9722,All Kamen Rider: Rider Generation,DS,2011,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9723,The King of Fighters '98 Ultimate Match,PS2,2008,Fighting,Ignition Entertainment,0.04,0.03,0.03,0.01,0.12 +9724,Onechanbara: Bikini Zombie Slayers,Wii,2008,Action,D3Publisher,0.11,0,0,0.01,0.12 +9725,Puzzle Quest: Challenge of the Warlords,PS2,2007,Puzzle,D3Publisher,0.06,0.05,0,0.02,0.12 +9726,Angry Birds Star Wars,PSV,2013,Strategy,Activision,0.05,0.04,0,0.03,0.12 +9727,Guardian's Crusade,PS,1998,Role-Playing,Activision,0.07,0.05,0,0.01,0.12 +9728,Undead Knights,PSP,2009,Action,Ubisoft Annecy,0.05,0.01,0.06,0.01,0.12 +9729,Final Fantasy XIV: Heavensward,PS4,2015,Action,Square Enix,0,0.05,0.06,0.01,0.12 +9730,Lemony Snicket's A Series of Unfortunate Events,XB,2004,Platform,Activision,0.09,0.03,0,0,0.12 +9731,MotoGP 3 - Official Game of MotoGP,PS2,2003,Racing,Namco Bandai Games,0.06,0.05,0,0.02,0.12 +9732,Makai Kingdom: Chronicles of the Sacred Tome,PS2,2005,Role-Playing,Tecmo Koei,0.06,0.05,0,0.02,0.12 +9733,The Ant Bully,GC,2006,Platform,Midway Games,0.09,0.02,0,0,0.12 +9734,M&M's Kart Racing,DS,2008,Racing,Zoo Digital Publishing,0.11,0,0,0.01,0.12 +9735,Bomberman Party Edition,PS,1998,Puzzle,Virgin Interactive,0.07,0.05,0,0.01,0.12 +9736,Gotouchi Tetsudou: Gotouchi Chara to Nihon Zenkoku no Tabi,3DS,2014,Misc,Namco Bandai Games,0,0,0.12,0,0.12 +9737,Dragon Ball Z: Battle of Z,PSV,2014,Fighting,Namco Bandai Games,0,0.04,0.06,0.02,0.12 +9738,Eyeshield 21: Max Devil Power,DS,2006,Role-Playing,Nintendo,0,0,0.12,0,0.12 +9739,Summon Night 3,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.12,0,0.12 +9740,O.D.T.: Escape... Or Die Trying,PS,1997,Adventure,Psygnosis,0.07,0.05,0,0.01,0.12 +9741,Madden NFL 06,DS,2005,Sports,Electronic Arts,0.11,0,0,0.01,0.12 +9742,Escape The Museum,Wii,2009,Adventure,Majesco Entertainment,0.11,0.01,0,0.01,0.12 +9743,Fuse (Insomniac),PS3,2013,Shooter,Electronic Arts,0.06,0.04,0,0.02,0.12 +9744,Record of Agarest War Zero,PS3,N/A,Strategy,Ghostlight,0.09,0,0.03,0.01,0.12 +9745,Lunar: Dragon Song,DS,2005,Role-Playing,Rising Star Games,0.11,0,0,0.01,0.12 +9746,Break 'Em All,DS,2005,Puzzle,D3Publisher,0.11,0,0,0.01,0.12 +9747,WWE SmackDown vs Raw 2008,DS,2007,Fighting,THQ,0.11,0.01,0,0.01,0.12 +9748,MotoGP 14,PS3,2014,Racing,Milestone S.r.l.,0.04,0.06,0,0.02,0.12 +9749,Cars 2,PSP,2011,Racing,Disney Interactive Studios,0.1,0.01,0,0.01,0.12 +9750,Major League Baseball 2K8 Fantasy All-Stars,DS,2008,Sports,Take-Two Interactive,0.11,0,0,0.01,0.12 +9751,Super Robot Wars OG Saga: Masou Kishin II - Revelation of Evil God,PSP,N/A,Strategy,N/A,0,0,0.12,0,0.12 +9752,Mobile Suit Gundam Seed: Rengou vs. Z.A.F.T. Portable,PSP,2007,Shooter,Namco Bandai Games,0,0,0.12,0,0.12 +9753,San Goku Shi V,SAT,1996,Strategy,Tecmo Koei,0,0,0.12,0,0.12 +9754,Puzzle Kingdoms,Wii,2009,Puzzle,Zoo Digital Publishing,0.11,0,0,0.01,0.12 +9755,The Lord of the Rings: Aragorn's Quest,DS,2010,Action,Warner Bros. Interactive Entertainment,0.1,0.02,0,0.01,0.12 +9756,WRC 5: FIA World Rally Championship,PS3,2015,Sports,Bigben Interactive,0.02,0.09,0,0.02,0.12 +9757,Red Faction II,XB,2003,Shooter,THQ,0.09,0.03,0,0,0.12 +9758,Daikaijyuu Monogatari II,SNES,1996,Role-Playing,Hudson Soft,0,0,0.12,0,0.12 +9759,Rock Band Track Pack Volume 2,PS2,2008,Misc,MTV Games,0.06,0.05,0,0.02,0.12 +9760,Voodoo Vince,XB,2003,Platform,Microsoft Game Studios,0.09,0.03,0,0,0.12 +9761,Bodycount,PS3,2011,Shooter,Codemasters,0.05,0.06,0,0.02,0.12 +9762,Gundam Memories: Tatakai no Kioku,PSP,2011,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9763,Megamind: Ultimate Showdown,X360,2010,Action,THQ,0.07,0.04,0,0.01,0.12 +9764,Kaijuu Busters,DS,2009,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9765,Neopets Petpet Adventures: The Wand of Wishing,PSP,2006,Adventure,Sony Computer Entertainment,0.11,0,0,0.01,0.12 +9766,Ferrari Challenge Trofeo Pirelli,PS2,2008,Racing,System 3 Arcade Software,0.06,0.05,0,0.02,0.12 +9767,Virtua Fighter CG Portrait Series Vol.4: Pai Chan,SAT,1995,Misc,Sega,0,0,0.12,0,0.12 +9768,Chase: Hollywood Stunt Driver,XB,2002,Racing,BAM! Entertainment,0.09,0.03,0,0,0.12 +9769,The X Files: Resist or Serve,PS2,2004,Adventure,Vivendi Games,0.06,0.05,0,0.02,0.12 +9770,Mobile Suit Gundam Side Story: Missing Link,PS3,2014,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9771,Saru! Get You! Million Monkeys,PS2,N/A,Platform,Unknown,0,0,0.12,0,0.12 +9772,Curious George,PS2,2006,Action,Namco Bandai Games,0.06,0.05,0,0.02,0.12 +9773,Crush3D,3DS,2012,Platform,Sega,0.07,0.04,0,0.01,0.12 +9774,Zathura,PS2,2005,Adventure,Take-Two Interactive,0.06,0.05,0,0.02,0.12 +9775,Lovely Lisa,DS,2007,Simulation,DHM Interactive,0.11,0,0,0.01,0.12 +9776,Medarot DS: Kabuto / Kuwagata Ver.,DS,2010,Role-Playing,Rocket Company,0,0,0.12,0,0.12 +9777,Mountain Sports,Wii,2009,Sports,Activision,0.11,0,0,0.01,0.12 +9778,Tenchu: Shadow Assassins,PSP,2009,Action,Ubisoft,0.03,0.03,0.05,0.01,0.12 +9779,NPPL: Championship Paintball 2009,X360,2008,Shooter,Activision Value,0.1,0.01,0,0.01,0.12 +9780,Lost Planet 3,X360,2013,Shooter,Capcom,0.07,0.04,0.01,0.01,0.12 +9781,Making History: The Great War,PSP,2010,Strategy,Namco Bandai Games,0,0,0.12,0,0.12 +9782,Shin Megami Tensei: Devil Survivor 2,3DS,2015,Role-Playing,Atlus,0,0.03,0.09,0,0.12 +9783,The God of War Trilogy,PS3,2010,Action,Sony Computer Entertainment,0,0.07,0.03,0.02,0.12 +9784,Dance Paradise,X360,2010,Misc,Mindscape,0.1,0.01,0,0.01,0.12 +9785,Backyard Baseball '10,DS,2009,Sports,Atari,0.11,0,0,0.01,0.12 +9786,Blazblue: Continuum Shift Extend,PSV,2011,Fighting,PQube,0.03,0.05,0.02,0.02,0.12 +9787,Cel Damage,XB,2001,Racing,Electronic Arts,0.09,0.03,0,0,0.12 +9788,Go! Sudoku,PSP,2005,Puzzle,Sony Computer Entertainment,0.11,0,0,0.01,0.12 +9789,Alice: Madness Returns,PC,2011,Adventure,Electronic Arts,0,0.1,0,0.02,0.12 +9790,SSX 3,GBA,2003,Sports,Electronic Arts,0.09,0.03,0,0,0.12 +9791,My Chinese Coach,DS,2008,Misc,Ubisoft,0.11,0.01,0,0.01,0.12 +9792,DiRT 2,DS,2009,Racing,Codemasters,0.06,0.04,0,0.01,0.12 +9793,Yamakawa Shuppansha Kanshuu: Shousetsu Nihonshi B,DS,2007,Misc,Namco Bandai Games,0,0,0.12,0,0.12 +9794,The King of Fighters Collection: The Orochi Saga,Wii,2008,Fighting,Ignition Entertainment,0.11,0,0,0.01,0.12 +9795,Atelier Annie: Alchemists of Sera Island,DS,2009,Role-Playing,Gust,0.08,0,0.03,0.01,0.12 +9796,Breakdown,XB,2004,Adventure,Electronic Arts,0.09,0.03,0,0,0.12 +9797,Rush,PSP,2006,Racing,Midway Games,0.11,0,0,0.01,0.12 +9798,Ecco the Dolphin,GEN,1992,Adventure,Sega,0,0,0.12,0,0.12 +9799,The Legend of Heroes: Trails of Cold Steel II,PS3,2014,Role-Playing,Nippon Ichi Software,0.01,0,0.11,0,0.12 +9800,Looney Tunes: Sheep Raider,PS,2001,Platform,Infogrames,0.07,0.05,0,0.01,0.12 +9801,Yard Sale Hidden Treasures: Sunnyville,DS,2010,Puzzle,Konami Digital Entertainment,0.11,0,0,0.01,0.12 +9802,Harvest Moon 2 GBC,GB,1999,Simulation,Ubisoft,0,0,0.12,0,0.12 +9803,Killer is Dead,X360,2013,Action,Deep Silver,0.08,0.02,0.01,0.01,0.12 +9804,Lost in Shadow,Wii,2010,Platform,Konami Digital Entertainment,0.1,0,0.01,0.01,0.12 +9805,Cory in the House,DS,2007,Action,Disney Interactive Studios,0.11,0,0,0.01,0.12 +9806,X2: Wolverine's Revenge,GC,2003,Platform,Activision,0.09,0.02,0,0,0.12 +9807,McDROID,Wii,2011,Strategy,Namco Bandai Games,0,0,0.12,0,0.12 +9808,Gallop Racer 2000,PS,2000,Sports,Tecmo Koei,0,0,0.11,0.01,0.12 +9809,Showdown: Legends of Wrestling,XB,2004,Fighting,Acclaim Entertainment,0.09,0.03,0,0,0.12 +9810,Macross Triangle Frontier,PSP,2011,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9811,Chessmaster: The Art of Learning,PSP,2008,Misc,Ubisoft,0.11,0,0,0.01,0.12 +9812,Petz Fantasy: Moonlight Magic,DS,2010,Simulation,Ubisoft,0.11,0,0,0.01,0.12 +9813,Gundam Breaker 3,PSV,2016,Action,Namco Bandai Games,0,0,0.12,0,0.12 +9814,My Farm Around the World,DS,2008,Simulation,Atari,0.11,0,0,0.01,0.12 +9815,Fat Princess: Fistful of Cake,PSP,2010,Action,Sony Computer Entertainment,0.08,0.02,0,0.02,0.12 +9816,Zubo,DS,2008,Misc,Electronic Arts,0.09,0.03,0,0.01,0.12 +9817,Street Hoops,GC,N/A,Sports,Unknown,0.09,0.02,0,0,0.12 +9818,NFL QB Club 2001,N64,2000,Sports,Acclaim Entertainment,0.11,0.01,0,0,0.12 +9819,Earthworm Jim 3D,N64,1999,Platform,Interplay,0.1,0.02,0,0,0.12 +9820,Rocket: Robot on Wheels,N64,1999,Platform,Ubisoft,0.1,0.02,0,0,0.12 +9821,Densha De Go! 64,N64,1999,Simulation,Taito,0,0,0.05,0.07,0.12 +9822,Godzilla: Destroy All Monsters Melee,XB,N/A,Fighting,Unknown,0.09,0.03,0,0,0.12 +9823,The Daring Game for Girls,DS,N/A,Adventure,Unknown,0.11,0,0,0.01,0.12 +9824,Conception II: Children of the Seven Stars,3DS,2013,Role-Playing,Screenlife,0.09,0,0.03,0.01,0.12 +9825,Animal Genius,DS,2007,Puzzle,Ubisoft,0.11,0,0,0.01,0.12 +9826,Sega Soccer Slam,PS2,2002,Sports,Sega,0.06,0.05,0,0.02,0.12 +9827,Zenses: Rainforest,DS,2008,Puzzle,Game Factory,0.1,0.01,0,0.01,0.12 +9828,Dora the Explorer: Dora Saves the Mermaids,PS2,2008,Platform,Take-Two Interactive,0.06,0.05,0,0.02,0.12 +9829,Grand Theft Auto: San Andreas,X360,2008,Action,Take-Two Interactive,0.08,0.03,0,0.01,0.12 +9830,Phantasy Star Universe,X360,2006,Role-Playing,Sega,0.09,0.02,0,0.01,0.12 +9831,Skate City Heroes,Wii,2008,Sports,Zoo Digital Publishing,0.11,0,0,0.01,0.12 +9832,NASCAR Unleashed,X360,2011,Racing,Activision,0.11,0,0,0.01,0.12 +9833,2 Games in 1 Double Pack: Hot Wheels Velocity X / Hot Wheels World Race,GBA,2005,Racing,THQ,0.09,0.03,0,0,0.12 +9834,College Hoops 2K6,X360,2006,Sports,Take-Two Interactive,0.11,0,0,0.01,0.12 +9835,Mytran Wars,PSP,2009,Strategy,Deep Silver,0.08,0.02,0,0.02,0.12 +9836,MX vs. ATV Untamed,DS,2007,Racing,THQ,0.11,0,0,0.01,0.12 +9837,Prince of Persia: Rival Swords,PSP,2007,Action,Ubisoft,0.08,0.02,0,0.02,0.12 +9838,Mahou Shoujo Lyrical Nanoha A's Portable: The Gears of Destiny,PSP,2011,Fighting,Namco Bandai Games,0,0,0.12,0,0.12 +9839,Gungnir: Mayari no Gunshin to Eiyuu Sensou,PSP,2011,Role-Playing,Atlus,0.07,0,0.04,0.01,0.12 +9840,Dodge Racing: Charger vs Challenger,Wii,2009,Racing,Zushi Games,0.11,0,0,0.01,0.12 +9841,Fate/Extra CCC,PSP,2013,Action,Marvelous Entertainment,0,0,0.12,0,0.12 +9842,Rocksmith,PC,N/A,Misc,Unknown,0.06,0.04,0,0.01,0.12 +9843,MTV Sports: Pure Ride,PS,2000,Sports,THQ,0.07,0.05,0,0.01,0.12 +9844,Sonic Adventure 2,DC,2001,Platform,Sega,0,0,0.12,0,0.12 +9845,Burning Road,PS,1996,Racing,FunSoft,0.07,0.05,0,0.01,0.12 +9846,Slayers,SNES,1994,Role-Playing,Banpresto,0,0,0.12,0,0.12 +9847,Super Robot Wars OG Saga: Masou Kishin - The Lord of Elemental,DS,2010,Strategy,Namco Bandai Games,0,0,0.12,0,0.12 +9848,IndyCar Series,PS2,2003,Racing,Codemasters,0.06,0.05,0,0.02,0.12 +9849,Space Chimps,PS2,2008,Platform,Brash Entertainment,0.06,0.05,0,0.02,0.12 +9850,Crash Superpack: Crash Bandicoot 2: N-Tranced / Crash Nitro Kart,GBA,2005,Misc,Vivendi Games,0.09,0.03,0,0,0.12 +9851,Famicom Mini: TwinBee,GBA,2004,Shooter,Konami Digital Entertainment,0,0,0.12,0,0.12 +9852,4 Game Fun Pack: Monopoly / Boggle / Yahtzee / Battleship,DS,2005,Misc,Atari,0.11,0,0,0.01,0.12 +9853,Gladiator: Sword of Vengeance,PS2,2003,Action,Acclaim Entertainment,0.06,0.05,0,0.02,0.12 +9854,nail'd,PS3,2010,Racing,Deep Silver,0.08,0.02,0,0.02,0.12 +9855,PixelJunk Monsters Deluxe,PSP,2010,Strategy,Sony Computer Entertainment,0.11,0,0,0.01,0.12 +9856,Tom Clancy's EndWar,PSP,2008,Strategy,Ubisoft,0.1,0.01,0,0.01,0.12 +9857,Ultimate Card Games,GBA,2003,Misc,Telegames,0.09,0.03,0,0,0.12 +9858,Jikkyou Powerful Pro Yakyuu 8 Ketteiban,PS2,2001,Sports,Konami Digital Entertainment,0,0,0.12,0,0.12 +9859,Rubik's World,DS,2008,Puzzle,Game Factory,0.1,0.01,0,0.01,0.12 +9860,Lost Magic,DS,2006,Role-Playing,Ubisoft,0.09,0,0.02,0.01,0.12 +9861,Wallace & Gromit: Curse of the Were-Rabbit,PS2,2005,Adventure,Konami Digital Entertainment,0.06,0.05,0,0.02,0.12 +9862,DreamWorks Super Star Kartz,3DS,2011,Racing,Activision,0.08,0.03,0,0.01,0.12 +9863,Minute to Win It,DS,2010,Misc,Zoo Games,0.11,0,0,0.01,0.12 +9864,The Bible Game,GBA,2005,Misc,Crave Entertainment,0.09,0.03,0,0,0.12 +9865,NFL Head Coach,XB,2006,Sports,Electronic Arts,0.09,0.03,0,0,0.12 +9866,Pinball Hall of Fame: The Williams Collection,X360,2009,Misc,Crave Entertainment,0.11,0,0,0.01,0.12 +9867,Medarot 4: Kabuto / Kuwagata Version,GB,2001,Role-Playing,Imagineer,0,0,0.12,0,0.12 +9868,Backyard Sports Football: Rookie Rush,X360,2010,Sports,Atari,0.11,0,0,0.01,0.12 +9869,Sacred 3,PS3,2014,Role-Playing,Deep Silver,0.03,0.05,0.02,0.02,0.12 +9870,Major League Baseball 2K6,PSP,N/A,Sports,Unknown,0.11,0,0,0.01,0.12 +9871,Vacation Isle: Beach Party,Wii,2010,Misc,Warner Bros. Interactive Entertainment,0.09,0.02,0,0.01,0.12 +9872,Fit in Six,Wii,2011,Sports,Ubisoft,0.11,0,0,0.01,0.12 +9873,Mahou Shoujo Lyrical Nanoha A's Portable: The Battle of Aces,PSP,2010,Shooter,Namco Bandai Games,0,0,0.12,0,0.12 +9874,"Ed, Edd n Eddy: The Mis-Edventures",GBA,2005,Platform,Midway Games,0.08,0.03,0,0,0.12 +9875,Onimusha: Blade Warriors,PS2,2003,Fighting,Capcom,0.06,0.05,0,0.02,0.12 +9876,Tecmo Bowl: Kickoff,DS,2008,Sports,Tecmo Koei,0.11,0,0,0.01,0.12 +9877,Disney's Extreme Skate Adventure,GC,2003,Sports,Activision,0.09,0.02,0,0,0.12 +9878,Akuji the Heartless,PS,1998,Platform,Eidos Interactive,0.07,0.04,0,0.01,0.12 +9879,NBA 2K2,GC,2002,Sports,Sega,0.09,0.02,0,0,0.12 +9880,7 Days to Die,PS4,2016,Action,Telltale Games,0.03,0.07,0,0.02,0.12 +9881,Monster Jam: Path of Destruction,X360,2010,Racing,Activision,0.11,0,0,0.01,0.12 +9882,Everybody Dance,PS3,2011,Misc,Sony Computer Entertainment,0.11,0,0,0.01,0.12 +9883,Psychonauts,XB,2005,Platform,THQ,0.09,0.03,0,0,0.12 +9884,Power Gig: Rise of the SixString,X360,2010,Misc,Unknown,0.11,0,0,0.01,0.12 +9885,Deus Ex: Human Revolution,WiiU,2013,Shooter,Square Enix,0.06,0.05,0,0.01,0.12 +9886,Jeremy McGrath Supercross World,GC,2002,Racing,Acclaim Entertainment,0.09,0.02,0,0,0.12 +9887,Uta no * Prince-Sama: All Star,PSP,2013,Action,Broccoli,0,0,0.12,0,0.12 +9888,HardBall 5,PS,1996,Sports,SPS,0.07,0.04,0,0.01,0.12 +9889,Airborne Troops: Countdown to D-Day,PS2,2005,Shooter,Playlogic Game Factory,0.06,0.05,0,0.02,0.12 +9890,MLB Inside Pitch 2003,XB,2003,Sports,Microsoft Game Studios,0.09,0.03,0,0,0.12 +9891,ArmA III,PC,2013,Shooter,Bohemia Interactive,0,0.1,0,0.02,0.12 +9892,The Walking Dead: Season Two,X360,2014,Adventure,Telltale Games,0.04,0.07,0,0.01,0.12 +9893,Marvel Trading Card Game,DS,2007,Misc,Konami Digital Entertainment,0.11,0,0,0.01,0.12 +9894,One Piece: Super Grand Battle! X,3DS,2014,Fighting,Namco Bandai Games,0,0,0.12,0,0.12 +9895,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,DS,2011,Action,THQ,0.07,0.03,0,0.01,0.12 +9896,Self-Defense Training Camp,X360,2011,Sports,Ubisoft,0.08,0.03,0,0.01,0.12 +9897,Battles of Prince of Persia,DS,2005,Strategy,Ubisoft,0.1,0.01,0,0.01,0.12 +9898,Deca Sports Extreme,3DS,2011,Sports,Hudson Soft,0.08,0,0.03,0.01,0.12 +9899,Cruis'n,Wii,2007,Racing,Midway Games,0.1,0.01,0,0.01,0.12 +9900,Hatsune Miku: Project Diva X,PSV,2016,Misc,Sega,0.01,0,0.1,0,0.12 +9901,Battle Arena Toshinden Remix,SAT,1994,Fighting,Sega,0,0,0.12,0,0.12 +9902,Assassin's Creed Chronicles,PSV,2016,Action,Ubisoft,0.02,0.06,0.01,0.02,0.12 +9903,Legends of Wrestling II,GC,2002,Fighting,Acclaim Entertainment,0.09,0.02,0,0,0.12 +9904,Tropico 5,PC,2014,Simulation,Kalypso Media,0.02,0.08,0,0.01,0.12 +9905,A.C.E.: Another Century's Episode Portable,PSP,2011,Simulation,Namco Bandai Games,0,0,0.12,0,0.12 +9906,Dragon Quest Builders: Revive Alefgard,PS3,2016,Role-Playing,Square Enix,0,0,0.12,0,0.12 +9907,Rodea the Sky Soldier,WiiU,2015,Action,Nippon Ichi Software,0.08,0.02,0.01,0.01,0.12 +9908,Peggle: Dual Shot,DS,2009,Puzzle,PopCap Games,0.11,0,0,0.01,0.12 +9909,Jikkyou Powerful Pro Yakyuu 9,GC,2002,Sports,Konami Digital Entertainment,0,0,0.11,0,0.12 +9910,Sniper Elite,Wii,2010,Shooter,Reef Entertainment,0.08,0.03,0,0.01,0.12 +9911,Etrian Odyssey V,3DS,2016,Role-Playing,Atlus,0,0,0.12,0,0.12 +9912,Jikkyou Powerful Pro Yakyuu 2014,PSV,2014,Sports,Konami Digital Entertainment,0,0,0.12,0,0.12 +9913,Barbie as The Island Princess,PS2,2007,Adventure,Activision,0.06,0.04,0,0.02,0.12 +9914,Crime Killer,PS,1998,Racing,Interplay,0.07,0.04,0,0.01,0.12 +9915,NPPL: Championship Paintball 2009,Wii,2008,Shooter,Activision Value,0.11,0,0,0.01,0.12 +9916,Backyard Wrestling 2: There Goes the Neighborhood,XB,2004,Fighting,Eidos Interactive,0.09,0.03,0,0,0.12 +9917,Dementium II,DS,2010,Shooter,SouthPeak Games,0.09,0.02,0,0.01,0.12 +9918,Don Bradman Cricket 14,PS4,2015,Sports,Tru Blu Entertainment,0.01,0.09,0,0.02,0.12 +9919,USA Today Crossword Challenge,DS,2008,Puzzle,Destineer,0.11,0,0,0.01,0.12 +9920,MegaTagmension Blanc + Neptune VS Zombies,PSV,2015,Action,Idea Factory International,0.02,0.03,0.05,0.01,0.12 +9921,Bishoujo Senshi Sailormoon S: Juugai Rantou!? Shuyaku Soudatsusen,SNES,1994,Fighting,Angel Studios,0,0,0.12,0,0.12 +9922,SD Gundam G Generation-F.I.F,PS,2001,Strategy,Namco Bandai Games,0,0,0.11,0.01,0.12 +9923,Jaws: Ultimate Predator,3DS,2011,Action,Majesco Entertainment,0.11,0,0,0.01,0.12 +9924,Yakuza Kiwami,PS3,2016,Adventure,Sega,0,0,0.12,0,0.12 +9925,Raiden IV,X360,2008,Shooter,Moss,0.1,0,0.01,0.01,0.12 +9926,Deception IV: Blood Ties,PS3,2014,Action,Tecmo Koei,0.02,0.02,0.06,0.01,0.12 +9927,The Walking Dead: Survival Instinct,WiiU,2013,Shooter,Activision,0.08,0.03,0,0.01,0.12 +9928,Rock Band: Metal Track Pack,PS3,2009,Misc,MTV Games,0.11,0,0,0.01,0.12 +9929,Charm Girls Club: My Perfect Prom,DS,2009,Simulation,Electronic Arts,0.11,0,0,0.01,0.12 +9930,DreamWorks Super Star Kartz,PS3,2011,Racing,Activision,0.06,0.03,0,0.02,0.12 +9931,Harukanaru Augusta 2: Masters,SNES,1993,Sports,T&E Soft,0,0,0.12,0,0.12 +9932,Castlevania: Curse of Darkness,XB,2005,Action,Konami Digital Entertainment,0.09,0.03,0,0,0.12 +9933,Spider-Man: Edge of Time,3DS,2011,Action,Activision,0.08,0.03,0,0.01,0.12 +9934,Mobil 1 Rally Championship,PS,2000,Racing,Electronic Arts,0.07,0.04,0,0.01,0.12 +9935,King of Colosseum (Red): Shin Nippon x Zen Nippon x Pancrase Disc,PS2,2002,Fighting,Spike,0,0,0.12,0,0.12 +9936,Turok: Evolution,GBA,2002,Shooter,Acclaim Entertainment,0.08,0.03,0,0,0.12 +9937,The Clique: Diss and Make Up,DS,2009,Adventure,Warner Bros. Interactive Entertainment,0.11,0,0,0.01,0.12 +9938,Love Live! School Idol Paradise,PSV,2014,Misc,Kadokawa Games,0,0,0.12,0,0.12 +9939,Rugrats: Totally Angelica,PS,2001,Adventure,THQ,0.06,0.04,0,0.01,0.12 +9940,Nightshade,PS2,2003,Action,Sega,0.06,0.04,0,0.01,0.12 +9941,NFL Tour,PS3,2008,Sports,Electronic Arts,0.1,0.01,0,0.01,0.12 +9942,Ridge Racer Unbounded,X360,2012,Racing,Namco Bandai Games,0.05,0.05,0,0.01,0.12 +9943,CSI: Crime Scene Investigation,XB,2004,Adventure,Ubisoft,0.09,0.03,0,0,0.12 +9944,The Lord of the Rings: Aragorn's Quest,PSP,2010,Action,Warner Bros. Interactive Entertainment,0.07,0.02,0,0.02,0.12 +9945,Yogi Bear: The Video Game,Wii,2010,Action,D3Publisher,0.06,0.05,0,0.01,0.12 +9946,Makai Shin Trillion,PSV,2014,Role-Playing,Idea Factory,0.02,0.02,0.06,0.01,0.12 +9947,Buffy the Vampire Slayer: Chaos Bleeds,XB,2003,Action,Vivendi Games,0.09,0.03,0,0,0.12 +9948,Lost Horizon,PC,2010,Adventure,Deep Silver,0,0.1,0,0.02,0.12 +9949,Hanagumi Taisen Columns,SAT,1997,Puzzle,Sega,0,0,0.12,0,0.12 +9950,Tales of Destiny 2,PSP,2007,Role-Playing,Namco Bandai Games,0,0,0.12,0,0.12 +9951,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,GC,2005,Action,Konami Digital Entertainment,0.09,0.02,0,0,0.12 +9952,Power Pro Kun Pocket 14,DS,2011,Sports,Konami Digital Entertainment,0,0,0.12,0,0.12 +9953,Get Up and Dance,Wii,2011,Misc,O-Games,0.06,0.04,0,0.01,0.12 +9954,Merv Griffin's Crosswords,Wii,2008,Puzzle,THQ,0.11,0,0,0.01,0.12 +9955,Rango: The Video Game,DS,2011,Action,Electronic Arts,0.07,0.03,0,0.01,0.12 +9956,Planet 51,PS3,2009,Action,Sega,0.07,0.03,0,0.02,0.12 +9957,Ultimate Puzzle Games: Sudoku Edition,DS,2007,Puzzle,Telegames,0.11,0,0,0.01,0.12 +9958,Tokyo Twilight Ghost Hunters,PSV,2014,Role-Playing,Aksys Games,0.06,0.01,0.02,0.02,0.12 +9959,Deadpool,XOne,2015,Action,Activision,0.08,0.03,0,0.01,0.12 +9960,UN Squadron,SNES,1991,Shooter,Capcom,0,0,0.12,0,0.12 +9961,Tecmo Super Bowl,PS,1996,Sports,Tecmo Koei,0.06,0.04,0,0.01,0.12 +9962,TMNT,PSP,2007,Action,Ubisoft,0.1,0.01,0,0.01,0.12 +9963,Dora the Explorer: Journey to the Purple Planet,GC,2005,Adventure,Global Star,0.09,0.02,0,0,0.12 +9964,Lunar 2: Eternal Blue,SAT,1998,Role-Playing,Kadokawa Shoten,0,0,0.12,0,0.12 +9965,NHL Powerplay '96,PS,1996,Sports,Virgin Interactive,0.06,0.04,0,0.01,0.12 +9966,Thousand Arms,PS,1998,Role-Playing,Atlus,0.06,0.04,0,0.01,0.12 +9967,de Blob 2,DS,2011,Platform,THQ,0.09,0.02,0,0.01,0.12 +9968,Arctic Thunder,XB,2001,Racing,Midway Games,0.09,0.02,0,0,0.12 +9969,Hyperdimension Neptunia Re;Birth 3,PSV,2014,Action,Idea Factory International,0.07,0.01,0,0.03,0.12 +9970,Barnyard,GC,2006,Action,THQ,0.09,0.02,0,0,0.12 +9971,Stolen Song,PS,1998,Adventure,Sony Computer Entertainment,0,0,0.11,0.01,0.12 +9972,Darkspore,PC,2011,Role-Playing,Electronic Arts,0.07,0.03,0,0.01,0.12 +9973,2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe,X360,2013,Misc,Ubisoft,0.09,0.01,0,0.01,0.12 +9974,Armored Core: Verdict Day,PS3,2013,Simulation,From Software,0,0,0.12,0,0.12 +9975,Yattaman DS: BikkuriDokkiri Daisakusen da Koron,DS,2008,Action,Takara Tomy,0,0,0.12,0,0.12 +9976,Harvey Birdman: Attorney at Law,PS2,2008,Adventure,Capcom,0.06,0.04,0,0.01,0.12 +9977,Wipeout 2,PS3,2011,Misc,Activision,0.11,0,0,0.01,0.12 +9978,Dawn of Discovery,DS,2009,Simulation,Ubisoft,0.07,0.03,0,0.01,0.12 +9979,DEATH NOTE: Kira Game,DS,2007,Adventure,Konami Digital Entertainment,0,0,0.12,0,0.12 +9980,Sengoku Cyber: Fujimaru Jigokuhen,PS,1995,Strategy,Sony Computer Entertainment,0,0,0.11,0.01,0.12 +9981,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol.10: CR Shinseiki Evangelion: Kiseki no Kachi,PS2,2007,Misc,D3Publisher,0,0,0.12,0,0.12 +9982,ASH: Archaic Sealed Heat,DS,2007,Role-Playing,Nintendo,0,0,0.12,0,0.12 +9983,Happy Feet Two,DS,N/A,Action,Warner Bros. Interactive Entertainment,0.09,0.02,0,0.01,0.12 +9984,Brunswick Pro Bowling,3DS,2011,Sports,Crave Entertainment,0.11,0,0,0.01,0.12 +9985,Fantastic Four: Rise of the Silver Surfer,X360,2007,Action,Take-Two Interactive,0.1,0.01,0,0.01,0.12 +9986,Dorabase 2: Nettou Ultra Stadium,DS,2009,Sports,Namco Bandai Games,0,0,0.12,0,0.12 +9987,Center Ring Boxing,SAT,1994,Fighting,JVC,0,0,0.12,0,0.12 +9988,NHL 2K3,XB,2002,Sports,Sega,0.09,0.02,0,0,0.12 +9989,Puzzler World 2,DS,2010,Puzzle,Ubisoft,0.02,0.07,0,0.02,0.12 +9990,Die Hard: Vendetta,GC,2002,Shooter,NDA Productions,0.09,0.02,0,0,0.12 +9991,Sword Art Online: Hollow Fragment,PS4,2015,Role-Playing,Namco Bandai Games,0,0.1,0,0.02,0.12 +9992,F1 2002,PS2,2002,Racing,Electronic Arts,0.05,0.04,0.02,0.01,0.12 +9993,Hasbro Family Game Night Fun Pack,Wii,2011,Misc,Electronic Arts,0.11,0,0,0.01,0.12 +9994,FIFA Soccer,PSP,2005,Sports,Electronic Arts,0.11,0,0,0.01,0.12 +9995,Dead Island Definitive Collection,PS4,2016,Action,Deep Silver,0.02,0.07,0.01,0.02,0.12 +9996,Sphinx and the Cursed Mummy,XB,2003,Action,THQ,0.09,0.02,0,0,0.12 +9997,Army Men: Soldiers of Misfortune,DS,2008,Shooter,Zoo Games,0.11,0,0,0.01,0.12 +9998,GT Advance 2: Rally Racing,GBA,2001,Racing,THQ,0.08,0.03,0,0,0.11 +9999,Mystery P.I. - Portrait of a Thief,DS,2008,Adventure,Unknown,0.11,0,0,0.01,0.11 +10000,Yakuza,PS3,2012,Action,Sega,0,0,0.11,0,0.11 +10001,DOA 2: Dead or Alive 2 Hardcore,PS2,2000,Fighting,Tecmo Koei,0,0,0.11,0,0.11 +10002,A Witch's Tale,DS,2009,Role-Playing,Nippon Ichi Software,0.08,0,0.03,0.01,0.11 +10003,Hollywood Squares,Wii,2010,Misc,Ubisoft,0.11,0,0,0.01,0.11 +10004,Cabela's Deer Hunt 2005 Season,XB,2004,Sports,Activision,0.09,0.02,0,0,0.11 +10005,SplashDown,XB,2002,Racing,Atari,0.09,0.02,0,0,0.11 +10006,Nobunaga no Yabou: Tenshoki,SAT,1995,Strategy,Tecmo Koei,0,0,0.11,0,0.11 +10007,Stronghold,PC,2001,Strategy,Gathering of Developers,0,0.09,0,0.02,0.11 +10008,Warhammer: Battle March,X360,2008,Strategy,Deep Silver,0.09,0.02,0,0.01,0.11 +10009,F1 Racing Championship,PS,2000,Racing,Video System,0.06,0.04,0,0.01,0.11 +10010,Dead Man's Hand,XB,2004,Shooter,Atari,0.09,0.02,0,0,0.11 +10011,Smash Cars,PS2,2003,Racing,Metro 3D,0.06,0.04,0,0.01,0.11 +10012,NASCAR 07,PS2,2006,Racing,Electronic Arts,0.06,0.04,0,0.01,0.11 +10013,Karaoke Revolution Presents American Idol Encore 2,PS3,2008,Misc,Konami Digital Entertainment,0.11,0,0,0.01,0.11 +10014,Nickelodeon Dance,X360,2011,Misc,Take-Two Interactive,0.08,0.02,0,0.01,0.11 +10015,Pac 'n Roll,DS,2005,Platform,Namco Bandai Games,0.09,0,0.02,0.01,0.11 +10016,Cabela's North American Adventures,PS3,2010,Sports,Activision,0.11,0,0,0.01,0.11 +10017,Mechanic Master,DS,2008,Puzzle,Midway Games,0.1,0,0,0.01,0.11 +10018,Jikkyou Powerful Pro Yakyuu 12 Ketteiban,PS2,2005,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10019,Melty Blood: Act Cadenza,PS2,2006,Fighting,Sega,0,0,0.11,0,0.11 +10020,Dokapon Kingdom,PS2,2007,Role-Playing,Sting,0.05,0.04,0.02,0.01,0.11 +10021,ToeJam & Earl III: Mission to Earth,XB,2002,Action,Sega,0.09,0.02,0,0,0.11 +10022,Phantasy Star Collection,GBA,2002,Role-Playing,Atari,0.08,0.03,0,0,0.11 +10023,Doukoku Shoshite...,SAT,1998,Adventure,Data East,0,0,0.11,0,0.11 +10024,LEGO Knights' Kingdom,GBA,2004,Action,THQ,0.08,0.03,0,0,0.11 +10025,Final Fantasy III,PSP,2012,Role-Playing,Square Enix,0,0,0.11,0,0.11 +10026,Family Game Night 4: The Game Show,PS3,2011,Misc,Electronic Arts,0.08,0.02,0,0.01,0.11 +10027,Retro Game Challenge,DS,2007,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10028,NBA Jam 2002,GBA,2002,Sports,Acclaim Entertainment,0.08,0.03,0,0,0.11 +10029,Every Extend Extra,PSP,2006,Shooter,Disney Interactive Studios,0.1,0.01,0,0.01,0.11 +10030,Shining Force NEO,PS2,2005,Role-Playing,Sega,0.06,0.04,0,0.01,0.11 +10031,Tony Hawk's Pro Skater 5,XOne,2015,Sports,Activision,0.08,0.02,0,0.01,0.11 +10032,Brain Quest: Grades 5 & 6,DS,2008,Misc,Electronic Arts,0.11,0,0,0.01,0.11 +10033,SingStar Latino,PS3,2009,Misc,Sony Computer Entertainment,0.11,0,0,0.01,0.11 +10034,Girl Time,DS,2009,Simulation,THQ,0.11,0,0,0.01,0.11 +10035,Army Men: Sarge's War,XB,2004,Shooter,Global Star,0.09,0.02,0,0,0.11 +10036,Ultimate Mortal Kombat,DS,2007,Fighting,Midway Games,0.09,0.01,0,0.01,0.11 +10037,Pocket Soccer League: Calciobit,3DS,2012,Sports,Nintendo,0,0,0.11,0,0.11 +10038,Primal Rage,PS,1994,Fighting,Time Warner Interactive,0.06,0.04,0,0.01,0.11 +10039,FIFA Street 2,GC,2006,Sports,Electronic Arts,0.09,0.02,0,0,0.11 +10040,DiRT Rally,XOne,2016,Racing,Codemasters,0.03,0.08,0,0.01,0.11 +10041,Heart Catch PreCure! Oshare Collection,DS,2010,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10042,UEFA Euro 2016,PS3,2016,Sports,Konami Digital Entertainment,0,0.08,0.02,0.01,0.11 +10043,Taito Legends,PS2,2005,Misc,Empire Interactive,0.06,0.04,0,0.01,0.11 +10044,Tom Clancy's Rainbow Six: Rogue Spear,GBA,2002,Shooter,Ubisoft,0.08,0.03,0,0,0.11 +10045,BoomBots,PS,1999,Fighting,SouthPeak Games,0.06,0.04,0,0.01,0.11 +10046,Monster Madness: Battle for Suburbia,X360,2007,Shooter,SouthPeak Games,0.1,0,0,0.01,0.11 +10047,Star Trek: Conquest,PS2,N/A,Strategy,Bethesda Softworks,0.06,0.04,0,0.01,0.11 +10048,FIFA Soccer 06,PSP,2005,Sports,Electronic Arts,0.1,0.01,0,0.01,0.11 +10049,Life is Strange,XOne,2016,Adventure,Square Enix,0.08,0.02,0,0.01,0.11 +10050,NFL Head Coach 09,X360,2008,Sports,Electronic Arts,0.11,0,0,0.01,0.11 +10051,World Championship Rugby,PS2,2004,Sports,Acclaim Entertainment,0.06,0.04,0,0.01,0.11 +10052,Phantom Dust,XB,2004,Action,Microsoft Game Studios,0.08,0.02,0,0,0.11 +10053,Shinseiki Evangelion: Koutetsu no Girlfriend,PS,1998,Adventure,Gainax Network Systems,0,0,0.11,0.01,0.11 +10054,Shin Sangoku Musou: Multi Raid 2,PSP,2010,Action,Tecmo Koei,0,0,0.11,0,0.11 +10055,Taiko Drum Master: Tokumori!,WiiU,2014,Misc,Namco Bandai Games,0,0,0.11,0,0.11 +10056,Growlanser Generations,PS2,2003,Role-Playing,Atlus,0.06,0.04,0,0.01,0.11 +10057,Mega Man Battle Chip Challenge,GBA,2003,Misc,Capcom,0.08,0.03,0,0,0.11 +10058,Desktop Tower Defense,DS,2009,Strategy,THQ,0.11,0,0,0.01,0.11 +10059,Puyo Puyo Tetris,3DS,2014,Puzzle,Sega,0,0,0.11,0,0.11 +10060,Pro Evolution Soccer 2014,PC,2013,Action,Konami Digital Entertainment,0,0.09,0,0.02,0.11 +10061,"Sakura Wars: So Long, My Love",Wii,2010,Role-Playing,Ackkstudios,0.06,0.04,0,0.01,0.11 +10062,The Settlers,DS,2007,Action,Ubisoft,0.1,0,0,0.01,0.11 +10063,Grease,DS,2010,Misc,505 Games,0.1,0,0,0.01,0.11 +10064,My SAT Coach with The Princeton Review,DS,2008,Misc,Ubisoft,0.1,0,0,0.01,0.11 +10065,Family Fun Football,Wii,2009,Sports,Tecmo Koei,0.1,0,0,0.01,0.11 +10066,Ring of Red,PS2,2000,Strategy,Konami Digital Entertainment,0.06,0.04,0,0.01,0.11 +10067,Cold Winter,PS2,2005,Shooter,Vivendi Games,0.06,0.04,0,0.01,0.11 +10068,International Track & Field 2000,PS,1999,Sports,Konami Digital Entertainment,0.06,0.04,0,0.01,0.11 +10069,The Hardy Boys: Treasure on the Tracks,DS,2009,Adventure,Sega,0.11,0,0,0.01,0.11 +10070,PDC World Championship Darts: Pro Tour,PS3,2010,Sports,O-Games,0,0.09,0,0.03,0.11 +10071,Stubbs the Zombie in Rebel Without a Pulse,XB,2005,Action,THQ,0.08,0.02,0,0,0.11 +10072,Batman: Dark Tomorrow,XB,2003,Action,Kemco,0.08,0.02,0,0,0.11 +10073,Ping Pals,DS,2004,Misc,THQ,0.1,0,0,0.01,0.11 +10074,Fatal Frame: Maiden of Black Water,WiiU,2014,Action,Nintendo,0,0.03,0.08,0,0.11 +10075,MySims SkyHeroes,PS3,2010,Action,Electronic Arts,0.08,0.02,0,0.01,0.11 +10076,Blood Drive,X360,2010,Racing,Activision,0.09,0.01,0,0.01,0.11 +10077,18 Wheeler: American Pro Trucker,GC,2002,Racing,Acclaim Entertainment,0.09,0.02,0,0,0.11 +10078,Jake Hunter Detective Story: Memories of the Past,DS,2007,Adventure,PQube,0.06,0,0.05,0,0.11 +10079,Start the Party! Save the World,PS3,2011,Misc,Sony Computer Entertainment,0,0.09,0,0.03,0.11 +10080,The King of Fighters XII,X360,2009,Fighting,Ignition Entertainment,0.09,0,0.01,0.01,0.11 +10081,Digimon World DS,DS,2006,Role-Playing,Namco Bandai Games,0.1,0,0,0.01,0.11 +10082,Naruto Ultimate Collection,PS2,2008,Misc,Namco Bandai Games,0.06,0.04,0,0.01,0.11 +10083,The King of Fighters '99,PS,2000,Fighting,SNK,0,0,0.11,0.01,0.11 +10084,Mass Destruction,PS,1997,Shooter,BMG Interactive Entertainment,0.06,0.04,0,0.01,0.11 +10085,Bodycount,X360,2011,Shooter,Codemasters,0.07,0.03,0,0.01,0.11 +10086,Batman: Rise of Sin Tzu,XB,2003,Action,Ubisoft,0.08,0.02,0,0,0.11 +10087,Shinseiki Evangelion: Koutetsu no Girlfriend,SAT,1998,Adventure,Sega,0,0,0.11,0,0.11 +10088,Skylanders: SuperChargers,3DS,2015,Action,Activision,0.05,0.06,0,0.01,0.11 +10089,Super Swing Golf Season 2,Wii,2007,Sports,Rising Star Games,0.08,0,0.03,0.01,0.11 +10090,Queen's Blade: Spiral Chaos,PSP,2009,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10091,Jikkyou Powerful Pro Yakyuu '95,PS,1994,Sports,Konami Digital Entertainment,0,0,0.11,0.01,0.11 +10092,Spy vs Spy,XB,2005,Action,Global Star,0.08,0.02,0,0,0.11 +10093,Coraline,PS2,2009,Action,D3Publisher,0.06,0.04,0,0.01,0.11 +10094,The Price is Right: Decades,X360,2011,Misc,Ubisoft,0.11,0,0,0.01,0.11 +10095,Sega Touring Car Championship,SAT,1996,Racing,Sega,0,0,0.11,0,0.11 +10096,GoldenEye: Rogue Agent,DS,2005,Shooter,Electronic Arts,0.1,0,0,0.01,0.11 +10097,JASF: Jane's Advanced Strike Fighters,PS3,2011,Simulation,Deep Silver,0.07,0.03,0,0.02,0.11 +10098,Cake Mania,DS,2007,Puzzle,Majesco Entertainment,0.09,0.01,0,0.01,0.11 +10099,Cold Fear,PS2,2005,Action,Ubisoft,0.06,0.04,0,0.01,0.11 +10100,Akiba's Trip: Undead & Undressed,PS4,2014,Action,Acquire,0.08,0,0.01,0.02,0.11 +10101,Zangeki no Reginleiv,Wii,2010,Action,Nintendo,0,0,0.11,0,0.11 +10102,Stronghold Kingdoms,PC,2011,Strategy,DTP Entertainment,0,0.1,0,0.02,0.11 +10103,Fabulous Finds,DS,2009,Puzzle,ValuSoft,0.1,0,0,0.01,0.11 +10104,Vacation Sports,Wii,2009,Sports,Ubisoft,0.1,0.01,0,0.01,0.11 +10105,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden,PS2,2006,Misc,Daito,0,0,0.11,0,0.11 +10106,PDC World Championship Darts: Pro Tour,Wii,2010,Sports,O-Games,0,0.1,0,0.01,0.11 +10107,Pimp My Ride,Wii,2008,Racing,Activision,0.1,0,0,0.01,0.11 +10108,Surf's Up,PSP,2007,Sports,Ubisoft,0.02,0.06,0,0.03,0.11 +10109,Invizimals: The Lost Tribes,PSP,2011,Action,Sony Computer Entertainment,0,0.08,0,0.04,0.11 +10110,Let's Play Garden,DS,2010,Simulation,Deep Silver,0.11,0,0,0.01,0.11 +10111,NHL Hitz 20-03,XB,2002,Sports,Midway Games,0.08,0.02,0,0,0.11 +10112,Murakumo: Renegade Mech Pursuit,XB,2002,Shooter,From Software,0.04,0.01,0.06,0,0.11 +10113,Heavy Fire: Afghanistan,Wii,2011,Shooter,Mastiff,0.11,0,0,0.01,0.11 +10114,Samurai Warriors 4-II,PS4,2015,Action,Tecmo Koei,0.03,0.02,0.06,0.01,0.11 +10115,Open Season,X360,2006,Platform,Ubisoft,0.1,0,0,0.01,0.11 +10116,WireWay,DS,2009,Adventure,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10117,Gun Metal,XB,2002,Shooter,Rage Software,0.08,0.02,0,0,0.11 +10118,Just In Time Translations,DS,2009,Misc,THQ,0.1,0,0,0.01,0.11 +10119,John Daly's ProStroke Golf,PS3,2010,Sports,O-Games,0.09,0.02,0,0.01,0.11 +10120,Pro Yaky? Spirits 5,PS3,2008,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10121,Samurai Warriors 4-II,PS3,2015,Action,Tecmo Koei,0,0,0.11,0,0.11 +10122,BloodRayne,GC,2002,Shooter,Universal Interactive,0.09,0.02,0,0,0.11 +10123,The Hardy Boys: The Hidden Theft,Wii,2009,Adventure,The Adventure Company,0.07,0.03,0,0.01,0.11 +10124,Metal Slug 4 & 5,PS2,2005,Shooter,SNK Playmore,0.05,0.04,0,0.01,0.11 +10125,Pac-Man and the Ghostly Adventures 2,X360,2014,Adventure,Namco Bandai Games,0.05,0.05,0,0.01,0.11 +10126,ECW Anarchy Rulz,PS,1999,Fighting,Acclaim Entertainment,0.06,0.04,0,0.01,0.11 +10127,InuYasha: A Feudal Fairy Tale,PS,2002,Fighting,Namco Bandai Games,0,0,0.1,0.01,0.11 +10128,Gem Quest: 4 Elements,DS,2011,Puzzle,Mastertronic,0.05,0.05,0,0.01,0.11 +10129,Funky Barn,3DS,2012,Simulation,Ubisoft,0.07,0.03,0,0.01,0.11 +10130,J-League Winning Eleven 9: Asia Championship,PS2,2005,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10131,Sabrina The Teenage Witch: Potion Commotion,GBA,2002,Action,Ubisoft,0.08,0.03,0,0,0.11 +10132,Pac-Man Pinball Advance,GBA,2005,Misc,Zoo Digital Publishing,0.08,0.03,0,0,0.11 +10133,Pocket Pets,DS,2007,Simulation,O3 Entertainment,0.1,0,0,0.01,0.11 +10134,Yu Yu Hakusho: Tournament Tactics,GBA,2004,Strategy,Atari,0.08,0.03,0,0,0.11 +10135,Home Run King,GC,2002,Sports,Sega,0.09,0.02,0,0,0.11 +10136,Power Rangers: Super Legends,DS,2007,Action,Disney Interactive Studios,0.08,0.03,0,0.01,0.11 +10137,To Heart 2: Dungeon Travelers,PSP,2011,Adventure,Aqua Plus,0,0,0.11,0,0.11 +10138,Where the Wild Things Are,X360,2009,Platform,Warner Bros. Interactive Entertainment,0.1,0,0,0.01,0.11 +10139,Lost in Blue,DS,2005,Adventure,Konami Digital Entertainment,0.07,0.02,0.02,0.01,0.11 +10140,Criminal Girls: Invite Only,PSV,2013,Role-Playing,Nippon Ichi Software,0.04,0.02,0.04,0.02,0.11 +10141,WWE All Stars,PS2,2011,Fighting,THQ,0.05,0.04,0,0.01,0.11 +10142,MLB Power Pros,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10143,Truth or Lies,X360,2010,Misc,THQ,0.07,0.03,0,0.01,0.11 +10144,Virtua Fighter CG Portrait Series Vol.1: Sarah Bryant,SAT,1995,Misc,Sega,0,0,0.11,0,0.11 +10145,Kousoku Card Battle: Card Hero,DS,2007,Strategy,Nintendo,0,0,0.11,0,0.11 +10146,AirForce Delta Strike,PS2,2004,Simulation,Konami Digital Entertainment,0.05,0.04,0,0.01,0.11 +10147,Dora's Big Birthday Adventure,Wii,2010,Misc,Take-Two Interactive,0.1,0.01,0,0.01,0.11 +10148,Tokimeki Memorial: Girl's Side 2nd Season,DS,2008,Adventure,Konami Digital Entertainment,0,0,0.11,0,0.11 +10149,Disney's Peter Pan: Return to Never Land,GBA,2002,Platform,Ubisoft,0.08,0.03,0,0,0.11 +10150,The Fairly Odd Parents: Breakin Da Rules,XB,2003,Platform,THQ,0.08,0.02,0,0,0.11 +10151,Monkey Island: Special Edition Collection,PS3,2011,Adventure,Activision,0,0.08,0,0.03,0.11 +10152,Capcom vs. SNK 2 EO,GC,2002,Fighting,Capcom,0.09,0.02,0,0,0.11 +10153,Hot Wheels Velocity X,GC,2002,Racing,THQ,0.09,0.02,0,0,0.11 +10154,Super Run For Money Tousouchuu Atsumare! Saikyou no Tousou Monotachi,3DS,2015,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10155,Spyborgs,Wii,2009,Action,Capcom,0.1,0.01,0,0.01,0.11 +10156,American Girl: Julie Finds a Way,DS,2007,Adventure,THQ,0.1,0,0,0.01,0.11 +10157,Contra Advance: The Alien Wars EX,GBA,2002,Shooter,Konami Digital Entertainment,0.08,0.03,0,0,0.11 +10158,Jikkyou Powerful Pro Baseball 2016,PS3,2016,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10159,The History Channel: Battle for the Pacific,Wii,2007,Shooter,Activision,0.1,0,0,0.01,0.11 +10160,18 Wheels of Steel: Extreme Trucker 2,PC,2011,Racing,Rondomedia,0.08,0.02,0,0.01,0.11 +10161,Happy Feet Two,3DS,2011,Action,Warner Bros. Interactive Entertainment,0.08,0.02,0,0.01,0.11 +10162,Army Men: RTS,PS2,2002,Strategy,3DO,0.05,0.04,0,0.01,0.11 +10163,Mobile Suit Gundam: MS Sensen 0079,Wii,2007,Simulation,Namco Bandai Games,0,0,0.11,0,0.11 +10164,Pinball Hall of Fame: The Williams Collection,PSP,2008,Misc,System 3 Arcade Software,0.09,0.01,0,0.01,0.11 +10165,Space Chimps,X360,2008,Platform,Brash Entertainment,0.1,0,0,0.01,0.11 +10166,The Spiderwick Chronicles,X360,2008,Action,Vivendi Games,0.09,0.01,0,0.01,0.11 +10167,Project CARS,PC,2015,Racing,Slightly Mad Studios,0,0.1,0,0.01,0.11 +10168,Green Lantern: Rise of the Manhunters,DS,2011,Action,Warner Bros. Interactive Entertainment,0.08,0.02,0,0.01,0.11 +10169,Eragon,PSP,2006,Action,Vivendi Games,0.1,0,0,0.01,0.11 +10170,Shin Kamaitachi no Yoru: 11 Hitome no Suspect,PS3,2011,Adventure,THQ,0,0,0.11,0,0.11 +10171,Guitar Rock Tour,DS,2007,Misc,Gameloft,0.1,0,0,0.01,0.11 +10172,Mortal Kombat: Deception,GC,2005,Fighting,Midway Games,0.09,0.02,0,0,0.11 +10173,ESPN NHL Hockey,XB,2003,Sports,Sega,0.08,0.02,0,0,0.11 +10174,Monster Lab,PS2,2008,Role-Playing,Eidos Interactive,0.05,0.04,0,0.01,0.11 +10175,XXX,GBA,2002,Action,Activision,0.08,0.03,0,0,0.11 +10176,Machinarium,PC,2009,Adventure,Daedalic,0,0.09,0,0.02,0.11 +10177,The Smurfs 2,PS3,2013,Platform,Ubisoft,0.02,0.07,0,0.02,0.11 +10178,Maximum Force,PS,1997,Shooter,GT Interactive,0.06,0.04,0,0.01,0.11 +10179,NCIS 3D,3DS,2011,Adventure,Ubisoft,0.06,0.04,0,0.01,0.11 +10180,Worms Forts: Under Siege,PS2,2004,Strategy,Acclaim Entertainment,0.05,0.04,0,0.01,0.11 +10181,Alvin and the Chipmunks: Chipwrecked,DS,2011,Misc,505 Games,0.07,0.03,0,0.01,0.11 +10182,Totally Spies! Totally Party,Wii,2008,Misc,Ubisoft,0.09,0.01,0,0.01,0.11 +10183,Smash Court Tennis 3,X360,2007,Sports,Atari,0.08,0.02,0,0.01,0.11 +10184,ATV Quad Kings,DS,2010,Racing,Storm City Games,0.1,0,0,0.01,0.11 +10185,Naruto Shippuden: Naruto vs. Sasuke,DS,2008,Action,Takara Tomy,0.08,0,0.03,0.01,0.11 +10186,DualPenSports,3DS,2011,Sports,Namco Bandai Games,0.05,0.05,0,0.01,0.11 +10187,Project: Snowblind,XB,2005,Action,Eidos Interactive,0.08,0.02,0,0,0.11 +10188,Astro Boy: The Video Game,PS2,2009,Action,D3Publisher,0.05,0.04,0,0.01,0.11 +10189,HOP,DS,2011,Platform,505 Games,0.09,0.01,0,0.01,0.11 +10190,Brave Story: New Traveler (US sales),PSP,2006,Role-Playing,Sony Computer Entertainment,0.11,0,0,0,0.11 +10191,Disney's Extreme Skate Adventure,XB,2003,Sports,Activision,0.08,0.02,0,0,0.11 +10192,Tales of Phantasia (PS1 & PSP Versions),PSP,2006,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10193,Kouchuu Ouja Mushi King: Super Collection,DS,2007,Action,Sega,0,0,0.11,0,0.11 +10194,The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,GC,2003,Action,THQ,0.09,0.02,0,0,0.11 +10195,Pac-Man World 2,GBA,2005,Action,Zoo Digital Publishing,0.08,0.03,0,0,0.11 +10196,Yoostar2,PS3,2011,Misc,Unknown,0.04,0.05,0,0.02,0.11 +10197,Avatar: The Last Airbender,PSP,2006,Adventure,THQ,0.1,0,0,0.01,0.11 +10198,Odama,GC,2006,Misc,Nintendo,0.07,0.02,0.02,0,0.11 +10199,Karaoke Revolution Presents American Idol Encore,X360,2008,Misc,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10200,FlatOut: Ultimate Carnage,X360,2007,Racing,Empire Interactive,0.07,0.03,0,0.01,0.11 +10201,Mobile Light Force 2,PS2,2002,Shooter,Taito,0.05,0.04,0,0.01,0.11 +10202,Naval Ops: Warship Gunner,PS2,2003,Simulation,Tecmo Koei,0.05,0.04,0,0.01,0.11 +10203,Soma Bringer,DS,2008,Role-Playing,Nintendo,0,0,0.11,0,0.11 +10204,"Sesame Street: Ready, Set, Grover!",Wii,2011,Misc,Warner Bros. Interactive Entertainment,0.1,0,0,0.01,0.11 +10205,Shin Sangoku Musou 6 Special,PSP,2011,Action,Tecmo Koei,0,0,0.11,0,0.11 +10206,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,X360,2011,Action,THQ,0.07,0.03,0,0.01,0.11 +10207,Go! Sudoku (JP sales),PSP,2005,Puzzle,Sony Computer Entertainment,0,0,0.11,0,0.11 +10208,EA Replay,PSP,2006,Action,Electronic Arts,0.09,0,0,0.01,0.11 +10209,Paws & Claws Pet Vet: Australian Adventures,DS,2009,Simulation,THQ,0.1,0,0,0.01,0.11 +10210,Bionicle Heroes,GC,2006,Shooter,Eidos Interactive,0.08,0.02,0,0,0.11 +10211,Trauma Center: Under the Knife 2,DS,2008,Simulation,Atlus,0.1,0,0,0.01,0.11 +10212,Puss in Boots,DS,2011,Action,THQ,0.09,0.01,0,0.01,0.11 +10213,Split/Second,PSP,2010,Racing,Disney Interactive Studios,0.07,0.02,0,0.02,0.11 +10214,The Croods: Prehistoric Party!,Wii,2013,Misc,D3Publisher,0.03,0.07,0,0.01,0.11 +10215,The King of Fighters 2000/2001,PS2,2003,Fighting,Ignition Entertainment,0.05,0.04,0,0.01,0.11 +10216,Lunacy,SAT,1996,Adventure,Sega,0,0,0.11,0,0.11 +10217,Batman & Robin,PS,1998,Action,Acclaim Entertainment,0.06,0.04,0,0.01,0.11 +10218,Snowboard Kids 2,N64,1999,Sports,Atlus,0.09,0.02,0,0,0.11 +10219,Tonic Trouble,N64,1999,Platform,Ubisoft,0.09,0.02,0,0,0.11 +10220,Nuclear Strike 64,N64,1999,Simulation,THQ,0.09,0.02,0,0,0.11 +10221,Chameleon Twist,N64,1997,Platform,Sunsoft,0.09,0.02,0,0,0.11 +10222,Top Gear Rally 2,N64,1999,Racing,Kemco,0.09,0.02,0,0,0.11 +10223,Chopper Attack,N64,1997,Action,GT Interactive,0.09,0.02,0,0,0.11 +10224,Vigilante 8: 2nd Offense,N64,2000,Racing,Activision,0.09,0.02,0,0,0.11 +10225,Fighting Force 64,N64,1999,Action,Crave Entertainment,0.09,0.02,0,0,0.11 +10226,Thief (2014),PC,2014,Action,Square Enix,0,0.09,0,0.02,0.11 +10227,Rock Band: Metal Track Pack,Wii,2009,Misc,MTV Games,0.1,0,0,0.01,0.11 +10228,Pac-Man and the Ghostly Adventures 2,PS3,2014,Adventure,Namco Bandai Games,0.05,0.04,0,0.02,0.11 +10229,BlazBlue: Calamity Trigger Portable,PSP,2010,Fighting,PQube,0.07,0.01,0.03,0.01,0.11 +10230,Night at the Museum: Battle of the Smithsonian,X360,2009,Action,Majesco Entertainment,0.07,0.03,0,0.01,0.11 +10231,Street Fighter Collection,SAT,1996,Fighting,Capcom,0,0,0.11,0,0.11 +10232,Ninja Assault,PS2,2002,Shooter,Namco Bandai Games,0.05,0.04,0,0.01,0.11 +10233,Tales of Berseria,PS3,2016,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10234,Samurai Warriors 4,PSV,2014,Action,Tecmo Koei,0,0,0.11,0,0.11 +10235,GunGriffon Blaze,PS2,2000,Simulation,Swing! Entertainment,0.05,0.04,0,0.01,0.11 +10236,Higurashi no Naku Koro ni Matsuri,PS2,2007,Adventure,Alchemist,0,0,0.11,0,0.11 +10237,Frontier Gate,PSP,2011,Role-Playing,Konami Digital Entertainment,0,0,0.11,0,0.11 +10238,Transformers: Devastation,PS3,2015,Action,Activision,0.03,0.07,0,0.02,0.11 +10239,Top Angler: Real Bass Fishing,PS2,2002,Sports,Xicat Interactive,0.05,0.04,0,0.01,0.11 +10240,Gabrielle's Ghostly Groove 3D,3DS,2011,Adventure,Funbox Media,0.08,0.02,0,0.01,0.11 +10241,Michael Phelps: Push the Limit,X360,2011,Sports,505 Games,0.09,0.01,0,0.01,0.11 +10242,Breakout,PS,1999,Puzzle,Hasbro Interactive,0.06,0.04,0,0.01,0.11 +10243,Frogger: Helmet Chaos,PSP,2005,Platform,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10244,AKB48+Me,3DS,2012,Action,Unknown,0,0,0.11,0,0.11 +10245,Touch Detective 2 1/2,DS,2007,Adventure,505 Games,0.09,0,0.01,0.01,0.11 +10246,Alias,PS2,2004,Action,Acclaim Entertainment,0.05,0.04,0,0.01,0.11 +10247,Planet 51,X360,2009,Action,Sega,0.07,0.03,0,0.01,0.11 +10248,Call of Juarez: The Cartel,PC,2011,Shooter,Ubisoft,0.05,0.05,0,0.01,0.11 +10249,Sakura Taisen Hanagumi Tsuushin,SAT,1997,Misc,Sega,0,0,0.11,0,0.11 +10250,Famicom Mini: Famicom Tantei Club - Kieta Koukeisha Zenkouhen,GBA,2004,Adventure,Nintendo,0,0,0.11,0,0.11 +10251,Tornado Outbreak,Wii,2009,Action,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10252,Pimp My Ride,X360,2006,Racing,Activision,0.1,0.01,0,0.01,0.11 +10253,Michael Jackson: The Experience,PSV,2011,Misc,Ubisoft,0.05,0.04,0,0.02,0.11 +10254,Astro Boy: The Video Game,Wii,2009,Action,D3Publisher,0.1,0,0,0.01,0.11 +10255,Outlaw Golf: Nine Holes of Christmas,XB,2002,Sports,Simon & Schuster Interactive,0.08,0.02,0,0,0.11 +10256,NHL Rivals 2004,XB,2003,Sports,Microsoft Game Studios,0.08,0.02,0,0,0.11 +10257,X-Men: Next Dimension,XB,2002,Fighting,Activision,0.08,0.02,0,0,0.11 +10258,Tyco RC: Assault with a Battery,PS,1999,Racing,Syscom,0.06,0.04,0,0.01,0.11 +10259,Felony 11-79,PS,1997,Racing,ASCII Entertainment,0.06,0.04,0,0.01,0.11 +10260,Terraria,PSV,2013,Action,Screenlife,0,0.01,0.09,0,0.11 +10261,Classic Road,SNES,1993,Sports,Victor Interactive,0,0,0.11,0,0.11 +10262,Bust-A-Move DS,DS,2005,Puzzle,505 Games,0.08,0.02,0,0.01,0.11 +10263,Nicktoons: Unite!,DS,2006,Adventure,THQ,0.1,0,0,0.01,0.11 +10264,SimAnimals Africa,DS,2009,Simulation,Electronic Arts,0.08,0.02,0,0.01,0.11 +10265,Death Jr.: Root of Evil,Wii,2008,Platform,Eidos Interactive,0.1,0,0,0.01,0.11 +10266,One Piece: Burning Blood,PSV,2016,Fighting,Namco Bandai Games,0,0.03,0.07,0.01,0.11 +10267,Panzer Dragoon Saga,SAT,1997,Role-Playing,Sega,0,0,0.11,0,0.11 +10268,Sonic Generations,PC,2011,Platform,Sega,0.02,0.07,0,0.02,0.11 +10269,Mushroom Men: Rise of the Fungi,DS,2008,Action,SouthPeak Games,0.1,0,0,0.01,0.11 +10270,Shining Ark,PSP,2013,Role-Playing,Sega,0,0,0.11,0,0.11 +10271,The Scorpion King: Rise of the Akkadian,GC,2002,Action,Universal Interactive,0.08,0.02,0,0,0.11 +10272,Backyard Baseball '10,Wii,2009,Sports,Atari,0.1,0,0,0.01,0.11 +10273,Transformers: Beast Wars Transmetals,PS,2000,Fighting,BAM! Entertainment,0.06,0.04,0,0.01,0.11 +10274,GiFTPiA,GC,N/A,Role-Playing,Unknown,0,0,0.11,0,0.11 +10275,Animal Planet: Vet Life,DS,2009,Simulation,Activision,0.1,0,0,0.01,0.11 +10276,My Little Sister Can't Be This Cute Portable,PSP,2012,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10277,Silly Bandz: Play The Craze,DS,2010,Puzzle,Deep Silver,0.1,0,0,0.01,0.11 +10278,Charlie and the Chocolate Factory,XB,2005,Adventure,Global Star,0.08,0.02,0,0,0.11 +10279,Constantine,PS2,2005,Action,SCi,0.05,0.04,0,0.01,0.11 +10280,Where the Wild Things Are,PS3,2009,Platform,Warner Bros. Interactive Entertainment,0.09,0.01,0,0.01,0.11 +10281,Dynasty Tactics 2,PS2,2003,Strategy,Tecmo Koei,0.05,0.04,0,0.01,0.11 +10282,Real World Golf,PS2,2005,Sports,Valcon Games,0.05,0.04,0,0.01,0.11 +10283,Winter Heat,SAT,1996,Sports,Sega,0,0,0.11,0,0.11 +10284,Ty the Tasmanian Tiger 2: Bush Rescue,XB,2004,Platform,Electronic Arts,0.08,0.02,0,0,0.11 +10285,Digimon Story: Cyber Sleuth,PS4,2016,Role-Playing,Namco Bandai Games,0,0.09,0,0.02,0.11 +10286,JU-ON: The Grudge,Wii,2009,Action,Rising Star Games,0.08,0.01,0.01,0.01,0.11 +10287,Defender,GC,2002,Misc,Midway Games,0.08,0.02,0,0,0.11 +10288,Deca Sports DS,DS,2009,Sports,Hudson Soft,0.08,0.02,0,0.01,0.11 +10289,The Polar Express,GC,2004,Adventure,THQ,0.08,0.02,0,0,0.11 +10290,BMX XXX,XB,2002,Sports,Acclaim Entertainment,0.08,0.02,0,0,0.11 +10291,ATV: Quad Frenzy,DS,2005,Racing,Majesco Entertainment,0.1,0,0,0.01,0.11 +10292,Akiba's Trip: Undead & Undressed,PS3,2013,Action,Nippon Ichi Software,0.05,0.01,0.04,0.01,0.11 +10293,Backyard NFL Football '10,X360,2009,Sports,Atari,0.1,0,0,0.01,0.11 +10294,The Godfather: Mob Wars,PSP,2006,Action,Electronic Arts,0.09,0.01,0,0.01,0.11 +10295,Lady Sia,GBA,2001,Platform,TDK Mediactive,0.08,0.03,0,0,0.11 +10296,Rock Band: Metal Track Pack,PS2,2009,Misc,MTV Games,0.05,0.04,0,0.01,0.11 +10297,Rocky Balboa,PSP,2007,Sports,Ubisoft,0.01,0.09,0,0.01,0.11 +10298,The Lord of the Rings: Conquest,DS,2009,Action,Electronic Arts,0.09,0.01,0,0.01,0.11 +10299,PriPara Mezase! Idol Grand Prix No.1!,3DS,2015,Misc,Takara Tomy,0,0,0.11,0,0.11 +10300,National Geographic Challenge!,Wii,2011,Misc,Black Bean Games,0.08,0.02,0,0.01,0.11 +10301,Robotech: Invasion,PS2,2004,Shooter,Global Star,0.05,0.04,0,0.01,0.11 +10302,Hole in the Wall: Deluxe Edition,X360,2011,Misc,Ubisoft,0.1,0,0,0.01,0.11 +10303,Dr. Seuss' The Cat in the Hat,XB,2003,Misc,Vivendi Games,0.08,0.02,0,0,0.11 +10304,Rogue Warrior,X360,2009,Shooter,Bethesda Softworks,0.09,0.01,0,0.01,0.11 +10305,Irozuki Tingle no Koi no Balloon Trip,DS,2009,Adventure,Nintendo,0,0,0.11,0,0.11 +10306,Master of the Monster Lair,DS,2007,Role-Playing,Rising Star Games,0.1,0,0,0.01,0.11 +10307,Hellboy: The Science of Evil,X360,2008,Action,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10308,Murdered: Soul Suspect,X360,2014,Action,Square Enix,0.06,0.04,0,0.01,0.11 +10309,X-Men: Destiny,Wii,2011,Action,Activision,0.08,0.02,0,0.01,0.11 +10310,Starsky & Hutch,GC,2003,Racing,BAM! Entertainment,0.08,0.02,0,0,0.11 +10311,Final Fantasy I & II,NES,1994,Role-Playing,Square,0,0,0.11,0,0.11 +10312,Rugby 15,PS4,2015,Sports,Bigben Interactive,0.03,0.06,0,0.02,0.11 +10313,Langrisser IV,SAT,1997,Strategy,NCS,0,0,0.11,0,0.11 +10314,FoxKids.com Micro Maniacs Racing,PS,2000,Racing,Codemasters,0.06,0.04,0,0.01,0.11 +10315,Cats & Dogs: The Revenge of Kitty Galore,DS,2010,Action,505 Games,0.1,0,0,0.01,0.11 +10316,Hexen: Beyond Heretic,PS,1997,Shooter,GT Interactive,0.06,0.04,0,0.01,0.11 +10317,Arcade Party Pak,PS,1999,Misc,Midway Games,0.06,0.04,0,0.01,0.11 +10318,Kotoba no Puzzle: Mojipittan Daijiten,PSP,2004,Puzzle,Namco Bandai Games,0,0,0.11,0,0.11 +10319,Yamaha Supercross,DS,2009,Racing,Zoo Digital Publishing,0.1,0,0,0.01,0.11 +10320,Picross 3D 2,3DS,2015,Puzzle,Nintendo,0,0,0.11,0,0.11 +10321,Hitman Trilogy,PS2,2007,Action,Eidos Interactive,0.05,0.04,0,0.01,0.11 +10322,Dragon Quest & Final Fantasy in Itadaki Street Portable,PSP,2006,Misc,Square Enix,0,0,0.11,0,0.11 +10323,Tetris Evolution,X360,2007,Puzzle,THQ,0.08,0.02,0,0.01,0.11 +10324,Patapon 2,PSP,2008,Misc,Sony Computer Entertainment,0,0.03,0.06,0.01,0.11 +10325,Cabela's Adventure Camp,PS3,2011,Misc,Activision,0.06,0.03,0,0.02,0.11 +10326,Attack of the Movies 3D,Wii,2010,Shooter,Majesco Entertainment,0.1,0,0,0.01,0.11 +10327,Railroad Tycoon II,PS,1999,Strategy,PopTop Software,0.06,0.04,0,0.01,0.11 +10328,Angry Birds Star Wars,WiiU,2013,Strategy,Activision,0.06,0.04,0,0.01,0.11 +10329,Hysteria Hospital: Emergency Ward,DS,2009,Action,Oxygen Interactive,0.1,0,0,0.01,0.11 +10330,The Cheetah Girls: Pop Star Sensations,DS,2007,Misc,Disney Interactive Studios,0.1,0,0,0.01,0.11 +10331,Transformer: Rise of the Dark Spark,XOne,2014,Action,Activision,0.06,0.03,0,0.01,0.11 +10332,Kirarin * Revolution: Kira Kira Idol Audition,DS,2006,Simulation,Konami Digital Entertainment,0,0,0.11,0,0.11 +10333,Ranma 1/2: Akanekodan Teki Hihou,SNES,1993,Role-Playing,TOHO,0,0,0.11,0,0.11 +10334,The BIGS,PSP,2007,Sports,Take-Two Interactive,0.1,0,0,0.01,0.11 +10335,Blades of Time,X360,2012,Action,Konami Digital Entertainment,0.07,0.03,0,0.01,0.11 +10336,My Boyfriend,DS,2008,Simulation,DTP Entertainment,0.1,0,0,0.01,0.11 +10337,Scribblenauts Unmasked: A DC Comics Adventure,WiiU,2013,Puzzle,Warner Bros. Interactive Entertainment,0.1,0,0,0.01,0.11 +10338,Victory Zone,PS,1995,Misc,Sony Computer Entertainment,0,0,0.1,0.01,0.11 +10339,Rengoku: The Tower of Purgatory,PSP,2005,Action,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10340,Goal Storm '97,PS,1996,Sports,Konami Digital Entertainment,0.01,0,0.09,0.01,0.11 +10341,Paws & Claws: Pet Resort,Wii,2009,Simulation,THQ,0.1,0,0,0.01,0.11 +10342,Dynasty Warriors Advance,GBA,2005,Action,Nintendo,0.08,0.03,0,0,0.11 +10343,Pachi-Slot Aruze Oukoku 3,PS,2000,Misc,Aruze Corp,0,0,0.1,0.01,0.11 +10344,Science Papa,DS,2009,Misc,Activision,0.09,0.01,0,0.01,0.11 +10345,Tournament Pool,Wii,2009,Sports,Destineer,0.1,0,0,0.01,0.11 +10346,Cabela's North American Adventures,X360,2010,Sports,Activision,0.1,0,0,0.01,0.11 +10347,Aqua Aqua,PS2,2000,Puzzle,3DO,0.05,0.04,0,0.01,0.11 +10348,Viewtiful Joe: Double Trouble!,DS,2005,Action,Capcom,0.08,0,0.01,0.01,0.11 +10349,Tom Clancy's Splinter Cell: Conviction,PC,2010,Action,Ubisoft,0,0.08,0,0.02,0.11 +10350,Mega Man Zero 4,GBA,2005,Platform,Capcom,0.08,0.03,0,0,0.11 +10351,Black Bass with Blue Marlin,PS,1999,Sports,Starfish,0.06,0.04,0,0.01,0.11 +10352,Mega Man Battle Network 5: Double Team DS (JP sales),DS,2005,Role-Playing,Nintendo,0,0,0.11,0,0.11 +10353,Utawarerumono: Chiriyukusha e no Komoriuta,PS2,2006,Adventure,Aqua Plus,0,0,0.11,0,0.11 +10354,Hyper Formation Soccer,PS,1995,Sports,Human Entertainment,0,0,0.1,0.01,0.11 +10355,Tiger Woods PGA Tour 06,GC,2005,Sports,Electronic Arts,0.08,0.02,0,0,0.11 +10356,Jupiter Strike,PS,1994,Shooter,Acclaim Entertainment,0.06,0.04,0,0.01,0.11 +10357,Sudokuro,DS,2007,Puzzle,Crave Entertainment,0.1,0,0,0.01,0.11 +10358,BlazBlue: Continuum Shift II,3DS,2011,Fighting,PQube,0.05,0.01,0.04,0.01,0.11 +10359,Saigo no Yakusoku no Monogatari,PSP,2011,Role-Playing,Unknown,0,0,0.11,0,0.11 +10360,The Book of Unwritten Tales,PC,2009,Adventure,HMH Interactive,0,0.08,0,0.02,0.11 +10361,Metal Gear Solid Integral,PS,1999,Adventure,Konami Digital Entertainment,0,0,0.1,0.01,0.11 +10362,Naruto Shippuden 3D: The New Era,3DS,2011,Action,505 Games,0,0.04,0.06,0.01,0.11 +10363,FIFA World Cup Germany 2006,PSP,2006,Sports,Electronic Arts,0.1,0,0,0.01,0.11 +10364,Disney's Chicken Little: Ace In Action,Wii,N/A,Shooter,Disney Interactive Studios,0.1,0,0,0.01,0.11 +10365,Lego Star Wars: The Force Awakens,X360,2016,Action,Warner Bros. Interactive Entertainment,0.04,0.06,0,0.01,0.11 +10366,Reign of Fire,GC,2002,Shooter,BAM! Entertainment,0.08,0.02,0,0,0.11 +10367,Rock Band Track Pack: Classic Rock,PS3,2009,Misc,MTV Games,0.1,0,0,0.01,0.11 +10368,Rock Revolution,DS,2008,Misc,Konami Digital Entertainment,0.1,0,0,0.01,0.11 +10369,Big League Sports: Summer,DS,2009,Sports,Activision,0.1,0,0,0.01,0.11 +10370,Tom Clancy's HAWX 2,Wii,2010,Action,Ubisoft,0.07,0.03,0,0.01,0.11 +10371,Sakura Wars,DC,2000,Adventure,Sega,0,0,0.11,0,0.11 +10372,Jampack Volume 14 (RP-T),PS2,2006,Misc,Sony Computer Entertainment,0.05,0.04,0,0.01,0.11 +10373,Pro Yakyuu Team o Tsukurou! 2,DS,2009,Sports,Sega,0,0,0.11,0,0.11 +10374,Mace Griffin: Bounty Hunter,XB,2003,Shooter,Electronic Arts,0.08,0.02,0,0,0.11 +10375,Martian Gothic: Unification,PS,2001,Adventure,Take-Two Interactive,0.06,0.04,0,0.01,0.11 +10376,Woody Woodpecker Racing,PS,1999,Racing,Konami Digital Entertainment,0.06,0.04,0,0.01,0.11 +10377,Final Fantasy XII International Zodiac Job System,PS2,2007,Role-Playing,Square Enix,0,0,0.11,0,0.11 +10378,Barbie in The 12 Dancing Princesses,DS,2007,Adventure,Activision,0.09,0.01,0,0.01,0.11 +10379,Fight Club,XB,2004,Fighting,Vivendi Games,0.08,0.02,0,0,0.11 +10380,Carnage Heart,PS,1995,Strategy,Sony Computer Entertainment,0.01,0.01,0.09,0.01,0.11 +10381,"Grand Theft Auto: Mission Pack #1, London 1969",PS,1998,Adventure,Take-Two Interactive,0.06,0.04,0,0.01,0.11 +10382,Kamen Rider: Climax Heroes,PS2,2009,Fighting,Namco Bandai Games,0,0,0.11,0,0.11 +10383,Robotics;Notes,PS3,2012,Adventure,5pb,0,0,0.11,0,0.11 +10384,Disney Channel Collection Vol. 1,GBA,2004,Misc,N/A,0.08,0.03,0,0,0.11 +10385,Total Immersion Racing,PS2,2002,Racing,Empire Interactive,0.05,0.04,0,0.01,0.11 +10386,Virtual Hydlide,SAT,1995,Role-Playing,Sega,0,0,0.11,0,0.11 +10387,World Series of Poker: Tournament of Champions 2007 Edition,PSP,2006,Misc,Activision,0.1,0,0,0.01,0.11 +10388,Tales of the World: Reve Unitia,3DS,2014,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10389,Karaoke Revolution,PS3,2009,Misc,Konami Digital Entertainment,0.07,0.03,0,0.01,0.11 +10390,Warriors Orochi 3,PSP,2012,Action,Ubisoft Annecy,0,0,0.11,0,0.11 +10391,The Bachelor: The Videogame,Wii,2010,Misc,Warner Bros. Interactive Entertainment,0.1,0,0,0.01,0.11 +10392,Space Invaders,GBA,2002,Shooter,Activision,0.08,0.03,0,0,0.11 +10393,BlazBlue: Chrono Phantasma,PSV,2014,Fighting,Arc System Works,0.06,0,0.03,0.02,0.11 +10394,Digimon Digital Card Battle,PS,1999,Strategy,Namco Bandai Games,0.06,0.04,0,0.01,0.11 +10395,Toukiden 2,PSV,2016,Action,Tecmo Koei,0,0,0.11,0,0.11 +10396,Earth Defense Force 2: Invaders from Planet Space,PSV,2014,Action,Xseed Games,0.04,0.01,0.04,0.02,0.11 +10397,Kuroko's Basketball: Miracle Game,PSP,2012,Sports,Namco Bandai Games,0,0,0.11,0,0.11 +10398,Dreamer Series: Top Model,DS,2009,Simulation,DreamCatcher Interactive,0.1,0,0,0.01,0.11 +10399,Jikkyou Powerful Pro Yakyuu 13 Ketteiban,PS2,2006,Sports,Konami Digital Entertainment,0,0,0.11,0,0.11 +10400,Shovel Knight,WiiU,2015,Platform,Yacht Club Games,0.06,0.04,0,0.01,0.11 +10401,Yuusha no Kuse ni Namaikida Or 3D,PSP,2010,Strategy,Sony Computer Entertainment,0,0,0.11,0,0.11 +10402,The First Templar,X360,2011,Action,Kalypso Media,0.06,0.04,0,0.01,0.11 +10403,X-Men: The Official Game,DS,2006,Action,Activision,0.1,0,0,0.01,0.11 +10404,Dead to Rights II,XB,2005,Shooter,Electronic Arts,0.08,0.02,0,0,0.11 +10405,Petz Fashion: Dogz & Catz,DS,2009,Simulation,Ubisoft,0.1,0,0,0.01,0.11 +10406,Project: Horned Owl,PS,1995,Shooter,Sony Computer Entertainment,0.03,0.02,0.05,0.01,0.11 +10407,Mobile Suit Gundam Age: Universe Accel / Cosmic Drive,PSP,2012,Action,Namco Bandai Games,0,0,0.11,0,0.11 +10408,Child of Light,PSV,2014,Role-Playing,Ubisoft,0,0.07,0.02,0.02,0.11 +10409,SingStar Guitar,PS3,2010,Misc,Sony Computer Entertainment,0,0.08,0,0.02,0.11 +10410,Dragon Ball Z Super Gokuden: Kakusei-Hen,SNES,1995,Role-Playing,Namco Bandai Games,0,0,0.11,0,0.11 +10411,Help Wanted: 50 Wacky Jobs,Wii,2008,Simulation,Hudson Soft,0.06,0.04,0,0.01,0.11 +10412,Busou Shinki: Battle Masters Mk. 2,PSP,2011,Action,Konami Digital Entertainment,0,0,0.11,0,0.11 +10413,Cabela's Dangerous Hunts 2,XB,2005,Sports,Activision,0.08,0.02,0,0,0.11 +10414,Fairy Tail: Portable Guild,PSP,2010,Fighting,Konami Digital Entertainment,0,0,0.11,0,0.11 +10415,Champion Jockey: G1 Jockey & Gallop Racer,Wii,2011,Sports,Tecmo Koei,0.05,0.04,0.01,0.01,0.11 +10416,SimCity 2000,GBA,2003,Simulation,Zoo Digital Publishing,0.08,0.03,0,0,0.11 +10417,Brunswick Circuit Pro Bowling 2,PS,2000,Sports,THQ,0.06,0.04,0,0.01,0.11 +10418,D,PS,1995,Adventure,Acclaim Entertainment,0,0,0.1,0.01,0.11 +10419,Winning Eleven: Pro Evolution Soccer 2007,X360,2006,Sports,Konami Digital Entertainment,0.09,0,0,0.01,0.1 +10420,Ennichi no Tatsujin,Wii,2006,Misc,Namco Bandai Games,0,0,0.1,0,0.1 +10421,Squinkies 2: Adventure Mall Surprize!,DS,2011,Platform,Activision,0.1,0,0,0.01,0.1 +10422,Wizardry VI: Bane of the Cosmic Forge,SNES,1995,Role-Playing,ASCII Entertainment,0,0,0.1,0,0.1 +10423,Power Pocket Koushien,DS,2005,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10424,Gravity Games Bike: Street Vert Dirt,PS2,2002,Sports,Midway Games,0.05,0.04,0,0.01,0.1 +10425,Contact,DS,2006,Role-Playing,Rising Star Games,0.07,0,0.03,0.01,0.1 +10426,Pro Yaky? Spirits 2010,PS2,2010,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10427,Princess Debut,DS,2008,Misc,Cave,0.1,0,0,0.01,0.1 +10428,My First Dollhouse,DS,2010,Misc,505 Games,0.1,0,0,0.01,0.1 +10429,Cloudy With a Chance of Meatballs,PS3,2009,Platform,Ubisoft,0.09,0.01,0,0.01,0.1 +10430,Family Party: 30 Great Games,Wii,2008,Misc,D3Publisher,0.09,0.01,0,0.01,0.1 +10431,Top Spin,PS2,2005,Sports,Take-Two Interactive,0.05,0.04,0,0.01,0.1 +10432,Derby Stallion P,PSP,2006,Sports,Enterbrain,0,0,0.1,0,0.1 +10433,Kenka Bancho Bros: Tokyo Battle Royale,PSP,2012,Action,Spike,0,0,0.1,0,0.1 +10434,UFC: Tapout 2,XB,2003,Fighting,Capcom,0.08,0.02,0,0,0.1 +10435,Adventure Time: Finn & Jake Investigations,PS3,2015,Action,Little Orbit,0.02,0.07,0,0.02,0.1 +10436,Kamen Rider: Battride War II,PS3,2014,Action,Namco Bandai Games,0,0,0.1,0,0.1 +10437,Kirarin * Revolution: Tsukutte Misechao! Kime * Kira Stage,DS,2007,Simulation,Konami Digital Entertainment,0,0,0.1,0,0.1 +10438,Thrillville: Off the Rails,PSP,2007,Strategy,LucasArts,0.09,0,0,0.01,0.1 +10439,Imagine: Soccer Captain,DS,2009,Sports,Ubisoft,0.1,0,0,0.01,0.1 +10440,Jikkyou Powerful Pro Yakyuu 10,GC,2003,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10441,Vexx,XB,2003,Platform,Acclaim Entertainment,0.08,0.02,0,0,0.1 +10442,F1 Career Challenge,PS2,2003,Racing,Electronic Arts,0.05,0.04,0,0.01,0.1 +10443,Taiko no Tatsujin: V Version,PSV,2015,Action,Namco Bandai Games,0,0,0.1,0,0.1 +10444,Pariah,XB,2005,Action,Hip Interactive,0.08,0.02,0,0,0.1 +10445,Cabela's Outdoor Adventures,XB,2005,Sports,Zoo Digital Publishing,0.08,0.02,0,0,0.1 +10446,Agatha Christie: The ABC Murders,DS,2009,Adventure,JoWood Productions,0.08,0.01,0,0.01,0.1 +10447,Metal Slug 3,XB,2004,Shooter,Ignition Entertainment,0.08,0.02,0,0,0.1 +10448,The Smurfs 2,Wii,2013,Platform,Ubisoft,0,0.09,0,0.01,0.1 +10449,Motocross Mania 3,PS2,2004,Racing,Take-Two Interactive,0.05,0.04,0,0.01,0.1 +10450,Fatal Frame 2: Wii Edition,Wii,2012,Action,Nintendo,0,0,0.1,0,0.1 +10451,Dancing on Ice,Wii,2010,Sports,Ghostlight,0,0.09,0,0.01,0.1 +10452,Pro Yakyuu Famista DS 2009,DS,2009,Sports,Namco Bandai Games,0,0,0.1,0,0.1 +10453,Banjo-Pilot,GBA,2005,Racing,THQ,0.07,0.03,0,0,0.1 +10454,Family Feud: 2012 Edition,X360,2011,Misc,Ubisoft,0.1,0,0,0.01,0.1 +10455,Gallop Racer 2006,PS2,2005,Sports,Tecmo Koei,0.02,0.02,0.06,0.01,0.1 +10456,Army Corps of Hell,PSV,2011,Action,Square Enix,0.05,0.04,0,0.02,0.1 +10457,Frogger: Ancient Shadow,PS2,2005,Platform,Konami Digital Entertainment,0.05,0.04,0,0.01,0.1 +10458,Digimon Story: Lost Evolution,DS,2010,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10459,Exit DS,DS,2008,Puzzle,Square Enix,0.09,0,0.01,0.01,0.1 +10460,Ski-Doo Snowmobile Challenge,PS3,2009,Racing,PQube,0.1,0,0,0.01,0.1 +10461,Universe at War: Earth Assault,X360,2008,Action,Sega,0.09,0.01,0,0.01,0.1 +10462,Despicable Me: The Game,PS2,2010,Platform,D3Publisher,0.05,0.04,0,0.01,0.1 +10463,Metal Arms: Glitch in the System,GC,2003,Shooter,Vivendi Games,0.08,0.02,0,0,0.1 +10464,The Whispered World,PC,2009,Adventure,Deep Silver,0,0.08,0,0.02,0.1 +10465,Tom Clancy's Splinter Cell: Chaos Theory,GC,2005,Action,Ubisoft,0.08,0.02,0,0,0.1 +10466,Learn Chess,DS,2009,Misc,DreamCatcher Interactive,0.1,0,0,0.01,0.1 +10467,Happy Feet Two,PS3,N/A,Action,Warner Bros. Interactive Entertainment,0.09,0.01,0,0.01,0.1 +10468,Escape From Monkey Island,PS2,2001,Adventure,LucasArts,0.05,0.04,0,0.01,0.1 +10469,Leisure Suit Larry: Box Office Bust,PS3,2009,Adventure,Codemasters,0.06,0.03,0,0.01,0.1 +10470,The Wolf Among Us,PS3,2014,Adventure,Telltale Games,0.05,0.03,0,0.02,0.1 +10471,Mickey's Speedway USA (weekly JP sales),N64,2000,Racing,Nintendo,0,0,0.1,0,0.1 +10472,Who Wants to Be a Millionaire: 3rd Edition,Wii,2010,Misc,Ubisoft,0.1,0,0,0.01,0.1 +10473,Boku no Natsuyasumi Portable: Mushi Mushi Hakase to Teppen-yama no Himitsu!!,PSP,2006,Adventure,Sony Computer Entertainment,0,0,0.1,0,0.1 +10474,Miami Law,DS,2009,Adventure,Konami Digital Entertainment,0.1,0,0,0.01,0.1 +10475,Macross 30: Ginga o Tsunagu Utagoe,PS3,2013,Shooter,Namco Bandai Games,0,0,0.1,0,0.1 +10476,Kidou Senshi Gundam UC,PS3,2012,Action,Namco Bandai Games,0,0,0.1,0,0.1 +10477,Yu-Gi-Oh! 5D's Wheelie Breakers,Wii,2009,Racing,Konami Digital Entertainment,0.09,0.01,0,0.01,0.1 +10478,Nicktoons: MLB,DS,2011,Sports,Take-Two Interactive,0.1,0,0,0.01,0.1 +10479,Gretzky NHL,PSP,2005,Sports,Sony Computer Entertainment,0.1,0,0,0.01,0.1 +10480,Corvette Evolution GT,DS,2008,Racing,Black Bean Games,0.1,0,0,0.01,0.1 +10481,May's Mystery: Forbidden Memories,DS,2011,Puzzle,Mastertronic,0.05,0.04,0,0.01,0.1 +10482,PictoImage,DS,2007,Puzzle,Sega,0.1,0,0,0.01,0.1 +10483,Etrian Odyssey II: Heroes of Lagaard,3DS,2014,Role-Playing,Atlus,0,0,0.1,0,0.1 +10484,Ridge Racer 2,PSP,2006,Racing,Sony Computer Entertainment,0,0.03,0.07,0.01,0.1 +10485,Momotarou Dentetsu 16,Wii,2007,Misc,Hudson Soft,0,0,0.1,0,0.1 +10486,Igor: The Game,Wii,2008,Adventure,CDV Software Entertainment,0.09,0,0,0.01,0.1 +10487,Dropship: United Peace Force,PS2,2002,Simulation,Sony Computer Entertainment,0.05,0.04,0,0.01,0.1 +10488,Road Rash: Jailbreak,GBA,2003,Racing,Zoo Digital Publishing,0.07,0.03,0,0,0.1 +10489,Rome: Total War,PC,2004,Strategy,Activision,0,0.08,0,0.02,0.1 +10490,Green Lantern: Rise of the Manhunters,Wii,2011,Action,Warner Bros. Interactive Entertainment,0.06,0.04,0,0.01,0.1 +10491,Castlevania: Lords of Shadow 2,X360,2014,Action,Konami Digital Entertainment,0.02,0.07,0,0.01,0.1 +10492,Lucha Libre AAA: Heroes del Ring,PS3,2010,Fighting,Konami Digital Entertainment,0.1,0,0,0.01,0.1 +10493,Syberia,XB,2003,Action,Microids,0.08,0.02,0,0,0.1 +10494,G1 Jockey 3,PS2,2002,Sports,THQ,0.02,0.01,0.07,0,0.1 +10495,Shrek: Forever After,X360,2010,Platform,Activision,0.09,0,0,0.01,0.1 +10496,Atsumare! Power Pro Kun no DS Koushien,DS,N/A,Sports,N/A,0,0,0.1,0,0.1 +10497,Revolution X,PS,1995,Shooter,Acclaim Entertainment,0.06,0.04,0,0.01,0.1 +10498,Myst,DS,2007,Adventure,Midway Games,0.09,0,0,0.01,0.1 +10499,Little Battlers eXperience W,3DS,2013,Role-Playing,Level 5,0,0,0.1,0,0.1 +10500,Riviera: The Promised Land,GBA,2004,Role-Playing,Sting,0.07,0.03,0,0,0.1 +10501,Risen 3: Titan Lords,PS3,2014,Role-Playing,Deep Silver,0.02,0.06,0,0.02,0.1 +10502,Top Gun: Combat Zones,GBA,2004,Simulation,Mastiff,0.07,0.03,0,0,0.1 +10503,Bujingai: The Forsaken City,PS2,2003,Fighting,505 Games,0.05,0.04,0,0.01,0.1 +10504,Doko Demo Issho,PSP,2004,Misc,Sony Computer Entertainment,0,0,0.1,0,0.1 +10505,Alvin and the Chipmunks: The Squeakquel,Wii,2009,Misc,Majesco Entertainment,0.09,0,0,0.01,0.1 +10506,The Story of Noah's Ark,DS,2010,Action,SouthPeak Games,0.1,0,0,0.01,0.1 +10507,Brooktown High: Senior Year,PSP,2007,Simulation,Konami Digital Entertainment,0.09,0,0,0.01,0.1 +10508,Astro Boy: The Video Game,DS,2009,Action,D3Publisher,0.09,0,0,0.01,0.1 +10509,Zombie Army Trilogy,XOne,2015,Shooter,Rebellion Developments,0.04,0.05,0,0.01,0.1 +10510,Beyond Good & Evil,XB,2003,Adventure,Ubisoft,0.08,0.02,0,0,0.1 +10511,Blitz: The League II,X360,2008,Sports,Midway Games,0.08,0.01,0,0.01,0.1 +10512,Death By Degrees,PS2,2005,Action,Sony Computer Entertainment,0.05,0.04,0,0.01,0.1 +10513,Vandal Hearts II,PS,1999,Strategy,Konami Digital Entertainment,0.06,0.04,0,0.01,0.1 +10514,Gouketuji Ichizoku 2: Chottodake Saikyou Densetsu,PS,1995,Fighting,Atlus,0,0,0.1,0.01,0.1 +10515,Samurai Warriors Chronicles 2nd,3DS,2012,Action,Ubisoft Annecy,0,0,0.1,0,0.1 +10516,Medal of Honor: Vanguard,Wii,2007,Shooter,Electronic Arts,0.06,0.03,0,0.01,0.1 +10517,Toaru Majutsu no Index,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.1,0,0.1 +10518,Dora's Cooking Club,DS,2010,Misc,Take-Two Interactive,0.08,0.01,0,0.01,0.1 +10519,ESA Game Pack,PS3,2010,Misc,Sony Computer Entertainment,0.09,0,0,0.01,0.1 +10520,America's Next Top Model,DS,2008,Action,Eidos Interactive,0.1,0,0,0.01,0.1 +10521,God Eater 2: Rage Burst,PS4,2015,Role-Playing,Namco Bandai Games,0,0.01,0.09,0,0.1 +10522,Uta no Prince-Sama: Music,PSP,2011,Misc,Broccoli,0,0,0.1,0,0.1 +10523,UNO / Skip-Bo / UNO Freefall,DS,2006,Misc,Zoo Digital Publishing,0.1,0,0,0.01,0.1 +10524,Culdcept DS,DS,2008,Strategy,Sega,0,0,0.1,0,0.1 +10525,Colin McRae Rally 04,XB,2004,Racing,Codemasters,0.08,0.02,0,0,0.1 +10526,Monster Jam: Maximum Destruction,GBA,2002,Racing,Ubisoft,0.07,0.03,0,0,0.1 +10527,The King of Fighters: Dream Match 1999,DC,1999,Fighting,SNK,0,0,0.1,0,0.1 +10528,FIFA Street,XB,2005,Sports,Electronic Arts,0.08,0.02,0,0,0.1 +10529,Truth or Lies,Wii,2010,Misc,THQ,0.04,0.05,0,0.01,0.1 +10530,Weiss Schwarz Portable,PSP,2011,Strategy,Namco Bandai Games,0,0,0.1,0,0.1 +10531,Kirarin * Revolution: Mezase! Idol Queen,DS,2007,Simulation,Konami Digital Entertainment,0,0,0.1,0,0.1 +10532,Dungeons & Dragons Tactics,PSP,2007,Strategy,Atari,0.09,0,0,0.01,0.1 +10533,X-Men: Children of the Atom,PS,1998,Fighting,Acclaim Entertainment,0.06,0.04,0,0.01,0.1 +10534,Hot Wheels: Stunt Track Challenge,XB,2004,Racing,THQ,0.08,0.02,0,0,0.1 +10535,Dora & Kai-Lan's Pet Shelter,DS,2011,Strategy,Take-Two Interactive,0.08,0.01,0,0.01,0.1 +10536,DJ Max Fever,PSP,2009,Misc,PM Studios,0.09,0,0,0.01,0.1 +10537,Math Blaster in the Prime Adventure,DS,2009,Misc,Majesco Entertainment,0.09,0,0,0.01,0.1 +10538,Football Director DS,DS,2008,Sports,Pinnacle,0,0.1,0,0,0.1 +10539,Shellshock,PS,1995,Action,Core Design Ltd.,0.06,0.04,0,0.01,0.1 +10540,Blue Stinger,DC,1999,Adventure,Activision,0,0,0.1,0,0.1 +10541,Yggdra Union: We'll Never Fight Alone,PSP,2008,Role-Playing,Sting,0.05,0,0.04,0.01,0.1 +10542,The Destiny of Zorro,Wii,2009,Action,505 Games,0.1,0,0,0.01,0.1 +10543,Hot Wheels Ultimate Racing,PSP,2007,Action,Activision,0.09,0,0,0.01,0.1 +10544,Capcom vs. SNK 2 EO,XB,2003,Fighting,Capcom,0.08,0.02,0,0,0.1 +10545,Inazuma Eleven GO Strikers 2013,Wii,2012,Role-Playing,Level 5,0,0,0.1,0,0.1 +10546,Metal Gear Solid HD Edition,PS3,2011,Action,Konami Digital Entertainment,0,0,0.1,0,0.1 +10547,Hunter: The Reckoning,GC,2002,Action,Virgin Interactive,0.08,0.02,0,0,0.1 +10548,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Ossu! Banchou - Yoshimune DS,DS,2007,Misc,Paon,0,0,0.1,0,0.1 +10549,Urban Chaos,PS,1999,Action,Eidos Interactive,0.06,0.04,0,0.01,0.1 +10550,Creeper World 3: Arc Eternal,Wii,2009,Strategy,Namco Bandai Games,0,0,0.1,0,0.1 +10551,Monkey Mischief! Party Time,Wii,2008,Misc,Activision,0.09,0,0,0.01,0.1 +10552,Draglade,DS,2007,Fighting,505 Games,0.09,0,0,0.01,0.1 +10553,DS Kageyama Method: Dennou Hanpuku - Tadashii Kanji Kakitori-Kun,DS,2007,Misc,Shogakukan,0,0,0.1,0,0.1 +10554,Water Sports,Wii,2009,Action,Avanquest,0.05,0.04,0,0.01,0.1 +10555,Freaky Flyers,PS2,2003,Racing,Midway Games,0.05,0.04,0,0.01,0.1 +10556,Baten Kaitos Origins,GC,2006,Role-Playing,Unknown,0.06,0.02,0.02,0,0.1 +10557,E·O·E: Eve of Extinction,PS2,2002,Fighting,Eidos Interactive,0.04,0.03,0.02,0.01,0.1 +10558,Pro Evolution Soccer 2016,XOne,2015,Sports,Konami Digital Entertainment,0.03,0.06,0,0.01,0.1 +10559,Dark Summit,XB,2001,Sports,THQ,0.08,0.02,0,0,0.1 +10560,Penguin no Mondai: The World,DS,2010,Adventure,Konami Digital Entertainment,0,0,0.1,0,0.1 +10561,My Healthy Cooking Coach,DS,N/A,Simulation,Unknown,0.09,0,0,0.01,0.1 +10562,Yaiba: Ninja Gaiden Z,PS3,2014,Action,Tecmo Koei,0.05,0.04,0,0.02,0.1 +10563,Flushed Away,DS,2006,Platform,D3Publisher,0.09,0,0,0.01,0.1 +10564,Surf's Up,X360,2007,Sports,Ubisoft,0.09,0,0,0.01,0.1 +10565,Hakuouki Portable,PSP,2009,Adventure,Idea Factory,0,0,0.1,0,0.1 +10566,NHL 2004,GC,2003,Sports,Electronic Arts,0.08,0.02,0,0,0.1 +10567,Fallout 3 Game Add-On Pack: The Pitt and Operation: Anchorage,X360,2009,Role-Playing,Bethesda Softworks,0.09,0.01,0,0.01,0.1 +10568,Cabela's Adventure Camp,X360,2011,Misc,Activision,0.07,0.02,0,0.01,0.1 +10569,KORG DS-10 Synthesizer Plus,DS,2009,Misc,AQ Interactive,0.08,0,0.02,0.01,0.1 +10570,World Snooker Championship 2007,PS3,2007,Sports,Sega,0,0.1,0,0,0.1 +10571,X-Men: The Official Game,XB,2006,Action,Activision,0.08,0.02,0,0,0.1 +10572,RLH: Run Like Hell,PS2,2002,Shooter,Virgin Interactive,0.05,0.04,0,0.01,0.1 +10573,Digimon Adventure,PSP,2013,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10574,Doom 3,PC,2004,Shooter,Activision,0.05,0.04,0,0.01,0.1 +10575,The Ant Bully,PS2,2006,Platform,Midway Games,0.05,0.04,0,0.01,0.1 +10576,Conflict: Global Terror,XB,2005,Shooter,SCi,0.08,0.02,0,0,0.1 +10577,Minority Report: Everybody Runs,GC,2002,Action,Activision,0.08,0.02,0,0,0.1 +10578,Monster Rancher EVO,PS2,2005,Role-Playing,Tecmo Koei,0.02,0.02,0.05,0.01,0.1 +10579,Project Hacker: Kakusei,DS,2006,Action,Nintendo,0,0,0.1,0,0.1 +10580,Pajama Sam: Don't Fear The Dark,Wii,2008,Adventure,Atari,0.09,0,0,0.01,0.1 +10581,GRID Autosport,X360,2014,Racing,Codemasters,0.03,0.06,0,0.01,0.1 +10582,World Series of Poker 2008: Battle for the Bracelets,PS3,2007,Misc,Activision,0.08,0.01,0,0.01,0.1 +10583,Wasteland 2,PS4,2015,Role-Playing,Deep Silver,0.07,0,0.01,0.02,0.1 +10584,Guitar Hero: Van Halen,PS2,2009,Misc,Activision,0.05,0.04,0,0.01,0.1 +10585,Olympic Summer Games: Atlanta 1996,PS,1996,Sports,U.S. Gold,0.06,0.04,0,0.01,0.1 +10586,Little League World Series Baseball 2008,Wii,2008,Sports,Activision,0.09,0,0,0.01,0.1 +10587,Disney's The Haunted Mansion,GC,2003,Platform,Take-Two Interactive,0.08,0.02,0,0,0.1 +10588,Tatsunoko vs. Capcom: Cross Generation of Heroes,Wii,2008,Fighting,Capcom,0,0,0.1,0,0.1 +10589,Alvin and the Chipmunks: Chipwrecked,X360,2011,Misc,505 Games,0.08,0.01,0,0.01,0.1 +10590,Darius Gaiden,SAT,1995,Shooter,Acclaim Entertainment,0,0,0.1,0,0.1 +10591,All Kamen Rider: Rider Generation 2,DS,2012,Action,Namco Bandai Games,0,0,0.1,0,0.1 +10592,Beach Spikers: Virtua Beach Volleyball,GC,2002,Sports,Sega,0.08,0.02,0,0,0.1 +10593,Total War: WARHAMMER,PC,2016,Strategy,Sega,0,0.1,0,0.01,0.1 +10594,Tom Clancy's Ghost Recon: Predator,PSP,2010,Shooter,Ubisoft,0.07,0.02,0,0.02,0.1 +10595,You Don't Know Jack: Mock 2,PS,2000,Misc,Vivendi Games,0.06,0.04,0,0.01,0.1 +10596,Blue Dragon: Awakened Shadow,DS,2009,Role-Playing,Namco Bandai Games,0.06,0,0.03,0,0.1 +10597,3D Tank Warfare Simulator Panzer Front,PS,1999,Simulation,Avalon Interactive,0.06,0.04,0,0.01,0.1 +10598,[Prototype 2],PC,2012,Action,Activision,0.07,0.02,0,0.01,0.1 +10599,NASCAR The Game: Inside Line,X360,2012,Racing,Activision,0.09,0,0,0.01,0.1 +10600,Sudoku Mania,DS,2006,Puzzle,Zoo Digital Publishing,0.09,0,0,0.01,0.1 +10601,Blades of Time,PS3,2012,Action,Konami Digital Entertainment,0.04,0.03,0.01,0.01,0.1 +10602,Rolling Stone: Drum King,Wii,2009,Misc,505 Games,0.09,0,0,0.01,0.1 +10603,Jade Cocoon 2,PS2,2001,Role-Playing,Ubisoft,0.05,0.04,0,0.01,0.1 +10604,Lord of Apocalypse,PSV,2011,Role-Playing,Square Enix,0,0,0.1,0,0.1 +10605,Bejeweled Twist,DS,2010,Puzzle,PopCap Games,0,0.09,0,0.01,0.1 +10606,Rock Band 3,DS,2010,Misc,MTV Games,0.09,0.01,0,0.01,0.1 +10607,Kabushiki Baibai Trainer: Kabutore!,DS,2006,Simulation,Konami Digital Entertainment,0,0,0.1,0,0.1 +10608,Sword & Sorcery,SAT,1996,Role-Playing,Micro Cabin,0,0,0.1,0,0.1 +10609,Van Helsing,GBA,2004,Action,Activision,0.07,0.03,0,0,0.1 +10610,NFL Tour,X360,2008,Sports,Electronic Arts,0.09,0,0,0.01,0.1 +10611,Bee Movie Game,PS2,2007,Action,Activision,0.05,0.04,0,0.01,0.1 +10612,NBA Live 16,XOne,2015,Sports,Electronic Arts,0.08,0.01,0,0.01,0.1 +10613,Spider-Man: Web of Shadows,DS,2008,Action,Activision,0.09,0,0,0.01,0.1 +10614,Bullet Witch,X360,2006,Shooter,Atari,0.07,0.01,0.02,0.01,0.1 +10615,USA Today Puzzle Craze,DS,2009,Puzzle,Destineer,0.09,0,0,0.01,0.1 +10616,Machi-Ing Maker 3 x Tousouchuu,PSP,2010,Simulation,D3Publisher,0,0,0.1,0,0.1 +10617,Kelly Slater's Pro Surfer,XB,2002,Sports,Activision,0.08,0.02,0,0,0.1 +10618,SNK vs. Capcom: SVC Chaos,XB,2004,Fighting,Ignition Entertainment,0.08,0.02,0,0,0.1 +10619,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,PS2,2005,Platform,Global Star,0.05,0.04,0,0.01,0.1 +10620,Choujikuu Yousai Macross: Ai Oboete Imasu ka,SAT,1997,Shooter,Namco Bandai Games,0,0,0.1,0,0.1 +10621,Vanishing Point,PS,2001,Racing,Acclaim Entertainment,0.06,0.04,0,0.01,0.1 +10622,SCORE International Baja 1000: The Official Game,Wii,2008,Racing,Activision,0.09,0,0,0.01,0.1 +10623,Dragonseeds,PS,1998,Action,Jaleco,0.03,0.02,0.04,0.01,0.1 +10624,The Bard's Tale,XB,2004,Role-Playing,Ubisoft,0.08,0.02,0,0,0.1 +10625,Opoona,Wii,2007,Role-Playing,Tecmo Koei,0.08,0,0.01,0.01,0.1 +10626,Big League Sports,Wii,2008,Sports,Activision,0.09,0.01,0,0.01,0.1 +10627,nail'd,X360,2010,Racing,Deep Silver,0.08,0.02,0,0.01,0.1 +10628,Nodame Cantabile,DS,2007,Misc,Namco Bandai Games,0,0,0.1,0,0.1 +10629,Alien Hominid,PS2,2004,Shooter,Zoo Digital Publishing,0.05,0.04,0,0.01,0.1 +10630,Record of Agarest War Zero,X360,2010,Strategy,Compile Heart,0.09,0,0,0.01,0.1 +10631,L'Aigle de Guerre,GBA,2001,Strategy,Nintendo,0,0,0.1,0,0.1 +10632,Jeopardy!,N64,1998,Misc,GameTek,0.08,0.02,0,0,0.1 +10633,Disney's Donald Duck: Goin' Quackers,N64,2000,Platform,Ubisoft,0.08,0.02,0,0,0.1 +10634,Aidyn Chronicles: The First Mage,N64,2001,Role-Playing,THQ,0.08,0.02,0,0,0.1 +10635,Aquapazza: Aquaplus Dream Match,PS3,2012,Fighting,Aqua Plus,0.05,0,0.05,0.01,0.1 +10636,Virtual Pool 64,N64,1998,Sports,Crave Entertainment,0.08,0.02,0,0,0.1 +10637,Indy Racing 2000,N64,2000,Racing,Infogrames,0.08,0.02,0,0,0.1 +10638,Flying Dragon,N64,1997,Fighting,Natsume,0.08,0.02,0,0,0.1 +10639,International Superstar Soccer 64 (weekly JP sales),N64,1997,Sports,Konami Digital Entertainment,0,0,0.05,0.05,0.1 +10640,Lode Runner 3-D,N64,1998,Action,Infogrames,0.08,0.02,0,0,0.1 +10641,The History Channel: Civil War - Secret Missions,PS3,2008,Shooter,Activision,0.09,0,0,0.01,0.1 +10642,GT64 Championship Edition,N64,1998,Racing,Ocean,0.08,0.02,0,0,0.1 +10643,Milo's Astro Lanes,N64,1998,Sports,Interplay,0.08,0.02,0,0,0.1 +10644,Gekido,PS,1999,Fighting,Infogrames,0.06,0.04,0,0.01,0.1 +10645,Harry Potter and the Deathly Hallows - Part 1,PC,2010,Action,Electronic Arts,0.08,0.02,0,0.01,0.1 +10646,Fifi and the Flowertots,DS,2009,Misc,Avanquest,0,0.09,0,0.01,0.1 +10647,Disney's The Jungle Book,GBA,2002,Platform,Ubisoft,0.07,0.03,0,0,0.1 +10648,King of Clubs: Mini Golf,Wii,2008,Sports,Oxygen Interactive,0.09,0,0,0.01,0.1 +10649,Ultimate Marvel vs. Capcom 3,PS3,2011,Fighting,Capcom,0,0.04,0.04,0.01,0.1 +10650,Cate West: The Vanishing Files,DS,2008,Adventure,Oxygen Interactive,0.08,0.01,0,0.01,0.1 +10651,Army Men World War: Team Assault,PS,2001,Action,3DO,0.06,0.04,0,0.01,0.1 +10652,Tom Clancy's Splinter Cell,GBA,2003,Action,Ubisoft,0.07,0.03,0,0,0.1 +10653,Harry Potter and the Deathly Hallows - Part 2,PC,2011,Action,Electronic Arts,0.05,0.04,0,0.01,0.1 +10654,NHL 2K6,X360,2005,Sports,Take-Two Interactive,0.09,0,0,0.01,0.1 +10655,Marvel vs. Capcom: Clash of Super Heroes,DC,1999,Fighting,Capcom,0,0,0.1,0,0.1 +10656,NBA Ballers: Rebound,PSP,2006,Sports,Midway Games,0.09,0,0,0.01,0.1 +10657,King's Field: The Ancient City,PS2,2001,Role-Playing,Metro 3D,0.05,0.04,0,0.01,0.1 +10658,LEGO Rock Raiders,PS,1999,Strategy,LEGO Media,0.06,0.04,0,0.01,0.1 +10659,Silent Scope Complete,XB,2004,Shooter,Konami Digital Entertainment,0.07,0.02,0,0,0.1 +10660,Digimon All-Star Rumble,PS3,2014,Fighting,Namco Bandai Games,0.06,0.03,0,0.02,0.1 +10661,Ghost in the Shell,PS,1997,Simulation,Sony Computer Entertainment,0.06,0.04,0,0.01,0.1 +10662,Atelier Sophie: The Alchemist of the Mysterious Book,PS4,2015,Role-Playing,Tecmo Koei,0.01,0.02,0.06,0.01,0.1 +10663,Marvel Super Hero Squad: The Infinity Gauntlet,3DS,2011,Action,THQ,0.07,0.02,0,0.01,0.1 +10664,Evil Dead: Fistfull of Boomstick,XB,2003,Action,THQ,0.07,0.02,0,0,0.1 +10665,Tom Clancy's Classic Trilogy,XB,2004,Shooter,Ubisoft,0.07,0.02,0,0,0.1 +10666,Harvest Moon DS Cute (jp sales),DS,2005,Simulation,Marvelous Interactive,0,0,0.1,0,0.1 +10667,Bleach: Dark Souls (JP sales),DS,2007,Fighting,Sega,0,0,0.1,0,0.1 +10668,Indigo Prophecy,XB,2005,Adventure,Atari,0.07,0.03,0,0,0.1 +10669,NASCAR '14,PS3,2014,Racing,Deep Silver,0.09,0,0,0.01,0.1 +10670,Kiku! Kaku! Kotoba o Fuyasu! Hajimete no Eigo Training,DS,2007,Misc,Benesse,0,0,0.1,0,0.1 +10671,Over the Hedge,XB,2006,Platform,Activision,0.07,0.02,0,0,0.1 +10672,Sneakers,XB,2002,Puzzle,Microsoft Game Studios,0.07,0.02,0,0,0.1 +10673,Sword Art Online: Lost Song,PS3,2015,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10674,Crime Crackers,PS,1994,Role-Playing,Sony Computer Entertainment,0,0,0.09,0.01,0.1 +10675,Earth Defense Force 2025.1: The Shadow of New Despair,PS4,2015,Action,D3Publisher,0,0,0.1,0,0.1 +10676,Pro Evolution Soccer 2013,Wii,2012,Sports,Konami Digital Entertainment,0,0.03,0.06,0,0.1 +10677,Micro Machines V3,PS,1997,Racing,Codemasters,0.06,0.04,0,0.01,0.1 +10678,Alvin and the Chipmunks: Chipwrecked,Wii,2011,Misc,505 Games,0.08,0.01,0,0.01,0.1 +10679,College Hoops 2K6,XB,2005,Sports,Take-Two Interactive,0.07,0.02,0,0,0.1 +10680,"Sakura Wars 2: Kimi, Shinitamou koto Nakare",DC,2000,Adventure,Sega,0,0,0.1,0,0.1 +10681,NatGeo Challenge! Wild Life,PS3,2010,Misc,Black Bean Games,0.05,0.03,0,0.01,0.1 +10682,Idol Janshi Suchie-Pai Remix,SAT,1995,Misc,Jaleco,0,0,0.1,0,0.1 +10683,Kung Fu Panda 2,PS3,2011,Action,THQ,0.04,0.04,0,0.02,0.1 +10684,Star Wars: Lethal Alliance,DS,2006,Action,Ubisoft,0.08,0.01,0,0.01,0.1 +10685,Exhibition Volume 03,XB,2003,Misc,Microsoft Game Studios,0.07,0.02,0,0,0.1 +10686,Zero4 Champ RR-Z,SNES,1995,Racing,Media Rings,0,0,0.1,0,0.1 +10687,Initial D: Street Stage,PSP,2006,Racing,Sega,0,0,0.1,0,0.1 +10688,Tales of Innocence R,PSV,2012,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10689,Generator Rex: Agent of Providence,3DS,2011,Action,Activision,0.07,0.02,0,0.01,0.1 +10690,Petz Hamsterz Superstarz,DS,2009,Simulation,Ubisoft,0.09,0,0,0.01,0.1 +10691,NeverDead,X360,2012,Shooter,Konami Digital Entertainment,0.06,0.03,0,0.01,0.1 +10692,Happy Feet Two,X360,N/A,Action,Warner Bros. Interactive Entertainment,0.08,0.01,0,0.01,0.1 +10693,Age of Empires II: The Age of Kings,PC,1999,Strategy,Microsoft Game Studios,0.01,0.08,0,0.02,0.1 +10694,"Warhammer 40,000: Dawn of War II - Chaos Rising",PC,2010,Strategy,THQ,0.08,0.01,0,0.01,0.1 +10695,Predator: Concrete Jungle,XB,2005,Action,Vivendi Games,0.07,0.02,0,0,0.1 +10696,CSI: Hard Evidence,X360,2007,Adventure,Ubisoft,0.07,0.02,0,0.01,0.1 +10697,F1 2014,PC,2014,Racing,Codemasters,0,0.09,0,0.01,0.1 +10698,Code Lyoko: Quest for Infinity,Wii,2007,Action,Game Factory,0.07,0.02,0,0.01,0.1 +10699,Fate/hollow ataraxia,PSV,2014,Adventure,Type-Moon,0,0,0.1,0,0.1 +10700,Lucky * Star: Ryouou Gakuen Outousai,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.1,0,0.1 +10701,Scribblenauts Unmasked: A DC Comics Adventure,3DS,2013,Puzzle,Warner Bros. Interactive Entertainment,0.09,0,0,0.01,0.1 +10702,Murder in Venice,DS,2011,Adventure,City Interactive,0.06,0.03,0,0.01,0.1 +10703,Nancy Drew: The Model Mysteries,DS,2010,Puzzle,THQ,0.09,0,0,0.01,0.1 +10704,Ride,XOne,2015,Racing,Milestone S.r.l.,0.04,0.05,0,0.01,0.1 +10705,Naruto Shippuden: Gekito Ninja Taisen! EX,Wii,2007,Fighting,Takara Tomy,0,0,0.1,0,0.1 +10706,Universal Studios Theme Parks Adventure,GC,2001,Misc,Kemco,0.08,0.02,0,0,0.1 +10707,Nihon Keizai Shinbunsha Kanshuu: Shiranai Mamade wa Son o Suru Mono ya Okane no Shikumi DS,DS,2009,Misc,Nintendo,0,0,0.1,0,0.1 +10708,Little League World Series Baseball 2010,X360,2010,Sports,Activision,0.09,0,0,0.01,0.1 +10709,Piglet's Big Game,PS2,2003,Platform,Gotham Games,0.05,0.04,0,0.01,0.1 +10710,Real Bout Garou Densetsu,SAT,1996,Fighting,SNK,0,0,0.1,0,0.1 +10711,Arcania: Gothic 4,X360,2010,Role-Playing,JoWood Productions,0.03,0.04,0.01,0.01,0.1 +10712,Ben 10 Galactic Racing,X360,2011,Racing,D3Publisher,0.07,0.02,0,0.01,0.1 +10713,Project FIFA World Cup,PS2,2002,Sports,Electronic Arts,0,0,0.1,0,0.1 +10714,System Flaw,DS,2009,Shooter,Enjoy Gaming ltd.,0.09,0,0,0.01,0.1 +10715,Rio,X360,2011,Misc,THQ,0.05,0.03,0,0.01,0.1 +10716,Rocky: Legends,XB,2004,Action,Ubisoft,0.07,0.02,0,0,0.1 +10717,Lord of Apocalypse,PSP,2011,Role-Playing,Square Enix,0,0,0.1,0,0.1 +10718,The BIGS 2,PSP,2009,Sports,Take-Two Interactive,0.09,0,0,0.01,0.1 +10719,Horse Life Adventures,DS,2008,Simulation,Deep Silver,0.08,0.01,0,0.01,0.1 +10720,iCarly 2: iJoin The Click!,Wii,2010,Adventure,Activision,0.08,0.01,0,0.01,0.1 +10721,Burnout Paradise: The Ultimate Box,PC,2009,Racing,Electronic Arts,0,0.08,0,0.01,0.1 +10722,Famicom Mini: Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo Zenkouhen,GBA,2004,Adventure,Nintendo,0,0,0.1,0,0.1 +10723,The Secret Saturdays: Beasts of the 5th Sun,Wii,2009,Action,D3Publisher,0.09,0,0,0.01,0.1 +10724,Winter Stars,X360,2011,Sports,Deep Silver,0.05,0.04,0,0.01,0.1 +10725,Higurashi no Nakukoru ni Kizuna: Dai-Ni-Kan - Sou,DS,2008,Adventure,Alchemist,0,0,0.1,0,0.1 +10726,Star Trek: Shattered Universe,PS2,2004,Simulation,Global Star,0.05,0.04,0,0.01,0.1 +10727,The Land Before Time: Great Valley Racing Adventure,PS,2001,Racing,TDK Mediactive,0.05,0.04,0,0.01,0.1 +10728,Ultra Street Fighter IV,PS4,2015,Fighting,Capcom,0,0.08,0,0.01,0.1 +10729,Animal Planet: Vet Life,Wii,2009,Simulation,Activision,0.09,0,0,0.01,0.1 +10730,Cubic Ninja,3DS,2011,Platform,Ubisoft,0.05,0.04,0,0.01,0.1 +10731,Championship Pony,DS,2008,Simulation,"Destination Software, Inc",0.09,0,0,0.01,0.1 +10732,Harvest Moon: Frantic Farming,DS,2009,Puzzle,Rising Star Games,0.08,0.01,0,0.01,0.1 +10733,Rise of the Tomb Raider,PC,2016,Adventure,Square Enix,0,0.09,0,0.01,0.1 +10734,Pinball Hall of Fame: The Williams Collection,3DS,2011,Misc,Crave Entertainment,0.09,0,0,0.01,0.1 +10735,Persona 5,PS3,2016,Role-Playing,Unknown,0,0,0.1,0,0.1 +10736,Power Stone Collection,PSP,2006,Action,Capcom,0.08,0,0,0.01,0.1 +10737,MTX Mototrax,XB,2004,Racing,Activision,0.07,0.02,0,0,0.1 +10738,Blast Chamber,PS,1996,Shooter,Activision,0.05,0.04,0,0.01,0.1 +10739,Thor: God of Thunder,3DS,2011,Action,Sega,0.06,0.03,0,0.01,0.1 +10740,Mana Khemia: Student Alliance,PSP,2008,Role-Playing,Nippon Ichi Software,0.05,0,0.03,0.01,0.1 +10741,Retro Game Challenge (US sales),DS,2007,Action,Namco Bandai Games,0.1,0,0,0,0.1 +10742,EyeToy: Operation Spy,PS2,2005,Action,Sony Computer Entertainment,0.05,0.04,0,0.01,0.1 +10743,Zoo Tycoon (2013),X360,2013,Simulation,Microsoft Game Studios,0.02,0.07,0,0.01,0.1 +10744,MotoGP 07,PS2,2007,Racing,Capcom,0.05,0.04,0,0.01,0.1 +10745,Touch Detective,DS,2006,Adventure,505 Games,0.06,0.03,0,0.01,0.1 +10746,Option Tuning Car Battle,PS,1998,Racing,MTO,0,0,0.09,0.01,0.1 +10747,Rapala Pro Bass Fishing 2010,DS,2010,Sports,Activision,0.09,0,0,0.01,0.1 +10748,Derby Jockey 2,SNES,1995,Sports,Asmik Corp,0,0,0.1,0,0.1 +10749,Famicom Mini: Mappy,GBA,2004,Platform,Nintendo,0,0,0.09,0,0.1 +10750,Reign of Fire,XB,2002,Shooter,BAM! Entertainment,0.07,0.02,0,0,0.1 +10751,Descent Maximum,PS,1997,Shooter,Interplay Productions,0.05,0.04,0,0.01,0.1 +10752,Disney Sing It! High School Musical 3: Senior Year,X360,2009,Misc,Disney Interactive Studios,0.09,0,0,0.01,0.1 +10753,"Blast Works: Build, Trade, Destroy",Wii,2008,Shooter,Eidos Interactive,0.09,0,0,0.01,0.1 +10754,Resident Evil: Revelations 2,XOne,2015,Action,Capcom,0.07,0.02,0,0.01,0.1 +10755,Major League Baseball 2K11,DS,2011,Sports,Take-Two Interactive,0.09,0,0,0.01,0.1 +10756,Shining Force EXA,PS2,2007,Role-Playing,Sega,0,0,0.1,0,0.1 +10757,Virtual Pro Wrestling,PS,1996,Fighting,Asmik Ace Entertainment,0,0,0.09,0.01,0.1 +10758,Wasteland 2,PC,2015,Role-Playing,inXile Entertainment,0.02,0.06,0,0.01,0.1 +10759,Shadow Tower,PS,1998,Role-Playing,From Software,0.01,0.01,0.07,0.01,0.1 +10760,Luminous Arc 2 (JP sales),DS,N/A,Role-Playing,Unknown,0,0,0.1,0,0.1 +10761,Ninja Reflex,DS,2008,Action,Electronic Arts,0.09,0,0,0.01,0.1 +10762,Dragon Ball: Evolution,PSP,2009,Fighting,Namco Bandai Games,0.09,0,0,0.01,0.1 +10763,Red Bull BC One,DS,2008,Misc,Playlogic Game Factory,0.09,0,0,0.01,0.1 +10764,Heatseeker,Wii,2007,Action,Codemasters,0.08,0,0,0.01,0.1 +10765,Watchmen: The End is Nigh Part 1 & 2,X360,2009,Action,Warner Bros. Interactive Entertainment,0.09,0,0,0.01,0.1 +10766,Ford Racing 3,DS,2005,Racing,Zoo Digital Publishing,0.09,0,0,0.01,0.1 +10767,Ice Age 2: The Meltdown,XB,2006,Platform,Vivendi Games,0.07,0.02,0,0,0.1 +10768,Guilty Gear Isuka,PS2,2004,Fighting,505 Games,0.05,0.04,0,0.01,0.1 +10769,MySims SkyHeroes,X360,2010,Action,Electronic Arts,0.09,0,0,0.01,0.1 +10770,NASCAR Unleashed,PS3,2011,Racing,Activision,0.09,0,0,0.01,0.1 +10771,Shadow Master,PS,1997,Adventure,Psygnosis,0.05,0.04,0,0.01,0.1 +10772,Global Touring Challenge: Africa,PS2,2001,Racing,Rage Software,0.05,0.04,0,0.01,0.1 +10773,Jikkyou Powerful Pro Yakyuu 2013,PSV,2013,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10774,Dead or Alive 5,PSV,2013,Fighting,Tecmo Koei,0,0.05,0.03,0.02,0.1 +10775,Tokimeki Memorial: Taisen Pazurudama,PS,1996,Puzzle,Konami Digital Entertainment,0,0,0.09,0.01,0.1 +10776,InuYasha: Secret of the Divine Jewel,DS,2007,Role-Playing,Namco Bandai Games,0.09,0,0,0.01,0.1 +10777,MotoGP 2,XB,2003,Racing,THQ,0.07,0.02,0,0,0.1 +10778,Pro Yakyuu Famista DS,DS,2007,Sports,Namco Bandai Games,0,0,0.1,0,0.1 +10779,Ultimate Muscle - The Kinnikuman Legacy: The Path of the Superhero,GBA,2002,Fighting,Banpresto,0.05,0.02,0.03,0,0.1 +10780,BIT.TRIP COMPLETE,Wii,2011,Misc,Rising Star Games,0.06,0.02,0,0.01,0.1 +10781,EyeCreate,PS3,2007,Misc,Sony Computer Entertainment,0,0.08,0,0.02,0.1 +10782,Skylanders: Spyro's Adventure,PC,2011,Action,Activision,0.05,0.03,0,0.01,0.1 +10783,Paws & Claws: Pet Vet,Wii,2009,Simulation,THQ,0.09,0,0,0.01,0.1 +10784,Touch Mechanic,DS,2008,Simulation,Nintendo,0.09,0,0,0.01,0.1 +10785,Ciel Nosurge: Ushinawareta Hoshi e Sasagu Uta,PSV,2012,Adventure,Gust,0,0,0.1,0,0.1 +10786,Ar tonelico: Melody of Elemia,PS2,2006,Role-Playing,505 Games,0,0,0.1,0,0.1 +10787,Man vs. Wild,X360,2011,Action,Crave Entertainment,0.09,0,0,0.01,0.1 +10788,Sol Trigger,PSP,2012,Role-Playing,Image Epoch,0,0,0.1,0,0.1 +10789,Pony Friends 2,Wii,2009,Simulation,Eidos Interactive,0.04,0.05,0,0.01,0.1 +10790,Castlevania Double Pack,GBA,2006,Platform,Konami Digital Entertainment,0.07,0.03,0,0,0.1 +10791,Ballistic: Ecks vs. Sever,GBA,2002,Shooter,BAM! Entertainment,0.07,0.03,0,0,0.1 +10792,Jikkyou Powerful Pro Yakyuu 11,GC,2004,Sports,Konami Digital Entertainment,0,0,0.09,0,0.1 +10793,Steel Battalion,XB,2002,Simulation,Microsoft Game Studios,0.05,0.02,0.02,0,0.1 +10794,The Daring Game for Girls,Wii,N/A,Adventure,Unknown,0.09,0,0,0.01,0.1 +10795,Glory Days 2,DS,2007,Strategy,Ghostlight,0.08,0,0,0.01,0.1 +10796,Johnny Bravo in The Hukka-Mega-Mighty-Ultra-Extreme Date-O-Rama,DS,2009,Action,Blast! Entertainment Ltd,0.09,0,0,0.01,0.1 +10797,Street Fighter Collection,PS,1997,Fighting,Capcom,0,0,0.09,0.01,0.1 +10798,thinkSMART,DS,2010,Misc,Conspiracy Entertainment,0.09,0,0,0.01,0.1 +10799,Digimon Story: Super Xros Wars Blue/Red,DS,2011,Role-Playing,Namco Bandai Games,0,0,0.1,0,0.1 +10800,Tennis no Oji-Sama: Motto Gakuensai no Ouji-Sama - More Sweet Edition,DS,2010,Sports,Konami Digital Entertainment,0,0,0.1,0,0.1 +10801,Mind Quiz,PSP,2006,Action,Ubisoft,0.08,0.01,0,0.01,0.1 +10802,Populous DS,DS,2008,Strategy,Rising Star Games,0.07,0,0.02,0.01,0.1 +10803,Who Wants to Be A Millionaire?,X360,2011,Misc,Ubisoft,0.09,0,0,0.01,0.1 +10804,Bladestorm: The Hundred Years' War,X360,2007,Action,Tecmo Koei,0.08,0.01,0,0.01,0.1 +10805,Cartoon Network: Punch Time Explosion,3DS,2011,Fighting,Deep Silver,0.07,0.02,0,0.01,0.1 +10806,Imagine: Reporter,DS,2010,Simulation,Ubisoft,0.08,0.01,0,0.01,0.1 +10807,Disney Planes Fire & Rescue,3DS,2014,Action,Disney Interactive Studios,0.01,0.08,0,0.01,0.1 +10808,MX SuperFly featuring Ricky Carmichael,XB,2002,Racing,THQ,0.07,0.02,0,0,0.1 +10809,Gokuhou!! Mecha Mote Iinchou: MM Town de Miracle Change!,DS,2009,Simulation,Konami Digital Entertainment,0,0,0.1,0,0.1 +10810,Natural Doctrine,PS4,2014,Role-Playing,Nippon Ichi Software,0.05,0.02,0.02,0.01,0.1 +10811,SNK vs. Capcom Card Fighters DS,DS,2006,Strategy,Ignition Entertainment,0.09,0,0,0.01,0.1 +10812,Mystery Stories: Curse of the Ancient Spirits,DS,2011,Adventure,GSP,0.05,0.04,0,0.01,0.1 +10813,Kuroko's Basketball: Miracle Game,3DS,2014,Sports,Namco Bandai Games,0,0,0.1,0,0.1 +10814,Minority Report: Everybody Runs,XB,2002,Action,Activision,0.07,0.02,0,0,0.1 +10815,MindJack,X360,2011,Shooter,Square Enix,0.07,0.02,0,0.01,0.1 +10816,ReCore,XOne,2016,Action,Microsoft Game Studios,0.06,0.03,0,0.01,0.1 +10817,NASCAR,PSP,2006,Racing,Electronic Arts,0.09,0,0,0.01,0.1 +10818,Halo 2,PC,2007,Shooter,Microsoft Game Studios,0.01,0.06,0,0.02,0.1 +10819,Shox,PS2,2002,Racing,Electronic Arts,0.05,0.04,0,0.01,0.09 +10820,Unou no Tatsujin: Soukai! Machigai Museum 2,DS,2007,Misc,Namco Bandai Games,0,0,0.09,0,0.09 +10821,Playboy: The Mansion,XB,2005,Simulation,Ubisoft,0.07,0.02,0,0,0.09 +10822,The X-Factor,X360,2010,Misc,Deep Silver,0,0.08,0,0.01,0.09 +10823,Gundam Breaker,PSV,2013,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10824,Neo Atlas,PS,1998,Strategy,ArtDink,0,0,0.09,0.01,0.09 +10825,Jaws: Ultimate Predator,Wii,2011,Action,Majesco Entertainment,0.09,0,0,0.01,0.09 +10826,Disney's Aladdin in Nasira's Revenge,PS,2000,Action,Sony Computer Entertainment,0.05,0.04,0,0.01,0.09 +10827,Kiniro no Corda 3,PSP,2010,Adventure,Tecmo Koei,0,0,0.09,0,0.09 +10828,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,GC,2005,Adventure,Activision,0.07,0.02,0,0,0.09 +10829,Taiko no Tatsujin: Don Don! Mystery Adventure,3DS,2016,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10830,Winning Post 6,PS2,2003,Sports,Tecmo Koei,0,0,0.09,0,0.09 +10831,Egg Monster Hero,DS,N/A,Role-Playing,Square Enix,0,0,0.09,0,0.09 +10832,Rock Band Country Track Pack 2,Wii,2011,Misc,MTV Games,0.09,0,0,0.01,0.09 +10833,Darkest of Days,X360,2009,Shooter,Phantom EFX,0.09,0,0,0.01,0.09 +10834,Whacked!,XB,2002,Misc,Microsoft Game Studios,0.07,0.02,0,0,0.09 +10835,Ghostbusters: The Video Game (DS Version),PC,2010,Action,Take-Two Interactive,0,0.08,0,0.02,0.09 +10836,Barnyard,PS2,2006,Action,THQ,0.05,0.04,0,0.01,0.09 +10837,Big League Sports: Summer,Wii,2009,Sports,Activision,0.09,0,0,0.01,0.09 +10838,Angry Birds: Rio,PC,2011,Puzzle,Focus Home Interactive,0,0.07,0,0.02,0.09 +10839,Dance on Broadway,PS3,2011,Misc,Ubisoft,0.05,0.03,0,0.01,0.09 +10840,Risen 3: Titan Lords,PC,2014,Role-Playing,Deep Silver,0,0.08,0,0.01,0.09 +10841,Dungeons,PC,2011,Strategy,Kalypso Media,0.07,0.02,0,0.01,0.09 +10842,Pac-Man World 3,GC,2005,Platform,Namco Bandai Games,0.07,0.02,0,0,0.09 +10843,SingStar Apres-Ski Party 2,PS3,2010,Misc,Sony Computer Entertainment,0,0.07,0,0.02,0.09 +10844,Raven Squad: Operation Hidden Dagger,X360,2009,Shooter,Evolved Games,0.08,0.01,0,0.01,0.09 +10845,Rocky,GC,2002,Fighting,Rage Software,0.07,0.02,0,0,0.09 +10846,Gundam Breaker 3,PS4,2016,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10847,Crash 'N' Burn,XB,2004,Racing,Eidos Interactive,0.07,0.02,0,0,0.09 +10848,Medieval II: Total War,PC,2006,Strategy,Sega,0,0.08,0,0.02,0.09 +10849,NFL Blitz 20-02,XB,2002,Sports,Midway Games,0.07,0.02,0,0,0.09 +10850,Metal Fight Beyblade,DS,2009,Action,Hudson Soft,0,0,0.09,0,0.09 +10851,Robots,XB,2005,Action,Vivendi Games,0.07,0.02,0,0,0.09 +10852,Speed Kings,PS2,2003,Racing,Acclaim Entertainment,0.05,0.04,0,0.01,0.09 +10853,Monopoly Collection,Wii,2011,Misc,Electronic Arts,0.02,0.07,0,0.01,0.09 +10854,The King of Fighters XIV,PS4,2016,Fighting,Deep Silver,0.04,0.01,0.03,0.01,0.09 +10855,Langrisser V: The End of Legend,SAT,1998,Strategy,NCS,0,0,0.09,0,0.09 +10856,FIFA Street 3,DS,2008,Sports,Electronic Arts,0.07,0.02,0,0.01,0.09 +10857,PhotoKano,PSP,2012,Adventure,Kadokawa Shoten,0,0,0.09,0,0.09 +10858,Ouchi Mainichi Tamagotchi,3DS,2012,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10859,Fresh PreCure! Asobi Collection,DS,2009,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10860,Populous: The Beginning,PS,1998,Strategy,Electronic Arts,0.05,0.04,0,0.01,0.09 +10861,Rygar: The Battle of Argus,Wii,2008,Action,Rising Star Games,0.09,0,0,0.01,0.09 +10862,Chess,PS,2001,Strategy,Success,0.05,0.04,0,0.01,0.09 +10863,Rosco McQueen: Firefighter Extreme,PS,1997,Action,Sony Computer Entertainment,0.05,0.04,0,0.01,0.09 +10864,Terranigma,SNES,1995,Role-Playing,Nintendo,0,0,0.09,0,0.09 +10865,PAC-MAN and the Ghostly Adventures,3DS,2013,Platform,Namco Bandai Games,0.05,0.04,0,0.01,0.09 +10866,The Voice,WiiU,2014,Action,Activision,0.08,0,0,0.01,0.09 +10867,Forever Kingdom,PS2,2001,Role-Playing,From Software,0.02,0.02,0.04,0.01,0.09 +10868,Blitz: Overtime,PSP,2006,Sports,Midway Games,0.09,0,0,0.01,0.09 +10869,Cabela's North American Adventures,PSP,2010,Sports,Activision,0.08,0,0,0.01,0.09 +10870,Altered Beast: Guardian of the Realms,GBA,2002,Action,THQ,0.07,0.02,0,0,0.09 +10871,Field & Stream: Total Outdoorsman Challenge,X360,2010,Sports,505 Games,0.09,0,0,0.01,0.09 +10872,Wordmaster,DS,2008,Strategy,Zoo Digital Publishing,0.09,0,0,0.01,0.09 +10873,Shining Tears,PS2,2004,Role-Playing,Sega,0.05,0.04,0,0.01,0.09 +10874,MotoGP,XB,2002,Racing,THQ,0.07,0.02,0,0,0.09 +10875,Scaler,PS2,2004,Platform,Take-Two Interactive,0.05,0.04,0,0.01,0.09 +10876,Gradius V,PS2,2004,Shooter,Konami Digital Entertainment,0.05,0.04,0,0.01,0.09 +10877,X-COM: UFO Defense,PS,1995,Strategy,Microprose,0.05,0.04,0,0.01,0.09 +10878,Raiden Fighters Aces,X360,2008,Shooter,Valcon Games,0.06,0.03,0,0.01,0.09 +10879,Scooby-Doo! Who's Watching Who?,DS,2006,Adventure,THQ,0.08,0.01,0,0.01,0.09 +10880,World Cup '98 France: Road to Win,SAT,1998,Sports,Sega,0,0,0.09,0,0.09 +10881,MLB SlugFest 20-04,XB,2003,Sports,Midway Games,0.07,0.02,0,0,0.09 +10882,Barbie and the Magic of Pegasus,GBA,2005,Action,Vivendi Games,0.07,0.02,0,0,0.09 +10883,SD Gundam G Generation DS,DS,2005,Role-Playing,Namco Bandai Games,0,0,0.09,0,0.09 +10884,Adventure Time: Finn & Jake Investigations,X360,2015,Action,Little Orbit,0.02,0.06,0,0.01,0.09 +10885,Bleach: Heat the Soul,PSP,2005,Fighting,Sony Computer Entertainment,0,0,0.09,0,0.09 +10886,Fishing Master World Tour,Wii,2009,Sports,Hudson Entertainment,0.09,0,0,0.01,0.09 +10887,Psychonauts,PS2,2005,Platform,Majesco Entertainment,0.05,0.04,0,0.01,0.09 +10888,Harvey Birdman: Attorney at Law,PSP,2008,Adventure,Capcom,0.08,0,0,0.01,0.09 +10889,World Stadium 5,PS,2001,Sports,Namco Bandai Games,0,0,0.09,0.01,0.09 +10890,The Legend of Heroes: A Tear of Vermillion,PSP,2005,Role-Playing,Namco Bandai Games,0.08,0,0,0.01,0.09 +10891,Digimon World: Next Order,PSV,2016,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10892,The Amazing Spider-Man (Console Version),WiiU,2013,Action,Activision,0.05,0.03,0,0.01,0.09 +10893,The Crew: Wild Run,PS4,2015,Action,Ubisoft,0,0.08,0,0.01,0.09 +10894,ESPN NBA 2Night,PS2,2000,Sports,Konami Digital Entertainment,0.05,0.04,0,0.01,0.09 +10895,Uta no Prince-Sama: Debut,PSP,2012,Adventure,Broccoli,0,0,0.09,0,0.09 +10896,Galactic Taz Ball,DS,2010,Platform,Warner Bros. Interactive Entertainment,0.09,0,0,0.01,0.09 +10897,Freekstyle,GC,2002,Racing,Electronic Arts,0.07,0.02,0,0,0.09 +10898,Ford Mustang: The Legend Lives,XB,2005,Racing,Take-Two Interactive,0.07,0.02,0,0,0.09 +10899,Virtua Fighter CG Portrait Series Vol.3: Akira Yuki,SAT,1995,Misc,Sega,0,0,0.09,0,0.09 +10900,Digimon Rumble Arena 2,PS2,2004,Fighting,Atari,0.05,0.04,0,0.01,0.09 +10901,Scooby-Doo! Unmasked,DS,2005,Platform,THQ,0.07,0.02,0,0.01,0.09 +10902,Dora the Explorer: Dora Saves the Crystal Kingdom,PS2,2009,Misc,Take-Two Interactive,0.05,0.04,0,0.01,0.09 +10903,Etrian Odyssey 2 Untold: Knight of Fafnir,3DS,2014,Role-Playing,Atlus,0.07,0.02,0,0.01,0.09 +10904,"Prinny 2: Dawn of Operation Panties, Dood!",PSP,2010,Platform,Nippon Ichi Software,0.05,0,0.03,0.01,0.09 +10905,Alien Monster Bowling League,Wii,2009,Sports,Destineer,0.09,0,0,0.01,0.09 +10906,Devil May Cry 4,PS4,2015,Action,Capcom,0.01,0,0.08,0,0.09 +10907,Shockwave Assault,PS,1995,Simulation,Electronic Arts,0.05,0.04,0,0.01,0.09 +10908,echochrome,PSP,2008,Puzzle,Sony Computer Entertainment,0,0.01,0.08,0,0.09 +10909,Ribbit King,PS2,2003,Sports,Atari,0.05,0.04,0,0.01,0.09 +10910,Generator Rex: Agent of Providence,Wii,2011,Action,Activision,0.07,0.01,0,0.01,0.09 +10911,Championship Foosball,Wii,2008,Sports,505 Games,0.09,0,0,0.01,0.09 +10912,World Championship Poker 2: Featuring Howard Lederer,XB,2005,Misc,Crave Entertainment,0.07,0.02,0,0,0.09 +10913,Alien Hominid,GC,2004,Shooter,O3 Entertainment,0.07,0.02,0,0,0.09 +10914,Lego Star Wars: The Force Awakens,PSV,2016,Action,Warner Bros. Interactive Entertainment,0.02,0.05,0,0.02,0.09 +10915,Pro Yakyuu Greatest Nine 98,SAT,1998,Sports,Sega,0,0,0.09,0,0.09 +10916,Snood 2: On Vacation,DS,2005,Puzzle,Zoo Digital Publishing,0.09,0,0,0.01,0.09 +10917,Ninja Gaiden Black,XB,2005,Action,Microsoft Game Studios,0.07,0.02,0,0,0.09 +10918,Playmobil Pirates,DS,2009,Action,Mindscape,0.08,0,0,0.01,0.09 +10919,Girls und Panzer: I Will Master Tankery,PSV,2014,Action,Namco Bandai Games,0,0,0.09,0,0.09 +10920,Bogey: Dead 6,PS,1996,Simulation,Sony Computer Entertainment,0.05,0.04,0,0.01,0.09 +10921,Hakuouki: Zuisouroku Portable,PSP,2010,Adventure,Idea Factory,0,0,0.09,0,0.09 +10922,Puyo Pop Fever (JP sales),DS,2004,Puzzle,Ignition Entertainment,0,0,0.09,0,0.09 +10923,Dragon Ball Kai: Ultimate Butouden,DS,2011,Fighting,Namco Bandai Games,0,0,0.09,0,0.09 +10924,Yu-Gi-Oh! GX: The Beginning of Destiny (US sales),PS2,2007,Strategy,Konami Digital Entertainment,0.05,0.04,0,0.01,0.09 +10925,Brain Age: Concentration Training,3DS,2012,Puzzle,Nintendo,0.09,0,0,0.01,0.09 +10926,Henry Hatsworth in the Puzzling Adventure,DS,2009,Puzzle,Electronic Arts,0.08,0.01,0,0.01,0.09 +10927,Shin Megami Tensei,PS,2001,Role-Playing,Atlus,0,0,0.09,0.01,0.09 +10928,Trivial Pursuit unhinged,XB,2004,Misc,Atari,0.07,0.02,0,0,0.09 +10929,U-Sing 2,Wii,2010,Misc,Mindscape,0,0.08,0,0.01,0.09 +10930,Backyard Sports: Sandlot Sluggers,X360,2010,Sports,Atari,0.09,0,0,0.01,0.09 +10931,The Revenge of Shinobi,GBA,2002,Platform,Atari,0.07,0.02,0,0,0.09 +10932,Bloody Roar 4,PS2,2003,Fighting,Konami Digital Entertainment,0.05,0.04,0,0.01,0.09 +10933,Playmobil Circus,Wii,2009,Action,Mindscape,0.06,0.02,0,0.01,0.09 +10934,Let's Ride! Silver Buckle Stables,PS2,2006,Sports,THQ,0.05,0.04,0,0.01,0.09 +10935,Star Wars: Empire at War - Gold Pack,PC,2007,Strategy,LucasArts,0.01,0.06,0,0.01,0.09 +10936,Hakuoki: Demon of the Fleeting Blossom,PSP,2009,Adventure,Idea Factory,0.08,0,0,0.01,0.09 +10937,Cabela's Big Game Hunter,GBA,2002,Sports,Activision Value,0.07,0.02,0,0,0.09 +10938,Import Tuner Challenge (American sales),X360,2006,Racing,Ubisoft,0.07,0.01,0,0.01,0.09 +10939,I-Ninja,GC,2003,Platform,Namco Bandai Games,0.07,0.02,0,0,0.09 +10940,Truth or Lies,PS3,2010,Misc,THQ,0.06,0.02,0,0.01,0.09 +10941,WSC Real 11: World Snooker Championship,PS3,2011,Sports,Koch Media,0,0.07,0,0.02,0.09 +10942,World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,PS2,2010,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +10943,Crash Boom Bang!,DS,2006,Misc,Vivendi Games,0.07,0.01,0,0.01,0.09 +10944,Dragon Tales: Dragon Seek,PS,2000,Platform,Ubisoft,0.05,0.03,0,0.01,0.09 +10945,NCAA March Madness 08,PS3,2007,Sports,Electronic Arts,0.08,0,0,0.01,0.09 +10946,Tom Clancy's EndWar,DS,2008,Strategy,Ubisoft,0.08,0.01,0,0.01,0.09 +10947,Yourself Fitness,XB,2004,Sports,responDESIGN,0.07,0.02,0,0,0.09 +10948,Tak: The Great Juju Challenge,DS,2005,Platform,THQ,0.09,0,0,0.01,0.09 +10949,NBA 2K16,PC,2015,Sports,Take-Two Interactive,0.02,0.06,0,0.01,0.09 +10950,Def Jam Fight For NY: The Takeover,PSP,2006,Action,Electronic Arts,0.08,0,0,0.01,0.09 +10951,NHL 2K8,PS3,2007,Sports,Take-Two Interactive,0.08,0.01,0,0.01,0.09 +10952,Black & White 2,PC,2005,Strategy,Electronic Arts,0.01,0.07,0,0.01,0.09 +10953,GripShift,PSP,2005,Racing,Ubisoft,0.08,0,0,0.01,0.09 +10954,Jenga World Tour,DS,2007,Misc,Atari,0.09,0,0,0.01,0.09 +10955,Riviera: The Promised Land,PSP,2006,Role-Playing,505 Games,0.07,0,0.02,0.01,0.09 +10956,The Idolmaster: Platinum Stars,PS4,2016,Simulation,Namco Bandai Games,0,0,0.09,0,0.09 +10957,Get Fit with Mel B,Wii,2010,Sports,Black Bean Games,0.03,0.05,0,0.01,0.09 +10958,Destroy All Humans! Path of the Furon,PS3,2009,Action,THQ,0,0.08,0,0.01,0.09 +10959,Resident Evil Chronicles HD,PS3,2012,Shooter,Capcom,0,0,0.09,0,0.09 +10960,Wonder World Amusement Park,DS,2009,Misc,Majesco Entertainment,0.08,0,0,0.01,0.09 +10961,Return Fire,PS,1996,Strategy,Time Warner Interactive,0.05,0.03,0,0.01,0.09 +10962,Lock's Quest,DS,2008,Strategy,THQ,0.08,0,0,0.01,0.09 +10963,Transformers: Devastation,X360,2015,Action,Activision,0.06,0.02,0,0.01,0.09 +10964,Wild ARMs: Alter Code F,PS2,2003,Role-Playing,Sony Computer Entertainment,0.05,0.04,0,0.01,0.09 +10965,Bomberman Max 2: Blue Advance,GBA,2002,Puzzle,Vivendi Games,0.07,0.02,0,0,0.09 +10966,Dora's Big Birthday Adventure,DS,2010,Misc,Take-Two Interactive,0.08,0.01,0,0.01,0.09 +10967,Atari Classics Evolved,PSP,2007,Misc,Atari,0.08,0,0,0.01,0.09 +10968,Pillow Pets,DS,2011,Adventure,GameMill Entertainment,0.09,0,0,0.01,0.09 +10969,SingStar: Made In Germany,PS3,2009,Misc,Sony Computer Entertainment,0,0.07,0,0.02,0.09 +10970,Kawasaki Quad Bikes,Wii,2007,Racing,Data Design Interactive,0.07,0.01,0,0.01,0.09 +10971,Shrek SuperSlam,XB,2005,Action,Activision,0.07,0.02,0,0,0.09 +10972,Rapid Reload,PS,1995,Shooter,Sony Computer Entertainment,0,0,0.09,0.01,0.09 +10973,New Legends,XB,2002,Action,THQ,0.07,0.02,0,0,0.09 +10974,Total Overdose: A Gunslinger's Tale in Mexico,PS2,2005,Shooter,Eidos Interactive,0.04,0.04,0,0.01,0.09 +10975,The Secret Saturdays: Beasts of the 5th Sun,PSP,2009,Action,D3Publisher,0.08,0,0,0.01,0.09 +10976,Island Xtreme Stunts,PS2,2002,Action,Electronic Arts,0.04,0.03,0,0.01,0.09 +10977,Fighting Fantasy: The Warlock of Firetop Mountain,DS,2009,Role-Playing,Aspyr,0.09,0,0,0.01,0.09 +10978,Agassi Tennis Generation,PS2,2003,Sports,DreamCatcher Interactive,0.04,0.03,0,0.01,0.09 +10979,Young Justice: Legacy,PS3,2013,Action,Namco Bandai Games,0.06,0.02,0,0.01,0.09 +10980,Metal Slug X,PS,2001,Shooter,Virgin Interactive,0.05,0.03,0,0.01,0.09 +10981,Samurai Shodown Anthology,PSP,N/A,Fighting,Ignition Entertainment,0.08,0,0,0.01,0.09 +10982,Space Invaders Extreme,PSP,2008,Shooter,Square Enix,0.06,0.01,0.01,0.01,0.09 +10983,Driver: Renegade,3DS,2011,Racing,Ubisoft,0.05,0.04,0,0.01,0.09 +10984,Running Wild,PS,1997,Racing,989 Studios,0.05,0.03,0,0.01,0.09 +10985,Romance of the Three Kingdoms X,PS2,2005,Strategy,Tecmo Koei,0.04,0.03,0,0.01,0.09 +10986,Brigandine: The Legend of Forsena,PS,1998,Strategy,Atlus,0.05,0.03,0,0.01,0.09 +10987,Pro Evolution Soccer 2012,PC,2011,Action,Konami Digital Entertainment,0,0.07,0,0.02,0.09 +10988,MX SuperFly featuring Ricky Carmichael,GC,2002,Racing,THQ,0.07,0.02,0,0,0.09 +10989,Disney's The Haunted Mansion,XB,2003,Platform,Take-Two Interactive,0.07,0.02,0,0,0.09 +10990,Sound Novel Machi,SAT,1998,Adventure,ChunSoft,0,0,0.09,0,0.09 +10991,FIFA 2001: Major League Soccer,PS2,2000,Sports,Electronic Arts,0,0,0.09,0,0.09 +10992,I Love Puppies,DS,2010,Simulation,Destineer,0.09,0,0,0.01,0.09 +10993,Jikkyou Powerful Pro Yakyuu 14 Ketteiban,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +10994,Pokemon Rumble World,3DS,2015,Action,Nintendo,0,0.01,0.08,0,0.09 +10995,JASF: Jane's Advanced Strike Fighters,X360,2011,Simulation,Deep Silver,0.06,0.02,0,0.01,0.09 +10996,Beaterator,PSP,2009,Misc,Take-Two Interactive,0.06,0.02,0,0.02,0.09 +10997,Skies of Arcadia,DC,2000,Role-Playing,Sega,0,0,0.09,0,0.09 +10998,NASCAR: Dirt to Daytona,GC,2002,Racing,Infogrames,0.07,0.02,0,0,0.09 +10999,Demon Chaos,PS2,N/A,Action,Konami Digital Entertainment,0,0,0.09,0,0.09 +11000,Challenge Me: Brain Puzzles 2,DS,2010,Puzzle,O-Games,0.05,0.04,0,0.01,0.09 +11001,Cake Mania: Main Street,DS,2011,Simulation,Majesco Entertainment,0.09,0,0,0.01,0.09 +11002,Road Trip,PS2,2002,Racing,Play It,0.04,0.03,0,0.01,0.09 +11003,Blood of Bahamut,DS,2009,Role-Playing,Square Enix,0,0,0.09,0,0.09 +11004,Damnation,PS3,2009,Shooter,Codemasters,0.07,0.01,0,0.01,0.09 +11005,DaGeDar,DS,2011,Action,GameMill Entertainment,0.09,0,0,0.01,0.09 +11006,Quiz Magic Academy DS: Futatsu no Jikuu Koku,DS,2010,Misc,Konami Digital Entertainment,0,0,0.09,0,0.09 +11007,Lilie no Atelier: Salburg no Renkinjutsushi 3,PS2,2001,Role-Playing,Gust,0,0,0.09,0,0.09 +11008,Supremacy MMA,PSV,2012,Fighting,505 Games,0.02,0.05,0,0.02,0.09 +11009,Top Gun: Firestorm Advance,GBA,2002,Shooter,Titus,0.07,0.02,0,0,0.09 +11010,Justice League Heroes,DS,2006,Role-Playing,Eidos Interactive,0.08,0,0,0.01,0.09 +11011,Project Eden,PS2,2001,Action,Eidos Interactive,0.04,0.03,0,0.01,0.09 +11012,Disney Art Academy,3DS,2016,Action,Nintendo,0.01,0.01,0.07,0,0.09 +11013,Pipe Mania,DS,2008,Puzzle,Empire Interactive,0.08,0.01,0,0.01,0.09 +11014,NERF N-Strike: Double Blast Bundle,Wii,2010,Shooter,Electronic Arts,0.09,0,0,0,0.09 +11015,Space Chimps,Wii,2008,Platform,Brash Entertainment,0.08,0,0,0.01,0.09 +11016,Sega Casino,DS,2005,Misc,Sega,0.08,0,0,0.01,0.09 +11017,Ben 10 Galactic Racing,PS3,2011,Racing,D3Publisher,0.06,0.02,0,0.01,0.09 +11018,Ghosthunter,PS2,2003,Action,Sony Computer Entertainment,0.04,0.03,0,0.01,0.09 +11019,Junior Mystery Quest,DS,2011,Puzzle,GSP,0.07,0.01,0,0.01,0.09 +11020,Obscure: The Aftermath,PSP,2009,Action,Playlogic Game Factory,0.05,0.03,0,0.02,0.09 +11021,Family GameShow,Wii,2009,Misc,Zushi Games,0.08,0,0,0.01,0.09 +11022,Great Party Games,Wii,2010,Misc,O-Games,0,0.08,0,0.01,0.09 +11023,Seven: Molmorth no Kiheitai,PS2,2000,Action,Namco Bandai Games,0,0,0.09,0,0.09 +11024,Doraemon: Nobita to Midori no Kyojinden DS,DS,2008,Platform,Sega,0,0,0.09,0,0.09 +11025,Jimmie Johnson's Anything With an Engine,X360,2011,Racing,Konami Digital Entertainment,0.08,0,0,0.01,0.09 +11026,Hello Kitty's Cube Frenzy,PS,1998,Puzzle,Culture Publishers,0.05,0.03,0,0.01,0.09 +11027,Are You Smarter Than a 5th Grader? Back to School,DS,2010,Misc,THQ,0.08,0,0,0.01,0.09 +11028,Spectral Force Genesis,DS,2008,Role-Playing,Nobilis,0.08,0,0.01,0.01,0.09 +11029,Jikkyou Powerful Pro Yakyuu 9 Ketteiban,PS2,2002,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +11030,Agatha Christie: Evil Under the Sun,Wii,2008,Adventure,The Adventure Company,0.07,0.02,0,0.01,0.09 +11031,World Championship Games: A Track & Field Event,DS,2008,Sports,Ghostlight,0.08,0,0,0.01,0.09 +11032,Astro Boy: Omega Factor,GBA,2003,Action,THQ,0.06,0.02,0,0,0.09 +11033,Karaoke Joysound Wii Super DX: Hitori de Minna de Utai Houdai!,Wii,2010,Misc,Hudson Soft,0,0,0.09,0,0.09 +11034,Fullmetal Alchemist: Dual Sympathy,DS,2005,Role-Playing,Empire Interactive,0.05,0,0.04,0,0.09 +11035,Cardfight!! Vanguard: Ride to Victory,3DS,2013,Misc,FuRyu,0,0,0.09,0,0.09 +11036,Last Rebellion,PS3,2010,Role-Playing,Nippon Ichi Software,0.06,0.01,0.01,0.01,0.09 +11037,How to Train Your Dragon 2,WiiU,2014,Adventure,Little Orbit,0.04,0.05,0,0.01,0.09 +11038,Quantum Theory,X360,2010,Shooter,Tecmo Koei,0.06,0.02,0,0.01,0.09 +11039,Jikkyou Powerful Pro Yakyuu Portable 2,PSP,2007,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +11040,Reading Training,DS,2007,Misc,Benesse,0.01,0,0.08,0,0.09 +11041,Kawashima Ryuuta Kyouju Kanshuu Nouryoku Trainer Portable 2,PSP,2006,Misc,Sega,0,0,0.09,0,0.09 +11042,Bass Pro Shops: The Hunt,X360,2010,Sports,Griffin International,0.08,0,0,0.01,0.09 +11043,Rugby 2005,PS2,2005,Sports,Electronic Arts,0.04,0.03,0,0.01,0.09 +11044,Carnival Games: Wild West 3D,3DS,2011,Misc,Take-Two Interactive,0.06,0.02,0,0.01,0.09 +11045,Ochaken no Heya DS 2,DS,2007,Simulation,MTO,0,0,0.09,0,0.09 +11046,Ratchet & Clank Future: Quest for Booty,PS3,2008,Platform,Sony Computer Entertainment,0.01,0.06,0,0.02,0.09 +11047,V-Rally Edition 99,N64,1998,Racing,Infogrames,0.07,0.02,0,0,0.09 +11048,Saikyou Habu Shogi,N64,1996,Misc,Seta Corporation,0,0,0.06,0.03,0.09 +11049,Castlevania Dracula X,SNES,1995,Platform,Konami Digital Entertainment,0.03,0.01,0.05,0,0.09 +11050,Golden Nugget 64,N64,1998,Misc,Electronic Arts,0.07,0.02,0,0,0.09 +11051,Robotron 64,N64,1998,Shooter,GT Interactive,0.07,0.02,0,0,0.09 +11052,Batman Beyond: Return of the Joker,N64,2000,Action,Ubisoft,0.07,0.02,0,0,0.09 +11053,Inazuma Eleven 3,3DS,2013,Role-Playing,Nintendo,0,0.08,0,0.01,0.09 +11054,Ski-Doo Snowmobile Challenge,Wii,2009,Racing,Valcon Games,0.08,0,0,0.01,0.09 +11055,Naruto RPG 3: Rejiuu vs Konoha Shoutai,DS,2006,Role-Playing,Takara Tomy,0,0,0.09,0,0.09 +11056,Tunnel B1,PS,1996,Action,Ocean,0.05,0.03,0,0.01,0.09 +11057,2-in-1 Game Pack: Spider-Man & Spider-Man 2,GBA,2005,Platform,Activision,0.06,0.02,0,0,0.09 +11058,Winter Stars,PS3,2011,Sports,Deep Silver,0.01,0.06,0,0.02,0.09 +11059,Go Play: City Sports,Wii,2009,Sports,Majesco Entertainment,0.08,0,0,0.01,0.09 +11060,Porsche Challenge,PS,1997,Racing,Sony Computer Entertainment,0.05,0.03,0,0.01,0.09 +11061,Dragon Ball Z: Shin Butouden,SAT,1995,Fighting,Namco Bandai Games,0,0,0.09,0,0.09 +11062,Beowulf: The Game,PSP,2007,Action,Ubisoft,0.08,0,0,0.01,0.09 +11063,Super Robot Taisen MX Portable,PSP,2005,Strategy,Banpresto,0,0,0.09,0,0.09 +11064,Mimana Iyar Chronicle,PSP,2009,Role-Playing,GungHo,0.07,0,0.01,0.01,0.09 +11065,Detana TwinBee Yahho! Deluxe Pack,PS,1995,Shooter,Konami Digital Entertainment,0,0,0.08,0.01,0.09 +11066,Shin Ken to Mah? to Gakuenmono. Toki no Gakuen,PSP,2012,Role-Playing,Acquire,0,0,0.09,0,0.09 +11067,Super Robot Wars OG: The Moon Dwellers,PS4,2016,Misc,Namco Bandai Games,0,0,0.09,0,0.09 +11068,Uta no Prince-Sama: Music 2,PSP,2013,Adventure,Broccoli,0,0,0.09,0,0.09 +11069,Jambo! Safari Animal Rescue,Wii,2009,Simulation,Sega,0.07,0.01,0,0.01,0.09 +11070,Supreme Commander,X360,2008,Strategy,505 Games,0.07,0.01,0,0.01,0.09 +11071,"Saiyuuki: Kinkaku, Ginkaku no Inbou",DS,2007,Role-Playing,D3Publisher,0,0,0.09,0,0.09 +11072,Bleach: Heat the Soul 6,PSP,2009,Fighting,Sony Computer Entertainment,0,0,0.09,0,0.09 +11073,Roary the Racing Car,DS,2009,Misc,Avanquest,0,0.08,0,0.01,0.09 +11074,Ski and Shoot,Wii,2008,Sports,RTL,0.04,0.04,0,0.01,0.09 +11075,Mugen Keitai Disgaea,PS2,2007,Role-Playing,Tecmo Koei,0,0,0.09,0,0.09 +11076,Scrabble,PSP,2009,Misc,Electronic Arts,0.08,0,0,0.01,0.09 +11077,Samurai Warriors 4: Empires,PS4,2015,Action,Tecmo Koei,0.02,0.01,0.05,0.01,0.09 +11078,Action Man-Operation Extreme,PS,N/A,Action,N/A,0.05,0.03,0,0.01,0.09 +11079,Blazblue: Continuum Shift Extend,PS3,2011,Fighting,PQube,0,0,0.09,0,0.09 +11080,Tornado Outbreak,PS3,2009,Action,Konami Digital Entertainment,0.08,0,0,0.01,0.09 +11081,Mystic Heroes,GC,2002,Action,Tecmo Koei,0.03,0.01,0.04,0,0.09 +11082,Pachitte Chonmage Tatsujin 10: Pachinko Fuyu no Sonata,PS2,2007,Misc,Hackberry,0,0,0.09,0,0.09 +11083,Defender,XB,2002,Misc,Midway Games,0.07,0.02,0,0,0.09 +11084,The Sims 2: Apartment Life,PC,2008,Simulation,Electronic Arts,0,0.07,0,0.02,0.09 +11085,MLB Superstars,Wii,2008,Sports,Take-Two Interactive,0.08,0,0,0.01,0.09 +11086,Captain Tsubasa: Aratanaru Densetsu Joshou,PS,2002,Sports,Konami Digital Entertainment,0,0,0.08,0.01,0.09 +11087,Remington Super Slam Hunting: Alaska,Wii,2011,Sports,Mastiff,0.08,0,0,0.01,0.09 +11088,Blood: The Last Vampire (Joukan),PS2,2000,Adventure,Sony Computer Entertainment,0,0,0.09,0,0.09 +11089,Clockwork Knight,SAT,1994,Platform,Sega,0,0,0.09,0,0.09 +11090,MotoGP 14,X360,2014,Racing,Milestone S.r.l.,0.04,0.04,0,0.01,0.09 +11091,Freestyle Metal X,PS2,2003,Racing,Midway Games,0.04,0.03,0,0.01,0.09 +11092,Prinny: Can I Really Be the Hero?,PSP,2008,Platform,Tecmo Koei,0.02,0.01,0.05,0.01,0.09 +11093,Sidewinder Max,PS2,2000,Simulation,Asmik Ace Entertainment,0,0,0.09,0,0.09 +11094,The $1 Pyramid,Wii,2011,Misc,Ubisoft,0.08,0,0,0.01,0.09 +11095,Burnout Paradise: The Ultimate Box,PS3,2009,Racing,Electronic Arts,0,0.06,0.01,0.02,0.09 +11096,Kenka Banchou 2: Full Throttle,PS2,2007,Action,Spike,0,0,0.09,0,0.09 +11097,Zoids Assault,X360,2007,Strategy,Takara Tomy,0.08,0,0,0.01,0.09 +11098,Pro Yaky? Spirits 2014,PSP,2014,Sports,Konami Digital Entertainment,0,0,0.09,0,0.09 +11099,Dark Angel: Vampire Apocalypse,PS2,2001,Role-Playing,Metro 3D,0.04,0.03,0,0.01,0.09 +11100,The Mummy: Tomb of the Dragon Emperor,Wii,2008,Action,Vivendi Games,0.08,0,0,0.01,0.09 +11101,Spider-Man: Edge of Time,Wii,2011,Action,Activision,0.06,0.02,0,0.01,0.09 +11102,Momu-chan Diet Wii: Figurobics by Chon Dayon,Wii,2010,Misc,Hudson Soft,0,0,0.09,0,0.09 +11103,Karaoke Revolution Presents American Idol Encore 2,X360,2008,Misc,Konami Digital Entertainment,0.08,0,0,0.01,0.09 +11104,Atelier Totori: The Adventurer of Arland,PSV,2012,Role-Playing,Gust,0,0,0.09,0,0.09 +11105,Mad Dog McCree: Gunslinger Pack,Wii,2009,Shooter,Majesco Entertainment,0.08,0,0,0.01,0.09 +11106,No More Heroes: Red Zone,PS3,2011,Action,Marvelous Interactive,0,0,0.09,0,0.09 +11107,Game Hits!,DS,2010,Misc,Foreign Media Games,0.07,0.01,0,0.01,0.09 +11108,Bakugan: Rise of the Resistance,DS,2011,Strategy,Activision,0.06,0.02,0,0.01,0.09 +11109,Thomas & Friends: Hero of the Rails,DS,2010,Misc,Unknown,0,0.07,0,0.01,0.09 +11110,Super Puzzle Fighter II,GBA,N/A,Puzzle,Capcom,0.06,0.02,0,0,0.09 +11111,The Mummy: Tomb of the Dragon Emperor,DS,2008,Action,Vivendi Games,0.08,0,0,0.01,0.09 +11112,Battle Stadium D.O.N,GC,2006,Fighting,Namco Bandai Games,0,0,0.09,0,0.09 +11113,Deadliest Catch: Sea of Chaos,X360,2010,Sports,Crave Entertainment,0.08,0,0,0.01,0.09 +11114,Karaoke Revolution Presents American Idol Encore,PS3,2008,Misc,Konami Digital Entertainment,0.08,0,0,0.01,0.09 +11115,Crysis: Maximum Edition,PC,2009,Shooter,Electronic Arts,0,0.07,0,0.02,0.09 +11116,Crayon Shin-Chan Shokkugan! Densetsu o Yobu Omake Daiketsusen!!,DS,2010,Action,Namco Bandai Games,0,0,0.09,0,0.09 +11117,Wacky World of Sports,Wii,2009,Sports,Sega,0.08,0,0,0.01,0.09 +11118,Kurikin: Nano Island Story,DS,2007,Role-Playing,Nintendo,0,0,0.09,0,0.09 +11119,Transworld Snowboarding,XB,2002,Sports,Atari,0.07,0.02,0,0,0.09 +11120,NFL Blitz 20-02,GC,2002,Sports,Midway Games,0.07,0.02,0,0,0.09 +11121,Sniper Elite,XB,2005,Shooter,Ubisoft,0.07,0.02,0,0,0.09 +11122,Data East Arcade Classics,Wii,2010,Misc,Majesco Entertainment,0.08,0,0,0.01,0.09 +11123,World Soccer Winning Eleven 8 International,XB,2004,Sports,Konami Digital Entertainment,0.07,0.02,0,0,0.09 +11124,Test Drive: Eve of Destruction,XB,2004,Racing,Atari,0.07,0.02,0,0,0.09 +11125,Crimson Sea,XB,2002,Action,Tecmo Koei,0.04,0.01,0.04,0,0.09 +11126,Naruto Shippuden: Gekito Ninja Taisen! EX 2,Wii,2007,Fighting,Takara Tomy,0,0,0.09,0,0.09 +11127,The Weakest Link,PS,2001,Misc,Activision,0.05,0.03,0,0.01,0.09 +11128,Dreamer Series: Teacher,DS,2009,Simulation,Deep Silver,0.08,0,0,0.01,0.09 +11129,Lethal Enforcers,SNES,1993,Shooter,Konami Digital Entertainment,0,0,0.09,0,0.09 +11130,Knights in the Nightmare,DS,2008,Role-Playing,Sting,0.06,0,0.02,0,0.09 +11131,Romance of the Three Kingdoms XII,PS3,2012,Strategy,Tecmo Koei,0,0,0.09,0,0.09 +11132,El Tigre: The Adventures of Manny Rivera,DS,2007,Platform,THQ,0.08,0,0,0.01,0.09 +11133,Ikaruga,GC,2003,Shooter,Atari,0.07,0.02,0,0,0.09 +11134,Back to the Future: The Game,PS3,2011,Adventure,Telltale Games,0.07,0.01,0,0.01,0.09 +11135,Hyperdimension Neptunia Re;Birth 2,PSV,2014,Action,Idea Factory International,0.05,0.02,0,0.02,0.09 +11136,The Suffering: Ties That Bind,XB,2005,Action,Midway Games,0.07,0.02,0,0,0.09 +11137,Nobunaga's Ambition: Iron Triangle,PS2,2006,Strategy,Tecmo Koei,0.04,0.03,0,0.01,0.09 +11138,Little League World Series Baseball: Double Play,Wii,2010,Sports,Activision,0.08,0,0,0.01,0.09 +11139,Jikkyou Powerful Pro Yakyuu 2012,PSV,2012,Action,Konami Digital Entertainment,0,0,0.09,0,0.09 +11140,Harvest Moon: Boy & Girl,PSP,2005,Simulation,Marvelous Interactive,0.08,0,0,0.01,0.09 +11141,Mahjong Cub3D,3DS,2011,Puzzle,Sunsoft,0.07,0,0.02,0,0.09 +11142,F1 2016 (Codemasters),XOne,2016,Racing,Codemasters,0.01,0.07,0,0.01,0.09 +11143,Major League Baseball 2K12,PSP,2012,Sports,Take-Two Interactive,0.08,0,0,0.01,0.09 +11144,Happy Feet Two,Wii,N/A,Action,Warner Bros. Interactive Entertainment,0.07,0.01,0,0.01,0.09 +11145,Viewtiful Joe: Red Hot Rumble,PSP,2006,Action,Capcom,0.08,0,0,0.01,0.09 +11146,The Ant Bully,Wii,2006,Platform,Midway Games,0.08,0,0,0.01,0.09 +11147,MLB 2K9 Fantasy All-Stars,DS,2009,Sports,Take-Two Interactive,0.08,0,0,0.01,0.09 +11148,RollerCoaster Tycoon 3: Platinum,PC,2005,Strategy,Atari,0.01,0.06,0,0.01,0.09 +11149,Age of Mythology,PC,2002,Strategy,Microsoft Game Studios,0.02,0.06,0,0.01,0.09 +11150,Sengoku Basara 4: Sumeragi,PS3,2015,Action,Capcom,0,0,0.09,0,0.09 +11151,Shrek Smash n' Crash Racing,PSP,2006,Racing,Activision,0.08,0,0,0.01,0.09 +11152,The Smurfs 2,WiiU,2013,Platform,Ubisoft,0.04,0.04,0,0.01,0.09 +11153,Digimon World Re:Digitize Decode,3DS,2013,Role-Playing,Namco Bandai Games,0,0,0.09,0,0.09 +11154,The Bachelor: The Videogame,DS,2010,Misc,Warner Bros. Interactive Entertainment,0.08,0,0,0.01,0.09 +11155,Harvey Birdman: Attorney at Law,Wii,2008,Adventure,Capcom,0.08,0,0,0.01,0.09 +11156,Digimon World 4,GC,2005,Role-Playing,Namco Bandai Games,0.07,0.02,0,0,0.09 +11157,Resident Evil: Revelations 2,X360,2015,Action,Capcom,0.04,0.04,0,0.01,0.09 +11158,Jumper: Griffin's Story,Wii,2008,Action,Eidos Interactive,0.08,0,0,0.01,0.09 +11159,My Stop Smoking Coach: Allen Carr's EasyWay,DS,2008,Misc,Ubisoft,0.07,0.01,0,0.01,0.09 +11160,Star Wars: Empire at War,PC,2006,Strategy,LucasArts,0.01,0.06,0,0.02,0.09 +11161,Ford Racing 3,XB,2004,Racing,Take-Two Interactive,0.07,0.02,0,0,0.09 +11162,MLB SlugFest Loaded,XB,2004,Sports,Midway Games,0.07,0.02,0,0,0.09 +11163,Ty the Tasmanian Tiger 3: Night of the Quinkan,GC,2005,Action,Activision,0.07,0.02,0,0,0.09 +11164,Sotsugyou Crossworld,PS,1996,Simulation,Hearty Robin,0,0,0.08,0.01,0.09 +11165,R: Racing Evolution,XB,2003,Racing,Namco Bandai Games,0.06,0.02,0,0,0.09 +11166,Bionicle,GBA,2003,Action,THQ,0.06,0.02,0,0,0.09 +11167,Bomberman Land Touch!,DS,2006,Puzzle,Rising Star Games,0.04,0,0.04,0,0.09 +11168,Battle Fantasia,X360,2008,Fighting,505 Games,0.07,0,0.01,0.01,0.09 +11169,Lego Star Wars: The Force Awakens,WiiU,2016,Action,Warner Bros. Interactive Entertainment,0.04,0.04,0,0.01,0.09 +11170,Bleach GC: Tasogare Ni Mamieru Shinigami,GC,2005,Fighting,Sega,0,0,0.08,0,0.09 +11171,ShellShock 2: Blood Trails,X360,2009,Shooter,Eidos Interactive,0.05,0.03,0,0.01,0.09 +11172,F.E.A.R. Files,X360,2007,Shooter,Vivendi Games,0.07,0.01,0,0.01,0.09 +11173,SpongeBob: HeroPants,X360,2015,Platform,Activision,0.08,0,0,0.01,0.09 +11174,Team Elimination Games,Wii,2009,Misc,Ubisoft,0.08,0,0,0.01,0.09 +11175,Spectral Force 3,X360,2006,Role-Playing,Idea Factory,0.08,0,0,0.01,0.09 +11176,Chou Jigen Game Neptune Mk-II,PS3,2011,Role-Playing,Compile Heart,0,0,0.09,0,0.09 +11177,Bella Sara,DS,2008,Misc,Codemasters,0.04,0.03,0,0.01,0.09 +11178,Jikkyou Powerful Pro Yakyuu 2000 Ketteiban,PS,2000,Sports,Konami Digital Entertainment,0,0,0.08,0.01,0.09 +11179,Karaoke Revolution,XB,2004,Misc,Konami Digital Entertainment,0.06,0.02,0,0,0.09 +11180,Escape Dead Island,X360,2014,Action,Deep Silver,0.03,0.05,0,0.01,0.09 +11181,Red Faction: Armageddon,PC,2011,Shooter,THQ,0.05,0.02,0,0.01,0.09 +11182,Fire Pro Wrestling Returns,PS2,2005,Sports,505 Games,0.04,0.03,0,0.01,0.09 +11183,Brain Voyage,DS,2008,Puzzle,Eidos Interactive,0.06,0.02,0,0.01,0.09 +11184,Jimmy Neutron: Boy Genius,GC,2002,Platform,THQ,0.07,0.02,0,0,0.09 +11185,Adventure Time: Finn & Jake Investigations,PS4,2015,Action,Little Orbit,0.03,0.04,0,0.01,0.09 +11186,Derby Stallion,SAT,1999,Sports,ASCII Entertainment,0,0,0.09,0,0.09 +11187,Puss in Boots,PS3,2011,Action,THQ,0.07,0.01,0,0.01,0.09 +11188,PAC-MAN and the Ghostly Adventures,PS3,2013,Platform,Namco Bandai Games,0.03,0.04,0,0.01,0.09 +11189,Rollcage Stage II,PS,2000,Racing,Sony Computer Entertainment,0.05,0.03,0,0.01,0.09 +11190,Samurai Warriors 2: Xtreme Legends,PS2,2007,Action,Tecmo Koei,0.04,0.03,0,0.01,0.09 +11191,Karaoke Joysound Wii DX,Wii,2009,Misc,Hudson Soft,0,0,0.09,0,0.09 +11192,Sloane to MacHale no Nazo no Monogatari 2,DS,2009,Puzzle,Level 5,0,0,0.09,0,0.09 +11193,Tabi no Yubisashi Kaiwachou DS: DS Series 4 America,DS,2006,Misc,Nintendo,0,0,0.09,0,0.09 +11194,Invasion From Beyond,PS,1998,Shooter,GT Interactive,0.05,0.03,0,0.01,0.09 +11195,50 Cent: Bulletproof,PSP,2006,Action,Vivendi Games,0.08,0,0,0.01,0.09 +11196,Forgotten Realms: Demon Stone,XB,2004,Action,Atari,0.06,0.02,0,0,0.09 +11197,Counter-Strike: Source,PC,2004,Shooter,Vivendi Games,0,0.07,0,0.02,0.09 +11198,My Make-Up,DS,2008,Misc,Oxygen Interactive,0.08,0,0,0.01,0.09 +11199,Major League Baseball 2K7,PSP,2007,Sports,Take-Two Interactive,0.08,0,0,0.01,0.09 +11200,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,Wii,2011,Action,THQ,0.05,0.03,0,0.01,0.09 +11201,LEGO Star Wars II: The Original Trilogy,GBA,2006,Action,LucasArts,0.06,0.02,0,0,0.09 +11202,Tim Burton's The Nightmare Before Christmas: Oogie's Revenge,XB,2005,Adventure,Disney Interactive Studios,0.06,0.02,0,0,0.09 +11203,Knights in the Nightmare,PSP,2010,Role-Playing,Atlus,0.06,0,0.02,0.01,0.09 +11204,Mahjong Master,N64,1996,Misc,Konami Digital Entertainment,0,0,0.09,0,0.09 +11205,Adventure Time: The Secret of the Nameless Kingdom,X360,2014,Action,Little Orbit,0,0.08,0,0.01,0.09 +11206,Royal Palace of White Sword and The City of Gentiles,XB,2005,Role-Playing,Take-Two Interactive,0.06,0.02,0,0,0.09 +11207,Midnight Play! Pack,DS,2008,Misc,Ubisoft,0.08,0,0,0.01,0.09 +11208,Top Gear Rally,GBA,2003,Racing,Kemco,0.06,0.02,0,0,0.09 +11209,Busy Scissors,Wii,2010,Simulation,Little Orbit,0.08,0,0,0,0.09 +11210,Knights Contract,PS3,2011,Action,Namco Bandai Games,0.04,0.03,0,0.01,0.09 +11211,Gray Matter,PC,2011,Adventure,DTP Entertainment,0.02,0.05,0,0.01,0.09 +11212,L: the proLogue to DEATH NOTE - Rasen no Wana,DS,2008,Adventure,Konami Digital Entertainment,0,0,0.09,0,0.09 +11213,Famicom Mini: Makaimura,GBA,2004,Platform,Capcom,0,0,0.08,0,0.09 +11214,Might & Magic Heroes VII,PC,2015,Strategy,Ubisoft,0,0.08,0,0,0.09 +11215,XIII,GC,2003,Shooter,Ubisoft,0.07,0.02,0,0,0.09 +11216,Pro Evolution Soccer 2013,PC,2012,Sports,Konami Digital Entertainment,0,0.07,0,0.01,0.09 +11217,Dynasty Warriors 8: Empires,PS3,2014,Action,Tecmo Koei,0,0,0.09,0,0.09 +11218,The Incredibles: Rise of the Underminer,XB,2005,Action,THQ,0.06,0.02,0,0,0.09 +11219,Theme Hospital,PS,1998,Strategy,Electronic Arts,0.03,0.02,0.03,0.01,0.09 +11220,Princess Isabella: A Witch's Curse,DS,2010,Adventure,GSP,0.05,0.03,0,0.01,0.09 +11221,Blacksite: Area 51,PS3,2007,Shooter,Midway Games,0.07,0.01,0,0.01,0.09 +11222,Wizardry: Tale of the Forsaken Land,PS2,2001,Role-Playing,Ubisoft,0.04,0.03,0,0.01,0.09 +11223,Cloudy With a Chance of Meatballs,X360,2009,Platform,Ubisoft,0.07,0.01,0,0.01,0.09 +11224,Charlotte's Web,DS,2006,Action,Sega,0.08,0,0,0.01,0.09 +11225,ChuChu Rocket!,GBA,2001,Strategy,Atari,0.06,0.02,0,0,0.09 +11226,FIFA 12,PS2,2011,Sports,Electronic Arts,0,0.02,0,0.06,0.09 +11227,Monster Jam: Urban Assault,PSP,2008,Racing,Activision,0.08,0,0,0.01,0.09 +11228,Ys I & II Chronicles,PSP,2009,Role-Playing,Falcom Corporation,0.05,0,0.03,0.01,0.09 +11229,Codename Tenka,PS,1997,Shooter,Psygnosis,0.05,0.03,0,0.01,0.09 +11230,Edna & Harvey: Harvey's New Eyes,PC,2011,Adventure,Rondomedia,0,0.07,0,0.01,0.09 +11231,Savage Skies,PS2,2002,Shooter,Big Ben Interactive,0.04,0.03,0,0.01,0.09 +11232,Cartoon Network: Punch Time Explosion XL,Wii,2011,Fighting,Crave Entertainment,0.07,0.01,0,0.01,0.09 +11233,1 vs. 100,DS,2008,Misc,DSI Games,0.08,0,0,0.01,0.09 +11234,Sega Bass Fishing,DC,1999,Sports,Sega,0,0,0.09,0,0.09 +11235,Indianapolis 500 Legends,DS,2007,Racing,Destineer,0.08,0,0,0.01,0.09 +11236,Walt Disney's The Jungle Book: Rhythm N'Groove,PS,2000,Misc,Sony Computer Entertainment,0.05,0.03,0,0.01,0.09 +11237,Petz: Saddle Club,PSP,2009,Simulation,Ubisoft,0.08,0,0,0.01,0.09 +11238,Just Dance Wii U,WiiU,2014,Misc,Nintendo,0,0,0.09,0,0.09 +11239,Cyberia,PS,1995,Action,Interplay,0.05,0.03,0,0.01,0.09 +11240,Killer7,PS2,2005,Action,Capcom,0.04,0.03,0,0.01,0.09 +11241,Million God,PS2,2002,Misc,Nippon Amuse,0,0,0.09,0,0.09 +11242,The Penguins of Madagascar: Dr. Blowhole Returns - Again!,PS3,2011,Action,THQ,0.04,0.03,0,0.01,0.09 +11243,Rugby 15,XOne,2015,Sports,Bigben Interactive,0.03,0.05,0,0.01,0.09 +11244,Ys VIII: Lacrimosa of Dana,PSV,2016,Role-Playing,Nihon Falcom Corporation,0,0,0.09,0,0.09 +11245,Build 'n Race,Wii,2009,Racing,Zoo Games,0.08,0,0,0.01,0.09 +11246,Lost Heroes,3DS,2012,Role-Playing,Namco Bandai Games,0,0,0.09,0,0.09 +11247,Astro Boy,PS2,2004,Action,Sega,0.04,0.03,0,0.01,0.09 +11248,Wing Commander IV: The Price of Freedom,PS,1997,Simulation,Origin Systems,0.05,0.03,0,0.01,0.09 +11249,Monster House,GBA,2006,Adventure,THQ,0.06,0.02,0,0,0.09 +11250,MetropolisMania,PS2,2001,Strategy,Natsume,0.04,0.03,0,0.01,0.09 +11251,Shin Megami Tensei: Devil Summoner - Raidou Kuzunoha vs. The Soulless Army,PS2,2006,Role-Playing,Tecmo Koei,0,0,0.09,0,0.09 +11252,Shadow of Destiny,PSP,2009,Adventure,Konami Digital Entertainment,0.07,0,0,0.01,0.09 +11253,Guilty Gear XX Accent Core Plus,PSP,2008,Fighting,PQube,0.03,0.01,0.04,0.01,0.08 +11254,Kuroko's Basketball: Ties to Future,3DS,2015,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11255,NCAA Football 08,XB,2007,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11256,Princess Maker 2,SAT,1995,Simulation,Micro Cabin,0,0,0.08,0,0.08 +11257,Ephemeral Fantasia,PS2,2000,Role-Playing,Konami Digital Entertainment,0.04,0.03,0,0.01,0.08 +11258,SRS: Street Racing Syndicate,GC,2004,Racing,Namco Bandai Games,0.07,0.02,0,0,0.08 +11259,Winter Sports 2: The Next Challenge,PS2,2008,Sports,Conspiracy Entertainment,0.04,0.03,0,0.01,0.08 +11260,Chameleon,PSP,2006,Puzzle,505 Games,0.07,0,0,0.01,0.08 +11261,Aibou DS,DS,2009,Adventure,Tecmo Koei,0,0,0.08,0,0.08 +11262,Ultimate Card Games DS,DS,2008,Strategy,Telegames,0.08,0,0,0.01,0.08 +11263,Tokimeki Memorial: Taisen Pazurudama,SAT,1996,Puzzle,Konami Digital Entertainment,0,0,0.08,0,0.08 +11264,Diva Girls: Divas on Ice,Wii,2009,Sports,505 Games,0.07,0.01,0,0.01,0.08 +11265,Beat Sketch!,PS3,2010,Misc,Sony Computer Entertainment,0,0,0.08,0,0.08 +11266,Natural Doctrine,PSV,2014,Role-Playing,Nippon Ichi Software,0.03,0.02,0.03,0.01,0.08 +11267,Lara Croft and the Temple of Osiris,PS4,2014,Action,Square Enix,0,0.07,0,0.01,0.08 +11268,Bleach: Heat the Soul 5,PSP,2008,Fighting,Sony Computer Entertainment,0,0,0.08,0,0.08 +11269,Koudelka,PS,1999,Role-Playing,Atari,0.05,0.03,0,0.01,0.08 +11270,Disgaea Infinite,PSP,2010,Adventure,Nippon Ichi Software,0.07,0,0.01,0.01,0.08 +11271,Virtua Fighter CG Portrait Series Vol.2: Jacky Bryant,SAT,1995,Misc,Sega,0,0,0.08,0,0.08 +11272,IHRA Drag Racing: Sportsman Edition,PS2,2006,Racing,Bethesda Softworks,0.04,0.03,0,0.01,0.08 +11273,Famicom Mini: Famicom Mukashi Banashi - Shin Oniga Shima Zenkouhen,GBA,2004,Adventure,Nintendo,0,0,0.08,0,0.08 +11274,Don King Boxing,DS,2009,Sports,Take-Two Interactive,0.06,0.01,0,0.01,0.08 +11275,Escape Dead Island,PS3,2014,Action,Deep Silver,0.03,0.04,0,0.01,0.08 +11276,Animal Planet: Emergency Vets,DS,2009,Simulation,Activision,0.08,0,0,0.01,0.08 +11277,Martian Panic,Wii,2010,Adventure,Unknown,0.08,0,0,0,0.08 +11278,America's Army: True Soldiers,X360,2007,Shooter,Ubisoft,0.08,0,0,0.01,0.08 +11279,Pachitte Chonmage Tatsujin 13: Pachinko Hissatsu Shigotojin III,PS2,2007,Misc,Hackberry,0,0,0.08,0,0.08 +11280,"Sesame Street: Ready, Set, Grover!",DS,2011,Misc,Warner Bros. Interactive Entertainment,0.08,0,0,0.01,0.08 +11281,Marvel Nemesis: Rise of the Imperfects,DS,2005,Fighting,Electronic Arts,0.08,0,0,0.01,0.08 +11282,Wreckin Crew,PS,1998,Racing,Telstar,0.05,0.03,0,0.01,0.08 +11283,Theme Park,SAT,1994,Simulation,Electronic Arts,0,0,0.08,0,0.08 +11284,Famicom Mini: Mario Bros.,GBA,2004,Platform,Nintendo,0,0,0.08,0,0.08 +11285,MX vs. ATV Supercross,X360,2014,Racing,Nordic Games,0.03,0.05,0,0.01,0.08 +11286,Major League Baseball 2K9,PSP,2009,Sports,Spike,0.08,0,0,0.01,0.08 +11287,RockMan EXE 4.5 Real Operation,GBA,2004,Role-Playing,Capcom,0,0,0.08,0,0.08 +11288,Rescue Heroes: Billy Blazes,GBA,2003,Action,Vivendi Games,0.06,0.02,0,0,0.08 +11289,SafeCracker: The Ultimate Puzzle Adventure,Wii,2008,Puzzle,The Adventure Company,0.07,0.01,0,0.01,0.08 +11290,Battlefield 2,PC,2005,Shooter,Electronic Arts,0,0.07,0,0.02,0.08 +11291,Frantix,PSP,2005,Puzzle,Ubisoft,0.08,0,0,0.01,0.08 +11292,Sega GT Online,XB,2003,Racing,Sega,0.06,0.02,0,0,0.08 +11293,Derby Tsuku: Derby Uma o Tsukurou!,DC,2000,Sports,Sega,0,0,0.08,0,0.08 +11294,Captain Tsubasa: New Kick Off,DS,2010,Sports,Konami Digital Entertainment,0,0.02,0.06,0,0.08 +11295,The Spiderwick Chronicles,DS,2008,Action,Vivendi Games,0.08,0,0,0.01,0.08 +11296,ZhuZhu Babies,DS,2011,Simulation,Activision,0.07,0.01,0,0.01,0.08 +11297,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,GBA,2005,Adventure,Activision,0.06,0.02,0,0,0.08 +11298,Prisoner of War,XB,2002,Adventure,Atari,0.06,0.02,0,0,0.08 +11299,Arslan: The Warriors of Legend,PS4,2015,Action,Tecmo Koei,0.02,0.01,0.04,0.01,0.08 +11300,S.C.A.R.S,PS,1998,Racing,Ubisoft,0.05,0.03,0,0.01,0.08 +11301,The Secret Saturdays: Beasts of the 5th Sun,DS,2009,Action,D3Publisher,0.08,0,0,0.01,0.08 +11302,Risen 3: Titan Lords,X360,2014,Role-Playing,Deep Silver,0.02,0.06,0,0.01,0.08 +11303,The King of Fighters '98: Dream Match Never Ends,PS,1999,Fighting,SNK Playmore,0.05,0.03,0,0.01,0.08 +11304,Air Conflicts: Secret Wars,X360,2011,Simulation,bitComposer Games,0.06,0.02,0,0.01,0.08 +11305,Elebits: The Adventures of Kai and Zero,DS,2008,Adventure,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11306,PAC-MAN and the Ghostly Adventures,X360,2013,Platform,Namco Bandai Games,0.04,0.03,0,0.01,0.08 +11307,Dead or Alive 5,XOne,2015,Fighting,Tecmo Koei,0.04,0.03,0.01,0.01,0.08 +11308,ESPN NFL Primetime 2002,PS2,2001,Sports,Konami Digital Entertainment,0.04,0.03,0,0.01,0.08 +11309,Wildlife Park 3,PC,2011,Simulation,bitComposer Games,0,0.07,0,0.02,0.08 +11310,101-in-1 Sports Megamix,DS,2010,Sports,Nordcurrent,0.08,0,0,0.01,0.08 +11311,From Russia With Love,PSP,2006,Action,Electronic Arts,0.07,0.01,0,0.01,0.08 +11312,Sniper: Ghost Warrior 2,PC,2013,Shooter,City Interactive,0.02,0.05,0,0.01,0.08 +11313,Warriors Orochi 3 Hyper,WiiU,2012,Action,Tecmo Koei,0.04,0.02,0.02,0.01,0.08 +11314,Zoids: Legacy,GBA,2003,Role-Playing,Tomy Corporation,0.06,0.02,0,0,0.08 +11315,Kidou Senshi Gundam 00,DS,2008,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11316,Monster Jam: Path of Destruction,PSP,2010,Racing,Activision,0.07,0,0,0.01,0.08 +11317,Captain America: Super Soldier,3DS,2011,Action,Sega,0.05,0.02,0,0.01,0.08 +11318,Major League Baseball 2K12,DS,2012,Sports,Take-Two Interactive,0.08,0,0,0.01,0.08 +11319,Onimusha Tactics,GBA,2003,Strategy,Capcom,0.06,0.02,0,0,0.08 +11320,Bomberman Jetters,GC,2002,Puzzle,Hudson Soft,0.06,0.02,0,0,0.08 +11321,TOCA Race Driver 3,PS2,2006,Racing,Codemasters,0.04,0.03,0,0.01,0.08 +11322,Sports Collection,DS,2010,Sports,Ubisoft,0.06,0.01,0,0.01,0.08 +11323,Konami Classics Vol. 1,X360,2009,Misc,Konami Digital Entertainment,0.08,0,0,0.01,0.08 +11324,Pac-Man Power Pack,PS2,2008,Misc,Namco Bandai Games,0.04,0.03,0,0.01,0.08 +11325,Charm Girls Club: My Fashion Show,DS,N/A,Simulation,Unknown,0.08,0,0,0.01,0.08 +11326,Disney's Donald Duck: Goin' Quackers,PS2,2000,Platform,Ubisoft,0.04,0.03,0,0.01,0.08 +11327,Ultimate Brain Games,GBA,2003,Misc,Telegames,0.06,0.02,0,0,0.08 +11328,NHL 2K7,X360,2006,Sports,Take-Two Interactive,0.07,0,0,0.01,0.08 +11329,The Seven Deadly Sins: Unjust Sin,3DS,2015,Adventure,Namco Bandai Games,0,0,0.08,0,0.08 +11330,Armorines: Project S.W.A.R.M.,PS,2000,Shooter,Acclaim Entertainment,0.05,0.03,0,0.01,0.08 +11331,Gundam Seed: Battle Assault,GBA,2004,Fighting,Namco Bandai Games,0.06,0.02,0,0,0.08 +11332,Chibi Maruko-Chan: Harikiri 365-Nichi no Maki,SNES,1991,Misc,Epoch,0,0,0.08,0,0.08 +11333,Get Fit with Mel B,X360,N/A,Sports,Black Bean Games,0,0.07,0,0.01,0.08 +11334,SaGa 3: Jikuu no Hasha - Shadow or Light,DS,2011,Role-Playing,Square Enix,0,0,0.08,0,0.08 +11335,Miami Nights: Singles in the City,DS,2008,Simulation,Ubisoft,0.08,0,0,0.01,0.08 +11336,Phantom Brave: The Hermuda Triangle,PSP,2010,Role-Playing,Nippon Ichi Software,0.05,0,0.03,0.01,0.08 +11337,Famicom Mini: Adventure Island,GBA,2004,Action,Hudson Soft,0,0,0.08,0,0.08 +11338,Aliens versus Predator: Extinction,XB,2003,Strategy,Electronic Arts,0.06,0.02,0,0,0.08 +11339,RTX Red Rock,PS2,2003,Shooter,LucasArts,0.04,0.03,0,0.01,0.08 +11340,Nano Assault,3DS,2011,Shooter,Majesco Entertainment,0.08,0,0,0.01,0.08 +11341,X Rebirth,PC,2013,Simulation,Koch Media,0,0.08,0,0.01,0.08 +11342,FIFA Street 2,XB,2006,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11343,Tokimeki Memorial: Girl's Side,PS2,2002,Adventure,Konami Digital Entertainment,0,0,0.08,0,0.08 +11344,Naruto Shippuden: Shinobi Rumble,DS,2010,Fighting,Takara Tomy,0.03,0,0.05,0,0.08 +11345,Shining Force: Resurrection of the Dark Dragon,GBA,2004,Role-Playing,THQ,0.06,0.02,0,0,0.08 +11346,Shining Soul II,GBA,2003,Role-Playing,THQ,0.06,0.02,0,0,0.08 +11347,Orega Kantoku Da! Gekitou Pennant Race,PS2,2000,Sports,Enix Corporation,0,0,0.08,0,0.08 +11348,America's Next Top Model,Wii,2010,Action,Crave Entertainment,0.08,0,0,0.01,0.08 +11349,Nikoli's Pencil Puzzle,3DS,2011,Puzzle,Hudson Soft,0.05,0.03,0,0.01,0.08 +11350,Hello Kitty: Roller Rescue,GC,2005,Action,Empire Interactive,0.06,0.02,0,0,0.08 +11351,Jikkyou Powerful Pro Yakyuu 12,GC,2005,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11352,Metal Slug Advance,GBA,2004,Shooter,Ignition Entertainment,0.06,0.02,0,0,0.08 +11353,Pac-Man World Rally,GC,2006,Racing,Namco Bandai Games,0.06,0.02,0,0,0.08 +11354,Gradius Galaxies,GBA,2001,Shooter,Konami Digital Entertainment,0.06,0.02,0,0,0.08 +11355,Blazing Angels: Squadrons of WWII,XB,2006,Simulation,Ubisoft,0.06,0.02,0,0,0.08 +11356,Mortal Kombat Kollection,PS2,2008,Fighting,Midway Games,0.04,0.03,0,0.01,0.08 +11357,Blades of Blood: Samurai Shodown III,PS,1995,Fighting,Sony Computer Entertainment,0.05,0.03,0,0.01,0.08 +11358,LEGO Soccer Mania,PS2,2002,Sports,Electronic Arts,0.04,0.03,0,0.01,0.08 +11359,Puchi Puchi Virus,DS,2007,Puzzle,Jaleco,0.08,0,0,0.01,0.08 +11360,Gundam the 3D Battle,3DS,2011,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11361,Petz: Dogz Family,PSP,2009,Simulation,Ubisoft,0.05,0.02,0,0.01,0.08 +11362,Worms: Open Warfare,DS,2006,Strategy,THQ,0.05,0.03,0,0.01,0.08 +11363,Ride,PS3,2015,Racing,Milestone S.r.l.,0,0.06,0.01,0.01,0.08 +11364,Deadliest Catch: Sea of Chaos,PS3,2010,Sports,Crave Entertainment,0.08,0,0,0.01,0.08 +11365,Godzilla Generations,DC,1998,Action,Sega,0,0,0.08,0,0.08 +11366,Strider 2,PS,2000,Platform,Virgin Interactive,0.05,0.03,0,0.01,0.08 +11367,ShellShock 2: Blood Trails,PS3,2009,Shooter,Eidos Interactive,0.04,0.03,0,0.01,0.08 +11368,Forbidden Siren 2,PS2,2006,Action,Sony Computer Entertainment,0,0,0.08,0,0.08 +11369,Board Game Classics,GBA,2005,Misc,"Destination Software, Inc",0.06,0.02,0,0,0.08 +11370,Supremacy MMA,X360,2011,Fighting,505 Games,0.05,0.03,0,0.01,0.08 +11371,Game of Thrones,PC,2012,Role-Playing,Focus Home Interactive,0,0.07,0,0.01,0.08 +11372,Shin Megami Tensei: Digital Devil Saga 2,PS2,2005,Role-Playing,Ghostlight,0.04,0.03,0,0.01,0.08 +11373,Death Jr. and the Science Fair of Doom,DS,2007,Platform,Konami Digital Entertainment,0.08,0,0,0.01,0.08 +11374,Steins;Gate,PS3,2012,Adventure,PQube,0.01,0.04,0.02,0.01,0.08 +11375,Super Monkey Ball Adventure,PSP,2006,Platform,Sega,0.05,0.02,0,0.01,0.08 +11376,Zatch Bell! Mamodo Battles,PS2,2005,Fighting,Namco Bandai Games,0.04,0.03,0,0.01,0.08 +11377,Dream Day: Wedding Destinations,DS,2009,Simulation,THQ,0.08,0,0,0.01,0.08 +11378,Face Racers: Photo Finish,3DS,N/A,Racing,Majesco Entertainment,0.08,0,0,0,0.08 +11379,Bejeweled 3,PC,2010,Puzzle,PopCap Games,0.02,0.05,0,0.01,0.08 +11380,Iron Man / X-O Manowar in Heavy Metal,PS,1996,Platform,Acclaim Entertainment,0.05,0.03,0,0.01,0.08 +11381,Derby Stallion 98,SNES,1998,Sports,ASCII Entertainment,0,0,0.08,0,0.08 +11382,Pimp My Ride: Street Racing,PS2,2009,Racing,Activision,0.04,0.03,0,0.01,0.08 +11383,Exit,PSP,2005,Puzzle,Ubisoft,0.07,0,0,0.01,0.08 +11384,God Eater Resurrection,PS4,2015,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11385,Robotron X,PS,1996,Shooter,GT Interactive,0.05,0.03,0,0.01,0.08 +11386,Pretty Rhythm: My Deco Rainbow Wedding,3DS,2013,Misc,Takara Tomy,0,0,0.08,0,0.08 +11387,Kamen Rider: Travelers Senki,3DS,2013,Action,Seventh Chord,0,0,0.08,0,0.08 +11388,Sushi Academy,DS,2009,Action,DTP Entertainment,0.08,0,0,0.01,0.08 +11389,J-League Winning Eleven 2009: Club Championship,PS2,2009,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11390,The Sims 2: Ikea Home Stuff,PC,2008,Simulation,Electronic Arts,0,0.07,0,0.02,0.08 +11391,Grand Prix Challenge,PS2,2002,Racing,Atari,0.04,0.03,0,0.01,0.08 +11392,Super Robot Taisen OG Saga: Endless Frontier,DS,2008,Role-Playing,Namco Bandai Games,0.08,0,0,0.01,0.08 +11393,Meitantei Conan & Kindaichi Shounen no Jikenbou: Meguri au Futari no Meitantei,DS,2009,Adventure,Namco Bandai Games,0,0,0.08,0,0.08 +11394,Smart Bomb,PSP,2005,Puzzle,Eidos Interactive,0.07,0,0,0.01,0.08 +11395,FIFA Soccer 2005,GBA,2004,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11396,PoPoLoCrois (JP sales),PSP,2005,Role-Playing,Ignition Entertainment,0,0,0.08,0,0.08 +11397,Ken to Mahou to Gakuen Mono. 2,PSP,2009,Role-Playing,Acquire,0,0,0.08,0,0.08 +11398,NHL 06,GC,2005,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11399,Kaijuu Busters Powered,DS,2011,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11400,Major League Baseball 2K11,PC,2011,Sports,Take-Two Interactive,0.06,0.01,0,0.01,0.08 +11401,Initial D: Extreme Stage,PS3,2008,Racing,Sega,0,0,0.08,0,0.08 +11402,Pinobee: Wings of Adventure,GBA,2001,Platform,Hudson Entertainment,0.06,0.02,0,0,0.08 +11403,State of Emergency 2,PS2,2006,Shooter,SouthPeak Games,0.04,0.03,0,0.01,0.08 +11404,Gintama Gin-Oh Quest: Gin-San ga Tenshoku Shitari Sekai wo Sukuttari,DS,2007,Role-Playing,Banpresto,0,0,0.08,0,0.08 +11405,My English Coach: Para Hispanoparlantes,DS,2009,Misc,Ubisoft,0.08,0,0,0.01,0.08 +11406,Ninjabread Man,Wii,2007,Action,Popcorn Arcade,0.07,0,0,0.01,0.08 +11407,One Piece: Romance Dawn - Bouken no Yoake,3DS,2013,Fighting,Namco Bandai Games,0,0,0.08,0,0.08 +11408,Crush,PSP,2007,Puzzle,Sega,0.07,0,0,0.01,0.08 +11409,I Am In The Movie,Wii,2012,Simulation,Namco Bandai Games,0,0,0.08,0,0.08 +11410,Fatal Frame III: The Tormented,PS2,2005,Action,Take-Two Interactive,0.04,0.03,0,0.01,0.08 +11411,Zero: Tsukihami no Kamen,Wii,N/A,Action,Nintendo,0,0,0.08,0,0.08 +11412,Ice Age 2: The Meltdown,Wii,2006,Platform,Vivendi Games,0.06,0.01,0,0.01,0.08 +11413,Seven Samurai 20XX,PS2,2004,Action,Sega,0.04,0.03,0,0.01,0.08 +11414,10 Minute Solution,Wii,2010,Sports,Activision,0.06,0.01,0,0.01,0.08 +11415,"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 2: Shinseiki Evangelion - Shito, Futatabi",DS,2008,Misc,D3Publisher,0,0,0.08,0,0.08 +11416,Jikkyou Powerful Pro Yakyuu 15,Wii,2008,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11417,Cloudy With a Chance of Meatballs,PSP,2009,Platform,Ubisoft,0.07,0,0,0.01,0.08 +11418,Tom Clancy's Splinter Cell: Pandora Tomorrow,GC,2004,Action,Ubisoft,0.06,0.02,0,0,0.08 +11419,Ultimate Ghosts 'n Goblins,PSP,2006,Platform,Capcom,0.07,0.01,0,0.01,0.08 +11420,Slayers Royal,PS,1998,Role-Playing,Kadokawa Shoten,0,0,0.08,0.01,0.08 +11421,Swingerz Golf,GC,2002,Sports,Eidos Interactive,0.06,0.02,0,0,0.08 +11422,Pro Evolution Soccer 2008 (JP sales),DS,2007,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11423,Petz Fantasy: Sunshine Magic,DS,2010,Simulation,Ubisoft,0.07,0,0,0,0.08 +11424,C.O.P.: The Recruit,DS,2009,Action,Ubisoft,0.05,0.02,0,0.01,0.08 +11425,Adventure Time: Explore the Dungeon Because I Don't Know!,X360,2013,Action,D3Publisher,0.03,0.04,0,0.01,0.08 +11426,Toukiden 2,PS4,2016,Action,Tecmo Koei,0,0,0.08,0,0.08 +11427,The King of Fighters 2006,PS2,2006,Fighting,Ignition Entertainment,0.01,0.01,0.05,0,0.08 +11428,Tornado Outbreak,X360,2009,Action,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11429,Pretty Rhythm Rainbow Live: Kira Kira My * Design,3DS,2013,Misc,Takara Tomy,0,0,0.08,0,0.08 +11430,Nobunaga's Ambition: Rise to Power,PS2,2004,Strategy,Tecmo Koei,0,0,0.08,0,0.08 +11431,FIFA Soccer 2003,GC,2002,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11432,Adventure Time: The Secret of the Nameless Kingdom,3DS,2014,Action,Little Orbit,0,0.07,0,0,0.08 +11433,Little League World Series Baseball: Double Play,DS,2010,Sports,Activision,0.08,0,0,0.01,0.08 +11434,DanceDanceRevolution,X360,2011,Simulation,Konami Digital Entertainment,0.08,0,0,0.01,0.08 +11435,"3 in 1: Solitaire, Mahjong & Tangram",DS,2010,Misc,Deep Silver,0,0.07,0,0.01,0.08 +11436,Pop'n Music,Wii,2009,Misc,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11437,Outlaw Golf,GC,2002,Sports,TDK Mediactive,0.06,0.02,0,0,0.08 +11438,Worms: A Space Oddity,Wii,2008,Strategy,THQ,0.06,0.02,0,0.01,0.08 +11439,Steins;Gate: Hiyoku Renri no Darling,X360,2011,Adventure,5pb,0,0,0.08,0,0.08 +11440,Diego's Build & Rescue,DS,2010,Action,Take-Two Interactive,0.07,0,0,0.01,0.08 +11441,King's Field (Japan),PS,1994,Role-Playing,From Software,0,0,0.08,0.01,0.08 +11442,Slam 'n Jam '96 featuring Magic & Kareem,PS,1995,Sports,Crystal Dynamics,0.04,0.03,0,0.01,0.08 +11443,Far Cry Vengeance,Wii,2006,Shooter,Ubisoft,0.06,0.01,0,0.01,0.08 +11444,Looney Tunes: Acme Arsenal,X360,2007,Action,Warner Bros. Interactive Entertainment,0.06,0.01,0,0.01,0.08 +11445,Samurai Shodown Sen,X360,2009,Fighting,Rising Star Games,0.07,0.01,0,0.01,0.08 +11446,Bangai-O Spirits,DS,2008,Shooter,D3Publisher,0.07,0,0,0.01,0.08 +11447,NASCAR The Game: Inside Line,PS3,2012,Racing,Activision,0.07,0,0,0.01,0.08 +11448,ToraDora Portable!,PSP,2009,Adventure,Namco Bandai Games,0,0,0.08,0,0.08 +11449,The Italian Job,XB,2003,Racing,Eidos Interactive,0.06,0.02,0,0,0.08 +11450,Smuggler's Run: Warzones,GC,2002,Misc,Take-Two Interactive,0.06,0.02,0,0,0.08 +11451,Kaidan Restaurant: Ura Menu 100-Sen,DS,2010,Misc,Namco Bandai Games,0,0,0.08,0,0.08 +11452,R/C Stunt Copter,PS,1998,Simulation,Interplay,0.04,0.03,0,0.01,0.08 +11453,Yamakawa Shuppansha Kanshuu: Shousetsu Sekaishi B,DS,2007,Misc,Namco Bandai Games,0,0,0.08,0,0.08 +11454,Pac-Man and the Ghostly Adventures 2,3DS,2014,Adventure,Namco Bandai Games,0.03,0.05,0,0.01,0.08 +11455,Final Fantasy VI,PS,1999,Role-Playing,Sony Computer Entertainment,0,0,0.08,0.01,0.08 +11456,Horrid Henry's Horrid Adventure,DS,2010,Adventure,Asylum Entertainment,0,0.07,0,0.01,0.08 +11457,The Hidden,3DS,N/A,Adventure,Unknown,0.08,0,0,0,0.08 +11458,Jikkyou Powerful Major League 2009,PS2,2009,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11459,Princess in Love,DS,2009,Simulation,DTP Entertainment,0.07,0,0,0.01,0.08 +11460,The Legend of Alon D'ar,PS2,2001,Role-Playing,Ubisoft,0.04,0.03,0,0.01,0.08 +11461,Space Channel 5 Special Edition,PS2,2003,Misc,Agetec,0.04,0.03,0,0.01,0.08 +11462,Cate West: The Vanishing Files,Wii,2009,Adventure,Oxygen Interactive,0.07,0,0,0.01,0.08 +11463,Jimmie Johnson's Anything With an Engine,Wii,2011,Racing,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11464,Black/Matrix,SAT,1998,Strategy,NEC Interchannel,0,0,0.08,0,0.08 +11465,Big Mutha Truckers,GC,2003,Racing,Empire Interactive,0.06,0.02,0,0,0.08 +11466,Wolfenstein: The Old Blood,PC,2015,Action,Bethesda Softworks,0,0.08,0,0,0.08 +11467,Qubed,X360,2009,Puzzle,Atari,0.07,0,0,0.01,0.08 +11468,The Sims 3: Fast Lane Stuff,PC,2010,Simulation,Electronic Arts,0.01,0.05,0,0.02,0.08 +11469,TrackMania DS,DS,2008,Racing,Focus Home Interactive,0.06,0.01,0,0.01,0.08 +11470,Junior Classic Books & Fairytales,DS,2010,Misc,GSP,0.06,0.01,0,0.01,0.08 +11471,The King of Fighters '96,PS,1997,Fighting,SNK,0,0,0.07,0.01,0.08 +11472,Prey the Stars,DS,2008,Action,Tecmo Koei,0.07,0,0,0.01,0.08 +11473,Knights Contract,X360,2011,Action,Namco Bandai Games,0.05,0.03,0,0.01,0.08 +11474,Chronicles of Mystery: The Secret Tree of Life,DS,2011,Adventure,City Interactive,0.03,0.04,0,0.01,0.08 +11475,Uta no Prince-Sama: All Star After Secret,PSP,2015,Action,Broccoli,0,0,0.08,0,0.08 +11476,The Space Bar,SAT,1996,Adventure,Sega,0,0,0.08,0,0.08 +11477,Bust-A-Move 2 Arcade Edition,N64,1997,Puzzle,Acclaim Entertainment,0.06,0.02,0,0,0.08 +11478,Knife Edge: NoseGunner,N64,1998,Shooter,Mitsui,0.06,0.02,0,0,0.08 +11479,Puzzle Chronicles,PSP,2010,Puzzle,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11480,Wetrix,N64,1998,Puzzle,Ocean,0.06,0.02,0,0,0.08 +11481,NHL Breakaway 99,N64,1998,Sports,Acclaim Entertainment,0.07,0.01,0,0,0.08 +11482,Tony Hawk's Pro Skater 3,N64,2002,Sports,Activision,0.06,0.02,0,0,0.08 +11483,Iggy's Reckin' Balls,N64,1998,Racing,Acclaim Entertainment,0.06,0.02,0,0,0.08 +11484,The Witch and the Hundred Knight,PS4,2015,Role-Playing,Nippon Ichi Software,0.02,0.01,0.05,0.01,0.08 +11485,Tomb Raider: Underworld,PC,2008,Action,Eidos Interactive,0,0.06,0,0.02,0.08 +11486,Samurai Western,PS2,2004,Action,505 Games,0.04,0.03,0,0.01,0.08 +11487,"Warhammer 40,000: Dawn of War II - Retribution",PC,2011,Strategy,THQ,0,0.06,0,0.02,0.08 +11488,Line Rider 2: Unbound,DS,2008,Puzzle,Deep Silver,0.07,0,0,0.01,0.08 +11489,Earth Defense Force 2017,X360,2006,Action,D3Publisher,0.04,0.01,0.03,0,0.08 +11490,Persona 4: Arena Ultimax,X360,2014,Fighting,Atlus,0.06,0.01,0,0.01,0.08 +11491,Harry Potter and the Sorcerer's Stone,GC,2003,Action,Electronic Arts,0.06,0.02,0,0,0.08 +11492,High Heat Major League Baseball 2004,XB,2003,Sports,3DO,0.06,0.02,0,0,0.08 +11493,TimeSplitters: Future Perfect,GC,2005,Shooter,Electronic Arts,0.06,0.02,0,0,0.08 +11494,Ultimate Shooting Collection,Wii,2008,Shooter,Milestone,0.08,0,0,0,0.08 +11495,Kenshuui Tendo Dokuta,DS,2004,Simulation,Spike,0,0,0.08,0,0.08 +11496,Super Sentai Battle: Ranger Cross,Wii,2011,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11497,Soul Bubbles,DS,2008,Puzzle,Eidos Interactive,0.05,0.02,0,0.01,0.08 +11498,Gradius III and IV,PS2,2000,Shooter,Konami Digital Entertainment,0.04,0.03,0,0.01,0.08 +11499,Pilot ni Narou! 2,PS2,2001,Simulation,Victor Interactive,0,0,0.08,0,0.08 +11500,AKB1/149: Love Election,PS3,2013,Adventure,Namco Bandai Games,0,0,0.08,0,0.08 +11501,Ken to Mahou to Gakuen Mono. Final: Shinnyusei wa Ohimesama,PSP,2011,Strategy,Acquire,0,0,0.08,0,0.08 +11502,Man vs. Wild,PS3,2010,Action,Abylight,0.07,0,0,0.01,0.08 +11503,Incredible Crisis,PS,1999,Action,Titus,0.04,0.03,0,0.01,0.08 +11504,Midway Arcade Treasures 3,XB,2005,Misc,Midway Games,0.06,0.02,0,0,0.08 +11505,Witches & Vampires: The Secrets of Ashburry,DS,2010,Adventure,DTP Entertainment,0.05,0.02,0,0.01,0.08 +11506,The King of Fighters EX2: Howling Blood,GBA,2002,Fighting,Marvelous Interactive,0.06,0.02,0,0,0.08 +11507,Samurai Shodown III,NG,1995,Fighting,SNK,0,0,0.08,0,0.08 +11508,Disney's Meet the Robinsons,X360,2007,Action,Disney Interactive Studios,0.07,0,0,0.01,0.08 +11509,Cabela's North American Adventures,PS2,2010,Sports,Activision,0.04,0.03,0,0.01,0.08 +11510,Akiba's Trip Plus,PSP,2012,Adventure,Acquire,0,0,0.08,0,0.08 +11511,Famicom Mini: SD Gundam World Gachapon Senshi - Scramble Wars,GBA,2004,Strategy,Nintendo,0,0,0.08,0,0.08 +11512,NBA 10: The Inside,PSP,2009,Sports,Sony Computer Entertainment,0.07,0,0,0.01,0.08 +11513,Jillian Michaels Fitness Ultimatum 2010,DS,2009,Sports,Majesco Entertainment,0.07,0,0,0.01,0.08 +11514,Dragon Ball Z: Battle of Z,X360,2014,Fighting,Namco Bandai Games,0.01,0.06,0,0.01,0.08 +11515,Silent Hunter III,PC,2005,Simulation,Ubisoft,0,0.07,0,0.01,0.08 +11516,Famicom Mini: Star Soldier,GBA,2004,Shooter,Nintendo,0,0,0.08,0,0.08 +11517,Sentimental Graffiti 2,DC,2000,Adventure,NEC Interchannel,0,0,0.08,0,0.08 +11518,Shonen Jump's One Piece: Pirates Carnival,GC,2005,Misc,Namco Bandai Games,0.06,0.02,0,0,0.08 +11519,Kobitodzukan: Kobito no Fushigi - Jikken Set,3DS,2013,Misc,Nippon Columbia,0,0,0.08,0,0.08 +11520,Goblin Commander: Unleash the Horde,XB,2003,Strategy,Jaleco,0.06,0.02,0,0,0.08 +11521,Serious Sam 3: BFE,PC,2011,Shooter,Mastertronic,0.01,0.05,0,0.01,0.08 +11522,MXGP 2,PS4,2016,Racing,Milestone S.r.l.,0.02,0.05,0,0.01,0.08 +11523,Doraemon: Nobita and the Island of Miracles,3DS,2012,Action,FuRyu,0,0,0.08,0,0.08 +11524,Puzzler Mind Gym 3D,3DS,2011,Puzzle,Ubisoft,0.07,0,0,0,0.08 +11525,Lost Dimension,PS3,2014,Role-Playing,Nippon Ichi Software,0.05,0.01,0,0.01,0.08 +11526,Sentimental Graffiti: First Window,SAT,1997,Adventure,NEC Interchannel,0,0,0.08,0,0.08 +11527,Gekijouban Madoka Magicka: The Battle Pentagram,PSV,2013,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11528,Cartoon Network Collection: Game Boy Advance Video Volume 2,GBA,2004,Misc,N/A,0.06,0.02,0,0,0.08 +11529,Sherlock Holmes: Crimes & Punishments,XOne,2014,Adventure,Focus Home Interactive,0.03,0.04,0,0.01,0.08 +11530,Tempest 3X,PS,1995,Shooter,Interplay,0.04,0.03,0,0.01,0.08 +11531,A-Train,PS,1995,Simulation,Sony Computer Entertainment,0.02,0.01,0.04,0.01,0.08 +11532,Hidden Invasion,PS2,2001,Shooter,Swing! Entertainment,0.04,0.03,0,0.01,0.08 +11533,My Friends,DS,2009,Misc,Oxygen Interactive,0.07,0,0,0.01,0.08 +11534,World Series of Poker 2008: Battle for the Bracelets,X360,2007,Misc,Activision,0.06,0.01,0,0.01,0.08 +11535,Superman: Shadow of Apokolips,GC,2003,Action,Atari,0.06,0.02,0,0,0.08 +11536,Armored Core 3 Portable,PSP,2009,Simulation,From Software,0,0,0.08,0,0.08 +11537,Bleach: Erabareshi Tamashii,PS2,2005,Adventure,Sony Computer Entertainment,0,0,0.08,0,0.08 +11538,The Croods: Prehistoric Party!,DS,2013,Misc,D3Publisher,0.03,0.04,0,0.01,0.08 +11539,Sengoku Musou 3: Moushouden,Wii,2011,Action,Ackkstudios,0,0,0.08,0,0.08 +11540,Batman: Dark Tomorrow,GC,2003,Action,Kemco,0.06,0.02,0,0,0.08 +11541,Code Lyoko: Fall of X.A.N.A.,DS,2008,Adventure,Game Factory,0.07,0,0,0.01,0.08 +11542,Looney Tunes: Galactic Sports,PSV,2015,Action,Sony Computer Entertainment,0,0.06,0,0.02,0.08 +11543,Yuu Yuu Hakusho: Makyo Toitsusen,GEN,1994,Fighting,Sega,0,0,0.08,0,0.08 +11544,The First Templar,PC,2011,Action,Kalypso Media,0.06,0.01,0,0.01,0.08 +11545,Rock Revolution,Wii,N/A,Misc,Unknown,0.07,0,0,0.01,0.08 +11546,Ogre Battle Series: Tactics Ogre,PS,1997,Role-Playing,Atlus,0.04,0.03,0,0.01,0.08 +11547,Little League World Series Baseball 2010,PS3,2010,Sports,Activision,0.07,0,0,0.01,0.08 +11548,Wordfish,DS,2008,Puzzle,Ubisoft,0.07,0,0,0.01,0.08 +11549,Battlestar Galactica,XB,2003,Shooter,Vivendi Games,0.06,0.02,0,0,0.08 +11550,Fireblade,XB,2002,Action,Midway Games,0.06,0.02,0,0,0.08 +11551,futureU: The Prep Game for SAT,DS,2008,Misc,Aspyr,0.07,0,0,0.01,0.08 +11552,BioShock The Collection,XOne,2016,Shooter,Take-Two Interactive,0.03,0.04,0,0.01,0.08 +11553,Johnny Test,DS,2011,Platform,505 Games,0.07,0,0,0.01,0.08 +11554,Just Dance: Disney Party 2,WiiU,2015,Action,Ubisoft,0.06,0.01,0,0.01,0.08 +11555,Tomb Raider: Legend,GC,2006,Action,Eidos Interactive,0.06,0.02,0,0,0.08 +11556,Boxing Fever,GBA,2001,Sports,THQ,0.06,0.02,0,0,0.08 +11557,RoadKill,XB,2003,Action,Midway Games,0.06,0.02,0,0,0.08 +11558,Discovery Kids: Spider Quest,DS,2009,Misc,505 Games,0.07,0,0,0.01,0.08 +11559,Valkyrie Drive: Bhikkhuni,PSV,2015,Action,PQube,0,0.01,0.07,0,0.08 +11560,Gintama: Gin-San to Issho! Boku no Kabuki Machi Nikki,PS2,2007,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11561,7 Wonders of the Ancient World,PSP,2007,Puzzle,Mumbo Jumbo,0.07,0,0,0.01,0.08 +11562,New International Track & Field,DS,2008,Sports,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11563,Indycar Series 2005,XB,2004,Action,Codemasters,0.06,0.02,0,0,0.08 +11564,Final Fantasy XI: Vana'diel Collection 2008,PS2,2007,Role-Playing,Square Enix,0.03,0.03,0.01,0.01,0.08 +11565,Lost in Blue: Shipwrecked,Wii,2008,Adventure,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11566,Madden NFL 17,X360,2016,Sports,Electronic Arts,0.06,0.01,0,0.01,0.08 +11567,Taz Wanted,GC,2002,Platform,Atari,0.06,0.02,0,0,0.08 +11568,The Voice,X360,2014,Action,Activision,0.07,0,0,0.01,0.08 +11569,Penny Racers Party: Turbo-Q Speedway,Wii,2008,Racing,Takara Tomy,0.07,0,0,0.01,0.08 +11570,Skydiving Extreme,PS,2001,Sports,Banpresto,0.04,0.03,0,0.01,0.08 +11571,Evil Dead: Regeneration,XB,2005,Action,THQ,0.06,0.02,0,0,0.08 +11572,Need For Speed: Undercover,PC,2008,Racing,Electronic Arts,0,0.07,0,0.01,0.08 +11573,Dreamer Series: Shop Owner,DS,2009,Simulation,Deep Silver,0.07,0,0,0.01,0.08 +11574,Evolution Worlds,GC,2002,Role-Playing,Ubisoft,0.06,0.02,0,0,0.08 +11575,Dead Island: Riptide,PC,N/A,Action,Deep Silver,0,0.07,0,0.01,0.08 +11576,Sherlock Holmes: Crimes & Punishments,PS3,2014,Adventure,Focus Home Interactive,0.03,0.04,0,0.01,0.08 +11577,Drama Queens,DS,2009,Misc,Majesco Entertainment,0.07,0,0,0.01,0.08 +11578,Motto! Stitch! DS Rhythm de Rakugaki Daisakusen,DS,2010,Misc,Disney Interactive Studios,0,0,0.08,0,0.08 +11579,Rapala Pro Bass Fishing 2010,PS2,2010,Sports,Activision,0.04,0.03,0,0.01,0.08 +11580,My First Songs,Wii,2010,Misc,Mindscape,0,0.07,0,0.01,0.08 +11581,Dungeon Travelers 2: The Royal Library & The Monster Seal,PSP,2013,Role-Playing,Aqua Plus,0,0,0.08,0,0.08 +11582,Ultimate Party Challenge,Wii,2009,Misc,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11583,Assassin's Creed Chronicles,PS4,2016,Action,Ubisoft,0.01,0.05,0.01,0.01,0.08 +11584,Scooby-Doo! Who's Watching Who?,PSP,2006,Adventure,THQ,0.07,0.01,0,0.01,0.08 +11585,Sub Rebellion,PS2,2002,Simulation,Metro 3D,0.04,0.03,0,0.01,0.08 +11586,Legend of the Guardians: The Owls of Ga'Hoole,PS3,2010,Action,Warner Bros. Interactive Entertainment,0.06,0.01,0,0.01,0.08 +11587,Striker 96,PS,1995,Sports,Time Warner Interactive,0.04,0.03,0,0.01,0.08 +11588,Tokimeki Memorial 4,PSP,2009,Adventure,Konami Digital Entertainment,0,0,0.08,0,0.08 +11589,Bleach: Heat the Soul 4,PSP,2007,Fighting,Sony Computer Entertainment,0,0,0.08,0,0.08 +11590,Pocket Dogs,GBA,2004,Misc,Agatsuma Entertainment,0.06,0.02,0,0,0.08 +11591,Real Robots Final Attack,PS,1998,Shooter,Banpresto,0,0,0.07,0.01,0.08 +11592,Minecraft: Story Mode,PC,2015,Adventure,Mojang,0.02,0.05,0,0.01,0.08 +11593,P.N.03 - Product Number Three,GC,2003,Shooter,Capcom,0.06,0.02,0,0,0.08 +11594,Samurai Warriors 2,X360,2006,Action,Tecmo Koei,0.07,0.01,0,0.01,0.08 +11595,Boku no Natsuyasumi 3: Hokkoku Hen: Chiisana Boku no Dai Sougen?PS3,2007,Adventure,Sony Computer Entertainment,0,0,0.08,0,0.08, +11596,Ape Escape: Pumped & Primed,PS2,2004,Misc,Sony Computer Entertainment,0.04,0.03,0,0.01,0.08 +11597,Alien Syndrome,PSP,2007,Role-Playing,Sega,0.07,0,0,0.01,0.08 +11598,Monster Trucks DS,DS,2005,Racing,Majesco Entertainment,0.07,0,0,0.01,0.08 +11599,FabStyle,DS,2011,Strategy,Tecmo Koei,0,0,0.08,0,0.08 +11600,Outlaw Tennis,PS2,2005,Sports,Global Star,0.04,0.03,0,0.01,0.08 +11601,Grease Dance,PS3,2011,Misc,505 Games,0.05,0.02,0,0.01,0.08 +11602,The Golf Club,PS4,2014,Sports,Unknown,0.05,0.02,0,0.01,0.08 +11603,Mission Runway,DS,2008,Simulation,Eidos Interactive,0.07,0.01,0,0.01,0.08 +11604,Agatha Christie: And Then There Were None,Wii,2008,Adventure,The Adventure Company,0.06,0.01,0,0.01,0.08 +11605,Rayman Origins,PC,2012,Platform,Ubisoft,0,0.06,0,0.01,0.08 +11606,Medabots Dual: Kabuto / Kuwagata,3DS,2013,Role-Playing,Rocket Company,0,0,0.08,0,0.08 +11607,We Sing Rock!,Wii,2011,Misc,Nordic Games,0,0.07,0,0.01,0.08 +11608,LEGO Soccer Mania,GBA,2002,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11609,Gunblade NY & L.A. Machineguns Arcade Hits Pack,Wii,2010,Shooter,Sega,0.06,0.01,0,0.01,0.08 +11610,Dawn of Heroes,DS,2010,Role-Playing,Majesco Entertainment,0.07,0,0,0,0.08 +11611,Imagine: My Restaurant,DS,2009,Simulation,Ubisoft,0,0.07,0,0.01,0.08 +11612,Gadget Racers,PS2,2000,Racing,Midas Interactive Entertainment,0.04,0.03,0,0.01,0.08 +11613,Phantasy Star Online Episode III: C.A.R.D. Revolution,GC,2003,Role-Playing,Sega,0.06,0.02,0,0,0.08 +11614,Nanashi no Game,DS,2008,Adventure,Square Enix,0,0,0.08,0,0.08 +11615,Bleach: Heat the Soul 7,PSP,2010,Fighting,Sony Computer Entertainment,0,0,0.08,0,0.08 +11616,Cosmic Family,Wii,2007,Misc,Ubisoft,0.07,0,0,0.01,0.08 +11617,Whac-A-Mole,DS,2005,Puzzle,Zoo Digital Publishing,0.07,0,0,0.01,0.08 +11618,Auto Destruct,PS,1998,Action,Electronic Arts,0.04,0.03,0,0.01,0.08 +11619,Backyard NFL Football '09,DS,2008,Sports,Atari,0.07,0,0,0.01,0.08 +11620,Terraria,3DS,2016,Action,505 Games,0,0.03,0.04,0,0.08 +11621,GOTHA: Ismailia Seneki,SAT,1995,Strategy,Sega,0,0,0.08,0,0.08 +11622,Dangerous Ji-San to 1000-nin no Otomodachi Yokoshima,3DS,2012,Action,Namco Bandai Games,0,0,0.08,0,0.08 +11623,MLB Front Office Manager,PS3,2009,Sports,Take-Two Interactive,0.07,0,0,0.01,0.08 +11624,Ultimate Fighting Championship: Throwdown,GC,2002,Fighting,Ubisoft,0.06,0.02,0,0,0.08 +11625,Deep Fear,SAT,1998,Adventure,Sega,0,0,0.08,0,0.08 +11626,Skeleton Warriors,PS,1996,Platform,Virgin Interactive,0.04,0.03,0,0.01,0.08 +11627,Ford vs. Chevy,XB,2005,Racing,Global Star,0.06,0.02,0,0,0.08 +11628,Endgame,PS2,2002,Shooter,Empire Interactive,0.04,0.03,0,0.01,0.08 +11629,Dragon's Dogma Online,PS4,2015,Role-Playing,Capcom,0,0,0.08,0,0.08 +11630,The Dukes of Hazzard: Return of the General Lee,XB,2004,Racing,Ubisoft,0.06,0.02,0,0,0.08 +11631,Criminal Girls: Invite Only,PSP,2010,Role-Playing,Nippon Ichi Software,0,0,0.08,0,0.08 +11632,Ultimate Duck Hunting,Wii,2009,Sports,Zoo Digital Publishing,0.07,0,0,0.01,0.08 +11633,Virus,SAT,1997,Shooter,Hudson Soft,0,0,0.08,0,0.08 +11634,Jikkyou Powerful Pro Yakyuu Next,Wii,2009,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11635,WWE Crush Hour,GC,2003,Racing,THQ,0.06,0.02,0,0,0.08 +11636,Emily the Strange: Strangerous,DS,2011,Action,DTP Entertainment,0.04,0.03,0,0.01,0.08 +11637,Aliens in the Attic,Wii,2009,Action,Playlogic Game Factory,0.07,0,0,0.01,0.08 +11638,Dragon Shadow Spell,PS2,2007,Role-Playing,Flight-Plan,0,0,0.08,0,0.08 +11639,Daniel X: The Ultimate Power,DS,2010,Action,THQ,0.07,0,0,0.01,0.08 +11640,Sound Novel Tsukuru,SNES,1996,Misc,ASCII Entertainment,0,0,0.08,0,0.08 +11641,World Championship Poker: Deluxe Series,DS,2005,Misc,505 Games,0.07,0,0,0.01,0.08 +11642,Dragon Slayer: The Legend of Heroes,GEN,1994,Role-Playing,Sega,0,0,0.08,0,0.08 +11643,NHL Hitz 20-03,GC,2002,Sports,Midway Games,0.06,0.02,0,0,0.08 +11644,Momotarou Dentetsu 11,GC,2002,Misc,Hudson Soft,0,0,0.07,0,0.08 +11645,The Idolm@ster,X360,2007,Simulation,Namco Bandai Games,0,0,0.08,0,0.08 +11646,Infernal: Hell's Vengeance,X360,2009,Shooter,Playlogic Game Factory,0.06,0.01,0,0.01,0.08 +11647,Guilty Gear XX Slash,PS2,2006,Fighting,Sammy Corporation,0,0,0.08,0,0.08 +11648,Salon Superstar,DS,2009,Simulation,505 Games,0.07,0,0,0,0.08 +11649,Urban Reign,PS2,2005,Action,Namco Bandai Games,0.04,0.03,0,0.01,0.08 +11650,Super Robot Taisen Z Special Disc,PS2,2009,Misc,Namco Bandai Games,0,0,0.08,0,0.08 +11651,Slayers Royal 2,SAT,1998,Role-Playing,Kadokawa Shoten,0,0,0.08,0,0.08 +11652,Family Game Night 4: The Game Show,X360,2011,Misc,Electronic Arts,0.07,0,0,0.01,0.08 +11653,Resident Evil 3: Nemesis,GC,2003,Action,Capcom,0.06,0.02,0,0,0.08 +11654,All-Star Baseball 2004,GC,2003,Sports,Acclaim Entertainment,0.06,0.02,0,0,0.08 +11655,Madden NFL 08,GC,2007,Sports,Electronic Arts,0.06,0.02,0,0,0.08 +11656,Ro-Kyu-Bu!,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.08,0,0.08 +11657,Frogger Beyond,XB,2002,Platform,Konami Digital Entertainment,0.06,0.02,0,0,0.08 +11658,Man vs. Wild,Wii,2011,Action,Crave Entertainment,0.07,0,0,0,0.08 +11659,Katekyoo Hitman Reborn! DS: Flame Rumble Kaien Ring Soudatsuen!,DS,2007,Fighting,Takara Tomy,0,0,0.08,0,0.08 +11660,Stuart Little 3: Big Photo Adventure,PS2,2005,Platform,Sony Computer Entertainment,0.04,0.03,0,0.01,0.08 +11661,"Ni Hao, Kai-lan: Super Game Day",PS2,2009,Misc,Take-Two Interactive,0.04,0.03,0,0.01,0.08 +11662,Katekyoo Hitman Reborn! DS: Flame Rumble Hyper - Moeyo Mirai,DS,2008,Fighting,Takara Tomy,0,0,0.08,0,0.08 +11663,Pro Yakyuu Famista DS 2010,DS,2010,Sports,Namco Bandai Games,0,0,0.08,0,0.08 +11664,Captain Tsubasa,PS2,2006,Sports,Namco Bandai Games,0,0,0.08,0,0.08 +11665,Pitfall: The Lost Expedition,GC,2004,Platform,Activision,0.06,0.02,0,0,0.08 +11666,Need for Speed Underground 2,PC,2004,Racing,Electronic Arts,0,0.06,0,0.01,0.08 +11667,No One Can Stop Mr. Domino!,PS,1998,Misc,JVC,0.04,0.03,0,0,0.08 +11668,Legend of the Guardians: The Owls of Ga'Hoole,X360,2010,Action,Warner Bros. Interactive Entertainment,0.06,0.01,0,0.01,0.08 +11669,GT Advance 3: Pro Concept Racing,GBA,2002,Racing,THQ,0.05,0.02,0,0,0.08 +11670,PQ: Practical Intelligence Quotient,PSP,2005,Puzzle,D3Publisher,0.07,0,0,0.01,0.08 +11671,Duke Nukem: Land of the Babes,PS,2000,Shooter,Atari,0.04,0.03,0,0,0.08 +11672,Majin Tensei,SNES,1994,Role-Playing,Atlus,0,0,0.08,0,0.08 +11673,Dragon Force II: Kamisarishi Daichi ni,SAT,1998,Strategy,Sega,0,0,0.08,0,0.08 +11674,Pac-Man World 3,PSP,2005,Platform,Namco Bandai Games,0.07,0,0,0.01,0.08 +11675,Monkey Hero,PS,1998,Action,Take-Two Interactive,0.04,0.03,0,0,0.08 +11676,Tokyo Beat Down,DS,2008,Action,Success,0.07,0,0,0.01,0.08 +11677,Krazy Ivan,PS,1995,Simulation,Psygnosis,0.04,0.03,0,0,0.08 +11678,Need for Speed: Most Wanted,PC,2012,Racing,Electronic Arts,0,0.06,0,0.02,0.08 +11679,Quo Vadis,SAT,1995,Strategy,Glams,0,0,0.08,0,0.08 +11680,The Lord of the Rings: The Battle for Middle-Earth,PC,2004,Strategy,Electronic Arts,0.01,0.06,0,0.01,0.08 +11681,The Legend of Kage 2,DS,2008,Action,Square Enix,0.07,0,0,0,0.08 +11682,Fate/Tiger Colosseum,PSP,2007,Fighting,Capcom,0,0,0.08,0,0.08 +11683,World Party Games,Wii,2009,Misc,505 Games,0.07,0,0,0.01,0.08 +11684,Samurai Warriors Chronicles 3,3DS,2014,Action,Tecmo Koei,0,0,0.08,0,0.08 +11685,Open Season,PSP,2006,Platform,Ubisoft,0.07,0,0,0.01,0.08 +11686,Animal Kingdom: Wildlife Expedition,Wii,2009,Adventure,Natsume,0.07,0,0,0.01,0.08 +11687,Brothers in Arms: Furious 4,PS3,2012,Shooter,Ubisoft,0.01,0.05,0,0.02,0.08 +11688,Rogue Trooper: Quartz Zone Massacre,Wii,2009,Shooter,Reef Entertainment,0.07,0,0,0.01,0.08 +11689,Dragon Ball Z: The Legacy of Goku I & II,GBA,2005,Role-Playing,Atari,0.05,0.02,0,0,0.08 +11690,R: Racing Evolution,GC,2003,Racing,Namco Bandai Games,0.06,0.02,0,0,0.08 +11691,Crayola: Colorful Journey,Wii,2009,Misc,Crave Entertainment,0.07,0,0,0.01,0.08 +11692,Storybook Workshop,Wii,2009,Misc,Konami Digital Entertainment,0.07,0,0,0.01,0.08 +11693,World Tour Soccer 06,PSP,2006,Sports,Sony Computer Entertainment,0.07,0,0,0.01,0.08 +11694,Stella Deus: The Gate of Eternity,PS2,2004,Strategy,505 Games,0.04,0.03,0,0.01,0.08 +11695,Vietcong: Purple Haze,XB,2004,Shooter,Gathering of Developers,0.06,0.02,0,0,0.08 +11696,Conflict: Desert Storm,GC,2003,Shooter,SCi,0.06,0.02,0,0,0.08 +11697,One Piece: Gear Spirit,DS,2007,Fighting,Namco Bandai Games,0,0,0.08,0,0.08 +11698,Tales of Fandom Vol.2,PS2,2007,Role-Playing,Namco Bandai Games,0,0,0.08,0,0.08 +11699,Titanic Mystery,DS,2010,Puzzle,PlayV,0.05,0.02,0,0.01,0.08 +11700,Minna no Joushiki Ryoku TV,Wii,2008,Misc,Nintendo,0,0,0.08,0,0.08 +11701,P.T.O. IV: Pacific Theater of Operations,PS2,2002,Strategy,Tecmo Koei,0.04,0.03,0,0.01,0.08 +11702,WipEout HD Fury,PS3,2009,Racing,Sony Computer Entertainment,0,0.06,0,0.02,0.08 +11703,Genkai Totsuki Moero Chronicle,PSV,2014,Role-Playing,Compile Heart,0,0,0.08,0,0.08 +11704,Metal Gear Solid V: The Phantom Pain,PC,2015,Action,Konami Digital Entertainment,0,0.07,0,0,0.08 +11705,Tears to Tiara: Garland of the Earth,PS3,2008,Strategy,Aqua Plus,0,0,0.08,0,0.08 +11706,Madden NFL 17,PS3,2016,Sports,Electronic Arts,0.05,0.01,0,0.01,0.08 +11707,Mind Quiz: Your Brain Coach,DS,2006,Misc,Ubisoft,0,0,0.08,0,0.08 +11708,WRC 2: FIA World Rally Championship,X360,2011,Racing,Ubisoft,0,0.06,0,0.01,0.08 +11709,The Hustle: Detroit Streets,PSP,2005,Sports,Deep Silver,0.07,0,0,0.01,0.08 +11710,Codename: Kids Next Door: Operation S.O.D.A.,GBA,2004,Platform,Global Star,0.05,0.02,0,0,0.08 +11711,Far Cry Instincts Evolution,XB,2006,Shooter,Ubisoft,0.06,0.02,0,0,0.08 +11712,Pinball Hall of Fame: The Gottlieb Collection,XB,2004,Misc,Crave Entertainment,0.06,0.02,0,0,0.08 +11713,Conception: Please Give Birth to My Child!,PSP,2012,Role-Playing,Spike,0,0,0.08,0,0.08 +11714,WRC 5: FIA World Rally Championship,PSV,2015,Sports,Bigben Interactive,0,0.06,0,0.02,0.08 +11715,Winter Sports 2011,Wii,2011,Sports,DTP Entertainment,0,0.06,0,0.01,0.08 +11716,Medal of Honor: Underground,GBA,2002,Shooter,Zoo Digital Publishing,0.05,0.02,0,0,0.08 +11717,Baroque,Wii,2008,Role-Playing,Rising Star Games,0.07,0,0,0,0.08 +11718,Super Football,2600,1987,Sports,Atari,0.07,0,0,0,0.08 +11719,The Idolmaster: Gravure For You! Vol. 3,PS3,2011,Misc,Namco Bandai Games,0,0,0.08,0,0.08 +11720,Learn Geography,DS,2009,Misc,DreamCatcher Interactive,0.07,0,0,0.01,0.08 +11721,Divinity II: Ego Draconis,PC,2009,Role-Playing,DTP Entertainment,0.01,0.05,0,0.01,0.08 +11722,Disaster: Day of Crisis,Wii,2008,Action,Nintendo,0,0.03,0.04,0,0.08 +11723,Scooby-Doo! Unmasked,XB,2005,Platform,THQ,0.06,0.02,0,0,0.08 +11724,Shovel Knight,PS4,2015,Platform,Yacht Club Games,0.03,0.03,0,0.01,0.08 +11725,SCORE International Baja 1000: The Official Game,PS3,2008,Racing,Activision,0.07,0,0,0.01,0.08 +11726,Driven,GC,2002,Racing,BAM! Entertainment,0.06,0.02,0,0,0.08 +11727,Dynasty Warriors 3,XB,2002,Action,THQ,0.06,0.02,0,0,0.08 +11728,My Fun Facts Coach,DS,2008,Misc,Ubisoft,0.07,0,0,0.01,0.08 +11729,Superman Returns,DS,2006,Action,Electronic Arts,0.07,0,0,0.01,0.08 +11730,Tennis no Oji-Sama Gyutto! DokiDoki Survival - Umi to Yama no Love Passion,DS,2011,Sports,Konami Digital Entertainment,0,0,0.08,0,0.08 +11731,Nicola Kanshuu: Model Oshare * Audition Platina,3DS,2012,Action,Alchemist,0,0,0.08,0,0.08 +11732,Kung Fu Panda: Legendary Warriors,Wii,2008,Action,Activision,0.07,0,0,0,0.08 +11733,MTV Music Generator 3: This Is the Remix,XB,2004,Misc,Codemasters,0.06,0.02,0,0,0.08 +11734,Fairy Tail: Portable Guild 2,PSP,2011,Fighting,Konami Digital Entertainment,0,0,0.08,0,0.08 +11735,Yoru no Nai Kuni,PS4,2015,Role-Playing,Tecmo Koei,0,0,0.08,0,0.08 +11736,Backyard NBA Basketball,DS,2007,Sports,Atari,0.07,0,0,0.01,0.07 +11737,Wizardry: Llylgamyn Saga,PS,1998,Role-Playing,Locus,0,0,0.07,0,0.07 +11738,Party Pigs: Farmyard Games,Wii,2009,Misc,Data Design Interactive,0.07,0,0,0,0.07 +11739,Kinnikuman Muscle Grand Prix Max 2: Tokumori,PS2,2008,Fighting,Namco Bandai Games,0,0,0.07,0,0.07 +11740,Gale Racer,SAT,1994,Racing,Sega,0,0,0.07,0,0.07 +11741,In The Groove,PS2,2005,Misc,RedOctane,0.04,0.03,0,0.01,0.07 +11742,Myst,PS,1995,Adventure,Psygnosis,0,0,0.07,0,0.07 +11743,Beat City,DS,2010,Misc,THQ,0.07,0,0,0.01,0.07 +11744,Mega Man Legacy Collection,PS4,2016,Platform,Capcom,0.06,0,0,0.01,0.07 +11745,AKB1/149: Love Election,PSV,2012,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11746,Naruto Shippuden: Gekito Ninja Taisen! EX 3,Wii,2008,Fighting,Takara Tomy,0,0,0.07,0,0.07 +11747,Boku no Natsuyasumi Portable 2: Nazo Nazo Shimai to Chinbotsusen no Himitsu,PSP,2010,Adventure,Sony Computer Entertainment,0,0,0.07,0,0.07 +11748,Torchlight,PC,2009,Role-Playing,JoWood Productions,0,0.06,0,0.02,0.07 +11749,Winter Sports 2: The Next Challenge,X360,2008,Sports,RTL,0.06,0.01,0,0.01,0.07 +11750,Magic Pengel: The Quest for Color,PS2,2002,Role-Playing,Taito,0.04,0.03,0,0.01,0.07 +11751,Super Baseball,2600,1987,Sports,Atari,0.07,0,0,0,0.07 +11752,Jikkyou Powerful Pro Yakyuu 2011 Ketteiban,PS3,2011,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +11753,Formula One World Championship: Beyond the Limit,SCD,1994,Racing,Sega,0,0,0.07,0,0.07 +11754,Hakuouki DS,DS,2010,Adventure,Idea Factory,0,0,0.07,0,0.07 +11755,Buster Bros. Collection,PS,1997,Puzzle,Capcom,0.04,0.03,0,0,0.07 +11756,Sony Computer Science Kenkyuujo Mogi Kenichirou Hakase Kanshuu: Nou ni Kaikan Aha Taiken!,PSP,2006,Misc,Sega,0,0,0.07,0,0.07 +11757,Mega Man Battle Network: Operation Shooting Star,DS,N/A,Role-Playing,Capcom,0,0,0.07,0,0.07 +11758,Futurama,PS2,2003,Platform,SCi,0.04,0.03,0,0.01,0.07 +11759,Medabots 8,3DS,2014,Role-Playing,Rocket Company,0,0,0.07,0,0.07 +11760,The History Channel: Battle for the Pacific,PS3,2008,Shooter,Activision,0.07,0,0,0.01,0.07 +11761,Famicom Mini: Hikari Shinwa: Palutena no Kagami,GBA,2004,Platform,Nintendo,0,0,0.07,0,0.07 +11762,Rayman 3: Hoodlum Havoc,XB,2003,Platform,Ubisoft,0.06,0.02,0,0,0.07 +11763,Again,DS,2009,Adventure,Ackkstudios,0.07,0,0,0,0.07 +11764,Momotarou Dentetsu Tag Match: Yuujou - Doryoku - Shouri no Maki!,PSP,2010,Misc,Hudson Soft,0,0,0.07,0,0.07 +11765,Zumba Fitness Core,Wii,2012,Misc,505 Games,0,0.07,0,0.01,0.07 +11766,Yoru no Nai Kuni,PSV,2015,Role-Playing,Tecmo Koei,0,0,0.07,0,0.07 +11767,Generator Rex: Agent of Providence,PS3,2011,Action,Activision,0.05,0.01,0,0.01,0.07 +11768,Jimmie Johnson's Anything With an Engine,PS3,2011,Racing,Konami Digital Entertainment,0.07,0,0,0.01,0.07 +11769,Super Ghouls 'n Ghosts,GBA,2002,Platform,Capcom,0.05,0.02,0,0,0.07 +11770,Boxing,PS,2000,Fighting,Midas Interactive Entertainment,0.04,0.03,0,0,0.07 +11771,NHL Open Ice,PS,1996,Sports,Midway Games,0.04,0.03,0,0,0.07 +11772,Jewel Link Chronicles: Legend of Athena,DS,2011,Puzzle,GSP,0,0.06,0,0.01,0.07 +11773,Gundam Battle Tactics,PSP,2005,Action,Namco Bandai Games,0,0,0.07,0,0.07 +11774,Touch Detective: Nameko Shigeru,3DS,2013,Adventure,Success,0,0,0.07,0,0.07 +11775,Aikatsu! My No.1 Stage!,3DS,2015,Misc,Namco Bandai Games,0,0,0.07,0,0.07 +11776,Sky Gunner,PS2,2001,Action,Sony Computer Entertainment,0.04,0.03,0,0.01,0.07 +11777,Santa Claus Is Comin' to Town!,DS,2011,Puzzle,Crave Entertainment,0.07,0,0,0.01,0.07 +11778,And1 Streetball,XB,2006,Action,Ubisoft,0.06,0.02,0,0,0.07 +11779,Gladius,GC,2003,Strategy,Activision,0.06,0.01,0,0,0.07 +11780,Adventure Time: Finn & Jake Investigations,3DS,2015,Action,Little Orbit,0.02,0.05,0,0.01,0.07 +11781,Kenka Banchou 6: Soul & Blood,3DS,2015,Fighting,Screenlife,0,0,0.07,0,0.07 +11782,Jewel Time Deluxe,DS,2011,Puzzle,O-Games,0.04,0.03,0,0.01,0.07 +11783,Picture Perfect Hair Salon,DS,2009,Simulation,505 Games,0.07,0,0,0.01,0.07 +11784,Warriors Orochi 3,PSV,2013,Action,Tecmo Koei,0,0,0.07,0,0.07 +11785,PhotoKano,PSV,2013,Adventure,Kadokawa Shoten,0,0,0.07,0,0.07 +11786,Real Sound: Kaze no Riguretto,SAT,1997,Adventure,Warp,0,0,0.07,0,0.07 +11787,Soccer Tsuku: Pro Soccer Club o Tsukurou!,PSV,2013,Sports,Sega,0,0,0.07,0,0.07 +11788,Summon Night 4,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +11789,Record of Agarest War,PS3,2007,Role-Playing,Ghostlight,0,0.03,0.03,0.01,0.07 +11790,Overlord: Minions,DS,2009,Puzzle,Codemasters,0.07,0,0,0.01,0.07 +11791,The Rub Rabbits!,DS,2005,Puzzle,Sega,0.03,0,0.04,0,0.07 +11792,Margot's Word Brain,DS,2008,Puzzle,Zoo Games,0.07,0,0,0.01,0.07 +11793,Saint Seiya: Brave Soldiers,PS3,2013,Fighting,Namco Bandai Games,0,0.01,0.06,0,0.07 +11794,The Sims 3: Barnacle Bay,PC,2011,Simulation,Electronic Arts,0.07,0,0,0.01,0.07 +11795,Winx Club,GBA,2005,Shooter,Konami Digital Entertainment,0.05,0.02,0,0,0.07 +11796,Classic Road,PS,1995,Sports,Victor Interactive,0,0,0.07,0,0.07 +11797,Hero Bank,3DS,2014,Role-Playing,Sega,0,0,0.07,0,0.07 +11798,The Idolm@ster: Live for You!,X360,2008,Misc,Namco Bandai Games,0,0,0.07,0,0.07 +11799,Tokimeki Memorial Girl's Side Premium: 3rd Story,PSP,2012,Adventure,Konami Digital Entertainment,0,0,0.07,0,0.07 +11800,Smashing Drive,GC,N/A,Racing,Unknown,0.06,0.01,0,0,0.07 +11801,Mega Man Xtreme,GB,2000,Platform,Capcom,0,0,0.07,0,0.07 +11802,ZhuZhu Pets: Quest for Zhu,DS,2011,Misc,Activision,0.07,0,0,0.01,0.07 +11803,SimCity 4: Deluxe Edition,PC,2003,Simulation,Electronic Arts,0,0.06,0,0.01,0.07 +11804,Bomberman Max 2: Red Advance,GBA,2002,Puzzle,Vivendi Games,0.05,0.02,0,0,0.07 +11805,Resident Evil Zero,XOne,2016,Action,Capcom,0.05,0.02,0,0.01,0.07 +11806,Tropico 5,X360,2014,Simulation,Kalypso Media,0.03,0.04,0,0.01,0.07 +11807,CSI: Dark Motives,DS,2007,Adventure,Ubisoft,0.05,0.01,0,0.01,0.07 +11808,Speed Zone,Wii,2009,Racing,Bethesda Softworks,0.01,0.05,0,0.01,0.07 +11809,Tomb Raider: Legend,DS,2006,Action,Eidos Interactive,0.04,0.02,0,0.01,0.07 +11810,Godai: Elemental Force,PS2,2002,Action,3DO,0.04,0.03,0,0.01,0.07 +11811,OK! Puzzle Stars,DS,2010,Puzzle,Ubisoft,0,0.06,0,0.01,0.07 +11812,Still Life,XB,2005,Adventure,Microids,0.05,0.02,0,0,0.07 +11813,Big Mutha Truckers 2,XB,2005,Racing,Empire Interactive,0.05,0.02,0,0,0.07 +11814,Hang On GP,SAT,1995,Racing,Sega,0,0,0.07,0,0.07 +11815,Goodbye Deponia,PC,2013,Adventure,Daedalic Entertainment,0,0.06,0,0.01,0.07 +11816,Uprising X,PS,1998,Action,3DO,0.04,0.03,0,0,0.07 +11817,SpongeBob's Truth or Square,X360,2009,Action,THQ,0.03,0.04,0,0,0.07 +11818,Mega Man Xtreme 2,GB,2001,Platform,Capcom,0,0,0.07,0,0.07 +11819,I-Ninja,XB,2003,Platform,Namco Bandai Games,0.05,0.02,0,0,0.07 +11820,Kengo: Legend of The 9,X360,2006,Fighting,Majesco Entertainment,0.06,0.01,0,0.01,0.07 +11821,Sigma Harmonics,DS,2008,Role-Playing,Square Enix,0,0,0.07,0,0.07 +11822,Kessen III,PS2,2004,Strategy,Tecmo Koei,0.04,0.03,0,0.01,0.07 +11823,Harlem Globetrotters: World Tour,DS,2006,Sports,Zoo Digital Publishing,0.07,0,0,0.01,0.07 +11824,Summon Night,DS,2008,Role-Playing,Banpresto,0,0,0.07,0,0.07 +11825,The King of Fighters Collection: The Orochi Saga,PSP,2008,Fighting,Ignition Entertainment,0.07,0,0,0,0.07 +11826,Aero Elite: Combat Academy,PS2,2002,Simulation,Sega,0.04,0.03,0,0.01,0.07 +11827,You Don't Know Jack,DS,2011,Misc,THQ,0.07,0,0,0.01,0.07 +11828,Damage Inc.: Pacific Squadron WWII,X360,2012,Simulation,Mad Catz,0.07,0,0,0.01,0.07 +11829,Cartoon Network: Punch Time Explosion XL,X360,2011,Fighting,Crave Entertainment,0.07,0,0,0,0.07 +11830,Wrath Unleashed,PS2,2004,Strategy,LucasArts,0.04,0.03,0,0.01,0.07 +11831,Beyond Good & Evil,GC,2003,Adventure,Ubisoft,0.06,0.01,0,0,0.07 +11832,Pong / Asteroids / Yars' Revenge,GBA,2005,Misc,Zoo Digital Publishing,0.05,0.02,0,0,0.07 +11833,Commandos 2: Men of Courage,XB,2002,Strategy,Eidos Interactive,0.05,0.02,0,0,0.07 +11834,NOëL: La Neige,PS,1998,Adventure,Pioneer LDC,0,0,0.07,0,0.07 +11835,Busou Shinki: Battle Masters,PSP,2010,Action,Konami Digital Entertainment,0,0,0.07,0,0.07 +11836,Roll Away,PS,1998,Puzzle,Sony Computer Entertainment,0.04,0.03,0,0,0.07 +11837,Derby Jockey: Kishou e no Michi,SNES,1994,Sports,Asmik Corp,0,0,0.07,0,0.07 +11838,Harukanaru Toki no Naka de 4,PS2,2008,Adventure,Tecmo Koei,0,0,0.07,0,0.07 +11839,Maximum Chase,XB,2002,Racing,Microsoft Game Studios,0.05,0.02,0,0,0.07 +11840,Mugen Souls Z,PS3,2013,Role-Playing,Nippon Ichi Software,0.02,0.01,0.04,0.01,0.07 +11841,Winning Post 7 2012,PS3,2012,Sports,Ackkstudios,0,0,0.07,0,0.07 +11842,Spot Goes to Hollywood,PS,1996,Platform,Virgin Interactive,0.04,0.03,0,0,0.07 +11843,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PS4,2016,Action,Activision,0.04,0.02,0,0.01,0.07 +11844,G Darius,PS,1997,Shooter,THQ,0.04,0.03,0,0,0.07 +11845,Utawarerumono: Itsuwari no Kamen,PSV,2015,Adventure,Aqua Plus,0,0,0.07,0,0.07 +11846,The Wolf Among Us,XOne,2014,Adventure,Telltale Games,0.05,0.02,0,0.01,0.07 +11847,Mucha Lucha! Mascaritas of the Lost Code,GBA,2003,Fighting,Ubisoft,0.05,0.02,0,0,0.07 +11848,Invizimals: The Alliance,PSV,2013,Action,Sony Computer Entertainment,0,0.05,0,0.02,0.07 +11849,Roogoo Attack!,DS,2009,Puzzle,SouthPeak Games,0.07,0,0,0,0.07 +11850,Disney's Planes,3DS,2013,Simulation,Disney Interactive Studios,0.04,0.03,0,0.01,0.07 +11851,Rugby League 3,Wii,2010,Sports,Alternative Software,0,0.06,0,0.01,0.07 +11852,SD Gundam: Gashapon Wars,GC,2005,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +11853,Alvin and the Chipmunks,PS2,2007,Misc,Brash Entertainment,0.04,0.03,0,0.01,0.07 +11854,Backyard Hockey,DS,2007,Sports,Atari,0.07,0,0,0.01,0.07 +11855,River King: Mystic Valley (US sales),DS,2007,Sports,Rising Star Games,0.07,0,0,0,0.07 +11856,Romance of the Three Kingdoms XI,PS2,2007,Strategy,Tecmo Koei,0,0,0.07,0,0.07 +11857,Digimon World Championship,DS,2008,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +11858,Lupin Sansei: Shijou Saidai no Zunousen,DS,2010,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11859,Blood Drive,PS3,2010,Racing,Activision,0.07,0,0,0,0.07 +11860,Model * Oshare Audition: Dream Girl,3DS,2013,Misc,Alchemist,0,0,0.07,0,0.07 +11861,Let's Paint,Wii,2010,Simulation,Zoo Games,0.07,0,0,0,0.07 +11862,Squishy Tank,DS,2010,Puzzle,Natsume,0.07,0,0,0,0.07 +11863,Discovery Kids: Parrot Pals,DS,2009,Simulation,505 Games,0.07,0,0,0,0.07 +11864,Let's Ride! Friends Forever,DS,2008,Adventure,THQ,0.07,0,0,0,0.07 +11865,Archer Maclean's 3D Pool,GBA,2003,Misc,Crave Entertainment,0.05,0.02,0,0,0.07 +11866,Tak: The Great Juju Challenge,XB,2005,Platform,THQ,0.05,0.02,0,0,0.07 +11867,Just Dance: Disney Party 2,X360,2015,Action,Ubisoft,0.05,0.01,0,0.01,0.07 +11868,TMNT: Mutant Melee,GC,2005,Fighting,Konami Digital Entertainment,0.06,0.01,0,0,0.07 +11869,Pro Farm 1,PC,2011,Simulation,Excalibur Publishing,0,0.06,0,0.01,0.07 +11870,Combat: Task Force 121,XB,2005,Shooter,Zoo Digital Publishing,0.05,0.02,0,0,0.07 +11871,Winning Eleven Playmaker 2010: Aoki Samurai no Chousen,Wii,2010,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +11872,Goosebumps HorrorLand,PS2,2008,Adventure,Scholastic Inc.,0.04,0.03,0,0.01,0.07 +11873,Rugby World Cup 2015,PS3,2015,Sports,Ubisoft,0,0.06,0,0.01,0.07 +11874,Exhibition Volume 4,XB,2003,Misc,Microsoft Game Studios,0.05,0.02,0,0,0.07 +11875,Petz Fantasy 3D,3DS,2011,Simulation,Ubisoft,0.07,0,0,0,0.07 +11876,Viewpoint,PS,1995,Shooter,Electronic Arts,0.04,0.03,0,0,0.07 +11877,Code Geass: Hangyaku no Lelouch - Lost Colors,PSP,2008,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11878,Disney's Donald Duck Advance,GBA,2001,Platform,Ubisoft,0.05,0.02,0,0,0.07 +11879,Dark Souls,PC,2012,Role-Playing,Namco Bandai Games,0,0.06,0,0.01,0.07 +11880,Stacked with Daniel Negreanu,PS2,2006,Misc,Myelin Media,0.04,0.03,0,0.01,0.07 +11881,Hakuouki: Yuugi Roku,PSP,2010,Adventure,Idea Factory,0,0,0.07,0,0.07 +11882,Circus Maximus: Chariot Wars,XB,2002,Racing,THQ,0.05,0.02,0,0,0.07 +11883,Mega Man Battle Network 5: Double Team DS (US sales),DS,2005,Role-Playing,Nintendo,0.07,0,0,0,0.07 +11884,Kenyuu Densetsu Yaiba,SNES,1994,Action,Banpresto,0,0,0.07,0,0.07 +11885,SNK Arcade Classics Vol. 1,Wii,2008,Misc,Ignition Entertainment,0.06,0,0,0.01,0.07 +11886,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui V,PS2,2009,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +11887,Fantasia: Music Evolved,X360,2014,Misc,Disney Interactive Studios,0.05,0.01,0,0.01,0.07 +11888,Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui V,PSP,2009,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +11889,Elements of Destruction,DS,2007,Strategy,THQ,0.07,0,0,0.01,0.07 +11890,Serious Sam: Next Encounter,PS2,2004,Shooter,Global Star,0.04,0.03,0,0.01,0.07 +11891,Speed,Wii,2010,Racing,Unknown,0.04,0.02,0,0.01,0.07 +11892,Eiken DS,DS,2007,Misc,Rocket Company,0,0,0.07,0,0.07 +11893,Game Center CX: Arino no Chousenjou 2,DS,2009,Action,Namco Bandai Games,0,0,0.07,0,0.07 +11894,Tom Clancy's Ghost Recon 2,GC,2005,Shooter,Ubisoft,0.06,0.01,0,0,0.07 +11895,E.X. Troopers,3DS,2012,Shooter,Capcom,0,0,0.07,0,0.07 +11896,Robocalypse,DS,2008,Strategy,Tecmo Koei,0.07,0,0,0,0.07 +11897,Guilty Gear Xrd -Revelator-,PS4,2016,Fighting,PQube,0.02,0,0.05,0,0.07 +11898,Grand Kingdom,PSV,2015,Role-Playing,Nippon Ichi Software,0.01,0.02,0.04,0.01,0.07 +11899,J Legend Retsuden,3DS,2013,Misc,Namco Bandai Games,0,0,0.07,0,0.07 +11900,The Testament of Sherlock Holmes,PC,2012,Adventure,Focus Home Interactive,0,0.06,0,0.01,0.07 +11901,Monster Racers,DS,2009,Racing,Tecmo Koei,0.05,0,0.02,0,0.07 +11902,The King of Fighters: Evolution,DC,2000,Fighting,SNK,0,0,0.07,0,0.07 +11903,DS Uranai Seikatsu,DS,2009,Misc,Nintendo,0,0,0.07,0,0.07 +11904,SpongeBob's Truth or Square,PSP,2009,Action,THQ,0.02,0.04,0,0.01,0.07 +11905,Pitfall: The Lost Expedition,GBA,2003,Platform,Activision,0.05,0.02,0,0,0.07 +11906,All-Star Baseball 2004,GBA,2003,Sports,Acclaim Entertainment,0.05,0.02,0,0,0.07 +11907,Pac-Man and the Ghostly Adventures 2,WiiU,2014,Adventure,Namco Bandai Games,0.05,0.02,0,0.01,0.07 +11908,Tom Clancy's Splinter Cell: Chaos Theory,DS,2005,Action,Ubisoft,0.06,0,0,0.01,0.07 +11909,Cho~ricchi! Tamagotchi no Puchi Puchi Omisecchi,3DS,2012,Action,Namco Bandai Games,0,0,0.07,0,0.07 +11910,"Flower, Sun, and Rain",DS,2008,Adventure,Rising Star Games,0.07,0,0,0.01,0.07 +11911,James Cameron's Dark Angel,XB,2002,Action,Vivendi Games,0.05,0.02,0,0,0.07 +11912,The Legend of Heroes: Trails in the Sky Third Chapter,PSP,2008,Role-Playing,Falcom Corporation,0,0,0.07,0,0.07 +11913,Moxie Girlz,DS,2011,Misc,GameMill Entertainment,0.07,0,0,0,0.07 +11914,Dave Mirra BMX Challenge,PSP,2006,Sports,Oxygen Interactive,0.06,0,0,0.01,0.07 +11915,Hannspree Ten Kate Honda: SBK Superbike World Championship,PS2,2007,Racing,Black Bean Games,0.03,0.03,0,0.01,0.07 +11916,Aqua Teen Hunger Force: Zombie Ninja Pro-Am,PS2,2007,Racing,Midway Games,0.03,0.03,0,0.01,0.07 +11917,Alexi Lalas International Soccer,PS,1998,Sports,Take-Two Interactive,0.04,0.03,0,0,0.07 +11918,Operation Flashpoint: Red River,PC,2011,Shooter,Codemasters,0.01,0.04,0,0.01,0.07 +11919,F.E.A.R. 2: Project Origin,PC,2009,Shooter,Warner Bros. Interactive Entertainment,0.01,0.05,0,0.01,0.07 +11920,NCAA College Football 2K3,GC,2002,Sports,Sega,0.05,0.01,0,0,0.07 +11921,Monster Rancher Battle Card: Episode II,PS,2000,Action,Tecmo Koei,0.04,0.03,0,0,0.07 +11922,Karaoke Revolution Party,GC,2005,Misc,Konami Digital Entertainment,0.05,0.01,0,0,0.07 +11923,Dream Trigger 3D,3DS,N/A,Shooter,D3Publisher,0.04,0.02,0,0.01,0.07 +11924,Make 10: A Journey of Numbers,DS,2007,Puzzle,Nintendo,0,0,0.07,0,0.07 +11925,Itoi Shigesato no Bass Tsuri No. 1 Ketteihan!,N64,2000,Sports,Nintendo,0,0,0.07,0,0.07 +11926,Jumper: Griffin's Story,PS2,2008,Action,Eidos Interactive,0.03,0.03,0,0.01,0.07 +11927,Vampire Legends: Power of Three,DS,2010,Adventure,THQ,0.07,0,0,0,0.07 +11928,Famicom Mini: Nazo no Murasame-Jou,GBA,2004,Action,Nintendo,0,0,0.07,0,0.07 +11929,Galerians: Ash,PS2,2002,Adventure,Sammy Corporation,0.03,0.03,0,0.01,0.07 +11930,Mahjong Fight Club DS: Wi-Fi Taiou,DS,2006,Misc,Konami Digital Entertainment,0,0,0.07,0,0.07 +11931,Haunting Ground,PS2,2005,Action,Capcom,0.03,0.03,0,0.01,0.07 +11932,"Horrid Henry: The Good, The Bad and The Bugly",3DS,2011,Platform,Asylum Entertainment,0,0.06,0,0.01,0.07 +11933,Kane & Lynch 2: Dog Days,PC,2010,Shooter,Square Enix,0,0.06,0,0.01,0.07 +11934,Vampire Knight DS,DS,2009,Adventure,D3Publisher,0,0,0.07,0,0.07 +11935,Disney Sports Skateboarding,GBA,2002,Sports,Konami Digital Entertainment,0.05,0.02,0,0,0.07 +11936,Homie Rollerz,DS,2008,Racing,Destineer,0.07,0,0,0.01,0.07 +11937,Operation Darkness,X360,2007,Role-Playing,Success,0.07,0,0,0,0.07 +11938,Magi: The Labyrinth of Beginning,3DS,2013,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +11939,The Wolf Among Us,PSV,2014,Adventure,Telltale Games,0.05,0,0,0.02,0.07 +11940,Tornado,DS,N/A,Action,Ignition Entertainment,0.07,0,0,0,0.07 +11941,Fantasy Aquarium by DS,DS,2008,Simulation,Mercury Games,0.07,0,0,0.01,0.07 +11942,"Hi! Hamtaro - Little Hamsters,big Adventures: Ham-Ham Challenge",DS,2005,Misc,505 Games,0.07,0,0,0,0.07 +11943,Damnation,X360,2009,Shooter,Codemasters,0.06,0.01,0,0.01,0.07 +11944,I Don't Have Many Friends Portable,PSP,2012,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11945,Rock Band Country Track Pack 2,PS3,2011,Misc,MTV Games,0.07,0,0,0.01,0.07 +11946,Fable: The Lost Chapters,PC,2005,Role-Playing,Microsoft Game Studios,0.01,0.05,0,0.01,0.07 +11947,Loons: The Fight For Fame,XB,2002,Action,Atari,0.05,0.02,0,0,0.07 +11948,Romance of the Three Kingdoms IX,PS2,2003,Strategy,Tecmo Koei,0.03,0.03,0,0.01,0.07 +11949,Second Sight,XB,2004,Adventure,Codemasters,0.05,0.02,0,0,0.07 +11950,Metal Gear Solid,GB,2000,Action,Konami Digital Entertainment,0,0,0.07,0,0.07 +11951,Totaled!,XB,2002,Racing,Rage Software,0.05,0.02,0,0,0.07 +11952,Bleach: Heat the Soul 3,PSP,2006,Fighting,Sony Computer Entertainment,0,0,0.07,0,0.07 +11953,Ecco: The Tides of Time,GEN,1993,Adventure,Sega,0,0,0.07,0,0.07 +11954,Showtime Championship Boxing,Wii,2007,Fighting,Zoo Digital Publishing,0.06,0,0,0.01,0.07 +11955,Rock Band Track Pack: Classic Rock,X360,2009,Misc,MTV Games,0.07,0,0,0.01,0.07 +11956,Open Season,Wii,2006,Platform,Ubisoft,0.06,0,0,0.01,0.07 +11957,Football Manager 2010,PC,2009,Sports,Sega,0,0.06,0,0.01,0.07 +11958,Dave Mirra BMX Challenge,Wii,2007,Sports,505 Games,0.06,0,0,0.01,0.07 +11959,Machine Head,PS,1996,Shooter,Eidos Interactive,0.04,0.03,0,0,0.07 +11960,Vanguard Bandits,PS,1998,Strategy,Human Entertainment,0.04,0.03,0,0,0.07 +11961,Lost Heroes,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +11962,The Legend of Heroes VII: The Trail of Zero,PSV,2012,Role-Playing,Falcom Corporation,0,0,0.07,0,0.07 +11963,Bionicle Heroes,X360,2006,Shooter,Eidos Interactive,0.05,0.01,0,0.01,0.07 +11964,Shin Chan Contra ¡Los Plastas!,DS,2009,Platform,505 Games,0,0,0.07,0,0.07 +11965,Inversion,PS3,2012,Shooter,Namco Bandai Games,0.03,0.03,0,0.01,0.07 +11966,Silent Hill: Origins,PS2,2008,Action,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +11967,Blast Radius,PS,1998,Action,Psygnosis,0.04,0.03,0,0,0.07 +11968,Zumba Fitness Core,X360,2012,Misc,505 Games,0,0.06,0,0.01,0.07 +11969,ESPN National Hockey Night,PS2,2001,Sports,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +11970,Rec Room Games,DS,2011,Sports,Destineer,0.07,0,0,0,0.07 +11971,Theme Park,DS,2007,Simulation,Electronic Arts,0,0.03,0.03,0,0.07 +11972,Yamaha Supercross,Wii,2009,Racing,Zoo Digital Publishing,0.05,0.01,0,0.01,0.07 +11973,Pro Yaky? Spirits 2011,3DS,2011,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +11974,Microsoft Flight Simulator 2004: A Century of Flight,PC,2003,Simulation,Microsoft Game Studios,0,0.06,0,0.01,0.07 +11975,Taz Wanted,XB,2002,Platform,Atari,0.05,0.02,0,0,0.07 +11976,Harry Potter and the Sorcerer's Stone,XB,2003,Action,Electronic Arts,0.05,0.02,0,0,0.07 +11977,Shounen Sunday x Shounen Magazine: Nettou! Dream Nine,DS,2009,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +11978,McFarlane's Evil Prophecy,PS2,N/A,Action,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +11979,Emergency 2012,PC,2010,Simulation,Deep Silver,0.01,0.04,0,0.01,0.07 +11980,Haikyuu!! Tsunage! Itadaki no Keshiki!!,3DS,2014,Adventure,Namco Bandai Games,0,0,0.07,0,0.07 +11981,Wallace & Gromit in Project Zoo,GC,2003,Platform,BAM! Entertainment,0.05,0.01,0,0,0.07 +11982,John Madden Football,SNES,1991,Sports,Imagineer,0,0,0.07,0,0.07 +11983,Aero Gauge,N64,1997,Racing,ASCII Entertainment,0.06,0.01,0,0,0.07 +11984,Battlezone: Rise of the Black Dogs,N64,2000,Strategy,Crave Entertainment,0.06,0.01,0,0,0.07 +11985,Caesars Palace Advance: Millennium Gold Edition,GBA,2001,Misc,Majesco Entertainment,0.05,0.02,0,0,0.07 +11986,Shadowgate 64: Trials of the Four Towers,N64,1999,Adventure,Kemco,0.06,0.01,0,0,0.07 +11987,Teenage Mutant Ninja Turtles: Tournament Fighters,NES,1992,Fighting,Konami Digital Entertainment,0.04,0.01,0.02,0,0.07 +11988,Super Robot Spirits,N64,1998,Fighting,Banpresto,0,0,0.04,0.03,0.07 +11989,Mia Hamm Soccer 64,N64,2000,Sports,THQ,0.06,0.01,0,0,0.07 +11990,MLB Front Office Manager,X360,2009,Sports,Take-Two Interactive,0.06,0,0,0.01,0.07 +11991,Samurai Warriors,XB,2004,Action,Tecmo Koei,0.05,0.02,0,0,0.07 +11992,GunParade Orchestra: Shiro no Shou,PS2,2006,Adventure,Sony Computer Entertainment,0,0,0.07,0,0.07 +11993,Hearts of Iron III,PC,2009,Strategy,Paradox Interactive,0.01,0.04,0,0.01,0.07 +11994,Zettai Zetsumei Toshi 3: Kowareyuku Machi to Kanojyo no Uta,PSP,2009,Action,Irem Software Engineering,0,0,0.07,0,0.07 +11995,BlazBlue: Chrono Phantasma Extend,PSV,2015,Action,PQube,0,0.05,0,0.01,0.07 +11996,Crime Lab: Body of Evidence,DS,2010,Adventure,City Interactive,0.05,0.01,0,0,0.07 +11997,Ant Nation,DS,2009,Simulation,Konami Digital Entertainment,0.06,0.01,0,0.01,0.07 +11998,FIFA Soccer 2004,GC,2003,Sports,Electronic Arts,0.05,0.01,0,0,0.07 +11999,MotoGP 15,PS3,2015,Racing,Milestone S.r.l.,0,0.03,0.03,0.01,0.07 +12000,Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice,PS3,2013,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +12001,The Sims 2: Seasons,PC,2007,Simulation,Electronic Arts,0.01,0.04,0,0.01,0.07 +12002,Rayman 3: Hoodlum Havoc,GC,2003,Platform,Ubisoft,0.05,0.01,0,0,0.07 +12003,NHL 2K9,Wii,2008,Sports,Take-Two Interactive,0.06,0,0,0.01,0.07 +12004,Tales of Rebirth,PSP,2008,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +12005,The Guy Game,XB,2004,Misc,Gathering of Developers,0.05,0.02,0,0,0.07 +12006,Ultimate Marvel vs. Capcom 3,X360,2011,Fighting,Capcom,0,0.03,0.04,0,0.07 +12007,Battleborn,PC,2016,Shooter,Take-Two Interactive,0.03,0.03,0,0.01,0.07 +12008,Let's Ride! Dreamer,GBA,2005,Adventure,DTP Entertainment,0.05,0.02,0,0,0.07 +12009,Tecmo's Deception,PS,1996,Role-Playing,Sunsoft,0.04,0.03,0,0,0.07 +12010,Reader Rabbit 1st Grade,Wii,2010,Misc,Graffiti,0.07,0,0,0,0.07 +12011,Anubis II,Wii,2007,Platform,Metro 3D,0.06,0,0,0,0.07 +12012,Point Blank DS (JP sales),DS,2006,Shooter,Atari,0,0,0.07,0,0.07 +12013,Ghost in the Shell: Stand Alone Complex,PSP,2005,Adventure,Atari,0.06,0,0,0.01,0.07 +12014,Guilty Gear Xrd -Revelator-,PS3,2016,Fighting,PQube,0.01,0.02,0.02,0.01,0.07 +12015,G-Saviour,PS2,2000,Action,Sunrise Interactive,0,0,0.07,0,0.07 +12016,Gintama DS: Yorozuya Daisoudou,DS,2006,Action,Namco Bandai Games,0,0,0.07,0,0.07 +12017,Drake of the 99 Dragons,XB,N/A,Shooter,Unknown,0.05,0.01,0,0,0.07 +12018,Heavenly Guardian,Wii,2007,Shooter,505 Games,0.06,0,0,0,0.07 +12019,Cut the Rope,3DS,2014,Puzzle,Activision,0.06,0,0,0.01,0.07 +12020,Crayon Shin-Chan: Obaka Daininden - Susume! Kasukabe Ninja Tai!,DS,2010,Action,Namco Bandai Games,0,0,0.07,0,0.07 +12021,Crimson Sea 2,PS2,2004,Action,Tecmo Koei,0.03,0.03,0,0.01,0.07 +12022,The Legend of Heroes: Trails in the Sky First Chapter,PSV,2015,Role-Playing,Kadokawa Shoten,0,0,0.07,0,0.07 +12023,Pizza Delivery Boy,Wii,2010,Simulation,Majesco Entertainment,0.06,0,0,0,0.07 +12024,Doraemon: Nobita to Himitsu Dougu Hakubutsukan,3DS,2013,Action,FuRyu,0,0,0.07,0,0.07 +12025,Higurashi no Nakukoru ni Kizuna: Dai-Ichi-Kan - Tatari,DS,2008,Adventure,Alchemist,0,0,0.07,0,0.07 +12026,IA/VT Colorful,PSV,2015,Misc,Marvelous Entertainment,0,0,0.07,0,0.07 +12027,AMF Bowling Pinbusters!,DS,2008,Sports,Vir2L Studios,0.06,0,0,0,0.07 +12028,Operation: Vietnam,DS,2007,Shooter,Majesco Entertainment,0.06,0,0,0,0.07 +12029,Alpha and Omega,DS,2010,Action,Unknown,0.06,0,0,0,0.07 +12030,Port Royale 3,PS3,N/A,Simulation,Kalypso Media,0.06,0,0,0.01,0.07 +12031,RayStorm,PS,1997,Shooter,Sony Computer Entertainment,0.04,0.03,0,0,0.07 +12032,Disney's Winnie the Pooh's Rumbly Tumbly Adventure,GC,2005,Platform,Ubisoft,0.05,0.01,0,0,0.07 +12033,Jake Power: Handyman,DS,2008,Adventure,Ubisoft,0.06,0,0,0,0.07 +12034,My Dress-Up,DS,2008,Misc,Oxygen Interactive,0.06,0.01,0,0.01,0.07 +12035,Circuit Breakers,PS,1998,Racing,Mindscape,0.04,0.03,0,0,0.07 +12036,Trick DS-han: Kakushi Kami no Sumukan,DS,2010,Misc,Konami Digital Entertainment,0,0,0.07,0,0.07 +12037,Catwoman,GC,2004,Action,Electronic Arts,0.05,0.01,0,0,0.07 +12038,Colosseum: Road to Freedom,PS2,2005,Role-Playing,Tecmo Koei,0.03,0.03,0,0.01,0.07 +12039,Ultimate Board Game Collection,PSP,2007,Misc,Xplosiv,0.06,0,0,0.01,0.07 +12040,Target: Terror,Wii,2008,Shooter,Konami Digital Entertainment,0.06,0,0,0.01,0.07 +12041,BeatMania,PS2,2006,Simulation,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +12042,Crayon Shin-Chan: Densetsu o Yobu Omake no To Shukkugaan!,GBA,2006,Action,Banpresto,0,0,0.07,0,0.07 +12043,Sprint Cars: Road to Knoxville,PS2,2005,Racing,THQ,0.03,0.03,0,0.01,0.07 +12044,Shrek's Carnival Craze Party Games,PS2,2008,Misc,Activision,0.03,0.03,0,0.01,0.07 +12045,Real Time Conflict: Shogun Empires,DS,2005,Strategy,Namco Bandai Games,0.06,0,0,0,0.07 +12046,Dream Dance & Cheer,Wii,2009,Misc,Zoo Games,0.06,0,0,0,0.07 +12047,Silpheed: The Lost Planet,PS2,2000,Shooter,Swing! Entertainment,0.03,0.03,0,0.01,0.07 +12048,Enemy Front,PS3,2014,Shooter,City Interactive,0.01,0.05,0,0.01,0.07 +12049,Assassin's Creed: Rogue,PC,2015,Action,Ubisoft,0.04,0.02,0,0.01,0.07 +12050,Billy's Boot Camp: Wii de Enjoy Diet!,Wii,2011,Sports,Rocket Company,0,0,0.07,0,0.07 +12051,Spartan: Total Warrior,GC,2005,Action,Sega,0.05,0.01,0,0,0.07 +12052,Pitfall: The Lost Expedition,XB,2004,Platform,Activision,0.05,0.01,0,0,0.07 +12053,Fantastic Four,PS,1997,Action,Acclaim Entertainment,0.04,0.03,0,0,0.07 +12054,Higurashi no Naku Koro ni Matsuri: Kakera Asobi,PS2,2007,Adventure,Alchemist,0,0,0.07,0,0.07 +12055,Tournament of Legends,Wii,2010,Fighting,Sega,0.04,0.02,0,0.01,0.07 +12056,Xbox Live Arcade Unplugged Volume 1,X360,2006,Misc,Microsoft Game Studios,0.05,0.01,0,0.01,0.07 +12057,River City Ransom EX,GBA,2004,Action,Atlus,0.05,0.02,0,0,0.07 +12058,San Goku Shi Taisen Ten,DS,2008,Strategy,Sega,0,0,0.07,0,0.07 +12059,Generator Rex: Agent of Providence,DS,2011,Action,Activision,0.05,0.01,0,0.01,0.07 +12060,Dynasty Warriors 8: Empires,XOne,2014,Action,Tecmo Koei,0.04,0.02,0,0.01,0.07 +12061,Fairy Tail: Zelef Kakusei,PSP,2012,Action,Unknown,0,0,0.07,0,0.07 +12062,Strike Point,PS,1996,Simulation,Elite,0.04,0.03,0,0,0.07 +12063,Crazy Taxi 2,DC,2001,Racing,Sega,0,0,0.07,0,0.07 +12064,Dragon Slayer: The Legend of Heroes,SNES,1992,Role-Playing,Epoch,0,0,0.07,0,0.07 +12065,Tank! Tank! Tank!,WiiU,2012,Action,Namco Bandai Games,0.02,0.01,0.05,0,0.07 +12066,My Horse & Me: Riding for Gold,DS,2008,Sports,Atari,0.05,0.01,0,0.01,0.07 +12067,Street Fighter II': Special Champion Edition (JP weekly sales),GEN,1993,Action,Capcom,0,0,0.07,0,0.07 +12068,Command & Conquer 3: Tiberium Wars,PC,2007,Strategy,Electronic Arts,0,0.06,0,0.01,0.07 +12069,Tom and Jerry in War of the Whiskers,GC,2003,Fighting,NewKidCo,0.05,0.01,0,0,0.07 +12070,Keroro RPG: Kishi to Musha to Densetsu no Kaizoku,DS,2010,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +12071,Famicom Mini: Wrecking Crew,GBA,2004,Puzzle,Nintendo,0,0,0.07,0,0.07 +12072,Hoppechan: Minna de Odekake! Waku Waku Hoppe Land!!,3DS,2014,Action,Nippon Columbia,0,0,0.07,0,0.07 +12073,Divinity: Original Sin,XOne,2015,Role-Playing,Focus Home Interactive,0.04,0.02,0,0.01,0.07 +12074,Suzumiya Haruhi no Gekidou,Wii,2009,Adventure,Kadokawa Shoten,0,0,0.07,0,0.07 +12075,Classic Action: Devilish,DS,2005,Misc,505 Games,0.06,0,0,0,0.07 +12076,Jackass the Game DS,DS,2008,Action,Empire Interactive,0.06,0,0,0.01,0.07 +12077,Space Hulk: Vengeance of the Blood Angels,PS,1995,Shooter,Electronic Arts,0.04,0.03,0,0,0.07 +12078,Toy Soldiers: War Chest,PS4,2015,Action,Ubisoft,0.06,0,0,0.01,0.07 +12079,Robot Alchemic Drive,PS2,2002,Action,Enix Corporation,0.03,0.03,0,0.01,0.07 +12080,Motor Toon Grand Prix (Japan),PS,1994,Racing,Sony Computer Entertainment,0,0,0.06,0,0.07 +12081,Dino Master: Dig Discover Duel,DS,2005,Strategy,Majesco Entertainment,0.06,0,0,0,0.07 +12082,Ken to Mahou to Gakuen Mono. 3,PS3,2010,Role-Playing,Acquire,0,0,0.07,0,0.07 +12083,Hikaru no Go: Heian Gensou Ibunroku,PS,2002,Adventure,Konami Digital Entertainment,0,0,0.06,0,0.07 +12084,Godzilla (2014),PS3,2014,Action,Namco Bandai Games,0,0.01,0.06,0,0.07 +12085,Dynasty Warriors DS: Fighter's Battle,DS,2007,Action,Tecmo Koei,0.04,0,0.03,0,0.07 +12086,Samurai Shodown,NG,1993,Fighting,SNK,0,0,0.07,0,0.07 +12087,OverBlood 2,PS,1998,Action,Evolution Games,0,0,0.06,0,0.07 +12088,Fighter Maker 2,PS2,2002,Fighting,Enterbrain,0.03,0.03,0,0.01,0.07 +12089,Lifeline,PS2,2003,Adventure,Sony Computer Entertainment,0.03,0.03,0,0.01,0.07 +12090,Dragon Valor,PS,1999,Role-Playing,Sony Computer Entertainment,0.04,0.03,0,0,0.07 +12091,Judie no Atelier: Guramnat no Renkinjutsushi,PS2,2002,Role-Playing,Gust,0,0,0.07,0,0.07 +12092,NHL 2005,GC,2004,Sports,Electronic Arts,0.05,0.01,0,0,0.07 +12093,Midway Arcade Treasures 3,GC,2005,Misc,Midway Games,0.05,0.01,0,0,0.07 +12094,Moshi Monsters: Katsuma Unleashed,3DS,2013,Action,Activision,0.03,0.04,0,0,0.07 +12095,Firefighter F.D.18,PS2,2004,Action,Konami Digital Entertainment,0.03,0.03,0,0.01,0.07 +12096,Resident Evil 5,PC,2009,Action,Capcom,0.01,0.04,0,0.01,0.07 +12097,Secret Files: Tunguska,Wii,2008,Adventure,Koch Media,0.05,0.02,0,0.01,0.07 +12098,DS Nishimura Kyotaro Suspense 2 Shin Tantei Series: Kanazawa Hakodate - Gokkan no Kyoukoku - Fukushuu no Kage,DS,2008,Adventure,Tecmo Koei,0,0,0.07,0,0.07 +12099,Pro Yaky? Spirits 2014,PSV,2014,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +12100,Mega Man X4,SAT,1997,Action,Capcom,0,0,0.07,0,0.07 +12101,Family Trainer: Treasure Adventure,Wii,2010,Sports,Namco Bandai Games,0,0.06,0,0.01,0.07 +12102,GRID 2,PC,2013,Racing,Codemasters,0,0.06,0,0.01,0.07 +12103,Power Pro GB,GB,1998,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +12104,Sudoku Fever,GBA,2006,Puzzle,Take-Two Interactive,0.05,0.02,0,0,0.07 +12105,Grand Ages: Medieval,PS4,2015,Strategy,Kalypso Media,0,0.05,0.01,0.01,0.07 +12106,The Putter Golf,PS,2001,Sports,D3Publisher,0.04,0.03,0,0,0.07 +12107,Monster High: New Ghoul in School,PS3,2015,Action,Little Orbit,0,0.06,0,0.01,0.07 +12108,The Powerpuff Girls: Relish Rampage,GC,2002,Action,BAM! Entertainment,0.05,0.01,0,0,0.07 +12109,Super Real Mahjong Graffiti,SAT,1995,Misc,Seta Corporation,0,0,0.07,0,0.07 +12110,Alan Wake,PC,2012,Action,Nordic Games,0,0.06,0,0.01,0.07 +12111,Ninja Warriors,SNES,1993,Action,Titus,0,0,0.07,0,0.07 +12112,Army Men: RTS,GC,2004,Strategy,Global Star,0.05,0.01,0,0,0.07 +12113,Zettai Onkan Otoda Master,DS,2007,Role-Playing,Hudson Soft,0,0,0.07,0,0.07 +12114,Basketball Hall of Fame Ultimate Hoops Challenge,Wii,2010,Sports,Zoo Games,0.06,0,0,0,0.07 +12115,Dragoneer's Aria,PSP,2007,Role-Playing,Tecmo Koei,0.02,0,0.05,0,0.07 +12116,TigerShark,PS,1997,Simulation,GT Interactive,0.04,0.03,0,0,0.07 +12117,Lost Heroes 2,3DS,2015,Action,Namco Bandai Games,0,0,0.07,0,0.07 +12118,Norse by Norsewest: The Return of the Lost Vikings,PS,1997,Action,Interplay,0.04,0.03,0,0,0.07 +12119,Just Dance: Disney Party 2,XOne,2015,Action,Ubisoft,0.05,0.01,0,0.01,0.07 +12120,N+,DS,2007,Platform,Atari,0.06,0,0,0,0.07 +12121,Sega Soccer Slam,GC,2002,Sports,Sega,0.05,0.01,0,0,0.07 +12122,Obscure,PS2,2004,Adventure,Microids,0.03,0.03,0,0.01,0.07 +12123,Katekyoo Hitman Reborn! DS: Fate of Heat - Hono no Unmei,DS,2008,Role-Playing,Takara Tomy,0,0,0.07,0,0.07 +12124,Shin Lucky * Star: Moe Drill ~Tabidachi~,DS,2007,Action,Kadokawa Shoten,0,0,0.07,0,0.07 +12125,Mario Tennis,Wii,2010,Sports,Nintendo,0,0.06,0,0.01,0.07 +12126,Cartoon Network: Punch Time Explosion XL,PS3,2011,Fighting,Crave Entertainment,0.06,0,0,0,0.07 +12127,DefCon 5,PS,1995,Shooter,Psygnosis,0.04,0.03,0,0,0.07 +12128,Lost in Blue 2,DS,2007,Adventure,Konami Digital Entertainment,0.01,0.01,0.05,0,0.07 +12129,Build-A-Bear Workshop: Friendship Valley,Wii,N/A,Misc,Unknown,0.06,0,0,0,0.07 +12130,Secret Service: Ultimate Sacrifice,PS2,2008,Action,Activision,0.03,0.03,0,0.01,0.07 +12131,Alex Rider: Stormbreaker,DS,N/A,Action,THQ,0.06,0,0,0,0.07 +12132,Deep Labyrinth,DS,2006,Action,505 Games,0.06,0,0,0,0.07 +12133,Tropix,DS,2008,Puzzle,Capcom,0.06,0,0,0,0.07 +12134,Nichibeikan Pro Yakyuu: Final League,PS2,2002,Sports,SquareSoft,0,0,0.07,0,0.07 +12135,Resident Evil 6,PS4,2016,Shooter,Capcom,0.05,0,0,0.01,0.07 +12136,Hammerin' Hero,PSP,2008,Action,Irem Software Engineering,0.06,0,0,0.01,0.07 +12137,Yoostar on MTV,X360,N/A,Misc,Unknown,0.06,0,0,0,0.07 +12138,Spawn: Armageddon,GC,2003,Action,Electronic Arts,0.05,0.01,0,0,0.07 +12139,God Hand,PS2,2006,Action,Capcom,0,0,0.07,0,0.07 +12140,Shin Chan: Las Nuevas Aventuras Para Wii!,Wii,2006,Action,505 Games,0,0,0.07,0,0.07 +12141,Challenge Me: Brain Puzzles 2,Wii,2010,Puzzle,O-Games,0,0.06,0,0.01,0.07 +12142,The Tale of Despereaux,DS,2008,Platform,Brash Entertainment,0.06,0,0,0,0.07 +12143,Legends of Wrestling II,GBA,2002,Fighting,Acclaim Entertainment,0.05,0.02,0,0,0.07 +12144,Tony Hawk's Pro Skater 5,X360,2015,Sports,Activision,0.06,0,0,0.01,0.07 +12145,Fatal Fury: Battle Archives Volume 2,PS2,2007,Fighting,SNK Playmore,0.03,0.03,0,0.01,0.07 +12146,Jurassic Park: Operation Genesis,XB,2003,Simulation,Konami Digital Entertainment,0.05,0.01,0,0,0.07 +12147,Transformer: Rise of the Dark Spark (3DS),3DS,2014,Role-Playing,Activision,0.05,0.01,0,0.01,0.07 +12148,Freddi Fish: Kelp Seed Mystery,Wii,2008,Adventure,Majesco Entertainment,0.06,0,0,0,0.07 +12149,Ragnarok: Hikari to Yami no Koujo,PSP,2011,Role-Playing,GungHo,0.02,0,0.05,0,0.07 +12150,FIFA Soccer 06,GBA,2005,Sports,Electronic Arts,0.05,0.02,0,0,0.07 +12151,RedCard 20-03,PS2,2002,Sports,Midway Games,0.03,0.03,0,0.01,0.07 +12152,James Bond 007: Blood Stone,DS,2010,Shooter,Activision,0.05,0.01,0,0,0.07 +12153,Imagine: Gymnast,DS,2008,Simulation,Ubisoft,0.05,0.01,0,0,0.07 +12154,Kanji Sonomama DS Rakubiki Jiten,DS,2006,Misc,Nintendo,0,0,0.07,0,0.07 +12155,Future Tactics: The Uprising,PS2,2004,Strategy,Crave Entertainment,0.03,0.03,0,0.01,0.07 +12156,Driver: Parallel Lines,XB,2006,Racing,Atari,0.05,0.01,0,0,0.07 +12157,Cities XL 2012,PC,2011,Strategy,Focus Home Interactive,0.01,0.05,0,0.01,0.07 +12158,Pipe Mania,PSP,2008,Puzzle,Empire Interactive,0.06,0,0,0.01,0.07 +12159,everGirl,GBA,2005,Adventure,THQ,0.05,0.02,0,0,0.07 +12160,Heroes Phantasia,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.07,0,0.07 +12161,Prince of Persia: The Fallen King,DS,2008,Action,Ubisoft,0.06,0.01,0,0.01,0.07 +12162,Jewels of the Ages,DS,2011,Puzzle,City Interactive,0.03,0.03,0,0.01,0.07 +12163,The Book of Unwritten Tales 2,PS4,2015,Adventure,Nordic Games,0,0.06,0,0.01,0.07 +12164,Batman: Rise of Sin Tzu,GBA,2003,Action,Ubisoft,0.05,0.02,0,0,0.07 +12165,Chuugaku Eitango Target 1800 DS,DS,2006,Misc,IE Institute,0,0,0.07,0,0.07 +12166,Future Card Buddy Fight: Yuujou no Bakunetsu Fight,3DS,2015,Action,FuRyu,0,0,0.07,0,0.07 +12167,World Racing,XB,2003,Racing,TDK Mediactive,0.05,0.01,0,0,0.07 +12168,Major League Baseball 2K10,PSP,2010,Sports,Take-Two Interactive,0.06,0,0,0,0.07 +12169,Penguins of Madagascar,3DS,2014,Action,Namco Bandai Games,0,0.06,0,0,0.07 +12170,Disney's Party,GBA,2003,Misc,Hudson Entertainment,0.05,0.02,0,0,0.07 +12171,Rapala Pro Bass Fishing 2010,PSP,2010,Sports,Activision,0.06,0,0,0.01,0.07 +12172,X-Men: The Official Game,GBA,2006,Action,Activision,0.05,0.02,0,0,0.07 +12173,Dreamer Series: Pop Star,DS,2009,Misc,Tivola,0.04,0.02,0,0.01,0.07 +12174,Card Games,PS,2000,Misc,D3Publisher,0.04,0.03,0,0,0.07 +12175,My Amusement Park,DS,2010,Misc,Scholastic Inc.,0.06,0,0,0,0.07 +12176,Mega Man: Battle & Chase,PS,1997,Racing,Capcom,0,0,0.06,0,0.07 +12177,Winning Post 7 2010,PS3,2010,Sports,Tecmo Koei,0,0,0.07,0,0.07 +12178,R-Type Command,PSP,2007,Strategy,Rising Star Games,0.05,0,0.01,0.01,0.07 +12179,Age of Empires III: The Asian Dynasties,PC,2007,Strategy,Microsoft Game Studios,0,0.05,0,0.01,0.07 +12180,Destrega,PS,1998,Fighting,Sony Computer Entertainment,0.04,0.03,0,0,0.07 +12181,Dungeon Maker II: The Hidden War,PSP,2007,Role-Playing,Global A Entertainment,0.06,0,0,0.01,0.07 +12182,The Final Round,PS,1996,Sports,Konami Digital Entertainment,0.04,0.03,0,0,0.07 +12183,Nobunaga no Yabou: Tendou with Power-Up Kit,PS3,2011,Strategy,Tecmo Koei,0,0,0.07,0,0.07 +12184,Transformer: Rise of the Dark Spark,WiiU,2014,Action,Activision,0.05,0.01,0,0.01,0.07 +12185,MAPLUS: Portable Navi,PSP,2006,Misc,Edia,0,0,0.07,0,0.07 +12186,Rayman Arena,XB,N/A,Racing,Unknown,0.05,0.01,0,0,0.07 +12187,Brain Quest: Grades 3 & 4,DS,2008,Misc,Electronic Arts,0.06,0,0,0.01,0.07 +12188,Petz: Hamsterz Bunch,PSP,2009,Simulation,Ubisoft,0.06,0,0,0.01,0.07 +12189,The King of Fighters 02/03,PS2,2005,Fighting,SNK,0.03,0.03,0,0.01,0.07 +12190,Kamen Rider: Dragon Knight,Wii,2009,Fighting,D3Publisher,0.06,0,0,0,0.07 +12191,Army Men: Green Rogue,PS,2001,Action,3DO,0.04,0.02,0,0,0.07 +12192,Centipede / Breakout / Warlords,GBA,2005,Misc,Zoo Digital Publishing,0.05,0.02,0,0,0.07 +12193,Lucian Bee's: Justice Yellow / Evil Violet,PS2,2010,Adventure,5pb,0,0,0.07,0,0.07 +12194,Sly 2: Band of Thieves,PS3,2010,Platform,Sony Computer Entertainment,0,0.05,0,0.02,0.07 +12195,Hyperdimension Neptunia Victory,PSV,2014,Role-Playing,Compile Heart,0,0,0.07,0,0.07 +12196,Armored Core: Nine Breaker,PS2,2004,Simulation,505 Games,0.03,0.03,0,0.01,0.07 +12197,Doraemon: Nobita no Shin Makai Daibouken DS,DS,2007,Role-Playing,Sega,0,0,0.07,0,0.07 +12198,SBK 2011: FIM Superbike World Championship,X360,2011,Racing,Black Bean Games,0,0.06,0,0.01,0.07 +12199,Fairy Fencer F: Advent Dark Force,PS4,2015,Role-Playing,Idea Factory International,0.02,0,0.05,0,0.07 +12200,Cabela's Big Game Hunter 2005 Adventures,GC,2004,Sports,Activision,0.05,0.01,0,0,0.07 +12201,Worms 3D,GC,2003,Strategy,Sega,0.05,0.01,0,0,0.07 +12202,Fantasy Aquarium World,Wii,2009,Simulation,Destineer,0.06,0,0,0,0.07 +12203,Monster Tale,DS,2011,Platform,Majesco Entertainment,0.06,0,0,0,0.07 +12204,Tokobot,PSP,2005,Platform,Take-Two Interactive,0.06,0,0,0.01,0.07 +12205,TRON: Evolution,PC,2010,Action,Disney Interactive Studios,0.06,0,0,0,0.07 +12206,Gambler Densetsu Tetsuya,PS2,2001,Adventure,Athena,0,0,0.07,0,0.07 +12207,The Guided Fate Paradox,PS3,2013,Role-Playing,Nippon Ichi Software,0,0,0.06,0,0.07 +12208,Bleach: Hanatareshi Yabou,PS2,2006,Role-Playing,Sony Computer Entertainment,0,0,0.07,0,0.07 +12209,Karaoke Revolution Party,XB,2005,Misc,Konami Digital Entertainment,0.05,0.01,0,0,0.07 +12210,Cold Stone Creamery: Scoop It Up,Wii,2009,Misc,Zoo Games,0.06,0,0,0,0.07 +12211,Yoake Yori Ruriiro na: Brighter than Dawning Blue,PS2,2006,Adventure,Aria,0,0,0.07,0,0.07 +12212,Pandemonium 2,PS,1997,Platform,BMG Interactive Entertainment,0.04,0.02,0,0,0.07 +12213,MotorStorm RC,PSV,2012,Racing,Sony Computer Entertainment,0,0.05,0,0.02,0.07 +12214,National Geographic Challenge!,X360,N/A,Misc,Unknown,0.06,0,0,0,0.07 +12215,Fallout: Brotherhood of Steel,PS2,2004,Role-Playing,Avalon Interactive,0.03,0.03,0,0.01,0.07 +12216,Touch 'N' Play Collection,DS,2010,Misc,O-Games,0.04,0.02,0,0.01,0.07 +12217,Mayhem 3D,X360,2011,Racing,Evolved Games,0.06,0,0,0,0.07 +12218,One Piece: Unlimited World Red,WiiU,2014,Action,Namco Bandai Games,0,0.04,0.02,0,0.07 +12219,Parlor! Mini 2,SNES,1996,Misc,Nippon Telenet,0,0,0.07,0,0.07 +12220,Gundam Try Age SP,3DS,2014,Strategy,Namco Bandai Games,0,0,0.07,0,0.07 +12221,Top Gun,PS3,2011,Simulation,505 Games,0.06,0,0,0.01,0.07 +12222,Gunstar Super Heroes,GBA,2005,Shooter,Sega,0.05,0.02,0,0,0.07 +12223,Insecticide,DS,2008,Action,Gamecock,0.06,0,0,0,0.07 +12224,C: The Contra Adventure,PS,1998,Shooter,Konami Digital Entertainment,0.04,0.02,0,0,0.07 +12225,Interactive Storybook DS Series 1,DS,2007,Misc,Tommo,0.06,0,0,0,0.07 +12226,Frogger Advance: The Great Quest,GBA,2002,Action,Konami Digital Entertainment,0.05,0.02,0,0,0.07 +12227,Worms Forts: Under Siege,XB,2004,Strategy,Sega,0.05,0.01,0,0,0.07 +12228,Dream C Club,X360,2009,Simulation,D3Publisher,0,0,0.07,0,0.07 +12229,Pro Evolution Soccer 2015,PC,2014,Sports,Konami Digital Entertainment,0,0.06,0,0.01,0.07 +12230,Disney Infinity,PSV,2013,Action,Disney Interactive Studios,0.05,0,0,0.02,0.07 +12231,Pocky & Rocky with Becky,GBA,2001,Shooter,Altron,0.05,0.02,0,0,0.07 +12232,Full Spectrum Warrior: Ten Hammers,PS2,2006,Strategy,THQ,0.03,0.02,0,0.01,0.07 +12233,Streets of Rage 3,GEN,1993,Action,Sega,0,0,0.07,0,0.07 +12234,Chocolatier,DS,2010,Misc,Zoo Games,0.06,0,0,0,0.07 +12235,Cosmos Chaos!,DS,2010,Misc,Mentor Interactive,0.06,0,0,0,0.07 +12236,Lego Star Wars: The Force Awakens,3DS,2016,Action,Warner Bros. Interactive Entertainment,0.02,0.04,0,0,0.07 +12237,12-Sai. Honto no Kimochi,3DS,2014,Adventure,Happinet,0,0,0.07,0,0.07 +12238,"Warhammer 40,000: Squad Command",DS,2007,Strategy,THQ,0.05,0.01,0,0.01,0.07 +12239,Hasbro Family Game Night Fun Pack,X360,2011,Misc,Electronic Arts,0.06,0,0,0,0.07 +12240,Port Royale 3,X360,N/A,Simulation,Kalypso Media,0.06,0,0,0,0.07 +12241,Pro Yaky? Spirits 4,PS3,2007,Sports,Konami Digital Entertainment,0,0,0.07,0,0.07 +12242,Speed Racer,PS,1996,Racing,Tomy Corporation,0.04,0.02,0,0,0.07 +12243,NHL Hitz Pro,XB,2003,Sports,Midway Games,0.05,0.01,0,0,0.07 +12244,Walt Disney Pictures Presents Enchanted,DS,2007,Platform,Disney Interactive Studios,0.04,0.01,0,0.01,0.07 +12245,Cardfight!! Vanguard: Lock On Victory!!,3DS,2014,Misc,FuRyu,0,0,0.07,0,0.07 +12246,Jewel Quest IV: Heritage,DS,2011,Puzzle,iWin,0,0.05,0,0.01,0.06 +12247,Atelier Meruru: Alchemist of Arland 3,PSV,2013,Role-Playing,Gust,0,0,0.06,0,0.06 +12248,Hot Wheels: Burnin' Rubber,GBA,2001,Racing,THQ,0.05,0.02,0,0,0.06 +12249,Ojyousama Express,PS,1998,Strategy,Media Works,0,0,0.06,0,0.06 +12250,Jewel Link Chronicles: Mountains of Madness,DS,N/A,Puzzle,Avanquest,0,0.06,0,0.01,0.06 +12251,Chrysler Classic Racing,Wii,2008,Racing,Zoo Games,0.06,0,0,0,0.06 +12252,Wings of War,XB,2004,Simulation,Take-Two Interactive,0.05,0.01,0,0,0.06 +12253,Jam Sessions 2,DS,2009,Misc,Ubisoft,0.06,0,0,0,0.06 +12254,Orcs & Elves,DS,2007,Role-Playing,Electronic Arts,0.06,0,0,0.01,0.06 +12255,187: Ride or Die,XB,2005,Racing,Ubisoft,0.05,0.01,0,0,0.06 +12256,RPG Maker 3,PS2,2004,Role-Playing,Enterbrain,0.03,0.02,0,0.01,0.06 +12257,Zatch Bell! Mamodo Battles,GC,2005,Fighting,Namco Bandai Games,0.05,0.01,0,0,0.06 +12258,Motion Explosion!,X360,2011,Misc,505 Games,0.05,0.01,0,0,0.06 +12259,Genkai Tokki Monster Monpiece,PSV,2013,Strategy,Idea Factory,0,0,0.06,0,0.06 +12260,Desert Strike Advance,GBA,2002,Simulation,Electronic Arts,0.05,0.02,0,0,0.06 +12261,Kabuki Warriors,XB,2001,Action,Genki,0.05,0.01,0,0,0.06 +12262,Gradius Collection,PSP,2006,Shooter,Konami Digital Entertainment,0.04,0,0.02,0,0.06 +12263,Disney's Chicken Little: Ace In Action,DS,2006,Shooter,Disney Interactive Studios,0.06,0,0,0,0.06 +12264,IL-2 Sturmovik: Birds of Prey,DS,2009,Simulation,505 Games,0.06,0,0,0,0.06 +12265,Discworld,PS,1994,Adventure,Psygnosis,0.04,0.02,0,0,0.06 +12266,The LEGO Movie Videogame,PC,2014,Action,Warner Bros. Interactive Entertainment,0.02,0.04,0,0.01,0.06 +12267,Escape from Bug Island,Wii,2006,Action,Eidos Interactive,0.04,0.01,0.01,0,0.06 +12268,World Poker Tour,XB,2005,Misc,Take-Two Interactive,0.05,0.01,0,0,0.06 +12269,Pirates: The Legend of Black Kat,XB,2002,Adventure,Electronic Arts,0.05,0.01,0,0,0.06 +12270,Elite Forces: Unit 77,DS,2009,Strategy,Deep Silver,0.06,0,0,0,0.06 +12271,July,DC,1998,Adventure,Fortyfive,0,0,0.06,0,0.06 +12272,ESPN Winter X-Games: Snowboarding 2002,GBA,2000,Sports,Konami Digital Entertainment,0.05,0.02,0,0,0.06 +12273,Bleach: Versus Crusade,Wii,2008,Fighting,Sega,0,0,0.06,0,0.06 +12274,Kanon,DC,2000,Adventure,NEC Interchannel,0,0,0.06,0,0.06 +12275,NanoBreaker,PS2,2005,Action,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12276,Bionicle,XB,2003,Action,Electronic Arts,0.05,0.01,0,0,0.06 +12277,My Pet Shop,DS,2008,Simulation,Square Enix,0.06,0,0,0,0.06 +12278,Guitar Freaks 3rdMIX & DrumMania 2ndMIX,PS2,2000,Simulation,Konami Digital Entertainment,0,0,0.06,0,0.06 +12279,Miami Vice: The Game,PSP,2006,Shooter,Activision,0.06,0,0,0,0.06 +12280,Santa Claus Is Comin' to Town!,Wii,2011,Puzzle,Crave Entertainment,0.06,0,0,0,0.06 +12281,BMX XXX,GC,2002,Sports,Acclaim Entertainment,0.05,0.01,0,0,0.06 +12282,Broken Sword 5: The Serpent's Curse,PS4,2015,Adventure,Revolution Software,0,0.06,0,0.01,0.06 +12283,Disney's Magical Quest 2 Starring Mickey and Minnie,GBA,2003,Action,Capcom,0.05,0.02,0,0,0.06 +12284,Aggressive Inline,XB,2002,Sports,Acclaim Entertainment,0.05,0.01,0,0,0.06 +12285,Western Riding Academy,DS,2010,Simulation,Destineer,0.06,0,0,0,0.06 +12286,My Pet Chimp,DS,2010,Simulation,505 Games,0.06,0,0,0,0.06 +12287,Frogger: Helmet Chaos,DS,2005,Platform,Konami Digital Entertainment,0.06,0,0,0,0.06 +12288,Ikki Tousen: Xross Impact,PSP,2010,Action,Marvelous Interactive,0,0,0.06,0,0.06 +12289,Bullet Girls,PSV,2014,Action,D3Publisher,0,0,0.06,0,0.06 +12290,Paws & Claws: Marine Rescue,DS,2011,Simulation,THQ,0.06,0,0,0,0.06 +12291,Super Mahjong 2: Honkaku 4Jin Uchi,SNES,1993,Misc,Imax,0,0,0.06,0,0.06 +12292,XGRA: Extreme G Racing Association,PS2,2003,Racing,Acclaim Entertainment,0.03,0.02,0,0.01,0.06 +12293,Cabela's Trophy Bucks,Wii,2008,Sports,Activision Value,0.06,0,0,0,0.06 +12294,Mitsukete! Keroro Gunsou: Machigai Sagashi Daisakusen de Arimasu!,DS,2007,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12295,Pop'n Music Portable 2,PSP,2011,Misc,Konami Digital Entertainment,0,0,0.06,0,0.06 +12296,Fist of the North Star: Ken's Rage 2,X360,2012,Fighting,Tecmo Koei,0.03,0.01,0.02,0,0.06 +12297,Smart Boy's Toys Club,DS,2008,Misc,505 Games,0.06,0,0,0,0.06 +12298,Ys vs. Sora no Kiseki: Alternative Saga,PSP,2010,Fighting,Falcom Corporation,0,0,0.06,0,0.06 +12299,Naruto: Ultimate Ninja Heroes (JP sales),PSP,2006,Fighting,Namco Bandai Games,0,0,0.06,0,0.06 +12300,Max & the Magic Marker,DS,2011,Platform,Unknown,0,0.06,0,0,0.06 +12301,Legend of the Dragon,Wii,2007,Fighting,Game Factory,0.06,0,0,0,0.06 +12302,Akagawa Jirou Mystery: Yasoukyoku - Hon ni Manekareta Satsujin,DS,2008,Adventure,Marvelous Interactive,0,0,0.06,0,0.06 +12303,Ray Tracers,PS,1997,Racing,Sony Computer Entertainment,0.04,0.02,0,0,0.06 +12304,Monster Madness: Grave Danger,PS3,2008,Shooter,SouthPeak Games,0.05,0.01,0,0.01,0.06 +12305,Sprung - A Game Where Everyone Scores,DS,2004,Adventure,Ubisoft,0.06,0,0,0,0.06 +12306,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 14: CR Shinseiki Evangelion: Saigo no Mono,PS2,2009,Misc,D3Publisher,0,0,0.06,0,0.06 +12307,Nicola Kanshuu: Model * Oshare Audition,DS,2010,Misc,Alchemist,0,0,0.06,0,0.06 +12308,Rugby 15,PSV,2015,Sports,Bigben Interactive,0,0.05,0,0.01,0.06 +12309,Kururin Paradise,GBA,2002,Puzzle,Unknown,0,0,0.06,0,0.06 +12310,Kiniro no Corda 2,PS2,2007,Role-Playing,Tecmo Koei,0,0,0.06,0,0.06 +12311,Fast Food Panic,Wii,2009,Simulation,Nobilis,0.06,0,0,0,0.06 +12312,Samurai Warriors Chronicles 3,PSV,2014,Action,Tecmo Koei,0,0,0.06,0,0.06 +12313,Dynasty Warriors Vs,3DS,2012,Action,Ackkstudios,0,0,0.06,0,0.06 +12314,Another Code R: A Journey into Lost Memories,Wii,2009,Adventure,Nintendo,0,0.03,0.03,0,0.06 +12315,Gallop Racer 2004,PS2,2004,Sports,Zoo Digital Publishing,0.03,0.02,0,0.01,0.06 +12316,Rayman: Hoodlum's Revenge,GBA,2005,Platform,Ubisoft,0.05,0.02,0,0,0.06 +12317,Sunrise Eiyuutan R,PS2,2000,Role-Playing,Sunrise Interactive,0,0,0.06,0,0.06 +12318,Mobile Suit Gundam Seed: Never Ending Tomorrow,PS2,2004,Shooter,Namco Bandai Games,0.03,0.02,0,0.01,0.06 +12319,The Book of Unwritten Tales: The Critter Chronicles,PC,2011,Action,Crimson Cow,0,0.05,0,0.01,0.06 +12320,Octomania,Wii,2007,Puzzle,Midas Interactive Entertainment,0.06,0,0,0,0.06 +12321,F1 2001,XB,2001,Racing,Electronic Arts,0.05,0.01,0,0,0.06 +12322,Fishing Master (jp sales),Wii,2007,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12323,Zill O'll Infinite Plus,PSP,2009,Role-Playing,Tecmo Koei,0,0,0.06,0,0.06 +12324,Pawly Pets: My Vet Practice,DS,2007,Strategy,Ubisoft,0,0.06,0,0.01,0.06 +12325,Tonka Rescue Patrol,GC,2003,Action,TDK Mediactive,0.05,0.01,0,0,0.06 +12326,GunGriffon II,SAT,1998,Simulation,ESP,0,0,0.06,0,0.06 +12327,Crimson Gem Saga,PSP,2008,Role-Playing,Sega,0.06,0,0,0,0.06 +12328,Legend of Kay,PS4,2015,Action,Nordic Games,0.02,0.03,0,0.01,0.06 +12329,Order Up!!,PS3,2011,Action,Funbox Media,0.04,0.01,0,0.01,0.06 +12330,Steambot Chronicles: Battle Tournament,PSP,2008,Fighting,Irem Software Engineering,0.05,0,0.01,0,0.06 +12331,Bomberman Land,PSP,2007,Misc,Hudson Entertainment,0.06,0,0,0.01,0.06 +12332,Spy Fox in Dry Cereal,Wii,2008,Adventure,Majesco Entertainment,0.06,0,0,0,0.06 +12333,Cel Damage,GC,2002,Racing,Electronic Arts,0.05,0.01,0,0,0.06 +12334,Lego Batman 3: Beyond Gotham,PC,2014,Action,Warner Bros. Interactive Entertainment,0,0.06,0,0.01,0.06 +12335,Killer Instinct (2013),XOne,2013,Fighting,Microsoft Game Studios,0.03,0.03,0,0.01,0.06 +12336,Famicom Mini: Balloon Fight,GBA,2004,Action,Nintendo,0,0,0.06,0,0.06 +12337,Steins;Gate: Senkei Kousoku no Phonogram,PS3,2013,Adventure,5pb,0,0,0.06,0,0.06 +12338,Seaman 2: Peking Genjin Ikusei Kit,PS2,2007,Simulation,Sega,0,0,0.06,0,0.06 +12339,Chou Gekijouban Keroro Gunsou 3: Tenkuu Daibouken de Arimasu!,DS,2008,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12340,Bionicle Heroes,DS,2006,Shooter,Eidos Interactive,0.06,0,0,0,0.06 +12341,Ratchet & Clank Collection,PSV,2014,Action,Sony Computer Entertainment,0,0.05,0,0.01,0.06 +12342,The Pinball of the Dead,GBA,2002,Misc,Sega,0.05,0.02,0,0,0.06 +12343,Growlanser IV: Over Reloaded,PSP,2011,Role-Playing,Atlus,0,0,0.06,0,0.06 +12344,Arc the Lad: End of Darkness,PS2,2004,Role-Playing,Sony Computer Entertainment,0.03,0.02,0,0.01,0.06 +12345,Tom Clancy's Splinter Cell: Pandora Tomorrow,GBA,2004,Action,Ubisoft,0.05,0.02,0,0,0.06 +12346,The King of Route 66,PS2,2003,Racing,Sega,0.03,0.02,0,0.01,0.06 +12347,Sherlock Holmes: Crimes & Punishments,X360,2014,Adventure,Focus Home Interactive,0.03,0.03,0,0.01,0.06 +12348,Bubble Bobble also featuring Rainbow Islands,PS,1995,Puzzle,Acclaim Entertainment,0.04,0.02,0,0,0.06 +12349,Intellivision Lives!,GC,2004,Misc,Crave Entertainment,0.05,0.01,0,0,0.06 +12350,Star Wars Knights of the Old Republic II: The Sith Lords,PC,2005,Role-Playing,LucasArts,0.01,0.04,0,0.01,0.06 +12351,Panzer Tactics,DS,2007,Strategy,10TACLE Studios,0.06,0,0,0,0.06 +12352,Pro Yaky? Spirits 2013,PSV,2013,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12353,Robotica,SAT,1994,Shooter,Sega,0,0,0.06,0,0.06 +12354,Deathrow: Underground Team Combat,XB,2002,Sports,Ubisoft,0.05,0.01,0,0,0.06 +12355,Land of the Dead: Road to Fiddler's Green,XB,2005,Shooter,Groove Games,0.05,0.01,0,0,0.06 +12356,R-Types,PS,1998,Shooter,Virgin Interactive,0.04,0.02,0,0,0.06 +12357,Star Fighter,PS,1995,Shooter,Telstar,0.04,0.02,0,0,0.06 +12358,Kuukan * Zukei: Hirameki Training - KuuTore,DS,2008,Misc,Benesse,0,0,0.06,0,0.06 +12359,Osu! Tatakae! Ouendan,DS,2005,Misc,Nintendo,0,0,0.06,0,0.06 +12360,Dissidia: Final Fantasy Universal Tuning,PSP,2009,Fighting,Square Enix,0,0,0.06,0,0.06 +12361,Game Center CX: 3-Choume no Arino,3DS,2014,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12362,Age of Empires Online,PC,2011,Strategy,Microsoft Game Studios,0.01,0.04,0,0.01,0.06 +12363,Alien Syndrome,Wii,2007,Role-Playing,Sega,0.06,0,0,0,0.06 +12364,Meitantei Conan: Aoki Houseki no Rinbukyoku,DS,2011,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12365,The Legend of Heroes: Trails in the Sky Second Chapter,PSP,2007,Role-Playing,Falcom Corporation,0,0,0.06,0,0.06 +12366,Challenge Me: Brain Puzzles,DS,2009,Puzzle,Oxygen Interactive,0.06,0,0,0,0.06 +12367,Legend of Kay,DS,2010,Action,JoWood Productions,0.06,0,0,0,0.06 +12368,Mystic Heroes,PS2,2002,Action,Tecmo Koei,0.03,0.02,0,0.01,0.06 +12369,From The Abyss,DS,2008,Role-Playing,Nobilis,0.06,0,0,0,0.06 +12370,The Amazing Spider-Man 2 (2014),3DS,2014,Action,Activision,0.03,0.03,0,0,0.06 +12371,Tron 2.0: Killer App,GBA,2004,Action,Disney Interactive Studios,0.04,0.02,0,0,0.06 +12372,Samurai Shodown Anthology,Wii,2008,Fighting,Ignition Entertainment,0.06,0,0,0,0.06 +12373,Mega Minis Volume 3,PSP,2011,Misc,Sony Computer Entertainment,0,0.05,0,0.02,0.06 +12374,Jurassic Park III: Park Builder,GBA,2001,Simulation,Konami Digital Entertainment,0.04,0.02,0,0,0.06 +12375,Mario vs. Donkey Kong: Tipping Stars,3DS,2015,Puzzle,Nintendo,0,0,0.06,0,0.06 +12376,Unchained Blades,PSP,2011,Role-Playing,FuRyu,0,0,0.06,0,0.06 +12377,Rurouni Kenshin: Meiji Kenkaku Romantan Saisen,PSP,2011,Fighting,Namco Bandai Games,0,0,0.06,0,0.06 +12378,Di-Gata Defenders,DS,2008,Role-Playing,Game Factory,0.06,0,0,0,0.06 +12379,Star Trek: Tactical Assault,DS,2006,Strategy,Ubisoft,0.05,0.01,0,0,0.06 +12380,Code Geass: Hangyaku no Lelouch - Lost Colors,PS2,2008,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12381,Warhammer: Battle For Atluma,PSP,2006,Action,Namco Bandai Games,0.05,0,0,0.01,0.06 +12382,Sudoku Ball Detective,DS,2009,Puzzle,Playlogic Game Factory,0.06,0,0,0,0.06 +12383,LEGO Bionicle,GBA,2001,Platform,LEGO Media,0.04,0.02,0,0,0.06 +12384,Power Shovel,PS,2000,Action,JVC,0.03,0.02,0,0,0.06 +12385,Blur,PC,2010,Racing,Activision,0.01,0.04,0,0.01,0.06 +12386,Generator Rex: Agent of Providence,X360,2011,Action,Activision,0.05,0.01,0,0,0.06 +12387,A llI S.V.: A Ressha de Gyoukou 3 Super Version,SNES,1995,Simulation,Pack-In-Video,0,0,0.06,0,0.06 +12388,Spy Games: Elevator Mission,Wii,2007,Shooter,Tommo,0.06,0,0,0,0.06 +12389,Strike Force Bowling,GC,2005,Sports,Crave Entertainment,0.05,0.01,0,0,0.06 +12390,Song of the Deep,PS4,2016,Action,Insomniac Games,0.05,0,0,0.01,0.06 +12391,Earth Defense Force 2017 Portable,PSV,2012,Action,D3Publisher,0,0,0.06,0,0.06 +12392,Atelier Iris 2: The Azoth Of Destiny,PS2,2005,Role-Playing,Tecmo Koei,0.03,0.02,0,0.01,0.06 +12393,There,PS,2002,Simulation,Infogrames,0.03,0.02,0,0,0.06 +12394,Atari's Greatest Hits: Volume 2,DS,2011,Misc,Atari,0.06,0,0,0,0.06 +12395,Chuck E. Cheese's Playhouse,DS,2010,Misc,UFO Interactive,0.06,0,0,0,0.06 +12396,Tokimeki no Houkago,PS,1998,Misc,Konami Digital Entertainment,0,0,0.06,0,0.06 +12397,Championship Surfer,PS,2000,Sports,Mattel Interactive,0.03,0.02,0,0,0.06 +12398,Unreal Tournament III,PC,2007,Shooter,Midway Games,0,0.05,0,0.01,0.06 +12399,Monster Garage,XB,2004,Strategy,Activision Value,0.05,0.01,0,0,0.06 +12400,Taiko no Tatsujin: Atsumete Tomodachi Daisakusen!,WiiU,2015,Misc,Namco Bandai Games,0,0,0.06,0,0.06 +12401,The Next BIG Thing,PC,2011,Adventure,Focus Home Interactive,0,0.05,0,0.01,0.06 +12402,Tecmo Classic Arcade,XB,2005,Misc,Microsoft Game Studios,0.05,0.01,0,0,0.06 +12403,2 Games in 1: Sonic Pinball Party & Columns Crown,GBA,2005,Misc,Sega,0.04,0.02,0,0,0.06 +12404,Valentino Rossi: The Game,PS4,2016,Racing,Namco Bandai Games,0.01,0.05,0,0.01,0.06 +12405,Monkey Island: Special Edition Collection,X360,2011,Adventure,Activision,0,0.05,0,0.01,0.06 +12406,Mad Maestro!,PS2,2001,Misc,Eidos Interactive,0.03,0.02,0,0.01,0.06 +12407,A-Train: City Simulator,3DS,2014,Simulation,ArtDink,0,0,0.06,0,0.06 +12408,Densha De Go! 3 Tsuukinhen,PS2,2001,Simulation,Taito,0,0,0.06,0,0.06 +12409,Biker Mice From Mars,PS2,2006,Racing,Game Factory,0.03,0.02,0,0.01,0.06 +12410,Call of Duty 2,PC,2005,Shooter,Activision,0,0.05,0,0.01,0.06 +12411,Paws & Claws: Pampered Pets 2,DS,2011,Simulation,THQ,0.06,0,0,0,0.06 +12412,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Banchou Portable,PSP,2006,Misc,Daito,0,0,0.06,0,0.06 +12413,SpongeBob SquarePants: Plankton's Robotic Revenge,3DS,2013,Shooter,Activision,0,0.06,0,0,0.06 +12414,Pro Evolution Soccer 2017,PS3,2016,Sports,Konami Digital Entertainment,0,0.01,0.04,0,0.06 +12415,Giants: Citizen Kabuto,PS2,2001,Shooter,Interplay,0.03,0.02,0,0.01,0.06 +12416,Steins;Gate,X360,2009,Adventure,5pb,0,0,0.06,0,0.06 +12417,A New Beginning,PC,2010,Adventure,Deep Silver,0,0.05,0,0.01,0.06 +12418,MotoGP 10/11,X360,2011,Racing,Capcom,0,0.05,0,0.01,0.06 +12419,Alone in the Dark,PS2,2008,Adventure,Atari,0.03,0.02,0,0.01,0.06 +12420,Guilty Gear XX Accent Core Plus,PS2,2008,Fighting,PQube,0.03,0.02,0,0.01,0.06 +12421,Muppets Party Cruise,PS2,2003,Misc,TDK Mediactive,0.03,0.02,0,0.01,0.06 +12422,Higurashi Daybreak Portable,PSP,2008,Adventure,Alchemist,0,0,0.06,0,0.06 +12423,Crayon Shin-chan: Arashi o Yobu Kasukabe Eiga Stars!,3DS,2014,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12424,Shonen Jump's One Piece: Grand Battle,GC,2005,Fighting,Namco Bandai Games,0.05,0.01,0,0,0.06 +12425,Barbie Horse Adventures: Wild Horse Rescue,XB,2003,Sports,Vivendi Games,0.05,0.01,0,0,0.06 +12426,Winx Club: Quest for the Codex,DS,2006,Action,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12427,Blast Lacrosse,PS,2001,Sports,Acclaim Entertainment,0.03,0.02,0,0,0.06 +12428,Devil's Third,WiiU,2015,Action,Nintendo,0.04,0.02,0,0.01,0.06 +12429,DreamWorks Super Star Kartz,X360,2011,Racing,Activision,0.05,0.01,0,0,0.06 +12430,Arkanoid DS,DS,2007,Puzzle,Square Enix,0.06,0,0,0,0.06 +12431,Kikou Heidan J-Phoenix,PS2,2001,Action,Takara,0,0,0.06,0,0.06 +12432,Backyard NFL Football '10,PS2,2009,Sports,Atari,0.03,0.02,0,0.01,0.06 +12433,Barbie and Her Sisters Puppy Rescue,Wii,2015,Action,Namco Bandai Games,0,0.06,0,0,0.06 +12434,Zero Escape: Zero Time Dilemma,3DS,2016,Adventure,Aksys Games,0.04,0,0.01,0.01,0.06 +12435,Shonen Jump's Shaman King: Legacy of the Spirits - Soaring Hawk/Sprinting Wolf,GBA,2005,Action,Konami Digital Entertainment,0.04,0.02,0,0,0.06 +12436,Bubble Bobble: Old & New,GBA,2002,Puzzle,Empire Interactive,0.04,0.02,0,0,0.06 +12437,Puzzler Collection,Wii,2008,Puzzle,Ubisoft,0.05,0.01,0,0,0.06 +12438,Naruto Shippuden: Gekito Ninja Taisen! Special,Wii,2010,Fighting,Takara Tomy,0,0,0.06,0,0.06 +12439,Jissen Pachislot Secrets! Fist of the North Star F - Seikimatsu Kyuuseishu Densetsu,PS3,2012,Action,Sega,0,0,0.06,0,0.06 +12440,Akai Katana Shin,X360,2011,Shooter,Cave,0.04,0,0.01,0,0.06 +12441,Kekkon: Marriage,SAT,1995,Adventure,Shogakukan,0,0,0.06,0,0.06 +12442,Terraria,PS4,2014,Action,505 Games,0,0.05,0.01,0.01,0.06 +12443,Nicola Kanshuu: Model * Oshare Audition 2,3DS,2011,Action,Alchemist,0,0,0.06,0,0.06 +12444,KimiKiss,PS2,2006,Adventure,Enterbrain,0,0,0.06,0,0.06 +12445,Cold Fear,XB,2005,Action,Ubisoft,0.05,0.01,0,0,0.06 +12446,World Cup of Pool,DS,2009,Sports,Midas Interactive Entertainment,0.06,0,0,0,0.06 +12447,Chevrolet Camaro: Wild Ride,Wii,2010,Racing,Storm City Games,0.06,0,0,0,0.06 +12448,Imagine: Cheerleader,DS,2009,Simulation,Ubisoft,0.06,0,0,0,0.06 +12449,Risen 3: Titan Lords,PS4,2015,Role-Playing,Deep Silver,0,0.05,0,0.01,0.06 +12450,Hisshou Pachinko*Pachi-Slot Kouryaku Series Portable Vol. 1: Shinseiki Evangelion - Tamashii no Kiseki,PSP,2010,Misc,D3Publisher,0,0,0.06,0,0.06 +12451,Busy Scissors,DS,2010,Simulation,Little Orbit,0.06,0,0,0,0.06 +12452,Zero Escape: Zero Time Dilemma,PSV,2016,Adventure,Aksys Games,0.03,0,0.02,0.01,0.06 +12453,Shining Force Feather,DS,2009,Strategy,Sega,0,0,0.06,0,0.06 +12454,S.T.A.L.K.E.R.: Call of Pripyat,PC,2009,Shooter,Namco Bandai Games,0,0.05,0,0.01,0.06 +12455,Champion Jockey: G1 Jockey & Gallop Racer,X360,2011,Sports,Tecmo Koei,0,0.05,0,0.01,0.06 +12456,Disney's Kim Possible: Global Gemini,DS,2007,Platform,Disney Interactive Studios,0.05,0.01,0,0,0.06 +12457,Big Bang Mini,DS,2009,Shooter,SouthPeak Games,0.05,0,0,0,0.06 +12458,Cocoto Kart Racer,Wii,2008,Racing,Conspiracy Entertainment,0.06,0,0,0,0.06 +12459,Mobile Suit Gundam 00: Gundam Meisters,PS2,2008,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12460,Call of Cthulhu: Dark Corners of the Earth,XB,2005,Adventure,Take-Two Interactive,0.05,0.01,0,0,0.06 +12461,The Great Escape,XB,2003,Action,SCi,0.05,0.01,0,0,0.06 +12462,Coded Arms: Contagion,PSP,2007,Shooter,Konami Digital Entertainment,0.05,0,0,0.01,0.06 +12463,X-Men: Destiny,DS,2011,Action,Activision,0.05,0.01,0,0,0.06 +12464,Metal Gear Solid: Social Ops,PS2,2002,Action,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12465,Minna no DS Seminar: Kanpeki Eitango Ryoku,DS,2006,Misc,TDK Core,0,0,0.06,0,0.06 +12466,Kurupoto Cool Cool Stars,DS,2007,Action,Starfish,0.06,0,0,0,0.06 +12467,The Witcher,PC,2007,Role-Playing,Atari,0,0.05,0,0.01,0.06 +12468,PenPen TriIceLon,DC,1998,Racing,Infogrames,0,0,0.06,0,0.06 +12469,Kirarin * Revolution: Minna de Odorou Furi Furi Debut!,DS,2008,Simulation,Konami Digital Entertainment,0,0,0.06,0,0.06 +12470,Grey's Anatomy: The Video Game,Wii,2009,Adventure,Ubisoft,0.05,0.01,0,0,0.06 +12471,Salt Lake 2002,GBA,2002,Sports,Ubisoft,0.04,0.02,0,0,0.06 +12472,Dreamer Series: Zoo Keeper,DS,2010,Simulation,DreamCatcher Interactive,0.06,0,0,0,0.06 +12473,Warriors of the Lost Empire,PSP,2007,Role-Playing,Mercury Games,0.05,0,0,0.01,0.06 +12474,Vexx,GC,2003,Platform,Acclaim Entertainment,0.05,0.01,0,0,0.06 +12475,Crazy Chicken Tales,Wii,2009,Action,Conspiracy Entertainment,0.06,0,0,0,0.06 +12476,Super Robot Wars OG Saga Masou Kishin F: Coffin of the End,PS3,2014,Strategy,Namco Bandai Games,0,0,0.06,0,0.06 +12477,Hagane no Renkinjutsushi - Fullmetal Alchemist: Yakusoku no Hi e,PSP,2010,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12478,Batman: Rise of Sin Tzu,GC,2003,Action,Ubisoft,0.05,0.01,0,0,0.06 +12479,Sacred 2: Fallen Angel,PC,2008,Role-Playing,Ascaron Entertainment GmbH,0,0.05,0,0.01,0.06 +12480,Winter Sports 2: The Next Challenge,DS,2008,Sports,RTL,0.04,0.02,0,0.01,0.06 +12481,Dead Rising 2: Off the Record,PC,2011,Action,Capcom,0.04,0.02,0,0.01,0.06 +12482,World Series of Poker 2008: Battle for the Bracelets,DS,2007,Misc,Activision,0.05,0,0,0,0.06 +12483,Playmobil Knights,DS,2009,Action,Mindscape,0.04,0.01,0,0,0.06 +12484,Disney Sports Skateboarding,GC,2002,Sports,Konami Digital Entertainment,0.05,0.01,0,0,0.06 +12485,DropCast,DS,2008,Puzzle,THQ,0.06,0,0,0,0.06 +12486,Nazotoki Battle Tore! Densetsu no Makyuu o Fukkatsu Saseyo!,3DS,2014,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12487,Inversion,X360,2012,Shooter,Namco Bandai Games,0.03,0.02,0,0.01,0.06 +12488,Summon Night 2,DS,2008,Role-Playing,Namco Bandai Games,0,0,0.06,0,0.06 +12489,Chou Soujuu Mecha MG,DS,N/A,Simulation,N/A,0,0,0.06,0,0.06 +12490,Odin Sphere: Leifthrasir,PS3,2016,Role-Playing,Nippon Ichi Software,0.01,0.02,0.03,0.01,0.06 +12491,Pro Evolution Soccer 2012,PS2,2011,Action,Konami Digital Entertainment,0,0,0.06,0,0.06 +12492,Terminator 3: The Redemption,XB,2004,Shooter,Atari,0.05,0.01,0,0,0.06 +12493,Alvin and the Chipmunks,Wii,2007,Misc,Eidos Interactive,0.05,0,0,0,0.06 +12494,EverQuest II: Destiny of Velious,PC,2011,Role-Playing,Sony Online Entertainment,0.06,0,0,0,0.06 +12495,Rurouni Kenshin: Meiji Kenyaku Romantan - Kansen,PSP,2012,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12496,Neon Genesis Evangelion,N64,1999,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12497,Serious Sam II,XB,2005,Shooter,Take-Two Interactive,0.05,0.01,0,0,0.06 +12498,Remember Me,PC,2013,Action,Capcom,0,0.05,0,0.01,0.06 +12499,ICO,PS3,2011,Action,Sony Computer Entertainment,0,0,0.06,0,0.06 +12500,Flipnic: Ultimate Pinball,PS2,2003,Misc,Ubisoft,0.03,0.02,0,0.01,0.06 +12501,Eigo de Tabisuru: Little Charo,DS,2011,Misc,Nintendo,0,0,0.06,0,0.06 +12502,NBA Hangtime,PS,1996,Sports,Midway Games,0.03,0.02,0,0,0.06 +12503,Cabela's Big Game Hunter (2008),X360,2007,Sports,Activision Value,0.06,0,0,0,0.06 +12504,My Fitness Coach: Club,Wii,2011,Sports,Ubisoft,0,0.05,0,0.01,0.06 +12505,D.C. II P.S.: Da Capo II Plus Situation,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.06,0,0.06 +12506,Top Gear Hyper-Bike,N64,1999,Racing,Kemco,0.05,0.01,0,0,0.06 +12507,Brunswick Circuit Pro Bowling,N64,1999,Sports,THQ,0.05,0.01,0,0,0.06 +12508,Olympic Hockey 98,N64,1998,Sports,GT Interactive,0.05,0.01,0,0,0.06 +12509,CyberTiger,N64,2000,Sports,Electronic Arts,0.05,0.01,0,0,0.06 +12510,Penny Racers,N64,1998,Racing,THQ,0.05,0.01,0,0,0.06 +12511,S.C.A.R.S,N64,1998,Racing,Ubisoft,0.05,0.01,0,0,0.06 +12512,Virtual Chess 64,N64,1998,Misc,Titus,0.05,0.01,0,0,0.06 +12513,Marvel Super Heroes,SAT,1997,Fighting,Capcom,0,0,0.06,0,0.06 +12514,Mike Piazza's Strike Zone,N64,1998,Sports,GT Interactive,0.05,0.01,0,0,0.06 +12515,Bust-A-Move '99,N64,1998,Puzzle,Acclaim Entertainment,0.05,0.01,0,0,0.06 +12516,Star Soldier: Vanishing Earth,N64,1998,Shooter,Hudson Entertainment,0.05,0.01,0,0,0.06 +12517,Polaris SnoCross,N64,2000,Racing,Vatical Entertainment,0.05,0.01,0,0,0.06 +12518,Worms Blast,GC,2002,Puzzle,Ubisoft,0.05,0.01,0,0,0.06 +12519,Prinny: Can I Really Be The Hero? (US sales),PSP,N/A,Action,N/A,0.06,0,0,0,0.06 +12520,The Legend of Heroes VII: The Trail of Blue,PSV,2014,Role-Playing,Nihon Falcom Corporation,0,0,0.06,0,0.06 +12521,BlazBlue: Chrono Phantasma Extend,XOne,2015,Action,PQube,0.05,0.01,0,0.01,0.06 +12522,Smile PreCure! Let's Go! Marchen World,3DS,2012,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12523,IHRA Professional Drag Racing 2005,XB,2004,Racing,Bethesda Softworks,0.04,0.01,0,0,0.06 +12524,Tokyo Xtreme Racer Advance,GBA,2005,Racing,Crave Entertainment,0.04,0.02,0,0,0.06 +12525,Destiny: The Collection,PS4,2016,Shooter,Activision,0.01,0.04,0,0.01,0.06 +12526,Gun Showdown,PSP,2006,Action,Activision,0.05,0.01,0,0.01,0.06 +12527,Showtime Championship Boxing,DS,2007,Fighting,Zoo Digital Publishing,0.06,0,0,0,0.06 +12528,Syndicate,PC,1992,Strategy,Electronic Arts,0,0.05,0,0.01,0.06 +12529,Digimon All-Star Rumble,X360,2014,Fighting,Namco Bandai Games,0.04,0.01,0,0.01,0.06 +12530,Foster's Home for Imaginary Friends: Imagination Invaders,DS,2007,Adventure,Midway Games,0.06,0,0,0,0.06 +12531,I Love Beauty: Hollywood Makeover,DS,2009,Misc,City Interactive,0.06,0,0,0,0.06 +12532,Power Pro Success Legends,PSP,2010,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12533,Combat Elite: WWII Paratroopers,PS2,N/A,Shooter,Unknown,0.03,0.02,0,0.01,0.06 +12534,Rock Blast,DS,2008,Puzzle,UFO Interactive,0.06,0,0,0,0.06 +12535,Pheasants Forever Wingshooter,Wii,2010,Shooter,Unknown,0.03,0.02,0,0,0.06 +12536,Ivy the Kiwi?,Wii,2010,Puzzle,Rising Star Games,0.04,0.02,0,0,0.06 +12537,Killer Loop,PS,1999,Racing,Crave Entertainment,0.03,0.02,0,0,0.06 +12538,Cabela's Dangerous Hunts: Ultimate Challenge,PSP,2006,Sports,Activision Value,0.06,0,0,0,0.06 +12539,Xiaolin Showdown,PSP,2006,Action,Konami Digital Entertainment,0.05,0,0,0,0.06 +12540,Worldwide Soccer,SAT,1994,Sports,Sega,0,0,0.06,0,0.06 +12541,Toriko: Gourmet Battle!,3DS,2013,Role-Playing,Namco Bandai Games,0,0,0.06,0,0.06 +12542,Need for Speed: Shift,PC,2009,Racing,Electronic Arts,0,0.05,0,0.01,0.06 +12543,Zoo Tycoon: Complete Collection,PC,2003,Strategy,Microsoft Game Studios,0.03,0.02,0,0.01,0.06 +12544,Little League World Series Baseball 2008,DS,2008,Sports,Activision,0.06,0,0,0,0.06 +12545,Commandos: Strike Force,PS2,2006,Shooter,Eidos Interactive,0.03,0.02,0,0.01,0.06 +12546,Mobile Suit Gundam: Gundam vs. Zeta Gundam,PS2,2004,Shooter,Namco Bandai Games,0.03,0.02,0,0.01,0.06 +12547,Darksiders II,XOne,2015,Action,Nordic Games,0.03,0.02,0,0.01,0.06 +12548,Rapala Pro Fishing,GBA,2004,Sports,Zoo Digital Publishing,0.04,0.02,0,0,0.06 +12549,Create,PC,2010,Action,Electronic Arts,0.04,0.01,0,0.01,0.06 +12550,Guilty Gear X: Advance Edition,GBA,2002,Fighting,Sammy Corporation,0.04,0.02,0,0,0.06 +12551,Impossible Mission,PSP,2007,Platform,System 3 Arcade Software,0,0.04,0,0.02,0.06 +12552,Zoo Tycoon 2,PC,2004,Strategy,Microsoft Game Studios,0,0.05,0,0.01,0.06 +12553,Fate/Tiger Colosseum Upper,PSP,2008,Fighting,Capcom,0,0,0.06,0,0.06 +12554,Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS3 Deluxe,DS,2009,Misc,Rocket Company,0,0,0.06,0,0.06 +12555,Rooms: The Main Building,Wii,2010,Adventure,Hudson Soft,0.06,0,0,0,0.06 +12556,Theresia...,DS,2008,Adventure,Arc System Works,0.06,0,0,0,0.06 +12557,Pop Cutie! Street Fashion Simulation,DS,2008,Simulation,Tecmo Koei,0.06,0,0,0,0.06 +12558,Top Gun: Hard Lock,X360,2012,Action,505 Games,0.03,0.02,0,0,0.06 +12559,JoJo's Bizarre Adventure: All Star Battle,3DS,2012,Fighting,Take-Two Interactive,0.06,0,0,0,0.06 +12560,Carol Vorderman's Sudoku,PSP,2006,Puzzle,Xplosiv,0.05,0,0,0.01,0.06 +12561,Ford Racing 3,GBA,2005,Racing,Zoo Digital Publishing,0.04,0.02,0,0,0.06 +12562,Genkai Tokki: Moero Crystal,PSV,2015,Role-Playing,Compile Heart,0,0,0.06,0,0.06 +12563,PachiPara 13: Super Umi no Pachi-Pro Fuuunroku,PS2,2006,Misc,Irem Software Engineering,0,0,0.06,0,0.06 +12564,Disney Planes Fire & Rescue,Wii,2014,Action,Disney Interactive Studios,0,0.05,0,0,0.06 +12565,Attack on Titan (KOEI),PS3,2016,Action,Tecmo Koei,0,0,0.06,0,0.06 +12566,Satisfashion,DS,2010,Misc,Destineer,0.06,0,0,0,0.06 +12567,World Soccer Winning Eleven 9 (US sales),PSP,2005,Sports,Konami Digital Entertainment,0.05,0,0,0,0.06 +12568,Winning Post 4 Maximum,PS2,2000,Sports,Tecmo Koei,0,0,0.06,0,0.06 +12569,Oddworld: Munch's Oddysee,GBA,2003,Platform,THQ,0.04,0.02,0,0,0.06 +12570,Match 3 Madness,DS,2010,Puzzle,Foreign Media Games,0,0.05,0,0.01,0.06 +12571,Exhibition Volume 5,XB,2004,Misc,Microsoft Game Studios,0.04,0.01,0,0,0.06 +12572,Record of Lodoss War: Eiyuu Sensou,SCD,1994,Role-Playing,Sega,0,0,0.06,0,0.06 +12573,DuckTales: Remastered,WiiU,2013,Action,Capcom,0.05,0,0,0,0.06 +12574,LEGO Batman: The Videogame,PC,2008,Action,Warner Bros. Interactive Entertainment,0.02,0.03,0,0.01,0.06 +12575,Atelier Sophie: The Alchemist of the Mysterious Book,PSV,2015,Role-Playing,Tecmo Koei,0,0,0.06,0,0.06 +12576,Starry ? Sky: In Summer,PSP,2010,Misc,Asgard,0,0,0.06,0,0.06 +12577,Imagine: Resort Owner,DS,2010,Strategy,Ubisoft,0.05,0,0,0,0.06 +12578,Pro Yakyuu Netsu Star 2007,PS2,2007,Sports,Namco Bandai Games,0,0,0.06,0,0.06 +12579,Klonoa Beach Volleyball,PS,2002,Sports,Namco Bandai Games,0.03,0.02,0,0,0.06 +12580,Melty Blood: Actress Again,PS2,2009,Fighting,Ecole,0,0,0.06,0,0.06 +12581,TrackMania Turbo,XOne,2016,Action,Ubisoft,0.02,0.03,0,0,0.06 +12582,Izuna 2: The Unemployed Ninja Returns,DS,2007,Role-Playing,Success,0.05,0,0,0,0.06 +12583,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,DS,2005,Action,Konami Digital Entertainment,0.05,0,0,0,0.06 +12584,Centipede: Infestation,Wii,2011,Shooter,Atari,0.06,0,0,0,0.06 +12585,Mercury Meltdown,PSP,2006,Action,Atari,0.05,0.01,0,0.01,0.06 +12586,SingStar Mallorca Party,PS3,2009,Misc,Sony Computer Entertainment,0,0.04,0,0.02,0.06 +12587,3D Lemmings,PS,1995,Puzzle,Psygnosis,0.03,0.02,0,0,0.06 +12588,Hi Hi Puffy AmiYumi: Kaznapped,GBA,2005,Action,D3Publisher,0.04,0.02,0,0,0.06 +12589,FIFA Soccer 07,DS,2006,Sports,Electronic Arts,0.05,0.01,0,0,0.06 +12590,Resident Evil - Code: Veronica X,GC,2003,Action,Capcom,0.05,0.01,0,0,0.06 +12591,Broken Sword: The Shadow of the Templars,GBA,2002,Adventure,BAM! Entertainment,0.04,0.02,0,0,0.06 +12592,Back to the Future: The Game,Wii,2011,Adventure,Telltale Games,0.05,0,0,0,0.06 +12593,Summon Night 6: Lost Borders,PSV,2016,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12594,Tenchi Muyou! Ryoukouki Gokuraku,SAT,1995,Adventure,Yumedia,0,0,0.06,0,0.06 +12595,Kelly Slater's Pro Surfer,GC,2002,Sports,Activision,0.05,0.01,0,0,0.06 +12596,Jacqueline Wilson's Tracy Beaker: The Game,DS,2009,Misc,P2 Games,0,0.05,0,0,0.06 +12597,Sacred 3,X360,2014,Role-Playing,Deep Silver,0.03,0.03,0,0.01,0.06 +12598,I Am In The Movie,PSP,2012,Simulation,Namco Bandai Games,0,0,0.06,0,0.06 +12599,Doraemon: Nobita no Uchuu Eiyuuki,3DS,2015,Action,FuRyu,0,0,0.06,0,0.06 +12600,Trapt,PS2,2005,Action,Tecmo Koei,0.03,0.02,0,0.01,0.06 +12601,Jewel Legends: Tree of Life,DS,2011,Puzzle,Rising Star Games,0,0.05,0,0.01,0.06 +12602,Splat Renegade Paintball,XB,2005,Sports,Take-Two Interactive,0.04,0.01,0,0,0.06 +12603,Zendoku,DS,2007,Puzzle,Eidos Interactive,0.05,0,0,0,0.06 +12604,Metal Max 4: Gekkou no Diva,3DS,2013,Role-Playing,Kadokawa Shoten,0,0,0.06,0,0.06 +12605,Jumper: Griffin's Story,X360,2008,Action,Eidos Interactive,0.05,0,0,0,0.06 +12606,Worms 3D,XB,2003,Strategy,Sega,0.04,0.01,0,0,0.06 +12607,pro evolution soccer 2011,PC,2010,Sports,Konami Digital Entertainment,0,0.05,0,0.01,0.06 +12608,Crazy Chicken: Pharaoh's Treasure,DS,2007,Puzzle,Phenomedia,0.05,0,0,0,0.06 +12609,Arcana Heart 3,PSV,2014,Fighting,Arc System Works,0.03,0,0.02,0.01,0.06 +12610,Magi: Aratanaru Sekai,3DS,2014,Role-Playing,Namco Bandai Games,0,0,0.06,0,0.06 +12611,PoPoLoCrois,PSP,2005,Role-Playing,Ignition Entertainment,0.05,0,0,0,0.06 +12612,Mahouka Koukou no Rettousei: Out of Order,PSV,2014,Adventure,Namco Bandai Games,0,0,0.06,0,0.06 +12613,Dragon Rage,PS2,2001,Shooter,3DO,0.03,0.02,0,0.01,0.06 +12614,Lord of Magna: Maiden Heaven,3DS,2014,Role-Playing,Marvelous Entertainment,0,0,0.06,0,0.06 +12615,Dig Dug: Digging Strike,DS,2005,Puzzle,Atari,0.05,0,0,0,0.06 +12616,Dance Sensation!,Wii,2010,Misc,Majesco Entertainment,0.06,0,0,0,0.06 +12617,Brave: A Warrior's Tale,Wii,2009,Action,SouthPeak Games,0.05,0,0,0,0.06 +12618,Ansatsu Kyoushitsu: Assassin Ikusei Keikaku!!,3DS,2016,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12619,Raw Danger! (JP sales),PS2,2006,Action,505 Games,0,0,0.06,0,0.06 +12620,Archer Maclean Presents: Pool Paradise,PS2,2004,Sports,Ignition Entertainment,0.03,0.02,0,0.01,0.06 +12621,Tabi no Yubisashi Kaiwachou DS: DS Series 3 Kankoku,DS,2006,Misc,Nintendo,0,0,0.06,0,0.06 +12622,Winx Club: Mission Enchantix,DS,2008,Adventure,Konami Digital Entertainment,0.03,0.02,0,0,0.06 +12623,Petz Bunnyz Bunch,DS,2011,Simulation,Ubisoft,0.05,0,0,0,0.06 +12624,S.T.A.L.K.E.R.: Shadow of Chernobyl,PC,2007,Shooter,THQ,0.01,0.04,0,0.01,0.06 +12625,Backyard Skateboarding 2006,GBA,2004,Sports,Atari,0.04,0.02,0,0,0.06 +12626,Tron 2.0: Killer App,XB,2004,Action,Disney Interactive Studios,0.04,0.01,0,0,0.06 +12627,Steins;Gate: Hiyoku Renri no Darling,PSP,2012,Action,5pb,0,0,0.06,0,0.06 +12628,Captain America: Super Soldier,Wii,N/A,Action,Sega,0.05,0,0,0,0.06 +12629,Gegege no Kitarou: Youkai Daigekisen,DS,2008,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12630,Emblem of Gundam,DS,2008,Strategy,Namco Bandai Games,0,0,0.06,0,0.06 +12631,The Fast and the Furious,PS2,2006,Racing,Namco Bandai Games,0.03,0.02,0,0.01,0.06 +12632,Gem Smashers,Wii,2011,Platform,Crave Entertainment,0.05,0,0,0,0.06 +12633,Super Robot Wars OG: The Moon Dwellers,PS3,2016,Misc,Namco Bandai Games,0,0,0.06,0,0.06 +12634,G-Police: Weapons of Justice,PS,1999,Action,Psygnosis,0.03,0.02,0,0,0.06 +12635,Killing Zone,PS,1996,Fighting,Acclaim Entertainment,0.03,0.02,0,0,0.06 +12636,All Kamen Rider: Rider Generation 2,PSP,2012,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12637,Policenauts,3DO,1995,Adventure,Konami Digital Entertainment,0,0,0.06,0,0.06 +12638,Adventures of Lolo,NES,1989,Puzzle,HAL Laboratory,0.06,0,0,0,0.06 +12639,Quiz! Hexagon II,DS,2010,Misc,Namco Bandai Games,0,0,0.06,0,0.06 +12640,Game of Thrones (Telltale),PS3,2015,Adventure,Telltale Games,0.02,0.03,0,0.01,0.06 +12641,Call of Duty: The War Collection,X360,2010,Shooter,Activision,0.05,0,0,0,0.06 +12642,Warriors Orochi 2,X360,2008,Action,Tecmo Koei,0.04,0,0.01,0,0.06 +12643,The History Channel: Battle for the Pacific,X360,2007,Shooter,Activision,0.05,0,0,0,0.06 +12644,Racing Gears Advance,GBA,2004,Racing,Zoo Digital Publishing,0.04,0.02,0,0,0.06 +12645,Jewel Master: Cradle of Persia,DS,2012,Puzzle,Rising Star Games,0,0.05,0,0.01,0.06 +12646,Project Setsuna,PS4,2016,Role-Playing,Square Enix,0,0,0.06,0,0.06 +12647,Syphon Filter: Logan's Shadow,PS2,2010,Shooter,Sony Computer Entertainment,0.03,0.02,0,0.01,0.06 +12648,NTRA Breeders' Cup World Thoroughbred Championships,XB,2005,Simulation,Bethesda Softworks,0.04,0.01,0,0,0.06 +12649,Tiger Woods PGA Tour 08,DS,2007,Sports,Electronic Arts,0.05,0,0,0,0.06 +12650,Daito Giken Koushiki Pachi-Slot Simulator: Shin Yoshimune,PS2,2008,Misc,Paon,0,0,0.06,0,0.06 +12651,Tanjou S Debut,SAT,1996,Simulation,NEC Interchannel,0,0,0.06,0,0.06 +12652,Nendoroid Generation,PSP,2012,Role-Playing,Namco Bandai Games,0,0,0.06,0,0.06 +12653,Brave: A Warrior's Tale,X360,2009,Action,SouthPeak Games,0.05,0.01,0,0,0.06 +12654,Pop'n TwinBee: Rainbow Bell Adventure,SNES,1993,Platform,Konami Digital Entertainment,0,0,0.06,0,0.06 +12655,Honeycomb Beat,DS,2006,Puzzle,Konami Digital Entertainment,0.05,0,0,0,0.06 +12656,Broken Helix,PS,1997,Action,Konami Digital Entertainment,0.03,0.02,0,0,0.06 +12657,The Saboteur,PC,2009,Action,Electronic Arts,0,0.05,0,0.01,0.06 +12658,Katekyoo Hitman Reborn! DS Fate of Heat III - Yuki no Shugosha Raishuu!,DS,2010,Role-Playing,Marvelous Interactive,0,0,0.06,0,0.06 +12659,Myst III: Exile,XB,2002,Adventure,Ubisoft,0.04,0.01,0,0,0.06 +12660,Warriors: Legends of Troy,X360,2011,Action,Tecmo Koei,0,0.04,0.01,0.01,0.06 +12661,Hajime no Ippo Portable: Victorious Spirits,PSP,2007,Fighting,Grand Prix Games,0,0,0.06,0,0.06 +12662,Nanostray,DS,2005,Shooter,Majesco Entertainment,0.05,0,0,0,0.06 +12663,CMT Presents: Karaoke Revolution Country,PS2,2006,Misc,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12664,Katekyoo Hitman Reborn! DS: Flame Rumble Mukuro Kyoushuu,DS,2007,Fighting,Takara Tomy,0,0,0.06,0,0.06 +12665,Cid to Chocobo no Fushigi na Dungeon: Toki Wasure no Meikyuu DS+,DS,2008,Role-Playing,Square Enix,0,0,0.06,0,0.06 +12666,Vitamin X to Z,PSP,2011,Adventure,D3Publisher,0,0,0.06,0,0.06 +12667,Fatal Frame,XB,2002,Action,Tecmo Koei,0.04,0.01,0,0,0.06 +12668,Flip's Twisted World,Wii,N/A,Platform,Unknown,0.05,0,0,0,0.06 +12669,Tom Clancy's Ghost Recon: Advanced Warfighter,PS2,2006,Shooter,Ubisoft,0.03,0.02,0,0.01,0.06 +12670,Urban Chaos: Riot Response,PS2,2006,Shooter,Eidos Interactive,0.03,0.02,0,0.01,0.06 +12671,Generation of Chaos,PSP,2005,Role-Playing,Midas Interactive Entertainment,0.05,0,0,0,0.06 +12672,Teenage Mutant Ninja Turtles II: Back from the Sewers,GB,1991,Action,Konami Digital Entertainment,0,0,0.06,0,0.06 +12673,Gormiti: The Lords of Nature!,DS,2010,Adventure,Konami Digital Entertainment,0.05,0,0,0,0.06 +12674,The Sims 2: University,PC,2005,Simulation,Electronic Arts,0.01,0.04,0,0.01,0.06 +12675,Pucca Power Up,DS,2011,Platform,Rising Star Games,0.04,0.02,0,0,0.06 +12676,Resident Evil 2,GC,2003,Action,Capcom,0.04,0.01,0,0,0.06 +12677,MLB Power Pros 2008,DS,2008,Sports,Take-Two Interactive,0.05,0,0,0,0.06 +12678,Real Soccer 2009,DS,2008,Sports,Ubisoft,0.05,0,0,0,0.06 +12679,World Championship Athletics,Wii,2009,Sports,DTP Entertainment,0.04,0.01,0,0,0.06 +12680,The Amazing Spider-Man 2 (2014),WiiU,2014,Action,Activision,0.03,0.02,0,0,0.06 +12681,Yomawari,PSV,2015,Adventure,Nippon Ichi Software,0,0,0.06,0,0.06 +12682,Real Bout Garou Densetsu Special: Dominated Mind,PS,1998,Fighting,SNK,0,0,0.05,0,0.06 +12683,Jumble Madness,DS,2009,Puzzle,Destineer,0.06,0,0,0,0.06 +12684,Vampire Rain: Altered Species,PS3,2008,Action,Ignition Entertainment,0.05,0,0,0,0.06 +12685,Sumikko Gurashi: Mura o Tsukurundesu,3DS,2016,Misc,Nippon Columbia,0,0,0.06,0,0.06 +12686,Harry Potter and the Sorcerer's Stone,PC,2001,Action,Electronic Arts,0.01,0.04,0,0.01,0.06 +12687,Minna no Sukkiri,PSP,2009,Sports,Sony Computer Entertainment,0,0,0.06,0,0.06 +12688,Scurge: Hive,DS,2006,Action,SouthPeak Games,0.05,0,0,0,0.06 +12689,Catwoman,XB,2004,Action,Electronic Arts,0.04,0.01,0,0,0.06 +12690,Murdered: Soul Suspect,PC,2014,Action,Square Enix,0,0.05,0,0.01,0.06 +12691,Romance of the Three Kingdoms 13,PS4,2015,Action,Tecmo Koei,0.01,0,0.05,0,0.06 +12692,Noddy in Toyland,DS,2011,Misc,GSP,0,0.05,0,0.01,0.06 +12693,Aquarium by DS,DS,2008,Simulation,Mercury Games,0.05,0,0,0,0.06 +12694,Utawarerumono: Itsuwari no Kamen,PS4,2015,Adventure,Aqua Plus,0,0,0.06,0,0.06 +12695,Ride to Hell,X360,2013,Racing,Deep Silver,0.04,0.01,0,0,0.06 +12696,Burning Rangers,SAT,1998,Platform,Sega,0,0,0.06,0,0.06 +12697,Mana Khemia: Alchemists of Al-Revis,PS2,2007,Role-Playing,Nippon Ichi Software,0.03,0.02,0,0.01,0.06 +12698,Katekyoo Hitman Reborn! DS Flame Rumble XX - Kessen! Shin 6 Chouka,DS,2010,Action,Takara Tomy,0,0,0.06,0,0.06 +12699,Interplay Sports Baseball 2000,PS,1999,Sports,Interplay,0.03,0.02,0,0,0.06 +12700,Zone of the Enders: The Fist of Mars,GBA,2001,Role-Playing,Konami Digital Entertainment,0.04,0.02,0,0,0.06 +12701,Animorphs: Shattered Reality,PS,2000,Action,Infogrames,0.03,0.02,0,0,0.06 +12702,Teenage Mutant Ninja Turtles: Tournament Fighters,SNES,1992,Fighting,Konami Digital Entertainment,0,0,0.06,0,0.06 +12703,Eikan wa Kimini 2002: Koshien no Kodou,PS2,2002,Sports,DigiCube,0,0,0.06,0,0.06 +12704,PopStar Guitar,Wii,2008,Misc,Midway Games,0.03,0.03,0,0.01,0.06 +12705,Mirror's Edge,PC,2009,Platform,Electronic Arts,0,0.05,0,0.01,0.06 +12706,Blade Dancer: Lineage of Light,PSP,2006,Role-Playing,Atari,0.05,0,0,0,0.06 +12707,Terminator 3: Rise of the Machines,GBA,2003,Action,Atari,0.04,0.02,0,0,0.06 +12708,Jissen Pachislot Hisshouhou! Hokuto no Ken Portable SE,PSP,2006,Misc,Sega,0,0,0.06,0,0.06 +12709,Mayhem 3D,PS3,2011,Racing,Evolved Games,0.05,0,0,0.01,0.06 +12710,G1 Jockey 2,PS2,2000,Sports,Tecmo Koei,0,0,0.06,0,0.06 +12711,Mobile Ops: The One Year War,X360,N/A,Simulation,Namco Bandai Games,0,0,0.06,0,0.06 +12712,Constantine,XB,2005,Action,SCi,0.04,0.01,0,0,0.06 +12713,Chaos Rings III,PSV,2014,Role-Playing,Square Enix,0,0,0.06,0,0.06 +12714,Tom Clancy's Splinter Cell: Double Agent,GC,2006,Action,Ubisoft,0.04,0.01,0,0,0.06 +12715,Senritsu no Stratus,PSP,2011,Role-Playing,Konami Digital Entertainment,0,0,0.06,0,0.06 +12716,Katekyoo Hitman Reborn! DS Flame Rumble X - Mirai Chou-Bakuhatsu!!,DS,2009,Fighting,Takara Tomy,0,0,0.06,0,0.06 +12717,Rhapsody: A Musical Adventure,DS,2008,Role-Playing,Nippon Ichi Software,0.05,0,0,0,0.06 +12718,Titan Quest,PC,2006,Role-Playing,THQ,0.01,0.04,0,0.01,0.06 +12719,Wantame Fortune Channel,DS,2007,Misc,Capcom,0,0,0.06,0,0.06 +12720,Evangelion: Jo,PSP,2009,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12721,Bleach: Blade Battlers 2nd,PS2,2007,Fighting,Sony Computer Entertainment,0,0,0.06,0,0.06 +12722,Samurai Jack: The Shadow of Aku,PS2,2004,Action,Sega,0.03,0.02,0,0.01,0.06 +12723,Kamen Rider Kabuto,PS2,2006,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12724,Men in Black The Series: Crashdown,PS,2001,Shooter,Infogrames,0.03,0.02,0,0,0.06 +12725,Zero Divide,PS,1995,Fighting,Ocean,0.03,0.02,0,0,0.06 +12726,FIFA Street,GC,2005,Sports,Electronic Arts,0.04,0.01,0,0,0.06 +12727,Tsugunai: Atonement,PS2,2001,Role-Playing,Sony Computer Entertainment,0.02,0.01,0.02,0,0.06 +12728,Rugby World Cup 2015,PS4,2015,Sports,Ubisoft,0,0.05,0,0.01,0.06 +12729,Lost Kingdoms II,GC,2003,Role-Playing,Activision,0.04,0.01,0,0,0.06 +12730,Aggressive Inline,GC,2002,Sports,Acclaim Entertainment,0.04,0.01,0,0,0.06 +12731,Nights of Azure,PS4,2015,Action,Tecmo Koei,0.03,0.02,0,0.01,0.06 +12732,Dungeon Keeper 2,PC,1999,Action,Electronic Arts,0,0.05,0,0.01,0.06 +12733,Viewtiful Joe: Red Hot Rumble,GC,2005,Action,Capcom,0.04,0.01,0,0,0.06 +12734,The Lord of the Rings: The Battle for Middle-Earth II,X360,2006,Strategy,Electronic Arts,0,0.05,0,0.01,0.06 +12735,Kaite Shabette Hajimeyou! Monster Farm DS,DS,2007,Role-Playing,Tecmo Koei,0,0,0.06,0,0.06 +12736,Dungeon Explorer: Warriors of Ancient Arts,DS,2007,Role-Playing,Rising Star Games,0.05,0,0,0,0.06 +12737,Pro Yaky? Spirits 2012,PSV,2012,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12738,Samurai Warriors 4: Empires,PS3,2015,Action,Tecmo Koei,0,0,0.06,0,0.06 +12739,Point Blank DS (US sales),DS,2006,Shooter,Atari,0.05,0,0,0,0.06 +12740,FIFA Soccer 06,DS,2005,Sports,Electronic Arts,0.05,0,0,0,0.06 +12741,SD Gundam G Generation Wars,Wii,2009,Strategy,Namco Bandai Games,0,0,0.06,0,0.06 +12742,Broken Sword II: The Smoking Mirror,PS,1997,Adventure,Sony Computer Entertainment,0.03,0.02,0,0,0.06 +12743,Pump It Up: Exceed,PS2,2005,Misc,Mastiff,0.03,0.02,0,0.01,0.06 +12744,Hakuouki: Yuugi Roku Ni - Matsuri Hayashi to Taishitachi,PSP,2012,Action,Idea Factory,0,0,0.06,0,0.06 +12745,Wreckless: ThE YaKuza MisSiOns,GC,2002,Racing,Activision,0.04,0.01,0,0,0.06 +12746,Doki-Doki Universe,PSV,2013,Adventure,Sony Computer Entertainment,0.01,0.04,0,0.01,0.06 +12747,"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 11: Shinseiki Evangelion - Magokoro o, Kimi ni",PS2,2007,Misc,D3Publisher,0,0,0.06,0,0.06 +12748,TOCA Race Driver 2: Ultimate Racing Simulator,PS2,2004,Racing,Codemasters,0.03,0.02,0,0.01,0.06 +12749,Girls RPG: Cinderellife,3DS,2012,Role-Playing,Level 5,0,0,0.06,0,0.06 +12750,Dr. Muto,XB,2002,Platform,Midway Games,0.04,0.01,0,0,0.06 +12751,Tom Clancy's Rainbow Six: Critical Hour,XB,N/A,Shooter,Unknown,0.04,0.01,0,0,0.06 +12752,Gothic 3,PC,2006,Role-Playing,JoWood Productions,0,0.05,0,0.01,0.06 +12753,Tokyo Twilight Ghost Hunters,PS3,2014,Role-Playing,Aksys Games,0.03,0,0.02,0.01,0.06 +12754,Scrabble Blast!,GBA,2005,Misc,Zoo Digital Publishing,0.04,0.01,0,0,0.06 +12755,Dino Pets,DS,2009,Simulation,Avanquest,0.05,0,0,0,0.06 +12756,Fate/Stay Night [Réalta Nua],PSV,2012,Adventure,Kadokawa Shoten,0,0,0.06,0,0.06 +12757,The Mysterious Case of Dr. Jekyll and Mr. Hyde,DS,2010,Adventure,O-Games,0.02,0.03,0,0.01,0.06 +12758,Gintama no Sugoroku,PSP,2013,Action,Namco Bandai Games,0,0,0.06,0,0.06 +12759,Kid Fit Island Resort,Wii,2010,Sports,Avanquest,0.05,0,0,0,0.06 +12760,The Lord of the Rings: Aragorn's Quest,PS2,2010,Action,Warner Bros. Interactive Entertainment,0.03,0.02,0,0.01,0.06 +12761,Roogoo Twisted Towers,Wii,2009,Puzzle,SouthPeak Games,0.05,0,0,0,0.06 +12762,Doraemon 4: Nobita to Toki no Okoku,SNES,1995,Platform,Epoch,0,0,0.06,0,0.06 +12763,Myst,SAT,1994,Adventure,Sunsoft,0,0,0.06,0,0.06 +12764,F1 2010,PC,2010,Racing,Codemasters,0,0.05,0,0.01,0.06 +12765,Toaru Kagaku no Chou Denjihou,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.06,0,0.06 +12766,Starwinder: The Ultimate Space Race,PS,1996,Racing,Mindscape,0.03,0.02,0,0,0.06 +12767,The Lost Chronicles of Zerzura,PC,2012,Adventure,DTP Entertainment,0,0.05,0,0.01,0.06 +12768,Ski Region Simulator,PC,2011,Simulation,Excalibur Publishing,0,0.05,0,0.01,0.06 +12769,Angelique Trois,PS2,2000,Adventure,Tecmo Koei,0,0,0.06,0,0.06 +12770,Dreamer Series: Babysitter,DS,2009,Simulation,Deep Silver,0.05,0,0,0,0.06 +12771,Diva Girls: Divas on Ice,DS,2009,Sports,505 Games,0.05,0,0,0,0.06 +12772,Dance Dance Revolution: Mario Mix (JP sales),GC,2005,Simulation,Nintendo,0,0,0.05,0,0.06 +12773,A-Train 6,PS2,2000,Strategy,Midas Interactive Entertainment,0,0,0.06,0,0.06 +12774,Meitantei Conan: Tantei Ryoku Trainer,DS,2007,Misc,Namco Bandai Games,0,0,0.06,0,0.06 +12775,MotoGP,GBA,2002,Racing,THQ,0.04,0.01,0,0,0.06 +12776,ESPN International Winter Sports 2002,PS2,2002,Sports,Konami Digital Entertainment,0.03,0.02,0,0.01,0.06 +12777,"Tennis no Oji-Sama: Doubles no Oji-Sama - Girls, Be Gracious!",DS,2009,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12778,KimiKiss (ebKore+),PS2,2008,Adventure,Enterbrain,0,0,0.06,0,0.06 +12779,Gold and Glory: The Road to El Dorado,PS,2000,Adventure,Ubisoft,0.03,0.02,0,0,0.06 +12780,NBA Live 07,XB,2006,Sports,Electronic Arts,0.04,0.01,0,0,0.06 +12781,Choro Q Marine: Q Boat,PS,1998,Racing,Takara,0,0,0.05,0,0.06 +12782,GunPey,PSP,2006,Puzzle,Atari,0.05,0,0,0.01,0.06 +12783,BattleBots: Beyond the BattleBox,GBA,2002,Action,Vivendi Games,0.04,0.01,0,0,0.06 +12784,MX vs. ATV Supercross Encore,PS4,2015,Sports,Nordic Games,0,0.05,0,0.01,0.06 +12785,Yuugen Gaisha Brave Company,3DS,2011,Strategy,Namco Bandai Games,0,0,0.06,0,0.06 +12786,Mighty Beanz: Pocket Puzzles,GBA,2004,Puzzle,Majesco Entertainment,0.04,0.01,0,0,0.06 +12787,Ken to Mahou to Gakuen Mono. 3D,3DS,2011,Role-Playing,Acquire,0,0,0.06,0,0.06 +12788,History Great Empires: Rome,DS,2009,Strategy,Black Bean Games,0.05,0,0,0,0.06 +12789,The King of Fighters '96,NG,1996,Fighting,SNK,0,0,0.06,0,0.06 +12790,Friends: The One with All the Trivia,PS2,2005,Misc,Warner Bros. Interactive Entertainment,0.03,0.02,0,0.01,0.06 +12791,Mame Goma 2: Uchi no Ko ga Ichiban!,DS,2008,Simulation,Creative Core,0,0,0.06,0,0.06 +12792,Backyard NFL Football '08,PS2,2007,Sports,Atari,0.03,0.02,0,0.01,0.06 +12793,Coraline,Wii,2009,Action,D3Publisher,0.05,0,0,0,0.06 +12794,Gunbird,SAT,1995,Shooter,Atlus,0,0,0.06,0,0.06 +12795,Imagine: Party Planner,DS,2009,Simulation,Ubisoft,0.05,0,0,0,0.06 +12796,Dream C Club Portable,PSP,2010,Simulation,D3Publisher,0,0,0.06,0,0.06 +12797,Tom Clancy's Rainbow Six 3,GC,2004,Shooter,Ubisoft,0.04,0.01,0,0,0.06 +12798,Elemental Gearbolt,PS,1997,Shooter,Sony Computer Entertainment,0.03,0.02,0,0,0.06 +12799,Space Chimps,DS,2008,Platform,Brash Entertainment,0.05,0,0,0,0.06 +12800,Tony Hawk's Pro Skater 5,PS3,2015,Sports,Activision,0.04,0,0,0.01,0.06 +12801,WWF Wrestlemania: The Arcade Game,PS,1995,Fighting,Acclaim Entertainment,0.03,0.02,0,0,0.06 +12802,Handball 16,PS4,2015,Sports,Bigben Interactive,0,0.05,0,0.01,0.06 +12803,Cabela's Big Game Hunter 2005 Adventures,GBA,2004,Sports,Activision,0.04,0.01,0,0,0.06 +12804,Grand Kingdom,PS4,2015,Role-Playing,Nippon Ichi Software,0.02,0,0.03,0,0.06 +12805,Mega Man 8 Anniversary Collector's Edition,SAT,1997,Platform,Capcom,0,0,0.06,0,0.06 +12806,V-Rally 3,PS2,2002,Racing,Atari,0.03,0.02,0,0.01,0.06 +12807,Nobunaga no Yabou: Souzou,PS4,2014,Strategy,Tecmo Koei,0,0,0.06,0,0.06 +12808,Whiplash,XB,2003,Racing,Eidos Interactive,0.04,0.01,0,0,0.06 +12809,GRID,DS,N/A,Racing,Codemasters,0.04,0.01,0,0,0.06 +12810,Pro Yakyuu Famista 2011,3DS,2011,Sports,Namco Bandai Games,0,0,0.06,0,0.06 +12811,Impact Racing,PS,1996,Racing,JVC,0.03,0.02,0,0,0.06 +12812,My Horse & Me: Riding for Gold,Wii,2008,Sports,Atari,0.04,0.02,0,0,0.06 +12813,Sled Shred featuring the Jamaican Bobsled Team,Wii,2010,Sports,SouthPeak Games,0.05,0,0,0,0.06 +12814,Amazing Island,GC,2004,Strategy,Sega,0.04,0.01,0,0,0.06 +12815,SeaBlade,XB,2002,Shooter,TDK Mediactive,0.04,0.01,0,0,0.06 +12816,Jikkyou Powerful Pro Yakyuu DreamCast Edition,DC,2000,Sports,Konami Digital Entertainment,0,0,0.06,0,0.06 +12817,Carmen Sandiego: The Secret of the Stolen Drums,PS2,2004,Action,BAM! Entertainment,0.03,0.02,0,0.01,0.06 +12818,Tokyo Mono Harashi: Karasu no Mori Gakuen Kitan,PSP,2010,Role-Playing,Atlus,0,0,0.06,0,0.06 +12819,Activision Hits: Remixed,PSP,2006,Misc,Activision,0.05,0,0,0,0.06 +12820,Death Jr. II: Root of Evil,PSP,2006,Platform,Konami Digital Entertainment,0.05,0,0,0,0.06 +12821,Hail to the Chimp,X360,2008,Misc,Gamecock,0.05,0,0,0,0.06 +12822,MotoGP 4 - Official Game of MotoGP,PS2,2005,Racing,Sony Computer Entertainment,0.03,0.02,0,0.01,0.06 +12823,Legend of Kay,WiiU,2015,Action,Nordic Games,0.03,0.02,0,0,0.05 +12824,Kyoukai Senjou no Horizon Portable,PSP,2013,Adventure,Kadokawa Shoten,0,0,0.05,0,0.05 +12825,4 Elements,PC,2009,Puzzle,Mastertronic,0,0.04,0,0.01,0.05 +12826,Shining Force III: Scenario 2,SAT,1998,Strategy,Sega,0,0,0.05,0,0.05 +12827,Captain America: Super Soldier,DS,N/A,Action,Sega,0.05,0,0,0,0.05 +12828,Airline Tycoon 2,PC,2011,Simulation,Kalypso Media,0,0.04,0,0.01,0.05 +12829,Worms World Party,GBA,2002,Strategy,Ubisoft,0.04,0.01,0,0,0.05 +12830,Medabots: Metabee,GBA,2002,Role-Playing,Natsume,0.04,0.01,0,0,0.05 +12831,Medal of Honor: Airborne,PC,2007,Shooter,Electronic Arts,0,0.04,0,0.01,0.05 +12832,NHL Legacy,X360,2015,Action,Electronic Arts,0.05,0,0,0.01,0.05 +12833,Final Fight: Streetwise,PS2,2006,Action,Capcom,0.03,0.02,0,0.01,0.05 +12834,Speed Kings,XB,2003,Racing,Acclaim Entertainment,0.04,0.01,0,0,0.05 +12835,Drivers Ed Portable,DS,2008,Misc,JoWood Productions,0.05,0,0,0,0.05 +12836,Rebelstar: Tactical Command,GBA,2005,Strategy,Atari,0.04,0.01,0,0,0.05 +12837,Kamen Rider: Battride War Genesis,PS4,2016,Action,Namco Bandai Games,0,0,0.05,0,0.05 +12838,IL-2 Sturmovik: Cliffs of Dover,PC,2011,Simulation,Ubisoft,0,0.04,0,0.01,0.05 +12839,Gladiator: Sword of Vengeance,XB,2003,Action,Acclaim Entertainment,0.04,0.01,0,0,0.05 +12840,Unsolved Crimes,DS,2008,Adventure,Empire Interactive,0.04,0.01,0,0,0.05 +12841,Minna to Kimi no Piramekino!,DS,2010,Misc,Namco Bandai Games,0,0,0.05,0,0.05 +12842,Virtua Tennis 3,PSP,2007,Sports,Sega,0.02,0.03,0,0.01,0.05 +12843,Bombastic,PS2,2002,Puzzle,Capcom,0.03,0.02,0,0.01,0.05 +12844,Xiaolin Showdown,DS,2006,Action,Konami Digital Entertainment,0.05,0,0,0,0.05 +12845,NHL Powerplay 98,PS,1997,Sports,Virgin Interactive,0.03,0.02,0,0,0.05 +12846,Olympic Soccer: Atlanta 1996,PS,1996,Sports,U.S. Gold,0.03,0.02,0,0,0.05 +12847,Lernerfolg Vorschule: Capt'n Sharky,DS,2009,Misc,Tivola,0,0.05,0,0.01,0.05 +12848,Samurai Dou Portable,PSP,2008,Action,Spike,0,0,0.05,0,0.05 +12849,Princess on Ice,DS,2008,Sports,505 Games,0.04,0.01,0,0,0.05 +12850,Countdown: The Game,Wii,2009,Puzzle,Mindscape,0,0.05,0,0,0.05 +12851,Phantasy Star Online Episode I & II Plus,GC,2003,Role-Playing,Sega,0.04,0.01,0,0,0.05 +12852,Samurai Warriors 4: Empires,PSV,2015,Action,Tecmo Koei,0,0,0.05,0,0.05 +12853,DuckTales: Remastered,PS3,2013,Action,Capcom,0.01,0.04,0,0.01,0.05 +12854,Front Mission 2089: Border of Madness,DS,2008,Strategy,Square Enix,0,0,0.05,0,0.05 +12855,Miracle Girls Festival,PSV,2015,Misc,Sega,0,0,0.05,0,0.05 +12856,Dual Hearts,PS2,2002,Role-Playing,Sony Computer Entertainment,0.03,0.02,0,0.01,0.05 +12857,7 Wonders: Treasures of Seven,DS,2011,Puzzle,Avanquest,0.02,0.03,0,0.01,0.05 +12858,NFL Quarterback Club 2002,GC,2001,Sports,Acclaim Entertainment,0.04,0.01,0,0,0.05 +12859,Saki: Zenkoku-hen,PSV,2015,Misc,Kaga Create,0,0,0.05,0,0.05 +12860,Mister Slime,DS,2008,Action,SouthPeak Games,0.05,0,0,0,0.05 +12861,Shiren the Wanderer 5 Plus: Fortune Tower and the Dice of Fate,PSV,2015,Action,Aksys Games,0.01,0,0.04,0,0.05 +12862,"Murder, She Wrote",PC,2009,Adventure,Focus Home Interactive,0,0.04,0,0.01,0.05 +12863,Virtual Villagers: A New Home,DS,2010,Simulation,PQube,0.04,0.01,0,0,0.05 +12864,Wing Commander: Prophecy,GBA,2003,Simulation,"Destination Software, Inc",0.04,0.01,0,0,0.05 +12865,Marc Ecko's Getting Up: Contents Under Pressure,PS2,2006,Action,Atari,0.03,0.02,0,0.01,0.05 +12866,Learn Science,DS,2010,Misc,DreamCatcher Interactive,0.05,0,0,0,0.05 +12867,Sega Soccer Slam,XB,2002,Sports,Sega,0.04,0.01,0,0,0.05 +12868,Hakuouki: Reimeiroku,PS2,2010,Adventure,Idea Factory,0,0,0.05,0,0.05 +12869,Vertigo,Wii,2009,Strategy,Playlogic Game Factory,0.05,0,0,0,0.05 +12870,Blood Omen 2,GC,2002,Action,Eidos Interactive,0.04,0.01,0,0,0.05 +12871,NBA 2K17,X360,2016,Sports,Take-Two Interactive,0.04,0,0,0.01,0.05 +12872,Shin Sangoku Musou 5 Empires,PSP,2010,Action,Tecmo Koei,0,0,0.05,0,0.05 +12873,Front Mission Evolved,PC,2010,Shooter,Square Enix,0.05,0,0,0,0.05 +12874,Carve,XB,2004,Racing,Global Star,0.04,0.01,0,0,0.05 +12875,BlowOut,XB,2003,Shooter,Zoo Digital Publishing,0.04,0.01,0,0,0.05 +12876,McDROID,PSP,2011,Strategy,Namco Bandai Games,0,0,0.05,0,0.05 +12877,GachiTora! Abarenbou Kyoushi in High School,PSP,2011,Action,Spike,0,0,0.05,0,0.05 +12878,WTA Tour Tennis,PS2,2001,Sports,Konami Digital Entertainment,0.03,0.02,0,0.01,0.05 +12879,Bottom of the 9th '99,PS,1998,Sports,Konami Digital Entertainment,0.03,0.02,0,0,0.05 +12880,Dynasty Warriors 5,XB,2005,Action,Tecmo Koei,0.04,0.01,0,0,0.05 +12881,Reader Rabbit 2nd Grade,Wii,N/A,Misc,Unknown,0.05,0,0,0,0.05 +12882,Famicom Mini: Dig Dug,GBA,2004,Puzzle,Namco Bandai Games,0,0,0.05,0,0.05 +12883,FIFA Soccer 2003,GBA,2002,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +12884,Naval Ops: Commander,PS2,2004,Simulation,Tecmo Koei,0.03,0.02,0,0.01,0.05 +12885,Adventure Time: Finn & Jake Investigations,WiiU,2015,Action,Little Orbit,0.03,0.02,0,0,0.05 +12886,Defendin' De Penguin,Wii,2008,Strategy,Zushi Games,0.05,0,0,0,0.05 +12887,Bleach: Blade Battlers,PS2,2006,Fighting,Sony Computer Entertainment,0,0,0.05,0,0.05 +12888,Rez,PS2,2001,Shooter,Sony Computer Entertainment,0.03,0.02,0,0.01,0.05 +12889,Goosebumps: The Game,3DS,2015,Adventure,WayForward Technologies,0.05,0,0,0.01,0.05 +12890,MLB SlugFest 2006,XB,2006,Sports,Midway Games,0.04,0.01,0,0,0.05 +12891,Rockin' Pretty,DS,2009,Misc,Arc System Works,0.05,0,0,0,0.05 +12892,Jake Power: Policeman,DS,2008,Adventure,Ubisoft,0.05,0,0,0,0.05 +12893,Samurai Warriors 4-II,PSV,2015,Action,Tecmo Koei,0,0,0.05,0,0.05 +12894,Jissen Pachislot Hisshouhou! Hokuto no Ken DS SE,DS,2006,Misc,Sega,0,0,0.05,0,0.05 +12895,UEFA Euro 2004: Portugal,XB,2004,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +12896,Lufia: The Ruins of Lore,GBA,2002,Role-Playing,Taito,0.04,0.01,0,0,0.05 +12897,Major Minor's Majestic March,Wii,2009,Misc,Majesco Entertainment,0.05,0,0,0,0.05 +12898,Shaman King: Soul Fight,GC,2003,Platform,Namco Bandai Games,0,0,0.05,0,0.05 +12899,Samurai Deeper Kyo,PS,2002,Fighting,Namco Bandai Games,0,0,0.05,0,0.05 +12900,Samantha Swift and the Hidden Roses of Athena,DS,2010,Adventure,Unknown,0.04,0.01,0,0,0.05 +12901,Dark Souls III,PC,2016,Role-Playing,Namco Bandai Games,0,0.05,0,0,0.05 +12902,Medabots: Infinity,GC,2003,Role-Playing,Ubisoft,0.04,0.01,0,0,0.05 +12903,Tom Clancy's HAWX 2,PC,2010,Action,Ubisoft,0,0.04,0,0.01,0.05 +12904,Zapper: One Wicked Cricket!,XB,2002,Platform,Infogrames,0.04,0.01,0,0,0.05 +12905,Jirou Akagawa: Majotachi no Nemuri,SNES,1995,Adventure,Pack-In-Video,0,0,0.05,0,0.05 +12906,Arcana Heart 3,X360,2011,Fighting,PQube,0,0.03,0.02,0,0.05 +12907,Bust-A-Bloc,PS2,2002,Puzzle,Midas Interactive Entertainment,0,0,0.05,0,0.05 +12908,Sitting Ducks,PS2,2003,Platform,LSP Games,0.03,0.02,0,0.01,0.05 +12909,Puyo Puyo 7,Wii,2009,Puzzle,Sega,0,0,0.05,0,0.05 +12910,Animal Planet: Vet Collection,DS,2010,Simulation,Activision,0.05,0,0,0,0.05 +12911,Imagine Animal Doctor Care Center,DS,2010,Simulation,Ubisoft,0.05,0,0,0,0.05 +12912,Rugby 15,X360,2015,Sports,Bigben Interactive,0,0.05,0,0,0.05 +12913,NFL Blitz Pro,XB,2003,Sports,Midway Games,0.04,0.01,0,0,0.05 +12914,Major League Baseball 2K11,PSP,2011,Sports,Take-Two Interactive,0.05,0,0,0,0.05 +12915,Uta no Prince-Sama: Music 3,PSV,2016,Action,Broccoli,0,0,0.05,0,0.05 +12916,Pretty Cure All Stars Everyone Gather ? Let's Dance!,Wii,2013,Misc,Namco Bandai Games,0,0,0.05,0,0.05 +12917,Mountain Bike Adrenaline,PS2,N/A,Sports,Unknown,0.03,0.02,0,0.01,0.05 +12918,New Prince of Tennis: Go to the Top,3DS,2015,Action,FuRyu,0,0,0.05,0,0.05 +12919,Zyuden Sentai Kyoryuger: Game de Gaburincho!!,3DS,2013,Action,Namco Bandai Games,0,0,0.05,0,0.05 +12920,Nobunaga's Ambition: Sphere of Influence,PSV,2014,Strategy,Tecmo Koei,0,0,0.05,0,0.05 +12921,Hi-Octane: The Track Fights Back!,PS,1995,Racing,Electronic Arts,0.03,0.02,0,0,0.05 +12922,Venetica,PC,2009,Role-Playing,DTP Entertainment,0,0.04,0,0.01,0.05 +12923,Black Sigil: Blade of the Exiled,DS,2009,Role-Playing,Graffiti,0.05,0,0,0,0.05 +12924,Tour de France 2011,X360,N/A,Racing,Focus Home Interactive,0,0.05,0,0.01,0.05 +12925,Wakeboarding Unleashed Featuring Shaun Murray,XB,2003,Sports,Activision,0.04,0.01,0,0,0.05 +12926,TrackMania Turbo: Build to Race,DS,2010,Racing,Ubisoft,0.03,0.02,0,0.01,0.05 +12927,ZombiU,PS4,2016,Action,Ubisoft,0,0.04,0.01,0.01,0.05 +12928,Domino Rally,Wii,2007,Action,Nordcurrent,0.05,0,0,0,0.05 +12929,Doraemon 2: Nobita no Toizurando Daibouken,SNES,1993,Role-Playing,Epoch,0,0,0.05,0,0.05 +12930,Samurai Champloo: Sidetracked,PS2,2006,Action,Namco Bandai Games,0.03,0.02,0,0.01,0.05 +12931,Drill Dozer,GBA,N/A,Platform,Unknown,0.04,0.01,0,0,0.05 +12932,Teenage Mutant Ninja Turtles: Mutants in Manhattan,PS3,2016,Action,Activision,0.01,0.03,0,0.01,0.05 +12933,Katekyoo Hitman Reborn! DS: Shinuki Max! Vongola Carnival!!,DS,2007,Action,Takara Tomy,0,0,0.05,0,0.05 +12934,Utawarerumono: Futari no Hakuoro,PSV,2016,Misc,Aqua Plus,0,0,0.05,0,0.05 +12935,Chaos;Child,PSV,2015,Adventure,5pb,0,0,0.05,0,0.05 +12936,Fatal Fury: Wild Ambition,PS,1999,Fighting,SNK Playmore,0.03,0.02,0,0,0.05 +12937,Metal Fight Beyblade: Bakugami Susanoh Shuurai!,DS,2010,Action,Hudson Soft,0,0,0.05,0,0.05 +12938,Dengeki Gakuen RPG: Cross of Venus,DS,2009,Role-Playing,ASCII Media Works,0,0,0.05,0,0.05 +12939,Judge Dredd,PS,1997,Platform,Gremlin Interactive Ltd,0.03,0.02,0,0,0.05 +12940,FIFA 17,PC,2016,Sports,Electronic Arts,0,0.05,0,0,0.05 +12941,Minna no Ennichi,3DS,2012,Action,Namco Bandai Games,0,0,0.05,0,0.05 +12942,Winning Post 8,PS3,2014,Racing,Tecmo Koei,0,0,0.05,0,0.05 +12943,King Arthur,XB,2004,Action,Konami Digital Entertainment,0.04,0.01,0,0,0.05 +12944,DoDonPachi Resurrection,X360,2010,Shooter,Rising Star Games,0,0.05,0,0.01,0.05 +12945,Bass Rise,PS,1999,Sports,Namco Bandai Games,0.03,0.02,0,0,0.05 +12946,UEFA Champions League 2006-2007,X360,2007,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +12947,Dynamite Headdy,GEN,1993,Platform,Sega,0,0,0.05,0,0.05 +12948,Hunted: The Demon's Forge,PC,2011,Action,Bethesda Softworks,0.03,0.01,0,0.01,0.05 +12949,Choujikuu Yousai Macross: Do You Remember Love,PS3,2012,Shooter,Namco Bandai Games,0,0,0.05,0,0.05 +12950,Arcania: Gothic 4,PS4,2015,Role-Playing,Nordic Games,0.04,0,0,0.01,0.05 +12951,Persona 2: Eternal Punishment,PSP,2012,Role-Playing,Atlus,0,0,0.05,0,0.05 +12952,Dragon's Lair 3D: Return to the Lair,XB,2002,Platform,Ubisoft,0.04,0.01,0,0,0.05 +12953,Growlanser: Heritage of War (jp sales),PS2,2006,Role-Playing,Rising Star Games,0,0,0.05,0,0.05 +12954,The Bureau: XCOM Declassified,PC,2013,Shooter,Take-Two Interactive,0,0.05,0,0.01,0.05 +12955,Myst IV: Revelation,XB,2005,Adventure,Ubisoft,0.04,0.01,0,0,0.05 +12956,Culdcept Revolt,3DS,2016,Strategy,Nintendo,0,0,0.05,0,0.05 +12957,Sushi Go-Round,Wii,2010,Simulation,Asylum Entertainment,0.05,0,0,0,0.05 +12958,Pachinko Wars II,SNES,1993,Misc,Coconuts Japan,0,0,0.05,0,0.05 +12959,Myth Makers: Orbs of Doom,Wii,2007,Puzzle,Popcorn Arcade,0.05,0,0,0,0.05 +12960,Toy Soldiers: War Chest,XOne,2015,Action,Ubisoft,0.05,0,0,0.01,0.05 +12961,The Nightmare of Druaga: Fushigino Dungeon,PS2,2004,Role-Playing,Arika,0.03,0.02,0,0.01,0.05 +12962,Omega Labyrinth,PSV,2015,Role-Playing,D3Publisher,0,0,0.05,0,0.05 +12963,Air Conflicts: Aces of World War II,PSP,2009,Simulation,Graffiti,0.05,0,0,0,0.05 +12964,Cities in Motion,PC,2011,Simulation,Paradox Interactive,0,0.04,0,0.01,0.05 +12965,Aliens in the Attic,DS,2009,Action,Playlogic Game Factory,0.05,0,0,0,0.05 +12966,Virtua Striker 2002,GC,2002,Sports,Sega,0.01,0,0.03,0,0.05 +12967,Kamen Rider: Dragon Knight,DS,2009,Fighting,D3Publisher,0.05,0,0,0,0.05 +12968,Code Lyoko,DS,2007,Action,Game Factory,0.03,0.01,0,0,0.05 +12969,Taito Legends Power Up,PSP,2007,Action,Destineer,0.05,0,0,0,0.05 +12970,Fate/Unlimited Codes Portable,PSP,2009,Fighting,Capcom,0,0,0.05,0,0.05 +12971,Metal Slug Anthology,PSP,2007,Shooter,Ignition Entertainment,0.02,0,0.02,0.01,0.05 +12972,Tenchu: Dark Secret,DS,2006,Action,From Software,0.03,0,0.01,0,0.05 +12973,Game no Kanzume Vol 2,SCD,1994,Misc,Sega,0,0,0.05,0,0.05 +12974,Disney's PK: Out of the Shadows,GC,2002,Platform,Ubisoft,0.04,0.01,0,0,0.05 +12975,Zoo Quest: Puzzle Fun!,DS,2008,Puzzle,JoWood Productions,0.05,0,0,0,0.05 +12976,JoJo no Kimy? na B?ken Fantomu Buraddo,PS2,2006,Action,Namco Bandai Games,0,0,0.05,0,0.05 +12977,The Idolmaster 2,X360,2011,Simulation,Namco Bandai Games,0,0,0.05,0,0.05 +12978,PQ2: Practical Intelligence Quotient,PSP,2006,Puzzle,D3Publisher,0.04,0,0,0,0.05 +12979,Mr Bean's Wacky World of Wii,Wii,2009,Adventure,Blast! Entertainment Ltd,0,0.05,0,0,0.05 +12980,Powerdrome,PS2,2004,Racing,Evolved Games,0.03,0.02,0,0.01,0.05 +12981,Dreamer Series: Puppy Trainer,DS,2008,Simulation,DreamCatcher Interactive,0.05,0,0,0,0.05 +12982,Pro Yakyuu Spirits 5 Kanzenban,PS2,2008,Sports,Konami Digital Entertainment,0,0,0.05,0,0.05 +12983,Tsumiki: Block Drop Mania,DS,2007,Action,Nobilis,0.05,0,0,0,0.05 +12984,Shin Sangoku Musou 5 Special,PSP,2009,Action,Tecmo Koei,0,0,0.05,0,0.05 +12985,Pony Friends: Mini Breeds Edition,DS,2008,Simulation,Eidos Interactive,0.05,0,0,0,0.05 +12986,Otogi 2: Immortal Warriors,XB,2003,Action,Sega,0.04,0.01,0,0,0.05 +12987,Legend of Kay,PS2,2005,Action,JoWood Productions,0.03,0.02,0,0.01,0.05 +12988,Piglet's Big Game,GC,2003,Platform,Gotham Games,0.04,0.01,0,0,0.05 +12989,Dead or Alive Xtreme 3: Fortune,PS4,2016,Sports,Tecmo Koei,0,0,0.05,0,0.05 +12990,Ivy the Kiwi?,DS,2010,Puzzle,Rising Star Games,0.04,0,0,0,0.05 +12991,Fallout: Brotherhood of Steel,XB,2004,Role-Playing,Avalon Interactive,0.04,0.01,0,0,0.05 +12992,Strawberry Shortcake: Strawberryland Games,DS,2006,Action,Game Factory,0.05,0,0,0,0.05 +12993,Koi to Senkyo to Chocolate Portable,PSP,2012,Adventure,Kadokawa Shoten,0,0,0.05,0,0.05 +12994,IndyCar Series,XB,2003,Racing,Codemasters,0.04,0.01,0,0,0.05 +12995,Hysteria Hospital: Emergency Ward,Wii,2009,Action,Oxygen Interactive,0.05,0,0,0,0.05 +12996,Dokapon Journey,DS,2008,Role-Playing,Sting,0.05,0,0,0,0.05 +12997,Ultra Bust-A-Move,XB,2004,Puzzle,505 Games,0.04,0.01,0,0,0.05 +12998,Rally Fusion: Race of Champions,XB,2002,Racing,Activision,0.04,0.01,0,0,0.05 +12999,Piglet's Big Game,GBA,2003,Platform,THQ,0.04,0.01,0,0,0.05 +13000,Lucha Libre AAA: Heroes del Ring,X360,2010,Fighting,Konami Digital Entertainment,0.05,0,0,0,0.05 +13001,Pony Friends,DS,2007,Simulation,Eidos Interactive,0,0.05,0,0.01,0.05 +13002,Natural Doctrine,PS3,2014,Role-Playing,Nippon Ichi Software,0.03,0.01,0.01,0.01,0.05 +13003,Pinball Hall of Fame: The Gottlieb Collection,GC,2005,Misc,Crave Entertainment,0.04,0.01,0,0,0.05 +13004,Ferrari F355 Challenge,PS2,2002,Racing,Sony Computer Entertainment,0.03,0.02,0,0.01,0.05 +13005,MorphX,X360,2010,Shooter,505 Games,0.05,0,0,0,0.05 +13006,Stranger of Sword City,PSV,2015,Role-Playing,Nippon Ichi Software,0.02,0.02,0,0.01,0.05 +13007,Air Traffic Chaos,DS,2007,Simulation,Ertain,0.05,0,0,0,0.05 +13008,Battleship / Connect Four / Sorry! / Trouble,DS,2006,Puzzle,"Destination Software, Inc",0.05,0,0,0,0.05 +13009,Prism: Light the Way,DS,2007,Puzzle,Eidos Interactive,0.05,0,0,0,0.05 +13010,Tiny Toon Adventures: Toonenstein - Dare to Scare,PS,1998,Action,Swing! Entertainment,0.03,0.02,0,0,0.05 +13011,TV Anime: Fairy Tale Gekitou! Madoushi Kessen,DS,2010,Fighting,Hudson Soft,0,0,0.05,0,0.05 +13012,Shifters,PS2,2002,Adventure,3DO,0.03,0.02,0,0.01,0.05 +13013,RPG Tsukuru DS,DS,2010,Role-Playing,Enterbrain,0,0,0.05,0,0.05 +13014,WRC 5: FIA World Rally Championship,PS4,2015,Sports,Bigben Interactive,0,0.04,0,0.01,0.05 +13015,Earth Defense Force 4.1: The Shadow of New Despair,PS4,2015,Shooter,Xseed Games,0.02,0.02,0,0.01,0.05 +13016,The BIGS 2,DS,2009,Sports,Take-Two Interactive,0.05,0,0,0,0.05 +13017,Dramatic Dungeon: Sakura Wars - Kimi Arugatame,DS,2008,Role-Playing,Sega,0,0,0.05,0,0.05 +13018,TNA iMPACT: Cross the Line,PSP,2010,Fighting,SouthPeak Games,0.05,0,0,0,0.05 +13019,SpongeBob: HeroPants,PSV,2015,Platform,Activision,0.03,0.01,0,0.01,0.05 +13020,Lagoon,SNES,1991,Role-Playing,Kemco,0,0,0.05,0,0.05 +13021,Nanostray 2,DS,2008,Shooter,Codemasters,0.03,0.01,0,0,0.05 +13022,Project Setsuna,PSV,2016,Role-Playing,Square Enix,0,0,0.05,0,0.05 +13023,Microsoft Flight Simulator X Acceleration Expansion Pack,PC,2007,Simulation,Microsoft Game Studios,0,0.04,0,0.01,0.05 +13024,Trick x Logic: Season 1,PSP,2010,Adventure,Sony Computer Entertainment,0,0,0.05,0,0.05 +13025,Mortal Kombat X,PC,2015,Fighting,Warner Bros. Interactive Entertainment,0.01,0.04,0,0,0.05 +13026,Mawashite Tsunageru Touch Panic,DS,2006,Puzzle,Nintendo,0,0,0.05,0,0.05 +13027,Luminous Arc Infinity,PSV,2015,Action,Marvel Entertainment,0,0,0.05,0,0.05 +13028,Monster! Bass Fishing,GBA,2003,Sports,Ignition Entertainment,0.04,0.01,0,0,0.05 +13029,Sigma Star Saga,GBA,2005,Role-Playing,Atari,0.04,0.01,0,0,0.05 +13030,Winning Post 7 2010,PSP,2010,Sports,Tecmo Koei,0,0,0.05,0,0.05 +13031,Assetto Corsa,PS4,2016,Racing,505 Games,0,0.04,0,0.01,0.05 +13032,Batman: Gotham City Racer,PS,2001,Racing,Ubisoft,0.03,0.02,0,0,0.05 +13033,Sengoku Basara X,PS2,2008,Fighting,Capcom,0,0,0.05,0,0.05 +13034,Plants vs. Zombies,PC,2009,Strategy,PopCap Games,0,0.04,0,0.01,0.05 +13035,Top Spin 2,DS,2006,Sports,Take-Two Interactive,0.05,0,0,0,0.05 +13036,Doraemon: Nobita no Kyouryuu 2006 DS,DS,2006,Role-Playing,Sega,0,0,0.05,0,0.05 +13037,Ontamarama,DS,2007,Action,Atlus,0.05,0,0,0,0.05 +13038,Hakuoki: Stories of the Shinsengumi,PS3,2010,Adventure,Idea Factory,0.02,0,0.03,0,0.05 +13039,DokiDoki Majo Shinpan!,DS,2007,Adventure,SNK Playmore,0,0,0.05,0,0.05 +13040,Star Wars: Republic Commando,PC,2005,Shooter,LucasArts,0,0.04,0,0.01,0.05 +13041,Starry ? Sky: In Spring,PSP,2010,Misc,Asgard,0,0,0.05,0,0.05 +13042,FIFA Soccer 2004,GBA,2003,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +13043,Armored Core: Formula Front Extreme Battle,PSP,2004,Simulation,505 Games,0.05,0,0,0,0.05 +13044,Downforce,PS2,2002,Racing,Avalon Interactive,0.03,0.02,0,0.01,0.05 +13045,Bejeweled Twist,PC,2008,Puzzle,PopCap Games,0.01,0.04,0,0.01,0.05 +13046,Street Fighter V,PC,2016,Fighting,Capcom,0,0.05,0,0,0.05 +13047,Little Busters! Converted Edition,PS2,2009,Adventure,Prototype,0,0,0.05,0,0.05 +13048,Enemy Front,X360,2014,Shooter,Namco Bandai Games,0.02,0.03,0,0,0.05 +13049,Dream Salon,Wii,2009,Misc,Zoo Games,0.05,0,0,0,0.05 +13050,Disney's Party,GC,2002,Misc,Electronic Arts,0.04,0.01,0,0,0.05 +13051,Tennis no Oji-Sama: 2005 Crystal Drive,DS,2004,Sports,Konami Digital Entertainment,0,0,0.05,0,0.05 +13052,Sherlock Holmes: Crimes & Punishments,PC,2014,Adventure,Focus Home Interactive,0,0.05,0,0,0.05 +13053,Jenga World Tour,Wii,2007,Misc,Atari,0.05,0,0,0,0.05 +13054,Summon Night X: Tears Crown,DS,2009,Role-Playing,Namco Bandai Games,0,0,0.05,0,0.05 +13055,Secret Files: Tunguska,DS,2008,Adventure,Deep Silver,0.04,0.01,0,0,0.05 +13056,Taiho Shichauzo!,PS,2001,Adventure,Pioneer LDC,0,0,0.05,0,0.05 +13057,Battle vs. Chess,PS3,N/A,Misc,TopWare Interactive,0,0.04,0,0.01,0.05 +13058,Phantom Crash,XB,2002,Simulation,Phantagram,0.03,0.01,0.01,0,0.05 +13059,Men of War: Assault Squad,PC,2011,Strategy,1C Company,0.01,0.03,0,0.01,0.05 +13060,Fishdom,DS,2011,Puzzle,Atari,0.05,0,0,0,0.05 +13061,Yanya Caballista: City Skater,PS2,2001,Sports,Tecmo Koei,0.02,0.02,0,0.01,0.05 +13062,Expendable,PS,1999,Action,Infogrames,0.03,0.02,0,0,0.05 +13063,Imagine: Artist,DS,2009,Misc,Ubisoft,0.05,0,0,0,0.05 +13064,Pet Pals: New Leash on Life,DS,2010,Simulation,Destineer,0.05,0,0,0,0.05 +13065,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,DS,2005,Adventure,Activision,0.05,0,0,0,0.05 +13066,The Idolmaster: Gravure For You! Vol. 2,PS3,2011,Misc,Namco Bandai Games,0,0,0.05,0,0.05 +13067,Arthur! Ready to Race,PS,2000,Racing,The Learning Company,0.03,0.02,0,0,0.05 +13068,Thunder Force V: Perfect System,PS,1998,Shooter,TechnoSoft,0.03,0.02,0,0,0.05 +13069,The Typing of the Dead,DC,2000,Shooter,Sega,0,0,0.05,0,0.05 +13070,The Idolm@ster: Dearly Stars,DS,2009,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13071,Kids Learn Music A+ Edition,DS,2011,Misc,Unknown,0.05,0,0,0,0.05 +13072,Child of Light,PS4,2014,Role-Playing,Ubisoft,0,0.01,0.04,0,0.05 +13073,Over the Hedge: Hammy Goes Nuts!,PSP,2006,Platform,Activision,0.05,0,0,0,0.05 +13074,Kart Racer,Wii,2009,Racing,Nordic Games,0.03,0.01,0,0,0.05 +13075,Bakemonogatari Portable,PSP,2012,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13076,Sam & Max: Beyond Time and Space,Wii,2010,Adventure,Atari,0.05,0,0,0,0.05 +13077,To Heart 2: Dungeon Travelers,PSV,2015,Adventure,Aqua Plus,0,0,0.05,0,0.05 +13078,Tabi no Yubisashi Kaiwachou DS: DS Series 2 Chuugoku,DS,2006,Misc,Nintendo,0,0,0.05,0,0.05 +13079,Shrek Super Party,GC,2003,Misc,TDK Mediactive,0.04,0.01,0,0,0.05 +13080,Monster 4x4: Masters of Metal,GC,2003,Racing,Ubisoft,0.04,0.01,0,0,0.05 +13081,Bakusou Kyoudai Let's & Go!! Eternal Wings,PS,1998,Racing,Jaleco,0,0,0.05,0,0.05 +13082,Caligula,PSV,2016,Role-Playing,FuRyu,0,0,0.05,0,0.05 +13083,Steins;Gate 0,PSV,2015,Adventure,PQube,0,0,0.05,0,0.05 +13084,Keroro Gunsou: Enshuu da Yo! Zenin Shuugou Part 2,DS,2007,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13085,NHL Blades of Steel '99,N64,1999,Sports,Konami Digital Entertainment,0.05,0,0,0,0.05 +13086,Lips: Deutsche Partyknaller,X360,2009,Misc,Microsoft Game Studios,0,0.04,0,0.01,0.05 +13087,Apassionata: Die Galanacht der Pferde,DS,2009,Simulation,RTL,0,0.04,0,0.01,0.05 +13088,Dungeon Raiders,DS,2009,Role-Playing,Focus Home Interactive,0.05,0,0,0,0.05 +13089,Second Sight,GC,2004,Adventure,Codemasters,0.04,0.01,0,0,0.05 +13090,Philosoma,PS,1995,Shooter,Sony Computer Entertainment,0.03,0.02,0,0,0.05 +13091,Virtua Fighter CG Portrait Series Vol.5: Wolf Hawkfield,SAT,1995,Misc,Sega,0,0,0.05,0,0.05 +13092,Puyo Pop,GBA,2001,Puzzle,Sega,0.04,0.01,0,0,0.05 +13093,Marriage Royale: Prism Story,PSP,2010,Adventure,ASCII Media Works,0,0,0.05,0,0.05 +13094,Super Heroine Chronicle,PSV,2014,Role-Playing,Namco Bandai Games,0,0,0.05,0,0.05 +13095,Kamiwaza,PS2,2006,Action,Acquire,0,0,0.05,0,0.05 +13096,Rave Master,GC,2002,Fighting,Konami Digital Entertainment,0,0,0.05,0,0.05 +13097,The Technomancer,PS4,2016,Role-Playing,Focus Home Interactive,0.01,0.03,0,0.01,0.05 +13098,Ben 10 Galactic Racing,PSV,2012,Racing,D3Publisher,0.02,0.02,0,0.01,0.05 +13099,Kinnikuman Muscle Grand Prix Max,PS2,2006,Fighting,Konami Digital Entertainment,0,0,0.05,0,0.05 +13100,Hotel for Dogs,Wii,2009,Simulation,505 Games,0.04,0,0,0,0.05 +13101,Suzuki Super-Bikes II: Riding Challenge,DS,2008,Racing,Valcon Games,0.05,0,0,0,0.05 +13102,Mirror's Edge Catalyst,PC,2016,Platform,Electronic Arts,0.01,0.03,0,0.01,0.05 +13103,Jim Henson's Muppets in Spy Muppets: License to Croak,GBA,2003,Action,TDK Mediactive,0.04,0.01,0,0,0.05 +13104,Medal of Honor: European Assault (weekly JP sales),PS2,2005,Shooter,Electronic Arts,0,0,0.05,0,0.05 +13105,LEGO The Hobbit,PC,2014,Action,Warner Bros. Interactive Entertainment,0,0.04,0,0.01,0.05 +13106,Alias,XB,2004,Action,Acclaim Entertainment,0.04,0.01,0,0,0.05 +13107,Super Robot Taisen Neo,Wii,2009,Strategy,Namco Bandai Games,0,0,0.05,0,0.05 +13108,PAC-MAN and the Ghostly Adventures,WiiU,2013,Platform,Namco Bandai Games,0.04,0.01,0,0,0.05 +13109,ESPN International Winter Sports 2002,GC,2002,Sports,Konami Digital Entertainment,0.04,0.01,0,0,0.05 +13110,Winter Sports 2011,PS3,2011,Sports,DTP Entertainment,0,0.04,0,0.01,0.05 +13111,OutRun 2006: Coast 2 Coast,PS2,2006,Racing,Sega,0.02,0.01,0.01,0,0.05 +13112,Blues Brothers 2000,N64,2000,Platform,Virgin Interactive,0.04,0.01,0,0,0.05 +13113,Metal Max 2 Reloaded,DS,2011,Role-Playing,Unknown,0,0,0.05,0,0.05 +13114,All Star Tennis 99,N64,1999,Sports,Ubisoft,0.04,0.01,0,0,0.05 +13115,Hercules: The Legendary Journeys,N64,2000,Role-Playing,Titus,0.04,0.01,0,0,0.05 +13116,Dual Heroes,N64,1997,Fighting,Hudson Soft,0.04,0.01,0,0,0.05 +13117,Fighter Destiny 2,N64,1999,Fighting,Imagineer,0.04,0.01,0,0,0.05 +13118,Chameleon Twist 2,N64,1998,Platform,Infogrames,0.04,0.01,0,0,0.05 +13119,Nounai Aeshe: IQ Suppli DS 2 - Sukkiri King Ketteisen,DS,2007,Misc,Spike,0,0,0.05,0,0.05 +13120,PachiPara 14: Fuu to Kumo to Super Umi in Okinawa,PS2,2007,Misc,Irem Software Engineering,0,0,0.05,0,0.05 +13121,Winning Post World,PS3,2009,Sports,Tecmo Koei,0,0,0.05,0,0.05 +13122,Arx Fatalis,XB,2003,Role-Playing,Mindscape,0.04,0.01,0,0,0.05 +13123,Slam Dunk SD Heat Up!!,SNES,1995,Sports,Namco Bandai Games,0,0,0.05,0,0.05 +13124,My Body Coach,Wii,2009,Sports,Big Ben Interactive,0,0.04,0,0.01,0.05 +13125,Steins;Gate 0,PS4,2015,Adventure,PQube,0,0,0.05,0,0.05 +13126,Adventure Time: Finn & Jake Investigations,XOne,2015,Action,Little Orbit,0.02,0.02,0,0,0.05 +13127,Dead in the Water,PS,1999,Action,ASC Games,0.03,0.02,0,0,0.05 +13128,Winning Post 7 2013,PS3,2013,Sports,Tecmo Koei,0,0,0.05,0,0.05 +13129,DiRT 2,PC,2009,Racing,Codemasters,0,0.04,0,0.01,0.05 +13130,Detective Conan: Prelude from the Past,DS,2012,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13131,Dr. Seuss: Green Eggs and Ham,GBA,2003,Action,NewKidCo,0.04,0.01,0,0,0.05 +13132,Sea Monsters: A Prehistoric Adventure,Wii,2007,Adventure,Zushi Games,0.04,0,0,0,0.05 +13133,Atelier Rorona: Alchemist of Arland,PSV,2013,Role-Playing,Nippon Ichi Software,0,0,0.05,0,0.05 +13134,Guilty Gear Dust Strikers,DS,2006,Fighting,Majesco Entertainment,0.05,0,0,0,0.05 +13135,Dark Summit,GC,2002,Sports,THQ,0.04,0.01,0,0,0.05 +13136,Singularity,PC,2010,Shooter,Mastertronic,0,0.04,0,0.01,0.05 +13137,Odoru Daisousasen The Game: Sensuikan ni Sennyuu Seyo!,DS,2010,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13138,George of the Jungle and the Search for the Secret,DS,2008,Platform,Ignition Entertainment,0.05,0,0,0,0.05 +13139,Turbo Turtle Adventure,GBA,2002,Puzzle,Majesco Entertainment,0.04,0.01,0,0,0.05 +13140,Sengoku Basara 4: Sumeragi,PS4,2015,Action,Capcom,0,0,0.05,0,0.05 +13141,"Warhammer 40,000: Dawn of War",PC,2004,Strategy,THQ,0.01,0.03,0,0.01,0.05 +13142,Shinseiki Evangelion 2: Tsukurareshi Sekai - Another Cases,PSP,2006,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13143,Hisshou 777 Fighter: Pachi Slot Eiyu Densetsu,SNES,1994,Misc,Vap,0,0,0.05,0,0.05 +13144,Corpse Party: Blood Covered - Repeated Fear,PSP,2010,Adventure,5pb,0,0,0.05,0,0.05 +13145,The Lost Treasures of Alexandria,DS,2011,Puzzle,Unknown,0,0.04,0,0.01,0.05 +13146,Chronicles of the Sword,PS,1996,Adventure,Psygnosis,0.03,0.02,0,0,0.05 +13147,Hail to the Chimp,PS3,2008,Misc,Gamecock,0.05,0,0,0,0.05 +13148,The Lost Vikings,GBA,2003,Puzzle,Activision,0.04,0.01,0,0,0.05 +13149,Keiba Eight Special,SNES,1993,Sports,Misawa,0,0,0.05,0,0.05 +13150,Yaiba: Ninja Gaiden Z,X360,2014,Action,Tecmo Koei,0.03,0.02,0,0,0.05 +13151,Harukanaru Toki no Naka de 3,PS2,2004,Adventure,Tecmo Koei,0,0,0.05,0,0.05 +13152,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,GC,2005,Platform,Global Star,0.04,0.01,0,0,0.05 +13153,Need for Speed Carbon,PC,2006,Racing,Electronic Arts,0,0.04,0,0.01,0.05 +13154,Reel Fishing: The Great Outdoors,PSP,2006,Sports,Natsume,0.05,0,0,0,0.05 +13155,Assassin's Creed: Altair's Chronicles,DS,2008,Platform,Ubisoft,0.03,0.01,0,0,0.05 +13156,Pirates vs Ninja Dodgeball,Wii,2009,Sports,SouthPeak Games,0.05,0,0,0,0.05 +13157,Guild 01,3DS,2012,Action,Level 5,0,0,0.05,0,0.05 +13158,The History Channel: Great Battles - Medieval,PS3,N/A,Strategy,Slitherine Software,0,0.04,0,0.01,0.05 +13159,Nike+ Kinect Training,X360,2012,Sports,Microsoft Game Studios,0.02,0.02,0,0,0.05 +13160,Durarara!! 3-way Standoff,PSP,2010,Adventure,ASCII Media Works,0,0,0.05,0,0.05 +13161,Ty the Tasmanian Tiger 3: Night of the Quinkan,GBA,2005,Action,Zoo Digital Publishing,0.04,0.01,0,0,0.05 +13162,Cartoon Network Racing,DS,2006,Action,Game Factory,0.04,0,0,0,0.05 +13163,Tokimeki Memorial Girl's Side 2nd Kiss,PS2,2006,Adventure,Konami Digital Entertainment,0,0,0.05,0,0.05 +13164,Fushigi no Dungeon: Fuurai no Shiren 3 Portable,PSP,2010,Role-Playing,Spike,0,0,0.05,0,0.05 +13165,Active Life: Magical Carnival,Wii,2011,Misc,Namco Bandai Games,0.04,0.01,0,0,0.05 +13166,Hokuto no Ken,PS2,2007,Fighting,Sega,0,0,0.05,0,0.05 +13167,Yu-Gi-Oh! GX: Spirit Caller (Japan Sales),DS,2006,Misc,Konami Digital Entertainment,0,0,0.05,0,0.05 +13168,Stretch Panic,PS2,2001,Platform,Midas Interactive Entertainment,0.02,0.02,0,0.01,0.05 +13169,Empire Earth,PC,2001,Strategy,Vivendi Games,0,0.04,0,0.01,0.05 +13170,Chousoku Henkei Gyrozetter: Albatross no Tsubasa,3DS,2013,Role-Playing,Square Enix,0,0,0.05,0,0.05 +13171,Baku Baku,SAT,1995,Puzzle,Sega,0,0,0.05,0,0.05 +13172,Pro Cycling Manager 2016,PS4,2016,Sports,Focus Home Interactive,0,0.04,0,0.01,0.05 +13173,SD Gundam: Over Galaxian,PS,1996,Shooter,Namco Bandai Games,0,0,0.05,0,0.05 +13174,Rogue Ops,GC,2003,Action,Kemco,0.04,0.01,0,0,0.05 +13175,Smart Kid's Party Fun Pak,DS,2008,Misc,UFO Interactive,0.05,0,0,0,0.05 +13176,MXGP 2,XOne,2016,Racing,Milestone S.r.l.,0.02,0.02,0,0,0.05 +13177,Virtua Tennis 3,X360,2007,Sports,Sega,0.03,0.02,0,0,0.05 +13178,BeatMania IIDX 3rd Style,PS2,2000,Simulation,Konami Digital Entertainment,0,0,0.05,0,0.05 +13179,Yu-Gi-Oh! World Championship 2007,DS,2007,Strategy,Konami Digital Entertainment,0,0.01,0.04,0,0.05 +13180,Hummer Badlands,PS2,2006,Racing,Global Star,0.02,0.02,0,0.01,0.05 +13181,Freelancer,PC,2003,Simulation,Microsoft Game Studios,0.02,0.02,0,0.01,0.05 +13182,Woody Woodpecker: Escape from Buzz Buzzard Park,PS2,2001,Platform,DreamCatcher Interactive,0.02,0.02,0,0.01,0.05 +13183,Operation Flashpoint: Dragon Rising,PC,2009,Shooter,Codemasters,0.01,0.03,0,0.01,0.05 +13184,"Lupin III: Lupin ni wa Shi o, Zenigata ni wa Koi o",PS2,2007,Adventure,505 Games,0,0,0.05,0,0.05 +13185,Furu Furu Park,Wii,2007,Misc,Taito,0.05,0,0,0,0.05 +13186,Monster Band,DS,2008,Misc,Tivola,0.04,0,0,0,0.05 +13187,Alter Echo,XB,2003,Shooter,THQ,0.04,0.01,0,0,0.05 +13188,BeatMania IIDX 4th Style: New Songs Collection,PS2,2001,Simulation,Konami Digital Entertainment,0,0,0.05,0,0.05 +13189,Fushigi? Kagaku: Nazotoki Quiz Training - NazoTore,DS,2008,Misc,Benesse,0,0,0.05,0,0.05 +13190,G1 Grand Prix,3DS,2012,Action,Genki,0,0,0.05,0,0.05 +13191,LEGO Indiana Jones 2: The Adventure Continues,PC,2009,Action,Activision,0.02,0.03,0,0.01,0.05 +13192,QUIZ PARTY,Wii,2012,Misc,Nintendo,0,0.05,0,0,0.05 +13193,MTX Mototrax,PSP,2006,Racing,Activision,0.04,0,0,0,0.05 +13194,Around the World in 80 Days,GBA,2004,Action,Hip Interactive,0.03,0.01,0,0,0.05 +13195,Houkago Shounen,DS,2008,Misc,Konami Digital Entertainment,0,0,0.05,0,0.05 +13196,The Grim Adventures of Billy & Mandy,Wii,2006,Action,Midway Games,0.04,0,0,0,0.05 +13197,Classic Dungeon X2,PSP,2011,Role-Playing,Nippon Ichi Software,0,0,0.05,0,0.05 +13198,Whirl Tour,GC,2002,Sports,Vivendi Games,0.04,0.01,0,0,0.05 +13199,Sesame Street: Cookie's Counting Carnival,PC,2010,Misc,Warner Bros. Interactive Entertainment,0.05,0,0,0,0.05 +13200,Pinball Tycoon,GBA,2002,Misc,Ignition Entertainment,0.03,0.01,0,0,0.05 +13201,Major League Baseball 2K11,PS2,2011,Sports,Take-Two Interactive,0.02,0.02,0,0.01,0.05 +13202,Cartoon Network Block Party,GBA,2004,Misc,Majesco Entertainment,0.03,0.01,0,0,0.05 +13203,Power Spike Pro Beach Volleyball,PS,2000,Sports,Infogrames,0.03,0.02,0,0,0.05 +13204,White Album: Tsuzurareru Fuyu no Omoide,PS3,2010,Adventure,Aqua Plus,0,0,0.05,0,0.05 +13205,Harukanaru Toki no Naka de: Yumenoukihashi,DS,2008,Adventure,Tecmo Koei,0,0,0.05,0,0.05 +13206,Shinseiki Evangelion- Eva: Yukai na Nakama Tachi,PS,1998,Misc,Gainax Network Systems,0,0,0.05,0,0.05 +13207,SD Gundam: Scad Hammers,Wii,2006,Strategy,Namco Bandai Games,0,0,0.05,0,0.05 +13208,Spitfire Heroes: Tales of the Royal Air Force,DS,2008,Simulation,Destineer,0.05,0,0,0,0.05 +13209,Super Bust-A-Move,GBA,2001,Puzzle,Ubisoft,0.03,0.01,0,0,0.05 +13210,TNA iMPACT: Cross the Line,DS,2010,Fighting,SouthPeak Games,0.05,0,0,0,0.05 +13211,Adventure Time: Explore the Dungeon Because I Don't Know!,PS3,2013,Action,D3Publisher,0.02,0.02,0,0.01,0.05 +13212,ZooCube,GBA,2002,Puzzle,Acclaim Entertainment,0.03,0.01,0,0,0.05 +13213,Stunt GP,PS2,2001,Racing,Titus,0.02,0.02,0,0.01,0.05 +13214,Wicked Monster Blast!,Wii,2011,Shooter,PQube,0.04,0,0,0,0.05 +13215,NBA 2K,DC,1999,Sports,Sega,0,0,0.05,0,0.05 +13216,D.Gray-man: Kami no Shitotachi,DS,2007,Adventure,Konami Digital Entertainment,0,0,0.05,0,0.05 +13217,Bladestorm: Nightmare,XOne,2015,Action,Tecmo Koei,0.03,0.02,0,0,0.05 +13218,Strikers 1945,SAT,1996,Shooter,Atlus,0,0,0.05,0,0.05 +13219,World Series of Poker,GC,2005,Misc,Activision Value,0.04,0.01,0,0,0.05 +13220,Jikkyou Oshaberi Parodius,SNES,1995,Shooter,Konami Digital Entertainment,0,0,0.05,0,0.05 +13221,Super Jinsei Game 2,SNES,1995,Misc,Takara,0,0,0.05,0,0.05 +13222,Winter Sports 3: The Great Tournament,Wii,2010,Sports,Tradewest,0.02,0.02,0,0,0.05 +13223,J-League Winning Eleven 2010: Club Championship,PS2,2010,Sports,Konami Digital Entertainment,0,0,0.05,0,0.05 +13224,Johnny Bazookatone,PS,1995,Platform,U.S. Gold,0.03,0.02,0,0,0.05 +13225,Beastly Frantic Foto,DS,2011,Puzzle,Storm City Games,0.04,0,0,0,0.05 +13226,Neverland Card Battles,PSP,2008,Role-Playing,Idea Factory,0.04,0,0,0.01,0.05 +13227,Need for Speed Underground,PC,2003,Racing,Electronic Arts,0,0.04,0,0.01,0.05 +13228,Downtown no Gaki no Tsukai Yaarahen de!! Zettai ni Tsukamatte Haikenai Gasu Kurobikari Land,3DS,2015,Action,Alchemist,0,0,0.05,0,0.05 +13229,Reign of Fire,GBA,2002,Shooter,BAM! Entertainment,0.03,0.01,0,0,0.05 +13230,Worms Reloaded,PC,2010,Strategy,Team17 Software,0,0.04,0,0.01,0.05 +13231,StarCraft,PC,1998,Strategy,Activision,0,0.04,0,0.01,0.05 +13232,Koihime Musou,PS2,2008,Adventure,Yeti,0,0,0.05,0,0.05 +13233,Nicktoons: Attack of the Toybots,DS,2007,Platform,THQ,0.04,0,0,0,0.05 +13234,NBA 2K17,PS3,2016,Sports,Take-Two Interactive,0.03,0.01,0,0.01,0.05 +13235,Blazing Souls: Accelate,PSP,2009,Role-Playing,Idea Factory,0.04,0,0.01,0,0.05 +13236,Ms Saga: A New Dawn,PS2,2005,Role-Playing,Namco Bandai Games,0.02,0.02,0,0.01,0.05 +13237,Kekkon Zenya,SAT,1995,Adventure,Shogakukan,0,0,0.05,0,0.05 +13238,Finny the Fish & the Seven Waters,PS2,2004,Sports,Sony Computer Entertainment,0.02,0.02,0,0.01,0.05 +13239,Barnyard,GBA,2006,Action,THQ,0.03,0.01,0,0,0.05 +13240,Next Generation of Chaos,PS2,2002,Role-Playing,Idea Factory,0,0,0.05,0,0.05 +13241,Katekyoo Hitman Reborn! DS: Bongole Shiki Taisen Battle Sugoroku,DS,2008,Misc,Takara Tomy,0,0,0.05,0,0.05 +13242,GrimGrimoire,PS2,2007,Strategy,Tecmo Koei,0.01,0.01,0.03,0,0.05 +13243,J-League '96 Dream Stadium,SNES,1996,Sports,Hudson Soft,0,0,0.05,0,0.05 +13244,Capcom vs. SNK: Millennium Fight 2000 Pro,DC,2001,Fighting,Capcom,0,0,0.05,0,0.05 +13245,Golden Axe: The Duel,SAT,1994,Fighting,Sega,0,0,0.05,0,0.05 +13246,Crime Life: Gang Wars,XB,2005,Action,Konami Digital Entertainment,0.04,0.01,0,0,0.05 +13247,Tokimeki Memorial: Girls Side 1st Love,DS,2007,Adventure,Konami Digital Entertainment,0,0,0.05,0,0.05 +13248,Putty Squad,PSV,2013,Platform,System 3,0.02,0.02,0,0.01,0.05 +13249,Rugby 2005,XB,2005,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +13250,Rock 'N Roll Racing,GBA,2003,Racing,Activision,0.03,0.01,0,0,0.05 +13251,Taito Legends,XB,2005,Misc,Empire Interactive,0.04,0.01,0,0,0.05 +13252,Far Cry,PC,2004,Shooter,Ubisoft,0,0.04,0,0.01,0.05 +13253,Silhouette Mirage,PS,1998,Platform,ESP,0.03,0.02,0,0,0.05 +13254,Dynasty Warriors Vol. 2,PSP,2006,Action,Tecmo Koei,0.04,0,0,0,0.05 +13255,Treasure Report: Kikai Jikake no Isan,DS,2011,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13256,Growlanser VI: Precarious World,PS2,2007,Role-Playing,Atlus,0,0,0.05,0,0.05 +13257,Block Kuzushi,SNES,1995,Puzzle,Pow,0,0,0.05,0,0.05 +13258,Boing! Docomodake DS,DS,2007,Puzzle,Ignition Entertainment,0.04,0,0,0,0.05 +13259,American Bass Challenge,GBA,2001,Sports,Starfish,0.03,0.01,0,0,0.05 +13260,American Chopper 2: Full Throttle,GC,2005,Racing,Activision,0.04,0.01,0,0,0.05 +13261,Secret Service,X360,2008,Action,Activision Value,0.04,0,0,0,0.05 +13262,Sword Art Online: Game Director's Edition,PS4,2015,Role-Playing,Namco Bandai Games,0,0,0.05,0,0.05 +13263,Ultimate Ghosts 'n Goblins (JP sales),PSP,2006,Platform,Capcom,0,0,0.05,0,0.05 +13264,Rugby 06,PS2,2006,Sports,Electronic Arts,0.02,0.02,0,0.01,0.05 +13265,Fatal Frame II: Crimson Butterfly Director's Cut,XB,2004,Action,Microsoft Game Studios,0.04,0.01,0,0,0.05 +13266,Deadliest Catch: Alaskan Storm,X360,2008,Sports,Navarre Corp,0.04,0,0,0,0.05 +13267,2002 FIFA World Cup,GC,2002,Sports,Electronic Arts,0.04,0.01,0,0,0.05 +13268,Colin McRae Rally 2005,XB,2004,Racing,Codemasters,0.04,0.01,0,0,0.05 +13269,Kamen Rider: Battride War Genesis,PSV,2016,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13270,Venus & Braves: Majo to Megami to Horobi no Yogen,PSP,2011,Role-Playing,Namco Bandai Games,0,0,0.05,0,0.05 +13271,Ship Simulator Extremes,PC,2010,Simulation,Paradox Interactive,0,0.04,0,0.01,0.05 +13272,Zoop,PS,1995,Puzzle,MediaQuest,0.03,0.02,0,0,0.05 +13273,Powerful Golf,DS,2011,Sports,Konami Digital Entertainment,0,0,0.05,0,0.05 +13274,Saiyuki: Journey West,PS,1999,Strategy,Tecmo Koei,0.03,0.02,0,0,0.05 +13275,Detective Conan: Marionette Symphony,3DS,2013,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13276,FIFA Soccer 10,PC,2009,Sports,Electronic Arts,0,0.04,0,0.01,0.05 +13277,Amnesia Crowd,PSP,2013,Misc,Idea Factory,0,0,0.05,0,0.05 +13278,American Chopper 2: Full Throttle,XB,2005,Racing,Zoo Digital Publishing,0.04,0.01,0,0,0.05 +13279,Pachitte Chonmage Tatsujin 15: Pachinko Fuyu no Sonata 2,PS2,2008,Misc,Hackberry,0,0,0.05,0,0.05 +13280,Monster Hunter Frontier Online,PS3,N/A,Role-Playing,N/A,0,0,0.05,0,0.05 +13281,Ribbit King,GC,2003,Sports,Atari,0.04,0.01,0,0,0.05 +13282,VR Soccer '96,PS,1996,Sports,Gremlin Interactive Ltd,0.03,0.02,0,0,0.05 +13283,Smash Court Tennis 3,PSP,2007,Sports,Namco Bandai Games,0.01,0.01,0.01,0.01,0.05 +13284,Diabolik Lovers,PSP,2012,Adventure,Idea Factory,0,0,0.05,0,0.05 +13285,Shugo Chara! 3-tsu no Tamagoto Koisuru Joker,DS,2008,Action,Konami Digital Entertainment,0,0,0.05,0,0.05 +13286,Summoner: A Goddess Reborn,GC,2003,Role-Playing,THQ,0.04,0.01,0,0,0.05 +13287,Saints Row: Gat out of Hell,PS4,2015,Action,Deep Silver,0,0.04,0,0.01,0.05 +13288,Rock of the Dead,PS3,2010,Shooter,Conspiracy Entertainment,0.04,0,0,0,0.05 +13289,The Sims,PC,2000,Simulation,Electronic Arts,0.01,0.03,0,0.01,0.05 +13290,Wasteland 2,XOne,2015,Role-Playing,Deep Silver,0.04,0.01,0,0,0.05 +13291,Cesar Millan's Dog Whisperer,DS,2008,Simulation,Ubisoft,0.04,0,0,0,0.05 +13292,E.X. Troopers,PS3,2012,Shooter,Capcom,0,0,0.05,0,0.05 +13293,Kiniro no Corda 2 Encore,PS2,2007,Role-Playing,Tecmo Koei,0,0,0.05,0,0.05 +13294,Jewel Quest Mysteries,DS,2009,Puzzle,Astragon,0.03,0.01,0,0,0.05 +13295,Moon,DS,2009,Adventure,Mastiff,0.04,0,0,0,0.05 +13296,M&M's Adventure,DS,2008,Adventure,Zoo Digital Publishing,0.04,0,0,0,0.05 +13297,ESPN Great Outdoor Games Bass 2002,GBA,2001,Sports,Konami Digital Entertainment,0.03,0.01,0,0,0.05 +13298,Soul Eater: Plot of Medusa,DS,2008,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13299,Payday 2,PC,2013,Shooter,505 Games,0.04,0,0,0,0.05 +13300,Grand Ages: Medieval,PC,2015,Strategy,Kalypso Media,0,0.04,0,0,0.05 +13301,Handball 16,PS3,2015,Sports,Bigben Interactive,0,0.04,0,0.01,0.05 +13302,Gummy Bears Mini Golf,DS,2010,Sports,Storm City Games,0.04,0,0,0,0.05 +13303,Company of Heroes,PC,2006,Strategy,THQ,0,0.04,0,0.01,0.05 +13304,Rock Band Country Track Pack 2,X360,2011,Misc,MTV Games,0.04,0,0,0,0.05 +13305,Color Cross,DS,2008,Misc,Rising Star Games,0.04,0,0,0,0.05 +13306,Gaist Crusher,3DS,2013,Action,Capcom,0,0,0.05,0,0.05 +13307,Punch King,GBA,2002,Fighting,Acclaim Entertainment,0.03,0.01,0,0,0.05 +13308,Silent Hunter: Wolves of the Pacific,PC,2007,Simulation,Ubisoft,0,0.04,0,0.01,0.05 +13309,World Championship Pool 2004,PS2,2004,Sports,Jaleco,0.02,0.02,0,0.01,0.05 +13310,V-Rally 3,GBA,2002,Racing,Atari,0.03,0.01,0,0,0.05 +13311,The Dark Spire,DS,2008,Role-Playing,Success,0.04,0,0,0,0.05 +13312,Kakuto Chojin,XB,2002,Fighting,Microsoft Game Studios,0.04,0.01,0,0,0.05 +13313,Beyond Oasis,GEN,1993,Role-Playing,Sega,0,0,0.05,0,0.05 +13314,Forza Motorsport 3: Ultimate Edition,X360,2010,Racing,Microsoft Game Studios,0,0.04,0,0.01,0.05 +13315,Robotech: Invasion,XB,2004,Shooter,Global Star,0.04,0.01,0,0,0.05 +13316,Wii de Asobu Chibi-Robo!,Wii,2009,Adventure,Nintendo,0,0,0.05,0,0.05 +13317,Romance of the Three Kingdoms VI: Awakening of the Dragon,PS,1998,Strategy,Tecmo Koei,0.03,0.02,0,0,0.05 +13318,To Heart 2 DX Plus,PS3,2011,Adventure,Aqua Plus,0,0,0.05,0,0.05 +13319,Star Driver: Kagayaki no Takuto - Ginga Bishounen Densetsu,PSP,2011,Adventure,Namco Bandai Games,0,0,0.05,0,0.05 +13320,Naruto: Uzumaki Chronicles 2 (JP sales),PS2,2006,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13321,Frogger: Ancient Shadow,GC,2005,Platform,Konami Digital Entertainment,0.04,0.01,0,0,0.05 +13322,Snoopy vs the Red Baron,PSP,2006,Adventure,Namco Bandai Games,0.04,0,0,0,0.05 +13323,Jonah Lomu Rugby Challenge,PC,2011,Sports,Home Entertainment Suppliers,0,0.04,0,0.01,0.05 +13324,Pet Vet: Down Under,DS,2009,Simulation,Deep Silver,0.04,0,0,0,0.05 +13325,World Series of Poker: Tournament of Champions 2007 Edition,Wii,2006,Misc,Activision,0.04,0,0,0,0.05 +13326,National Geographic Challenge!,PS3,2011,Misc,Black Bean Games,0.01,0.03,0,0.01,0.05 +13327,Raze's Hell,XB,2005,Shooter,Majesco Entertainment,0.04,0.01,0,0,0.05 +13328,Rain (2013),PS3,2013,Adventure,Sony Computer Entertainment,0,0,0.05,0,0.05 +13329,Billy the Wizard: Rocket Broomstick Racing,Wii,2007,Racing,Metro 3D,0.04,0,0,0,0.05 +13330,Pool Party,Wii,2007,Sports,SouthPeak Games,0.04,0,0,0,0.05 +13331,Microsoft Train Simulator,PC,2001,Simulation,Microsoft Game Studios,0,0.04,0,0.01,0.05 +13332,Shin Megami Tensei NINE,XB,2002,Role-Playing,Atlus,0,0,0.05,0,0.05 +13333,Magic Carpet,PS,1995,Shooter,Electronic Arts,0.03,0.02,0,0,0.05 +13334,Hoshigami: Ruining Blue Earth,PS,2001,Role-Playing,Max Five,0.03,0.02,0,0,0.05 +13335,GunPey DS,DS,2006,Puzzle,Atari,0.04,0,0,0,0.05 +13336,Cabela's African Safari,PSP,2006,Sports,Activision Value,0.04,0,0,0,0.05 +13337,Wing Island,Wii,2006,Simulation,Konami Digital Entertainment,0.03,0.01,0.01,0,0.05 +13338,Utawarerumono: Itsuwari no Kamen,PS3,2015,Adventure,Aqua Plus,0,0,0.05,0,0.05 +13339,Clever Kids: Creepy Crawlies,DS,2009,Action,Midas Interactive Entertainment,0,0.04,0,0,0.05 +13340,Supreme Commander,PC,2007,Strategy,THQ,0,0.04,0,0.01,0.05 +13341,NightCaster II: Equinox,XB,2002,Action,Jaleco,0.03,0.01,0,0,0.05 +13342,F1 2015,PC,2015,Racing,Codemasters,0,0.04,0,0,0.05 +13343,SD Gundam G Generation World,Wii,2011,Strategy,Namco Bandai Games,0,0,0.05,0,0.05 +13344,Chocobo to Mahou no Ehon: Majo to Shoujo to 5-Jin no Yuusha,DS,2008,Role-Playing,Square Enix,0,0,0.05,0,0.05 +13345,Galaxy Racers,DS,2010,Racing,Ubisoft,0.04,0,0,0,0.05 +13346,Wonder World Amusement Park,Wii,2008,Misc,Majesco Entertainment,0.04,0,0,0,0.05 +13347,Bubble Bobble Revolution,DS,2005,Puzzle,Atari,0.04,0,0,0,0.05 +13348,Game of Thrones (Telltale),PS4,2015,Adventure,Telltale Games,0.04,0,0,0.01,0.05 +13349,Time Crisis: Project Titan,PS,2001,Shooter,Namco Bandai Games,0.03,0.02,0,0,0.05 +13350,Ys: The Ark of Napishtim,PSP,2006,Role-Playing,Konami Digital Entertainment,0.04,0,0,0,0.05 +13351,Ore-Sama Kingdom: Koi no Manga mo Debut o Mokushise! Doki Doki Love Lesson,DS,2011,Action,Namco Bandai Games,0,0,0.05,0,0.05 +13352,Crusader: No Remorse,PS,1996,Adventure,Electronic Arts,0.03,0.02,0,0,0.05 +13353,Black & Bruised,GC,2003,Fighting,Vivendi Games,0.04,0.01,0,0,0.05 +13354,MiniCopter: Adventure Flight,Wii,2007,Simulation,505 Games,0.04,0,0,0,0.05 +13355,Shaun the Sheep,DS,2008,Adventure,D3Publisher,0.04,0,0,0,0.05 +13356,Fast & Furious: Showdown,X360,2013,Action,Activision,0,0.04,0,0,0.05 +13357,World Championship Poker: Featuring Howard Lederer - All In,X360,2006,Misc,Oxygen Interactive,0.04,0,0,0,0.05 +13358,Test Drive: Ferrari Legends,X360,2012,Racing,Atari,0.04,0,0,0,0.05 +13359,Tom Clancy's Rainbow Six: Lockdown,GC,2005,Shooter,Ubisoft,0.04,0.01,0,0,0.05 +13360,FIFA Manager 12,PC,2011,Sports,Electronic Arts,0,0.03,0,0.01,0.05 +13361,Full Spectrum Warrior: Ten Hammers,XB,2006,Strategy,THQ,0.03,0.01,0,0,0.05 +13362,River City Soccer Hooligans,DS,2010,Sports,Arc System Works,0.04,0,0.01,0,0.05 +13363,Shin Hayarigami,PSV,2014,Adventure,Nippon Ichi Software,0,0,0.05,0,0.05 +13364,TMNT,DS,2007,Action,Ubisoft,0.03,0.01,0,0,0.05 +13365,Turok: Dinosaur Hunter,N64,1997,Shooter,Acclaim Entertainment,0,0,0.05,0,0.05 +13366,Puyo Puyo Tetris,PSV,2014,Puzzle,Sega,0,0,0.05,0,0.05 +13367,Taiko no Tatsujin Portable 2,PSP,2006,Misc,Namco Bandai Games,0,0,0.05,0,0.05 +13368,Gitaroo Man,PS2,2001,Misc,THQ,0.02,0.02,0,0.01,0.05 +13369,Super Bubble Pop,GC,2003,Puzzle,Jaleco,0.04,0.01,0,0,0.05 +13370,Mafia,PC,2002,Action,Take-Two Interactive,0,0.04,0,0.01,0.05 +13371,Rapala Fishing Frenzy 2009,X360,2008,Sports,Activision,0.04,0,0,0,0.05 +13372,Ride to Hell,PS3,2013,Racing,Deep Silver,0.02,0.02,0,0.01,0.05 +13373,Arctic Tale,Wii,2007,Adventure,Zoo Digital Publishing,0.04,0,0,0,0.05 +13374,Balloon Pop,Wii,2007,Puzzle,505 Games,0.04,0,0,0,0.05 +13375,XBLAZE Code: Embryo,PSV,2013,Adventure,Arc System Works,0.03,0,0.01,0.01,0.05 +13376,Black Mirror 2,PC,2009,Adventure,DTP Entertainment,0,0.04,0,0.01,0.05 +13377,Time Travelers,PSV,2012,Adventure,Level 5,0,0,0.05,0,0.05 +13378,Amnesia Later,PSP,2012,Misc,Idea Factory,0,0,0.05,0,0.05 +13379,B-Boy,PSP,2006,Misc,Sony Computer Entertainment,0.04,0,0,0,0.05 +13380,Cocoto Kart Racer,DS,2004,Racing,Big Ben Interactive,0.04,0,0,0,0.05 +13381,Shin Kamaitachi no Yoru: 11 Hitome no Suspect,PSV,2011,Adventure,ChunSoft,0,0,0.05,0,0.05 +13382,Intellivision Lives!,XB,2004,Misc,Crave Entertainment,0.03,0.01,0,0,0.05 +13383,Crazy Chicken: Atlantis Quest,DS,2007,Platform,Phenomedia,0.04,0,0,0,0.05 +13384,Test Drive Le Mans,PS,1999,Racing,Infogrames,0.03,0.02,0,0,0.05 +13385,Counter Force,Wii,2007,Shooter,505 Games,0.04,0,0,0,0.05 +13386,Monster Jam: Maximum Destruction,GC,2002,Racing,Ubisoft,0.04,0.01,0,0,0.05 +13387,Professor Heinz Wolff's Gravity,DS,2008,Puzzle,Deep Silver,0.04,0,0,0,0.05 +13388,Fantastic Four: Rise of the Silver Surfer,Wii,2007,Action,Take-Two Interactive,0.04,0.01,0,0,0.05 +13389,Big Air Freestyle,GC,2002,Racing,Atari,0.04,0.01,0,0,0.05 +13390,Rimo-Cocoron,PS2,2001,Action,Sony Computer Entertainment,0,0,0.05,0,0.05 +13391,Rugby World Cup 2015,X360,2015,Sports,Ubisoft,0,0.04,0,0,0.05 +13392,Mike Tyson Heavyweight Boxing,XB,2002,Sports,Codemasters,0.03,0.01,0,0,0.05 +13393,To Love-Ru Trouble Darkness: Battle Ecstasy,PSV,2014,Action,FuRyu,0,0,0.05,0,0.05 +13394,The Berenstain Bears and the Spooky Old Tree,GBA,2005,Platform,Namco Bandai Games,0.03,0.01,0,0,0.05 +13395,Lux-Pain,DS,2008,Adventure,Rising Star Games,0.04,0,0,0,0.05 +13396,Ford Bold Moves Street Racing,PSP,2006,Racing,Xplosiv,0.04,0,0,0,0.05 +13397,Cabela's Trophy Bucks,X360,2007,Sports,Activision Value,0.04,0,0,0,0.05 +13398,Hakuouki: Bakumatsu Musou Roku,PSP,2012,Action,Idea Factory,0,0,0.05,0,0.05 +13399,Mahjong 3D: Warriors of the Emperor,3DS,2011,Misc,DTP Entertainment,0,0.04,0,0.01,0.05 +13400,Hiiro no Kakera DS,DS,2008,Adventure,Idea Factory,0,0,0.05,0,0.05 +13401,March of the Penguins,DS,2006,Adventure,Zoo Digital Publishing,0.04,0,0,0,0.05 +13402,Rock of the Dead,X360,2010,Shooter,Conspiracy Entertainment,0.04,0,0,0,0.05 +13403,Arcana Famiglia: La storia della Aracana Famiglia,PSP,2011,Adventure,Comfort,0,0,0.05,0,0.05 +13404,Tokyo Ghoul: Jail,PSV,2015,Racing,Namco Bandai Games,0,0,0.05,0,0.05 +13405,City Life: World Edition,PC,2007,Simulation,Monte Christo Multimedia,0,0.04,0,0.01,0.05 +13406,The Misadventures of Tron Bonne,PS,1999,Adventure,Eidos Interactive,0.03,0.02,0,0,0.05 +13407,Centipede: Infestation,3DS,2011,Shooter,Atari,0.04,0,0,0,0.05 +13408,Wolfenstein,PC,2009,Shooter,Activision,0.01,0.03,0,0.01,0.05 +13409,Hero Bank 2,3DS,2014,Role-Playing,Sega,0,0,0.05,0,0.05 +13410,Atelier Ayesha: The Alchemist of Dusk,PSV,2014,Role-Playing,Tecmo Koei,0,0,0.05,0,0.05 +13411,Brave Story: New Traveller (jp sales),PSP,2006,Role-Playing,Sony Computer Entertainment,0,0,0.05,0,0.05 +13412,Black Jack vs. Matsudajun,PS,2000,Misc,Pony Canyon,0.03,0.02,0,0,0.05 +13413,Arslan: The Warriors of Legend,PS3,2015,Action,Tecmo Koei,0,0,0.05,0,0.05 +13414,SpongeBob SquarePants: Plankton's Robotic Revenge,X360,2013,Shooter,Activision,0.04,0,0,0,0.05 +13415,Wrath Unleashed,XB,2004,Strategy,LucasArts,0.03,0.01,0,0,0.05 +13416,Yoru no Nai Kuni,PS3,2015,Role-Playing,Tecmo Koei,0,0,0.05,0,0.05 +13417,Garou Densetsu 3: Road to the Final Victory,SAT,1996,Fighting,SNK,0,0,0.05,0,0.05 +13418,Bleach: Soul Carnival,PSP,2008,Fighting,Sony Computer Entertainment,0,0,0.05,0,0.05 +13419,Double Dragon Advance,GBA,2003,Action,Atlus,0.03,0.01,0,0,0.05 +13420,Sesame Street: Elmo's A-to-Zoo Adventure,PC,2010,Misc,Warner Bros. Interactive Entertainment,0.04,0,0,0,0.05 +13421,Family Fortunes,DS,2009,Misc,Mindscape,0,0.04,0,0,0.05 +13422,The Bible Game,XB,2005,Misc,Crave Entertainment,0.03,0.01,0,0,0.05 +13423,Inspector Gadget: Gadget's Crazy Maze,PS,2001,Puzzle,Ubisoft,0.03,0.02,0,0,0.05 +13424,World Fantasista,PS2,2002,Sports,SquareSoft,0,0,0.05,0,0.05 +13425,Yager,XB,2003,Shooter,THQ,0.03,0.01,0,0,0.05 +13426,Fantastic Four: Rise of the Silver Surfer,DS,2007,Action,Take-Two Interactive,0.04,0,0,0,0.05 +13427,Tabi no Yubisashi Kaiwachou DS: DS Series 1 Thai,DS,2006,Misc,Nintendo,0,0,0.05,0,0.05 +13428,Toukiden Kiwami,PSP,2014,Action,Tecmo Koei,0,0,0.05,0,0.05 +13429,Grey's Anatomy: The Video Game,DS,2009,Adventure,Ubisoft,0.03,0.01,0,0,0.05 +13430,Tropico 3,PC,2009,Strategy,Kalypso Media,0,0.04,0,0.01,0.05 +13431,Looney Tunes: Cartoon Conductor,DS,2008,Misc,Eidos Interactive,0.04,0,0,0,0.05 +13432,Avatar: The Game,PC,2009,Action,Ubisoft,0,0.04,0,0.01,0.05 +13433,Futurama,XB,2003,Platform,SCi,0.03,0.01,0,0,0.05 +13434,Pool Hall Pro,Wii,2009,Sports,Playlogic Game Factory,0.04,0,0,0,0.05 +13435,Nazo Waku Yakata: Oto no Ma ni Ma ni,3DS,2011,Misc,Capcom,0,0,0.05,0,0.05 +13436,Choro Q 64 2: Hacha Mecha Grand Prix Race,N64,1999,Racing,Takara,0,0,0.05,0,0.05 +13437,Mighty No. 9,PS4,2016,Platform,Deep Silver,0.04,0,0,0.01,0.05 +13438,Plants vs. Zombies: Garden Warfare 2,PC,2016,Shooter,Electronic Arts,0,0.04,0,0,0.05 +13439,Ape Escape,PS3,2010,Platform,Sony Computer Entertainment,0,0.03,0,0.01,0.05 +13440,Activision Anthology,GBA,2003,Misc,Activision,0.03,0.01,0,0,0.05 +13441,Gray Matter,X360,2011,Adventure,DTP Entertainment,0,0.04,0,0.01,0.05 +13442,Thrillville: Off the Rails,DS,2007,Strategy,LucasArts,0.03,0.01,0,0,0.05 +13443,LEGO Friends,3DS,2013,Action,Warner Bros. Interactive Entertainment,0,0.04,0,0,0.05 +13444,Secret Files: Tunguska,PC,2006,Adventure,DreamCatcher Interactive,0,0.04,0,0.01,0.05 +13445,Wayne Gretzky's 3D Hockey '98,PS,1997,Sports,GT Interactive,0.03,0.02,0,0,0.05 +13446,Nanda's Island,DS,2009,Puzzle,Phenomedia,0.04,0,0,0,0.05 +13447,Hakuouki SSL: Sweet School Life,PSV,2014,Adventure,Idea Factory,0,0,0.05,0,0.05 +13448,Trigger Man,XB,2004,Shooter,Crave Entertainment,0.03,0.01,0,0,0.05 +13449,Kimi ni Todoke: Tsutaeru Kimochi,DS,2011,Adventure,Banpresto,0,0,0.05,0,0.05 +13450,Nora to Koku no Koubou: Kiri no Mori no Majo,DS,2011,Role-Playing,Atlus,0,0,0.05,0,0.05 +13451,Bad Boys: Miami Takedown,GC,2004,Shooter,Empire Interactive,0.03,0.01,0,0,0.05 +13452,SpongeBob SquarePants: Plankton's Robotic Revenge,WiiU,2013,Shooter,Activision,0,0.04,0,0,0.05 +13453,Short Track Racing: Trading Paint,PS2,2009,Racing,THQ,0.02,0.02,0,0.01,0.05 +13454,Game no Kanzume Vol 1,SCD,1994,Misc,Sega,0,0,0.04,0,0.05 +13455,Rat Attack!,PS,1999,Puzzle,Mindscape,0.03,0.02,0,0,0.04 +13456,Jewel Master: Cradle Of Rome 2,PC,2011,Puzzle,Rising Star Games,0,0.04,0,0.01,0.04 +13457,National Geographic Panda (US sales),DS,2008,Simulation,Ubisoft,0.04,0,0,0,0.04 +13458,Sushi Go-Round,DS,2010,Simulation,Asylum Entertainment,0.04,0,0,0,0.04 +13459,Danny Phantom: Urban Jungle,DS,2006,Action,THQ,0.04,0,0,0,0.04 +13460,Sotsugyou II: Neo Generation,PS,1995,Simulation,Riverhillsoft,0,0,0.04,0,0.04 +13461,Summon Night Craft Sword Monogatari: Hajimari no Ishi,GBA,2005,Role-Playing,Banpresto,0,0,0.04,0,0.04 +13462,The King of Fighters 2002: Unlimited Match,PS2,2009,Fighting,SNK Playmore,0,0,0.04,0,0.04 +13463,Art of Fighting Anthology,PS2,2006,Fighting,Crave Entertainment,0.02,0.02,0,0.01,0.04 +13464,Rapala Trophies,PSP,2006,Sports,Activision,0.04,0,0,0,0.04 +13465,Phoenix Wright: Revived Turnabout,DS,2008,Misc,Capcom,0,0,0.04,0,0.04 +13466,Mana Khemia: Alchemists of Al-Revis (JP sales),PS2,2007,Role-Playing,Nippon Ichi Software,0,0,0.04,0,0.04 +13467,Runaway: A Twist of Fate,PC,2009,Adventure,Focus Home Interactive,0,0.04,0,0.01,0.04 +13468,Cheer We Go!,DS,2010,Misc,Natsume,0.04,0,0,0,0.04 +13469,The Tale of Despereaux,Wii,2008,Platform,Brash Entertainment,0.04,0,0,0,0.04 +13470,The Hustle: Detroit Streets,PS2,2006,Sports,Activision,0.02,0.02,0,0.01,0.04 +13471,Virtua Fighter CG Portrait Series Vol.6: Lau Chan,SAT,1995,Misc,Sega,0,0,0.04,0,0.04 +13472,Tomoyo After: It's a Wonderful Life CS Edition,PSP,2009,Adventure,Prototype,0,0,0.04,0,0.04 +13473,Guilty Gear XX Accent Core,PS2,2007,Fighting,Unknown,0,0,0.04,0,0.04 +13474,Nihon Pro Mahjong Kishikai Kanshuu: Pro Ni Naru Mahjong DS,DS,2005,Misc,Success,0,0,0.04,0,0.04 +13475,Atelier Escha & Logy: Alchemists of the Dusk Sky,PSV,2015,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13476,Millipede / Super Breakout / Lunar Lander,GBA,2005,Misc,Zoo Digital Publishing,0.03,0.01,0,0,0.04 +13477,World Trigger: Borderless Mission,PSV,2015,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13478,Disney's Donald Duck: Goin' Quackers,GC,2002,Platform,Ubisoft,0.03,0.01,0,0,0.04 +13479,RollerCoaster Tycoon,PC,N/A,Strategy,Microprose,0.02,0.02,0,0.01,0.04 +13480,Assault Rigs,PS,1996,Action,Electronic Arts Victor,0.02,0.02,0,0,0.04 +13481,Backyard Baseball '09,Wii,2008,Sports,Atari,0.04,0,0,0,0.04 +13482,World Championship Spelling,DS,2010,Misc,505 Games,0.04,0,0,0,0.04 +13483,Yes! PreCure 5,DS,2007,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13484,Bionicle Heroes,Wii,2007,Shooter,Eidos Interactive,0.04,0,0,0,0.04 +13485,Tom Clancy's HAWX,PC,2009,Action,Ubisoft,0,0.03,0,0.01,0.04 +13486,Exist Archive: The Other Side of the Sky,PSV,2015,Role-Playing,Aksys Games,0,0,0.04,0,0.04 +13487,Honda ATV Fever,Wii,2010,Racing,Storm City Games,0.04,0,0,0,0.04 +13488,Operation Flashpoint: Elite,XB,2005,Shooter,Codemasters,0.03,0.01,0,0,0.04 +13489,Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden,PS4,2016,Misc,Tecmo Koei,0,0,0.04,0,0.04 +13490,"Roswell Conspiracies: Aliens, Myths & Legends",PS,2001,Action,Red Storm Entertainment,0.02,0.02,0,0,0.04 +13491,Front Mission,DS,2007,Strategy,Square Enix,0.01,0,0.03,0,0.04 +13492,Dead Island Definitive Collection,XOne,2016,Action,Deep Silver,0.02,0.02,0,0,0.04 +13493,Sekai no Gohan Shaberu! DS Oryouri Navi,DS,2008,Misc,Nintendo,0,0,0.04,0,0.04 +13494,Rugby Challenge 3,PS3,2016,Sports,Alternative Software,0,0.04,0,0.01,0.04 +13495,Boktai 2: Solar Boy Django,GBA,2004,Role-Playing,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +13496,Praetorians,PC,2003,Strategy,Eidos Interactive,0,0.04,0,0,0.04 +13497,Candace Kane's Candy Factory,DS,2008,Action,Destineer,0.04,0,0,0,0.04 +13498,Nobunaga's Ambition (3DS),3DS,2013,Simulation,Tecmo Koei,0,0,0.04,0,0.04 +13499,Angelique Duet,PS,1998,Strategy,Tecmo Koei,0,0,0.04,0,0.04 +13500,Shin Fortune Quest: Sokutaku no Kishi,PS,1996,Misc,Media Works,0,0,0.04,0,0.04 +13501,Resident Evil 6,PC,2012,Shooter,Capcom,0,0.04,0,0.01,0.04 +13502,Crushed Baseball,GBA,2004,Sports,Summitsoft,0.03,0.01,0,0,0.04 +13503,Dark Arena,GBA,2002,Shooter,THQ,0.03,0.01,0,0,0.04 +13504,Just Sing! Vol. 2,DS,2011,Misc,PQube,0,0.04,0,0.01,0.04 +13505,Heatseeker,PSP,2007,Action,Codemasters,0.04,0,0,0,0.04 +13506,IL-2 Sturmovik: 1946,PC,2006,Simulation,Ubisoft,0,0.04,0,0.01,0.04 +13507,Jerry Rice and Nitus' Dog Football,Wii,2011,Sports,Tommo,0.04,0,0,0,0.04 +13508,TOCA Race Driver 2,XB,2004,Racing,Codemasters,0.03,0.01,0,0,0.04 +13509,I.Q. Remix+: Intelligent Qube,PS2,2000,Puzzle,Sony Computer Entertainment,0,0,0.04,0,0.04 +13510,Sébastien Loeb Rally Evo,PS4,2016,Racing,Milestone S.r.l,0,0.04,0,0.01,0.04 +13511,Growlanser,PSP,2009,Role-Playing,Atlus,0,0,0.04,0,0.04 +13512,Trollz: Hair Affair!,GBA,2005,Misc,Ubisoft,0.03,0.01,0,0,0.04 +13513,Daito Giken Koushiki Pachi-Slot Simulator: Shake II,PS2,2007,Misc,Paon,0,0,0.04,0,0.04 +13514,Grand Slam,PS,1997,Misc,Virgin Interactive,0.02,0.02,0,0,0.04 +13515,Chou Gekijoban Keroro Gunsou: Gekishin Dragon Warriors de Arimasu!,DS,2009,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13516,The King of Fighters 2000,PS2,2002,Fighting,Playmore,0,0,0.04,0,0.04 +13517,Coraline,DS,2009,Action,D3Publisher,0.04,0,0,0,0.04 +13518,FIFA Street 2,DS,2006,Sports,Electronic Arts,0.04,0,0,0,0.04 +13519,M&M's Beach Party,Wii,2009,Misc,Zoo Digital Publishing,0.04,0,0,0,0.04 +13520,Dead Head Fred,PSP,2007,Action,D3Publisher,0.04,0,0,0,0.04 +13521,D.C.F.S.: Da Capo Four Seasons,PS2,2005,Adventure,Kadokawa Shoten,0,0,0.04,0,0.04 +13522,Hyperdimension Neptunia mk2,PSV,2014,Action,Compile Heart,0,0,0.04,0,0.04 +13523,Disney's Meet the Robinsons,GC,2007,Action,Disney Interactive Studios,0.03,0.01,0,0,0.04 +13524,Hanayori Danshi: Koi Seyo Onago,DS,2008,Adventure,Konami Digital Entertainment,0,0,0.04,0,0.04 +13525,Minna ga Shuyaku no NHK Kouhaku Quiz Kassen,Wii,2009,Misc,Nintendo,0,0,0.04,0,0.04 +13526,Puyo Puyo Tetris,PS3,2014,Puzzle,Sega,0,0,0.04,0,0.04 +13527,Sonic the Hedgehog 2 (8-bit),GG,1992,Platform,Sega,0,0,0.04,0,0.04 +13528,FlatOut 2,XB,2006,Racing,Empire Interactive,0.03,0.01,0,0,0.04 +13529,Rogue Trooper,PS2,2006,Shooter,Eidos Interactive,0.02,0.02,0,0.01,0.04 +13530,Spy Fiction,PS2,2003,Action,Sega,0.02,0.02,0,0.01,0.04 +13531,R.B.I. Baseball 2016,XOne,2016,Sports,MLB.com,0.04,0,0,0,0.04 +13532,Justice League: Chronicles,GBA,2003,Platform,Midway Games,0.03,0.01,0,0,0.04 +13533,Resident Evil Director's Cut,PS3,2006,Action,Capcom,0,0,0.04,0,0.04 +13534,Doko Demo Issho: Let's Gakkou!,PSP,2006,Misc,Sony Computer Entertainment,0,0,0.04,0,0.04 +13535,Monster Trux Arenas: Special Edition,Wii,2007,Racing,Popcorn Arcade,0.04,0,0,0,0.04 +13536,Conflict: Desert Storm II - Back to Bagdhad,GC,2004,Shooter,SCi,0.03,0.01,0,0,0.04 +13537,Top Gun,DS,2006,Simulation,505 Games,0.04,0,0,0,0.04 +13538,Gem Smashers,3DS,2011,Platform,Crave Entertainment,0.04,0,0,0,0.04 +13539,Split/Second,PC,2010,Racing,Disney Interactive Studios,0,0.04,0,0.01,0.04 +13540,B's-LOG Party?PSP,2010,Adventure,Idea Factory,0,0,0.04,0,0.04, +13541,King Arthur,GC,2004,Action,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +13542,Chicken Shoot,GBA,2005,Action,Zoo Digital Publishing,0.03,0.01,0,0,0.04 +13543,Dai Senryaku VII: Modern Military Tactics,XB,2003,Strategy,Kool Kizz,0.03,0.01,0,0,0.04 +13544,Gormiti: The Lords of Nature!,Wii,2010,Adventure,Konami Digital Entertainment,0.04,0,0,0,0.04 +13545,White Album 2: Shiawase no Mukougawa,PS3,2012,Adventure,Aqua Plus,0,0,0.04,0,0.04 +13546,Painkiller: Hell & Damnation,PS3,2013,Shooter,Nordic Games,0.02,0.02,0,0.01,0.04 +13547,Go Go Ackman 3,SNES,1995,Platform,Banpresto,0,0,0.04,0,0.04 +13548,WSC Real 11: World Snooker Championship,X360,2011,Sports,Koch Media,0,0.04,0,0.01,0.04 +13549,Advance Guardian Heroes,GBA,2004,Role-Playing,Ubisoft,0.03,0.01,0,0,0.04 +13550,Casual Mania!,DS,2010,Puzzle,Foreign Media Games,0.04,0,0,0,0.04 +13551,Castle of Shikigami III,Wii,2007,Shooter,PQube,0.04,0,0,0,0.04 +13552,Star X,GBA,2002,Shooter,BAM! Entertainment,0.03,0.01,0,0,0.04 +13553,Jewel Quest 5: The Sleepless Star,PC,2011,Action,Astragon,0.01,0.02,0,0.01,0.04 +13554,Get Up and Dance,PS3,2011,Misc,O-Games,0.03,0.01,0,0,0.04 +13555,The King of Fighters Kyo,PS,1998,Fighting,SNK Playmore,0,0,0.04,0,0.04 +13556,Yowamushi Pedal,3DS,2015,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13557,WarTech: Senko no Ronde,X360,2006,Fighting,Ubisoft,0.04,0,0,0,0.04 +13558,Record of Agarest War: Marriage,PSP,2012,Role-Playing,Compile Heart,0,0,0.04,0,0.04 +13559,San-X Land: Theme Park de Asobou!,DS,2006,Action,MTO,0,0,0.04,0,0.04 +13560,Corpse Party: Book of Shadows,PSP,2011,Adventure,5pb,0,0,0.04,0,0.04 +13561,428: Fuusa Sareta Shibuya de,PSP,2009,Adventure,Spike,0,0,0.04,0,0.04 +13562,Tennis no Oji-Sama: DokiDoki Survival - Sanroku no Mystic,PS2,2006,Adventure,Konami Digital Entertainment,0,0,0.04,0,0.04 +13563,Starry ? Sky: After Spring,PSP,2009,Misc,Aqua Plus,0,0,0.04,0,0.04 +13564,Life is Strange,PC,2016,Adventure,Square Enix,0.01,0.03,0,0,0.04 +13565,Need for Speed: ProStreet,PC,2007,Racing,Electronic Arts,0,0.04,0,0.01,0.04 +13566,Naruto Shippuden: Dairansen! Kage Bunshin Emaki,DS,2008,Action,Takara Tomy,0,0,0.04,0,0.04 +13567,Mechanic Escape,PS3,2012,Platform,D3Publisher,0,0,0.04,0,0.04 +13568,Pro Evolution Soccer 2016,PC,2015,Sports,Konami Digital Entertainment,0,0.04,0,0,0.04 +13569,Twilight Syndrome: Kinjiratera Toshi Densetsu,DS,2008,Adventure,Spike,0,0,0.04,0,0.04 +13570,True Love Story 3,PS2,2001,Simulation,Enterbrain,0,0,0.04,0,0.04 +13571,Little Battlers eXperience W,PSV,2012,Role-Playing,Level 5,0,0,0.04,0,0.04 +13572,The Smurfs,PS,1998,Action,Infogrames,0.02,0.02,0,0,0.04 +13573,Strike Force Bowling,XB,2004,Sports,Crave Entertainment,0.03,0.01,0,0,0.04 +13574,Chessmaster,GBA,2002,Misc,Ubisoft,0.03,0.01,0,0,0.04 +13575,Blood Will Tell: Tezuka Osamu's Dororo,PS2,2004,Adventure,Sega,0.02,0.02,0,0.01,0.04 +13576,The Kore Gang,Wii,2010,Platform,Flashpoint Games,0.04,0,0,0,0.04 +13577,Red Ninja: End of Honor,PS2,2005,Action,Vivendi Games,0.02,0.02,0,0.01,0.04 +13578,Kanuchi: Shiroki Tsubasa no Shou,PS2,2008,Adventure,Idea Factory,0,0,0.04,0,0.04 +13579,Summer Athletics 2009,X360,2009,Sports,49Games,0,0.04,0,0,0.04 +13580,SX Superstar,XB,2003,Racing,Acclaim Entertainment,0.03,0.01,0,0,0.04 +13581,Katekyoo Hitman Reborn! Battle Arena,PSP,2008,Fighting,Marvelous Interactive,0,0,0.04,0,0.04 +13582,Saint Seiya: The Hades,PS2,2006,Fighting,Namco Bandai Games,0,0,0.04,0,0.04 +13583,Saki Portable,PSP,2010,Adventure,Alchemist,0,0,0.04,0,0.04 +13584,Riding Stables: The Whitakers present Milton and Friends,3DS,2011,Sports,DTP Entertainment,0,0.04,0,0,0.04 +13585,Naruto Shippuuden: Shinobi Retsuden III,DS,2009,Action,Takara Tomy,0,0,0.04,0,0.04 +13586,Metal Gear Solid: Digital Graphic Novel,PSP,2006,Misc,Konami Digital Entertainment,0.02,0,0.02,0,0.04 +13587,Max & the Magic Marker,Wii,2011,Platform,Unknown,0,0.04,0,0,0.04 +13588,Outlaw Tennis,XB,2005,Sports,Global Star,0.03,0.01,0,0,0.04 +13589,Free Running,Wii,2009,Sports,Reef Entertainment,0.02,0.02,0,0,0.04 +13590,Ore no Imouto ga Konna ni Kawaii Wake ga Nai Happy EnD,PS3,2013,Simulation,Namco Bandai Games,0,0,0.04,0,0.04 +13591,Barnyard,Wii,2006,Action,THQ,0.04,0,0,0,0.04 +13592,SPRay,Wii,2008,Action,Tecmo Koei,0.04,0,0,0,0.04 +13593,No Rules: Get Phat,GBA,2001,Action,TDK Mediactive,0.03,0.01,0,0,0.04 +13594,Battle Rage,Wii,2008,Shooter,Popcorn Arcade,0.04,0,0,0,0.04 +13595,Zombi Daisuki,DS,2011,Action,ChunSoft,0,0,0.04,0,0.04 +13596,Igor: The Game,DS,2008,Adventure,Legacy Interactive,0.04,0,0,0,0.04 +13597,LEGO Indiana Jones: The Original Adventures,PC,2008,Action,LucasArts,0.02,0.02,0,0.01,0.04 +13598,Card Fight!! Vanguard G: Stride to Victory!!,3DS,2016,Misc,FuRyu,0,0,0.04,0,0.04 +13599,"Negima!? Chou Mahora Taisen Kattoiin, Keiyaku Shikkou Dechai masuu",DS,2006,Adventure,Marvelous Interactive,0,0,0.04,0,0.04 +13600,Doraemon: Shin Nobita no Daimakyou Peko to 5-nin no Tankenta,3DS,2014,Action,FuRyu,0,0,0.04,0,0.04 +13601,Challenge Me: Maths Workout,DS,2009,Puzzle,Oxygen Interactive,0.04,0,0,0,0.04 +13602,The Invincible Iron Man,GBA,2002,Action,Activision,0.03,0.01,0,0,0.04 +13603,NASCAR 07,XB,2006,Racing,Electronic Arts,0.03,0.01,0,0,0.04 +13604,Refrain no Chika Meikyuu to Majo no Ryodan,PSV,2016,Action,Nippon Ichi Software,0,0,0.04,0,0.04 +13605,Dance Dance Revolution Disney Mix,PS,2000,Simulation,Konami Digital Entertainment,0.02,0.02,0,0,0.04 +13606,Maken Shao: Demon Sword,PS2,2001,Action,Midas Interactive Entertainment,0,0,0.04,0,0.04 +13607,Playmobil Top Agents,DS,2010,Action,JoWood Productions,0,0.04,0,0,0.04 +13608,The Monkey King: The Legend Begins,Wii,2007,Shooter,Starfish,0.04,0,0,0,0.04 +13609,Super Robot Taisen OG Infinite Battle,PS3,2013,Fighting,Namco Bandai Games,0,0,0.04,0,0.04 +13610,Scaler,XB,2004,Platform,Global Star,0.03,0.01,0,0,0.04 +13611,Attack of the Movies 3D,X360,2010,Shooter,Majesco Entertainment,0.04,0,0,0,0.04 +13612,BeatMania IIDX 16: Empress + Premium Best,PS2,2009,Simulation,Konami Digital Entertainment,0,0,0.04,0,0.04 +13613,FIFA Soccer 2003 (weekly jp sales),PS2,2002,Sports,Electronic Arts,0,0,0.04,0,0.04 +13614,Emergency Room: Real Life Rescues,DS,2009,Simulation,505 Games,0.04,0,0,0,0.04 +13615,High Heat Baseball 2002,PS,2001,Sports,3DO,0.02,0.02,0,0,0.04 +13616,Utawarerumono: Futari no Hakuoro,PS4,2016,Misc,Aqua Plus,0,0,0.04,0,0.04 +13617,Puyo Pop Fever,PSP,2004,Puzzle,Ignition Entertainment,0,0,0.04,0,0.04 +13618,The Sims 2: Pets,PC,2006,Simulation,Electronic Arts,0.01,0.02,0,0.01,0.04 +13619,Hana to Ikimo no Rittai Zukan,3DS,2011,Misc,Nintendo,0,0,0.04,0,0.04 +13620,Bloody Roar Extreme,XB,2003,Fighting,Hudson Soft,0.03,0.01,0,0,0.04 +13621,Platinum Sudoku,DS,2007,Puzzle,Ubisoft,0.03,0.01,0,0,0.04 +13622,Kamen Rider: Battride War Genesis,PS3,2016,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13623,Tennis Masters Series 2003,XB,2002,Sports,Microids,0.03,0.01,0,0,0.04 +13624,The Sims Deluxe,PC,2002,Simulation,Electronic Arts,0.01,0.02,0,0.01,0.04 +13625,Port Royale 2,PC,2004,Strategy,Ascaron Entertainment GmbH,0,0.03,0,0.01,0.04 +13626,Amagami,PSV,2014,Adventure,Kadokawa Games,0,0,0.04,0,0.04 +13627,Duke Nukem Trilogy: Critical Mass,DS,2011,Shooter,Deep Silver,0.04,0,0,0,0.04 +13628,MLB SlugFest 20-04,GC,2003,Sports,Midway Games,0.03,0.01,0,0,0.04 +13629,Pocket Pool,PSP,2007,Action,Conspiracy Entertainment,0.04,0,0,0,0.04 +13630,Jissen Pachislot Hisshouhou! Hokuto no Ken DS,DS,2005,Misc,Sega,0,0,0.04,0,0.04 +13631,Lise no Atelier: Ordre no Renkinjutsushi,DS,2007,Role-Playing,Gust,0,0,0.04,0,0.04 +13632,Black & White,PC,2001,Strategy,Electronic Arts,0,0.04,0,0.01,0.04 +13633,NCIS,PC,2011,Adventure,Ubisoft,0.01,0.02,0,0.01,0.04 +13634,The Cube,Wii,2012,Action,Funbox Media,0,0.04,0,0,0.04 +13635,Company of Heroes: Tales of Valor,PC,2009,Strategy,THQ,0,0.03,0,0.01,0.04 +13636,Myth Makers: Trixie in Toyland,Wii,2008,Platform,Popcorn Arcade,0.04,0,0,0,0.04 +13637,NatGeo Challenge! Wild Life,Wii,2010,Misc,Black Bean Games,0.04,0,0,0,0.04 +13638,Breath of Fire III,PSP,2005,Role-Playing,Capcom,0,0.03,0,0.01,0.04 +13639,Torino 2006,XB,2006,Sports,Take-Two Interactive,0.03,0.01,0,0,0.04 +13640,Devil May Cry 4,PC,2008,Action,Capcom,0.01,0.02,0,0.01,0.04 +13641,Amnesia,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13642,Tabi no Yubisashi Kaiwachou DS: DS Series 5 Deutsch,DS,2006,Misc,Nintendo,0,0,0.04,0,0.04 +13643,Fashion Week Jr. Designer,DS,2009,Simulation,505 Games,0.04,0,0,0,0.04 +13644,Jewel Quest Mysteries 2: Trail of the Midnight Heart,DS,2011,Puzzle,Unknown,0,0.04,0,0.01,0.04 +13645,Sherlock Holmes: Secret of The Silver Earring,Wii,2010,Adventure,Focus Home Interactive,0,0.04,0,0.01,0.04 +13646,Metal Slug 4 & 5,XB,2005,Shooter,SNK Playmore,0.03,0.01,0,0,0.04 +13647,Great Battle Full Blast,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13648,Guilty Gear XX Accent Core,Wii,2007,Fighting,505 Games,0.03,0,0,0,0.04 +13649,Hitman (2016),PS4,2016,Action,Square Enix,0,0.04,0,0.01,0.04 +13650,World Poker Tour,PSP,2006,Misc,Take-Two Interactive,0.04,0,0,0,0.04 +13651,Saint Seiya: Soldiers' Soul,PS3,2015,Fighting,Namco Bandai Games,0,0,0.04,0,0.04 +13652,7 Days to Die,XOne,2016,Action,Telltale Games,0.02,0.02,0,0,0.04 +13653,Digimon Rumble Arena 2,GC,2004,Fighting,Atari,0.03,0.01,0,0,0.04 +13654,Doki Doki! PreCure Narikiri Life!,3DS,2013,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13655,Gravity Falls: Legend of the Gnome Gemulets,3DS,2015,Action,Ubisoft,0.03,0,0,0,0.04 +13656,Watashi no Relaxuma,DS,2007,Simulation,Rocket Company,0,0,0.04,0,0.04 +13657,Phantom Kingdom Portable,PSP,2011,Role-Playing,Nippon Ichi Software,0,0,0.04,0,0.04 +13658,Pac-Man World Rally,PSP,2006,Racing,Namco Bandai Games,0.04,0,0,0,0.04 +13659,Way of the Samurai 2 Portable,PSP,2009,Action,Spike,0,0,0.04,0,0.04 +13660,Heroes of Might and Magic V,PC,2006,Strategy,Ubisoft,0,0.03,0,0.01,0.04 +13661,Mazes of Fate DS,DS,2008,Role-Playing,Graffiti,0.04,0,0,0,0.04 +13662,Code Geass: Hangyaku no Lelouch R2 - Banjou no Geass Gekijou,DS,2008,Misc,Namco Bandai Games,0,0,0.04,0,0.04 +13663,Hellboy: The Science of Evil,PSP,2008,Action,Konami Digital Entertainment,0.04,0,0,0,0.04 +13664,Virtua Tennis 4,PC,2011,Sports,Sega,0,0.03,0,0.01,0.04 +13665,Mortimer Beckett and the Secrets of Spooky Manor,Wii,2008,Puzzle,Avanquest,0.04,0,0,0,0.04 +13666,Farm Frenzy 3,PC,2009,Strategy,Alawar Entertainment,0,0.03,0,0.01,0.04 +13667,GRID,PC,N/A,Racing,Codemasters,0,0.03,0,0.01,0.04 +13668,Little Busters! Converted Edition,PSP,2010,Adventure,Prototype,0,0,0.04,0,0.04 +13669,Unison: Rebels of Rhythm & Dance,PS2,2000,Misc,Tecmo Koei,0.02,0.02,0,0.01,0.04 +13670,Ferrari Challenge Trofeo Pirelli,PS3,2008,Racing,System 3 Arcade Software,0,0.03,0,0.01,0.04 +13671,WTF: Work Time Fun,PSP,2005,Puzzle,Sony Computer Entertainment,0.04,0,0,0,0.04 +13672,Tennis no Oji-Sama: DokiDoki Survival - Umibe no Secret,PS2,2007,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +13673,Major League Baseball 2K12,PC,2012,Sports,Take-Two Interactive,0.04,0,0,0,0.04 +13674,B.L.U.E.: Legend of Water,PS,N/A,Adventure,N/A,0,0,0.04,0,0.04 +13675,Dark Half,SNES,1996,Role-Playing,Enix Corporation,0,0,0.04,0,0.04 +13676,System 3 presents Ferrari Challenge Trofeo Pirelli,DS,2008,Racing,System 3 Arcade Software,0.03,0.01,0,0,0.04 +13677,Luxor: Pharaoh's Challenge,Wii,N/A,Puzzle,Funsta,0.01,0.03,0,0,0.04 +13678,Nitroplus Blasterz: Heroines Infinite Duel,PS4,2015,Fighting,Marvelous Interactive,0.01,0,0.02,0,0.04 +13679,Imperial Glory,PC,2005,Strategy,Eidos Interactive,0,0.04,0,0,0.04 +13680,Lionel Trains: On Track,DS,2006,Action,DSI Games,0.04,0,0,0,0.04 +13681,Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Gakkou-Hen,DS,2008,Simulation,Konami Digital Entertainment,0,0,0.04,0,0.04 +13682,Shukufuku no Campanella Portable,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.04,0,0.04 +13683,The Wolf Among Us,X360,2011,Adventure,Telltale Games,0.01,0.03,0,0,0.04 +13684,Sonic PC Collection,PC,2009,Misc,Sega,0,0.04,0,0.01,0.04 +13685,Horses 3D,3DS,2012,Misc,Ubisoft,0.04,0,0,0,0.04 +13686,Yourself Fitness,PS2,2005,Sports,responDESIGN,0.02,0.02,0,0.01,0.04 +13687,Chaos;Head - Love Chu*Chu!,PSP,2011,Adventure,5pb,0,0,0.04,0,0.04 +13688,Lost Planet 3,PC,2013,Shooter,Capcom,0,0.03,0,0.01,0.04 +13689,Paws & Claws: Regal Resort,DS,2010,Simulation,THQ,0.04,0,0,0,0.04 +13690,Hannspree Ten Kate Honda: SBK Superbike World Championship,PSP,2007,Racing,Black Bean Games,0.03,0,0,0,0.04 +13691,Star Trek: Shattered Universe,XB,2004,Simulation,Global Star,0.03,0.01,0,0,0.04 +13692,12Riven: The Psi-Climinal of Integral,PS2,2008,Adventure,CyberFront,0,0,0.04,0,0.04 +13693,Battle Spirits: Digital Starter,DS,2010,Role-Playing,Namco Bandai Games,0,0,0.04,0,0.04 +13694,Rise of Nations,PC,2003,Strategy,Microsoft Game Studios,0.01,0.02,0,0.01,0.04 +13695,Deadliest Warrior: Ancient Combat,X360,2012,Fighting,Cloud Imperium Games Corporation,0.04,0,0,0,0.04 +13696,WarJetz,PS2,2001,Shooter,3DO,0.02,0.02,0,0.01,0.04 +13697,Breeding Stud 2,PS,1998,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +13698,Banushi Life Game: Winner's Circle,DS,2007,Sports,Genki,0,0,0.04,0,0.04 +13699,Catwoman,GBA,2004,Action,Electronic Arts,0.03,0.01,0,0,0.04 +13700,Gakuen Hetalia Portable,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13701,Gitaroo Man Lives!,PSP,2006,Misc,Tecmo Koei,0.03,0,0,0,0.04 +13702,Chibi Maruko-Chan DS: Maru-Chan no Machi,DS,2009,Puzzle,Namco Bandai Games,0,0,0.04,0,0.04 +13703,Capcom Fighting Evolution,XB,2005,Fighting,Capcom,0.03,0.01,0,0,0.04 +13704,XCOM 2,PS4,2016,Strategy,Take-Two Interactive,0.01,0.02,0,0.01,0.04 +13705,Company of Heroes: Opposing Fronts,PC,2007,Strategy,THQ,0.01,0.03,0,0.01,0.04 +13706,Novastorm,PS,1995,Shooter,Psygnosis,0.02,0.02,0,0,0.04 +13707,Shiren the Wanderer 4 - God's Eye and the Demon's Navel,PSP,2012,Role-Playing,Spike,0,0,0.04,0,0.04 +13708,PopCap Arcade Vol 1,X360,2007,Puzzle,PopCap Games,0.04,0,0,0,0.04 +13709,Dead Ball Zone,PS,1998,Sports,GT Interactive,0.02,0.02,0,0,0.04 +13710,NBA in the Zone 2000,N64,2000,Sports,Konami Digital Entertainment,0.04,0,0,0,0.04 +13711,Men of War: Vietnam,PC,2011,Strategy,Unknown,0,0.03,0,0.01,0.04 +13712,NBA In The Zone '99,N64,1998,Sports,Konami Digital Entertainment,0.04,0,0,0,0.04 +13713,Winning Post World 2010,PS3,2010,Sports,Tecmo Koei,0,0,0.04,0,0.04 +13714,Do-Konjou Shougakussei: Bon Bita - Hadaka no Choujou Ketsusen!! Bita vs. Dokuro Dei!,DS,2010,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13715,SWAT: Target Liberty,PSP,2007,Shooter,Vivendi Games,0.03,0,0,0,0.04 +13716,OutRun 2006: Coast 2 Coast,PSP,2006,Racing,Sega,0.03,0.01,0,0.01,0.04 +13717,Haunted Casino,SAT,1996,Adventure,Societa,0,0,0.04,0,0.04 +13718,World Series Baseball,SAT,1994,Sports,Sega,0,0,0.04,0,0.04 +13719,Ou to Maou to 7-nin no Himegimitachi: Shin Ousama Monogatari,PSV,2012,Action,Konami Digital Entertainment,0,0,0.04,0,0.04 +13720,Aeon Flux,PS2,2005,Action,THQ,0.02,0.02,0,0.01,0.04 +13721,Chicken Blaster,DS,2009,Shooter,Zushi Games,0.04,0,0,0,0.04 +13722,Summer Challenge: Athletics Tournament,PS3,2011,Sports,PQube,0,0.03,0,0.01,0.04 +13723,S.Y.K Renshouden Portable,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13724,Metal Max Returns,SNES,1995,Role-Playing,Data East,0,0,0.04,0,0.04 +13725,Shattered Union,XB,2005,Strategy,Take-Two Interactive,0.03,0.01,0,0,0.04 +13726,Off-Road Drive,PC,2011,Racing,1C Company,0,0.03,0,0.01,0.04 +13727,Hanaoni: Yume no Tsudzuki,PSP,2012,Action,Idea Factory,0,0,0.04,0,0.04 +13728,Mat Hoffman's Pro BMX 2,GC,2002,Sports,Activision,0.03,0.01,0,0,0.04 +13729,Unchained Blades,3DS,2011,Role-Playing,FuRyu,0,0,0.04,0,0.04 +13730,Harley-Davidson: Road Trip,Wii,2010,Racing,Destineer,0.04,0,0,0,0.04 +13731,Gal*Gun,X360,2011,Shooter,Alchemist,0,0,0.04,0,0.04 +13732,GoGo's Crazy Bones,DS,2012,Action,GameMill Entertainment,0,0.04,0,0,0.04 +13733,MLB 2K12 / NBA 2K12 Combo Pack,X360,2012,Sports,Take-Two Interactive,0.04,0,0,0,0.04 +13734,Grand Theft Auto: Vice City,PC,2003,Action,Take-Two Interactive,0,0.03,0,0.01,0.04 +13735,NHL Hitz Pro,GC,N/A,Sports,Unknown,0.03,0.01,0,0,0.04 +13736,Ookami Kakushi,PSP,2009,Action,Konami Digital Entertainment,0,0,0.04,0,0.04 +13737,Zen-Nippon GT Senshuken,SNES,1995,Racing,Banpresto,0,0,0.04,0,0.04 +13738,North American Hunting Extravaganza 2,Wii,2010,Sports,Unknown,0.03,0,0,0,0.04 +13739,City Builder,Wii,2010,Misc,Virtual Play Games,0.04,0,0,0,0.04 +13740,PD Ultraman Battle Collection 64,N64,1999,Strategy,Namco Bandai Games,0,0,0.04,0,0.04 +13741,Monaco Grand Prix,N64,1999,Racing,Ubisoft,0.03,0.01,0,0,0.04 +13742,Worms Armageddon,N64,1999,Strategy,Infogrames,0.03,0.01,0,0,0.04 +13743,Rally Challenge 2000,N64,1999,Racing,Imagineer,0.03,0.01,0,0,0.04 +13744,Looney Tunes Duck Dodgers Starring: Daffy Duck,N64,2000,Platform,Infogrames,0.03,0.01,0,0,0.04 +13745,Superman: Countdown to Apokolips,GBA,2003,Platform,Atari,0.03,0.01,0,0,0.04 +13746,Deadly Arts,N64,1998,Fighting,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +13747,Kikou Heidan J-Phoenix 2,PS2,2003,Action,Takara,0,0,0.04,0,0.04 +13748,Sengoku Musou 3 Z Special,PSP,2012,Action,Ackkstudios,0,0,0.04,0,0.04 +13749,Dragon's Lair 3D: Return to the Lair,GC,2002,Platform,THQ,0.03,0.01,0,0,0.04 +13750,Harukanaru Toki no Naka de 5,PSP,2011,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13751,Meteos: Disney Magic,DS,2007,Puzzle,Disney Interactive Studios,0.01,0.02,0,0,0.04 +13752,Worms 4: Mayhem,XB,2005,Strategy,Codemasters,0.03,0.01,0,0,0.04 +13753,Resident Evil: Operation Raccoon City,PC,2012,Action,Capcom,0,0.03,0,0.01,0.04 +13754,Winning Post 7 2012,PSP,2012,Sports,Ackkstudios,0,0,0.04,0,0.04 +13755,Samurai Warriors 2: Empires,X360,2007,Action,Tecmo Koei,0.03,0,0.01,0,0.04 +13756,Super Black Bass Fishing,DS,2005,Sports,Majesco Entertainment,0.04,0,0,0,0.04 +13757,Point Blank 2,PS,1998,Shooter,Namco Bandai Games,0.02,0.02,0,0,0.04 +13758,Who Wants to Be a Millionaire: 3rd Edition,DS,2010,Misc,Ubisoft,0.04,0,0,0,0.04 +13759,Test Drive: Ferrari Legends,PS3,2012,Racing,Unknown,0.04,0,0,0,0.04 +13760,Saru! Get You! Pipo Saru Senki,PSP,2009,Role-Playing,Sony Computer Entertainment,0,0,0.04,0,0.04 +13761,Infamous: First Light,PS4,2014,Action,Sony Computer Entertainment,0,0.03,0,0.01,0.04 +13762,J.League Pro Soccer Club o Tsukurou! 8 Euro Plus,PSP,2013,Sports,Sega,0,0,0.04,0,0.04 +13763,Imabikisou,PS3,2007,Adventure,Sega,0,0,0.04,0,0.04 +13764,Logic Machines,DS,2009,Puzzle,City Interactive,0.04,0,0,0,0.04 +13765,One Piece: Burning Blood,XOne,2016,Fighting,Namco Bandai Games,0.03,0.01,0,0,0.04 +13766,Hakuouki: Reimeiroku Portable,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13767,Sega Ages 2500 Series Vol. 33: Fantasy Zone Complete Collection,PS2,2008,Shooter,Sega,0,0,0.04,0,0.04 +13768,Antz Extreme Racing,PS2,2002,Racing,Empire Interactive,0.02,0.02,0,0.01,0.04 +13769,Motto TOEIC Test DS Training,DS,2008,Misc,IE Institute,0,0,0.04,0,0.04 +13770,Super Robot Gakuen,DS,2009,Adventure,Namco Bandai Games,0,0,0.04,0,0.04 +13771,Atelier Iris 3: Grand Phantasm (JP Sales),PS2,2006,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13772,Terraria,XOne,2014,Action,505 Games,0,0.04,0,0,0.04 +13773,Dolly Kanon Dokidoki Tokimeki Himitsu no Ongaku Katsudou Start Desu!!,3DS,2014,Adventure,Happinet,0,0,0.04,0,0.04 +13774,Empire Earth III,PC,2007,Strategy,Vivendi Games,0,0.03,0,0.01,0.04 +13775,Mike Tyson Boxing,GBA,2002,Sports,Ubisoft,0.03,0.01,0,0,0.04 +13776,Jojo's Fashion Show: Design in a Dash!,DS,2009,Simulation,Ubisoft,0.04,0,0,0,0.04 +13777,The Legend of Heroes: Trails in the Sky First Chapter,PS3,2012,Role-Playing,Falcom Corporation,0,0,0.04,0,0.04 +13778,Go Diego Go!: Safari Rescue,PS2,2008,Action,Take-Two Interactive,0.02,0.02,0,0.01,0.04 +13779,Deal or No Deal: Special Edition,DS,2010,Misc,Zoo Games,0.04,0,0,0,0.04 +13780,Clannad,PS2,2006,Adventure,Interchannel,0,0,0.04,0,0.04 +13781,Nobunaga's Ambition: Sphere of Influence,PS4,2014,Strategy,Tecmo Koei,0.03,0,0,0.01,0.04 +13782,Fisherman's Challenge,PS2,2003,Sports,Konami Digital Entertainment,0.02,0.02,0,0.01,0.04 +13783,Katekyoo Hitman Reborn! Battle Arena 2 - Spirits Burst,PSP,2009,Fighting,Marvelous Interactive,0,0,0.04,0,0.04 +13784,Akko ni Omakase! Brain Shock,DS,2006,Misc,Taito,0,0,0.04,0,0.04 +13785,Mission: Impossible - Operation Surma,GBA,2003,Platform,Atari,0.03,0.01,0,0,0.04 +13786,Guild Wars Trilogy,PC,2005,Role-Playing,NCSoft,0,0.03,0,0.01,0.04 +13787,Patrician IV,PC,2010,Strategy,Kalypso Media,0.03,0,0,0,0.04 +13788,Deadliest Warrior: Ancient Combat,PS3,2012,Fighting,Cloud Imperium Games Corporation,0.04,0,0,0,0.04 +13789,King of Fighters: Maximum Impact Regulation A,PS2,2007,Fighting,SNK Playmore,0,0,0.04,0,0.04 +13790,Who Wants to be a Millionaire: 1st Edition,DS,2007,Misc,Ubisoft,0,0.04,0,0,0.04 +13791,Star Ocean 5: Integrity and Faithlessness,PS3,2016,Role-Playing,Square Enix,0,0,0.04,0,0.04 +13792,Date A Live: Rine Utopia,PS3,2013,Adventure,Compile Heart,0,0,0.04,0,0.04 +13793,CSI: Fatal Conspiracy,PC,2010,Adventure,Ubisoft,0,0.03,0,0.01,0.04 +13794,Durarara!! 3way Standoff: Alley,PSP,2011,Adventure,Kadokawa Shoten,0,0,0.04,0,0.04 +13795,Surf's Up,PS3,2007,Sports,Ubisoft,0.03,0,0,0,0.04 +13796,Fritz Chess,PS3,2009,Strategy,Deep Silver,0,0.03,0,0.01,0.04 +13797,The Da Vinci Code,XB,2006,Action,Take-Two Interactive,0.03,0.01,0,0,0.04 +13798,Famicom Mini: Clu Clu Land,GBA,2004,Puzzle,Nintendo,0,0,0.04,0,0.04 +13799,Astro Boy: The Video Game,PSP,2009,Action,D3Publisher,0.04,0,0,0,0.04 +13800,Metal Slug XX,PSP,2009,Shooter,DHM Interactive,0.03,0,0,0,0.04 +13801,Sacred Blaze,PS2,2009,Strategy,Flight-Plan,0,0,0.04,0,0.04 +13802,Rollin' Rascals,DS,2009,Puzzle,Rising Star Games,0.04,0,0,0,0.04 +13803,Haneru no Tobira DS: Tanshuku Tetsudou no Yoru,DS,2007,Misc,Namco Bandai Games,0,0,0.04,0,0.04 +13804,Thoroughbred Breeder II Plus,PS,1995,Simulation,Hect,0,0,0.04,0,0.04 +13805,Pure Pinball,XB,2004,Misc,XS Games,0.03,0.01,0,0,0.04 +13806,Hanaoni: Koisomeru Koku - Eikyuu no Shirushi,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +13807,Zac to Ombra: Maboroshi no Yuuenchi,DS,2010,Adventure,Konami Digital Entertainment,0,0,0.04,0,0.04 +13808,Resident Evil: Revelations,PC,2013,Action,Capcom,0,0.03,0,0.01,0.04 +13809,Daikaijuu Battle: Ultra Coliseum DX - Ultra Senshi Daishuuketsu,Wii,2010,Fighting,Namco Bandai Games,0,0,0.04,0,0.04 +13810,Shadow of the Colossus,PS3,2011,Action,Sony Computer Entertainment,0,0,0.04,0,0.04 +13811,Phantom Breaker,X360,2011,Fighting,5pb,0.02,0,0.02,0,0.04 +13812,Gummy Bears Mini Golf,Wii,2010,Sports,Unknown,0.04,0,0,0,0.04 +13813,Brothers In Arms DS,DS,2007,Shooter,Ubisoft,0.03,0,0,0,0.04 +13814,Valhalla Knights 2: Battle Stance,PSP,2009,Role-Playing,Marvelous Interactive,0,0,0.04,0,0.04 +13815,99 no Namida,DS,2008,Adventure,Namco Bandai Games,0,0,0.04,0,0.04 +13816,Clannad,PSP,2008,Adventure,Prototype,0,0,0.04,0,0.04 +13817,Cyber Troopers Virtual-On Marz,PS2,2003,Fighting,Sega,0.02,0.01,0,0,0.04 +13818,Headhunter: Redemption,PS2,2004,Action,Sega,0.02,0.01,0,0,0.04 +13819,Ookami to Koushinryou: Boku to Horo no Ichinen,DS,2008,Adventure,ASCII Media Works,0,0,0.04,0,0.04 +13820,Bomberman: Act Zero,X360,2006,Puzzle,Konami Digital Entertainment,0.04,0,0,0,0.04 +13821,Stuntman,GBA,2003,Racing,Atari,0.03,0.01,0,0,0.04 +13822,Time Travelers,3DS,2012,Adventure,Unknown,0,0,0.04,0,0.04 +13823,Burnout Paradise: The Ultimate Box,X360,2009,Racing,Electronic Arts,0,0.03,0,0,0.04 +13824,The Chase: Felix Meets Felicity,DS,2009,Action,Atari,0.04,0,0,0,0.04 +13825,Stoked: Big Air Edition,X360,2009,Sports,Namco Bandai Games,0.02,0.02,0,0,0.04 +13826,Syndicate Wars,PS,1997,Strategy,Electronic Arts,0.02,0.01,0,0,0.04 +13827,Castlevania: Lords of Shadow 2,PC,2014,Action,Konami Digital Entertainment,0.01,0.03,0,0,0.04 +13828,Draglade (JP sales),DS,2007,Fighting,505 Games,0,0,0.04,0,0.04 +13829,Herc's Adventures,PS,1997,Action,Virgin Interactive,0.02,0.01,0,0,0.04 +13830,Tiger Woods PGA Tour Golf,GBA,2002,Sports,Ubisoft,0.03,0.01,0,0,0.04 +13831,Twin Strike: Operation Thunder,Wii,2008,Shooter,Zoo Games,0.04,0,0,0,0.04 +13832,BlazBlue: Chrono Phantasma Extend,PS3,2015,Action,PQube,0,0,0.04,0,0.04 +13833,All Points Bulletin,PC,2010,Role-Playing,Electronic Arts,0,0.03,0,0.01,0.04 +13834,Romance of the Three Kingdoms 13,PS3,2015,Action,Tecmo Koei,0,0,0.04,0,0.04 +13835,The Movies,PC,2005,Simulation,Activision,0.01,0.03,0,0.01,0.04 +13836,SuperCar Challenge,PS3,2009,Racing,System 3 Arcade Software,0,0.03,0,0.01,0.04 +13837,Dreamfall: The Longest Journey,XB,2006,Adventure,Empire Interactive,0.03,0.01,0,0,0.04 +13838,The Sims 4: Spa Day,PC,2015,Simulation,Electronic Arts,0,0.04,0,0,0.04 +13839,Tokimeki Mahjong Paradise: Koi no Tenpai Beat,SAT,1995,Misc,Sonnet,0,0,0.04,0,0.04 +13840,Yuki Yuna is a Hero: Memory of the Forest,PSV,2015,Action,FuRyu,0,0,0.04,0,0.04 +13841,JASF: Jane's Advanced Strike Fighters,PC,2011,Simulation,Deep Silver,0.02,0.01,0,0,0.04 +13842,Kidou Gekidan Haro Ichiza Gundam Mahjong DS: Oyaji nimo Agarareta koto nai noni!,DS,2005,Misc,Namco Bandai Games,0,0,0.04,0,0.04 +13843,Blue Roses: Yousei to Aoi Hitomi no Senshitachi,PSP,2010,Adventure,Nippon Ichi Software,0,0,0.04,0,0.04 +13844,Zatch Bell! Mamodo Fury,GC,2005,Fighting,Namco Bandai Games,0.03,0.01,0,0,0.04 +13845,Dora's Big Birthday Adventure,PS2,2010,Misc,Take-Two Interactive,0.02,0.01,0,0,0.04 +13846,PopStar Guitar,PS2,2008,Misc,XS Games,0.02,0.01,0,0,0.04 +13847,Haikyu!! Cross Team Match!,3DS,2016,Adventure,Namco Bandai Games,0,0,0.04,0,0.04 +13848,NHL Blades of Steel 2000,PS,1999,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.04 +13849,Outlaw Volleyball Remixed,PS2,2004,Sports,Global Star,0.02,0.01,0,0,0.04 +13850,The Adventures of Darwin,PS2,2006,Strategy,Essential Games,0.01,0,0.03,0,0.04 +13851,Scarface: The World is Yours,PC,2006,Action,Vivendi Games,0.01,0.02,0,0.01,0.04 +13852,Blood Bowl,PC,2009,Sports,Focus Home Interactive,0.01,0.02,0,0.01,0.04 +13853,FIFA World Cup Germany 2006,DS,2006,Sports,Electronic Arts,0.03,0,0,0,0.04 +13854,Supreme Commander: Forged Alliance,PC,2007,Strategy,THQ,0.01,0.02,0,0.01,0.04 +13855,Klonoa Heroes: Densetsu no Star Medal,GBA,2002,Role-Playing,Namco Bandai Games,0,0,0.04,0,0.04 +13856,Hyperdimension Neptunia Victory II,PS4,2015,Role-Playing,Idea Factory International,0,0,0.04,0,0.04 +13857,Pajama Sam: You are What You Eat From Your Head to Your Feet,PS,2001,Adventure,Infogrames,0.02,0.01,0,0,0.04 +13858,Sid Meier's Railroads!,PC,2006,Simulation,Take-Two Interactive,0.01,0.03,0,0.01,0.04 +13859,Jig-A-Pix: Pets,DS,2009,Puzzle,Zushi Games,0.03,0,0,0,0.04 +13860,Brothers: A Tale of Two Sons,XOne,2015,Adventure,505 Games,0.03,0.01,0,0,0.04 +13861,Warhammer: Dark Omen,PS,1998,Strategy,Electronic Arts,0.02,0.01,0,0,0.04 +13862,Mobile Suit Gundam: Mokuba no Kiseki,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13863,Denki Blocks!,GBA,2001,Puzzle,Rage Software,0.03,0.01,0,0,0.04 +13864,A Ressha de Ikou DS,DS,2009,Simulation,ArtDink,0,0,0.04,0,0.04 +13865,Harukanaru Toki no Naka de 4: Aizouban,PSP,2010,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13866,Tsurugi no Machi no Ihoujin: Kuro no Kyuuden,PSV,2015,Role-Playing,Experience Inc.,0,0,0.04,0,0.04 +13867,Colin McRae Rally 3,XB,2002,Racing,Codemasters,0.03,0.01,0,0,0.04 +13868,Ballistic,PS,1999,Puzzle,Atari,0.02,0.01,0,0,0.04 +13869,Paddington: Adventures in London,3DS,2015,Puzzle,Koch Media,0,0.04,0,0,0.04 +13870,Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden,PSV,2016,Misc,Tecmo Koei,0,0,0.04,0,0.04 +13871,Caesar IV,PC,2006,Strategy,Vivendi Games,0,0.03,0,0.01,0.04 +13872,Sega Rally 2006,PS2,N/A,Racing,Unknown,0,0,0.04,0,0.04 +13873,Song of the Deep,XOne,2016,Action,Insomniac Games,0.03,0,0,0,0.04 +13874,I'm A Celebrity: Get Me Out of Here!,DS,2009,Misc,Mindscape,0,0.04,0,0,0.04 +13875,Gundam Battle Online,DC,2001,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13876,Harry Potter and the Order of the Phoenix,PC,2007,Action,Electronic Arts,0,0.03,0,0.01,0.04 +13877,Shonen Jump's One Piece: Grand Adventure,GC,2006,Fighting,Namco Bandai Games,0.03,0.01,0,0,0.04 +13878,Holly Hobbie & Friends,DS,2007,Misc,Majesco Entertainment,0.04,0,0,0,0.04 +13879,Kevin Van Dam: Big Bass Challenge,Wii,2010,Sports,Zoo Games,0.04,0,0,0,0.04 +13880,Stolen,PS2,2005,Action,Hip Interactive,0.02,0.01,0,0,0.04 +13881,Monster High: New Ghoul in School,X360,2015,Action,Little Orbit,0,0.04,0,0,0.04 +13882,Glacier2,Wii,2009,Racing,Zoo Games,0.04,0,0,0,0.04 +13883,Rugby Challenge 3,PS4,2016,Sports,Alternative Software,0,0.03,0,0.01,0.04 +13884,Memories Off 6: T-Wave,PS2,2008,Adventure,5pb,0,0,0.04,0,0.04 +13885,Superstars V8 Racing,PS3,2009,Racing,Black Bean Games,0,0.02,0,0.01,0.04 +13886,Halo: Combat Evolved,PC,2003,Shooter,Microsoft Game Studios,0.01,0.02,0,0.01,0.04 +13887,Hatsune Miku: Project Diva X,PS4,2016,Misc,Sega,0.01,0,0.02,0,0.04 +13888,Bullet Girls 2,PSV,2016,Action,D3Publisher,0,0,0.04,0,0.04 +13889,Famicom Remix Best Choice,3DS,2015,Action,Nintendo,0,0,0.04,0,0.04 +13890,Pro Race Driver,XB,2003,Racing,Codemasters,0.03,0.01,0,0,0.04 +13891,Sleepover Party,Wii,2009,Misc,Ubisoft,0.03,0,0,0,0.04 +13892,100 Classic Games,DS,2011,Misc,Rondomedia,0,0.03,0,0,0.04 +13893,Ide Yosuke no Mahjong Kazoku,PS,1995,Misc,Seta Corporation,0,0,0.04,0,0.04 +13894,Richard Burns Rally,PC,2004,Racing,SCi,0,0.03,0,0.01,0.04 +13895,WRC: FIA World Rally Championship,PSP,2005,Racing,Sony Computer Entertainment,0.02,0.01,0,0.01,0.04 +13896,Quiz Mobile Gundam: Toi Senshi DX,PSP,2006,Puzzle,Namco Bandai Games,0,0,0.04,0,0.04 +13897,R-Type Command (correct US sales),PSP,2007,Strategy,Rising Star Games,0.04,0,0,0,0.04 +13898,E.T. The Extra-Terrestrial: Interplanetary Mission,PS,2001,Platform,Ubisoft,0.02,0.01,0,0,0.04 +13899,Story Hour: Fairy Tales,Wii,2008,Adventure,Zoo Digital Publishing,0.04,0,0,0,0.04 +13900,Dynasty Warriors Vol. 2 (JP sales),PSP,2006,Action,Tecmo Koei,0,0,0.04,0,0.04 +13901,Countdown Vampires,PS,1999,Adventure,Namco Bandai Games,0.02,0.01,0,0,0.04 +13902,Crypt Killer,PS,1997,Shooter,Konami Digital Entertainment,0.02,0.01,0,0,0.04 +13903,Tokumei Sentai Go-Busters,DS,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13904,Dramatic Soccer Game: Nippon Daihyou Senshu Ninarou!,PS2,2002,Sports,Enix Corporation,0,0,0.04,0,0.04 +13905,The Treasures of Montezuma,DS,2010,Puzzle,Foreign Media Games,0.02,0.02,0,0,0.04 +13906,Saints Row 2,PC,2009,Action,THQ,0,0.03,0,0.01,0.04 +13907,Harry Potter and the Prisoner of Azkaban,PC,2004,Action,Electronic Arts,0,0.03,0,0.01,0.04 +13908,Battle Hunter,PS,1999,Strategy,Midas Interactive Entertainment,0.02,0.01,0,0,0.04 +13909,PO'ed,PS,1996,Shooter,Time Warner Interactive,0.02,0.01,0,0,0.04 +13910,Heathcliff! Frantic Foto,DS,2010,Misc,Storm City Games,0.04,0,0,0,0.04 +13911,Adidas Power Soccer,PS,1996,Sports,Psygnosis,0.02,0.01,0,0,0.04 +13912,LEGO Jurassic World,PC,2015,Action,Warner Bros. Interactive Entertainment,0,0.04,0,0,0.04 +13913,Secret Files 2: Puritas Cordis,PC,2009,Adventure,Deep Silver,0,0.03,0,0.01,0.04 +13914,Darklight Conflict,PS,1997,Simulation,Electronic Arts,0.02,0.01,0,0,0.04 +13915,Dragon Ball: Advanced Adventure,GBA,2004,Action,Namco Bandai Games,0.03,0.01,0,0,0.04 +13916,Art of Fighting 3: The Path of the Warrior,NG,1996,Fighting,SNK,0,0,0.04,0,0.04 +13917,Rabbids Land,WiiU,2012,Misc,Ubisoft,0.02,0.01,0,0,0.04 +13918,Civilization Beyond Earth: Rising Tide,PC,2015,Strategy,Take-Two Interactive,0,0.04,0,0,0.04 +13919,The Ripping Friends,GBA,2002,Action,THQ,0.03,0.01,0,0,0.04 +13920,Rodea the Sky Soldier,3DS,2015,Action,Nippon Ichi Software,0.03,0,0,0,0.04 +13921,Konami Arcade Classics,PS,1999,Misc,Konami Digital Entertainment,0.02,0.01,0,0,0.04 +13922,Hunter x Hunter: Wonder Adventure,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13923,Super Army War,GBA,2005,Action,Flashpoint Games,0.03,0.01,0,0,0.04 +13924,Ao no Exorcist: Genkoku no Labyrinth,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +13925,Don Bradman Cricket 14,XOne,2015,Sports,Tru Blu Entertainment,0,0.04,0,0,0.04 +13926,Echo Night Beyond,PS2,2004,Adventure,Indie Games,0.02,0.01,0,0,0.04 +13927,Minna no Chizu,PSP,2006,Misc,Zenrin,0,0,0.04,0,0.04 +13928,Doom II: Hell on Earth,GBA,2002,Shooter,Activision,0.03,0.01,0,0,0.04 +13929,Taikou Risshiden V,PSP,2009,Strategy,Tecmo Koei,0,0,0.04,0,0.04 +13930,Shin Hayarigami,PS3,2014,Adventure,Nippon Ichi Software,0,0,0.04,0,0.04 +13931,Jikkyou Powerful Major League,GC,2006,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +13932,Train Simulator 2016,PC,2015,Simulation,Unknown,0,0.04,0,0,0.04 +13933,Corpse Party: Blood Covered - Repeated Fear,3DS,2015,Adventure,5pb,0,0,0.04,0,0.04 +13934,Suzumiya Haruhi no Tsuisou,PSP,2011,Adventure,Namco Bandai Games,0,0,0.04,0,0.04 +13935,Zoo Hospital,DS,2007,Simulation,Eidos Interactive,0.03,0,0,0,0.04 +13936,Evolution Skateboarding,GC,2002,Sports,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +13937,Greg Hastings' Tournament Paintball Max'd,DS,2006,Shooter,Activision,0.03,0,0,0,0.04 +13938,The Idolm@ster: Must Songs - Red Board / Blue Board,PSV,2015,Misc,Namco Bandai Games,0,0,0.04,0,0.04 +13939,Jikkyou World Soccer 2002,PS2,2002,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +13940,Tenshou Gakuen Gekkouroku,PS2,2006,Adventure,Asmik Ace Entertainment,0,0,0.04,0,0.04 +13941,Ski-Doo Snowmobile Challenge,X360,2009,Racing,Valcon Games,0.03,0,0,0,0.04 +13942,Aquanaut's Holiday: Kakusareta Kiroku,PS3,2008,Adventure,Sony Computer Entertainment,0,0,0.04,0,0.04 +13943,Real Soccer 2008,DS,2007,Sports,Ubisoft,0.03,0,0,0,0.04 +13944,Little Red Riding Hood's Zombie BBQ,DS,2008,Shooter,Destineer,0.03,0,0,0,0.04 +13945,Texas Hold 'Em Poker DS,DS,2005,Misc,Majesco Entertainment,0.03,0,0,0,0.04 +13946,DuckTales: Remastered,X360,2013,Action,Capcom,0.03,0,0,0,0.04 +13947,APB Reloaded,PC,2011,Role-Playing,Iceberg Interactive,0.02,0.01,0,0,0.04 +13948,Railroad Tycoon 3,PC,2003,Strategy,Gathering of Developers,0,0.03,0,0.01,0.04 +13949,Magical Starsign (JP sales),DS,2006,Role-Playing,Nintendo,0,0,0.04,0,0.04 +13950,Big Mutha Truckers,GBA,2005,Racing,Zoo Digital Publishing,0.03,0.01,0,0,0.04 +13951,DT Carnage,PSP,2009,Racing,Agetec,0.03,0,0,0,0.04 +13952,Resident Evil 6,XOne,2016,Shooter,Capcom,0.03,0,0,0,0.04 +13953,Teenage Zombies: Invasion of the Alien Brain Thingys,DS,2008,Adventure,Ignition Entertainment,0.03,0,0,0,0.04 +13954,Ar Nosurge: Ode to an Unborn Star,PSV,2014,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +13955,Warriors Orochi 3,XOne,2014,Action,Tecmo Koei,0.01,0.03,0,0,0.04 +13956,Monster High: New Ghoul in School,3DS,2015,Action,Little Orbit,0,0.03,0,0,0.04 +13957,Ragnarok Odyssey,PS3,2014,Role-Playing,GungHo,0.03,0.01,0,0.01,0.04 +13958,Rugby 08,PS2,2007,Sports,Electronic Arts,0.02,0.01,0,0,0.04 +13959,GoPets: Vacation Island,DS,2008,Simulation,Konami Digital Entertainment,0.03,0,0,0,0.04 +13960,Pia Carrot e Youkoso!! 2.5,DC,2008,Adventure,NEC Interchannel,0,0,0.04,0,0.04 +13961,Cy Girls,PS2,2004,Action,Konami Digital Entertainment,0.02,0.01,0,0,0.04 +13962,The Sum of All Fears,GBA,2002,Shooter,Ubisoft,0.03,0.01,0,0,0.04 +13963,Da Capo I & II Plus Situation Portable,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.04,0,0.04 +13964,World of Tanks,X360,N/A,Shooter,N/A,0,0.03,0,0,0.04 +13965,Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 5: Shinseiki Evangelion - Tamashii no Kiseki,DS,2010,Misc,D3Publisher,0,0,0.04,0,0.04 +13966,Bubble Bobble Double Shot,DS,2007,Puzzle,Rising Star Games,0.03,0,0,0,0.04 +13967,Minority Report: Everybody Runs,GBA,2002,Action,Activision,0.03,0.01,0,0,0.04 +13968,Monster Hunter Frontier Online: Season 9.0,X360,2010,Role-Playing,Capcom,0,0,0.04,0,0.04 +13969,Winning Post 8,PSV,2014,Racing,Tecmo Koei,0,0,0.04,0,0.04 +13970,C.O.R.E.,DS,2009,Shooter,Graffiti,0.03,0,0,0,0.04 +13971,Garfield: The Search for Pooky,GBA,2003,Platform,Game Factory,0.03,0.01,0,0,0.04 +13972,Rugby World Cup 2015,PSV,2015,Sports,Ubisoft,0,0.03,0,0.01,0.04 +13973,Galaxy Fight,SAT,1994,Fighting,Sunsoft,0,0,0.04,0,0.04 +13974,Chaos Wars,PS2,2006,Strategy,Idea Factory,0,0,0.04,0,0.04 +13975,Steambot Chronicles,PS2,2005,Role-Playing,505 Games,0.02,0.01,0,0,0.04 +13976,Toki no Kizuna: Sekigahara Kitan,PSP,2012,Action,Idea Factory,0,0,0.04,0,0.04 +13977,Mr. Driller,PS,1999,Puzzle,Namco Bandai Games,0.02,0.01,0,0,0.04 +13978,Norn9: Norn + Nonette,PSP,2013,Adventure,Idea Factory,0,0,0.04,0,0.04 +13979,Super Hero Generation,PSV,2014,Role-Playing,Namco Bandai Games,0,0,0.04,0,0.04 +13980,Simple DS Series Vol. 15: The Kanshikikan 2 - Aratanaru 8-tsu no Jiken wo Touch seyo,DS,2007,Adventure,D3Publisher,0,0,0.04,0,0.04 +13981,Gumby vs. the Astrobots,GBA,2005,Action,Namco Bandai Games,0.03,0.01,0,0,0.04 +13982,Trine 2,PC,2011,Platform,Focus Home Interactive,0,0.03,0,0.01,0.04 +13983,Doraemon: Shin Nobita no Nihon Tanjou,3DS,2016,Misc,FuRyu,0,0,0.04,0,0.04 +13984,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 13: Shinseiki Evangelion - Yakusoku no Toki,PS2,2008,Misc,D3Publisher,0,0,0.04,0,0.04 +13985,Worms: Ultimate Mayhem,PC,2011,Strategy,Unknown,0,0.03,0,0,0.04 +13986,Scaler,GC,2004,Platform,Take-Two Interactive,0.03,0.01,0,0,0.04 +13987,NHL Legacy,PS3,2015,Action,Electronic Arts,0.03,0,0,0.01,0.04 +13988,Chaos;Head Noah,X360,2009,Adventure,5pb,0,0,0.04,0,0.04 +13989,Tears to Tiara Anecdotes: The Secret of Avalon,PS3,2009,Strategy,Aqua Plus,0,0,0.04,0,0.04 +13990,Legasista,PS3,2012,Role-Playing,Nippon Ichi Software,0,0,0.04,0,0.04 +13991,Fatal Fury: Battle Archives Volume 1,PS2,2006,Fighting,Ignition Entertainment,0.02,0.01,0,0,0.04 +13992,The Night of the Rabbit,PC,2013,Adventure,Daedalic Entertainment,0,0.03,0,0,0.04 +13993,Harukanaru Toki no Naka de 3: Unmei no Meikyuu Aizouban,PSP,2009,Adventure,Tecmo Koei,0,0,0.04,0,0.04 +13994,Rhapsody: A Musical Adventure,PS,1998,Role-Playing,Nippon Ichi Software,0.02,0.01,0,0,0.04 +13995,NHL 16,PS3,2015,Sports,Electronic Arts,0,0.03,0,0.01,0.04 +13996,Destiny: The Collection,XOne,2016,Shooter,Activision,0.01,0.02,0,0,0.04 +13997,Music Maker: Rockstar,PS2,2009,Misc,Magix,0.02,0.01,0,0,0.04 +13998,Fading Shadows,PSP,2008,Puzzle,Ivolgamus,0.03,0,0,0,0.04 +13999,Formula 1 06,PS2,2006,Racing,Sony Computer Entertainment,0,0,0.04,0,0.04 +14000,Without Warning,PS2,2005,Shooter,Capcom,0.02,0.01,0,0,0.04 +14001,"Minna de Jibun no Setsumeisho: B-Kata, A-Kata, AB-Kata, O-Kata",DS,2008,Misc,GungHo,0,0,0.04,0,0.04 +14002,Smashing Drive,XB,2002,Racing,Namco Bandai Games,0.03,0.01,0,0,0.04 +14003,Age of Mythology: The Titans,PC,2003,Strategy,Microsoft Game Studios,0.01,0.02,0,0,0.04 +14004,Fighting Vipers 2,DC,2000,Fighting,Sega,0,0,0.04,0,0.04 +14005,Teenage Mutant Ninja Turtles 3: Mutant Nightmare,XB,2005,Action,Konami Digital Entertainment,0.03,0.01,0,0,0.04 +14006,Sudoku Ball Detective,Wii,2009,Puzzle,Playlogic Game Factory,0.02,0.01,0,0,0.04 +14007,12-Sai. Koisuru Diary,3DS,2016,Adventure,Happinet,0,0,0.04,0,0.04 +14008,Castlevania: Lords of Shadow - Reverie,PS3,2011,Action,Konami Digital Entertainment,0.02,0.01,0,0.01,0.04 +14009,Napoleon Dynamite: The Game,PSP,2007,Puzzle,Crave Entertainment,0.03,0,0,0,0.04 +14010,Beatdown: Fists of Vengeance,XB,2005,Action,Capcom,0.03,0.01,0,0,0.04 +14011,Enchanted Arms (JP sales),PS3,2007,Role-Playing,Ubisoft,0,0,0.04,0,0.04 +14012,Monster Force,GBA,2002,Shooter,Universal Interactive,0.03,0.01,0,0,0.04 +14013,World of Goo,PC,2008,Puzzle,2D Boy,0,0.03,0,0.01,0.04 +14014,Onsei Kanjou Sokuteiki: Kokoro Scan,DS,2007,Misc,Sega,0,0,0.04,0,0.04 +14015,Clock Zero: Shuuen no Ichibyou Portable,PSP,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +14016,San Goku Shi DS 3,DS,2010,Strategy,Tecmo Koei,0,0,0.04,0,0.04 +14017,Trick x Logic: Season 2,PSP,2010,Adventure,Sony Computer Entertainment,0,0,0.04,0,0.04 +14018,Challenge Me: Word Puzzles,DS,2011,Puzzle,O-Games,0.03,0,0,0,0.04 +14019,Hakuouki: Zuisouroku,PS2,2009,Adventure,Idea Factory,0,0,0.04,0,0.04 +14020,World in Conflict,PC,2007,Strategy,Vivendi Games,0,0.03,0,0.01,0.04 +14021,World Championship Pool 2004,XB,2003,Sports,Jaleco,0.03,0.01,0,0,0.04 +14022,Derby Tsuku 5: Derby Uma o Tsukurou!,PS2,2006,Sports,Sega,0,0,0.04,0,0.04 +14023,S.T.A.L.K.E.R.: Clear Sky,PC,2008,Shooter,Deep Silver,0,0.03,0,0.01,0.04 +14024,Jikkyou Powerful Major League 2009,Wii,2009,Sports,Konami Digital Entertainment,0,0,0.04,0,0.04 +14025,SD Gundam Force: Showdown!,PS2,2004,Shooter,Namco Bandai Games,0.02,0.01,0,0,0.04 +14026,Ray Gigant,PSV,2015,Role-Playing,Namco Bandai Games,0,0,0.04,0,0.04 +14027,Negima!? 3-Jikanme ~Koi to Mahou to Sekaiju Densetsu~,PS2,2006,Adventure,Konami Digital Entertainment,0,0,0.04,0,0.04 +14028,Flow: Urban Dance Uprising,PS2,2005,Misc,Ubisoft,0.02,0.01,0,0,0.04 +14029,Ailu de Puzzle,PSP,2012,Action,Capcom,0,0,0.04,0,0.04 +14030,World in Conflict: Complete Edition,PC,2009,Strategy,Ubisoft,0,0.03,0,0.01,0.04 +14031,True Pinball,PS,1996,Misc,Ocean,0.02,0.01,0,0,0.04 +14032,Jane's Hotel,DS,2010,Simulation,Unknown,0.03,0,0,0,0.04 +14033,Stadium Games,GBA,2003,Sports,Ignition Entertainment,0.03,0.01,0,0,0.04 +14034,RLH: Run Like Hell,XB,2003,Shooter,Avalon Interactive,0.03,0.01,0,0,0.04 +14035,Power Play Pool,DS,2006,Sports,System 3 Arcade Software,0.03,0,0,0,0.04 +14036,J-League Pro Striker 2,GEN,1994,Sports,Sega,0,0,0.04,0,0.04 +14037,Obscure,XB,2004,Adventure,MC2 Entertainment,0.03,0.01,0,0,0.04 +14038,Caesar III,PC,1998,Strategy,Vivendi Games,0,0.03,0,0.01,0.04 +14039,Super Robot Taisen: Scramble Commander the 2nd,PS2,2007,Strategy,Banpresto,0,0,0.04,0,0.04 +14040,Mahjong Taikai,DS,2004,Misc,Tecmo Koei,0,0,0.04,0,0.04 +14041,Tomb Raider: Anniversary,PC,2007,Action,Eidos Interactive,0,0.03,0,0.01,0.04 +14042,Espgaluda II Black Label,X360,2010,Shooter,Cave,0,0,0.04,0,0.04 +14043,The Croods: Prehistoric Party!,3DS,2013,Misc,D3Publisher,0.01,0.02,0,0,0.04 +14044,Bratz Kidz,DS,2008,Misc,Game Factory,0.03,0,0,0,0.04 +14045,Hot Potato!,GBA,2001,Action,BAM! Entertainment,0.03,0.01,0,0,0.04 +14046,Barbie and Her Sisters Puppy Rescue,3DS,2015,Action,Namco Bandai Games,0,0.03,0,0,0.04 +14047,Kiniro no Corda 2 f,PSP,2009,Role-Playing,Tecmo Koei,0,0,0.04,0,0.04 +14048,Swords,Wii,N/A,Fighting,Unknown,0.03,0,0,0,0.04 +14049,Winter Sports 3: The Great Tournament,PS3,2010,Sports,Tradewest,0,0.03,0,0.01,0.04 +14050,Deception III: Dark Delusion,PS,1999,Role-Playing,Tecmo Koei,0.02,0.01,0,0,0.04 +14051,Gothic Universe,PC,2007,Role-Playing,JoWood Productions,0,0.03,0,0.01,0.04 +14052,Ultimate Game Room,DS,2009,Misc,Majesco Entertainment,0.03,0,0,0,0.04 +14053,Alpha Protocol,PC,2010,Role-Playing,Sega,0,0.03,0,0.01,0.04 +14054,Penguins of Madagascar,WiiU,2014,Action,Namco Bandai Games,0.01,0.02,0,0,0.04 +14055,Nobunaga's Ambition II,3DS,2015,Strategy,Tecmo Koei,0,0,0.04,0,0.04 +14056,DarkStar One,PC,2006,Simulation,Ubisoft,0,0.03,0,0.01,0.04 +14057,Half-Minute Hero 2,PSP,N/A,Role-Playing,Rising Star Games,0,0,0.04,0,0.04 +14058,Clockwork Empires,PC,N/A,Strategy,Unknown,0,0.03,0,0,0.04 +14059,Monster Kingdom: Jewel Summoner,PSP,2006,Role-Playing,Sony Computer Entertainment,0,0,0.04,0,0.04 +14060,Cook Wars,Wii,2009,Misc,Ubisoft,0.03,0,0,0,0.04 +14061,Kuroshitsuji: Phantom & Ghost,DS,2009,Action,Square Enix,0,0,0.04,0,0.04 +14062,Petz: Catz Playground,DS,2010,Simulation,Ubisoft,0.03,0,0,0,0.04 +14063,Pirates: Duels on the High Seas,DS,2008,Action,Oxygen Interactive,0.03,0,0,0,0.04 +14064,Fushigi no Dungeon: Fuurai no Shiren 5 - Fortune Tower to Unmei no Dice,DS,2010,Role-Playing,ChunSoft,0,0,0.04,0,0.04 +14065,Sins of a Solar Empire: Trinity,PC,2010,Strategy,Kalypso Media,0,0.03,0,0.01,0.04 +14066,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Shu-Hen,PSP,2010,Adventure,Yeti,0,0,0.04,0,0.04 +14067,Mahjong 300,DS,2011,Puzzle,Avanquest,0,0.03,0,0,0.04 +14068,The Ant Bully,GBA,2006,Platform,Midway Games,0.03,0.01,0,0,0.04 +14069,Sega Arcade Gallery,GBA,2003,Misc,THQ,0.03,0.01,0,0,0.04 +14070,Crazy Machines,DS,2008,Puzzle,DTP Entertainment,0,0.03,0,0,0.04 +14071,Astrology DS,DS,2009,Misc,Deep Silver,0.03,0,0,0,0.04 +14072,"My World, My Way (US sales)",DS,2008,Role-Playing,Global A Entertainment,0.04,0,0,0,0.04 +14073,Planescape: Torment,PC,1998,Role-Playing,Interplay,0.01,0.02,0,0.01,0.04 +14074,Tao Adventure: Curse Demon,DS,2005,Role-Playing,Konami Digital Entertainment,0.03,0,0,0,0.04 +14075,Aegis of Earth: Protonovus Assault,PSV,2016,Action,PQube,0.02,0.01,0,0.01,0.04 +14076,Hello Kitty: Roller Rescue,PC,2005,Action,Empire Interactive,0,0.03,0,0,0.04 +14077,Double Value!: ATV Thunder Ridge Riders / Monster Trucks Mayhem,DS,2007,Racing,Zoo Digital Publishing,0.03,0,0,0,0.04 +14078,A Game of Thrones: Genesis,PC,2011,Strategy,Focus Home Interactive,0,0.03,0,0.01,0.04 +14079,Hotel Giant 2,PC,2008,Strategy,JoWood Productions,0,0.03,0,0.01,0.04 +14080,NHRA Drag Racing: Countdown to the Championship,PS2,2007,Racing,THQ,0.02,0.01,0,0,0.04 +14081,Black Stone: Magic & Steel,XB,2003,Role-Playing,THQ,0.03,0.01,0,0,0.04 +14082,MLB 15: The Show,PSV,2015,Sports,Sony Computer Entertainment,0.03,0,0,0.01,0.04 +14083,Puyo Pop Fever(us sales),DS,2004,Puzzle,Ignition Entertainment,0.03,0,0,0,0.04 +14084,Hitman: Blood Money,PC,2006,Action,Eidos Interactive,0,0.03,0,0.01,0.04 +14085,Assassin's Creed Chronicles: China,PS4,2015,Action,Ubisoft,0,0.03,0,0.01,0.04 +14086,The Cursed Crusade,PC,2011,Action,DTP Entertainment,0,0.03,0,0.01,0.04 +14087,Harukanaru Toki no Naka de: Maihitoyo,PS2,2006,Adventure,Tecmo Koei,0,0,0.04,0,0.04 +14088,Painkiller: Hell Wars,XB,2006,Shooter,DreamCatcher Interactive,0.03,0.01,0,0,0.04 +14089,Housekeeping,DS,N/A,Action,N/A,0,0,0.04,0,0.04 +14090,FunkMaster Flex's Digital Hitz Factory,PS2,2003,Misc,Jester Interactive,0.02,0.01,0,0,0.04 +14091,Star Wars Jedi Knight: Jedi Academy,PC,2003,Shooter,Activision,0,0.03,0,0.01,0.04 +14092,Greg Hastings Paintball 2,PS3,2010,Shooter,Majesco Entertainment,0.03,0,0,0,0.04 +14093,Sangoku Koi Senki: Otome no Heihou!,PSP,2012,Adventure,Prototype,0,0,0.04,0,0.04 +14094,Batman: A Telltale Game Series,PS4,2016,Adventure,Telltale Games,0.01,0.02,0,0.01,0.04 +14095,Castlevania Bloodlines,GEN,1994,Platform,Konami Digital Entertainment,0,0,0.04,0,0.04 +14096,Hakuouki: Zuisouroku DS,DS,2011,Adventure,Idea Factory,0,0,0.04,0,0.04 +14097,Might & Magic X: Legacy,PC,2014,Role-Playing,Ubisoft,0,0.03,0,0,0.04 +14098,Detective Conan: Prelude from the Past,PSP,2012,Action,Namco Bandai Games,0,0,0.04,0,0.04 +14099,Luminous Arc 3,DS,2009,Role-Playing,Marvelous Interactive,0,0,0.04,0,0.04 +14100,Major League Baseball 2K8,PSP,N/A,Sports,Unknown,0.03,0,0,0,0.03 +14101,FabStyle,3DS,2011,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14102,Rebel Raiders: Operation Nighthawk,PS2,2006,Simulation,Kando Games,0.02,0.01,0,0,0.03 +14103,Turbo: Super Stunt Squad,DS,2013,Sports,D3Publisher,0,0.03,0,0,0.03 +14104,Zenkoku Dekotora Matsuri,Wii,2008,Racing,Jaleco,0,0,0.03,0,0.03 +14105,Adventure Time: Explore the Dungeon Because I Don't Know!,WiiU,2013,Action,D3Publisher,0.02,0.01,0,0,0.03 +14106,Fast & Furious: Showdown,PS3,2013,Action,Activision,0,0.03,0,0,0.03 +14107,Alienators: Evolution Continues,GBA,2001,Action,Activision,0.03,0.01,0,0,0.03 +14108,Onechanbara Z Kagura,PS3,2013,Action,D3Publisher,0,0,0.03,0,0.03 +14109,Marines: Modern Urban Combat,Wii,2010,Shooter,O-Games,0.03,0,0,0,0.03 +14110,DoraMoji: Nobita no Kanji Daisakusen,3DS,2015,Misc,Shogakukan,0,0,0.03,0,0.03 +14111,Gekiatsu!! Pachi Game Tamashi: CR Evangelion - Hajimari no Fukuin,PS3,2010,Misc,Unknown,0,0,0.03,0,0.03 +14112,Supreme Ruler: Cold War,PC,2011,Strategy,Paradox Interactive,0,0.03,0,0.01,0.03 +14113,Travel Coach: Europe 1,DS,2008,Misc,HMH Interactive,0,0.03,0,0,0.03 +14114,Top Gun: Hard Lock,PS3,2012,Action,505 Games,0,0.03,0,0.01,0.03 +14115,MX World Tour Featuring Jamie Little,XB,2005,Racing,Crave Entertainment,0.03,0.01,0,0,0.03 +14116,XBLAZE Code: Embryo,PS3,2013,Adventure,Arc System Works,0.02,0,0.01,0,0.03 +14117,The Idolmaster: Gravure For You! Vol. 4,PS3,2012,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14118,RedCard 20-03,XB,2002,Sports,Midway Games,0.03,0.01,0,0,0.03 +14119,Katekyoo Hitman Reborn! DS: Fate of Heat II - Unmei no Futari,DS,2009,Role-Playing,Marvelous Interactive,0,0,0.03,0,0.03 +14120,Puyo Puyo 7,PSP,2009,Puzzle,Sega,0,0,0.03,0,0.03 +14121,Asterix & Obelix: Kick Buttix,PS2,2004,Action,Atari,0.02,0.01,0,0,0.03 +14122,Radiant Silvergun,SAT,1998,Shooter,ESP,0,0,0.03,0,0.03 +14123,Bounty Hounds,PSP,2006,Action,Namco Bandai Games,0.03,0,0,0,0.03 +14124,Care Bears - Care Quest,GBA,2005,Action,Game Factory,0.02,0.01,0,0,0.03 +14125,Apache: Air Assault,PC,2010,Simulation,Just Flight,0,0.03,0,0.01,0.03 +14126,Cooking Mama: My Sweets Shop,3DS,2014,Simulation,Office Create,0,0,0.03,0,0.03 +14127,Championship Manager Season 01/02,PC,2001,Sports,Eidos Interactive,0,0.03,0,0.01,0.03 +14128,Even in a Game Listen to Me Girls. I Am Your Father!,PSP,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14129,Tokyo Majin Gakuen: Kenfuuchou,DS,2008,Adventure,Marvelous Interactive,0,0,0.03,0,0.03 +14130,Boboboubo Boubobo: Ougi 87.5 Bakuretsu Hanage Shinken,GBA,2002,Action,Hudson Soft,0,0,0.03,0,0.03 +14131,Zatch Bell! Electric Arena,GBA,2003,Fighting,Banpresto,0.02,0.01,0,0,0.03 +14132,Boulder Dash: Rocks!,DS,2007,Puzzle,10TACLE Studios,0,0.03,0,0,0.03 +14133,NHRA Drag Racing: Countdown to the Championship,PSP,2007,Racing,THQ,0.03,0,0,0,0.03 +14134,The Void,PC,2008,Adventure,Mamba Games,0,0.03,0,0.01,0.03 +14135,TOCA Race Driver 3,XB,2006,Racing,Codemasters,0.03,0.01,0,0,0.03 +14136,Daito Giken Premium Pachi-Slot Collection: Yoshimune,PS2,2006,Misc,Daito,0,0,0.03,0,0.03 +14137,Maximum Racing: Drag & Stock Racer,Wii,2010,Racing,Nordic Games,0.03,0,0,0,0.03 +14138,Sky Dancers,GBA,2005,Action,Crave Entertainment,0.02,0.01,0,0,0.03 +14139,Silent Scope,GBA,2002,Shooter,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14140,Resident Evil 4 HD,PS4,2016,Shooter,Capcom,0.03,0,0,0.01,0.03 +14141,World Series of Poker: Tournament of Champions 2007 Edition,PS2,2006,Misc,Activision,0.02,0.01,0,0,0.03 +14142,Clever Kids: Pirates,DS,2008,Misc,Midas Interactive Entertainment,0,0.03,0,0,0.03 +14143,Yggdra Union: We'll Never Fight Alone,GBA,2006,Role-Playing,Sting,0,0,0.03,0,0.03 +14144,Tour de France 2014,PS4,2014,Sports,Focus Home Interactive,0,0.03,0,0,0.03 +14145,Gekiatsu!! Pachi Game Tamashi Max: Evangelion 7 x Seimei no Kodou,PS3,2012,Misc,Fields,0,0,0.03,0,0.03 +14146,Rapala Tournament Fishing!,X360,2006,Sports,Activision,0.03,0,0,0,0.03 +14147,The Legend of Heroes: Trails in the Sky SC Evolution,PSV,2015,Role-Playing,Kadokawa Games,0,0,0.03,0,0.03 +14148,Prey,PC,2006,Shooter,Take-Two Interactive,0,0.03,0,0.01,0.03 +14149,Wangan Midnight,PS3,2007,Racing,Genki,0,0,0.03,0,0.03 +14150,ESPN NBA 2Night 2002,PS2,2002,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14151,Cabela's Dangerous Hunts 2,GC,2005,Sports,Activision,0.03,0.01,0,0,0.03 +14152,SpongeBob: HeroPants,3DS,2015,Platform,Activision,0.03,0,0,0,0.03 +14153,Kekkaishi: Kokubourou no Kage,Wii,2007,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14154,Trap Gunner: Countdown to Oblivion,PS,1998,Strategy,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14155,Suzumiya Haruhi no Tsuisou,PS3,2011,Adventure,Namco Bandai Games,0,0,0.03,0,0.03 +14156,Mame Goma: Shiro to Kuro no Meikyuu,3DS,2012,Action,Nippon Ichi Software,0,0,0.03,0,0.03 +14157,"Crouching Tiger, Hidden Dragon",GBA,2003,Action,Ubisoft,0.02,0.01,0,0,0.03 +14158,Clash of Elementalists,3DS,2013,Action,Unknown,0,0.03,0,0,0.03 +14159,Simple DS Series Vol. 8: The Kanshikikan - Kinkyuu Shutsudou!! Jiken Genba wo Touch Seyo,DS,2006,Adventure,D3Publisher,0,0,0.03,0,0.03 +14160,Harukanaru Toki no Naka de Yumenoukihashi Special,PS2,2009,Adventure,Tecmo Koei,0,0,0.03,0,0.03 +14161,Rise of Nations: Rise of Legends,PC,2006,Strategy,Microsoft Game Studios,0,0.03,0,0.01,0.03 +14162,Sabre Wulf,GBA,N/A,Platform,THQ,0.02,0.01,0,0,0.03 +14163,Tsuyo Kiss: Mighty Heart,PS2,2006,Adventure,Princess Soft,0,0,0.03,0,0.03 +14164,Zoo Tycoon,PC,2001,Strategy,Microsoft Game Studios,0,0.03,0,0.01,0.03 +14165,Gacharoku,PS2,2002,Misc,Sony Computer Entertainment,0,0,0.03,0,0.03 +14166,SX Superstar,GC,2003,Racing,Acclaim Entertainment,0.03,0.01,0,0,0.03 +14167,Cake Mania: Baker's Challenge,PSP,2008,Puzzle,Destineer,0.03,0,0,0,0.03 +14168,MotoGP,PSP,2006,Racing,Sony Computer Entertainment,0.03,0,0,0,0.03 +14169,Zoo Vet: Endangered Animals,DS,2008,Simulation,505 Games,0.03,0,0,0,0.03 +14170,Deer Drive: Legends,3DS,2012,Action,Maximum Family Games,0.03,0,0,0,0.03 +14171,Driven,GBA,2001,Racing,BAM! Entertainment,0.02,0.01,0,0,0.03 +14172,Red Faction II,GC,2003,Shooter,THQ,0.03,0.01,0,0,0.03 +14173,Criminal Girls 2,PSV,2015,Role-Playing,Nippon Ichi Software,0,0,0.03,0,0.03 +14174,SD Gundam G Generation: Gather Beat 2,WS,2001,Strategy,Namco Bandai Games,0,0,0.03,0,0.03 +14175,Original Story from Fairy Tail: Gekitotsu! Kardia Daiseidou,DS,2011,Role-Playing,Hudson Soft,0,0,0.03,0,0.03 +14176,Who Wants to be a Millionaire: 1st Edition,Wii,2007,Misc,Ubisoft,0,0.03,0,0,0.03 +14177,Diabolik Lovers: Dark Fate,PSV,2015,Action,Idea Factory,0,0,0.03,0,0.03 +14178,Battle Engine Aquila,PS2,2003,Shooter,Atari,0.02,0.01,0,0,0.03 +14179,Astonishia Story,PSP,2006,Role-Playing,Ubisoft,0.03,0,0,0,0.03 +14180,Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden,PS3,2016,Misc,Tecmo Koei,0,0,0.03,0,0.03 +14181,Special Forces: Nemesis Strike,XB,2005,Shooter,Hip Interactive,0.03,0.01,0,0,0.03 +14182,Women's Volleyball Championship,PS2,2007,Sports,Spike,0,0,0.03,0,0.03 +14183,Junior Island Adventure,DS,2011,Puzzle,Unknown,0.03,0,0,0,0.03 +14184,Jikkyou Powerful Pro Yakyuu Wii Ketteiban,Wii,2007,Sports,Konami Digital Entertainment,0,0,0.03,0,0.03 +14185,MX vs. ATV Supercross,PS3,2014,Racing,Nordic Games,0.02,0.01,0,0.01,0.03 +14186,Rakushou! Pachi-Slot Sengen 5: Rio Paradise,PS2,2007,Misc,Tecmo Koei,0,0,0.03,0,0.03 +14187,Sacra Terra: Angelic Night,PC,2011,Puzzle,Avanquest,0.01,0.02,0,0.01,0.03 +14188,Teenage Mutant Ninja Turtles: Mutants in Manhattan,XOne,2016,Action,Activision,0.02,0.01,0,0,0.03 +14189,Battle Assault 3 featuring Gundam Seed,PS2,2004,Action,Namco Bandai Games,0.02,0.01,0,0,0.03 +14190,Crimson Tears,PS2,2004,Role-Playing,Capcom,0.02,0.01,0,0,0.03 +14191,Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Oyashiki-Hen,DS,2008,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14192,Batman Forever: The Arcade Game,PS,1996,Action,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14193,Romance of the Three Kingdoms (3DS),3DS,2013,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14194,Electroplankton,DS,2005,Misc,Nintendo,0.01,0,0.02,0,0.03 +14195,Cabela's Outdoor Adventures,GC,2005,Sports,Activision,0.03,0.01,0,0,0.03 +14196,Makai Senki Disgaea 4: Fuuka & Desco-hen Hajime Mashita,PS3,2011,Strategy,Nippon Ichi Software,0,0,0.03,0,0.03 +14197,Backyard NFL Football 2006,GBA,2005,Sports,Atari,0.02,0.01,0,0,0.03 +14198,Game of Thrones (Telltale),X360,2015,Adventure,Telltale Games,0.02,0.01,0,0,0.03 +14199,Mashiro Iro Symphony: *mutsu-no-hana,PSP,2011,Adventure,Comfort,0,0,0.03,0,0.03 +14201,Monster Guardians,GBA,2001,Role-Playing,Konami Digital Entertainment,0,0,0.03,0,0.03 +14202,Sunday vs Magazine Shuuketsu! Choujou Daikessen,PSP,2009,Fighting,Konami Digital Entertainment,0,0,0.03,0,0.03 +14203,An American Tail: Fievel's Gold Rush,GBA,2002,Platform,Conspiracy Entertainment,0.02,0.01,0,0,0.03 +14204,Dead or Alive Xtreme 3: Venus,PSV,2016,Sports,Tecmo Koei,0,0,0.03,0,0.03 +14205,Diabolik Lovers: More Blood,PSP,2013,Adventure,Idea Factory,0,0,0.03,0,0.03 +14206,Magna Carta Portable,PSP,2006,Role-Playing,Banpresto,0,0,0.03,0,0.03 +14207,Red Faction: Guerrilla,PC,2009,Shooter,THQ,0,0.03,0,0.01,0.03 +14208,The Italian Job,GC,2003,Racing,Eidos Interactive,0.03,0.01,0,0,0.03 +14209,Crazy Chicken: Star Karts,DS,2008,Racing,Phenomedia,0.03,0,0,0,0.03 +14210,Detective Conan: Phantom Rhapsody,3DS,2014,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14211,Super Dodgeball Brawlers (jp sales),DS,2008,Sports,Arc System Works,0,0,0.03,0,0.03 +14212,Makai Senki Disgaea Portable: Tsuushin Taisen Hajime Mashita,PSP,2007,Role-Playing,Nippon Ichi Software,0,0,0.03,0,0.03 +14213,M&Ms Shell Shocked,PS,2001,Action,Berkeley,0.02,0.01,0,0,0.03 +14214,RACE On,PC,2009,Racing,bitComposer Games,0,0.03,0,0.01,0.03 +14215,K-On! After School Live!! HD Ver.,PS3,2012,Action,Sega,0,0,0.03,0,0.03 +14216,Metal Gear Solid: The Essential Collection (JP sales),PS2,2007,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14217,Overlord II,PC,2009,Action,Codemasters,0,0.03,0,0.01,0.03 +14218,Young Justice: Legacy,Wii,2013,Action,Namco Bandai Games,0,0.03,0,0,0.03 +14219,3D Baseball,PS,1996,Sports,BMG Interactive Entertainment,0.02,0.01,0,0,0.03 +14220,Pachitte Chonmage Tatsujin 12: Pachinko Ultraman,PS2,2007,Misc,Hackberry,0,0,0.03,0,0.03 +14221,First Queen: Ornic Senki,SNES,1994,Role-Playing,Culture Brain,0,0,0.03,0,0.03 +14222,Call of Juarez: Bound in Blood,PC,2009,Shooter,Ubisoft,0,0.03,0,0.01,0.03 +14223,Dream C Club Zero,X360,2011,Simulation,D3Publisher,0,0,0.03,0,0.03 +14224,Shining Stars,DS,2008,Action,"Destination Software, Inc",0.03,0,0,0,0.03 +14225,Tail Concerto,PS,1998,Adventure,Namco Bandai Games,0.02,0.01,0,0,0.03 +14226,The Sum of All Fears,GC,2003,Shooter,Ubisoft,0.03,0.01,0,0,0.03 +14227,James Pond: Codename Robocod,GBA,2005,Platform,Play It,0.02,0.01,0,0,0.03 +14228,Yumi's Odd Odyssey,3DS,2013,Platform,Agatsuma Entertainment,0,0,0.03,0,0.03 +14229,Night Head: The Labyrinth,PS,1995,Adventure,Fuji,0,0,0.03,0,0.03 +14230,JoJo's Bizarre Adventure: Eyes of Heaven,PS4,2015,Fighting,Namco Bandai Games,0,0,0.03,0,0.03 +14231,Angler's Club: Ultimate Bass Fishing 3D,3DS,2011,Sports,D3Publisher,0,0.03,0,0,0.03 +14232,Utawarerumono Portable,PSP,2009,Role-Playing,Aqua Plus,0,0,0.03,0,0.03 +14233,Gaia Saver Hero Saidai no Sakusen,SNES,1994,Role-Playing,Banpresto,0,0,0.03,0,0.03 +14234,EverBlue 2,PS2,2002,Adventure,Capcom,0.02,0.01,0,0,0.03 +14235,Emma at the Farm,DS,2008,Adventure,Aspyr,0.03,0,0,0,0.03 +14236,NASCAR Heat Evolution,PS4,2016,Racing,Dusenberry Martin Racing,0.03,0,0,0.01,0.03 +14237,Higurashi no Naku Koro ni Kizuna: Dai-San-Kan - Rasen,DS,2009,Adventure,Alchemist,0,0,0.03,0,0.03 +14238,The Sims 2: Glamour Life Stuff,PC,2006,Simulation,Electronic Arts,0,0.03,0,0.01,0.03 +14239,Safari Adventures: Africa,Wii,2007,Adventure,Neko Entertainment,0.03,0,0,0,0.03 +14240,Summer Athletics: The Ultimate Challenge,X360,2008,Sports,DTP Entertainment,0.02,0.01,0,0,0.03 +14241,Prince of Persia: The Forgotten Sands,PC,2010,Action,Ubisoft,0,0.03,0,0,0.03 +14242,Yumeiro Patissiere: My Sweets Cooking,DS,2010,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14243,Daito Giken Koushiki Pachi-Slot Simulator: Yoshimune Portable,PSP,2006,Misc,Daito,0,0,0.03,0,0.03 +14244,Clannad,PS3,2011,Adventure,Prototype,0,0,0.03,0,0.03 +14245,Maximum Racing: GP Classic Racing,Wii,2010,Racing,Nordic Games,0.03,0,0,0,0.03 +14246,Trials Fusion,PC,2014,Racing,Ubisoft,0,0.03,0,0,0.03 +14247,Rugby League Live 3,PS3,2015,Action,Tru Blu Entertainment,0,0.03,0,0,0.03 +14248,PowerSlave,PS,1996,Shooter,BMG Interactive Entertainment,0.02,0.01,0,0,0.03 +14249,Legend of the Dragon,PSP,2007,Fighting,Game Factory,0.03,0,0,0,0.03 +14250,Project Gotham Racing 2 (JP weekly sales),XB,2003,Action,Microsoft Game Studios,0,0,0.03,0,0.03 +14251,Ukiyo no Shishi,PS3,2015,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14252,The Binding of Isaac,PC,2012,Action,Unknown,0,0.03,0,0,0.03 +14253,CT Special Forces,GBA,2002,Action,LSP Games,0.02,0.01,0,0,0.03 +14254,FIFA World Cup: Germany 2006,GBA,2006,Sports,Electronic Arts,0.02,0.01,0,0,0.03 +14255,Jewel Master: Cradle of Rome,Wii,2008,Puzzle,Rondomedia,0.03,0,0,0,0.03 +14256,Midnight Mysteries: The Edgar Allan Poe Conspiracy,PC,2009,Adventure,GSP,0,0.03,0,0.01,0.03 +14257,Beastly,Wii,2011,Misc,Unknown,0.03,0,0,0,0.03 +14258,Crash Time: Autobahn Pusuit,X360,2008,Racing,RTL,0.03,0,0,0,0.03 +14259,Earthworm Jim 2,GBA,2002,Platform,Vivendi Games,0.02,0.01,0,0,0.03 +14260,Garfield: A Tale of Two Kitties,DS,2006,Platform,Game Factory,0.03,0,0,0,0.03 +14261,Tamagotchi no Doki Doki Dream Omisecchi,3DS,2013,Simulation,Namco Bandai Games,0,0,0.03,0,0.03 +14262,Toushin Toshi,3DS,2014,Role-Playing,imageepoch Inc.,0,0,0.03,0,0.03 +14263,Suujin Taisen,DS,2007,Strategy,Nintendo,0,0,0.03,0,0.03 +14264,SBK 2011: FIM Superbike World Championship,PC,2011,Racing,Black Bean Games,0,0.03,0,0.01,0.03 +14265,Driv3r,GBA,2005,Racing,Atari,0.02,0.01,0,0,0.03 +14266,Street Supremacy,PSP,2005,Racing,Konami Digital Entertainment,0.03,0,0,0,0.03 +14267,Combat Mission: Shock Force,PC,2007,Strategy,Paradox Interactive,0,0.03,0,0.01,0.03 +14268,Rome: Total War - Gold Edition,PC,2006,Strategy,Sega,0,0.03,0,0.01,0.03 +14269,House M.D.,DS,2010,Adventure,Mindscape,0.02,0.01,0,0,0.03 +14270,Mystery Case Files: Ravenhearst,PC,2007,Puzzle,Focus Home Interactive,0.01,0.02,0,0.01,0.03 +14271,YoKai Watch Dance: Just Dance Special Version,WiiU,2015,Misc,Level 5,0,0,0.03,0,0.03 +14272,River King: Mystic Valley (jp sales),DS,2007,Sports,Rising Star Games,0,0,0.03,0,0.03 +14273,Winning Post World,PS2,2009,Sports,Tecmo Koei,0,0,0.03,0,0.03 +14274,Jig-A-Pix: Wild World,DS,2009,Puzzle,Zushi Games,0.03,0.01,0,0,0.03 +14275,Best Friends Tonight,DS,2010,Misc,Ubisoft,0.03,0,0,0,0.03 +14276,Beyond the Labyrinth,3DS,N/A,Role-Playing,Unknown,0,0,0.03,0,0.03 +14277,Living Legends: Frozen Beauty,PC,2014,Action,Big Fish Games,0,0.03,0,0,0.03 +14278,Super Hero Generation,PS3,2014,Role-Playing,Namco Bandai Games,0,0,0.03,0,0.03 +14279,.hack: Sekai no Mukou ni + Versus,PS3,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14280,Sea Park Tycoon,DS,2010,Simulation,Foreign Media Games,0.02,0.01,0,0,0.03 +14281,Disney Sports Soccer,GC,2002,Sports,Konami Digital Entertainment,0.03,0.01,0,0,0.03 +14282,Cooking Mama 5: Bon Appetit!,3DS,2013,Simulation,Office Create,0,0,0.03,0,0.03 +14283,Mame Goma: Honobo no Nikki,DS,2007,Simulation,TDK Core,0,0,0.03,0,0.03 +14284,Guitar Hero: World Tour,PC,2009,Misc,Aspyr,0,0.03,0,0.01,0.03 +14285,Nancy Drew: Alibi In Ashes,PC,2011,Adventure,Her Interactive,0.03,0,0,0,0.03 +14286,The Walking Dead: Season One,PC,2012,Adventure,Avanquest Software,0,0.03,0,0.01,0.03 +14287,Ultimate Block Party,PSP,2004,Puzzle,505 Games,0.03,0,0,0,0.03 +14288,Disney's Hide & Sneak,GC,2003,Action,Capcom,0.03,0.01,0,0,0.03 +14289,Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice,PSV,2013,Strategy,Namco Bandai Games,0,0,0.03,0,0.03 +14290,Nobunaga no Yabou: Kakushin with Power-Up Kit,PS2,2008,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14291,Raw Danger!,PS2,2006,Action,505 Games,0.02,0.01,0,0,0.03 +14292,Arthur and the Invisibles,DS,2007,Adventure,Atari,0.03,0,0,0,0.03 +14293,Flipper Critters,DS,2007,Simulation,Conspiracy Entertainment,0.03,0,0,0,0.03 +14294,Medarot 9: Kabuto Ver. / Kuwagata Ver.,3DS,2015,Role-Playing,Rocket Company,0,0,0.03,0,0.03 +14295,Monster Rancher Hop-A-Bout,PS,2000,Action,Tecmo Koei,0.02,0.01,0,0,0.03 +14296,Foto Showdown,DS,2010,Role-Playing,Unknown,0.03,0,0,0,0.03 +14297,Custom Beat Battle: Draglade 2,DS,2008,Fighting,Namco Bandai Games,0,0,0.03,0,0.03 +14298,Gotouchi Kenkei DS,DS,2006,Misc,Spike,0,0,0.03,0,0.03 +14299,Bikkuriman Daijiten,DS,N/A,Misc,N/A,0,0,0.03,0,0.03 +14300,Accel World: Ginyoku no Kakusei,PS3,2012,Adventure,Namco Bandai Games,0,0,0.03,0,0.03 +14301,Elf Bowling 1 & 2,GBA,2005,Sports,Ignition Entertainment,0.02,0.01,0,0,0.03 +14302,Men of War,PC,2009,Strategy,505 Games,0.01,0.02,0,0.01,0.03 +14303,Toy Shop,DS,2008,Simulation,Majesco Entertainment,0.03,0,0,0,0.03 +14304,Metroid Prime: Federation Force,3DS,2016,Action,Nintendo,0.02,0.01,0.01,0,0.03 +14305,GunGriffon: Allied Strike,XB,2004,Simulation,Microsoft Game Studios,0.02,0.01,0,0,0.03 +14306,Stacked with Daniel Negreanu,PSP,2006,Misc,Myelin Media,0.03,0,0,0,0.03 +14307,Vitamin X Evolution,DS,2008,Adventure,D3Publisher,0,0,0.03,0,0.03 +14308,Saru! Get You! SaruSaru Daisakusen,PSP,2007,Platform,Sony Computer Entertainment,0,0,0.03,0,0.03 +14309,Sonic Boom: Fire & Ice,3DS,2016,Platform,Sega,0.03,0,0,0,0.03 +14310,The Flintstones: Big Trouble in Bedrock,GBA,2001,Platform,Swing! Entertainment,0.02,0.01,0,0,0.03 +14311,Hallowed Legends: Samhain,PC,2011,Adventure,Focus Home Interactive,0,0.02,0,0.01,0.03 +14312,Captain Morgane and the Golden Turtle,DS,2012,Adventure,Reef Entertainment,0,0.03,0,0,0.03 +14313,Sekai no Hate Made Itte Q! Chinjuu Hunter Mono no Daibouken,DS,2010,Misc,Kamui,0,0,0.03,0,0.03 +14314,Silverlicious,DS,2012,Action,N/A,0.03,0,0,0,0.03 +14315,Majesty 2: The Fantasy Kingdom Sim,X360,N/A,Simulation,Unknown,0.03,0,0,0,0.03 +14316,Gakusen Toshi Asterisk Festa: Houka Kenran,PSV,2016,Fighting,Namco Bandai Games,0,0,0.03,0,0.03 +14317,BeatMania IIDX 14 Gold,PS2,2008,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14318,PopCap Arcade Vol 2,X360,2009,Misc,PopCap Games,0.03,0,0,0,0.03 +14319,Toriko: Ultimate Survival,3DS,2013,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14320,Big Ichigeki! Pachi-Slot Taikouryku Universal Museum,SAT,1996,Misc,ASK,0,0,0.03,0,0.03 +14321,Vegas Casino,DS,2007,Misc,Neko Entertainment,0.03,0,0,0,0.03 +14322,Monster High: New Ghoul in School,Wii,2015,Action,Little Orbit,0,0.03,0,0,0.03 +14323,Madou Monogatari,SAT,1998,Role-Playing,Compile,0,0,0.03,0,0.03 +14324,Biker Mice From Mars,DS,2007,Racing,Game Factory,0.03,0,0,0,0.03 +14325,Smart Girl's Winter Wonderland,DS,2008,Misc,UFO Interactive,0.03,0,0,0,0.03 +14326,Tork: Prehistoric Punk,XB,2005,Platform,Microsoft Game Studios,0.02,0.01,0,0,0.03 +14327,Togainu no Chi: True Blood,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.03,0,0.03 +14328,Onna no Ko to Misshitsu ni Itara **shichau Kamoshirenai,3DS,2012,Adventure,D3Publisher,0,0,0.03,0,0.03 +14329,Chicken Shoot 2,GBA,2005,Adventure,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14330,Neverwinter Nights,PC,2002,Role-Playing,Atari,0,0.03,0,0.01,0.03 +14331,East India Company Collection,PC,2010,Misc,Paradox Interactive,0,0.03,0,0,0.03 +14332,Battle vs. Chess,X360,2011,Misc,TopWare Interactive,0,0.03,0,0,0.03 +14333,The Inner World,PC,2013,Adventure,Headup Games,0,0.03,0,0,0.03 +14334,Pachinko Kamen Rider: Shocker Zenmetsu Daisakusen,PS2,2008,Misc,Hackberry,0,0,0.03,0,0.03 +14335,Underground Pool,DS,2007,Sports,UFO Interactive,0.03,0,0,0,0.03 +14336,Accel World: Ginyoku no Kakusei,PSP,2012,Adventure,Namco Bandai Games,0,0,0.03,0,0.03 +14337,Classic Dungeon: Fuyoku no Masoujin,PSP,2010,Role-Playing,Nippon Ichi Software,0,0,0.03,0,0.03 +14338,Alter Ego,PC,1985,Simulation,Activision,0,0.03,0,0.01,0.03 +14339,Dragon's Dogma Online,PS3,2015,Role-Playing,Capcom,0,0,0.03,0,0.03 +14340,Rampo,SAT,1995,Adventure,Sega,0,0,0.03,0,0.03 +14341,River City Super Sports Challenge,DS,2010,Sports,Arc System Works,0.01,0,0.02,0,0.03 +14342,My Pet Shop (JP sales),DS,2008,Simulation,Square Enix,0,0,0.03,0,0.03 +14343,Exstetra,PSV,2013,Role-Playing,FuRyu,0,0,0.03,0,0.03 +14344,Konami Classics Series: Arcade Hits,DS,2007,Misc,Konami Digital Entertainment,0.01,0,0.02,0,0.03 +14345,Dodge Racing: Charger vs Challenger,DS,2009,Racing,Zushi Games,0.03,0,0,0,0.03 +14346,Gokujou!! Mecha Mote Iinchou: MM My Best Friend!,DS,2010,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14347,Atelier Sophie: The Alchemist of the Mysterious Book,PS3,2015,Role-Playing,Tecmo Koei,0,0,0.03,0,0.03 +14348,SingStar Chartbreaker,PS3,2009,Misc,Sony Computer Entertainment,0,0.02,0,0.01,0.03 +14349,Hiiro no Kakera 2: Hisui no Shizuku,PS2,2007,Adventure,Idea Factory,0,0,0.03,0,0.03 +14350,Pro Yakyuu Spirits 5 Kanzenban,PS3,2008,Sports,Konami Digital Entertainment,0,0,0.03,0,0.03 +14351,Sorcery Saga: The Curse of the Great Curry God,PSV,2013,Role-Playing,Rising Star Games,0,0,0.03,0,0.03 +14352,SingStar Fussballhits,PS3,2010,Misc,Sony Computer Entertainment,0,0.02,0,0.01,0.03 +14353,A Good Librarian Like a Good Shepherd: Library Party,PSV,2015,Action,Kaga Create,0,0,0.03,0,0.03 +14354,Dance Factory,PS2,2006,Action,Codemasters,0.02,0.01,0,0,0.03 +14355,LEGO Legends of Chima: Laval's Journey,DS,2013,Adventure,Unknown,0,0.03,0,0,0.03 +14356,Montessori Music,DS,2008,Misc,Oxygen Interactive,0.01,0.02,0,0,0.03 +14357,Totally Spies!,GBA,2005,Platform,Atari,0.02,0.01,0,0,0.03 +14358,DragonHeart: Fire & Steel,PS,1996,Action,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14359,Nishijin Pachinko Monogatari 2,SNES,1996,Misc,KSS,0,0,0.03,0,0.03 +14360,Chaos;Head - Love Chu*Chu!,X360,2010,Adventure,5pb,0,0,0.03,0,0.03 +14361,Gal Gun: Double Peace,PSV,2015,Action,PQube,0,0.02,0.01,0,0.03 +14362,PriPara & Pretty Rhythm: PriPara de Tsukaeru Oshare Item 1450!,3DS,2015,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14363,RoadKill,GC,2003,Action,Midway Games,0.02,0.01,0,0,0.03 +14364,The Legend of Heroes III: Song of the Ocean,PSP,2006,Role-Playing,Namco Bandai Games,0.03,0,0,0,0.03 +14365,Dungeon Maker: Hunting Ground,PSP,2006,Role-Playing,Global A Entertainment,0.03,0,0,0,0.03 +14366,Mushihimesama Futari Ver 1.5,X360,2009,Shooter,Cave,0,0,0.03,0,0.03 +14367,F1 2002,GC,2002,Racing,Electronic Arts,0.02,0.01,0,0,0.03 +14368,Pocket Fighter,SAT,1998,Fighting,Capcom,0,0,0.03,0,0.03 +14369,Lock On: Modern Air Combat,PC,2003,Simulation,Ubisoft,0,0.03,0,0.01,0.03 +14370,Toaru Majutsu no Kagaku no Ensemble,PSP,2013,Adventure,Namco Bandai Games,0,0,0.03,0,0.03 +14371,Ojyousama Express,SAT,1998,Strategy,Media Works,0,0,0.03,0,0.03 +14372,Guilty Gear XX Accent Core Plus,Wii,2009,Fighting,PQube,0.01,0.02,0,0,0.03 +14373,Starsky & Hutch,GBA,2003,Racing,Empire Interactive,0.02,0.01,0,0,0.03 +14374,Super Meat Boy: Ultra Edition!,PC,2011,Platform,Unknown,0,0.02,0,0.01,0.03 +14375,Sitting Ducks,GBA,2003,Platform,LSP Games,0.02,0.01,0,0,0.03 +14376,Brothers Conflict: Brilliant Blue,PSP,2013,Adventure,Idea Factory,0,0,0.03,0,0.03 +14377,JoJo's Bizarre Adventure: Eyes of Heaven,PS3,2015,Fighting,Namco Bandai Games,0,0,0.03,0,0.03 +14378,Hajime no Ippo: The Fighting! (2014),PS3,2014,Sports,Namco Bandai Games,0,0,0.03,0,0.03 +14379,Eyeshield 21: Field Saikyou no Senshi Tachi,Wii,2007,Role-Playing,Nintendo,0,0,0.03,0,0.03 +14380,Fullmetal Alchemist: Brotherhood,PSP,N/A,Action,Unknown,0,0,0.03,0,0.03 +14381,To LoveRu Trouble: Waku Waku! Rinkangakkou-Hen,DS,2008,Adventure,Marvelous Interactive,0,0,0.03,0,0.03 +14382,Medabots 9: Metabee / Rokusho,3DS,2015,Role-Playing,Rocket Company,0,0,0.03,0,0.03 +14383,Doodle Hex,DS,2008,Puzzle,Pinnacle,0,0.03,0,0,0.03 +14384,Homeworld 2,PC,2003,Strategy,Vivendi Games,0,0.03,0,0.01,0.03 +14385,Hakuoki Zuisouroku Omokage Hana,PSV,2015,Action,Idea Factory,0,0,0.03,0,0.03 +14386,Hearts of Iron IV,PC,2016,Strategy,Paradox Interactive,0,0.03,0,0,0.03 +14387,thinkSMART FAMILY!,Wii,2010,Misc,Conspiracy Entertainment,0.03,0,0,0,0.03 +14388,Last Escort: Club Katze,PSP,2010,Adventure,D3Publisher,0,0,0.03,0,0.03 +14389,Stacked with Daniel Negreanu,XB,2006,Misc,Myelin Media,0.02,0.01,0,0,0.03 +14390,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wei-Hen,PSP,2010,Adventure,Yeti,0,0,0.03,0,0.03 +14391,Rayman 3: Hoodlum Havoc,PC,2003,Platform,Ubisoft,0,0.03,0,0.01,0.03 +14392,Otometeki Koi Kakumei * Love Revo,PS2,2006,Adventure,Interchannel,0,0,0.03,0,0.03 +14393,Phantasy Star Online 2 Episode 4: Deluxe Package,PS4,2017,Role-Playing,Sega,0,0,0.03,0,0.03 +14394,Timmy Time,DS,2011,Action,Avanquest,0,0.03,0,0,0.03 +14395,Infinite Stratos 2: Ignition Hearts,PSV,2014,Adventure,5pb,0,0,0.03,0,0.03 +14396,Dr. Muto,GC,2002,Platform,Midway Games,0.02,0.01,0,0,0.03 +14397,Airship Q,PSV,2015,Platform,Cygames,0,0,0.03,0,0.03 +14398,Ratatouille,PC,2007,Action,THQ,0.01,0.01,0,0,0.03 +14399,Otomedius Gorgeous,X360,2008,Shooter,Konami Digital Entertainment,0,0,0.03,0,0.03 +14400,Jikandia: The Timeless Land,PSP,2010,Role-Playing,Idea Factory,0.03,0,0,0,0.03 +14401,Egg Mania: Eggstreme Madness,PS2,2002,Puzzle,Kemco,0.02,0.01,0,0,0.03 +14402,Super Heroine Chronicle,PS3,2014,Role-Playing,Namco Bandai Games,0,0,0.03,0,0.03 +14403,Boot Camp Academy,Wii,2010,Action,Zoo Games,0.03,0,0,0,0.03 +14404,Kiniro no Corda 3,PS2,2010,Adventure,Tecmo Koei,0,0,0.03,0,0.03 +14405,Zero Escape: Virtue's Last Reward,3DS,2012,Adventure,Rising Star Games,0.03,0,0,0,0.03 +14406,Darkstalkers Resurrection,PS3,2013,Fighting,Capcom,0,0,0.03,0,0.03 +14407,Take On Helicopters,PC,2011,Simulation,Unknown,0,0.02,0,0.01,0.03 +14408,Highschool Terra Story,SAT,1998,Adventure,KID,0,0,0.03,0,0.03 +14409,Emergency! Disaster Rescue Squad,DS,2009,Simulation,Destineer,0.03,0,0,0,0.03 +14410,Shaun White Skateboarding,PC,2010,Sports,Ubisoft,0,0.03,0,0.01,0.03 +14411,Empire Earth II,PC,2005,Strategy,Vivendi Games,0,0.03,0,0,0.03 +14412,Suggoi! Arcana Heart 2,PS2,2009,Fighting,AQ Interactive,0,0,0.03,0,0.03 +14413,MotoGP 15,XOne,2015,Racing,Milestone S.r.l.,0,0.03,0,0,0.03 +14414,NBA 2K13,PC,2012,Sports,Take-Two Interactive,0,0.02,0,0,0.03 +14415,Mother Goose no Himitsu no Yakata,PSP,2011,Adventure,Quinrose,0,0,0.03,0,0.03 +14416,Harry Potter and the Half-Blood Prince,PC,2009,Action,Electronic Arts,0,0.03,0,0.01,0.03 +14417,Winning Post 7 2009,PSP,2009,Sports,Tecmo Koei,0,0,0.03,0,0.03 +14418,Knights of Honor,PC,2004,Strategy,Sunflowers,0,0.02,0,0.01,0.03 +14419,Puzzle & Action: Tant-R,GEN,1994,Misc,Sega,0,0,0.03,0,0.03 +14420,Code Lyoko: Quest for Infinity,PSP,2008,Action,Game Factory,0.03,0,0,0,0.03 +14421,Away: Shuffle Dungeon,DS,2008,Role-Playing,Majesco Entertainment,0.02,0,0,0,0.03 +14422,Digimon World 4,XB,2005,Role-Playing,Atari,0.02,0.01,0,0,0.03 +14423,Bubble Bobble Evolution,PSP,2006,Puzzle,Rising Star Games,0.03,0,0,0,0.03 +14424,Codename: Panzers Cold War,PC,2009,Strategy,Atari,0,0.02,0,0.01,0.03 +14425,Kekkaishi: Kokubourou Shuurai,DS,2008,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14426,Shugo Chara! Amunonijiro Chara Change,DS,2008,Action,Konami Digital Entertainment,0,0,0.03,0,0.03 +14427,Galleon: Islands of Mystery,XB,2004,Action,SCi,0.02,0.01,0,0,0.03 +14428,Renai 0 Kilometer,PSP,2013,Adventure,Alchemist,0,0,0.03,0,0.03 +14429,World Sports Competition,PS3,2009,Sports,Hudson Soft,0.02,0,0,0.01,0.03 +14430,Summon Night 6: Lost Borders,PS4,2016,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14431,Tantei Jinguuji Saburo DS: Kienai Kokoro,DS,2008,Adventure,Arc System Works,0,0,0.03,0,0.03 +14432,Far East of Eden Shinden,NG,1995,Fighting,Hudson Soft,0,0,0.03,0,0.03 +14433,Sunny Garcia Surfing,PS2,2001,Sports,Ubisoft,0.02,0.01,0,0,0.03 +14434,MotorHead,PS,1998,Racing,Gremlin Interactive Ltd,0.02,0.01,0,0,0.03 +14435,Alia's Carnival! Sacrament,PSV,2015,Adventure,dramatic create,0,0,0.03,0,0.03 +14436,Nacho Libre,DS,2006,Action,Majesco Entertainment,0.03,0,0,0,0.03 +14437,StormLover,PSP,2010,Adventure,D3Publisher,0,0,0.03,0,0.03 +14438,Gensou Suikoden I & II,PSP,2006,Role-Playing,Konami Digital Entertainment,0,0,0.03,0,0.03 +14439,Gloria Union,PSP,2011,Role-Playing,Atlus,0,0,0.03,0,0.03 +14440,Ebikore Photo Kano Kiss,PSV,2015,Action,Kadokawa Games,0,0,0.03,0,0.03 +14441,Bad Apple Wars,PSV,2015,Action,Idea Factory,0,0,0.03,0,0.03 +14442,Transformers: Devastation,PC,2015,Action,Activision,0,0.03,0,0,0.03 +14443,Eyeshield 21: DevilBats DevilDays,GBA,2006,Role-Playing,Nintendo,0,0,0.03,0,0.03 +14444,Jyuzaengi: Engetsu Sangokuden,PSP,2012,Action,Idea Factory,0,0,0.03,0,0.03 +14445,Shin Sangoku Musou Online: Kamishou Ranbu,PS3,2010,Action,Tecmo Koei,0,0,0.03,0,0.03 +14446,Dancing Blade II: Tears of Eden,PS,1999,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14447,Kokoro no Kokoron,DS,2011,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14448,Hiiro no Kakera 3: Aoikuro no Kusabi,PS2,2008,Adventure,Idea Factory,0,0,0.03,0,0.03 +14449,BeatMania IIDX 13: DistorteD,PS2,2007,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14450,Section 8,PC,2009,Shooter,SouthPeak Games,0.01,0.01,0,0,0.03 +14451,Go! Go! Hypergrind,GC,2003,Sports,Atlus,0.02,0.01,0,0,0.03 +14452,Keshisasu-Kun: Battle Kas-tival,DS,2010,Action,Konami Digital Entertainment,0,0,0.03,0,0.03 +14453,Kaidan Restaurant: Zoku! Shin Menu 100-Sen,DS,2011,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14454,Hot Pixel,PSP,2007,Puzzle,Atari,0.03,0,0,0,0.03 +14455,Peak Performance,PS,1997,Racing,JVC,0.02,0.01,0,0,0.03 +14456,Dance Dance Revolution: Hottest Party 5,Wii,2011,Misc,Konami Digital Entertainment,0,0.03,0,0,0.03 +14457,Who Wants to be a Millionaire: 2nd Edition,Wii,2008,Misc,Ubisoft,0,0.03,0,0,0.03 +14458,Kyokugen Dasshutsu ADV: Zennin Shiboudesu,3DS,2012,Adventure,ChunSoft,0,0,0.03,0,0.03 +14459,DokiDoki Majo Shinpan! 2,DS,2008,Adventure,SNK Playmore,0,0,0.03,0,0.03 +14460,S.L.A.I.: Steel Lancer Arena International,PS2,2005,Simulation,Konami Digital Entertainment,0.01,0.01,0,0,0.03 +14461,Pet Alien: An Intergalactic Puzzlepalooza,DS,2007,Action,Game Factory,0.03,0,0,0,0.03 +14462,Freaky Flyers,XB,2003,Racing,Midway Games,0.02,0.01,0,0,0.03 +14463,Blokus Portable: Steambot Championship,PSP,2006,Puzzle,Majesco Entertainment,0.03,0,0,0,0.03 +14464,Renai Revenge,PSV,2015,Adventure,TGL,0,0,0.03,0,0.03 +14465,Zoboomafoo: Leapin' Lemurs!,PS,2001,Action,Encore,0.02,0.01,0,0,0.03 +14466,Atelier Shallie Plus: Alchemists of the Dusk Sea,PSV,2016,Role-Playing,Tecmo Koei,0,0,0.03,0,0.03 +14467,Dennou Senki Virtual-On Force,X360,2010,Fighting,Sega,0,0,0.03,0,0.03 +14468,Sins of a Solar Empire,PC,2008,Strategy,Pinnacle,0,0.02,0,0.01,0.03 +14469,Graffiti Kingdom,PS2,2004,Role-Playing,505 Games,0.01,0.01,0,0,0.03 +14470,Langrisser: Re:Incarnation Tensei,3DS,2015,Role-Playing,Extreme Entertainment Group,0.02,0,0.01,0,0.03 +14471,Nettou! Powerful Koushien,DS,2010,Sports,Konami Digital Entertainment,0,0,0.03,0,0.03 +14472,Lords of the Fallen,PC,2014,Role-Playing,Square Enix,0,0.03,0,0,0.03 +14473,Great Edo Blacksmith,PSV,2014,Adventure,Nippon Ichi Software,0,0,0.03,0,0.03 +14474,Armored Core SL: Silent Line Portable,PSP,2009,Simulation,From Software,0,0,0.03,0,0.03 +14475,Gotouchi Tetsudou: Gotouchi Chara to Nihon Zenkoku no Tabi,WiiU,2014,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14476,Combat Elite: WWII Paratroopers,XB,N/A,Shooter,Unknown,0.02,0.01,0,0,0.03 +14477,To LoveRu Trouble: Doki Doki! Rinkaigakkou-Hen,PSP,2008,Adventure,Marvelous Interactive,0,0,0.03,0,0.03 +14478,Lethal Enforcers I & II,PS,1996,Shooter,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14479,Klonoa 2: Dream Champ Tournament,GBA,2002,Platform,Namco Bandai Games,0.02,0.01,0,0,0.03 +14480,Shantae and the Pirate's Curse,3DS,2015,Platform,Intergrow,0,0,0.03,0,0.03 +14481,Minna no Golf Jou Vol.1,PSP,2007,Sports,Sony Computer Entertainment,0,0,0.03,0,0.03 +14482,The Peanuts Movie: Snoopy's Grand Adventure,3DS,2015,Action,Activision,0,0.03,0,0,0.03 +14483,Resident Evil 4,PC,2007,Action,Ubisoft,0,0.02,0,0.01,0.03 +14484,Power Rangers Super Megaforce,3DS,2014,Action,Namco Bandai Games,0.01,0.01,0,0,0.03 +14485,Teenage Mutant Ninja Turtles: Mutants in Manhattan,X360,2016,Action,Activision,0.01,0.02,0,0,0.03 +14486,Cabela's Big Game Hunter: Pro Hunts,PS3,2014,Shooter,Activision,0.03,0,0,0,0.03 +14487,Super Collapse! II,GBA,2004,Puzzle,Majesco Entertainment,0.02,0.01,0,0,0.03 +14488,Ducati World Racing Challenge,PS,2001,Racing,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14489,Pop'n Music 14 Fever!,PS2,2007,Misc,Konami Digital Entertainment,0,0,0.03,0,0.03 +14490,Golden Nugget Casino / Texas Hold 'Em Double Pack,GBA,2005,Misc,Majesco Entertainment,0.02,0.01,0,0,0.03 +14491,Judie no Atelier: Guramnat no Renkinjutsu - Toraware no Morito,PSP,2010,Role-Playing,Gust,0,0,0.03,0,0.03 +14492,Lux-Pain (JP sales),DS,2008,Adventure,Rising Star Games,0,0,0.03,0,0.03 +14493,Smashing Drive,GBA,2004,Racing,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14494,Senko no Ronde DUO,X360,2010,Fighting,G.Rev,0,0,0.03,0,0.03 +14495,Starshot: Space Circus Fever,N64,1998,Platform,Infogrames,0.02,0.01,0,0,0.03 +14496,Charlie Blasts Territory,N64,1999,Action,Kemco,0.02,0.01,0,0,0.03 +14497,Big Mountain 2000,N64,1998,Sports,Imagineer,0.02,0.01,0,0,0.03 +14498,Tokimeki Memorial Girl's Side 1st Love Plus,DS,2009,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14499,CIMA: The Enemy,GBA,2003,Role-Playing,Marvelous Interactive,0.02,0.01,0,0,0.03 +14500,N+,PSP,2007,Platform,Atari,0.03,0,0,0,0.03 +14501,Katekyoo Hitman Reborn! Kizuna no Tag Battle,PSP,2010,Fighting,Marvelous Interactive,0,0,0.03,0,0.03 +14502,Code Geass: Hangyaku no Lelouch,DS,2007,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14503,GTR Evolution,PC,2008,Racing,Atari,0,0.02,0,0.01,0.03 +14504,Hudson x GReeeeN Live!? DeeeeS!?,DS,2010,Misc,Hudson Soft,0,0,0.03,0,0.03 +14505,Daibakushou: Jinsei Gekijou,SNES,1995,Misc,Taito,0,0,0.03,0,0.03 +14506,Marble Madness / Klax,GBA,2005,Puzzle,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14507,Downstream Panic!,PSP,2008,Action,Atari,0.03,0,0,0,0.03 +14508,DJ Max Portable 3,PSP,2010,Misc,CyberFront,0.01,0,0.02,0,0.03 +14509,Suzumiya Haruhi no Chokuretsu,DS,2009,Adventure,Sega,0,0,0.03,0,0.03 +14510,SimCity,PC,1988,Simulation,Maxis,0,0.02,0,0.01,0.03 +14511,The Idolmaster: Gravure For You! Vol. 5,PS3,2012,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14512,S.Y.K Renshouden,PS2,2010,Adventure,Idea Factory,0,0,0.03,0,0.03 +14513,Casino Chaos With Las Vegas Players Collection,PC,2011,Misc,THQ,0.03,0,0,0,0.03 +14514,Hiiro no Kakera: Shin Tamayori Hime Denshou - Piece of Future,PSP,2011,Adventure,Idea Factory,0,0,0.03,0,0.03 +14515,Konpeki no Kantai,SNES,1995,Strategy,Angel Studios,0,0,0.03,0,0.03 +14516,D.C.I.F.: Da Capo Innocent Finale,PS2,2009,Adventure,Sweets,0,0,0.03,0,0.03 +14517,Galaxy Angel II: Mugen Kairou no Kagi,PS2,2007,Strategy,Broccoli,0,0,0.03,0,0.03 +14518,Nectaris: Military Madness,PS,1998,Strategy,Hudson Soft,0.02,0.01,0,0,0.03 +14519,Doom 3 BFG Edition,PC,2012,Shooter,Bethesda Softworks,0,0.02,0,0.01,0.03 +14520,Tenka-bito,PS2,2006,Strategy,Sega,0,0,0.03,0,0.03 +14521,BRAHMA Force: The Assault on Beltlogger 9,PS,1996,Shooter,JVC,0.02,0.01,0,0,0.03 +14522,Petz: Dolphinz Encounter,DS,2009,Simulation,Ubisoft,0.01,0.01,0,0,0.03 +14523,Star Trek: Tactical Assault,PSP,2006,Strategy,Ubisoft,0.02,0.01,0,0,0.03 +14524,Katekyoo Hitman Reborn! DS: Ore ga Boss! Saikyou Family Taisen,DS,2009,Action,Takara Tomy,0,0,0.03,0,0.03 +14525,Samurai Spirits: Tenkaichi Kenkakuden,PS2,N/A,Fighting,Unknown,0,0,0.03,0,0.03 +14526,Robo Pit,PS,1995,Fighting,Kokopeli Digital Studios,0.02,0.01,0,0,0.03 +14527,Emily Archer and the Curse of Tutankhamun,DS,2011,Adventure,Mastertronic,0,0.03,0,0,0.03 +14528,Story Hour: Adventures,Wii,2008,Adventure,Zoo Digital Publishing,0.03,0,0,0,0.03 +14529,Braid,PC,2009,Platform,Number None,0,0.02,0,0.01,0.03 +14530,Muv-Luv Alternative: Total Eclipse,PS3,2013,Simulation,5pb,0,0,0.03,0,0.03 +14531,R-Type III: The Third Lightning,GBA,2004,Shooter,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14532,Star Wars: The Force Unleashed II,PC,2010,Action,LucasArts,0.03,0,0,0,0.03 +14533,Need for Speed (2015),PC,2016,Racing,Electronic Arts,0,0.03,0,0,0.03 +14534,Hakuouki,PS2,2008,Adventure,Idea Factory,0,0,0.03,0,0.03 +14535,"Princess Natasha: Student, Secret Agent, Princess",DS,2006,Action,Zoo Digital Publishing,0.03,0,0,0,0.03 +14536,Atomic Betty,GBA,2005,Puzzle,Atari,0.02,0.01,0,0,0.03 +14537,Monster Hunter Frontier Online: Season 10,X360,2011,Role-Playing,Capcom,0,0,0.03,0,0.03 +14538,Robin Hood: Defender of the Crown,XB,2003,Strategy,Capcom,0.02,0.01,0,0,0.03 +14539,Street Jam Basketball,GBA,2004,Sports,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14540,Master of Monsters: Disciples of Gaia,PS,1997,Strategy,Agetec,0.02,0.01,0,0,0.03 +14541,Armored Core: Last Raven Portable,PSP,2010,Simulation,From Software,0,0,0.03,0,0.03 +14542,SD Gundam: Gashapon Wars,Wii,2010,Strategy,Namco Bandai Games,0,0,0.03,0,0.03 +14543,Commander: Conquest of the Americas,PC,2010,Strategy,Paradox Interactive,0,0.02,0,0.01,0.03 +14544,Curious George,XB,2006,Action,Namco Bandai Games,0.02,0.01,0,0,0.03 +14545,Disney's Aladdin,GBA,2003,Platform,Capcom,0.02,0.01,0,0,0.03 +14546,Royal Palace of White Sword and The City of Gentiles,PC,2009,Role-Playing,Take-Two Interactive,0,0.02,0,0.01,0.03 +14547,Virtual Pool: Tournament Edition,XB,2005,Sports,Global Star,0.02,0.01,0,0,0.03 +14548,Kung Fu Panda: Showdown of Legendary Legends,X360,2015,Action,Little Orbit,0,0.03,0,0,0.03 +14549,Nippon no Asoko de,PSP,2008,Misc,Sony Computer Entertainment,0,0,0.03,0,0.03 +14550,007: Quantum of Solace,PC,2008,Action,Activision,0.01,0.01,0,0,0.03 +14551,MapleStory DS,DS,2010,Role-Playing,Nexon,0,0,0.03,0,0.03 +14552,Phantasy Star Online 2: Episode 3 Deluxe Package,PSV,2015,Action,Sega,0,0,0.03,0,0.03 +14553,Pimp My Ride: Street Racing,DS,2009,Racing,Activision,0.03,0,0,0,0.03 +14554,Let's Dance with Mel B,PS3,2011,Sports,Black Bean Games,0,0.02,0,0.01,0.03 +14555,Popeye: Rush for Spinach,GBA,2005,Platform,Atari,0.02,0.01,0,0,0.03 +14556,Culdcept,PS2,2002,Strategy,Sega,0.01,0.01,0,0,0.03 +14557,Beyblade Evolution,3DS,2013,Action,Rising Star Games,0.02,0.01,0,0,0.03 +14558,Pro Cycling Manager 2016,PC,2016,Sports,Focus Home Interactive,0,0.03,0,0,0.03 +14559,Blue Breaker: Ken Yorimo Hohoemi o,PCFX,1996,Role-Playing,NEC,0,0,0.03,0,0.03 +14560,BeatMania IIDX 15: DJ Troopers,PS2,2008,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14561,Heathcliff! The Fast and the Furriest,Wii,2010,Racing,Storm City Games,0.03,0,0,0,0.03 +14562,Hyperdimension Neptunia Vs. Sega Hard Girls: Yume no Gattai Special,PSV,2015,Role-Playing,Compile Heart,0,0,0.03,0,0.03 +14563,Planet of the Apes,GBA,2001,Action,Ubisoft,0.02,0.01,0,0,0.03 +14564,Gekiatsu!! Pachi Game Tamashi Vol. 1: CR Evangelion - Shinjitsu no Tsubasa,PSP,2011,Misc,Unknown,0,0,0.03,0,0.03 +14565,Worms,PS3,2009,Strategy,Sony Computer Entertainment,0,0.02,0,0.01,0.03 +14566,Drake & Josh: Talent Showdown,DS,2007,Adventure,THQ,0.03,0,0,0,0.03 +14567,Real World Golf,XB,2006,Sports,Mad Catz,0.02,0.01,0,0,0.03 +14568,Winx Club: Rockstars,DS,2010,Adventure,Namco Bandai Games,0,0.03,0,0,0.03 +14569,Hissatsu Pachinko Collection 3,SNES,1995,Misc,Sunsoft,0,0,0.03,0,0.03 +14570,Oumagatoki: Kaidan Romance,PSP,2012,Action,Quinrose,0,0,0.03,0,0.03 +14571,Jack Keane,PC,2008,Adventure,Kalypso Media,0,0.02,0,0,0.03 +14572,World of Zoo,PC,2009,Simulation,THQ,0,0.02,0,0.01,0.03 +14573,Kung Fu Panda: Legendary Warriors,DS,2008,Action,Activision,0.02,0,0,0,0.03 +14574,Mahjong Kakutou Club: Zenkoku Taisenban,PS3,2006,Misc,Konami Digital Entertainment,0,0,0.03,0,0.03 +14575,Hayate no Gotoku! Nightmare Paradise,PSP,2009,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14576,NBA 08,PSP,2007,Sports,Sony Computer Entertainment,0.03,0,0,0,0.03 +14577,Secret Files 2: Puritas Cordis,Wii,2009,Adventure,Deep Silver,0,0.03,0,0,0.03 +14578,Nanashi no Game Me,DS,2009,Action,Square Enix,0,0,0.03,0,0.03 +14579,Heroes of Hellas 2: Olympia,DS,2012,Puzzle,Unknown,0,0.03,0,0,0.03 +14580,Young Justice: Legacy,3DS,2013,Action,Namco Bandai Games,0.03,0,0,0,0.03 +14581,Syberia,PC,2002,Action,Microids,0,0.02,0,0,0.03 +14582,Bladestorm: Nightmare,PS3,2015,Action,Tecmo Koei,0,0,0.03,0,0.03 +14583,NatGeo Challenge! Wild Life,X360,2010,Misc,Black Bean Games,0,0.02,0,0,0.03 +14584,Higurashi no Naku Koro ni Iki,PSV,2015,Action,Kaga Create,0,0,0.03,0,0.03 +14585,HappinessCharge PreCure! Kawarun Collection,3DS,2014,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14586,Battle vs. Chess,PC,N/A,Misc,TopWare Interactive,0,0.02,0,0.01,0.03 +14587,Dream Pinball 3D,DS,2008,Misc,SouthPeak Games,0.03,0,0,0,0.03 +14588,DICE: DNA Integrated Cybernetic Enterprises,PS2,2005,Shooter,Namco Bandai Games,0.01,0.01,0,0,0.03 +14589,Battlefield 1942: The WW II Anthology,PC,2004,Shooter,Electronic Arts,0.01,0.01,0,0,0.03 +14590,Treasure Gaust: Gaust Diver Crimson Red / Deep Purple,DS,2007,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14591,Megpoid the Music#,PSP,2013,Misc,Asgard,0,0,0.03,0,0.03 +14592,Game of Thrones (Telltale),XOne,2015,Adventure,Telltale Games,0.03,0,0,0,0.03 +14593,Wallace & Gromit in Project Zoo,XB,2003,Platform,BAM! Entertainment,0.02,0.01,0,0,0.03 +14594,Rugby League Live,PS3,2010,Sports,Home Entertainment Suppliers,0,0.02,0,0.01,0.03 +14595,Grid Runner,PS,1996,Action,Virgin Interactive,0.02,0.01,0,0,0.03 +14596,Saihai no Yukue,DS,2008,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14597,Metal Dungeon,XB,2002,Role-Playing,Xicat Interactive,0.02,0.01,0,0,0.03 +14598,Drome Racers,GC,2003,Racing,Electronic Arts,0.02,0.01,0,0,0.03 +14599,Guitar Freaks V & DrumMania V,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14600,Tago Akira no Atama no Taisou Dai-1-Shuu: Nazotoki Sekai Isshuu Ryokou,DS,2009,Adventure,Level 5,0,0,0.03,0,0.03 +14601,Driver: Parallel Lines,Wii,2007,Racing,Ubisoft,0.01,0.01,0,0,0.03 +14602,Doom,PC,1992,Shooter,id Software,0.02,0,0,0,0.03 +14603,Gekido Advance: Kintaro's Revenge,GBA,2002,Action,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14604,OZMAFIA!! -vivace-,PSV,2015,Adventure,dramatic create,0,0,0.03,0,0.03 +14605,Girls Only,DS,2010,Simulation,Foreign Media Games,0.03,0,0,0,0.03 +14606,Future Tactics: The Uprising,XB,2004,Strategy,JoWood Productions,0.02,0.01,0,0,0.03 +14607,Power Poke Dash,GBA,2006,Sports,Konami Digital Entertainment,0,0,0.03,0,0.03 +14608,Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 4: Shinseiki Evangelion - Saigo no Mono,DS,2009,Misc,D3Publisher,0,0,0.03,0,0.03 +14609,Detective Opera: Milky Holmes 2,PSP,2012,Adventure,BushiRoad,0,0,0.03,0,0.03 +14610,Turn It Around,DS,2006,Action,505 Games,0.03,0,0,0,0.03 +14611,Blaze Union: Story to Reach the Future,PSP,2010,Role-Playing,Sting,0,0,0.03,0,0.03 +14612,Attack on Titan (KOEI),XOne,2016,Action,Tecmo Koei,0.01,0.01,0,0,0.03 +14613,Medabots Girls Mission: Metabee Ver. / Rokusho Ver.,3DS,2016,Role-Playing,Rocket Company,0,0,0.03,0,0.03 +14614,Race Driver 2006,PSP,2006,Racing,Codemasters,0.03,0,0,0,0.03 +14615,Higurashi no Naku Koro ni Kizuna: Dai-Yon-Kan - Kizuna,DS,2010,Adventure,Alchemist,0,0,0.03,0,0.03 +14616,Buffy the Vampire Slayer: Wrath of the Darkhul King,GBA,2003,Action,THQ,0.02,0.01,0,0,0.03 +14617,My Hero Academia: Battle for All,3DS,2016,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14618,Nisekoi: Yomeiri!?,PSV,2014,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14619,New Tokyo Legacy: Operation Babel,PSV,2015,Role-Playing,5pb,0,0,0.03,0,0.03 +14620,Gekiatsu!! Pachi Game Tamashi Vol. 2: CR Evangelion - Shinjitsu no Tsubasa,PS3,2011,Misc,Unknown,0,0,0.03,0,0.03 +14621,Rugby League Live 3,X360,2015,Action,Tru Blu Entertainment,0,0.03,0,0,0.03 +14622,Triple Pack: Xbox Live Arcade Compilation,X360,2011,Misc,Microsoft Game Studios,0.03,0,0,0,0.03 +14623,101-in-1 Sports Party Megamix,Wii,2010,Sports,Nordcurrent,0.02,0,0,0,0.03 +14624,Roadsters,PS,2000,Racing,Titus,0.02,0.01,0,0,0.03 +14625,The Croods: Prehistoric Party!,WiiU,2013,Misc,D3Publisher,0.01,0.01,0,0,0.03 +14626,Exist Archive: The Other Side of the Sky,PS4,2015,Role-Playing,Aksys Games,0,0,0.03,0,0.03 +14627,DeathSmiles II,X360,2010,Shooter,Cave,0,0,0.03,0,0.03 +14628,Romance of the Three Kingdoms II,3DS,2015,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14629,Calcio Bit,GBA,2006,Sports,Nintendo,0,0,0.03,0,0.03 +14630,Monsters vs. Aliens,PC,2009,Action,Activision,0.01,0.01,0,0,0.03 +14631,Whiteout,XB,2002,Racing,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14632,Hyakumanton no Bara Bara,PSP,2010,Strategy,Sony Computer Entertainment,0,0,0.03,0,0.03 +14633,Galaxy Angel II: Zettairyouiki no Tobira,PS2,2006,Strategy,Broccoli,0,0,0.03,0,0.03 +14634,The Great Mystery Hidden Object Package 5,PC,2015,Adventure,Rondomedia,0,0.03,0,0,0.03 +14635,1000 Cooking Recipes from ELLE à table,DS,2010,Misc,Nintendo,0,0.02,0,0,0.03 +14636,Hajime no Ippo: The Fighting,GBA,2002,Fighting,ESP,0,0,0.03,0,0.03 +14637,Merv Griffin's Crosswords,DS,2008,Puzzle,ValuSoft,0.03,0,0,0,0.03 +14638,Stellaris,PC,2016,Strategy,Paradox Interactive,0,0.03,0,0,0.03 +14639,Spectral Souls: Resurrection of the Ethereal Empires,PSP,2005,Role-Playing,Idea Factory,0.03,0,0,0,0.03 +14640,Sokukoku no Kusabi: Hiiro no Kakera 3 Portable,PSP,2010,Adventure,Idea Factory,0,0,0.03,0,0.03 +14641,Syberia II,XB,2004,Adventure,Ubisoft,0.02,0.01,0,0,0.03 +14642,PopCap Hits! Vol 2,X360,2011,Misc,Mastertronic,0,0.03,0,0,0.03 +14643,Ao no Kanata no Four Rhythm,PSV,2016,Adventure,Unknown,0,0,0.03,0,0.03 +14644,Motor Trend presents Lotus Challenge,XB,2003,Racing,Xicat Interactive,0.02,0.01,0,0,0.03 +14645,Mystery Trackers: The Void,PC,2011,Puzzle,Focus Home Interactive,0,0.02,0,0.01,0.03 +14646,Trine 2,WiiU,2012,Platform,Atlus,0,0.03,0,0,0.03 +14647,Bleach DS 4th: Flame Bringer,DS,2009,Action,Sega,0,0,0.03,0,0.03 +14648,Pacific Liberator,Wii,2009,Action,Zoo Games,0.03,0,0,0,0.03 +14649,Botanicula,PC,2012,Adventure,Daedalic Entertainment,0,0.02,0,0,0.03 +14650,Parfait,PSV,2015,Adventure,TGL,0,0,0.03,0,0.03 +14651,Tago Akira no Atama no Taisou Dai-2-Shuu: Ginga Oudan Nazotoki Adventure,DS,2009,Adventure,Level 5,0,0,0.03,0,0.03 +14652,The King of Fighters Portable '94~'98: Chapter of Orochi,PSP,2010,Fighting,SNK Playmore,0,0,0.03,0,0.03 +14653,Puzzle Challenge: Crosswords and More!,Wii,2009,Puzzle,Crave Entertainment,0.03,0,0,0,0.03 +14654,Nisenochigiri: Omoide no Saki e,PSP,2011,Adventure,Idea Factory,0,0,0.03,0,0.03 +14655,Rugby League Live,X360,2010,Sports,Home Entertainment Suppliers,0,0.02,0,0,0.03 +14656,Age of Conan: Rise of the Godslayer,PC,2010,Role-Playing,Funcom,0,0.02,0,0,0.03 +14657,Totally Spies! Totally Party,PC,2008,Misc,Ubisoft,0,0.02,0,0,0.03 +14658,Battlefield Vietnam,PC,2004,Shooter,Electronic Arts,0,0.02,0,0,0.03 +14659,In Cold Blood,PS,2000,Adventure,Sony Computer Entertainment,0.02,0.01,0,0,0.03 +14660,Mega Minis Volume 2,PSP,2011,Misc,Sony Computer Entertainment,0,0.02,0,0.01,0.03 +14661,Kamigami no Asobi,PSP,2013,Adventure,Broccoli,0,0,0.03,0,0.03 +14662,Fireblade,GC,2002,Action,Midway Games,0.02,0.01,0,0,0.03 +14663,Kong: King of Atlantis,GBA,2005,Action,THQ,0.02,0.01,0,0,0.03 +14664,Kidou Senshi V Gundam,SNES,1994,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14665,Ganbare Goemon: Toukai Douchuu Ooedo Tengurigaeshi no Maki,DS,2005,Action,Konami Digital Entertainment,0,0,0.03,0,0.03 +14666,The Settlers II 10th Anniversary,PC,2006,Action,Ubisoft,0,0.02,0,0,0.03 +14667,Wrestle Angels: Survivor 2,PS2,2008,Fighting,Tryfirst,0,0,0.03,0,0.03 +14668,Onechanbara Z Kagura,X360,2012,Action,D3Publisher,0,0,0.03,0,0.03 +14669,Ride,PC,2015,Racing,Milestone S.r.l.,0,0.03,0,0,0.03 +14670,The King of Fighters 02/03,XB,2005,Fighting,SNK Playmore,0.02,0.01,0,0,0.03 +14671,ESPN Winter X Games: Snowboarding 2002,XB,2002,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14672,Betty Boop's Double Shift,DS,2007,Puzzle,Zoo Digital Publishing,0.03,0,0,0,0.03 +14673,Warhammer: Mark of Chaos,PC,2006,Strategy,Deep Silver,0,0.02,0,0,0.03 +14674,Tsuku Monogatari,PSP,2011,Adventure,FuRyu,0,0,0.03,0,0.03 +14675,Vitamin Z,PS2,2009,Adventure,D3Publisher,0,0,0.03,0,0.03 +14676,Kaitou Tenshi Twin Angel: Toki to Sekai no Meikyuu,PSP,2011,Adventure,Alchemist,0,0,0.03,0,0.03 +14677,Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wu-Hen,PSP,2010,Adventure,Yeti,0,0,0.03,0,0.03 +14678,Harukanaru Toki no Naka de 5: Kazahanaki,PSP,2012,Role-Playing,Ackkstudios,0,0,0.03,0,0.03 +14679,Tom and Jerry in War of the Whiskers,XB,N/A,Fighting,Unknown,0.02,0.01,0,0,0.03 +14680,Nobunaga no Yabou DS 2,DS,2008,Strategy,Tecmo Koei,0,0,0.03,0,0.03 +14681,The IdolM@ster: Gravure For You! Vol. 6,PS3,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14682,Schlag den Raab,PC,2010,Misc,Namco Bandai Games,0,0.02,0,0.01,0.03 +14683,Ghostbusters (2016),PS4,2016,Action,Activision,0.02,0,0,0.01,0.03 +14684,Secrets of the Titanic,DS,2012,Action,Avanquest Software,0,0.02,0,0,0.03 +14685,Metal Saga: Hagane no Kisetsu,DS,2006,Role-Playing,Success,0,0,0.03,0,0.03 +14686,Animaniacs: The Great Edgar Hunt,GC,2005,Platform,Ignition Entertainment,0.02,0.01,0,0,0.03 +14687,Safari Adventures: Africa,DS,2008,Adventure,Neko Entertainment,0.03,0,0,0,0.03 +14688,Harukanaru Toki no Naka de 6,PSV,2015,Action,Tecmo Koei,0,0,0.03,0,0.03 +14689,Dream Club Zero Portable,PSV,2011,Simulation,D3Publisher,0,0,0.03,0,0.03 +14690,Samurai Warriors 2,PS3,2013,Action,Tecmo Koei,0,0,0.03,0,0.03 +14691,Cossacks: European Wars,PC,2001,Strategy,Strategy First,0,0.02,0,0,0.03 +14692,The Island of Dr. Frankenstein,Wii,2009,Adventure,Storm City Games,0.03,0,0,0,0.03 +14693,TV Total Events,Wii,2011,Misc,7G//AMES,0,0.02,0,0,0.03 +14694,Battle Arena Toshinden URA,SAT,1995,Fighting,Sega,0,0,0.03,0,0.03 +14695,Darius Burst: Chronicle Saviours,PSV,2016,Action,Kadokawa Games,0,0,0.03,0,0.03 +14696,Biohazard: Revival Selection,X360,2011,Action,Capcom,0,0,0.03,0,0.03 +14697,Labyrinth Cross Blood: Infinity,PSV,2013,Role-Playing,CyberFront,0,0,0.03,0,0.03 +14698,Prince of Persia (2008),PC,2008,Action,Ubisoft,0,0.02,0,0,0.03 +14699,Super Duper Sumos,GBA,N/A,Action,Unknown,0.02,0.01,0,0,0.03 +14700,HotBrain,PSP,2007,Puzzle,Midway Games,0.02,0,0,0,0.03 +14701,UK Truck Simulator,PC,2010,Simulation,N/A,0,0.03,0,0,0.03 +14702,Gudetama: Hanjuku de Tanomuwa,3DS,2015,Action,Rocket Company,0,0,0.03,0,0.03 +14703,MechAssault: Phantom War,DS,2006,Simulation,Majesco Entertainment,0.03,0,0,0,0.03 +14704,Magicka,PC,2011,Role-Playing,Paradox Interactive,0,0.02,0,0.01,0.03 +14705,Star Trek: The Game,PC,2013,Action,Namco Bandai Games,0,0.02,0,0,0.03 +14706,Moto Racer DS,DS,2008,Racing,Nobilis,0,0.02,0,0,0.03 +14707,The Last Guy,PS3,2009,Action,Sony Computer Entertainment,0,0,0.03,0,0.03 +14708,Disney Sports Soccer,GBA,2002,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14709,Akane Iro ni Somaru Saka Parallel,PS2,2008,Adventure,GN Software,0,0,0.03,0,0.03 +14710,Otome wa Oanesama ni Koi Shiteru Portable: 2-Jin no Elder,PSP,2011,Adventure,Alchemist,0,0,0.03,0,0.03 +14711,Monster Hunter Frontier Online: Forward 1,X360,2011,Role-Playing,Capcom,0,0,0.03,0,0.03 +14712,X3: Terran Conflict,PC,2008,Simulation,Deep Silver,0,0.02,0,0.01,0.03 +14713,Timeshock! Pro Pinball,PS,1998,Misc,Empire Interactive,0.02,0.01,0,0,0.03 +14714,Max Payne,GBA,2003,Shooter,Take-Two Interactive,0.02,0.01,0,0,0.03 +14715,D1 Professional Drift Grand Prix Series,PS2,2005,Racing,Yuke's,0.01,0.01,0,0,0.03 +14716,Starry ? Sky: In Winter,PSP,2011,Misc,Asgard,0,0,0.03,0,0.03 +14717,Little Bears,DS,2009,Simulation,RTL,0.03,0,0,0,0.03 +14718,Rush Hour,PS,1997,Misc,Psygnosis,0.02,0.01,0,0,0.03 +14719,Pro Cast Sports Fishing,XB,2003,Sports,Capcom,0.02,0.01,0,0,0.03 +14720,Gintama: Banji Oku Chuubu!,Wii,2007,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14721,Aegis of Earth: Protonovus Assault,PS3,2016,Action,PQube,0.01,0.01,0,0,0.03 +14722,Saka Agari Hurricane Portable,PSP,2011,Adventure,Alchemist,0,0,0.03,0,0.03 +14723,Negima!? Dream Tactic Yumemiru Otome Princess,PS2,2007,Strategy,Konami Digital Entertainment,0,0,0.03,0,0.03 +14724,King Arthur II,PC,2011,Strategy,Paradox Interactive,0,0.02,0,0,0.03 +14725,Max Payne 2: The Fall of Max Payne,PC,2003,Shooter,Take-Two Interactive,0,0.02,0,0,0.03 +14726,Dakar 2: The World's Ultimate Rally,GC,2003,Racing,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14727,NBA 2K7,XB,2006,Sports,Take-Two Interactive,0.02,0.01,0,0,0.03 +14728,Auto Modellista,GC,2003,Racing,Capcom,0.02,0.01,0,0,0.03 +14729,Jewel Match 2,DS,2012,Puzzle,Easy Interactive,0,0.02,0,0,0.03 +14730,"Hanayaka Kana, Ware ga Ichizoku Twin Pack",PSP,2011,Misc,Idea Factory,0,0,0.03,0,0.03 +14731,MySims,PC,2008,Simulation,Electronic Arts,0,0.02,0,0,0.03 +14732,Guild Wars: Nightfall,PC,2006,Role-Playing,NCSoft,0,0.02,0,0.01,0.03 +14733,Greg Hastings' Tournament Paintball Max'd,GBA,2006,Shooter,Activision,0.02,0.01,0,0,0.03 +14734,Dave Mirra Freestyle BMX 3,GBA,2002,Sports,Acclaim Entertainment,0.02,0.01,0,0,0.03 +14735,My Animal Centre,Wii,2009,Simulation,Deep Silver,0,0.02,0,0,0.03 +14736,Eco Creatures: Save The Forest,DS,2007,Adventure,Rising Star Games,0.03,0,0,0,0.03 +14737,Kintaihi Shounen no Jiken: Kyakusen Eris-Gou no Sangeki,DS,2009,Adventure,Creative Core,0,0,0.03,0,0.03 +14738,Kaizoku Sentai Gokaiger: Atsumete Henshin! 35 Sentai!,DS,2011,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14739,Dragon Tamer: Sound Spirit,DS,2007,Role-Playing,Namco Bandai Games,0,0,0.03,0,0.03 +14740,Frogger: Ancient Shadow,XB,2005,Platform,Konami Digital Entertainment,0.02,0.01,0,0,0.03 +14741,Pro Evolution Soccer 2017,XOne,2016,Sports,Konami Digital Entertainment,0,0.02,0,0,0.03 +14742,La Pucelle: Ragnarok,PSP,2009,Role-Playing,Nippon Ichi Software,0,0,0.03,0,0.03 +14743,Kiniro no Corda 2 f Encore,PSP,2009,Role-Playing,Tecmo Koei,0,0,0.03,0,0.03 +14744,Darius II,SAT,1995,Shooter,Taito,0,0,0.03,0,0.03 +14745,Jewel Quest 5: The Sleepless Star,DS,2012,Action,Licensed 4U,0,0.02,0,0,0.03 +14746,RollerCoaster Tycoon 2: Triple Thrill Pack,PC,2003,Strategy,Atari,0,0.02,0,0.01,0.03 +14747,Bleach: Soul Carnival 2,PSP,2009,Fighting,Sony Computer Entertainment,0,0,0.03,0,0.03 +14748,ParaParaParadise,PS2,2001,Misc,Konami Digital Entertainment,0,0,0.03,0,0.03 +14749,Tiger & Bunny: On-Air Jack!,PSP,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14750,Pro Evolution Soccer 2012,3DS,2011,Action,Konami Digital Entertainment,0.02,0,0,0,0.03 +14751,Eureka Seven AO: Jungfrau no Hanabanatachi,PS3,2012,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14752,Warship Gunner 2,PS2,2006,Simulation,Tecmo Koei,0.01,0.01,0,0,0.03 +14753,Gotcha Force,GC,2003,Shooter,Capcom,0.01,0,0.01,0,0.03 +14754,The Battle of Yuu Yuu Hakusho: Shitou! Ankoku Bujutsukai! 120%,PS2,2007,Fighting,Banpresto,0,0,0.03,0,0.03 +14755,Star Wars The Clone Wars: Republic Heroes,PC,2009,Action,LucasArts,0,0.02,0,0,0.03 +14756,CID The Dummy,PSP,2009,Platform,Oxygen Interactive,0.02,0,0,0,0.03 +14757,Xblaze: Lost Memories,PSV,2015,Adventure,Arc System Works,0.02,0,0,0.01,0.03 +14758,DiRT Rally,PC,2016,Racing,Codemasters,0,0.03,0,0,0.03 +14759,The Perfect Golf,PS,1995,Sports,Seta Corporation,0,0,0.03,0,0.03 +14760,Let's Sing 2016,PS4,2015,Action,FuRyu Corporation,0.02,0,0,0.01,0.03 +14761,Wrestle Kingdom,PS2,2006,Fighting,Yuke's,0,0,0.03,0,0.03 +14762,Demon Driver: Time to Burn Rubber!,GBA,2003,Racing,Ignition Entertainment,0.02,0.01,0,0,0.03 +14763,The Golf Club,XOne,2014,Sports,Unknown,0.02,0,0,0,0.03 +14764,Bigfoot King of Crush,Wii,2011,Racing,Zoo Games,0.02,0,0,0,0.03 +14765,Mojo!,XB,2003,Puzzle,DreamCatcher Interactive,0.02,0.01,0,0,0.03 +14766,Infinite Stratos 2: Ignition Hearts,PS3,2014,Adventure,5pb,0,0,0.03,0,0.03 +14767,Cabela's Big Game Hunter: Pro Hunts,X360,2014,Shooter,Activision,0.02,0,0,0,0.03 +14768,Mahou Sensei Negima! Kagai Jugyou ~Otome no Dokidoki Beachside~,PS2,2006,Adventure,Konami Digital Entertainment,0,0,0.03,0,0.03 +14769,Nekketsu Kouha Kunio-Kun SP: Rantou Kyousoukyoku,3DS,2013,Fighting,Arc System Works,0,0,0.03,0,0.03 +14770,The Sims 2: Bon Voyage,PC,2007,Simulation,Electronic Arts,0.01,0.01,0,0,0.03 +14771,Buffy the Vampire Slayer: Chaos Bleeds,GC,2003,Action,Vivendi Games,0.02,0.01,0,0,0.03 +14772,Clannad,X360,2008,Adventure,Prototype,0,0,0.03,0,0.03 +14773,Brothers Conflict: Passion Pink,PSP,2012,Action,Idea Factory,0,0,0.03,0,0.03 +14774,Kuryuu Youma Gakuenki Recharge,PS2,2006,Adventure,Atlus,0,0,0.03,0,0.03 +14775,My Frogger: Toy Trials,DS,2006,Action,Konami Digital Entertainment,0.02,0,0,0,0.03 +14776,Jet Grind Radio,GBA,2003,Action,Sega,0.02,0.01,0,0,0.03 +14777,Farm Frenzy 3,DS,2011,Strategy,Unknown,0,0.02,0,0,0.03 +14778,Strike Witches: Aoi no Dengekisen - Shin Taichou Funtousuru!,DS,2009,Action,Russel,0,0,0.03,0,0.03 +14779,3DS Classic Collection,3DS,2016,Misc,Sega,0.02,0,0,0,0.03 +14780,Baldur's Gate: Dark Alliance,GBA,2004,Role-Playing,"Destination Software, Inc",0.02,0.01,0,0,0.03 +14781,GRID Autosport,PC,2014,Racing,Codemasters,0,0.02,0,0,0.03 +14782,The Adventures of Lomax,PS,1996,Platform,Psygnosis,0.01,0.01,0,0,0.03 +14783,Neverwinter Nights Diamond,PC,2004,Role-Playing,Atari,0,0.02,0,0,0.03 +14784,Divinity II: Flames of Vengeance,PC,2010,Role-Playing,DTP Entertainment,0,0.02,0,0.01,0.03 +14785,Under the Skin,PS2,2004,Action,Capcom,0.01,0.01,0,0,0.03 +14786,Battlefield 2142,PC,2006,Shooter,Electronic Arts,0,0.02,0,0,0.03 +14787,Kabu Trader Shun,DS,2007,Action,Capcom,0,0,0.03,0,0.03 +14788,Air Conflicts: Secret Wars,PC,2011,Simulation,bitComposer Games,0,0.02,0,0.01,0.03 +14789,Poy Poy,PS,1997,Action,Konami Digital Entertainment,0.01,0.01,0,0,0.03 +14790,Hermie Hopperhead: Scrap Panic,PS,1995,Platform,Sony Computer Entertainment,0,0,0.02,0,0.03 +14791,Lost Planet 2,PC,2010,Shooter,Capcom,0,0.02,0,0.01,0.03 +14792,NHL 07,XB,2006,Sports,Electronic Arts,0.02,0.01,0,0,0.03 +14793,DrumMania 7th Mix,PS2,2001,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14794,Runabout 3: Neo Age,PS2,2002,Racing,BAM! Entertainment,0,0,0.03,0,0.03 +14795,AMNESIA World,PSV,2014,Adventure,Idea Factory,0,0,0.03,0,0.03 +14796,Captain Morgane and the Golden Turtle,PS3,2012,Adventure,Reef Entertainment,0,0.02,0,0.01,0.03 +14797,Bully: Scholarship Edition,PC,2008,Action,Take-Two Interactive,0,0.02,0,0,0.03 +14798,My Ballet Studio,Wii,2009,Simulation,505 Games,0.02,0,0,0,0.03 +14799,Guild Wars,PC,2005,Role-Playing,NCSoft,0.02,0,0,0,0.03 +14800,Clannad: Mitsumi Mamoru Sakamichi de - Gekan,PSP,2010,Adventure,Prototype,0,0,0.03,0,0.03 +14801,Archer Maclean Presents: Pool Paradise,GC,2004,Sports,Ignition Entertainment,0.02,0.01,0,0,0.03 +14802,Sengoku Efuda Yuugi: Hototogisu Tairan,PSP,2010,Strategy,Irem Software Engineering,0,0,0.03,0,0.03 +14803,Battlezone,PSP,2006,Shooter,Atari,0.02,0,0,0,0.03 +14804,Ookiku Furikabutte: Honto no Ace ni Nareru kamo,DS,2007,Sports,Marvelous Interactive,0,0,0.03,0,0.03 +14805,Medal of Honor: Vanguard,PS2,2007,Shooter,Electronic Arts,0,0,0.03,0,0.03 +14806,Touch Shot! Love Application,PS3,2012,Adventure,Compile Heart,0,0,0.03,0,0.03 +14807,Nanotek Warrior,PS,1997,Shooter,Virgin Interactive,0.01,0.01,0,0,0.03 +14808,Galileo,DS,2008,Adventure,D3Publisher,0,0,0.03,0,0.03 +14809,Cake Mania: Baker's Challenge,PS2,2008,Puzzle,Destineer,0.01,0.01,0,0,0.03 +14810,Captain Tsubasa J: The Way to World Youth,SNES,1995,Sports,Namco Bandai Games,0,0,0.03,0,0.03 +14811,Super Monkey Ball Adventure,PS2,2006,Platform,Sega,0.01,0.01,0,0,0.03 +14812,Alien Breed Trilogy,X360,2011,Shooter,Mastertronic,0,0.02,0,0,0.03 +14813,Himoutou! Umaru-Chan: Himoutou Ikusei Keikaku,PSV,2015,Simulation,FuRyu,0,0,0.03,0,0.03 +14814,Sengoku Basara: Sanada Yukimura-Den,PS4,2016,Action,Capcom,0,0,0.03,0,0.03 +14815,CID The Dummy,Wii,2009,Platform,Oxygen Interactive,0.02,0,0,0,0.03 +14816,Kisuato,PSV,2015,Adventure,TGL,0,0,0.03,0,0.03 +14817,Madden NFL 07,GBA,2006,Sports,Electronic Arts,0.02,0.01,0,0,0.03 +14818,Renegade Racers,PS,1999,Racing,Interplay,0.01,0.01,0,0,0.03 +14819,The Legend of Korra (3DS),3DS,2014,Strategy,Activision,0.02,0,0,0,0.03 +14820,AniMates!,DS,2007,Simulation,Lexicon Entertainment,0.02,0,0,0,0.03 +14821,Monster High 13 Wishes,WiiU,2013,Action,Little Orbit,0.02,0,0,0,0.03 +14822,Franklin the Turtle,GBA,2005,Misc,Game Factory,0.02,0.01,0,0,0.03 +14823,Steins;Gate 0,PS3,2015,Adventure,5pb,0,0,0.03,0,0.03 +14824,Catan,DS,2009,Strategy,CDV Software Entertainment,0,0.02,0,0,0.03 +14825,Backyard NFL Football,Wii,2007,Sports,Atari,0.02,0,0,0,0.03 +14826,Captain Morgane and the Golden Turtle,PC,2012,Adventure,Reef Entertainment,0,0.02,0,0,0.03 +14827,Gauntlet / Rampart,GBA,2005,Misc,Zoo Digital Publishing,0.02,0.01,0,0,0.03 +14828,Age of Empires III: Gold Edition,PC,2007,Strategy,Microsoft Game Studios,0,0.02,0,0.01,0.03 +14829,Let's Play Ballerina,Wii,2010,Sports,Deep Silver,0.02,0,0,0,0.03 +14830,Disney Planes Fire & Rescue,WiiU,2014,Action,Disney Interactive Studios,0.01,0.01,0,0,0.03 +14831,Dream Girl Premier,3DS,2015,Misc,Alchemist,0,0,0.03,0,0.03 +14832,River King: Wonderful Journey,PS2,2005,Sports,505 Games,0.01,0.01,0,0,0.03 +14833,Senran Kagura: Bon Appétit!,PSV,2014,Misc,Marvelous Entertainment,0,0,0.03,0,0.03 +14834,Ducati Moto,DS,2008,Racing,Vir2L Studios,0.02,0,0,0,0.03 +14835,Justice League Heroes: The Flash,GBA,2006,Action,Eidos Interactive,0.02,0.01,0,0,0.03 +14836,Pop Cutie! Street Fashion Simulation (JP sales),DS,2008,Simulation,Tecmo Koei,0,0,0.03,0,0.03 +14837,The Peanuts Movie: Snoopy's Grand Adventure,PS4,2015,Action,Activision,0,0.02,0,0,0.03 +14838,Kawasaki Snowmobiles,Wii,2008,Racing,Metro 3D,0.02,0,0,0,0.03 +14839,Dungeon Siege II,PC,2005,Role-Playing,Microsoft Game Studios,0,0.02,0,0,0.03 +14840,Bae Yong-joon to Manabu Kankokugo DS,DS,2009,Misc,D3Publisher,0,0,0.03,0,0.03 +14841,World War II Combat: Road To Berlin,XB,2006,Shooter,Groove Games,0.02,0.01,0,0,0.03 +14842,Metal Saga,PS2,2005,Role-Playing,Success,0.01,0.01,0,0,0.03 +14843,Imagine: Sweet 16,DS,2010,Simulation,Ubisoft,0.02,0,0,0,0.03 +14844,SWAT 4,PC,2005,Shooter,Vivendi Games,0,0.02,0,0,0.03 +14845,Last Escort 2: Shinya no Amai Toge,PS2,2008,Adventure,D3Publisher,0,0,0.03,0,0.03 +14846,Pop'n Music 13 Carnival,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.03,0,0.03 +14847,Magicka Collection,PC,2011,Adventure,Unknown,0,0.02,0,0,0.03 +14848,Bookworm,GBA,2004,Puzzle,Unknown,0.02,0.01,0,0,0.03 +14849,Tokushu Houdoubu,PSV,2012,Adventure,Nippon Ichi Software,0,0,0.03,0,0.03 +14850,Terraria,WiiU,2016,Action,505 Games,0,0.02,0,0,0.03 +14851,My DoItAll,DS,2009,Misc,Tomy Corporation,0.02,0,0,0,0.03 +14852,Legacy of Ys: Books I & II,DS,N/A,Role-Playing,Unknown,0.02,0,0,0,0.03 +14853,Shakugan no Shana,PS2,2006,Adventure,Media Works,0,0,0.03,0,0.03 +14854,Monster Mayhem: Build and Battle,Wii,2009,Simulation,Zushi Games,0.02,0,0,0,0.03 +14855,I Heart Geeks,DS,2011,Puzzle,CDV Software Entertainment,0.02,0,0,0,0.03 +14856,Hokuto no Ken: Hokuto Shinken Denshousha no Michi,DS,2008,Action,Spike,0,0,0.03,0,0.03 +14857,The Lord of the Rings: Conquest,PC,2009,Action,Electronic Arts,0,0.02,0,0,0.03 +14858,The King of Fighters: Maximum Impact - Maniax,XB,N/A,Fighting,Unknown,0.02,0.01,0,0,0.03 +14859,Wand of Fortune 2: Jikuu ni Shizumu Mokushiroku,PSP,2011,Adventure,Idea Factory,0,0,0.03,0,0.03 +14860,Little Busters! Converted Edition,PSV,2012,Action,Prototype,0,0,0.03,0,0.03 +14861,Hankou Shashin,SAT,1996,Adventure,Imagineer,0,0,0.03,0,0.03 +14862,MeiQ no Chika Ni Shisu: A Maze to Eradicate Them All,PSV,2015,Role-Playing,Idea Factory,0,0.01,0.01,0,0.03 +14863,Marker Man Adventures,DS,2009,Platform,Majesco Entertainment,0.02,0,0,0,0.03 +14864,Capcom Digital Collection,X360,2012,Action,Capcom,0.02,0.01,0,0,0.03 +14865,Pro Yakyuu Family Stadium,Wii,2008,Sports,Namco Bandai Games,0,0,0.03,0,0.03 +14866,Open Season,PS2,2006,Platform,Ubisoft,0.01,0.01,0,0,0.03 +14867,Monster Hunter Frontier Online: Forward 2,X360,2011,Role-Playing,Capcom,0,0,0.03,0,0.03 +14868,Moyashimon DS,DS,2009,Action,Takara Tomy,0,0,0.03,0,0.03 +14869,A Ressha de Gyoukou 2001,PS2,2001,Simulation,ArtDink,0,0,0.03,0,0.03 +14870,Diabolik Lovers: Lunatic Parade,PSV,2016,Adventure,Idea Factory,0,0,0.03,0,0.03 +14871,Let's Dance with Mel B,Wii,2011,Sports,Black Bean Games,0,0.02,0,0,0.03 +14872,Battlestations: Pacific,PC,2009,Strategy,Eidos Interactive,0,0.02,0,0,0.03 +14873,Neverwinter Nights 2,PC,2006,Role-Playing,Atari,0,0.02,0,0,0.03 +14874,Starry ? Sky: In Autumn,PSP,2010,Misc,Asgard,0,0,0.03,0,0.03 +14875,Battlefield 1942,PC,2002,Shooter,Electronic Arts,0.01,0.01,0,0,0.03 +14876,Back to the Future: The Game,X360,2015,Adventure,Telltale Games,0.02,0.01,0,0,0.03 +14877,Pitball,PS,1996,Sports,Time Warner Interactive,0.01,0.01,0,0,0.03 +14878,X-Men Origins: Wolverine - Uncaged Edition,PC,2009,Action,Activision,0.02,0,0,0,0.03 +14879,Combat Wings: The Great Battles of WWII,Wii,N/A,Simulation,City Interactive,0.02,0,0,0,0.03 +14880,D.C. III: Da Capo III,PSP,2013,Adventure,Kadokawa Games,0,0,0.03,0,0.03 +14881,Judge Dredd: Dredd Vs Death,PS2,2003,Shooter,BAM! Entertainment,0.01,0.01,0,0,0.03 +14882,Ocean Commander,Wii,2009,Simulation,Valcon Games,0.02,0,0,0,0.03 +14883,Drome Racers,GBA,2003,Racing,THQ,0.02,0.01,0,0,0.03 +14884,Wand of Fortune 2 FD: Kimi ni Sasageru Epilogue,PSP,2012,Adventure,Idea Factory,0,0,0.03,0,0.03 +14885,God Eater Off Shot: Lindow-hen Twin Pack & Animation Vol. 2,PS4,2015,Misc,Namco Bandai Games,0,0,0.03,0,0.03 +14886,Tank Beat,DS,2006,Strategy,Midas Interactive Entertainment,0.01,0.01,0,0,0.03 +14887,LEGO Pirates of the Caribbean: The Video Game,PC,2011,Action,Disney Interactive Studios,0.02,0,0,0,0.03 +14888,Turbo: Super Stunt Squad,WiiU,2013,Sports,D3Publisher,0,0.02,0,0,0.03 +14889,Jurassic Park: Operation Genesis,PC,2003,Simulation,Vivendi Games,0,0.02,0,0,0.03 +14890,The Peanuts Movie: Snoopy's Grand Adventure,X360,2015,Action,Activision,0,0.02,0,0,0.03 +14891,Tenkaichi * Sengoku Lovers,DS,2010,Adventure,Rocket Company,0,0,0.03,0,0.03 +14892,Daito Giken Koushiki Pachi-Slot Simulator Hihouden: Taiyou o Motomeru Monotachi,PS3,2013,Misc,Paon Corporation,0,0,0.03,0,0.03 +14893,Jissen Pachi-Slot Hisshouhou! Hokuto no Ken 2,PS2,2007,Misc,Sega,0,0,0.03,0,0.03 +14894,Bode Miller Alpine Skiing,PS2,2006,Sports,Valcon Games,0.01,0.01,0,0,0.03 +14895,Mahou Sensei Negima! Private Lesson 2: Ojama Shimasu Parasite de Chu,GBA,2006,Role-Playing,Marvelous Interactive,0,0,0.02,0,0.03 +14896,R-Type Delta,PS,1998,Shooter,Irem Software Engineering,0.01,0.01,0,0,0.03 +14897,Angelique: Maren no Rokukishi,PSP,2011,Adventure,Idea Factory,0,0,0.03,0,0.03 +14898,Soul Eater: Battle Resonance,PSP,2009,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14899,Psycho-Pass: Mandatory Happiness,PS4,2016,Adventure,Nippon Ichi Software,0.02,0,0,0,0.03 +14900,Hisshou Pachinko*Pachi-slot Kouryaku Series DS Vol. 3: Shinseiki Evangelion - Yakusoku no Toki,DS,2008,Misc,D3Publisher,0,0,0.03,0,0.03 +14901,The Great Battle Gaiden 2: Matsuri da Wasshoi,SNES,1994,Action,Banpresto,0,0,0.03,0,0.03 +14902,Napoleon Dynamite: The Game,DS,2007,Puzzle,Crave Entertainment,0.02,0,0,0,0.03 +14903,Shinseiki Evangelion Ayanami Ikusei Keikaku DS with Asuka Hokan Keikaku,DS,2008,Simulation,Broccoli,0,0,0.03,0,0.03 +14904,Rock 'N' Roll Adventures,Wii,2007,Platform,Popcorn Arcade,0.02,0,0,0,0.03 +14905,War Gods,PS,1996,Fighting,GT Interactive,0.01,0.01,0,0,0.03 +14906,Evangelion: Jo,PS2,2009,Action,Namco Bandai Games,0,0,0.03,0,0.03 +14907,Doki Oki,PS,1995,Adventure,Banpresto,0,0,0.02,0,0.03 +14908,Gakuen Alice: WakuWaku * Happy Friends,DS,2007,Adventure,Kids Station,0,0,0.03,0,0.03 +14909,Kyokugen Dasshutsu ADV: Zennin Shiboudesu,PSV,2012,Adventure,ChunSoft,0,0,0.03,0,0.03 +14910,Konohana 2: Todoke Kanai Requiem,PS2,2002,Adventure,Success,0,0,0.03,0,0.03 +14911,Derby Time 2006,PSP,2006,Sports,Sony Computer Entertainment,0,0,0.03,0,0.03 +14912,Yuusha Shisu.,PSV,2016,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +14913,Monster Mayhem: Build and Battle,DS,2009,Simulation,Zushi Games,0.02,0,0,0,0.02 +14914,Senjou no Waltz,PSV,2014,Adventure,Idea Factory,0,0,0.02,0,0.02 +14915,Chuck E. Cheese's Sports Games,Wii,2011,Sports,UFO Interactive,0.02,0,0,0,0.02 +14916,Ghostbusters (2016),XOne,2016,Action,Activision,0.02,0,0,0,0.02 +14917,Stronghold 2 Deluxe,PC,2005,Strategy,Take-Two Interactive,0,0.02,0,0,0.02 +14918,MAPLUS: Portable Navi 3,PSP,2009,Misc,Edia,0,0,0.02,0,0.02 +14919,DEATH NOTE: L o Tsugu Mono,DS,2007,Adventure,Konami Digital Entertainment,0,0,0.02,0,0.02 +14920,ZooCube,GC,2002,Puzzle,Acclaim Entertainment,0.02,0,0,0,0.02 +14921,Puppet Show 3: Lost Town,PC,2011,Puzzle,Focus Home Interactive,0,0.02,0,0,0.02 +14922,Star Wars: Empire at War - Forces of Corruption,PC,2006,Strategy,LucasArts,0,0.02,0,0,0.02 +14923,Spy Hunter / Super Sprint,GBA,2005,Racing,Zoo Digital Publishing,0.02,0.01,0,0,0.02 +14924,Otometeki Koi Kakumei * Love Revo! Portable,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +14925,Clover no Kuni no Alice: Wonderful Wonder World,PS2,2010,Adventure,Prototype,0,0,0.02,0,0.02 +14926,Room Zoom: Race for Impact,XB,2004,Racing,Jaleco,0.02,0.01,0,0,0.02 +14927,Yahari Game Demo Ore no Seishun Love-Kome Hamachi Gatteiru,PSV,2013,Adventure,5pb,0,0,0.02,0,0.02 +14928,Tube Slider,GC,N/A,Racing,Unknown,0.02,0,0,0,0.02 +14929,Ghost Pirates of Vooju Island,PC,2009,Adventure,DTP Entertainment,0,0.02,0,0,0.02 +14930,America Oudan Ultra-Quiz,SAT,1995,Misc,Victor Interactive,0,0,0.02,0,0.02 +14931,DoDonPachi Dai-Oujou: Black Label Extra,X360,2009,Shooter,5pb,0,0,0.02,0,0.02 +14932,Mind Your Language: Learn English! / French! / German! / Spanish! /Japanese!,DS,2009,Misc,PlayV,0,0.02,0,0,0.02 +14933,ParaWorld,PC,2006,Strategy,Deep Silver,0,0.02,0,0,0.02 +14934,Tropico Reloaded,PC,2009,Strategy,Kalypso Media,0,0.02,0,0,0.02 +14935,Shinseiki Evangelion: Battle Orchestra,PS2,2007,Fighting,Broccoli,0,0,0.02,0,0.02 +14936,Pharaoh,PC,1998,Strategy,Vivendi Games,0,0.02,0,0,0.02 +14937,Vampire Mansion: Linda Hyde,DS,2011,Adventure,Unknown,0,0.02,0,0,0.02 +14938,Yes! Precure 5 Go Go Zenin Shu Go! Dream Festival,DS,2008,Action,Namco Bandai Games,0,0,0.02,0,0.02 +14939,Battlefield 2: Modern Combat(JP sales),PS2,2005,Shooter,Electronic Arts,0,0,0.02,0,0.02 +14940,The Idolmaster: Gravure For You! Vol.7,PS3,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +14941,Stake: Fortune Fighters,XB,2003,Fighting,Metro 3D,0.02,0.01,0,0,0.02 +14942,Serious Sam Advance,GBA,2004,Shooter,Global Star,0.02,0.01,0,0,0.02 +14943,The Settlers: Rise of an Empire,PC,2007,Strategy,Ubisoft,0.01,0.01,0,0,0.02 +14944,Let's Play Garden,Wii,2010,Simulation,Deep Silver,0.02,0,0,0,0.02 +14945,Umineko no Naku Koro ni San: Shinjitsu to Gensou no Yasoukyoku,PS3,N/A,Adventure,N/A,0,0,0.02,0,0.02 +14946,Pop'n Music 12 Iroha,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +14947,BeatMania IIDX 11: IIDX Red,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +14948,Warhammer Online: Age of Reckoning,PC,2008,Role-Playing,GOA,0,0.02,0,0,0.02 +14949,Jikkyou Powerful Pro Yakyuu 12 Ketteiban,GC,2005,Sports,Konami Digital Entertainment,0,0,0.02,0,0.02 +14950,Road Trip: The Arcade Edition,GC,2002,Racing,Zoo Digital Publishing,0.02,0,0,0,0.02 +14951,Juusanshi Engi Engetsu Sangokuden 2,PSP,2014,Action,Idea Factory,0,0,0.02,0,0.02 +14952,No More Heroes: Heroes' Paradise,X360,2010,Action,Marvelous Interactive,0,0,0.02,0,0.02 +14953,Virtua Tennis: World Tour (jp sales),PSP,2005,Sports,Sega,0,0,0.02,0,0.02 +14954,World Series of Poker 2008: Battle for the Bracelets,PSP,2007,Misc,Activision,0.02,0,0,0,0.02 +14955,Ano Hi Mita Hana no Namae o Bokutachi wa Mada Shiranai,PSP,2012,Action,5pb,0,0,0.02,0,0.02 +14956,Cold War,XB,2005,Shooter,DreamCatcher Interactive,0.02,0.01,0,0,0.02 +14957,Steel Battalion: Line of Contact,XB,2004,Simulation,Capcom,0.02,0.01,0,0,0.02 +14958,Naruto Shippuden: Ultimate Ninja Storm Collection,PS3,2016,Action,Namco Bandai Games,0,0.02,0,0,0.02 +14959,Ken to Mahou to Gakuen Mono. 2G,PS3,2010,Role-Playing,Acquire,0,0,0.02,0,0.02 +14960,NBA Starting Five,XB,2002,Sports,Konami Digital Entertainment,0.02,0.01,0,0,0.02 +14961,Kami Naru Kimi to,PSP,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +14962,Spy Hunter: Nowhere To Run,PS2,2006,Racing,Midway Games,0.01,0.01,0,0,0.02 +14963,LEGO Harry Potter: Years 1-4,PC,2010,Action,Warner Bros. Interactive Entertainment,0.01,0.01,0,0,0.02 +14964,Ikki Tousen: Eloquent Fist,PSP,2008,Fighting,Marvelous Interactive,0,0,0.02,0,0.02 +14965,Viva Pinata,PC,2007,Simulation,Microsoft Game Studios,0,0.02,0,0,0.02 +14966,Carmen Sandiego: The Secret of the Stolen Drums,XB,2004,Action,BAM! Entertainment,0.02,0.01,0,0,0.02 +14967,Disney's Magical Quest 3 Starring Mickey and Donald,GBA,2003,Action,Capcom,0.02,0.01,0,0,0.02 +14968,Chili Con Carnage,PSP,2007,Shooter,Eidos Interactive,0,0.02,0,0.01,0.02 +14969,Bus Simulator 16,PC,2016,Simulation,Astragon,0,0.02,0,0,0.02 +14970,Rengoku II: The Stairway To H.E.A.V.E.N.,PSP,2006,Action,Konami Digital Entertainment,0.02,0,0,0,0.02 +14971,Teddy Together,3DS,2016,Simulation,Nintendo,0,0.02,0,0,0.02 +14972,Pony Luv,DS,2008,Simulation,GSP,0.02,0,0,0,0.02 +14973,Strike Witches 2: Iyasu Naosu Punipunisuru,DS,2010,Action,Kadokawa Shoten,0,0,0.02,0,0.02 +14974,Omega Quintet,PS4,2014,Role-Playing,Compile Heart,0,0,0.02,0,0.02 +14975,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.1,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +14976,Demigod,PC,2009,Strategy,Atari,0,0.02,0,0,0.02 +14977,The Voice,PS3,2014,Action,Activision,0.02,0,0,0,0.02 +14978,"Ed, Edd n Eddy: The Mis-Edventures",XB,2005,Platform,Midway Games,0.02,0.01,0,0,0.02 +14979,Bunmei Haruka: Aoiza Ibunroku,PSP,2011,Action,FuRyu,0,0,0.02,0,0.02 +14980,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.6,PS3,2015,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +14981,Blade Arcus from Shining EX,PS4,2015,Fighting,Sega,0,0,0.02,0,0.02 +14982,Vantage Master Portable,PSP,2008,Role-Playing,Falcom Corporation,0,0,0.02,0,0.02 +14983,Lilpri DS: Hime-Chen! Apple Pink,DS,2010,Adventure,Sega,0,0,0.02,0,0.02 +14984,Star Trek Online,PC,2010,Role-Playing,Atari,0,0.02,0,0,0.02 +14985,Rapala for Kinect,X360,2011,Sports,Activision,0,0.02,0,0,0.02 +14986,Rugby Challenge 3,X360,2016,Sports,Alternative Software,0,0.02,0,0,0.02 +14987,"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 1: Shinseiki Evangelion - Magokoro o, Kimi ni",DS,2008,Misc,D3Publisher,0,0,0.02,0,0.02 +14988,Diabolik Lovers: Vandead Carnival,PSV,2014,Action,Idea Factory,0,0,0.02,0,0.02 +14989,O.M.G. 26 - Our Mini Games,DS,2007,Puzzle,505 Games,0.02,0,0,0,0.02 +14990,Ty the Tasmanian Tiger 3: Night of the Quinkan,XB,2005,Action,Zoo Digital Publishing,0.02,0.01,0,0,0.02 +14991,AMF Xtreme Bowling,PS2,2006,Sports,Mastertronic,0.01,0.01,0,0,0.02 +14992,Total Overdose: A Gunslinger's Tale in Mexico,XB,2005,Shooter,Eidos Interactive,0.02,0.01,0,0,0.02 +14993,Bomberman Fantasy Race,PS,1998,Racing,Virgin Interactive,0.01,0.01,0,0,0.02 +14994,Colin McRae Rally 2.0,GBA,2002,Racing,Codemasters,0.02,0.01,0,0,0.02 +14995,Carnage Heart EXA,PSP,2010,Strategy,ArtDink,0,0,0.02,0,0.02 +14996,Tropico 4: Modern Times,PC,2012,Strategy,Kalypso Media,0,0.02,0,0,0.02 +14997,Europa Universalis III Complete,PC,2008,Strategy,Paradox Interactive,0,0.02,0,0,0.02 +14998,Bugriders: The Race of Kings,PS,1997,Racing,GT Interactive,0.01,0.01,0,0,0.02 +14999,Bust-A-Move,3DO,1994,Puzzle,Micro Cabin,0,0,0.02,0,0.02 +15000,Wii de Asobu: Metroid Prime,Wii,N/A,Shooter,Nintendo,0,0,0.02,0,0.02 +15001,Payout Poker & Casino,PSP,N/A,Misc,Unknown,0.02,0,0,0,0.02 +15002,Wii de Asobu: Metroid Prime,Wii,N/A,Shooter,Nintendo,0,0,0.02,0,0.02 +15003,Wangan Midnight Portable,PSP,2007,Racing,Genki,0,0,0.02,0,0.02 +15004,Cross Ange: Tenshi to Ryuu no Rondo tr.,PSV,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15005,Canvas 2,PS2,2006,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15006,Memories Off: Sorekara Again,PS2,2006,Adventure,KID,0,0,0.02,0,0.02 +15007,Tom Clancy's Rainbow Six: Vegas 2,PC,2008,Shooter,Ubisoft,0,0.02,0,0,0.02 +15008,11eyes: CrossOver,X360,2009,Adventure,5pb,0,0,0.02,0,0.02 +15009,Kenka Bancho Otome,PSV,2016,Action,Screenlife,0,0,0.02,0,0.02 +15010,Supermodel Makeover by Lauren Luke,DS,2009,Simulation,Avanquest,0,0.02,0,0,0.02 +15011,George of the Jungle and the Search for the Secret,Wii,2008,Platform,Ignition Entertainment,0.02,0,0,0,0.02 +15012,AirForce Delta Storm,GBA,2002,Shooter,Konami Digital Entertainment,0.02,0.01,0,0,0.02 +15013,Serious Sam HD: Gold Edition,X360,2011,Shooter,Mastertronic,0,0.02,0,0,0.02 +15014,Peter Pan in Disney's Return to Never Land,PS,2002,Platform,Sony Computer Entertainment,0.01,0.01,0,0,0.02 +15015,Ferrari Challenge Trofeo Pirelli Deluxe,Wii,2009,Racing,System 3 Arcade Software,0,0.02,0,0,0.02 +15016,Xenosaga I·II,DS,2006,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15017,SimCity Societies,PC,2007,Simulation,Electronic Arts,0,0.02,0,0,0.02 +15018,Mesaze!! Tsuri Master: Sekai ni Challenge! Hen,Wii,2008,Sports,Hudson Soft,0,0,0.02,0,0.02 +15019,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.9,PS3,2016,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15020,Fishdom 2 Deluxe,PC,2010,Puzzle,Rondomedia,0,0.02,0,0.01,0.02 +15021,Kuusen II,PS2,2004,Simulation,Kadokawa Shoten,0,0,0.02,0,0.02 +15022,Cross Channel: In Memory of All People,X360,2011,Adventure,CyberFront,0,0,0.02,0,0.02 +15023,Bomberman Story DS,DS,2007,Role-Playing,Rising Star Games,0,0,0.02,0,0.02 +15024,Penguins of Madagascar,Wii,2014,Action,Namco Bandai Games,0,0.02,0,0,0.02 +15025,Clannad: Mitsumi Mamoru Sakamichi de - Joukan,PSP,2010,Adventure,Prototype,0,0,0.02,0,0.02 +15026,Brothers in Arms: Hell's Highway,PC,2008,Shooter,Ubisoft,0,0.02,0,0,0.02 +15027,Are You Alice?,PSP,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15028,Future Tactics: The Uprising,GC,2004,Strategy,JoWood Productions,0.02,0,0,0,0.02 +15029,Stronghold Crusader Extreme,PC,2008,Strategy,Gamecock,0,0.02,0,0,0.02 +15030,Kensei: Sacred Fist,PS,1997,Fighting,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15031,Backyard NFL Football,DS,2007,Sports,Atari,0.02,0,0,0,0.02 +15032,Okashi na Shima no Peter Pan: Sweet Never Land,PSP,2011,Adventure,Quinrose,0,0,0.02,0,0.02 +15033,Urakata Hakuoki,PSP,2013,Adventure,Idea Factory,0,0,0.02,0,0.02 +15034,Cities XL 2011,PC,2010,Simulation,Focus Home Interactive,0,0.02,0,0,0.02 +15035,Kung Fu Panda,PC,2008,Action,Activision,0,0.02,0,0,0.02 +15036,Gift: Prism,PS2,2006,Adventure,Sweets,0,0,0.02,0,0.02 +15037,PDC World Championship Darts: Pro Tour,X360,2010,Sports,O-Games,0,0.02,0,0,0.02 +15038,Shanghai: True Valor,PS,1998,Puzzle,Activision,0.01,0.01,0,0,0.02 +15039,Tokyo Xanadu eX+,PS4,2016,Role-Playing,Nihon Falcom Corporation,0,0,0.02,0,0.02 +15040,Major Dream: Major DS Dream Baseball,DS,2008,Sports,Takara Tomy,0,0,0.02,0,0.02 +15041,Steins;Gate: Senkei Kousoku no Phonogram,X360,2013,Adventure,5pb,0,0,0.02,0,0.02 +15042,Thunderbirds,GBA,2004,Shooter,Vivendi Games,0.02,0.01,0,0,0.02 +15043,Winning Post 8 2015,PSV,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15044,Vitamin Z Revolution,PSP,2010,Adventure,D3Publisher,0,0,0.02,0,0.02 +15045,Aria: The Origination ~Aoi Wakusei no El Cielo~,PS2,2008,Adventure,Alchemist,0,0,0.02,0,0.02 +15046,Inkheart,DS,2009,Adventure,DreamCatcher Interactive,0.02,0,0,0,0.02 +15047,Street Fighter X Tekken,PC,2012,Fighting,Capcom,0,0.02,0,0,0.02 +15048,Lunatic Dawn Tempest,PS2,2001,Role-Playing,ArtDink,0,0,0.02,0,0.02 +15049,Ceville,PC,2009,Action,Kalypso Media,0,0.02,0,0,0.02 +15050,Strike Witches: Shirogane no Tsubasa,PSP,2012,Strategy,Kadokawa Shoten,0,0,0.02,0,0.02 +15051,Total Immersion Racing,XB,2002,Racing,Empire Interactive,0.02,0.01,0,0,0.02 +15052,Totally Spies! 2: Undercover,DS,2006,Action,Atari,0.01,0.01,0,0,0.02 +15053,Luxor: The Wrath of Set,PSP,2006,Puzzle,Mumbo Jumbo,0.02,0,0,0,0.02 +15054,Natalie Brooks: Mystery at Hillcrest High,DS,2012,Action,Licensed 4U,0,0.02,0,0,0.02 +15055,NASCAR Heat Evolution,XOne,2016,Racing,Dusenberry Martin Racing,0.02,0,0,0,0.02 +15056,Board Game: Top Shop,PS,1999,Misc,Success,0.01,0.01,0,0,0.02 +15057,NANA: Live Staff Daiboshuu! Shoshinsha Kangei,DS,2007,Action,Konami Digital Entertainment,0,0,0.02,0,0.02 +15058,Castlevania: Lords of Shadow - Reverie,X360,2011,Action,Konami Digital Entertainment,0.02,0,0,0,0.02 +15059,Xia-Xia,DS,2012,Platform,N/A,0,0.02,0,0,0.02 +15060,Cocoto Magic Circus,Wii,2008,Shooter,Neko Entertainment,0.02,0,0,0,0.02 +15061,Zero no Tsukaima: Shou-akuma to Harukaze no Concerto,PS2,2007,Adventure,Marvelous Interactive,0,0,0.02,0,0.02 +15062,Dunamis 15,PS3,2011,Adventure,5pb,0,0,0.02,0,0.02 +15063,DemiKids: Dark Version,GBA,2002,Role-Playing,Atlus,0.02,0.01,0,0,0.02 +15064,Mage Knight: Destiny's Soldier,DS,2006,Strategy,Namco Bandai Games,0.02,0,0,0,0.02 +15065,GT Legends,PC,2005,Racing,Atari,0,0.02,0,0,0.02 +15066,Blender Bros.,GBA,2002,Platform,Unknown,0.02,0.01,0,0,0.02 +15067,Suzumiya Haruhi no Heiretsu,Wii,2009,Adventure,Sega,0,0,0.02,0,0.02 +15068,F1 Race Stars,PC,2012,Racing,Codemasters,0,0.02,0,0,0.02 +15069,DemiKids: Light Version,GBA,2002,Role-Playing,Atlus,0.02,0.01,0,0,0.02 +15070,Nanatsuiro * Drops Pure!!,PS2,2007,Adventure,Media Works,0,0,0.02,0,0.02 +15071,Pe-Jongju to Manabu Kankokugo DS: Test-Hen,DS,2010,Misc,D3Publisher,0,0,0.02,0,0.02 +15072,Escape the Emerald Star,PC,2011,Puzzle,PopCap Games,0.02,0,0,0,0.02 +15073,La Corda d'Oro 4,PSV,2016,Action,Tecmo Koei,0,0,0.02,0,0.02 +15074,Thomas and Friends: Steaming around Sodor,3DS,2015,Action,Avanquest Software,0,0.02,0,0,0.02 +15075,Titanic Mystery,Wii,2010,Puzzle,O-Games,0.02,0,0,0,0.02 +15076,Falcon 4.0: Allied Force,PC,2005,Simulation,Graphsim Entertainment,0,0.02,0,0,0.02 +15077,Bottom of the 9th '97,PS,1997,Sports,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15078,Shaman King: Chou Senjiryokketsu 3,GBA,2002,Role-Playing,King Records,0,0,0.02,0,0.02 +15079,Ride,X360,2015,Racing,Milestone S.r.l.,0,0.02,0,0,0.02 +15080,Line Rider 2: Unbound,Wii,2008,Puzzle,Deep Silver,0.02,0,0,0,0.02 +15081,HatsuKare * Renai Debut Sengen!,PSP,2013,Adventure,FuRyu,0,0,0.02,0,0.02 +15082,Treasure Chase,DS,2011,Puzzle,Storm City Games,0.02,0,0,0,0.02 +15083,Unreal Anthology,PC,2006,Shooter,Midway Games,0,0.02,0,0,0.02 +15084,X3: Terran War Pack,PC,2012,Misc,Deep Silver,0,0.02,0,0,0.02 +15085,Prison Architect,PS4,2016,Action,Introversion Software,0.01,0.01,0,0,0.02 +15086,G1 Jockey Wii,Wii,2007,Sports,Tecmo Koei,0,0.01,0.02,0,0.02 +15087,Kingdom: Ikkitousen no Ken,PSP,2010,Action,Konami Digital Entertainment,0,0,0.02,0,0.02 +15088,Wrestle Kingdom 2: Pro Wrestling Sekai Taisen,PS2,2007,Fighting,Yuke's,0,0,0.02,0,0.02 +15089,Rugby League Live 3,PS4,2015,Action,Tru Blu Entertainment,0,0.02,0,0,0.02 +15090,Tom Clancy's EndWar,PC,2009,Strategy,Ubisoft,0,0.02,0,0,0.02 +15091,RayCrisis: Series Termination,PS,1999,Shooter,JVC,0.01,0.01,0,0,0.02 +15092,Left 4 Dead,PC,2008,Shooter,Electronic Arts,0,0.02,0,0,0.02 +15093,Bejeweled 2 Deluxe,PC,2006,Puzzle,Focus Home Interactive,0,0.02,0,0,0.02 +15094,Ikki Tousen: Shining Dragon,PS2,2007,Role-Playing,Marvelous Interactive,0,0,0.02,0,0.02 +15095,Kimi ga Aruji de Shitsuji ga Ore de: Oshie Nikki,PS2,2008,Adventure,Minato Station,0,0,0.02,0,0.02 +15096,Toxic Grind,XB,2002,Sports,THQ,0.02,0,0,0,0.02 +15097,DiRT,PC,2007,Racing,Codemasters,0,0.02,0,0,0.02 +15098,Kawasaki Jet Ski,Wii,2008,Racing,Metro 3D,0.02,0,0,0,0.02 +15099,Genkai Tokki: Seven Pirates,PSV,2016,Role-Playing,Compile Heart,0,0,0.02,0,0.02 +15100,Enchanted Arms (JP sales),X360,2006,Role-Playing,Ubisoft,0,0,0.02,0,0.02 +15101,ScrapLand,XB,2005,Action,Deep Silver,0.02,0,0,0,0.02 +15102,Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Fuujirareta Megami Portable,PSP,2011,Misc,Paon,0,0,0.02,0,0.02 +15103,Geten no Hana,PSP,2013,Misc,Tecmo Koei,0,0,0.02,0,0.02 +15104,Crazy Machines,Wii,2010,Puzzle,DTP Entertainment,0.01,0.01,0,0,0.02 +15105,Harukanaru Toki no Naka de 3 with Izayoiki Aizouban,PSP,2009,Adventure,Tecmo Koei,0,0,0.02,0,0.02 +15106,Blade Arcus from Shining EX,PS3,2015,Fighting,Sega,0,0,0.02,0,0.02 +15107,Brave: The Video Game,Wii,2012,Action,Disney Interactive Studios,0,0.02,0,0,0.02 +15108,Frontlines: Fuel of War,PC,2008,Shooter,THQ,0,0.02,0,0,0.02 +15109,D.Gray-man: Sousha no Shikaku,PS2,2008,Adventure,Konami Digital Entertainment,0,0,0.02,0,0.02 +15110,Indianapolis 500 Evolution,X360,2009,Racing,Zushi Games,0.02,0,0,0,0.02 +15111,Ookami to Koushinryou: Omiowataru Kaze,DS,2009,Adventure,ASCII Media Works,0,0,0.02,0,0.02 +15112,Grey's Anatomy: The Video Game,PC,2009,Adventure,Ubisoft,0,0.02,0,0,0.02 +15113,School Days LxH,PS2,2008,Adventure,Interchannel,0,0,0.02,0,0.02 +15114,Neo Angelique,PS2,2006,Adventure,Tecmo Koei,0,0,0.02,0,0.02 +15115,Big Idea's VeggieTales: LarryBoy and the Bad Apple,PS2,2006,Action,Crave Entertainment,0.01,0.01,0,0,0.02 +15116,Namco Museum Battle Collection (JP sales),PSP,2005,Misc,Sony Computer Entertainment,0,0,0.02,0,0.02 +15117,Chaos;Head Noah,PSP,2010,Adventure,5pb,0,0,0.02,0,0.02 +15118,Brandish: The Dark Revenant,PSP,2009,Role-Playing,Falcom Corporation,0,0,0.02,0,0.02 +15119,Summon Night: Swordcraft Story,GBA,2003,Role-Playing,Banpresto,0.02,0.01,0,0,0.02 +15120,Samurai Shodown V,XB,2006,Fighting,Ignition Entertainment,0.02,0,0,0,0.02 +15121,Pro Fishing Challenge,XB,2004,Sports,Atlus,0.02,0,0,0,0.02 +15122,Minna no Chizu 2,PSP,2007,Misc,Zenrin,0,0,0.02,0,0.02 +15123,Franklin's Great Adventures,DS,2006,Action,Game Factory,0.02,0,0,0,0.02 +15124,Test Drive Unlimited,PC,2007,Racing,Atari,0,0.02,0,0,0.02 +15125,SAW,PC,2009,Action,Konami Digital Entertainment,0,0.02,0,0,0.02 +15126,Princess Saver! Eternal Love for My Lady,PS2,2010,Adventure,Comfort,0,0,0.02,0,0.02 +15127,To Love-Ru Trouble: Darkness - True Princess,PSV,2015,Action,FuRyu,0,0,0.02,0,0.02 +15128,Tokyo Mew Mew,PS,2002,Role-Playing,Takara,0,0,0.02,0,0.02 +15129,Jitsumei Jikkyou Keiba Dream Classic 2002,PS2,2002,Sports,Namco Bandai Games,0,0,0.02,0,0.02 +15130,Ice Age: Dawn of the Dinosaurs,PC,2009,Action,Activision,0.02,0,0,0,0.02 +15131,Interactive Storybook DS Series 3,DS,2007,Misc,Tommo,0.02,0,0,0,0.02 +15132,Moujuutsukai to Oujisama: Snow Bride Portable,PSP,2012,Adventure,Idea Factory,0,0,0.02,0,0.02 +15133,Twinkle * Crusaders GoGo!,PSP,2010,Adventure,ASCII Media Works,0,0,0.02,0,0.02 +15134,Serious Sam HD: Gold Edition,PC,2010,Shooter,Devolver Digital,0,0.02,0,0,0.02 +15135,Rule of Rose,PS2,2006,Action,505 Games,0.01,0.01,0,0,0.02 +15136,RedCard 20-03,GC,2002,Sports,Midway Games,0.02,0,0,0,0.02 +15137,Homeworld,PC,1998,Strategy,Vivendi Games,0,0.02,0,0,0.02 +15138,Freestyle Metal X,XB,2003,Racing,Midway Games,0.02,0,0,0,0.02 +15139,Shonen Jump's One Piece: Grand Adventure,PS2,2005,Fighting,Namco Bandai Games,0.01,0.01,0,0,0.02 +15140,Pac-Man World Rally,PS2,2006,Racing,Namco Bandai Games,0.01,0.01,0,0,0.02 +15141,Plants vs. Zombies: Garden Warfare,PC,2014,Shooter,Electronic Arts,0,0.02,0,0,0.02 +15142,Max Payne,PC,2001,Shooter,Take-Two Interactive,0,0.02,0,0,0.02 +15143,Uta Kumi 575,PSV,2014,Misc,Sega,0,0,0.02,0,0.02 +15144,Invizimals: The Lost Kingdom,PS3,2013,Action,Sony Computer Entertainment,0,0.02,0,0.01,0.02 +15145,428: Fuusa Sareta Shibuya de,PS3,2009,Adventure,Spike,0,0,0.02,0,0.02 +15146,IL-2 Sturmovik: Forgotten Battles,PC,2003,Simulation,Ubisoft,0,0.02,0,0,0.02 +15147,Overlord,PC,2007,Strategy,Codemasters,0,0.02,0,0,0.02 +15148,Sacred 3,PC,2014,Role-Playing,Deep Silver,0,0.02,0,0,0.02 +15149,The Professor's Brain Trainer: Logic,DS,2005,Puzzle,505 Games,0.02,0,0,0,0.02 +15150,Fritz Chess,Wii,2009,Strategy,Deep Silver,0.02,0.01,0,0,0.02 +15151,Hisshou Pachinko * Pachi-Slot Kouryaku Series Portable Vol. 2: CR Evangelion - Hajimari no Fukuin,PSP,2010,Misc,D3Publisher,0,0,0.02,0,0.02 +15152,NFL Blitz Pro,GC,2003,Sports,Midway Games,0.02,0,0,0,0.02 +15153,Rocket League,PC,2016,Sports,505 Games,0.01,0.01,0,0,0.02 +15154,Balls of Fury,Wii,2007,Sports,Zoo Digital Publishing,0.02,0,0,0,0.02 +15155,18 Wheels of Steel: Extreme Trucker,PC,2009,Racing,Rondomedia,0,0.02,0,0,0.02 +15156,Rugby World Cup 2015,XOne,2015,Sports,Ubisoft,0,0.02,0,0,0.02 +15157,Winning Post 8 2015,PS3,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15158,Veggy World,DS,2011,Shooter,Jack of All Games,0.02,0,0,0,0.02 +15159,Commandos: Strike Force,XB,2006,Shooter,Eidos Interactive,0.02,0,0,0,0.02 +15160,Ukiyo no Roushi,PSV,2015,Action,Unknown,0,0,0.02,0,0.02 +15161,SBK: Snowboard Kids,DS,2005,Sports,Rising Star Games,0.02,0,0,0,0.02 +15162,Warriors of the Lost Empire (JP sales),PSP,2007,Role-Playing,Mercury Games,0,0,0.02,0,0.02 +15163,Jojo's Bizarre Adventure,PS,1999,Fighting,Virgin Interactive,0.01,0.01,0,0,0.02 +15164,Lode Runner,DS,2006,Puzzle,Hudson Entertainment,0,0,0.02,0,0.02 +15165,Zathura,XB,2005,Adventure,Take-Two Interactive,0.02,0,0,0,0.02 +15166,Cities in Motion Collection,PC,2011,Simulation,Unknown,0,0.02,0,0,0.02 +15167,Evolution Snowboarding,PS2,2002,Sports,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15168,Jissen Pachinko Hisshouhou! CR Sakura Taisen,PS2,2007,Misc,Sega,0,0,0.02,0,0.02 +15169,Aegis of Earth: Protonovus Assault,PS4,2016,Action,PQube,0.02,0,0,0,0.02 +15170,Freedom Wings,DS,2006,Simulation,Natsume,0.02,0,0,0,0.02 +15171,Super Nazo Puyo Tsuu: Ruruu no Tetsuwan Hanjyouki,SNES,1996,Puzzle,Compile,0,0,0.02,0,0.02 +15172,Zillions of Enemy X: Zetsukai no Crusade,PS3,2013,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +15173,Dream Chronicles,DS,2010,Adventure,Zoo Games,0.02,0,0,0,0.02 +15174,Kung Fu Panda: Showdown of Legendary Legends,PS3,2015,Action,Little Orbit,0,0.02,0,0,0.02 +15175,The Settlers IV,PC,2001,Strategy,Blue Byte,0,0.02,0,0,0.02 +15176,Happiness! De-Lucks,PS2,2007,Adventure,Marvelous Interactive,0,0,0.02,0,0.02 +15177,Mount & Blade,PC,2008,Role-Playing,Paradox Interactive,0,0.02,0,0,0.02 +15178,Doki Majo Plus,DS,2009,Adventure,SNK Playmore,0,0,0.02,0,0.02 +15179,Eureka Seven Vol. 2: The New Vision,PS2,2006,Shooter,Namco Bandai Games,0,0,0.02,0,0.02 +15180,Love Once: Mermaid's Tears,PS3,2011,Adventure,Unknown,0,0,0.02,0,0.02 +15181,Puzzle Challenge: Crosswords and More!,PS2,2006,Puzzle,Crave Entertainment,0.01,0.01,0,0,0.02 +15182,Mata Hari: Betrayal is only a Kiss Away,PC,2008,Adventure,DTP Entertainment,0,0.02,0,0,0.02 +15183,"Simple 2500 Series Portable!! Vol. 12: The Hohei 2: Senyuu yo, Sakini Ike",PSP,2009,Action,D3Publisher,0,0,0.02,0,0.02 +15184,Muppets Party Cruise,GC,2003,Misc,TDK Mediactive,0.02,0,0,0,0.02 +15185,Quake 4,PC,2005,Shooter,Activision,0,0.02,0,0,0.02 +15186,Maximum Capacity: Hotel Giant,PC,2002,Strategy,JoWood Productions,0,0.02,0,0,0.02 +15187,Sengoku Otome: Legend Battle,PSV,2016,Action,Unknown,0,0,0.02,0,0.02 +15188,Shippuu Mahou Daisakusen: Kingdom-Grandprix,SAT,1996,Shooter,Gaga,0,0,0.02,0,0.02 +15189,Yamasa Digi Portable: Matsuri no Tatsujin - Win-Chan no Natsumatsuri,PSP,2006,Misc,Yamasa Entertainment,0,0,0.02,0,0.02 +15190,Quiz Present Variety Q-Sama!! DS: Pressure Study x Atama Gai Kunaru Drill SP,DS,2011,Misc,Plenty,0,0,0.02,0,0.02 +15191,Fritz Chess,DS,2009,Strategy,Deep Silver,0.02,0,0,0,0.02 +15192,Heart no Kuni no Alice Anniversary Ver.: Wonderful Wonder World,PSP,2011,Adventure,Quinrose,0,0,0.02,0,0.02 +15193,Fuel,PC,2009,Racing,Codemasters,0,0.02,0,0,0.02 +15194,Serious Sam: Next Encounter,GC,2004,Shooter,Global Star,0.02,0,0,0,0.02 +15195,PachiPara 15: Super Umi Monogatari in Okinawa 2,PS3,2010,Misc,Irem Software Engineering,0,0,0.02,0,0.02 +15196,Motto! SoniComi,PS3,2014,Simulation,Kadokawa Games,0,0,0.02,0,0.02 +15197,Let's Play Flight Attendant,DS,2010,Simulation,Deep Silver,0.02,0,0,0,0.02 +15198,Akai Ito DS,DS,2008,Adventure,Alchemist,0,0,0.02,0,0.02 +15199,Knight's Apprentice: Memorick's Adventures,XB,2004,Action,Microids,0.02,0,0,0,0.02 +15200,Saint,Wii,N/A,Shooter,Unknown,0.02,0,0,0,0.02 +15201,Darksiders,PS3,2010,Action,THQ,0.01,0.01,0,0,0.02 +15202,Natsuiro no Sunadokei,PS2,2002,Adventure,Princess Soft,0,0,0.02,0,0.02 +15203,Indigo Prophecy,PC,2005,Adventure,Atari,0,0.02,0,0,0.02 +15204,Jissen Pachi-Slot Hisshouhou! Mister Magic Neo,PS2,2007,Misc,Sega,0,0,0.02,0,0.02 +15205,Tale of a Hero,PC,2010,Adventure,Daedalic,0,0.02,0,0.01,0.02 +15206,Valentino Rossi: The Game,XOne,2016,Racing,Namco Bandai Games,0,0.02,0,0,0.02 +15207,Turbo: Super Stunt Squad,PS3,2013,Sports,D3Publisher,0,0.02,0,0,0.02 +15208,FIFA Soccer 09,PC,2008,Sports,Electronic Arts,0,0.02,0,0,0.02 +15209,The Lord of the Rings: The Battle for Middle-Earth II,PC,2006,Strategy,Electronic Arts,0.01,0.01,0,0,0.02 +15210,Ballblazer Champions,PS,1997,Sports,CTO SpA,0.01,0.01,0,0,0.02 +15211,Steal Princess,DS,N/A,Platform,Unknown,0.02,0,0,0,0.02 +15212,So Blonde,PC,2008,Adventure,Eidos Interactive,0,0.02,0,0,0.02 +15213,Winter Sports 2011,X360,2011,Sports,DTP Entertainment,0,0.02,0,0,0.02 +15214,Koisuru Otome to Shugo no Tate: The Shield of AIGIS,PS2,2008,Adventure,Alchemist,0,0,0.02,0,0.02 +15215,Disney's Meet the Robinsons,DS,2007,Action,Disney Interactive Studios,0.02,0,0,0,0.02 +15216,Casper's Scare School: Classroom Capers,DS,2008,Adventure,Blast! Entertainment Ltd,0.02,0,0,0,0.02 +15217,Moujuutsukai to Oujisama Portable,PSP,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15218,Galaxy Angel II: Eigou Kaiki no Koku,PS2,2009,Strategy,Broccoli,0,0,0.02,0,0.02 +15219,Genroh,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15220,Otome wa Oanesama Boku ni Koi Shiteru Portable,PSP,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15221,Iron Phoenix,XB,2005,Fighting,Sega,0.02,0,0,0,0.02 +15222,Legend: Hand of God,PC,2007,Role-Playing,DTP Entertainment,0,0.02,0,0,0.02 +15223,Geon Cube,Wii,2009,Puzzle,P2 Games,0.02,0,0,0,0.02 +15224,Tennis no Oji-Sama: Driving Smash! Side King,DS,2008,Sports,Konami Digital Entertainment,0,0,0.02,0,0.02 +15225,Kuon,PS2,2004,Adventure,Indie Games,0.01,0.01,0,0,0.02 +15226,Kannou Mukashi Banashi Portable,PSP,2012,Adventure,Idea Factory,0,0,0.02,0,0.02 +15227,Umineko no Naku Koro ni: Majo to Suiri no Rinbukyoku,PS3,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15228,Diabolik Lovers: More Blood,PSV,2015,Adventure,Idea Factory,0,0,0.02,0,0.02 +15229,Triple Crown Championship Snowboarding,Wii,2010,Sports,Destineer,0.02,0,0,0,0.02 +15230,UnchainBlades EXXiV,3DS,2012,Role-Playing,FuRyu,0,0,0.02,0,0.02 +15231,The Fast and the Furious,PSP,2007,Racing,Deep Silver,0.02,0,0,0,0.02 +15232,Fallout Trilogy,PC,2004,Role-Playing,Ubisoft,0,0.02,0,0,0.02 +15233,Carmen Sandiego: The Secret of the Stolen Drums,GC,2004,Action,BAM! Entertainment,0.02,0,0,0,0.02 +15234,The Sims: Complete Collection,PC,2005,Simulation,Electronic Arts,0.01,0.01,0,0,0.02 +15235,Command & Conquer 3: Deluxe Edition,PC,2008,Strategy,Electronic Arts,0,0.02,0,0,0.02 +15236,Dance! It's Your Stage,PS3,2011,Misc,DTP Entertainment,0,0.02,0,0.01,0.02 +15237,Sacred Gold,PC,2005,Role-Playing,Encore,0,0.02,0,0,0.02 +15238,Dies Irae: Amantes Amentes,PSP,2012,Action,Views,0,0,0.02,0,0.02 +15239,Puyo Puyo! 15th Anniversary,PSP,2007,Puzzle,Sega,0,0,0.02,0,0.02 +15240,Mind over Matter,DS,2010,Puzzle,505 Games,0.02,0,0,0,0.02 +15241,The Idolmaster: Gravure For You! Vol.9,PS3,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15242,Discovery Kids: Snake Safari,DS,2009,Simulation,505 Games,0.02,0,0,0,0.02 +15243,Ryu-koku,PS2,2006,Adventure,KID,0,0,0.02,0,0.02 +15244,Maji de Manabu: LEC de Ukaru - DS Hishou Boki 3-Kyuu,DS,2008,Misc,Square Enix,0,0,0.02,0,0.02 +15245,Group S Challenge,XB,2003,Racing,Capcom,0.02,0,0,0,0.02 +15246,GunParade Orchestra: Midori no Shou,PS2,2006,Adventure,Sony Computer Entertainment,0,0,0.02,0,0.02 +15247,Shooter: Starfighter Sanvein,PS,2000,Shooter,Midas Interactive Entertainment,0.01,0.01,0,0,0.02 +15248,Jewel Master: Cradle Of Rome 2,DS,2011,Puzzle,Rising Star Games,0,0.02,0,0,0.02 +15249,Sakura Wars 1 & 2,PSP,2006,Strategy,Sega,0,0,0.02,0,0.02 +15250,Kao Challengers,PSP,2005,Platform,Atari,0.02,0,0,0,0.02 +15251,Brave: The Video Game,DS,2012,Action,Disney Interactive Studios,0,0.02,0,0,0.02 +15252,Order of War,PC,2009,Strategy,Square Enix,0,0.01,0,0,0.02 +15253,Terminator 3: The Redemption,GC,2004,Shooter,Atari,0.02,0,0,0,0.02 +15254,Painkiller,PC,2004,Shooter,DreamCatcher Interactive,0,0.02,0,0,0.02 +15255,Date A Live: Arusu Install,PS3,2014,Adventure,Compile Heart,0,0,0.02,0,0.02 +15256,Canimal Triple,PSV,2014,Misc,Warner Bros. Interactive Entertainment,0,0.02,0,0,0.02 +15257,Tengen Toppa Gurren-Lagann,DS,2007,Action,Konami Digital Entertainment,0,0,0.02,0,0.02 +15258,Sugoi Hebereke,SNES,1994,Fighting,Sunsoft,0,0,0.02,0,0.02 +15259,Pebble Beach Golf Links,SAT,1994,Sports,Sega,0,0,0.02,0,0.02 +15260,Spider-Man: Web of Shadows,PC,2008,Action,Activision,0,0.02,0,0,0.02 +15261,Dakar 2: The World's Ultimate Rally,XB,2003,Racing,Acclaim Entertainment,0.02,0,0,0,0.02 +15262,Jelly Belly: Ballistic Beans,Wii,2009,Puzzle,Zoo Digital Publishing,0.02,0,0,0,0.02 +15263,PopCap Hits!,X360,2011,Misc,PopCap Games,0,0.02,0,0,0.02 +15264,Mario Tennis,3DS,N/A,Sports,N/A,0,0,0.02,0,0.02 +15265,Higurashi Daybreak Portable Mega Edition,PSP,2009,Adventure,Alchemist,0,0,0.02,0,0.02 +15266,Dragon's Lair,DS,2010,Platform,Destineer,0.02,0,0,0,0.02 +15267,Shinken de Watashi ni Koi Shinasai! R,PS3,2012,Action,Minato Station,0,0,0.02,0,0.02 +15268,Whiteout,PS2,2002,Racing,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15269,Shiratsuyu no Kai,PSP,2013,Adventure,Idea Factory,0,0,0.02,0,0.02 +15270,Dungeon Defenders,PC,2011,Role-Playing,Unknown,0.02,0,0,0,0.02 +15271,Final Fantasy XIV: Heavensward,PS3,2015,Action,Square Enix,0.01,0,0.01,0,0.02 +15272,Sniper Elite V2,WiiU,2013,Shooter,505 Games,0,0.02,0,0,0.02 +15273,World Neverland 2in1 Portable: Olerud Kingdom & Republic of Pluto,PSP,2008,Simulation,fonfun,0,0,0.02,0,0.02 +15274,XGRA: Extreme G Racing Association,GC,2003,Racing,Acclaim Entertainment,0.02,0,0,0,0.02 +15275,Command & Conquer: The First Decade,PC,2006,Strategy,Electronic Arts,0.01,0.01,0,0,0.02 +15276,Thomas & Friends: Hero of the Rails,Wii,2010,Misc,Unknown,0,0.02,0,0,0.02 +15277,Taito Legends 2,PS2,2006,Misc,Empire Interactive,0.01,0.01,0,0,0.02 +15278,World Championship Poker featuring Howard Lederer: All In,Wii,2006,Misc,505 Games,0.02,0,0,0,0.02 +15279,Kill.Switch,GBA,2004,Shooter,Zoo Digital Publishing,0.02,0.01,0,0,0.02 +15280,"Renai Banchou: Inochi Meishi, Koiseyo Otome! Love is Power!!!",PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15281,Jinsei Game Wii,Wii,2007,Misc,Takara Tomy,0,0,0.02,0,0.02 +15282,Heavy Fire: The Chosen Few 3D,3DS,2011,Shooter,Mastiff,0.02,0,0,0,0.02 +15283,Motto Hayaku! Seikaku Ni! Suu Sense Keisan Ryuoku Up Training - SuuTore,DS,2008,Misc,Benesse,0,0,0.02,0,0.02 +15284,Hyakka Hyakurou: Sengoku Ninpoujou,PSV,2016,Adventure,D3Publisher,0,0,0.02,0,0.02 +15285,Jake Hunter: Detective Chronicles,DS,2008,Adventure,Aksys Games,0.02,0,0,0,0.02 +15286,Gekka Ryouran Romance,PSP,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15287,Don Bradman Cricket 14,PS3,2014,Sports,Tru Blu Entertainment,0,0.02,0,0,0.02 +15288,Guess the Logos,XB,2004,Puzzle,Sega,0.02,0,0,0,0.02 +15289,Ore no Yome: Anata Dake no Hanayome,X360,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15290,Crime Scene,DS,2009,Adventure,Nobilis,0,0.02,0,0,0.02 +15291,Military History: Commander - Europe at War,PSP,2009,Strategy,Slitherine Software,0,0.01,0,0.01,0.02 +15292,NightTruth: Explanation of the Paranormal - The Making of Nighttruth: Voice Selection,SAT,1996,Misc,Sonnet,0,0,0.02,0,0.02 +15293,Final Approach 2: 1st Priority,PS2,2008,Adventure,Princess Soft,0,0,0.02,0,0.02 +15294,Stormrise,PC,2009,Strategy,Sega,0,0.02,0,0,0.02 +15295,Gochuumon wa Usagi Desu ka?? Wonderful Party!,PSV,2016,Adventure,5pb,0,0,0.02,0,0.02 +15296,Moujuutsukai to Oujisama: Snow Bride,PS2,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15297,Detective Jinguuji Saburo: Ronde Revenge,3DS,2012,Action,Arc System Works,0,0,0.02,0,0.02 +15298,Casper: Spirit Dimensions,GC,2002,Platform,TDK Mediactive,0.02,0,0,0,0.02 +15299,Meitantei Evangelion,PS2,2007,Adventure,Broccoli,0,0,0.02,0,0.02 +15300,Tsuyo Kiss 2 Portable,PSP,2010,Adventure,NetRevo,0,0,0.02,0,0.02 +15301,Butt-Ugly Martians: Zoom or Doom!,PS2,2002,Racing,Vivendi Games,0.01,0.01,0,0,0.02 +15302,Mar Heaven: Karudea no Akuma,DS,2006,Role-Playing,Konami Digital Entertainment,0,0,0.02,0,0.02 +15303,F1 2016 (Codemasters),PC,2016,Racing,Codemasters,0,0.02,0,0,0.02 +15304,Brain Dead 13,PS,1996,Adventure,Coconuts Japan,0.01,0.01,0,0,0.02 +15305,Spider-Man 3,PC,2007,Platform,Activision,0.02,0,0,0,0.02 +15306,Robotics;Notes,X360,2012,Adventure,5pb,0,0,0.02,0,0.02 +15307,Hoppie,DS,2011,Platform,Jack of All Games,0.02,0,0,0,0.02 +15308,Rugby League Team Manager 2015,PC,2015,Action,Alternative Software,0,0.02,0,0,0.02 +15309,Shaberu! DS Oryouri Navi: Marugoto Teikoku Hotel: Saikouhou no Ryouri-chou ga Oshieru Katei Ryouri,DS,2007,Misc,Tecmo Koei,0,0,0.02,0,0.02 +15310,The Lord of the Rings Online: Mines of Moria,PC,2008,Role-Playing,Codemasters Online,0,0.02,0,0,0.02 +15311,T.A.C. Heroes : Big Red One,DS,2010,Strategy,Storm City Games,0.02,0,0,0,0.02 +15312,War Leaders: Clash of Nations,PC,2009,Strategy,CDV Software Entertainment,0,0.02,0,0,0.02 +15313,Dungeons & Dragons: Shadow over Mystara,PS3,2013,Role-Playing,Capcom,0,0,0.02,0,0.02 +15314,The King of Fighters NeoWave,XB,2006,Fighting,SNK Playmore,0.02,0,0,0,0.02 +15315,Super PickUps,PS2,2007,Racing,XS Games,0.01,0.01,0,0,0.02 +15316,Puzzle Quest: Challenge of the Warlords,PSP,2007,Puzzle,D3Publisher,0.01,0,0,0,0.02 +15317,Aquanaut's Holiday,PS,1995,Adventure,Sony Computer Entertainment,0.01,0.01,0,0,0.02 +15318,Negima!? Chou Mahora Taisen Chuu: Checkiin Zenin Shuugou! Yappari Onsen Kichaimashitaa,DS,2007,Adventure,Marvelous Interactive,0,0,0.02,0,0.02 +15319,Runaway: A Twist of Fate,DS,N/A,Adventure,Focus Home Interactive,0,0.02,0,0,0.02 +15320,Hot 'n' Cold,DS,2009,Action,Majesco Entertainment,0.02,0,0,0,0.02 +15321,Nisenochigiri,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15322,Wakeboarding Unleashed Featuring Shaun Murray,GBA,2003,Sports,Aspyr,0.01,0.01,0,0,0.02 +15323,The Testament of Sherlock Holmes,X360,2012,Adventure,Focus Home Interactive,0,0.02,0,0,0.02 +15324,Kikou Heidan J-Phoenix: Cobalt Shoutaihen,PS2,2002,Action,Takara,0,0,0.02,0,0.02 +15325,Last Escort,PS2,2006,Adventure,D3Publisher,0,0,0.02,0,0.02 +15326,Meikyuu Cross Blood: Reloaded,X360,2011,Action,Unknown,0,0,0.02,0,0.02 +15327,Livly Garden,DS,2010,Simulation,Marvelous Interactive,0,0,0.02,0,0.02 +15328,Nicktoons Collection: Game Boy Advance Video Volume 3,GBA,2005,Misc,N/A,0.01,0.01,0,0,0.02 +15329,Elminage III: Ankoku no Shito to Yaiyou no Kyuuden,PSP,2011,Role-Playing,Starfish,0,0,0.02,0,0.02 +15330,Commando: Steel Disaster,DS,2008,Shooter,Lexicon Entertainment,0.02,0,0,0,0.02 +15331,Aria: The Natural ~Tooi Yume no Mirage~,PS2,2006,Adventure,Alchemist,0,0,0.02,0,0.02 +15332,Hellgate: London,PC,2007,Role-Playing,Electronic Arts,0,0.02,0,0,0.02 +15333,Katekyoo Hitman Reborn! Dream Hyper Battle! Wii,Wii,2008,Fighting,Marvelous Interactive,0,0,0.02,0,0.02 +15334,The Awakened Fate Ultimatum,PS3,2014,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +15335,Gal Gun,PS3,2012,Shooter,Alchemist,0,0,0.02,0,0.02 +15336,Chuck E. Cheese's Super Collection,Wii,2011,Action,UFO Interactive,0.02,0,0,0,0.02 +15337,Hakuouki: Yuugi Roku DS,DS,2011,Adventure,Idea Factory,0,0,0.02,0,0.02 +15338,Mystery Tales 2: The Spirit Mask,DS,2011,Puzzle,Unknown,0,0.02,0,0,0.02 +15339,Kung Fu Panda: Showdown of Legendary Legends,3DS,2015,Action,Little Orbit,0,0.02,0,0,0.02 +15340,Shonen Jump's Shaman King: Master of Spirits 2,GBA,2005,Role-Playing,Konami Digital Entertainment,0.01,0.01,0,0,0.02 +15341,Dead Rising,PS4,2016,Action,Capcom,0.01,0,0,0,0.02 +15342,Homefront: The Revolution,PC,2016,Shooter,Deep Silver,0,0.02,0,0,0.02 +15343,Toki no Kizuna: Hanayui Tsuzuri,PSP,2013,Adventure,Idea Factory,0,0,0.02,0,0.02 +15344,The Technomancer,XOne,2016,Role-Playing,Focus Home Interactive,0.01,0.01,0,0,0.02 +15345,Rinne no Lagrange: Kamogawa Days,PS3,2012,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +15346,TOCA Race Driver 3,PC,2006,Racing,Codemasters,0,0.02,0,0,0.02 +15347,Airport Simulator,PC,2011,Simulation,Unknown,0,0.02,0,0,0.02 +15348,Casper's Scare School: Spooky Sports Day,Wii,2009,Sports,Blast! Entertainment Ltd,0.02,0,0,0,0.02 +15349,Code R,SAT,1998,Adventure,Quintet,0,0,0.02,0,0.02 +15350,The Idolmaster: Gravure For You! Vol.8,PS3,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15351,Disney Sports Football,GBA,2002,Sports,Unknown,0.01,0.01,0,0,0.02 +15352,Oil Rush,PC,2012,Strategy,Iceberg Interactive,0,0.02,0,0,0.02 +15353,Cabela's Big Game Hunter: Pro Hunts,WiiU,2014,Shooter,Activision,0.02,0,0,0,0.02 +15354,Chicken Hunter,DS,2007,Shooter,Phoenix Games,0.02,0,0,0,0.02 +15355,Hakuoki: Shinkai - Furi no Shou,PSV,2015,Action,Idea Factory,0,0,0.02,0,0.02 +15356,Demolition Company: Gold Edition,PC,2011,Simulation,N/A,0,0.02,0,0,0.02 +15357,Headhunter: Redemption,XB,2004,Action,Sega,0.02,0,0,0,0.02 +15358,Onechanbara Special,PSP,2011,Action,D3Publisher,0,0,0.02,0,0.02 +15359,Daikaijuu Battle: Ultra Coliseum,Wii,2008,Fighting,Namco Bandai Games,0,0,0.02,0,0.02 +15360,Saki: Achiga-Hen Portable,PSP,2013,Adventure,Alchemist,0,0,0.02,0,0.02 +15361,Bella Sara 2 - The Magic of Drasilmare,3DS,2013,Adventure,Big Ben Interactive,0,0.02,0,0,0.02 +15362,Minna de Dokusho: Keatai Shousetsu Desu,PSP,2008,Misc,Dorart,0,0,0.02,0,0.02 +15363,Polar Bowler,DS,2008,Sports,Mumbo Jumbo,0.02,0,0,0,0.02 +15364,Prehistorik Man,GBA,2001,Platform,THQ,0.01,0.01,0,0,0.02 +15365,F1 2002,GBA,2002,Racing,"Destination Software, Inc",0.01,0.01,0,0,0.02 +15366,Chicago Enforcer,XB,2005,Shooter,Kemco,0.02,0,0,0,0.02 +15367,Jinguuji Saburou DS: Akai Chou,DS,2010,Adventure,Arc System Works,0,0,0.02,0,0.02 +15368,Dance Dance Revolution Extra Mix,PS,2001,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15369,UnchainBlades EXXiV,PSP,2012,Role-Playing,FuRyu,0,0,0.02,0,0.02 +15370,Princess Isabella: A Witch's Curse,Wii,2010,Adventure,Destineer,0.02,0,0,0,0.02 +15371,Meitantei Conan: Kieta Hakase to Machigai Sagashi no Tou,DS,2008,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +15372,The Legend of Heroes: Trails in the Sky Third Chapter,PSV,2016,Role-Playing,Nihon Falcom Corporation,0,0,0.02,0,0.02 +15373,Pippa Funnell: Ranch Rescue,Wii,2007,Adventure,Ubisoft,0,0.02,0,0,0.02 +15374,Jewel Link: Galactic Quest,DS,2012,Action,Avanquest Software,0,0.02,0,0,0.02 +15375,Super Bowling,N64,1999,Sports,Athena,0.02,0,0,0,0.02 +15376,Rat Attack!,N64,2000,Puzzle,Mindscape,0.02,0,0,0,0.02 +15377,Kawaii Koinu DS 3,DS,2010,Simulation,MTO,0,0,0.02,0,0.02 +15378,Chuugen no Hasha: Sangoku Shouseiden,PSP,2006,Strategy,Namco Bandai Games,0,0,0.02,0,0.02 +15379,Chevrolet Camaro: Wild Ride,DS,2010,Racing,Storm City Games,0.02,0,0,0,0.02 +15380,The Sims 2: Happy Holiday Stuff,PC,2006,Simulation,Electronic Arts,0.01,0.01,0,0,0.02 +15381,Largo Winch .// Commando Sar,PS,2002,Adventure,Ubisoft,0.01,0.01,0,0,0.02 +15382,Joker no Kuni no Alice: Wonderful Wonder World,PSP,2011,Adventure,Quinrose,0,0,0.02,0,0.02 +15383,Cross Treasures,DS,2009,Role-Playing,Square Enix,0,0,0.02,0,0.02 +15384,Ruff Trigger: The Vanocore Conspiracy,PS2,2006,Platform,Natsume,0.01,0.01,0,0,0.02 +15385,Silent Bomber,PS,1999,Action,Virgin Interactive,0.01,0.01,0,0,0.02 +15386,Samurai & Dragons,PSV,2012,Action,Sega,0,0,0.02,0,0.02 +15387,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.7,PS3,2015,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15388,Elminage Original: Majo to Megami to Kamigami no Yubiwa,PSP,2011,Role-Playing,Starfish,0,0,0.02,0,0.02 +15389,TalkMan,PSP,2006,Misc,Sony Computer Entertainment,0,0,0.02,0,0.02 +15390,XGRA: Extreme G Racing Association,XB,2003,Racing,Acclaim Entertainment,0.02,0,0,0,0.02 +15391,Uta no * Prince-Sama,PSP,2010,Adventure,Broccoli,0,0,0.02,0,0.02 +15392,Ridge Racer Unbounded,PC,2012,Racing,Namco Bandai Games,0,0.02,0,0,0.02 +15393,Elminage Gothic: Ulm Zakir to Yami no Gishiki,PSP,2012,Role-Playing,Starfish,0,0,0.02,0,0.02 +15394,Planetarium Creator Ohira Takayuki Kanshuu: HomeStar Portable - 21st Century Star Navigator,PSP,2006,Misc,Sega,0,0,0.02,0,0.02 +15395,Crayon Shin-Chan: Uchuu de Achoo!? Yuujou no Oba-Karate!!,3DS,2011,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15396,Invizimals: The Resistance,PSV,2014,Role-Playing,Sony Computer Entertainment,0,0.02,0,0,0.02 +15397,Anima - Gate of Memories,PS4,2016,Action,Avanquest,0,0.02,0,0,0.02 +15398,B-17: Fortress in the Sky,DS,2007,Simulation,DSI Games,0.02,0,0,0,0.02 +15399,Mushishi: Amefuru Sato,DS,2008,Simulation,Marvelous Interactive,0,0,0.02,0,0.02 +15400,Arcana Famiglia: Vascello Phantasma no Majutsushi,PSP,2012,Action,Comfort,0,0,0.02,0,0.02 +15401,The Legend of Heroes: Trails in the Sky Second Chapter,PS3,2013,Role-Playing,Falcom Corporation,0,0,0.02,0,0.02 +15402,Motocross Mania 3,XB,2005,Racing,Take-Two Interactive,0.01,0,0,0,0.02 +15403,Psycho-Pass: Mandatory Happiness,PSV,2016,Adventure,Nippon Ichi Software,0,0.01,0.01,0,0.02 +15404,ESPN MLS ExtraTime 2002,GC,2002,Sports,Konami Digital Entertainment,0.02,0,0,0,0.02 +15405,Winning Post 7: Maximum 2007,PS2,2007,Sports,Tecmo Koei,0,0,0.02,0,0.02 +15406,Resident Evil: Umbrella Corps,PS4,2016,Action,Capcom,0,0,0.02,0,0.02 +15407,Strike Witches: Anata to Dekiru Koto - A Little Peaceful Days,PS2,2010,Action,Russel,0,0,0.02,0,0.02 +15408,Vitamin R,PSP,2013,Adventure,D3Publisher,0,0,0.02,0,0.02 +15409,Fist of the North Star: Ken's Rage 2,WiiU,2013,Fighting,Tecmo Koei,0,0,0.02,0,0.02 +15410,Maximum Racing: Crash Car Racer,Wii,2010,Racing,Nordic Games,0.01,0.01,0,0,0.02 +15411,Dragon Ball Z: Buu's Fury / Dragon Ball GT: Transformation,GBA,2006,Action,Atari,0.01,0.01,0,0,0.02 +15412,Deus Ex: Mankind Divided,PC,2016,Role-Playing,Square Enix,0,0.02,0,0,0.02 +15413,Guitar Freaks V2 & DrumMania V2,PS2,2006,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15414,Backyard Baseball '09,PS2,2008,Sports,Atari,0.01,0.01,0,0,0.02 +15415,Puzzle City,DS,2009,Puzzle,Destineer,0.02,0,0,0,0.02 +15416,Gakuen K: Wonderful School Days,PSP,2014,Adventure,Idea Factory,0,0,0.02,0,0.02 +15417,Worms,X360,2007,Strategy,Microsoft Game Studios,0,0.02,0,0,0.02 +15418,RollerCoaster Tycoon World,PC,2016,Simulation,Atari,0,0.02,0,0,0.02 +15419,Pastel Chime Continue,PSP,2010,Adventure,5pb,0,0,0.02,0,0.02 +15420,Trapped Dead,PC,2011,Strategy,Iceberg Interactive,0,0.02,0,0,0.02 +15421,Super Fruit Fall,Wii,2006,Puzzle,System 3 Arcade Software,0.01,0,0,0,0.02 +15422,Zwei!!,PSP,2008,Role-Playing,Falcom Corporation,0,0,0.02,0,0.02 +15423,Pump It Up: Exceed,XB,2005,Misc,Mastiff,0.01,0,0,0,0.02 +15424,Ro-Kyu-Bu! Lost Secret,PSP,2013,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15425,CV Casting Voice,PS3,2014,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +15426,Littlest Pet Shop,PC,2008,Simulation,Electronic Arts,0,0.02,0,0,0.02 +15427,Net High,PSV,2015,Adventure,Marvelous Games,0,0,0.02,0,0.02 +15428,Malice,PS2,2004,Platform,Evolved Games,0.01,0.01,0,0,0.02 +15429,Defendin' De Penguin,DS,2008,Strategy,Zushi Games,0.02,0,0,0,0.02 +15430,The Sims 2: Family Fun Stuff,PC,2006,Simulation,Electronic Arts,0,0.01,0,0,0.02 +15431,Sega Ages 2500 Series Vol. 32: Phantasy Star Complete Collection,PS2,2008,Role-Playing,Sega,0,0,0.02,0,0.02 +15432,Worldwide Soccer Manager 2007,PC,2006,Sports,Sega,0,0.02,0,0,0.02 +15433,Heroes of the Pacific,PC,2005,Simulation,Codemasters,0,0.02,0,0,0.02 +15434,Kokoro Connect: Yochi Random,PSP,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15435,Tenkai Knights: Brave Battle,3DS,2014,Action,Namco Bandai Games,0.01,0.01,0,0,0.02 +15436,Mount & Blade: Warband,PC,2010,Role-Playing,Paradox Interactive,0.01,0.01,0,0,0.02 +15437,Horrid Henry: Missions of Mischief,Wii,2010,Adventure,SouthPeak Games,0,0.02,0,0,0.02 +15438,Dark Tales: Edgar Allan Poe's The Premature Burial,PC,2012,Puzzle,Focus Multimedia,0,0.02,0,0,0.02 +15439,Painkiller: Hell & Damnation,X360,2013,Shooter,Nordic Games,0,0.01,0,0,0.02 +15440,Resident Evil Zero,PC,2016,Action,Capcom,0.01,0.01,0,0,0.02 +15441,Warship Gunner 2 Portable,PSP,2009,Simulation,Tecmo Koei,0,0,0.02,0,0.02 +15442,Nervous Brickdown,DS,2007,Puzzle,Eidos Interactive,0,0.01,0,0,0.02 +15443,Downtown Nekketsu Jidaigek,3DS,2015,Action,Arc System Works,0,0,0.02,0,0.02 +15444,Mini Ninjas,PC,2009,Action,Eidos Interactive,0,0.02,0,0,0.02 +15445,Legend of Kay Anniversary,PS4,2015,Action,Nordic Games,0,0.02,0,0,0.02 +15446,NHL 09,PC,2008,Sports,Electronic Arts,0,0.02,0,0,0.02 +15447,Spanish for Everyone!,DS,2007,Puzzle,Activision,0.02,0,0,0,0.02 +15448,Battle Princess of Arcadias,PS3,2013,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +15449,Nobunaga's Ambition: Tenshouki with Power-Up Kit HD Version,PSV,2015,Strategy,Tecmo Koei,0,0,0.02,0,0.02 +15450,Germany's Next Topmodel 2011,Wii,2011,Simulation,7G//AMES,0,0.02,0,0,0.02 +15451,Uchuu Keiji Tamashii: The Space Sheriff Spirits,PS2,2006,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15452,Angelique Retour,PSV,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15453,Winx Club: Saving Alfea,DS,2014,Action,Namco Bandai Games,0.02,0,0,0,0.02 +15454,UFO: Trilogy,PC,2007,Strategy,Unknown,0,0.02,0,0,0.02 +15455,Mount & Blade Collection,PC,2012,Role-Playing,Paradox Interactive,0,0.02,0,0,0.02 +15456,Car Battler Joe,GBA,2001,Role-Playing,Victor Interactive,0.01,0.01,0,0,0.02 +15457,Vietcong,PC,2003,Shooter,Gathering of Developers,0,0.02,0,0,0.02 +15458,StormLover Karen!!,PSP,2011,Adventure,D3Publisher,0,0,0.02,0,0.02 +15459,Digimon Rumble Arena 2,XB,2004,Fighting,Atari,0.01,0,0,0,0.02 +15460,Steins;Gate: Hiyoku Renri no Darling,PS3,2012,Adventure,5pb,0,0,0.02,0,0.02 +15461,Ten Pin Alley 2,Wii,2008,Sports,XS Games,0.02,0,0,0,0.02 +15462,Coded Soul: Uke Keigareshi Idea,PSP,2008,Role-Playing,Sony Computer Entertainment,0,0,0.02,0,0.02 +15463,Starship Troopers,PC,2005,Shooter,Empire Interactive,0,0.02,0,0,0.02 +15464,AIR,PSP,2007,Adventure,Prototype,0,0,0.02,0,0.02 +15465,Crysis: Warhead,PC,2008,Shooter,Electronic Arts,0,0.02,0,0,0.02 +15466,Hana to Otome ni Shukufuku o: Harekaze no Okurimono,PS2,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15467,Dino Dini's Kick Off Revival,PS4,2016,Sports,Avanquest,0,0.02,0,0,0.02 +15468,Garfield Gets Real,DS,2009,Action,Zushi Games,0,0.02,0,0,0.02 +15469,Mighty No. 9,WiiU,2016,Platform,Deep Silver,0.01,0.01,0,0,0.02 +15470,Atlantic Quest,PC,2011,Puzzle,Avanquest,0,0.02,0,0,0.02 +15471,Tycoon City: New York,PC,2006,Strategy,Atari,0,0.02,0,0,0.02 +15472,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.5,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15473,Agatha Christie: The ABC Murders,PC,2016,Adventure,Microids,0,0.02,0,0,0.02 +15474,Virtua Pro Football,PS2,2006,Sports,Sega,0,0,0.02,0,0.02 +15475,Date-A-Live Twin Edition: Rio Reincarnation,PSV,2015,Action,Compile Heart,0,0,0.02,0,0.02 +15476,Adidas Power Soccer 98,PS,1998,Sports,Psygnosis,0.01,0.01,0,0,0.02 +15477,Natsuiro High School: Seishun Hakusho,PS4,2015,Action,D3Publisher,0,0,0.02,0,0.02 +15478,Black Rose Valkyrie,PS4,2016,Role-Playing,Idea Factory,0,0,0.02,0,0.02 +15479,Yu-Gi-Oh! 5D's Wheelie Breakers (JP sales),Wii,N/A,Racing,Unknown,0,0,0.02,0,0.02 +15480,Heroes VS,PSP,2013,Fighting,Namco Bandai Games,0,0,0.02,0,0.02 +15481,Kazoku Keikaku,PSP,2010,Adventure,CyberFront,0,0,0.02,0,0.02 +15482,Sotsugyou II: Neo Generation Special,3DO,1995,Simulation,Imageworks,0,0,0.02,0,0.02 +15483,"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",PC,2009,Shooter,Activision,0.02,0,0,0,0.02 +15484,Agatha Christie's The ABC Murders,PS4,2016,Adventure,Microids,0.01,0.01,0,0,0.02 +15485,Tom Clancy's Splinter Cell Classic Trilogy HD,PS3,2011,Action,Ubisoft,0.02,0,0,0,0.02 +15486,Aoishiro,PS2,2008,Adventure,Success,0,0,0.02,0,0.02 +15487,Rainbow Islands Revolution,DS,2005,Platform,Rising Star Games,0.01,0,0,0,0.02 +15488,"Warhammer 40,000: Dawn of War: Soulstorm",PC,2008,Strategy,THQ,0,0.02,0,0,0.02 +15489,Virtual Kasparov,GBA,2002,Strategy,Titus,0.01,0.01,0,0,0.02 +15490,Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,XB,2005,Platform,Global Star,0.01,0,0,0,0.02 +15491,Dynasty Warriors 8: Empires,PSV,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15492,Mary King's Riding School,DS,2008,Simulation,Ghostlight,0,0.02,0,0,0.02 +15493,Devil Survivor: Over Clock,3DS,2015,Strategy,Atlus,0,0,0.02,0,0.02 +15494,PC Engine Best Collection: Tengai Makyou Collection,PSP,2008,Role-Playing,Hudson Soft,0,0,0.02,0,0.02 +15495,Commandos 3: Destination Berlin,PC,2003,Strategy,Eidos Interactive,0,0.02,0,0,0.02 +15496,Otoko Yukaku,PSV,2015,Action,D3Publisher,0,0,0.02,0,0.02 +15497,Speed Kings,GC,2003,Racing,Acclaim Entertainment,0.01,0,0,0,0.02 +15498,Spirits and Demons: 5 Game Pack,PC,2015,Misc,Focus Multimedia,0,0.02,0,0,0.02 +15499,Rose to Tasogare no Kojou,PSV,2016,Action,Nippon Ichi Software,0,0,0.02,0,0.02 +15500,Army Rescue,Wii,2009,Shooter,UFO Interactive,0.02,0,0,0,0.02 +15501,Azada,3DS,2012,Puzzle,Licensed 4U,0,0.02,0,0,0.02 +15502,ESPN MLS ExtraTime 2002,XB,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15503,Zettai Meikyuu Grimm: Nanatsu no Kagi to Rakuen no Otome,PSP,2010,Misc,Karin Entertainment,0,0,0.02,0,0.02 +15504,Dreamer Series: Horse Trainer,DS,2008,Simulation,DreamCatcher Interactive,0.02,0,0,0,0.02 +15505,Hogs of War,PS,2000,Strategy,Infogrames,0.01,0.01,0,0,0.02 +15506,Katekyoo Hitman Reborn! Dream Hyper Battle!,PS2,2007,Fighting,Marvelous Interactive,0,0,0.02,0,0.02 +15507,Muchi Muchi Pork & Pink Sweets,X360,2011,Shooter,Cave,0,0,0.02,0,0.02 +15508,Point Blank 3,PS,2000,Shooter,Namco Bandai Games,0.01,0.01,0,0,0.02 +15509,Meiji Toukyou Renka,PSP,2013,Adventure,Broccoli,0,0,0.02,0,0.02 +15510,Sengoku Basara: Sanada Yukimura-Den,PS3,2016,Action,Capcom,0,0,0.02,0,0.02 +15511,Hakuoki: Shinkai - Hana no Shou,PSV,2016,Adventure,Idea Factory,0,0,0.02,0,0.02 +15512,Mushihimesama,X360,2012,Action,Cave,0,0,0.02,0,0.02 +15513,Uru: Ages Beyond Myst,PC,2003,Adventure,Ubisoft,0,0.02,0,0,0.02 +15514,Higurashi no Naku Koro ni: Jan,PSP,2009,Misc,AQ Interactive,0,0,0.02,0,0.02 +15515,Soukoku no Kusabi: Hiiro no Kakera 3 - Ashita e no Tobira,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15516,Elvandia Story,PS2,2007,Role-Playing,Spike,0,0,0.02,0,0.02 +15517,Triggerheart Excelica Enhanced,PS2,2009,Shooter,Alchemist,0,0,0.02,0,0.02 +15518,Puzzle Star Sweep,PS,1997,Puzzle,Midas Interactive Entertainment,0.01,0.01,0,0,0.02 +15519,Battle Spirits: Kiseki no Hasha,PSP,2009,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15520,X-Plane 10 Global,PC,2013,Simulation,Aerosoft,0,0.02,0,0,0.02 +15521,Chrysler Classic Racing,DS,2008,Racing,Zoo Games,0.02,0,0,0,0.02 +15522,The Conveni 4,PS2,2006,Simulation,Hamster Corporation,0,0,0.02,0,0.02 +15523,The Cheetah Girls,GBA,2006,Misc,Disney Interactive Studios,0.01,0,0,0,0.02 +15524,Charlie's Angels,GC,2003,Action,Ubisoft,0.01,0,0,0,0.02 +15525,WRC 2: FIA World Rally Championship,PC,2011,Racing,Ubisoft,0,0.01,0,0,0.02 +15526,uDraw Studio: Instant Artist,X360,2011,Misc,THQ,0.01,0.01,0,0,0.02 +15527,Seitokai no Ichizon: DS-suru Seitokai,DS,2010,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15528,Teenage Mutant Ninja Turtles Double Pack,GBA,2006,Action,Konami Digital Entertainment,0.01,0,0,0,0.02 +15529,Prism Ark: Awake,PS2,2008,Adventure,5pb,0,0,0.02,0,0.02 +15530,Rozen Maiden: Duellwalzer,PS2,2006,Adventure,Taito,0,0,0.02,0,0.02 +15531,Rugby 06,XB,2006,Sports,Electronic Arts,0.01,0,0,0,0.02 +15532,Marvel Avengers: Battle for Earth,X360,2012,Action,Ubisoft,0.02,0,0,0,0.02 +15533,Winter Blast: 9 Snow & Ice Games,Wii,2010,Sports,Destineer,0.02,0,0,0,0.02 +15534,Natsuiro High School: Seishun Hakusho,PS3,2015,Action,D3Publisher,0,0,0.02,0,0.02 +15535,Kamen Rider: Battride War II,WiiU,2014,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15536,Shrek / Shark Tale Game Boy Advance Video,GBA,2006,Misc,Hasbro Interactive,0.01,0,0,0,0.02 +15537,Urban Chaos: Riot Response,XB,2006,Shooter,Eidos Interactive,0.01,0,0,0,0.02 +15538,Ginga Fukei Densetsu: Sapphire,TG16,1995,Shooter,Hudson Soft,0,0,0.02,0,0.02 +15539,Katekyoo Hitman Reborn!! Let's Ansatsu!? Nerawareta 10 Daime!,PS2,2007,Action,Marvelous Interactive,0,0,0.02,0,0.02 +15540,The Mummy,GBA,2002,Action,Ubisoft,0.01,0,0,0,0.02 +15541,Guitar Freaks V3 & DrumMania V3,PS2,2007,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15542,The Talos Principle,PS4,2015,Puzzle,Devolver Digital,0,0.02,0,0,0.02 +15543,The Crow: City of Angels,PS,1997,Action,Acclaim Entertainment,0.01,0.01,0,0,0.02 +15544,Legendary,PC,2008,Shooter,Atari,0,0.01,0,0,0.02 +15545,Snow Portable,PSP,2007,Adventure,Prototype,0,0,0.02,0,0.02 +15546,Poyo Poyo Kansatsu Nikki,3DS,2012,Action,IE Institute,0,0,0.02,0,0.02 +15547,Jinsei Game DS,DS,2006,Misc,Atlus,0,0,0.02,0,0.02 +15548,Guitar Freaks & DrumMania: Masterpiece Gold,PS2,2007,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15549,Broken Sword: The Sleeping Dragon,XB,2003,Adventure,THQ,0.01,0,0,0,0.02 +15550,Reversal Challenge,DS,2009,Misc,Tommo,0.02,0,0,0,0.02 +15551,Wild West Shootout,Wii,2010,Shooter,Unknown,0.01,0.01,0,0,0.02 +15552,Miyako,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15553,Motto NUGA-CEL!,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15554,Yu-Gi-Oh! GX: The Beginning of Destiny (JP sales),PS2,2007,Strategy,Konami Digital Entertainment,0,0,0.02,0,0.02 +15555,11eyes: CrossOver,PSP,2010,Adventure,5pb,0,0,0.02,0,0.02 +15556,Super Dodge Ball,NG,1995,Sports,Technos Japan Corporation,0,0,0.02,0,0.02 +15557,Tsuki ni Yori Sou Otome no Sahou: Hidamari no Hibi,PSV,2015,Adventure,dramatic create,0,0,0.02,0,0.02 +15558,Gon: BakuBakuBakuBaku Adventure,3DS,2012,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15559,Style Book: Junior City,DS,2006,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15560,Amatsumi Sora ni! Kumo no Hatate ni,PSV,2015,Adventure,Prototype,0,0,0.02,0,0.02 +15561,Garfield's Nightmare,DS,2007,Platform,Game Factory,0.01,0,0,0,0.02 +15562,Earth Seeker,Wii,2011,Role-Playing,Kadokawa Shoten,0,0,0.02,0,0.02 +15563,Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai All-Star Special,PS3,2015,Action,Arc System Works,0,0,0.02,0,0.02 +15564,Lovely x Cation 1 & 2,PSV,2015,Action,5pb,0,0,0.02,0,0.02 +15565,Barbie as the Princess and the Pauper,GBA,2004,Adventure,Vivendi Games,0.01,0,0,0,0.02 +15566,Blood Bowl: Legendary Edition,PC,2010,Sports,Focus Home Interactive,0,0.01,0,0,0.02 +15567,Tantei Opera: Milky Holmes,PSP,2010,Adventure,Unknown,0,0,0.02,0,0.02 +15568,Pirates of the Burning Sea,PC,2008,Role-Playing,Koch Media,0,0.01,0,0,0.02 +15569,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.8,PS3,2016,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15570,Mary King's Riding School 2,Wii,2009,Simulation,Midas Interactive Entertainment,0,0.02,0,0,0.02 +15571,Micro Machines V4,PSP,2006,Racing,Codemasters,0.01,0,0,0,0.02 +15572,Entaku no Seito: The Eternal Legend,PSP,2012,Role-Playing,Kadokawa Games,0,0,0.02,0,0.02 +15573,New Atelier Rorona: Hajimari no Monogatari,3DS,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15574,WorldShift,PC,2009,Strategy,Playlogic Game Factory,0.02,0,0,0,0.02 +15575,The Crew: Wild Run,PC,2015,Action,Ubisoft,0,0.02,0,0,0.02 +15576,Casper's Scare School: Spooky Sports Day,DS,2009,Sports,Blast! Entertainment Ltd,0.02,0,0,0,0.02 +15577,7 Roses: A Darkness Rises,PC,2015,Misc,Avanquest Software,0,0.02,0,0,0.02 +15578,My Hero: Doctor,DS,2009,Action,Majesco Entertainment,0.02,0,0,0,0.02 +15579,Sega Ages 2500 Series Vol. 29: Monster World Complete Collection,PS2,2007,Role-Playing,Sega,0,0,0.02,0,0.02 +15580,Bakumatsu Rock: Ultra Soul,PSV,2014,Misc,Marvelous Interactive,0,0,0.02,0,0.02 +15581,Metal Fight Beyblade Portable: Chouzetsu Tensei Vulcan Horses,PSP,2010,Action,Takara Tomy,0,0,0.02,0,0.02 +15582,Cabela's Alaskan Adventure,PS2,N/A,Sports,Unknown,0.01,0.01,0,0,0.02 +15583,Elf Bowling 1 & 2,DS,2005,Sports,Ignition Entertainment,0.02,0,0,0,0.02 +15584,Niko Puchi Girls Runway,3DS,2015,Misc,Happinet,0,0,0.02,0,0.02 +15585,MotoGP 14,PSV,2014,Racing,Milestone S.r.l.,0,0.01,0,0,0.02 +15586,Bomberman 2,DS,2008,Puzzle,Hudson Soft,0,0.01,0,0,0.02 +15587,Arabians Lost: The Engagement on Desert,PS2,2007,Adventure,Prototype,0,0,0.02,0,0.02 +15588,Densha de Go! Tokubetsu-hen: Fukkatsu Shouwa no Yamatesen,DS,2010,Simulation,Square Enix,0,0,0.02,0,0.02 +15589,Summon Night Granthese: Horobi no Ken to Yakusoku no Kishi,PS2,2010,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15590,Gakken DS: Shin TOEIC Test Kanzen Kouryaku,DS,2007,Misc,Gakken,0,0,0.02,0,0.02 +15591,SD Gundam Sangokuden Brave Battle Warriors: Shin Mirisha Taisen,DS,2010,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15592,Peggle Nights,PC,2008,Puzzle,PopCap Games,0,0.01,0,0,0.02 +15593,Starry ? Sky: After Summer,PSP,2013,Misc,Asgard,0,0,0.02,0,0.02 +15594,Puzzle Guzzle,PSP,2007,Puzzle,DHM Interactive,0.02,0,0,0,0.02 +15595,ESPN NFL Primetime 2002,XB,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15596,Gallop Racer Inbreed,PS2,2006,Sports,Tecmo Koei,0,0,0.02,0,0.02 +15597,Myth Makers: Super Kart GP,Wii,2007,Racing,Popcorn Arcade,0.01,0,0,0,0.02 +15598,Red Ninja: End of Honor,XB,2005,Action,Vivendi Games,0.01,0,0,0,0.02 +15599,Ketsui: Kizuna Jigoku Tachi Extra,X360,2010,Shooter,5pb,0,0,0.02,0,0.02 +15600,Frisbee Disc Freestyle / Frisbee Disc Golf,DS,2007,Sports,DSI Games,0.02,0,0,0,0.02 +15601,Call of Duty: Modern Warfare Trilogy,PS3,2016,Shooter,Activision,0,0.01,0,0,0.02 +15602,The King of Fighters Collection: The Orochi Saga (JP sales),PS2,2006,Fighting,Ignition Entertainment,0,0,0.02,0,0.02 +15603,Emergency 2012,DS,2010,Simulation,Rondomedia,0,0.02,0,0,0.02 +15604,Command & Conquer 3: Kane's Wrath,PC,2008,Strategy,Electronic Arts,0,0.01,0,0,0.02 +15605,Suzumiya Haruhi-Chan no Mahjong,PSP,2011,Misc,Kadokawa Shoten,0,0,0.02,0,0.02 +15606,Tsuki no Hikari: Shizumeru Kane no Satsujin,PS2,2002,Adventure,Victor Interactive,0,0,0.02,0,0.02 +15607,Aqua Panic!,DS,2009,Puzzle,Neko Entertainment,0.01,0.01,0,0,0.02 +15608,James Bond 007: Blood Stone,PC,2010,Shooter,Activision,0.02,0,0,0,0.02 +15609,Writing and Speaking Beautiful Japanese DS,DS,N/A,Misc,Unknown,0,0,0.02,0,0.02 +15610,Sega Ages 2500 Series Vol. 26: Dynamite Deka,PS2,2006,Action,Sega,0,0,0.02,0,0.02 +15611,Kong: The Animated Series,GBA,2002,Action,BAM! Entertainment,0.01,0,0,0,0.02 +15612,Heavy Fire: Afghanistan,PC,2011,Shooter,Mastiff,0.02,0,0,0,0.02 +15613,Let's Dance with Mel B,X360,2011,Sports,Black Bean Games,0,0.02,0,0,0.02 +15614,Agatha Christie: Death on the Nile,PC,2008,Adventure,Big Fish Games,0,0.01,0,0,0.02 +15615,The Crew: Wild Run,XOne,2015,Action,Ubisoft,0,0.02,0,0,0.02 +15616,Toukiden 2,PS3,2016,Action,Tecmo Koei,0,0,0.02,0,0.02 +15617,Koisuru Otome to Shugo no Tate Portable,PSP,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15618,PachiPara 3D: Ooumi Monogatari 2 - Pachi Pro Fuuunroku Hana,3DS,2012,Action,Irem Software Engineering,0,0,0.02,0,0.02 +15619,Nodame Cantabile: Tanoshii Ongaku no Jikan Desu,DS,2010,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15620,Iridium Runners,PS2,2008,Racing,SouthPeak Games,0.01,0.01,0,0,0.02 +15621,Ben 10 Omniverse 2,3DS,2013,Action,Namco Bandai Games,0,0.02,0,0,0.02 +15622,"Shounen Onmyouji: Tsubasa Yoima, Ten e Kaere",PS2,2007,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15623,Bakumatsu Renka: Karyuu Kenshi-den,PS2,2007,Adventure,D3Publisher,0,0,0.02,0,0.02 +15624,Dancing on Ice,DS,2010,Sports,Ghostlight,0,0.02,0,0,0.02 +15625,Tiny Toon Adventures: Wacky Stackers,GBA,2001,Puzzle,Conspiracy Entertainment,0.01,0,0,0,0.02 +15626,Princess Frontier Portable,PSP,2011,Adventure,Alchemist,0,0,0.02,0,0.02 +15627,Rock Blast,Wii,2010,Puzzle,UFO Interactive,0.02,0,0,0,0.02 +15628,Touch Detective (JP sales),DS,2006,Adventure,505 Games,0,0,0.02,0,0.02 +15629,Tomb Raider: Legend,PC,2006,Action,Eidos Interactive,0,0.01,0,0,0.02 +15630,Emergency Mayhem,Wii,2008,Racing,Codemasters,0.02,0,0,0,0.02 +15631,Rising Zan: The Samurai Gunman,PS,1998,Action,Agetec,0.01,0.01,0,0,0.02 +15632,Mai-Otome Hime: Otome Butou Shi,PS2,2006,Fighting,Sunrise Interactive,0,0,0.02,0,0.02 +15633,Robopon 2: Cross Version,GBA,2001,Role-Playing,Hudson Entertainment,0.01,0,0,0,0.02 +15634,TMNT: Mutant Melee,XB,2005,Fighting,Konami Digital Entertainment,0.01,0,0,0,0.02 +15635,Ultimate Puzzle Games,GBA,2005,Puzzle,Telegames,0.01,0,0,0,0.02 +15636,Combat Flight Simulator 3: Battle for Europe,PC,2002,Simulation,Microsoft Game Studios,0.01,0.01,0,0,0.02 +15637,Kimikare: New Semester,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15638,Katekyoo Hitman Reborn! Kindan no Yami no Delta,PS2,2008,Action,Marvelous Interactive,0,0,0.02,0,0.02 +15639,Haneru no Tobira Wii: Girigirissu,Wii,2007,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15640,RoboCop,XB,2003,Shooter,Titus,0.01,0,0,0,0.02 +15641,Elminage II: Sousei no Megami to Unmei no Daichi,PSP,2009,Role-Playing,Starfish,0,0,0.02,0,0.02 +15642,Lara Croft and the Temple of Osiris,PC,2014,Action,Square Enix,0,0.02,0,0,0.02 +15643,Final Fantasy XIV: Heavensward,PC,2015,Action,Square Enix,0.01,0.01,0,0,0.02 +15644,Grisaia no Rakuen: Le Eden de la Grisaia,PSV,2014,Adventure,Prototype,0,0,0.02,0,0.02 +15645,Blazing Souls,PS2,2006,Role-Playing,Idea Factory,0,0,0.02,0,0.02 +15646,Seinaru Kana: Orichalcum no Na no Motoni,PSP,2012,Action,CyberFront,0,0,0.02,0,0.02 +15647,NHL 2K3,GC,2002,Sports,Sega,0.01,0,0,0,0.02 +15648,PDC World Championship Darts 2009,Wii,2009,Sports,Oxygen Interactive,0,0.02,0,0,0.02 +15649,Tour de France 2014,PS3,2014,Sports,Focus Home Interactive,0,0.02,0,0,0.02 +15650,The Hustle: Detroit Streets,XB,2006,Sports,Activision,0.01,0,0,0,0.02 +15651,Tail of the Sun,PS,1996,Role-Playing,ArtDink,0.01,0.01,0,0,0.02 +15652,Canada Hunt,Wii,2010,Sports,Virtual Play Games,0.02,0,0,0,0.02 +15653,Space Channel 5: Ulala's Cosmic Attack,GBA,2002,Misc,Atari,0.01,0,0,0,0.02 +15654,Airline Tycoon,PC,2000,Simulation,Interplay,0,0.01,0,0,0.02 +15655,Virtua Quest,PS2,N/A,Role-Playing,Unknown,0.01,0.01,0,0,0.02 +15656,Disney Sports Basketball,GBA,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15657,Bejeweled Blitz,PC,2010,Puzzle,Mastertronic,0,0.01,0,0,0.02 +15658,Ozzy & Drix,GBA,2003,Platform,Midway Games,0.01,0,0,0,0.02 +15659,Barnyard Blast: Swine of the Night,DS,2008,Platform,Big Ben Interactive,0.02,0,0,0,0.02 +15660,SBK09 Superbike World Championship,PS3,2009,Racing,Black Bean Games,0,0.01,0,0,0.02 +15661,Song of the Deep,PC,2016,Action,Insomniac Games,0.02,0,0,0,0.02 +15662,Yamasa Digi World SP: Moeyo! Kung Fu Shukujo,PS2,2006,Misc,Yamasa Entertainment,0,0,0.02,0,0.02 +15663,Nobunaga no Yabou: Soutensoku with Power-Up Kit,PSP,2011,Strategy,Tecmo Koei,0,0,0.02,0,0.02 +15664,Disney Sports Football,GC,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15665,Castle Shikigami 2,PS2,2004,Shooter,Play It,0.01,0.01,0,0,0.02 +15666,Wizardry Twin Pack,PS3,2011,Role-Playing,Acquire,0,0,0.02,0,0.02 +15667,Rabbids Invasion: The Interactive TV Show,PS4,2014,Misc,Ubisoft,0,0.01,0,0,0.02 +15668,Moe Star: Moeru Toudai Eigojuku,DS,2008,Misc,Mirai Shounen,0,0,0.02,0,0.02 +15669,Gadget Racers (PAL),PS2,2002,Racing,Zoo Digital Publishing,0,0,0.02,0,0.02 +15670,Pulse Racer,XB,2003,Racing,Jaleco,0.01,0,0,0,0.02 +15671,Freestyle Metal X,GC,2003,Racing,Midway Games,0.01,0,0,0,0.02 +15672,Tegami Bachi: Kokoro Tsumugu Mono e,PSP,2010,Role-Playing,Konami Digital Entertainment,0,0,0.02,0,0.02 +15673,NEVES,DS,2007,Puzzle,Ignition Entertainment,0.01,0,0,0,0.02 +15674,Unreal Tournament 2004,PC,2004,Shooter,Atari,0,0.01,0,0,0.02 +15675,NBA 07,PS2,2006,Sports,Sony Computer Entertainment,0.01,0.01,0,0,0.02 +15676,Antiphona no Seikahime: Tenshi no Gakufu Op.A,PSP,2009,Role-Playing,Nippon Ichi Software,0,0,0.02,0,0.02 +15677,Rogue Trooper,XB,2006,Shooter,Eidos Interactive,0.01,0,0,0,0.02 +15678,Spirits & Spells,GC,2003,Platform,Wanadoo,0.01,0,0,0,0.02 +15679,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.2,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15680,Balls of Fury,DS,2007,Sports,Zoo Digital Publishing,0.02,0,0,0,0.02 +15681,50 Classic Games,3DS,2012,Misc,Avanquest Software,0,0.02,0,0,0.02 +15682,The Longest Journey,PC,1999,Adventure,Empire Interactive,0,0.01,0,0,0.02 +15683,Eyeshield 21: Portable Edition,PSP,2006,Role-Playing,Konami Digital Entertainment,0,0,0.02,0,0.02 +15684,Stronghold Legends,PC,2006,Strategy,Take-Two Interactive,0,0.01,0,0,0.02 +15685,Kabushiki Baibai Trainer: Kabutore! Next,DS,2007,Simulation,Konami Digital Entertainment,0,0,0.02,0,0.02 +15686,Machi: Unmei no Kousaten,PSP,2006,Adventure,ChunSoft,0,0,0.02,0,0.02 +15687,Winning Post 8 2016,PS4,2016,Simulation,Tecmo Koei,0,0,0.02,0,0.02 +15688,Golden Nugget Casino DS,DS,2005,Misc,Majesco Entertainment,0.02,0,0,0,0.02 +15689,Machi-ing Maker 4,PS3,2011,Strategy,D3Publisher,0,0,0.02,0,0.02 +15690,World Class Rugby 2: Kokunai Gekitou Hen '93,SNES,1994,Sports,Misawa,0,0,0.02,0,0.02 +15691,Pirates PlundArrr,Wii,2010,Action,Majesco Entertainment,0.02,0,0,0,0.02 +15692,Robotics;Notes,PSV,2014,Adventure,5pb,0,0,0.02,0,0.02 +15693,Ketsui Death Label,DS,2008,Shooter,Arika,0,0,0.02,0,0.02 +15694,Prince of Stride,PSV,2015,Adventure,Kadokawa Games,0,0,0.02,0,0.02 +15695,Syberia II,PC,2004,Adventure,MC2 Entertainment,0,0.01,0,0,0.02 +15696,SD Gundam Force,GBA,2004,Shooter,Namco Bandai Games,0.01,0,0,0,0.02 +15697,Mechanic Master 2,DS,2010,Puzzle,Crave Entertainment,0.02,0,0,0,0.02 +15698,Dungeons - The Dark Lord,PC,2011,Strategy,Kalypso Media,0,0.01,0,0,0.02 +15699,Clover no Kuni no Alice: Wonderful Wonder World,PSP,2011,Adventure,Quinrose,0,0,0.02,0,0.02 +15700,Shonen Jump's Yu-Gi-Oh! GX Card Almanac,DS,N/A,Misc,Konami Digital Entertainment,0,0,0.02,0,0.02 +15701,Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 9: CR Fever Captain Harlock,PS2,2007,Misc,D3Publisher,0,0,0.02,0,0.02 +15702,Lost: Via Domus,PC,2008,Action,Ubisoft,0,0.01,0,0,0.02 +15703,Monster High 13 Wishes,3DS,2013,Action,Little Orbit,0,0.02,0,0,0.02 +15704,GA - Geijutsuka Art Design Class: Slapstick Wonder Land,PSP,2010,Adventure,Russel,0,0,0.02,0,0.02 +15705,Planetarian: Chiisana Hoshi no Yume,PSP,2009,Adventure,Prototype,0,0,0.02,0,0.02 +15706,Roommate Asami: Okusama wa Joshikousei,PS2,2002,Adventure,Datam Polystar,0,0,0.02,0,0.02 +15707,Cabbage Patch Kids: The Patch Puppy Rescue,GBA,2007,Misc,D3Publisher,0.01,0,0,0,0.02 +15708,Sarah: Keeper of the Unicorn,DS,2009,Adventure,DreamCatcher Interactive,0.02,0,0,0,0.02 +15709,Pirates: Legend of the Black Buccaneer,PS2,2006,Adventure,10TACLE Studios,0.01,0.01,0,0,0.02 +15710,Back to the Future: The Game,XOne,2015,Adventure,Telltale Games,0,0.02,0,0,0.02 +15711,Post Mortem,PC,2003,Adventure,Microids,0,0.01,0,0,0.02 +15712,Ultraman Star Chronicles,PSP,2013,Strategy,Namco Bandai Games,0,0,0.02,0,0.02 +15713,Ginga Tetsudou 999 DS,DS,2010,Adventure,Culture Brain,0,0,0.02,0,0.02 +15714,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.3,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15715,Amagoushi no Yakata,PS2,2007,Adventure,Nippon Ichi Software,0,0,0.02,0,0.02 +15716,Aedis Eclipse: Generation of Chaos,PSP,2006,Role-Playing,Idea Factory,0.02,0,0,0,0.02 +15717,This War of Mine,PS4,2016,Action,Deep Silver,0,0.01,0,0,0.02 +15718,Franklin: A Birthday Surprise,PS2,2006,Misc,Game Factory,0.01,0.01,0,0,0.02 +15719,Nil Admirari no Tenbin: Teito Genwaku Toukidan,PSV,2016,Adventure,Idea Factory,0,0,0.02,0,0.02 +15720,Without Warning,XB,N/A,Shooter,Capcom,0.01,0,0,0,0.02 +15721,Marvel Superheroes 3D: Grandmaster's Challenge,Wii,2010,Action,Neko Entertainment,0,0.01,0,0,0.02 +15722,Suzunone Seven: Rebirth Knot,PS2,2010,Adventure,Alchemist,0,0,0.02,0,0.02 +15723,Arslan: The Warriors of Legend,XOne,2016,Action,Tecmo Koei,0.01,0,0,0,0.02 +15724,"Hanayaka Kana, Ware ga Ichizoku: Tasogare Polarstar",PSP,2013,Adventure,Idea Factory,0,0,0.02,0,0.02 +15725,Zoids Dash,DS,2006,Role-Playing,Tomy Corporation,0,0,0.02,0,0.02 +15726,Digimon Rumble Arena,PS,2001,Fighting,Namco Bandai Games,0.01,0.01,0,0,0.02 +15727,Vitamin X Evolution Plus,PSP,2010,Adventure,D3Publisher,0,0,0.02,0,0.02 +15728,Disciples III: Renaissance,PC,2010,Strategy,Kalypso Media,0,0.01,0,0,0.02 +15729,Revolution: 25th Anniversary Collection,PC,2016,Adventure,Koch Media,0,0.02,0,0,0.02 +15730,MX vs. ATV Supercross Encore,XOne,2015,Sports,Nordic Games,0.02,0,0,0,0.02 +15731,Final Fight: Streetwise,XB,2006,Action,Capcom,0.01,0,0,0,0.02 +15732,Goblin Commander: Unleash the Horde,GC,2003,Strategy,Jaleco,0.01,0,0,0,0.02 +15733,Super Speed Machines,DS,2009,Racing,Midas Interactive Entertainment,0.02,0,0,0,0.02 +15734,Nano Diver,PSP,2011,Action,Takara Tomy,0,0,0.02,0,0.02 +15735,Elkrone no Atelier: Dear for Otomate,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15736,DJ Star,DS,2009,Misc,Deep Silver,0.01,0,0,0,0.02 +15737,Top Gear RPM Tuning,XB,2005,Racing,Wanadoo,0.01,0,0,0,0.02 +15738,Cookie & Cream,DS,2007,Platform,505 Games,0.01,0,0,0,0.02 +15739,Memories Off: Yubikiri no Kioku,X360,2010,Adventure,5pb,0,0,0.02,0,0.02 +15740,Otometeki Koi Kakumei * Love Revo!! DS,DS,2008,Adventure,GungHo,0,0,0.02,0,0.02 +15741,Clue / Mouse Trap / Perfection / Aggravation,DS,2006,Misc,Unknown,0.02,0,0,0,0.02 +15742,Football Manager 2007,X360,N/A,Sports,Sega,0,0.01,0,0,0.02 +15743,TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.4,PS3,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15744,Elven Legacy Collection,PC,2010,Strategy,Paradox Interactive,0,0.01,0,0,0.02 +15745,My Ballet Studio,DS,2009,Simulation,505 Games,0.01,0,0,0,0.02 +15746,Postman Pat: Special Delivery Service,DS,2009,Misc,GSP,0,0.01,0,0,0.02 +15747,Cross + Channel,PSP,2010,Adventure,CyberFront,0,0,0.02,0,0.02 +15748,LEGO Star Wars II: The Original Trilogy,PC,2006,Action,Activision,0,0.01,0,0,0.02 +15749,Summer Challenge: Athletics Tournament,Wii,2011,Sports,PQube,0,0.01,0,0,0.02 +15750,Kochira Katsushikaku Kameari Kouenmae Hashutsujo: Machiteba Tengoku! Makereba Jigoku! Ryoutsuryuu Ikkakusenkin Daisakusen!,DS,2010,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15751,Just Cause,PC,2006,Action,Eidos Interactive,0,0.01,0,0,0.02 +15752,Abunai: Koi no Sousa Shitsu,PSV,2015,Action,Asgard,0,0,0.02,0,0.02 +15753,Blazing Angels: Squadrons of WWII,PC,2006,Simulation,Ubisoft,0.01,0,0,0,0.02 +15754,Let's Yoga!,DS,2007,Misc,Konami Digital Entertainment,0,0,0.02,0,0.02 +15755,Zero no Tsukaima: Muma ga Tsumugu Yokaze no Nocturne,PS2,2007,Adventure,Marvelous Interactive,0,0,0.02,0,0.02 +15756,Memories Off: Yubikiri no Kikou,PSP,2011,Adventure,5pb,0,0,0.02,0,0.02 +15757,L.G.S: Shinsetsu Houshinengi,PSP,2012,Action,Idea Factory,0,0,0.02,0,0.02 +15758,Battle Engine Aquila,XB,2003,Shooter,Atari,0.01,0,0,0,0.02 +15759,Turbo: Super Stunt Squad,Wii,2013,Sports,D3Publisher,0,0.02,0,0,0.02 +15760,Hurry Up Hedgehog!,DS,2009,Racing,O-Games,0.02,0,0,0,0.02 +15761,Hands On! Tangrams,DS,2009,Puzzle,Storm City Games,0.02,0,0,0,0.02 +15762,Puzzle Chronicles,DS,2010,Puzzle,Konami Digital Entertainment,0.01,0,0,0,0.02 +15763,Discworld II: Mortality Bytes!,PS,1996,Adventure,Psygnosis,0.01,0.01,0,0,0.02 +15764,One Piece Mansion,PS,2001,Action,Capcom,0.01,0.01,0,0,0.02 +15765,Uchi no 3 Shimai DS,DS,2008,Misc,Culture Brain,0,0,0.02,0,0.02 +15766,Divinity: Original Sin,PC,2014,Role-Playing,Focus Home Interactive,0,0.02,0,0,0.02 +15767,Soul Eater: Monotone Princess,Wii,2008,Action,Square Enix,0,0,0.02,0,0.02 +15768,Strike Witches: Shirogane no Tsubasa,X360,2010,Strategy,CyberFront,0,0,0.02,0,0.02 +15769,Big Idea's VeggieTales: LarryBoy and the Bad Apple,GBA,2006,Action,Crave Entertainment,0.01,0,0,0,0.02 +15770,Still Life 2,PC,2009,Adventure,Rondomedia,0,0.01,0,0,0.02 +15771,Metal Fight Beyblade: Choujou Kessen! Big Bang Bladers,DS,2010,Action,Hudson Soft,0,0,0.02,0,0.02 +15772,Clock Zero: Shuuen no Ichibyou - ExTime,PSV,2015,Action,Idea Factory,0,0,0.02,0,0.02 +15773,Moujuutsukai to Oujisama,PS2,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15774,Root Infinity Rexx,PSV,2015,Adventure,Idea Factory,0,0,0.02,0,0.02 +15775,Cube,PSP,2007,Puzzle,D3Publisher,0.02,0,0,0,0.02 +15776,Shinseiki GPX Cyber Formula: Road To The INFINITY 4,PS2,2007,Racing,Sunrise Interactive,0,0,0.02,0,0.02 +15777,Army Men: Major Malfunction,XB,2006,Shooter,Global Star,0.01,0,0,0,0.02 +15778,Dunamis 15,X360,2011,Adventure,5pb,0,0,0.02,0,0.02 +15779,Sansuu Puzzle de Migaku: Gakken Otona no Shikou Sense,DS,2007,Misc,Gakken,0,0,0.02,0,0.02 +15780,Worms World Party,PC,2001,Strategy,Virgin Interactive,0,0.01,0,0,0.02 +15781,Yoake Yori Ruriiro na Portable,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15782,Big Bass Fishing,PS,2002,Action,Take-Two Interactive,0,0,0.02,0,0.02 +15783,Reine des Fleurs,PSV,2015,Action,Idea Factory,0,0,0.02,0,0.02 +15784,Gears of War,PC,2007,Shooter,Microsoft Game Studios,0,0.01,0,0,0.02 +15785,Densha de Go! Shinkansen EX: Sanyou Shinkansen-hen,Wii,2007,Simulation,Taito,0,0,0.02,0,0.02 +15786,Namco Museum 50th Anniversary (JP sales),PS2,2005,Misc,Namco Bandai Games,0,0,0.02,0,0.02 +15787,Gummy Bears Magical Medallion,Wii,2011,Platform,Storm City Games,0.02,0,0,0,0.02 +15788,Colin McRae Rally 2005,PC,2004,Racing,Codemasters,0,0.01,0,0,0.02 +15789,Mana Khemia 2: Ochita Gakuen to Renkinjutsushi Tachi Portable+,PSP,2009,Role-Playing,Gust,0,0,0.02,0,0.02 +15790,LEGO Star Wars: The Video Game,PC,2005,Action,Eidos Interactive,0,0.01,0,0,0.02 +15791,"Moshi, Kono Sekai ni Kami-sama ga Iru to suru Naraba.",PSV,2016,Adventure,N/A,0,0,0.02,0,0.02 +15792,Dark Void,PC,2010,Action,Capcom,0,0.01,0,0,0.02 +15793,Chou!! Super Nep League DS,DS,2008,Sports,Jaleco,0,0,0.02,0,0.02 +15794,Irritating Stick,PS,1998,Action,Saurus,0.01,0.01,0,0,0.02 +15795,WTA Tour Tennis,GBA,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.02 +15796,Kaleidoeve,PSV,2015,Adventure,HuneX,0,0,0.02,0,0.02 +15797,Judge Dredd: Dredd Vs Death,XB,2003,Shooter,Vivendi Games,0.01,0,0,0,0.02 +15798,Star Trek: Legacy,PC,2006,Simulation,Ubisoft,0,0.01,0,0,0.02 +15799,NHL 16,X360,2015,Sports,Electronic Arts,0,0.02,0,0,0.02 +15800,Wall-E,PC,2008,Platform,THQ,0,0.01,0,0,0.02 +15801,Simple 2000 Series Vol. 105: The Maid Fuku to Kikanjuu,PS2,2006,Action,D3Publisher,0,0,0.02,0,0.02 +15802,Davis Cup Tennis,GBA,2002,Sports,Ubisoft,0.01,0,0,0,0.02 +15803,Pro Rally,GC,2002,Racing,Ubisoft,0.01,0,0,0,0.02 +15804,XCOM 2,XOne,2016,Strategy,Take-Two Interactive,0.01,0.01,0,0,0.02 +15805,Football Academy,DS,2009,Sports,Electronic Arts,0,0.01,0,0,0.02 +15806,Kimi ni Todoke: Sodateru Omoi,DS,2009,Adventure,Banpresto,0,0,0.02,0,0.02 +15807,Call of Duty: Modern Warfare Trilogy,X360,2016,Shooter,Activision,0.01,0.01,0,0,0.02 +15808,Let's Pilates!,DS,2007,Misc,Konami Digital Entertainment,0.02,0,0,0,0.02 +15809,Memories Off #5: Encore,PS2,2007,Adventure,CyberFront,0,0,0.02,0,0.02 +15810,Brave Story: Boku no Kioku to Negai,DS,2006,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15811,Zombie Hunters 2,PS2,2006,Action,Essential Games,0,0,0.02,0,0.02 +15812,WRC 5: FIA World Rally Championship,X360,2015,Sports,Bigben Interactive,0,0.02,0,0,0.02 +15813,Custom Drive,PSP,2012,Action,D3Publisher,0,0,0.02,0,0.02 +15814,Ferrari: The Race Experience,Wii,N/A,Racing,System 3 Arcade Software,0,0.01,0,0,0.02 +15815,Tsuyo Kiss 2 Gakki: Swift Love,PS2,2009,Adventure,Revolution (Japan),0,0,0.02,0,0.02 +15816,Achtung Panzer: Kharkov 1943,PC,2010,Strategy,Mamba Games,0,0.01,0,0,0.02 +15817,Konductra,DS,2006,Puzzle,O3 Entertainment,0.02,0,0,0,0.02 +15818,Samurai Jack: The Shadow of Aku,GC,2004,Action,Sega,0.01,0,0,0,0.02 +15819,Winning Post 7 2013,PSV,2013,Sports,Tecmo Koei,0,0,0.02,0,0.02 +15820,Platypus,PSP,2006,Shooter,Funsta,0.02,0,0,0,0.02 +15821,Command & Conquer 4: Tiberian Twilight,PC,2010,Strategy,Electronic Arts,0,0.01,0,0,0.02 +15822,The Incredibles: Rise of the Underminer,PC,2005,Action,THQ,0.01,0,0,0,0.02 +15823,Winter Sports 3: The Great Tournament,X360,2010,Sports,Tradewest,0,0.01,0,0,0.02 +15824,Farm Frenzy,PC,2008,Strategy,Mumbo Jumbo,0.01,0,0,0,0.02 +15825,Ore wa Shoujo Mangaka,PSP,2012,Action,Giza10,0,0,0.02,0,0.02 +15826,Busou Renkin: Youkoso Papillon Park e,PS2,2007,Action,Marvelous Interactive,0,0,0.02,0,0.02 +15827,A Vampyre Story,PC,2008,Adventure,Crimson Cow,0,0.01,0,0,0.02 +15828,Puyo Puyo Tetris,WiiU,2014,Puzzle,Sega,0,0,0.02,0,0.02 +15829,Exhibition Volume 6,XB,2004,Misc,Microsoft Game Studios,0.01,0,0,0,0.02 +15830,Oshiri Kajiri Mushi no Rhythm Lesson DS: Kawai Ongaku Kyoushitsu Kanshuu,DS,2008,Misc,Sega,0,0,0.02,0,0.02 +15831,The Haunted: Hell's Reach,PC,2011,Shooter,Visco,0.02,0,0,0,0.02 +15832,Phoenix Wright: Ace Attorney Trilogy,3DS,2014,Adventure,Capcom,0,0,0.02,0,0.02 +15833,Kuma no Pooh-San: 100 Acre no Mori no Cooking Book,DS,2011,Misc,Disney Interactive Studios,0,0,0.02,0,0.02 +15834,LifeSigns: Surgical Unit,DS,2005,Simulation,JoWood Productions,0.01,0.01,0,0,0.02 +15835,I Love Horses: Rider's Paradise,Wii,2010,Simulation,Destineer,0.02,0,0,0,0.02 +15836,Kao the Kangaroo Round 2,GC,2005,Platform,JoWood Productions,0.01,0,0,0,0.02 +15837,Majesty 2 Collection,PC,2011,Strategy,Paradox Interactive,0,0.01,0,0,0.02 +15838,Sniper Elite,PC,2005,Shooter,MC2 Entertainment,0,0.01,0,0,0.02 +15839,The Dark Hills of Cherai,PC,2009,Puzzle,Unknown,0,0.01,0,0,0.02 +15840,FIFA Soccer 08,PC,2007,Sports,Electronic Arts,0,0.01,0,0,0.02 +15841,Zoey 101: Field Trip Fiasco,DS,2007,Action,THQ,0.02,0,0,0,0.02 +15842,Dream C Club: GoGo,PS3,2014,Adventure,D3Publisher,0,0,0.02,0,0.02 +15843,Battle Spirits: Hero's Soul,PSP,2010,Role-Playing,Namco Bandai Games,0,0,0.02,0,0.02 +15844,Usavichi: Game no Jikan,DS,2011,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15845,Pachi-Slot Higrashi no Naku Koro ni Matsuri,PS2,2010,Misc,Alchemist,0,0,0.02,0,0.02 +15846,Otona no Renai Shousetsu: Harlequin Selection,DS,2010,Misc,Nintendo,0,0,0.02,0,0.02 +15847,White Album 2: Shiawase no Mukougawa,PSV,2013,Adventure,Aqua Plus,0,0,0.02,0,0.02 +15848,W.L.O. Sekai Renai Kikousen,X360,2010,Adventure,5pb,0,0,0.02,0,0.02 +15849,Psychedelica of the Black Butterfly,PSV,2015,Action,Idea Factory,0,0,0.02,0,0.02 +15850,Final Fantasy XI: All-In-One Pack 2006,X360,2006,Role-Playing,Square Enix,0,0,0.02,0,0.02 +15851,Joint Operations: Combined Arms,PC,2009,Shooter,NovaLogic,0.01,0,0,0,0.02 +15852,Poupee Girl DS 2: Elegant Mint / Sweet Pink Style,DS,2010,Misc,Alvion,0,0,0.02,0,0.02 +15853,Winning Post 7: Maximum 2007,PS3,2007,Sports,Tecmo Koei,0,0,0.02,0,0.02 +15854,Monster Trux Offroad,Wii,2007,Racing,Popcorn Arcade,0.01,0,0,0,0.02 +15855,Assault Suit Leynos,PS4,2016,Shooter,Rising Star Games,0.01,0,0,0,0.02 +15856,Dragon Booster,DS,2005,Shooter,Konami Digital Entertainment,0.02,0,0,0,0.02 +15857,Germany's Next Topmodel 2011,DS,2011,Simulation,7G//AMES,0,0.01,0,0,0.02 +15858,Drakensang: The Dark Eye,PC,2009,Role-Playing,Eidos Interactive,0.01,0,0,0,0.02 +15859,Storm Lover 2nd,PSP,2013,Misc,D3Publisher,0,0,0.02,0,0.02 +15860,Kadenz fermata//Akkord:fortissimo,PSV,2014,Adventure,5pb,0,0,0.02,0,0.02 +15861,DuckTales: Remastered,PC,2013,Action,Capcom,0,0.01,0,0,0.02 +15862,Transformers: Prime,Wii,2012,Action,Activision,0,0.01,0,0,0.02 +15863,Contrast,PC,2013,Platform,Focus Home Interactive,0,0.01,0,0,0.02 +15864,Arcana Famiglia 2,PSP,2013,Adventure,Comfort,0,0,0.02,0,0.02 +15865,Taishou Moebius Line Vitable,PSV,2016,Adventure,dramatic create,0,0,0.02,0,0.02 +15866,Gaist Crusher God,3DS,2014,Action,Capcom,0,0,0.02,0,0.02 +15867,Shinkyoku Soukai Polyphonica,PS2,2007,Adventure,Prototype,0,0,0.02,0,0.02 +15868,PDC World Championship Darts 2008,DS,N/A,Sports,Unknown,0.01,0,0,0,0.02 +15869,San Goku Shi DS 2,DS,2007,Strategy,Tecmo Koei,0,0,0.02,0,0.02 +15870,Strongest Tokyo University Shogi DS,DS,1985,Action,Mycom,0,0,0.02,0,0.02 +15871,Shin Sangoku Musou Online: Souten Ranbu,PS3,2010,Action,Tecmo Koei,0,0,0.02,0,0.02 +15872,Elven Legacy,PC,2009,Strategy,Paradox Interactive,0.01,0,0,0,0.02 +15873,V-Rally 3,XB,2003,Racing,Atari,0.01,0,0,0,0.02 +15874,Full House Kiss 2,PS2,2006,Adventure,Capcom,0,0,0.02,0,0.02 +15875,Dead to Rights,GBA,2004,Shooter,Zoo Digital Publishing,0.01,0,0,0,0.02 +15876,Thunder Force VI,PS2,2008,Shooter,Sega,0,0,0.02,0,0.02 +15877,Majesty 2: The Fantasy Kingdom Sim,PC,2009,Simulation,Paradox Interactive,0.01,0,0,0,0.02 +15878,Turbo: Super Stunt Squad,3DS,2013,Sports,D3Publisher,0,0.01,0,0,0.02 +15879,Dinotopia: The Sunstone Odyssey,GC,N/A,Action,Unknown,0.01,0,0,0,0.02 +15880,Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Misao + Maguro Densetsu Portable,PSP,2010,Misc,Paon,0,0,0.02,0,0.02 +15881,Dance! It's Your Stage,Wii,N/A,Misc,DTP Entertainment,0,0.01,0,0,0.02 +15882,PachiPara 3D,3DS,2011,Misc,Irem Software Engineering,0,0,0.02,0,0.02 +15883,Command & Conquer Collection,PC,2003,Strategy,Electronic Arts,0.01,0,0,0,0.02 +15884,Kiss Bell,PSV,2014,Adventure,Giga,0,0,0.02,0,0.02 +15885,Earth Defense Force 2017 (old JP sales),X360,2006,Shooter,D3Publisher,0,0,0.02,0,0.02 +15886,Sengoku Hime: Senran ni Mau Otometachi,PS2,2009,Adventure,Yeti,0,0,0.02,0,0.02 +15887,GTI Club: Supermini Festa!,Wii,2010,Racing,Konami Digital Entertainment,0.01,0,0,0,0.02 +15888,MuvLuv Double Pack,PSV,2016,Adventure,5pb,0,0,0.02,0,0.02 +15889,Koihime Enbu,PS4,2016,Fighting,Yeti,0,0,0.02,0,0.02 +15890,Romance of the Three Kingdoms XII,WiiU,2012,Strategy,Tecmo Koei,0,0,0.02,0,0.02 +15891,Worldwide Soccer Manager 2006,PC,2004,Sports,Sega,0,0.01,0,0,0.02 +15892,Sora no Otoshimono Forte: Dreamy Season,DS,2011,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15893,Mission: Impossible - Operation Surma,GC,2004,Platform,Atari,0.01,0,0,0,0.02 +15894,Trigger Man,GC,2004,Shooter,Crave Entertainment,0.01,0,0,0,0.02 +15895,Yuu Yuu Hakusho DS: Ankoku Bujutsukai Hen,DS,2006,Action,Takara Tomy,0,0,0.02,0,0.02 +15896,Hiiro no Kakera Portable,PSP,2008,Adventure,Idea Factory,0,0,0.02,0,0.02 +15897,Antz Extreme Racing,XB,2002,Racing,Empire Interactive,0.01,0,0,0,0.02 +15898,Enemy Territory: Quake Wars,PC,2007,Shooter,Activision,0.01,0,0,0,0.02 +15899,Truck Racer,Wii,2009,Racing,Nordic Games,0,0.01,0,0,0.02 +15900,The Sims 4: Luxury Party Stuff,PC,2015,Simulation,Electronic Arts,0,0.01,0,0,0.02 +15901,"Nogizaka Haruka no Himitsu Cosplay, Hajime Mashita",PS2,2008,Adventure,ASCII Media Works,0,0,0.02,0,0.02 +15902,Triggerheart Exelica,DC,2007,Shooter,Warashi,0,0,0.02,0,0.02 +15903,Jet Impulse,DS,N/A,Simulation,Nintendo,0,0,0.02,0,0.02 +15904,Games Explosion!,GBA,2006,Action,THQ,0.01,0,0,0,0.02 +15905,Tennis no Oji-Sama: Card Hunter,PS2,2007,Strategy,Konami Digital Entertainment,0,0,0.02,0,0.02 +15906,Portable Island: Tenohira Resort,PSP,2006,Simulation,Namco Bandai Games,0,0,0.02,0,0.02 +15907,Night Wizard the Video Game: Denial of the World,PS2,2008,Adventure,5pb,0,0,0.02,0,0.02 +15908,Sengoku Efuda Yuugi: Hototogisu Ran,PSP,2008,Misc,Irem Software Engineering,0,0,0.02,0,0.02 +15909,Tokyo Friend Park II DS,DS,2006,Misc,Rocket Company,0,0,0.02,0,0.02 +15910,Saenai Kanojo no Sodatekata: Blessing Flowers,PSV,2015,Action,5pb,0,0,0.02,0,0.02 +15911,Adventure Time: The Secret of the Nameless,3DS,2014,Adventure,Little Orbit,0.01,0,0,0,0.02 +15912,Kao the Kangaroo Round 2,PS2,2005,Platform,JoWood Productions,0.01,0.01,0,0,0.02 +15913,Shin Hisui no Shizuku: Hiiro no Kakera 2 Portable,PSP,2010,Adventure,Idea Factory,0,0,0.02,0,0.02 +15914,Robopon 2: Ring Version,GBA,2001,Role-Playing,Hudson Entertainment,0.01,0,0,0,0.02 +15915,Evil Genius,PC,2004,Strategy,Vivendi Games,0,0.01,0,0,0.02 +15916,Dragon Tales: Dragon Adventures,GBA,2003,Platform,NewKidCo,0.01,0,0,0,0.02 +15917,Moe Moe 2-ji Taisen (Ryoku) * Deluxe,PSP,2008,Adventure,System Soft,0,0,0.02,0,0.02 +15918,Dream Dancer,DS,N/A,Misc,N/A,0.01,0,0,0,0.02 +15919,Powerbike,DS,2009,Racing,Majesco Entertainment,0.01,0,0,0,0.02 +15920,Violet no Atelier: Gramnad no Renkinjutsushi 2 - Gunjou no Omoide,PSP,2011,Role-Playing,Gust,0,0,0.02,0,0.02 +15921,Magic Encyclopedia: Moonlight,DS,2010,Misc,Foreign Media Games,0,0.01,0,0,0.02 +15922,Rayman 10th Anniversary,GBA,2005,Platform,Ubisoft,0.01,0,0,0,0.02 +15923,Elminage II DS Remix: Sousei no Megami to Unmai no Daichi,DS,2010,Role-Playing,Starfish,0,0,0.02,0,0.02 +15924,Online Chess Kingdoms,PSP,2006,Misc,Konami Digital Entertainment,0.01,0,0,0,0.02 +15925,Gaku ? Ou: The Royal Seven Stars,PSP,2012,Role-Playing,Alchemist,0,0,0.02,0,0.02 +15926,Pillars of Eternity,PC,2014,Role-Playing,Paradox Interactive,0,0.01,0,0,0.02 +15927,RollerCoaster Tycoon: Gold Edition,PC,2002,Strategy,Infogrames,0.01,0,0,0,0.02 +15928,Professional Farmer 2016,PS4,2015,Action,Namco Bandai Games,0,0.01,0,0,0.02 +15929,Storm Lover Kai!!,PSP,2012,Action,D3Publisher,0,0,0.02,0,0.02 +15930,Race Driver: Create & Race,DS,2007,Racing,Codemasters,0.01,0,0,0,0.02 +15931,Nurarihyon no Mago: Hyakki Ryouran Taisen,PS3,2011,Fighting,Konami Digital Entertainment,0,0,0.02,0,0.02 +15932,Minna to Issho,PSV,2011,Misc,Sony Computer Entertainment,0,0,0.02,0,0.02 +15933,Harukanaru Toki no Naka de 6,PSP,2015,Action,Tecmo Koei,0,0,0.02,0,0.02 +15934,Hummer Badlands,XB,2006,Racing,Global Star,0.01,0,0,0,0.02 +15935,I Doll U,PSV,2015,Adventure,Idea Factory,0,0,0.02,0,0.02 +15936,Enkaku Sousa: Sana e no 23 Hiai,PSP,2009,Adventure,Sony Computer Entertainment,0,0,0.02,0,0.02 +15937,Katekyoo Hitman Reborn! DS: Mafia Daishuugou Bongole Festival,DS,2008,Action,Takara Tomy,0,0,0.02,0,0.02 +15938,Pippa Funnell 2: Farm Adventures,DS,2007,Simulation,Ubisoft,0,0.01,0,0,0.02 +15939,Iron Soldier 3,PS,1999,Simulation,Telegames,0.01,0.01,0,0,0.02 +15940,Oyaku de Asoberu DS Ehon: Ukkari Penelope,DS,2008,Simulation,Tecmo Koei,0,0,0.02,0,0.02 +15941,Space Invaders Revolution,DS,2005,Shooter,Rising Star Games,0.01,0,0,0,0.02 +15942,Barbie and Her Sisters Puppy Rescue,PS3,2015,Action,Namco Bandai Games,0,0.01,0,0,0.02 +15943,Worms: WMD,PS4,2016,Action,Sold Out,0.01,0.01,0,0,0.02 +15944,Myst,PSP,2006,Adventure,Midway Games,0,0.01,0,0,0.02 +15945,UNO 52,DS,2006,Misc,Zoo Digital Publishing,0.01,0,0,0,0.02 +15946,Tiger & Bunny: Hero's Day,PSP,2013,Action,D3Publisher,0,0,0.02,0,0.02 +15947,Storm Lover 2nd V,PSV,2016,Adventure,D3Publisher,0,0,0.02,0,0.02 +15948,Grisaia no Meikyuu: Le Labyrinthe de la Grisaia,PSV,2014,Adventure,Prototype,0,0,0.02,0,0.02 +15949,Touhou Genso Rondo: Bullet Ballet,PS4,2016,Shooter,Nippon Ichi Software,0.01,0,0,0,0.02 +15950,Accel World: Kasoku no Chouten,PS3,2013,Adventure,Namco Bandai Games,0,0,0.02,0,0.02 +15951,Poupee Girl DS,DS,2009,Misc,Alvion,0,0,0.02,0,0.02 +15952,Pachinko Kaou: Misora Hibari,PS2,2007,Misc,Hackberry,0,0,0.02,0,0.02 +15953,Just Cause,PS2,2006,Action,Eidos Interactive,0.01,0.01,0,0,0.02 +15954,Choro Q,PS2,2003,Racing,Zoo Digital Publishing,0.01,0.01,0,0,0.02 +15955,Narcissus: Moshimo Ashita ga Runara,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.02,0,0.02 +15956,Girl Friend Beta: Kimi to Sugosu Natsuyasumi,PSV,2015,Action,Namco Bandai Games,0,0,0.02,0,0.02 +15957,IHRA Drag Racing: Sportsman Edition,XB,2006,Racing,Bethesda Softworks,0.01,0,0,0,0.02 +15958,"Sharin no Kuni, Himawari no Shoujo",X360,2010,Adventure,5pb,0,0,0.02,0,0.02 +15959,Guild Wars: Factions,PC,2006,Role-Playing,NCSoft,0,0.01,0,0,0.02 +15960,Simple DS Series Vol. 42: The Haioku Byoutou,DS,2008,Adventure,D3Publisher,0,0,0.02,0,0.02 +15961,Drone Tactics,DS,2007,Strategy,Success,0.01,0,0,0,0.02 +15962,Technic Beat,PS2,2002,Misc,Arika,0.01,0.01,0,0,0.02 +15963,So-Ra-No-Wo-To: Otome no Gojuusou,PSP,2010,Adventure,Compile Heart,0,0,0.02,0,0.02 +15964,Farming Simulator 2014,PSV,2014,Simulation,Focus Home Interactive,0.01,0,0,0,0.02 +15965,Imperium Romanum,PC,2008,Strategy,Kalypso Media,0,0.01,0,0,0.02 +15966,Ship Simulator 2008,PC,2007,Simulation,Lighthouse Interactive,0,0.01,0,0,0.02 +15967,Curse of the Amsterdam Diamond,DS,2012,Puzzle,Easy Interactive,0,0.01,0,0,0.02 +15968,Sengoku,PC,2011,Strategy,Paradox Interactive,0,0.01,0,0,0.02 +15969,Yume Neko DS,DS,2008,Simulation,Sega,0,0,0.02,0,0.02 +15970,Dream C Club,PS3,2012,Simulation,D3Publisher,0,0,0.02,0,0.02 +15971,IGT Slots: Lucky Larry's Lobstermania,PC,2011,Simulation,Masque Publishing,0.01,0,0,0,0.02 +15972,Sid Meier's Civilization Revolution 2+,PSV,2015,Strategy,Take-Two Interactive,0,0,0.02,0,0.02 +15973,SBK Superbike World Championship,PS2,2008,Racing,Black Bean Games,0.01,0.01,0,0,0.02 +15974,Memories Off 6: Next Relation,PS2,2009,Adventure,5pb,0,0,0.02,0,0.02 +15975,Scared Rider Xechs,PS2,2010,Adventure,RED Entertainment,0,0,0.02,0,0.02 +15976,Vitamin X: Detective B6,PSP,2012,Adventure,D3Publisher,0,0,0.02,0,0.02 +15977,Misshitsu no Sacrifice,PSP,2010,Adventure,D3Publisher,0,0,0.02,0,0.02 +15978,You Don't Know Jack,PC,1995,Misc,Vivendi Games,0.01,0,0,0,0.02 +15979,Ouran Koukou Host Bu,PS2,2007,Adventure,Idea Factory,0,0,0.02,0,0.02 +15980,Lotus Challenge,GC,2004,Racing,Ignition Entertainment,0.01,0,0,0,0.02 +15981,Meiji Toukyou Renka: Twilight Kiss,PSP,2015,Action,Broccoli,0,0,0.02,0,0.02 +15982,Xblaze: Lost Memories,PS3,2015,Adventure,Arc System Works,0.01,0,0,0,0.02 +15983,Turok,PC,2008,Action,Touchstone,0,0.01,0,0,0.01 +15984,Coven and Labyrinth of Refrain,PSV,2016,Action,Nippon Ichi Software,0,0,0.01,0,0.01 +15985,Super Battle For Money Sentouchuu: Kyuukyoku no Shinobu to Battle Player Choujou Kessen!,3DS,2016,Action,Namco Bandai Games,0,0,0.01,0,0.01 +15986,Dragon Zakura DS,DS,2007,Misc,Electronic Arts,0,0,0.01,0,0.01 +15987,Chameleon: To Dye For!,DS,2006,Puzzle,505 Games,0.01,0,0,0,0.01 +15988,Hotel Giant DS,DS,2008,Simulation,Nobilis,0,0.01,0,0,0.01 +15989,Sora no Otoshimono: DokiDoki Summer Vacation,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +15990,Blackthorne,GBA,2003,Action,Activision,0.01,0,0,0,0.01 +15991,Don Bradman Cricket 14,X360,2014,Sports,Tru Blu Entertainment,0,0.01,0,0,0.01 +15992,DokuSui: DokiDoki Suikoden,PSP,2011,Role-Playing,Irem Software Engineering,0,0,0.01,0,0.01 +15993,Shinseiki Evangelion: Battle Orchestra Portable,PSP,2009,Fighting,Broccoli,0,0,0.01,0,0.01 +15994,Donkey Kong Jungle Beat,Wii,2008,Platform,Nintendo,0,0.01,0,0,0.01 +15995,Bomberman (jp sales),PSP,2006,Puzzle,Konami Digital Entertainment,0,0,0.01,0,0.01 +15996,Blazblue: Continuum Shift Extend,PSP,2012,Fighting,Arc System Works,0,0,0.01,0,0.01 +15997,S.Y.K: Shinsetsu Saiyuuki,PS2,2009,Adventure,Idea Factory,0,0,0.01,0,0.01 +15998,Football Manager Live,PC,2009,Sports,Sega,0,0.01,0,0,0.01 +15999,Captain Morgane and the Golden Turtle,Wii,2012,Adventure,Reef Entertainment,0,0.01,0,0,0.01 +16000,Black Cat,PS2,2006,Action,Capcom,0,0,0.01,0,0.01 +16001,One Piece: Daikaizoku Coliseum,3DS,2016,Fighting,Namco Bandai Games,0,0,0.01,0,0.01 +16002,Mortal Kombat,PC,1994,Fighting,Acclaim Entertainment,0.01,0,0,0,0.01 +16003,Smart Kid's Mega Game Mix,DS,2009,Misc,UFO Interactive,0.01,0,0,0,0.01 +16004,Diary Girl,DS,2008,Misc,Konami Digital Entertainment,0.01,0,0,0,0.01 +16005,Red Stone DS: Akaki Ishi ni Michibikareshi Monotachi,DS,2011,Role-Playing,Unknown,0,0,0.01,0,0.01 +16006,Serious Sam II,PC,2005,Shooter,Take-Two Interactive,0,0.01,0,0,0.01 +16007,Wand of Fortune: Mirai e no Prologue Portable,PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16008,Sengoku Hime: Senran ni Mau Otometachi,PSP,2009,Adventure,Yeti,0,0,0.01,0,0.01 +16009,Secret Game Portable,PSP,2010,Adventure,Yeti,0,0,0.01,0,0.01 +16010,Demon Gaze 2,PSV,2014,Role-Playing,Experience Inc.,0,0,0.01,0,0.01 +16011,Neverwinter Nights 2: Mask of the Betrayer,PC,2007,Role-Playing,Atari,0,0.01,0,0,0.01 +16012,Kimi no Yuusha,DS,2008,Role-Playing,SNK Playmore,0,0,0.01,0,0.01 +16013,Call of Juarez,PC,2006,Shooter,Ubisoft,0,0.01,0,0,0.01 +16014,Tom Clancy's Ghost Recon Advanced Warfighter (weekly JP sales),X360,2006,Shooter,Ubisoft,0,0,0.01,0,0.01 +16015,UEFA Champions League 2006-2007,PSP,2007,Sports,Electronic Arts,0.01,0,0,0,0.01 +16016,Codename: Panzers Phase Two,PC,2005,Strategy,CDV Software Entertainment,0,0.01,0,0,0.01 +16017,Nobunaga no Yabou Online: Houou no Shou,PS3,2012,Strategy,Ackkstudios,0,0,0.01,0,0.01 +16018,Rise of Flight: Iron Cross Edition,PC,2010,Simulation,Aerosoft,0.01,0,0,0,0.01 +16019,Cosmetic Paradise: Make no Kiseki,DS,2008,Misc,Global A Entertainment,0,0,0.01,0,0.01 +16020,Unreal Tournament 2003,PC,2002,Shooter,Atari,0,0.01,0,0,0.01 +16021,Nobunaga no Yabou DS,DS,2006,Strategy,Tecmo Koei,0,0,0.01,0,0.01 +16022,God Eater Off Shot: Soma Shikkuzaru-hen Twin Pack & Animation Vol.4,PS4,2016,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16023,Uppers,PSV,2016,Action,Marvelous Entertainment,0,0,0.01,0,0.01 +16024,Wand of Fortune Portable,PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16025,Wiffle Ball Advance,DS,2007,Sports,Zoo Digital Publishing,0.01,0,0,0,0.01 +16026,Rengoku II: The Stairway to H.E.A.V.E.N. (jp sales),PSP,2006,Action,Konami Digital Entertainment,0,0,0.01,0,0.01 +16027,Simple DS Series Vol. 14: The Jidousha Kyoushuujo DS,DS,2007,Misc,D3Publisher,0,0,0.01,0,0.01 +16028,The Last Remnant,PC,2009,Role-Playing,Square Enix,0,0.01,0,0,0.01 +16029,Ten Pin Alley 2,GBA,2004,Sports,XS Games,0.01,0,0,0,0.01 +16030,Himawari: Pebble in the Sky Portable,PSP,2010,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16031,Wand of Fortune R,PSV,2016,Adventure,Idea Factory,0,0,0.01,0,0.01 +16032,Katekyoo Hitman Reborn Nerae!? Ring x Bongole Returns,PS2,2008,Adventure,Marvelous Interactive,0,0,0.01,0,0.01 +16033,My Little Baby,DS,2008,Simulation,CDV Software Entertainment,0,0.01,0,0,0.01 +16034,Kono Aozora ni Yakusoku o: Tenohira no Rakuen,PSP,2009,Adventure,TGL,0,0,0.01,0,0.01 +16035,Shinobi Koutsutsu,PSP,2014,Adventure,Idea Factory,0,0,0.01,0,0.01 +16036,NiGHTS into dreams...,PS2,2008,Platform,Sega,0,0,0.01,0,0.01 +16037,WinBack 2: Project Poseidon,PS2,2006,Shooter,Tecmo Koei,0.01,0.01,0,0,0.01 +16038,Kaitou Rousseau,DS,2006,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16039,Utawarerumono: Futari no Hakuoro,PS3,2016,Misc,Aqua Plus,0,0,0.01,0,0.01 +16040,WRC 5: FIA World Rally Championship,XOne,2015,Sports,Bigben Interactive,0,0.01,0,0,0.01 +16041,Totally Spies! Totally Party,PS2,2008,Misc,Ubisoft,0.01,0.01,0,0,0.01 +16042,GunParade Orchestra: Ao no Shou,PS2,2006,Adventure,Sony Computer Entertainment,0,0,0.01,0,0.01 +16043,Impossible Creatures,PC,2002,Strategy,Microsoft Game Studios,0,0.01,0,0,0.01 +16044,Puyo Pop Fever,GC,2004,Puzzle,Sega,0.01,0,0,0,0.01 +16045,Wizardry XTH: Unlimited Students,PS2,2006,Role-Playing,Michaelsoft,0,0,0.01,0,0.01 +16046,Raven's Cry,PS4,2015,Role-Playing,TopWare Interactive,0,0.01,0,0,0.01 +16047,Instant Brain,X360,2011,Adventure,Cave,0,0,0.01,0,0.01 +16048,Guitar Hero III: Legends of Rock,PC,2007,Misc,Aspyr,0.01,0,0,0,0.01 +16049,Blitzkrieg 2 Anthology,PC,2008,Strategy,Ascaron Entertainment GmbH,0,0.01,0,0,0.01 +16050,Rayman Raving Rabbids,PC,2006,Misc,Ubisoft,0,0.01,0,0,0.01 +16051,God Eater Off Shot:Shiou-hen Twin Pack & Animation Vol.5,PS4,2016,Misc,Namco Bandai Games,0,0,0.01,0,0.01 +16052,Abunai: Koi no Sousa Shitsu,PSP,2012,Action,Quinrose,0,0,0.01,0,0.01 +16053,Coronation Street: The Mystery of the Missing Hotpot Recipe,PC,2011,Adventure,Avanquest,0,0.01,0,0,0.01 +16054,Battle Worlds: Kronos,PC,2016,Strategy,Nordic Games,0,0.01,0,0,0.01 +16055,SoulLink Extension,PS2,2006,Adventure,Interchannel,0,0,0.01,0,0.01 +16056,Banjo-Kazooie,X360,2008,Platform,Microsoft Game Studios,0,0.01,0,0,0.01 +16057,Samurai Shodown Anthology (JP sales),PS2,2008,Fighting,Ignition Entertainment,0,0,0.01,0,0.01 +16058,Winning Post 7 Maximum 2008,PS2,2008,Sports,Tecmo Koei,0,0,0.01,0,0.01 +16059,Sangoku Koi Senki: Otome no Heihou!,PS2,2011,Adventure,Prototype,0,0,0.01,0,0.01 +16060,PDC World Championship Darts 2008,PSP,N/A,Sports,Oxygen Interactive,0.01,0,0,0,0.01 +16061,WRC: FIA World Rally Championship,PC,N/A,Racing,Black Bean Games,0,0.01,0,0,0.01 +16062,Alfa Romeo Racing Italiano,PS2,2005,Racing,Black Bean Games,0.01,0.01,0,0,0.01 +16063,"Pachi-Slot Teiou: Golgo 13 Las Vegas (JP sales, but wrong system)",PS2,2002,Misc,Media Entertainment,0,0,0.01,0,0.01 +16064,Digger Simulator,PC,2011,Simulation,Excalibur Publishing,0,0.01,0,0,0.01 +16065,Turbo: Super Stunt Squad,X360,2013,Sports,D3Publisher,0,0.01,0,0,0.01 +16066,Super Robot Taisen XO,X360,2006,Strategy,Banpresto,0,0,0.01,0,0.01 +16067,Kaitou Joker: Toki o Koeru Kaitou to Ushinawareta Houseki,3DS,2015,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16068,Aquaman: Battle for Atlantis,XB,N/A,Action,Unknown,0.01,0,0,0,0.01 +16069,Pachitte Chonmage Tatsujin 16: Pachinko Hissatsu Shigotojin III,PS2,2010,Misc,Hackberry,0,0,0.01,0,0.01 +16070,IL-2 Sturmovik,PC,2001,Simulation,Blue Byte,0,0.01,0,0,0.01 +16071,Mortal Kombat: Tournament Edition,GBA,2003,Fighting,Midway Games,0.01,0,0,0,0.01 +16072,SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,XB,2005,Adventure,Activision,0.01,0,0,0,0.01 +16073,East India Company,PC,2009,Strategy,Paradox Interactive,0.01,0,0,0,0.01 +16074,World Poker Tour,GBA,2005,Misc,Take-Two Interactive,0.01,0,0,0,0.01 +16075,Sousaku Alice to Oujisama!,3DS,2015,Simulation,Happinet,0,0,0.01,0,0.01 +16076,Empire Deluxe,PC,1992,Strategy,New World Computing,0.01,0,0,0,0.01 +16077,Umihara Kawase Jun: Second Edition Kanzenban,DS,2009,Puzzle,Genterprise,0,0,0.01,0,0.01 +16078,Infinite Stratos 2: Love and Purge,PSV,2015,Action,5pb,0,0,0.01,0,0.01 +16079,Fab 5 Soccer,DS,2008,Sports,Destineer,0.01,0,0,0,0.01 +16080,Destiny Links,DS,2009,Role-Playing,Namco Bandai Games,0,0,0.01,0,0.01 +16081,Best Of Tests,DS,2008,Puzzle,Conspiracy Entertainment,0.01,0,0,0,0.01 +16082,Egg Mania: Eggstreme Madness,XB,2002,Puzzle,Kemco,0.01,0,0,0,0.01 +16083,Virtua Tennis 3,PC,2007,Sports,Sega,0,0.01,0,0,0.01 +16084,Pro Angler Moves,PS3,2012,Sports,"Interworks Unlimited, Inc.",0.01,0,0,0,0.01 +16085,Sakura Sakura: Haru Urara,PSP,2010,Adventure,GN Software,0,0,0.01,0,0.01 +16086,Uta no * Prince-Sama: Sweet Serenade,PSP,2011,Adventure,Broccoli,0,0,0.01,0,0.01 +16087,The Legend of Heroes: Trails in the Sky Third Chapter,PS3,2013,Role-Playing,Falcom Corporation,0,0,0.01,0,0.01 +16088,Road Trip: Shifting Gears,GBA,2002,Racing,Zoo Digital Publishing,0.01,0,0,0,0.01 +16089,"Iza, Shutsujin! Koisen",PSP,2011,Adventure,Quinrose,0,0,0.01,0,0.01 +16090,Major Dream: Major Wii Nagero! Gyroball!!,Wii,2008,Sports,Takara Tomy,0,0,0.01,0,0.01 +16091,Hiiro no Kakera: Shin Tamayori Hime Denshou,PS2,2009,Adventure,Idea Factory,0,0,0.01,0,0.01 +16092,Datenshi no Amai Yuuwaku x Kaikan Phrase,DS,2010,Adventure,FuRyu,0,0,0.01,0,0.01 +16093,Honda ATV Fever,DS,2010,Racing,Storm City Games,0.01,0,0,0,0.01 +16094,Grooverider: Slot Car Thunder,XB,2003,Racing,Encore,0.01,0,0,0,0.01 +16095,Superstars V8 Racing,X360,2009,Racing,Black Bean Games,0,0.01,0,0,0.01 +16096,Grand Theft Auto III,PC,2002,Action,Take-Two Interactive,0,0.01,0,0,0.01 +16097,Bakumatsu Koihana: Shinsengumi DS,DS,2008,Adventure,D3Publisher,0,0,0.01,0,0.01 +16098,Resident Evil 5 HD,PS4,2016,Action,Capcom,0.01,0,0,0,0.01 +16099,Miyako: Awayuki no Utage,PSP,2012,Action,Idea Factory,0,0,0.01,0,0.01 +16100,Super PickUps,Wii,2009,Racing,XS Games,0.01,0,0,0,0.01 +16101,Ben 10 Omniverse 2,X360,2013,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16102,Rewrite,PSV,2014,Adventure,Prototype,0,0,0.01,0,0.01 +16103,Konami Classics Vol. 2,X360,2009,Misc,Konami Digital Entertainment,0.01,0,0,0,0.01 +16104,Aeon Flux,XB,2005,Action,THQ,0.01,0,0,0,0.01 +16105,Tobidase! Kagaku-kun Chikyuu Daitanken! Nazo no Chinkai Seibutsu ni Idome!,DS,2011,Misc,Namco Bandai Games,0,0,0.01,0,0.01 +16106,Kana: Imouto,PSP,2010,Adventure,CyberFront,0,0,0.01,0,0.01 +16107,Barbie and Her Sisters Puppy Rescue,WiiU,2015,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16108,Rock N' Roll Racing,SNES,1993,Racing,Interplay,0,0,0.01,0,0.01 +16109,Higurashi no Naku Koro ni Iki,PS3,2015,Action,Kaga Create,0,0,0.01,0,0.01 +16110,Marginal #4: Idol of Supernova,PSV,2014,Adventure,Idea Factory,0,0,0.01,0,0.01 +16111,Nodame Cantabile,PS2,2007,Misc,Banpresto,0,0,0.01,0,0.01 +16112,Paranormal Pursuit: The Gifted One,PC,2015,Action,Alawar Entertainment,0,0.01,0,0,0.01 +16113,DoDonPachi Saidaioujou,X360,2013,Shooter,Cave,0,0,0.01,0,0.01 +16114,Last Escort: Club Katze,PS2,2010,Adventure,D3Publisher,0,0,0.01,0,0.01 +16115,1/2 Summer +,PSP,2013,Adventure,Kaga Create,0,0,0.01,0,0.01 +16116,Winning Post 7 Maximum 2008,PS3,2008,Sports,Tecmo Koei,0,0,0.01,0,0.01 +16117,Psycho-Pass,XOne,2014,Adventure,5pb,0,0,0.01,0,0.01 +16118,Brain Exercise With Dr. Kawashima,PC,2009,Puzzle,Namco Bandai Games,0,0.01,0,0,0.01 +16119,Tears to Tiara: Kakan no Daichi Portable,PSP,2010,Adventure,Aqua Plus,0,0,0.01,0,0.01 +16120,Games Around the World,DS,2010,Misc,Zoo Games,0.01,0,0,0,0.01 +16121,Football Manager 2005,PC,2004,Sports,Sega,0,0.01,0,0,0.01 +16122,Hitotsu Tobashi Renai V,PSV,2015,Adventure,Kaga Create,0,0,0.01,0,0.01 +16123,Ninja Gaiden Sigma 2,PSV,2013,Action,Tecmo Koei,0,0,0.01,0,0.01 +16124,Turbo Trainz,Wii,2012,Racing,Mastertronic,0,0.01,0,0,0.01 +16125,Theatre Of War,PC,2007,Strategy,Kalypso Media,0,0.01,0,0,0.01 +16126,Nintendogs and Cats Golden Retriever and New Friends,3DS,2011,Action,Nintendo,0,0.01,0,0,0.01 +16127,Young Justice: Legacy,X360,2013,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16128,Tantei Jinguuji Saburo DS: Fuserareta Shinjitsu,DS,2009,Adventure,Arc System Works,0,0,0.01,0,0.01 +16129,Monster Rancher Advance 2,GBA,2002,Simulation,Tecmo Koei,0.01,0,0,0,0.01 +16130,Madden NFL 13,PS3,2012,Sports,Electronic Arts,0,0.01,0,0,0.01 +16131,Voodoo Chronicles: First Sign,PC,2011,Adventure,ValuSoft,0.01,0,0,0,0.01 +16132,Umineko no Naku Koro ni Portable 1,PSP,2011,Adventure,Alchemist,0,0,0.01,0,0.01 +16133,Dr. Slump & Arale-Chan,DS,2008,Adventure,Namco Bandai Games,0,0,0.01,0,0.01 +16134,Geten no Hana: Yume Akari,PSP,2014,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16135,Festa!! Hyper Girls Party,PS2,2006,Adventure,KID,0,0,0.01,0,0.01 +16136,Collar x Malice,PSV,2016,Action,Idea Factory,0,0,0.01,0,0.01 +16137,Kikiite Hajimaru: Eigo Kaiwa Training - KikiTore,DS,2008,Misc,Benesse,0,0,0.01,0,0.01 +16138,Vanark,PS,1999,Shooter,Jaleco,0.01,0.01,0,0,0.01 +16139,Dragon's Dogma Online: Season 2,PS4,2016,Action,Capcom,0,0,0.01,0,0.01 +16140,Game Book DS: Sword World 2.0,DS,2009,Role-Playing,Broccoli,0,0,0.01,0,0.01 +16141,WTA Tour Tennis,XB,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.01 +16142,Norn + Nonette: Last Era,PSV,2015,Action,Idea Factory,0,0,0.01,0,0.01 +16143,BlazBlue: Calamity Trigger,PC,2010,Fighting,PQube,0,0.01,0,0,0.01 +16144,Furious Karting,XB,2003,Racing,Atari,0.01,0,0,0,0.01 +16145,WSC REAL 09: World Snooker Championship,PS3,2009,Sports,Deep Silver,0,0.01,0,0,0.01 +16146,Harry Potter and the Chamber of Secrets,PC,2002,Action,Electronic Arts,0,0.01,0,0,0.01 +16147,Pet Shop Monogatari DS 2,DS,2010,Simulation,Taito,0,0,0.01,0,0.01 +16148,Mystery Legends: Beauty and the Beast,PC,2012,Puzzle,Focus Multimedia,0,0.01,0,0,0.01 +16149,Fuuraiki 3,PSV,2015,Action,Unknown,0,0,0.01,0,0.01 +16150,Chokkan! Asonde Relaxuma,DS,2008,Action,Rocket Company,0,0,0.01,0,0.01 +16151,Hot Wheels: Stunt Track Challenge / World Race,GBA,2006,Racing,"Destination Software, Inc",0.01,0,0,0,0.01 +16152,Minna no Conveni,DS,2010,Simulation,Taito,0,0,0.01,0,0.01 +16153,Accel World: Kasoku no Chouten,PSP,2013,Adventure,Namco Bandai Games,0,0,0.01,0,0.01 +16154,SoulCalibur Legends (JP sales),Wii,2007,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16155,Izumo 2,PS2,2006,Adventure,GN Software,0,0,0.01,0,0.01 +16156,Entaku no Seito: Students of Round,X360,2011,Role-Playing,ChunSoft,0,0,0.01,0,0.01 +16157,Bratz: Forever Diamondz,PS2,2006,Adventure,THQ,0.01,0.01,0,0,0.01 +16158,Isshoni Gohan. Portable,PSP,2013,Adventure,Boost On,0,0,0.01,0,0.01 +16159,PC Engine Best Collention: Ginga Ojousama Densetsu Collection,PSP,2008,Adventure,Hudson Soft,0,0,0.01,0,0.01 +16160,King of Fighters 2002: Unlimited Match Tougeki Ver.,PS2,2010,Fighting,SNK Playmore,0,0,0.01,0,0.01 +16161,Monkey Madness: Island Escape,DS,2010,Action,Storm City Games,0.01,0,0,0,0.01 +16162,Malice,XB,2004,Platform,Evolved Games,0.01,0,0,0,0.01 +16163,Raven Squad: Operation Hidden Dagger,PC,2009,Shooter,Evolved Games,0.01,0,0,0,0.01 +16164,htoL#NiQ: The Firefly Diary,PSV,2014,Platform,Nippon Ichi Software,0,0,0.01,0,0.01 +16165,Tiger Woods PGA Tour 2005,PC,2004,Sports,Electronic Arts,0,0.01,0,0,0.01 +16166,Deus Ex,PC,2000,Role-Playing,Eidos Interactive,0,0.01,0,0,0.01 +16167,Rosario to Vampire: Tanabata no Miss Youkai Gakuen,DS,2008,Adventure,Capcom,0,0,0.01,0,0.01 +16168,Ouka Sengoku Portable,PSP,2012,Adventure,Alchemist,0,0,0.01,0,0.01 +16169,Smiley World: Island Challenge,DS,2009,Puzzle,Zoo Digital Publishing,0.01,0,0,0,0.01 +16170,Order Up!!,3DS,2011,Action,Funbox Media,0,0.01,0,0,0.01 +16171,Wallace & Gromit: Curse of the Were-Rabbit,XB,2005,Adventure,Konami Digital Entertainment,0.01,0,0,0,0.01 +16172,Hanayamata: Yosakoi Live,PSV,2014,Adventure,Namco Bandai Games,0,0,0.01,0,0.01 +16173,Shepherd's Crossing,PSP,2009,Simulation,Success,0,0,0.01,0,0.01 +16174,Dark Parables: The Exiled Prince,PC,2011,Puzzle,Unknown,0,0.01,0,0,0.01 +16175,Military History: Commander - Europe at War,DS,2009,Strategy,Slitherine Software,0,0.01,0,0,0.01 +16176,Tactics Layer: Ritina Guard Senki,DS,2009,Strategy,D3Publisher,0,0,0.01,0,0.01 +16177,We Sing 80s,Wii,2012,Misc,Nordic Games,0,0.01,0,0,0.01 +16178,Republique,PS4,2016,Action,Nippon Ichi Software,0,0.01,0.01,0,0.01 +16179,San-X Character Channel: All-Star Daishuugou!,DS,2008,Action,MTO,0,0,0.01,0,0.01 +16180,Rail Simulator,PC,2007,Simulation,Electronic Arts,0,0.01,0,0,0.01 +16181,Putty Squad,PS3,2013,Platform,System 3,0,0.01,0,0,0.01 +16182,Sega Golf Club: Miyazato San Kyoudai Naizou,PS3,2006,Sports,Sega,0,0,0.01,0,0.01 +16183,Rozen Maiden: Gebetgarten,PS2,2007,Fighting,Taito,0,0,0.01,0,0.01 +16184,Resistance Dual Pack,PS3,2011,Shooter,Sony Computer Entertainment,0,0.01,0,0,0.01 +16185,Princess Arthur,PSP,2013,Misc,Idea Factory,0,0,0.01,0,0.01 +16186,Sakura-Sou no Pet na Kanojo,PSP,2013,Adventure,Kadokawa Games,0,0,0.01,0,0.01 +16187,Fatal Fury: Battle Archives Volume 2 (JP sales),PS2,2007,Fighting,SNK Playmore,0,0,0.01,0,0.01 +16188,Tantei Jinguuji Saburo: Hai to Diamond,PSP,2009,Adventure,Arc System Works,0,0,0.01,0,0.01 +16189,BattleForge,PC,2009,Strategy,Electronic Arts,0,0.01,0,0,0.01 +16190,Jewel Quest II,PC,2007,Puzzle,Avanquest,0,0.01,0,0,0.01 +16191,Toro to Morimori,PS3,2009,Misc,Sony Computer Entertainment,0,0,0.01,0,0.01 +16192,Sonic & All-Stars Racing Transformed,PC,2013,Racing,Sega,0,0.01,0,0,0.01 +16193,Satisfashion,Wii,2010,Misc,Destineer,0.01,0,0,0,0.01 +16194,Homeworld Remastered Collection,PC,N/A,Strategy,N/A,0,0.01,0,0,0.01 +16195,Metal Slug Anthology,PS2,2007,Shooter,Ignition Entertainment,0,0,0.01,0,0.01 +16196,K-1 Grand Prix,PS,1999,Fighting,Jaleco,0.01,0.01,0,0,0.01 +16197,Shorts,DS,N/A,Platform,Unknown,0.01,0,0,0,0.01 +16198,Legoland,PC,1999,Action,LEGO Media,0,0.01,0,0,0.01 +16199,Rave Master: Special Attack Force!,GBA,2002,Fighting,Konami Digital Entertainment,0.01,0,0,0,0.01 +16200,Simple 2000 Series Vol. 120: The Saigo no Nippon Tsuwamono,PS2,2007,Strategy,D3Publisher,0,0,0.01,0,0.01 +16201,AKB1/48: Idol to Guam de Koishitara...,X360,N/A,Misc,N/A,0,0,0.01,0,0.01 +16202,Casper,GBA,2002,Adventure,Microids,0.01,0,0,0,0.01 +16203,Hyakka Yakou,PSV,2015,Action,Unknown,0,0,0.01,0,0.01 +16204,Adventure Time: The Secret of the Nameless,X360,2014,Adventure,Little Orbit,0.01,0,0,0,0.01 +16205,Hakuoki: Reimeiroku DS,DS,2012,Action,Idea Factory,0,0,0.01,0,0.01 +16206,Shin Hayarigami 2,PSV,2016,Adventure,Nippon Ichi Software,0,0,0.01,0,0.01 +16207,Ro-Kyu-Bu! Secret Photo Op,PSV,2014,Adventure,Kadokawa Games,0,0,0.01,0,0.01 +16208,Caladrius,X360,2013,Shooter,Moss,0,0,0.01,0,0.01 +16209,Who Wants to be a Millionaire: 2nd Edition,DS,2008,Misc,Ubisoft,0,0.01,0,0,0.01 +16210,Duel Love: Koisuru Otome wa Shouri no Megami,DS,2008,Adventure,Namco Bandai Games,0,0,0.01,0,0.01 +16211,Super Robot Monkey Team: Game Boy Advance Video Volume 1,GBA,2005,Misc,N/A,0.01,0,0,0,0.01 +16212,Freekstyle,GBA,2003,Racing,Zoo Digital Publishing,0.01,0,0,0,0.01 +16213,Groovin' Blocks,Wii,2009,Puzzle,Zoo Games,0.01,0,0,0,0.01 +16214,Tomoyo After: It's a Wonderful Life CS Edition,PS2,2007,Adventure,Prototype,0,0,0.01,0,0.01 +16215,Gardening Guide: How to get Green Fingers,DS,2009,Misc,Mindscape,0,0.01,0,0,0.01 +16216,Aa Megami-samaa,PS2,2007,Adventure,Marvelous Interactive,0,0,0.01,0,0.01 +16217,Bunmei Kaika: Aoiza Ibunroku Saien,PSP,2012,Action,FuRyu,0,0,0.01,0,0.01 +16218,Tsukigime Ranko's Longest Day,PS3,2014,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16219,Bakumatsu Rock,PSP,2014,Action,Marvelous Entertainment,0,0,0.01,0,0.01 +16220,Far East of Eden II: Manji Maru,DS,2006,Role-Playing,Hudson Soft,0,0,0.01,0,0.01 +16221,Family Jockey,Wii,2008,Sports,Namco Bandai Games,0,0,0.01,0,0.01 +16222,Thunder Alley,GBA,2004,Racing,XS Games,0.01,0,0,0,0.01 +16223,Dynasty Warriors: Eiketsuden,PS4,2016,Action,Tecmo Koei,0,0,0.01,0,0.01 +16224,Spider-Man: Friend or Foe,PC,2007,Action,Activision,0.01,0,0,0,0.01 +16225,Carmageddon: Max Damage,XOne,2016,Action,Stainless Games,0.01,0.01,0,0,0.01 +16226,Nyaruko-San: Nafushigatai Game no You na Mono,PSV,2013,Adventure,5pb,0,0,0.01,0,0.01 +16227,New Interpretation Stranger of Sword City,PSV,2016,Role-Playing,Experience Inc.,0,0,0.01,0,0.01 +16228,Soshite Kono Uchuu ni Kirameku Kimi no Shi XXX,PS2,2007,Adventure,Datam Polystar,0,0,0.01,0,0.01 +16229,Victory Spike,PS,1996,Sports,Imagineer,0,0,0.01,0,0.01 +16230,Sengoku Basara 2 Heroes,Wii,2007,Action,Capcom,0,0,0.01,0,0.01 +16231,Double Sequence: The Q-Virus Invasion,DS,2008,Puzzle,Zoo Digital Publishing,0.01,0,0,0,0.01 +16232,Brothers in Arms: Furious 4,X360,N/A,Shooter,N/A,0.01,0,0,0,0.01 +16233,Hi Hi Puffy AmiYumi: The Genie & the Amp,DS,2006,Action,D3Publisher,0.01,0,0,0,0.01 +16234,Densetsu no Yuusha no Densetsu: Legendary Saga,PSP,2010,Role-Playing,Kadokawa Shoten,0,0,0.01,0,0.01 +16235,Zero no Tsukaima: Maigo no Period to Ikusen no Symphony,PS2,2008,Adventure,Marvelous Interactive,0,0,0.01,0,0.01 +16236,Marvel: Ultimate Alliance,PC,2006,Role-Playing,Activision,0.01,0,0,0,0.01 +16237,Broken Sword 5: The Serpent's Curse,XOne,2015,Adventure,Revolution Software,0,0.01,0,0,0.01 +16238,Shitsuji ga Aruji o Erabu Toki,PSV,2016,Adventure,Unknown,0,0,0.01,0,0.01 +16239,Batman: A Telltale Game Series,PS3,2016,Adventure,Telltale Games,0,0.01,0,0,0.01 +16240,Hiiro no Kakera: Shin Tamayori Hime Denshou Portable,PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16241,Kao the Kangaroo,GBA,2001,Platform,Titus,0.01,0,0,0,0.01 +16242,Builder's Block,PS,1999,Strategy,EON Digital Entertainment,0.01,0,0,0,0.01 +16243,Seisou no Amazones,3DS,2013,Role-Playing,Arc System Works,0,0,0.01,0,0.01 +16244,Phantasy Star Online 2 Episode 4: Deluxe Package,PSV,2017,Role-Playing,Sega,0,0,0.01,0,0.01 +16245,F.E.A.R. Perseus Mandate,PC,2007,Shooter,Vivendi Games,0.01,0,0,0,0.01 +16246,Mahjong Taikai IV,PS3,2006,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16247,Valentino Rossi: The Game,PC,2016,Racing,Namco Bandai Games,0,0.01,0,0,0.01 +16248,FlatOut: Ultimate Carnage,PC,2008,Racing,Empire Interactive,0,0.01,0,0,0.01 +16249,Agarest Senki: Re-appearance,PS3,N/A,Role-Playing,Idea Factory,0,0,0.01,0,0.01 +16250,Ultraman Fighting Evolution 0,PSP,2006,Fighting,Banpresto,0,0,0.01,0,0.01 +16251,Gokuhou!! Mecha Mote Iinchou: Girls Motekawa Box,DS,2009,Simulation,Konami Digital Entertainment,0,0,0.01,0,0.01 +16252,Aquaman: Battle for Atlantis,GC,2003,Action,TDK Mediactive,0.01,0,0,0,0.01 +16253,Strider (2014),PS3,2014,Platform,Capcom,0,0,0.01,0,0.01 +16254,Jinsei Game Q DS: Shouwa no Dekigoto,DS,2007,Misc,Takara Tomy,0,0,0.01,0,0.01 +16255,The Book of Unwritten Tales 2,WiiU,2016,Adventure,Nordic Games,0,0.01,0,0,0.01 +16256,Doraemon Wii: Himitsu Douguou Ketteisen!,Wii,2007,Misc,Sega,0,0,0.01,0,0.01 +16257,Goku Makaimura Kai,PSP,2007,Platform,Capcom,0,0,0.01,0,0.01 +16258,No Fate! Only the Power of Will,X360,2010,Adventure,Alchemist,0,0,0.01,0,0.01 +16259,Conflict: Denied Ops,PC,2008,Shooter,Eidos Interactive,0,0.01,0,0,0.01 +16260,Makai Senki Disgaea 3 Append Disc: Raspberyl-hen Hajime Mashita,PS3,2009,Role-Playing,Nippon Ichi Software,0,0,0.01,0,0.01 +16261,Championship Manager 2010,PC,2009,Sports,Eidos Interactive,0,0.01,0,0,0.01 +16262,Simple DS Series Vol. 41: The Bakudan Shori-Han,DS,2008,Action,D3Publisher,0,0,0.01,0,0.01 +16263,Paragon,PS4,2016,Action,Epic Games,0.01,0,0,0,0.01 +16264,Naxat Soft Reachmania Vol. 1: CR Galaxy Angel,PS2,2008,Misc,Naxat Soft,0,0,0.01,0,0.01 +16265,"Hanayaka Kana, Ware ga Ichizoku",PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16266,Mamoru-kun wa Norowarete Shimatta!,X360,2009,Shooter,G.Rev,0,0,0.01,0,0.01 +16267,Sengoku Hime 2 Arashi: Hyakubana Senran Tatsukaze no Gotoku,PSP,2010,Strategy,System Soft,0,0,0.01,0,0.01 +16268,Myself; Yourself,PS2,2007,Adventure,Yeti,0,0,0.01,0,0.01 +16269,Kurogane Kaikitan,PSV,2015,Adventure,Minato Station,0,0,0.01,0,0.01 +16270,Starry ? Sky: After Autumn,PSP,2011,Misc,Aqua Plus,0,0,0.01,0,0.01 +16271,Dokuro,PSV,2012,Action,GungHo,0,0,0.01,0,0.01 +16272,Slide Adventure: Mag Kid,DS,2007,Action,Nintendo,0,0,0.01,0,0.01 +16273,Smuggler's Run,GBA,2002,Racing,Rebellion,0.01,0,0,0,0.01 +16274,The Humans: Meet the Ancestors!,DS,2009,Puzzle,Deep Silver,0.01,0,0,0,0.01 +16275,Chaos;Head Noah,PSV,2014,Adventure,5pb,0,0,0.01,0,0.01 +16276,Battlestations: Midway,PC,2007,Strategy,Eidos Interactive,0,0.01,0,0,0.01 +16277,Farming Simulator 15 Expansion Pack,PC,2015,Action,Focus Home Interactive,0,0.01,0,0,0.01 +16278,Jan Sangoku Musou,PS2,2006,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16279,Assetto Corsa,XOne,2016,Racing,505 Games,0,0.01,0,0,0.01 +16280,Kono Aozora ni Yakusoku o: Melody of the Sun and Sea,PS2,2007,Adventure,Alchemist,0,0,0.01,0,0.01 +16281,Monster Bomber,DS,2006,Puzzle,505 Games,0.01,0,0,0,0.01 +16282,Rakushou! Pachi-Slot Sengen 6: Rio 2 Cruising Vanadis,PS2,2009,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16283,Fatal Fury: Battle Archives Volume 1 (JP sales),PS2,2006,Fighting,Ignition Entertainment,0,0,0.01,0,0.01 +16284,CT Special Forces 2: Back in the Trenches,GBA,2003,Shooter,LSP Games,0.01,0,0,0,0.01 +16285,Kamaitachi no Yoru 2: Tokubetsu Hen,PSP,2006,Adventure,ChunSoft,0,0,0.01,0,0.01 +16286,The Chronicles of Riddick: Assault on Dark Athena,PC,2009,Shooter,Vivendi Games,0,0.01,0,0,0.01 +16287,The Ultimate Battle of the Sexes,Wii,2010,Misc,DTP Entertainment,0.01,0.01,0,0,0.01 +16288,Root Double: Before Crime After Days,X360,2012,Action,Yeti,0,0,0.01,0,0.01 +16289,War for the Overworld,PC,2015,Strategy,Unknown,0,0.01,0,0,0.01 +16290,TimeShift,PC,2007,Shooter,Vivendi Games,0.01,0,0,0,0.01 +16291,ef - a fairy tale of the two.,PS2,2010,Adventure,Comfort,0,0,0.01,0,0.01 +16292,The Train Giant,PC,2012,Strategy,Ascaron Entertainment,0,0.01,0,0,0.01 +16293,Sangoku Koi Senki: Omoide Gaeshi - CS Edition,PSV,2016,Adventure,Prototype,0,0,0.01,0,0.01 +16294,FairlyLife: MiracleDays,PSP,2010,Adventure,Piacci,0,0,0.01,0,0.01 +16295,Surf's Up,GC,2007,Sports,Ubisoft,0.01,0,0,0,0.01 +16296,Jambo! Safari Animal Rescue,DS,2009,Simulation,Sega,0.01,0,0,0,0.01 +16297,Death Connection Portable,PSP,2011,Adventure,Idea Factory,0,0,0.01,0,0.01 +16298,Rainbow Islands: Revolution,PSP,2005,Action,Rising Star Games,0.01,0,0,0,0.01 +16299,Legend of Kay Anniversary,WiiU,2015,Action,Nordic Games,0,0.01,0,0,0.01 +16300,Rakushou! Pachi-Slot Sengen 4,PS2,2006,Misc,Tecmo Koei,0,0,0.01,0,0.01 +16301,Nitroplus Blasterz: Heroines Infinite Duel,PS3,2015,Fighting,Nitroplus,0,0,0.01,0,0.01 +16302,Moe Moe 2-Ji Daisenryaku 2,PSP,2010,Strategy,System Soft,0,0,0.01,0,0.01 +16303,Tsuyo Kiss 3 Portable,PSP,2012,Action,NetRevo,0,0,0.01,0,0.01 +16304,Fireman Sam: Action Stations,DS,2013,Action,Avanquest Software,0,0.01,0,0,0.01 +16305,Tetris Ultimate,PSV,2014,Puzzle,Ubisoft,0,0.01,0,0,0.01 +16306,Durarara!! Relay,PSV,2015,Action,Kadokawa Games,0,0,0.01,0,0.01 +16307,Moto Racer Advance,GBA,2002,Racing,Ubisoft,0.01,0,0,0,0.01 +16308,Duel Masters: Shadow of the Code,GBA,2004,Misc,Atari,0.01,0,0,0,0.01 +16309,Full Auto 2: Battlelines,PSP,2007,Racing,Sega,0,0.01,0,0,0.01 +16310,Freaky Flyers,GC,N/A,Racing,Unknown,0.01,0,0,0,0.01 +16311,Army Men: Air Combat - The Elite Missions,GC,2003,Shooter,3DO,0.01,0,0,0,0.01 +16312,Rally Championship,GC,2003,Racing,SCi,0.01,0,0,0,0.01 +16313,Happy Dance Collection,Wii,2008,Misc,Namco Bandai Games,0,0,0.01,0,0.01 +16314,Space Hulk,PSV,2015,Strategy,Funbox Media,0,0.01,0,0,0.01 +16315,Fuun Shinsengumi Bakumatsuden Portable,PSP,2009,Action,From Software,0.01,0,0,0,0.01 +16316,Musou Tourou,PSP,2009,Strategy,Nippon Ichi Software,0,0,0.01,0,0.01 +16317,Really? Really! DS,DS,2009,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16318,Gakuen Hetalia,DS,2012,Adventure,Idea Factory,0,0,0.01,0,0.01 +16319,Daiya no Kuni no Alice: Wonderful Mirror World,PSP,2013,Adventure,Quinrose,0,0,0.01,0,0.01 +16320,Touch Detective 3: Does Funghi Dream of Bananas?,3DS,2014,Adventure,Success,0,0,0.01,0,0.01 +16321,Dungeon Explorer: Warriors of Ancient Arts,PSP,2007,Role-Playing,Rising Star Games,0.01,0,0,0,0.01 +16322,Period Cube: Torikago no Amadeus,PSV,2016,Action,Idea Factory,0,0,0.01,0,0.01 +16323,Tringo,GBA,2006,Puzzle,Liquid Games,0.01,0,0,0,0.01 +16324,Jam Sessions: Sing and Play Guitar (jp sales),DS,2007,Misc,Ubisoft,0,0,0.01,0,0.01 +16325,Binary Star,PSV,2014,Adventure,Idea Factory,0,0,0.01,0,0.01 +16326,MXGP 2,PC,2016,Racing,Milestone S.r.l.,0,0.01,0,0,0.01 +16327,Professional Farmer 2016,PSV,2015,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16328,RalliSport Challenge(JP sales),XB,2002,Racing,Microsoft Game Studios,0,0,0.01,0,0.01 +16329,Dragon Quest X: All in One Package,WiiU,2015,Role-Playing,Square Enix,0,0,0.01,0,0.01 +16330,Inversion,PC,N/A,Shooter,Namco Bandai Games,0.01,0,0,0,0.01 +16331,Wedding Planner: Dream Weddings Guaranteed,DS,2010,Simulation,DTP Entertainment,0,0.01,0,0,0.01 +16332,Element Hunter,DS,2009,Role-Playing,Namco Bandai Games,0,0,0.01,0,0.01 +16333,Ultraman Fighting Evolution 3,PS2,2004,Fighting,Banpresto,0,0,0.01,0,0.01 +16334,Rondo of Swords (jp sales),DS,2007,Role-Playing,Success,0,0,0.01,0,0.01 +16335,The Eye of Judgment: Legends,PSP,2010,Strategy,Sony Computer Entertainment,0,0,0.01,0,0.01 +16336,Chaos;Child,PS4,2015,Adventure,5pb,0,0,0.01,0,0.01 +16337,Greg Hastings' Tournament Paintball Max'd,PS2,2006,Shooter,Activision,0.01,0,0,0,0.01 +16338,Whac-A-Mole,GBA,2005,Puzzle,Zoo Digital Publishing,0.01,0,0,0,0.01 +16339,Nakayoshi All-Stars: Mezase Gakuen Idol,DS,2008,Misc,Creative Core,0,0,0.01,0,0.01 +16340,Shinseiki Evangelion: Koutetsu no Girlfriend Tokubetsu-Hen Portable,PSP,2009,Adventure,CyberFront,0,0,0.01,0,0.01 +16341,Fullmetal Alchemist: Prince of the Dawn,Wii,2009,Adventure,Square Enix,0,0,0.01,0,0.01 +16342,Command & Conquer Renegade,PC,2002,Shooter,Electronic Arts,0,0.01,0,0,0.01 +16343,Grooverider: Slot Car Thunder,GC,2003,Racing,Encore,0.01,0,0,0,0.01 +16344,H2O+: Footprints in the Sand,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16345,Fashionable Puppy: Oshare na Koinu DS,DS,2007,Simulation,MTO,0,0,0.01,0,0.01 +16346,Sekirei: Mirai Kara no Okurimono,PS2,2009,Adventure,Alchemist,0,0,0.01,0,0.01 +16347,Cities: Skylines Snowfall,PC,2016,Simulation,Paradox Development,0,0.01,0,0,0.01 +16348,Ultimate Board Game Collection,PS2,2006,Misc,Xplosiv,0.01,0,0,0,0.01 +16349,Dinotopia: The Sunstone Odyssey,XB,2003,Action,TDK Mediactive,0.01,0,0,0,0.01 +16350,Idol Janshi Suchie-Pai IV,PS2,2007,Misc,Jaleco,0,0,0.01,0,0.01 +16351,Dungeons & Dragons: Neverwinter Nights - Complete,PC,2011,Misc,Atari,0.01,0,0,0,0.01 +16352,Natsuzora no Monologue,PSP,2013,Adventure,Otomate,0,0,0.01,0,0.01 +16353,Kenka Banchou Portable,PSP,2009,Action,Spike,0,0,0.01,0,0.01 +16354,World Snooker Challenge 2005,PSP,2005,Sports,Sega,0,0.01,0,0,0.01 +16355,Juiced 2: Hot Import Nights,PC,2007,Racing,THQ,0,0.01,0,0,0.01 +16356,G1 Jockey 4 2008,PS3,2008,Sports,Tecmo Koei,0,0.01,0,0,0.01 +16357,Monster Jam,PC,2007,Racing,Activision,0.01,0,0,0,0.01 +16358,Icewind Dale II,PC,2002,Role-Playing,Interplay,0,0.01,0,0,0.01 +16359,The Amazing Spider-Man (DS & Mobile Versions),PSP,2009,Action,Eidos Interactive,0,0.01,0,0,0.01 +16360,Mario vs. Donkey Kong: Tipping Stars,WiiU,2015,Puzzle,Nintendo,0,0,0.01,0,0.01 +16361,Ishin Renka: Ryouma Gaiden,PSP,2010,Adventure,D3Publisher,0,0,0.01,0,0.01 +16362,NHL 2K7,XB,2006,Sports,Take-Two Interactive,0.01,0,0,0,0.01 +16363,Shirahana no Ori: Hiiro no Kakera 4 - Shiki no Uta,PSP,2013,Adventure,Idea Factory,0,0,0.01,0,0.01 +16364,Act of Aggression,PC,2015,Strategy,Focus Home Interactive,0,0.01,0,0,0.01 +16365,Powerdrome,XB,2004,Racing,Evolved Games,0.01,0,0,0,0.01 +16366,Fallout Anthology,PC,2015,Action,Bethesda Softworks,0,0.01,0,0,0.01 +16367,Tropico 3: Gold Edition,PC,2010,Strategy,Kalypso Media,0,0.01,0,0,0.01 +16368,Survivor,Wii,2010,Adventure,Valcon Games,0.01,0,0,0,0.01 +16369,Hakuouki: Shinsengumi Kitan,PS3,N/A,Adventure,Unknown,0.01,0,0,0,0.01 +16370,Dance with Devils,PSV,2016,Action,N/A,0,0,0.01,0,0.01 +16371,Wand of Fortune,PS2,2009,Adventure,Idea Factory,0,0,0.01,0,0.01 +16372,Arabians Lost: The Engagement on Desert,PSP,2012,Adventure,Quinrose,0,0,0.01,0,0.01 +16373,Gobliiins 4,PC,2009,Adventure,Kalypso Media,0,0.01,0,0,0.01 +16374,S.Y.K: Shinsetsu Saiyuuki Portable,PSP,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16375,"Crouching Tiger, Hidden Dragon",XB,2003,Action,Ubisoft,0.01,0,0,0,0.01 +16376,Meru Purana,PS,1996,Strategy,Gust,0,0,0.01,0,0.01 +16377,Cross Edge Dash,X360,2009,Role-Playing,Compile Heart,0,0,0.01,0,0.01 +16378,Colin McRae Rally 04,PC,2004,Racing,Codemasters,0,0.01,0,0,0.01 +16379,Super Bubble Pop,XB,2002,Puzzle,Jaleco,0.01,0,0,0,0.01 +16380,Fullmetal Alchemist: Trading Card Game,DS,2007,Misc,Destineer,0.01,0,0,0,0.01 +16381,Luxor: Pharaoh's Challenge,DS,2007,Puzzle,Funsta,0,0.01,0,0,0.01 +16382,Grand Prix Legends,PC,1997,Racing,Vivendi Games,0,0.01,0,0,0.01 +16383,Fate/kaleid liner Prisma Illya,3DS,2014,Action,Kadokawa Games,0,0,0.01,0,0.01 +16384,Hoshigami: Ruining Blue Earth Remix,DS,2007,Role-Playing,505 Games,0,0,0.01,0,0.01 +16385,Akatsuki no Amaneka to Aoi Kyojin,PSP,2010,Strategy,CyberFront,0,0,0.01,0,0.01 +16386,Pilot Academy,PSP,2006,Simulation,Rising Star Games,0,0.01,0,0,0.01 +16387,Poker for Dummies,PC,2008,Misc,Electronic Arts,0,0.01,0,0,0.01 +16388,John Daly's ProStroke Golf,X360,2010,Sports,O-Games,0.01,0,0,0,0.01 +16389,TrackMania Turbo,PC,2016,Action,Ubisoft,0,0.01,0,0,0.01 +16390,Darkened Skye,GC,2002,Adventure,TDK Mediactive,0.01,0,0,0,0.01 +16391,Sakura-Sou no Pet na Kanojo,PSV,2013,Adventure,Kadokawa Games,0,0,0.01,0,0.01 +16392,WSC REAL 09: World Snooker Championship,X360,2009,Sports,Deep Silver,0,0.01,0,0,0.01 +16393,World Snooker Championship 2007,X360,2007,Sports,Sega,0,0.01,0,0,0.01 +16394,Handball 16,X360,2015,Sports,Bigben Interactive,0,0.01,0,0,0.01 +16395,Wand of Fortune: Mirai e no Prologue,PS2,2010,Adventure,Idea Factory,0,0,0.01,0,0.01 +16396,Alone in the Dark,PC,2008,Adventure,Atari,0,0.01,0,0,0.01 +16397,Nova Usagi no Game de Ryuugaku!? DS,DS,2007,Misc,Konami Digital Entertainment,0,0,0.01,0,0.01 +16398,LMA Manager 2007,X360,2006,Sports,Codemasters,0,0.01,0,0,0.01 +16399,San-X: Chara Sagashi Land,DS,2007,Action,MTO,0,0,0.01,0,0.01 +16400,Heart no Kuni no Alice,PSP,2009,Adventure,Prototype,0,0,0.01,0,0.01 +16401,Petz: Hamsterz Life 2,GBA,2007,Misc,Ubisoft,0.01,0,0,0,0.01 +16402,The Technomancer,PC,2016,Role-Playing,Focus Home Interactive,0,0.01,0,0,0.01 +16403,Pro Evolution Soccer 2010,PC,2009,Sports,Konami Digital Entertainment,0,0.01,0,0,0.01 +16404,Memories Off,PSP,2008,Adventure,5pb,0,0,0.01,0,0.01 +16405,Tenchu San Portable,PSP,2009,Action,From Software,0,0,0.01,0,0.01 +16406,Ratchet & Clank: Full Frontal Assault,PSV,2012,Adventure,Sony Computer Entertainment,0.01,0,0,0,0.01 +16407,Vitamin X,PS2,2007,Adventure,D3Publisher,0,0,0.01,0,0.01 +16408,The Wild West,DS,2007,Action,Majesco Entertainment,0.01,0,0,0,0.01 +16409,The Amazing Spider-Man 2 (2014),PC,2014,Action,Activision,0,0.01,0,0,0.01 +16410,Saint Seiya Omega: Ultimate Cosmo,PSP,2012,Fighting,Namco Bandai Games,0,0,0.01,0,0.01 +16411,Sega Rally Revo,PC,2007,Racing,Sega,0,0.01,0,0,0.01 +16412,"Element Girl: Love, Fashion and Friends",DS,2008,Adventure,DTP Entertainment,0,0.01,0,0,0.01 +16413,"Sakigake!! Otokojuku - Nihon yo, Kore ga Otoko Dearu!",PS3,2014,Fighting,Namco Bandai Games,0,0,0.01,0,0.01 +16414,Teenage Mutant Ninja Turtles (3DS),3DS,2013,Action,Activision,0.01,0,0,0,0.01 +16415,Time Leap,X360,2009,Adventure,Prototype,0,0,0.01,0,0.01 +16416,The Godfather (JP sales),X360,2006,Action,Electronic Arts,0,0,0.01,0,0.01 +16417,thinkSMART: Chess for Kids,DS,2011,Misc,Mentor Interactive,0.01,0,0,0,0.01 +16418,World Heroes Anthology,PS2,2007,Fighting,Ignition Entertainment,0,0,0.01,0,0.01 +16419,Chaos;Child,PS3,2015,Adventure,5pb,0,0,0.01,0,0.01 +16420,th!nk Logic Trainer,Wii,2009,Puzzle,Conspiracy Entertainment,0.01,0,0,0,0.01 +16421,"Tennis no Oji-Sama: Doubles no Oji-Sama - Boys, Be Glorious!",DS,2009,Sports,Konami Digital Entertainment,0,0,0.01,0,0.01 +16422,Routes PE,PS2,2007,Adventure,Aqua Plus,0,0,0.01,0,0.01 +16423,Winning Eleven: Pro Evolution Soccer 2007,PC,2006,Sports,Konami Digital Entertainment,0,0.01,0,0,0.01 +16424,Uchida Yasuou Mystery: Meitantei Senken Mitsuhiko Series: Fukutoshin Renzoku Satsujin Jiken,DS,2009,Adventure,D3Publisher,0,0,0.01,0,0.01 +16425,Railfan,PS3,2006,Simulation,Ongakukan,0,0,0.01,0,0.01 +16426,SoniPro,3DS,2014,Adventure,imageepoch Inc.,0,0,0.01,0,0.01 +16427,Real Crimes: The Unicorn Killer,DS,2011,Puzzle,Unknown,0,0.01,0,0,0.01 +16428,Akatsuki no Goei Trinity,PSP,2012,Adventure,5pb,0,0,0.01,0,0.01 +16429,ESPN NBA 2Night 2002,XB,2002,Sports,Konami Digital Entertainment,0.01,0,0,0,0.01 +16430,Virtua Quest,GC,N/A,Role-Playing,Unknown,0.01,0,0,0,0.01 +16431,Aladdin Magic Racer,Wii,2011,Racing,Big Ben Interactive,0.01,0,0,0,0.01 +16432,Goat Simulator,XOne,2016,Simulation,Koch Media,0,0.01,0,0,0.01 +16433,Golden Time: Vivid Memories,PSV,2014,Adventure,ASCII Media Works,0,0,0.01,0,0.01 +16434,Kamigami no Asobi InFinite,PSV,2016,Adventure,Broccoli,0,0,0.01,0,0.01 +16435,Shinseiki Evangelion: Koutetsu no Girlfriend 2nd Portable,PSP,2009,Adventure,CyberFront,0,0,0.01,0,0.01 +16436,Clive Barker's Jericho,PC,2007,Shooter,Codemasters,0,0.01,0,0,0.01 +16437,Tenjin Ranman: Happy GO Lucky!!,PSP,2010,Adventure,Russel,0,0,0.01,0,0.01 +16438,Getsuei Gakuen: kou,PSV,2013,Adventure,Arc System Works,0,0,0.01,0,0.01 +16439,Worms 2,PC,1997,Strategy,Microprose,0,0.01,0,0,0.01 +16440,The Cages: Pro Style Batting Practice,Wii,2010,Sports,Konami Digital Entertainment,0.01,0,0,0,0.01 +16441,Brothers Conflict: Precious Baby,PSV,2017,Action,Idea Factory,0,0,0.01,0,0.01 +16442,Shin Sangoku Musou 4 Special,X360,2005,Action,Tecmo Koei,0,0,0.01,0,0.01 +16443,Bullet Soul: Tama Tamashii,X360,2011,Shooter,5pb,0,0,0.01,0,0.01 +16444,G1 Jockey 4 2007,PS2,2007,Sports,Tecmo Koei,0,0,0.01,0,0.01 +16445,Colin McRae Rally 2005 plus,PSP,2005,Racing,Codemasters,0,0,0.01,0,0.01 +16446,Heart no Kuni no Alice: Wonderful Twin World,PSP,2014,Adventure,Quinrose,0,0,0.01,0,0.01 +16447,Madagascar: Escape 2 Africa,PC,2008,Action,Activision,0.01,0,0,0,0.01 +16448,Wade Hixton's Counter Punch,GBA,2004,Sports,"Destination Software, Inc",0.01,0,0,0,0.01 +16449,Junjou Romanchika: Koi no Doki Doki Daisakusen,PS2,2008,Adventure,Marvelous Interactive,0,0,0.01,0,0.01 +16450,Legacy of Kain: Defiance,PC,2003,Action,Eidos Interactive,0,0.01,0,0,0.01 +16451,Assassin's Creed Chronicles,XOne,2016,Action,Ubisoft,0,0.01,0,0,0.01 +16452,King's Bounty: Armored Princess,PC,2009,Role-Playing,1C Company,0,0.01,0,0,0.01 +16453,Hyperdimension Neptunia mk2,PS3,2011,Action,Nippon Ichi Software,0,0.01,0,0,0.01 +16454,Shin Koihime Musou: Otome Taisen * Sangokushi Engi,PS3,2014,Adventure,Views,0,0,0.01,0,0.01 +16455,Rugby League Live 3,XOne,2015,Action,Tru Blu Entertainment,0,0.01,0,0,0.01 +16456,Winx Club: Saving Alfea,3DS,2014,Action,Namco Bandai Games,0,0.01,0,0,0.01 +16457,Heart no Kuni no Alice,PS2,2008,Adventure,Prototype,0,0,0.01,0,0.01 +16458,Shijyou Saikyou no Deshi Kenichi: Gekitou! Ragnarok Hachikengou,PS2,2007,Fighting,Capcom,0,0,0.01,0,0.01 +16459,Art Academy: Home Studio,WiiU,2015,Misc,Nintendo,0,0,0.01,0,0.01 +16460,Juggler DS,DS,2008,Misc,Commseed,0,0,0.01,0,0.01 +16461,Katekyoo Hitman Reborn! Kindan no Yami no Delta,Wii,2008,Action,Marvelous Interactive,0,0,0.01,0,0.01 +16462,Rugby World Cup 2015,PC,2015,Sports,Ubisoft,0,0.01,0,0,0.01 +16463,"Horse Life 4: My Horse, My Friend, My Champion",3DS,2015,Action,Unknown,0,0.01,0,0,0.01 +16464,Razor Freestyle Scooter,GBA,2001,Sports,Ubisoft,0.01,0,0,0,0.01 +16465,Outdoors Unleashed: Alaska 3D,3DS,2011,Sports,Mastiff,0.01,0,0,0,0.01 +16466,Vitamin Y,DS,2008,Adventure,D3Publisher,0,0,0.01,0,0.01 +16467,Egg Mania: Eggstreme Madness,GC,2002,Puzzle,Kemco,0.01,0,0,0,0.01 +16468,Help Wanted: 50 Wacky Jobs (jp sales),Wii,2008,Simulation,Hudson Soft,0,0.01,0.01,0,0.01 +16469,Magicians Academy,PS2,2007,Role-Playing,Enterbrain,0,0,0.01,0,0.01 +16470,Memories Off #5: Togireta Film,PSP,2009,Adventure,5pb,0,0,0.01,0,0.01 +16471,Exstetra,3DS,2013,Role-Playing,FuRyu,0,0,0.01,0,0.01 +16472,Lucian Bee's: Resurrection Supernova,PS2,2009,Adventure,5pb,0,0,0.01,0,0.01 +16473,Amnesia Later,PSV,2014,Misc,Idea Factory,0,0,0.01,0,0.01 +16474,MotoGP 15,X360,2015,Racing,Milestone S.r.l.,0,0.01,0,0,0.01 +16475,Azure Striker Gunvolt: Striker Pack,3DS,2016,Action,Inti Creates,0,0,0.01,0,0.01 +16476,Captain Rainbow,Wii,2008,Adventure,Nintendo,0,0,0.01,0,0.01 +16477,Total War Attila: Tyrants & Kings,PC,2016,Strategy,Koch Media,0,0.01,0,0,0.01 +16478,Space Raiders,GC,2003,Shooter,Taito,0.01,0,0,0,0.01 +16479,DoDonPachi Daifukkatsu: Black Label,X360,2011,Shooter,Cave,0,0,0.01,0,0.01 +16480,"Shinobi, Koi Utsutsu: Setsugetsuka Koi Emaki",PSV,2015,Action,Idea Factory,0,0,0.01,0,0.01 +16481,Ishin no Arashi: Shippuu Ryuumeden,DS,2010,Strategy,Tecmo Koei,0,0,0.01,0,0.01 +16482,Agatha Christie: Peril at End House,PC,2009,Adventure,JoWood Productions,0,0.01,0,0,0.01 +16483,Muv-Luv Alternative,PS3,2012,Simulation,5pb,0,0,0.01,0,0.01 +16484,Dengeki Gakuen RPG: Cross of Venus Special,DS,2011,Role-Playing,ASCII Media Works,0,0,0.01,0,0.01 +16485,Dragon Ball Z for Kinect,X360,2012,Fighting,Namco Bandai Games,0.01,0,0,0,0.01 +16486,Hospital Tycoon,PC,2007,Strategy,Codemasters,0,0.01,0,0,0.01 +16487,Smart Boy's Winter Wonderland,DS,2008,Misc,UFO Interactive,0.01,0,0,0,0.01 +16488,Koi Sentai Love & Peace the P.S.P: Power Zenkai! Special Youso Tenkomori de Portable Ka Daisakusen de Aru!,PSP,2012,Action,Broccoli,0,0,0.01,0,0.01 +16489,Case Closed: One Truth Prevails,Wii,2007,Adventure,Nobilis,0,0,0.01,0,0.01 +16490,Slotter Mania P: Tetsuya Shinjuku vs Ueno,PSP,2010,Misc,Dorart,0,0,0.01,0,0.01 +16491,Bomberman,Wii,2008,Puzzle,Hudson Entertainment,0,0,0.01,0,0.01 +16492,Micro Machines V4,PS2,2006,Racing,Codemasters,0.01,0,0,0,0.01 +16493,SBK Superbike World Championship,PSP,2008,Racing,Black Bean Games,0.01,0,0,0,0.01 +16494,Summer Athletics,PC,2008,Sports,DTP Entertainment,0,0.01,0,0,0.01 +16495,Daito Giken Koushiki Pachi-Slot Simulator: 24 - Twenty-Four,PS2,2008,Misc,Paon,0,0,0.01,0,0.01 +16496,The Smurfs,3DS,N/A,Action,Unknown,0,0.01,0,0,0.01 +16497,Legends of Oz: Dorothy's Return,3DS,2014,Puzzle,N/A,0,0.01,0,0,0.01 +16498,Unending Bloody Call,PSP,2012,Action,Asgard,0,0,0.01,0,0.01 +16499,Shutsugeki! Otometachi no Senjou 2: Ikusabana no Kizuna,PSP,2011,Strategy,System Soft,0,0,0.01,0,0.01 +16500,Snood 2: On Vacation,GBA,2005,Puzzle,Zoo Digital Publishing,0.01,0,0,0,0.01 +16501,The Land Before Time: Into the Mysterious Beyond,GBA,2006,Platform,Game Factory,0.01,0,0,0,0.01 +16502,Irotoridori no Sekai: World's End Re-Birth,PSV,2015,Action,HuneX,0,0,0.01,0,0.01 +16503,Satomi Hakkenden: Hachi Tamanoki,PSP,2014,Adventure,Quinrose,0,0,0.01,0,0.01 +16504,"Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)",PC,2010,Shooter,Activision,0.01,0,0,0,0.01 +16505,Naraku no Shiro,PS2,2008,Adventure,Nippon Ichi Software,0,0,0.01,0,0.01 +16506,Shinigami to Shoujo,PSP,2011,Adventure,Takuyo,0,0,0.01,0,0.01 +16507,Mystereet,PS2,2006,Adventure,Yeti,0,0,0.01,0,0.01 +16508,Rabbids Invasion: The Interactive TV Show,XOne,2014,Misc,Ubisoft,0,0.01,0,0,0.01 +16509,Samurai Shodown: Warrios Rage,PS,1999,Fighting,SNK,0.01,0,0,0,0.01 +16510,Romeo Vs. Juliet,PSP,2013,Adventure,Quinrose,0,0,0.01,0,0.01 +16511,The Rise of the Argonauts,PC,2008,Role-Playing,Codemasters,0,0.01,0,0,0.01 +16512,Trine,PC,2009,Action,Nobilis,0,0.01,0,0,0.01 +16513,Palais de Reine,PS2,2007,Strategy,Interchannel-Holon,0,0,0.01,0,0.01 +16514,Pony Friends 2,PC,2009,Simulation,Eidos Interactive,0,0.01,0,0,0.01 +16515,Balloon Pop 2,3DS,2012,Puzzle,UFO Interactive,0.01,0,0,0,0.01 +16516,Deal or No Deal,PC,2006,Misc,Focus Home Interactive,0,0.01,0,0,0.01 +16517,National Geographic Panda (JP sales),DS,2008,Simulation,Ubisoft,0,0,0.01,0,0.01 +16518,Knights in the Nightmare: DHE Series Special Pack,DS,2008,Role-Playing,Sting,0,0,0.01,0,0.01 +16519,DJ Max Technika Tune,PSV,2012,Misc,CyberFront,0,0,0.01,0,0.01 +16520,Teenage Mutant Ninja Turtles,Wii,2007,Action,Konami Digital Entertainment,0,0.01,0,0,0.01 +16521,Crossroad Crisis,PS,2000,Puzzle,Success,0.01,0,0,0,0.01 +16522,Bakumatsu Rock: Ultra Soul,PSP,2014,Misc,Marvelous Interactive,0,0,0.01,0,0.01 +16523,Tengai Makyo: Dai Yon no Mokushiroku,PSP,2006,Role-Playing,Hudson Soft,0,0,0.01,0,0.01 +16524,Akatsuki no Goei Trinity,PS3,2012,Adventure,5pb,0,0,0.01,0,0.01 +16525,Karnaaj Rally,GBA,2003,Racing,Jaleco,0.01,0,0,0,0.01 +16526,Style Book: Cinnamoroll,DS,2006,Misc,Namco Bandai Games,0,0,0.01,0,0.01 +16527,Shirogane no Soleil: Contract to the Future - Mirai e no Keiyaku,PS2,2008,Adventure,Russel,0,0,0.01,0,0.01 +16528,Blazer Drive,DS,2008,Role-Playing,Sega,0,0,0.01,0,0.01 +16529,Onigokko! Portable,PSP,2013,Adventure,Alchemist,0,0,0.01,0,0.01 +16530,Hoshizora no Comic Garden,DS,2008,Adventure,D3Publisher,0,0,0.01,0,0.01 +16531,Kiniro no Corda 3,3DS,2015,Adventure,Tecmo Koei,0,0,0.01,0,0.01 +16532,Hirameki Action: Chibikko Wagyan no Daiki na Bouken,DS,2009,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16533,Sébastien Loeb Rally Evo,XOne,2016,Racing,Milestone S.r.l,0,0.01,0,0,0.01 +16534,Hitman (2016),XOne,2016,Action,Square Enix,0,0.01,0,0,0.01 +16535,STORM: Frontline Nation,PC,2011,Strategy,Unknown,0,0.01,0,0,0.01 +16536,Metal Gear Solid HD Edition,X360,2011,Action,Konami Digital Entertainment,0,0,0.01,0,0.01 +16537,Time Travelers,PSP,2012,Adventure,Level 5,0,0,0.01,0,0.01 +16538,Mushi Bugyou,3DS,2013,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16539,Patrician IV: Gold Edition,PC,2011,Misc,Kalypso Media,0,0.01,0,0,0.01 +16540,Transformers: Fall of Cybertron,PC,2012,Action,Activision,0.01,0,0,0,0.01 +16541,Sea Monsters: A Prehistoric Adventure,DS,2007,Adventure,DSI Games,0.01,0,0,0,0.01 +16542,Spore Galactic Adventures,PC,2009,Strategy,Electronic Arts,0,0.01,0,0,0.01 +16543,15 Days,PC,2009,Adventure,DTP Entertainment,0,0.01,0,0,0.01 +16544,Battle Fantasia,PS3,2008,Fighting,505 Games,0,0,0.01,0,0.01 +16545,Mario & Luigi: Paper Jam & Mario Kart 7 Double Pack,3DS,2015,Misc,Nintendo,0,0,0.01,0,0.01 +16546,Driving Simulator 2011,PC,2011,Racing,N/A,0,0.01,0,0,0.01 +16547,Imagine Figure Skater (JP sales),DS,2007,Sports,Ubisoft,0,0,0.01,0,0.01 +16548,The Treasures of Mystery Island 3 Pack - Save Mystery Island!,PC,2011,Puzzle,Unknown,0.01,0,0,0,0.01 +16549,Hyakki Yagyou Kaidan Romance,PSP,2012,Action,Quinrose,0,0,0.01,0,0.01 +16550,Bookworm Deluxe,PC,2006,Puzzle,PopCap Games,0.01,0,0,0,0.01 +16551,Hakuoki: Reimeiroku - Omouhase Kara,PSV,2015,Action,Idea Factory,0,0,0.01,0,0.01 +16552,E.T. The Extra-Terrestrial,GBA,2001,Action,NewKidCo,0.01,0,0,0,0.01 +16553,God Eater Off Shot: Tachibana Sakuya-hen Twin Pack & Animation Vol.7,PS4,2016,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16554,Sweet Honey Coming,PS2,2009,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16555,Mahou Sensei Negima!? Neo-Pactio Fight!!,Wii,2007,Fighting,Marvelous Interactive,0,0,0.01,0,0.01 +16556,Bound By Flame,X360,2014,Role-Playing,N/A,0,0.01,0,0,0.01 +16557,Psychic Detective,PS,1995,Adventure,Electronic Arts,0.01,0,0,0,0.01 +16558,Codename: Panzers Complete Collection,PC,2016,Strategy,Nordic Games,0,0.01,0,0,0.01 +16559,Super Robot Taisen: Original Generation,GBA,2002,Role-Playing,Banpresto,0.01,0,0,0,0.01 +16560,Dramatical Murder Re:code,PSV,2014,Adventure,Nitroplus,0,0,0.01,0,0.01 +16561,Pro Evolution Soccer 2008,PC,2007,Sports,Konami Digital Entertainment,0,0.01,0,0,0.01 +16562,Sugar + Spice! Anoko no Suteki na Nanimokamo,PS2,2008,Adventure,Alchemist,0,0,0.01,0,0.01 +16563,Hanasaku Manimani,PSV,2014,Adventure,5pb,0,0,0.01,0,0.01 +16564,Kanokon: Esuii,PS2,2008,Adventure,5pb,0,0,0.01,0,0.01 +16565,Mighty No. 9,XOne,2016,Platform,Deep Silver,0.01,0,0,0,0.01 +16566,Mortal Kombat: Deadly Alliance,GBA,2002,Fighting,Midway Games,0.01,0,0,0,0.01 +16567,Original Frisbee Disc Sports: Ultimate & Golf,DS,2007,Action,"Destination Software, Inc",0.01,0,0,0,0.01 +16568,Teslagrad,PSV,2015,Platform,Rain Games,0,0.01,0,0,0.01 +16569,End of Nations,PC,2012,Strategy,Trion Worlds,0.01,0,0,0,0.01 +16570,Fujiko F. Fujio Characters: Great Assembly! Slightly Fantastic Slapstick Party,3DS,2014,Action,Namco Bandai Games,0,0,0.01,0,0.01 +16571,XI Coliseum,PSP,2006,Puzzle,Sony Computer Entertainment,0,0,0.01,0,0.01 +16572,Resident Evil 4 HD,XOne,2016,Shooter,Capcom,0.01,0,0,0,0.01 +16573,Farming 2017 - The Simulation,PS4,2016,Simulation,UIG Entertainment,0,0.01,0,0,0.01 +16574,Grisaia no Kajitsu: La Fruit de la Grisaia,PSP,2013,Adventure,Prototype,0,0,0.01,0,0.01 +16575,Scarlett: Nichijou no Kyoukaisen,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16576,Mini Desktop Racing,Wii,2007,Racing,Popcorn Arcade,0.01,0,0,0,0.01 +16577,Yattaman Wii: BikkuriDokkiri Machine de Mou Race da Koron,Wii,2008,Racing,Takara Tomy,0,0,0.01,0,0.01 +16578,Neo Angelique Special,PSP,2008,Adventure,Tecmo Koei,0,0,0.01,0,0.01 +16579,Rugby Challenge 3,XOne,2016,Sports,Alternative Software,0,0.01,0,0,0.01 +16580,Damnation,PC,2009,Shooter,Codemasters,0,0.01,0,0,0.01 +16581,Outdoors Unleashed: Africa 3D,3DS,2011,Sports,Mastiff,0.01,0,0,0,0.01 +16582,PGA European Tour,N64,2000,Sports,Infogrames,0.01,0,0,0,0.01 +16583,Real Rode,PS2,2008,Adventure,Kadokawa Shoten,0,0,0.01,0,0.01 +16584,Fit & Fun,Wii,2011,Sports,Unknown,0,0.01,0,0,0.01 +16585,Planet Monsters,GBA,2001,Action,Titus,0.01,0,0,0,0.01 +16586,Carmageddon 64,N64,1999,Action,Virgin Interactive,0.01,0,0,0,0.01 +16587,Bust-A-Move 3000,GC,2003,Puzzle,Ubisoft,0.01,0,0,0,0.01 +16588,Breach,PC,2011,Shooter,Destineer,0.01,0,0,0,0.01 +16589,Secret Files 2: Puritas Cordis,DS,2009,Adventure,Deep Silver,0,0.01,0,0,0.01 +16590,Mezase!! Tsuri Master DS,DS,2009,Sports,Hudson Soft,0,0,0.01,0,0.01 +16591,Mega Brain Boost,DS,2008,Puzzle,Majesco Entertainment,0.01,0,0,0,0.01 +16592,Chou Ezaru wa Akai Hana: Koi wa Tsuki ni Shirube Kareru,PSV,2016,Action,dramatic create,0,0,0.01,0,0.01 +16593,Eiyuu Densetsu: Sora no Kiseki Material Collection Portable,PSP,2007,Role-Playing,Falcom Corporation,0,0,0.01,0,0.01 +16594,Myst IV: Revelation,PC,2004,Adventure,Ubisoft,0.01,0,0,0,0.01 +16595,Plushees,DS,2008,Simulation,Destineer,0.01,0,0,0,0.01 +16596,Woody Woodpecker in Crazy Castle 5,GBA,2002,Platform,Kemco,0.01,0,0,0,0.01 +16597,Men in Black II: Alien Escape,GC,2003,Shooter,Infogrames,0.01,0,0,0,0.01 +16598,SCORE International Baja 1000: The Official Game,PS2,2008,Racing,Activision,0,0,0,0,0.01 +16599,Know How 2,DS,2010,Puzzle,7G//AMES,0,0.01,0,0,0.01 +16600,Spirits & Spells,GBA,2003,Platform,Wanadoo,0.01,0,0,0,0.01 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/year_counts.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/year_counts.csv" new file mode 100644 index 0000000000000000000000000000000000000000..c2a5462058b4042b03e97dcdf4765e4420ec8b89 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/year_counts.csv" @@ -0,0 +1,41 @@ +Year,Count +2009,1431 +2008,1428 +2010,1258 +2007,1201 +2011,1139 +2006,1008 +2005,941 +2002,829 +2003,775 +2004,763 +2012,657 +2015,614 +2014,582 +2013,546 +2001,482 +1998,379 +2000,349 +2016,344 +1999,338 +1997,289 +1996,263 +1995,219 +1994,121 +1993,60 +1981,46 +1992,43 +1991,41 +1982,36 +1986,21 +1983,17 +1989,17 +1987,16 +1990,16 +1988,15 +1984,14 +1985,14 +1980,9 +2017,3 +Adventure,2 +2020,1 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\216\237\345\247\213\346\225\260\346\215\256\351\233\206/game_influence.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\216\237\345\247\213\346\225\260\346\215\256\351\233\206/game_influence.csv" new file mode 100644 index 0000000000000000000000000000000000000000..ce61511f997c22c6df8561bc2e3a86cc82e949ae --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\216\237\345\247\213\346\225\260\346\215\256\351\233\206/game_influence.csv" @@ -0,0 +1,11494 @@ +Name,Influence_Index +Wii Sports,82.74 +Grand Theft Auto V,55.919999999999995 +Super Mario Bros.,45.31 +Tetris,35.839999999999996 +Mario Kart Wii,35.83 +Wii Sports Resort,33.0 +Pokemon Red/Pokemon Blue,31.38 +Call of Duty: Black Ops,31.04 +Call of Duty: Modern Warfare 3,30.84 +New Super Mario Bros.,30.01 +Call of Duty: Black Ops II,29.73 +Wii Play,29.009999999999998 +New Super Mario Bros. Wii,28.610000000000003 +Duck Hunt,28.31 +Call of Duty: Ghosts,27.37 +Super Mario World,26.090000000000003 +Call of Duty: Black Ops 3,25.3 +Call of Duty: Modern Warfare 2,25.099999999999998 +Nintendogs,24.75 +Grand Theft Auto: San Andreas,23.86 +Minecraft,23.75 +Mario Kart DS,23.430000000000003 +Pokemon Gold/Pokemon Silver,23.09 +Wii Fit,22.72 +Grand Theft Auto IV,22.49 +Super Mario Bros. 3,22.49 +Super Mario 64,22.32 +Wii Fit Plus,22.0 +Call of Duty: Advanced Warfare,21.889999999999997 +Kinect Adventures!,21.82 +Brain Age: Train Your Brain in Minutes a Day,20.22 +The Elder Scrolls V: Skyrim,19.28 +FIFA 15,19.02 +Pokemon Diamond/Pokemon Pearl,18.35 +Call of Duty 4: Modern Warfare,18.26 +Super Mario Land,18.139999999999997 +Battlefield 3,17.37 +FIFA 14,17.16 +FIFA 16,16.43 +Guitar Hero III: Legends of Rock,16.42 +Grand Theft Auto: Vice City,16.19 +FIFA Soccer 13,16.15 +Call of Duty: World at War,15.879999999999999 +Pokemon Ruby/Pokemon Sapphire,15.840000000000002 +LEGO Star Wars: The Complete Saga,15.73 +The Sims 3,15.459999999999999 +Pokemon Black/Pokemon White,15.320000000000004 +Brain Age 2: More Training in Minutes a Day,15.299999999999999 +Gran Turismo 3: A-Spec,14.97 +Pokémon Yellow: Special Pikachu Edition,14.64 +Pokemon X/Pokemon Y,14.350000000000003 +Need for Speed: Most Wanted,14.08 +Battlefield 4,14.04 +LEGO Batman: The Videogame,13.66 +Donkey Kong Country,13.529999999999998 +Assassin's Creed IV: Black Flag,13.2 +Mario & Sonic at the Olympic Games,13.190000000000001 +FIFA 12,13.14 +Grand Theft Auto III,13.11 +Assassin's Creed III,13.100000000000001 +Super Smash Bros. Brawl,13.040000000000003 +Red Dead Redemption,12.93 +Just Dance 3,12.93 +Destiny,12.61 +FIFA Soccer 11,12.549999999999999 +Super Smash Bros. for Wii U and 3DS,12.459999999999999 +Animal Crossing: Wild World,12.28 +Fallout 4,12.28 +Mario Kart 7,12.21 +Halo 3,12.14 +LEGO Indiana Jones: The Original Adventures,12.08 +Pokemon HeartGold/Pokemon SoulSilver,11.9 +The Legend of Zelda: Ocarina of Time,11.82 +Star Wars Battlefront (2015),11.700000000000001 +Gran Turismo 4,11.65 +Super Mario Galaxy,11.52 +Assassin's Creed II,11.389999999999999 +Pokemon Omega Ruby/Pokemon Alpha Sapphire,11.33 +Assassin's Creed,11.3 +Grand Theft Auto: Liberty City Stories,11.25 +Super Mario Land 2: 6 Golden Coins,11.18 +Batman: Arkham City,11.18 +Diablo III,11.06 +Need for Speed Underground 2,10.96 +Gran Turismo,10.95 +Super Mario 3D Land,10.79 +Gran Turismo 5,10.77 +FIFA Soccer 10,10.729999999999999 +Super Mario All-Stars,10.549999999999999 +The Last of Us,10.52 +Pokemon FireRed/Pokemon LeafGreen,10.49 +Need for Speed Underground,10.47 +Star Wars: The Force Unleashed,10.209999999999999 +Dr. Mario,10.18 +Guitar Hero: World Tour,10.09 +Madden NFL 07,10.06 +Fallout 3,9.94 +Mario Kart 64,9.870000000000001 +Halo: Reach,9.87 +LEGO Marvel Super Heroes,9.86 +New Super Mario Bros. 2,9.83 +Zumba Fitness,9.79 +Halo 4,9.759999999999998 +Final Fantasy VII,9.72 +Just Dance 2,9.52 +Watch Dogs,9.5 +FIFA Soccer 08,9.5 +Gran Turismo 2,9.49 +Assassin's Creed: Revelations,9.2 +Animal Crossing: New Leaf,9.1 +Pac-Man,9.03 +Mario Party DS,9.02 +Madden NFL 06,9.02 +Medal of Honor: Frontline,8.930000000000001 +Just Dance 4,8.92 +The Legend of Zelda: Twilight Princess,8.91 +Super Mario Kart,8.77 +Resident Evil 5,8.69 +FIFA Soccer 09,8.66 +Far Cry 4,8.66 +Need for Speed: ProStreet,8.62 +Medal of Honor,8.61 +Halo 2,8.57 +LEGO Harry Potter: Years 1-4,8.52 +LittleBigPlanet,8.5 +Wii Party,8.49 +Pro Evolution Soccer 2008,8.47 +Tony Hawk's Pro Skater,8.469999999999999 +Donkey Kong Country Returns,8.46 +Mario Party 8,8.42 +Fallout: New Vegas,8.42 +Mortal Kombat,8.41 +Spider-Man: The Movie,8.39 +Pokemon Black 2/Pokemon White 2,8.34 +Kingdom Hearts,8.16 +Madden NFL 08,8.16 +Mario & Sonic at the Olympic Winter Games,8.11 +GoldenEye 007,8.09 +Batman: Arkham Asylum,8.07 +Tony Hawk's Pro Skater 3,8.06 +Final Fantasy X,8.040000000000001 +NBA 2K16,8.01 +Assassin's Creed: Unity,7.92 +Final Fantasy VIII,7.859999999999999 +Pokémon Platinum Version,7.84 +The Elder Scrolls IV: Oblivion,7.78 +Super Mario Galaxy 2,7.699999999999999 +Monopoly,7.6899999999999995 +Harry Potter and the Sorcerer's Stone,7.65 +Harry Potter and the Chamber of Secrets,7.629999999999999 +Spider-Man 2,7.62 +Namco Museum,7.6000000000000005 +Madden NFL 2005,7.6 +Resident Evil 4,7.59 +LEGO Star Wars III: The Clone Wars,7.58 +Crash Bandicoot 2: Cortex Strikes Back,7.57 +Madden NFL 10,7.569999999999999 +Call of Duty 3,7.56 +Final Fantasy XIII,7.53 +Tomb Raider II,7.529999999999999 +Super Mario Bros. 2,7.459999999999999 +Far Cry 3,7.45 +WWE SmackDown vs Raw 2008,7.43 +Madden NFL 16,7.419999999999999 +Rock Band,7.33 +LEGO Star Wars II: The Original Trilogy,7.33 +Guitar Hero II,7.32 +The Legend of Zelda: A Link to the Past,7.3100000000000005 +Just Dance,7.27 +LEGO Star Wars: The Video Game,7.260000000000001 +Street Fighter IV,7.259999999999999 +Crash Bandicoot: The Wrath of Cortex,7.25 +Tekken 3,7.180000000000001 +Battlefield: Bad Company 2,7.17 +Madden NFL 2004,7.1499999999999995 +Borderlands 2,7.14 +Madden NFL 09,7.13 +Crash Bandicoot 3: Warped,7.129999999999999 +The Simpsons Game,7.12 +NBA 2K15,7.0600000000000005 +Final Fantasy III,7.06 +Super Smash Bros. Melee,7.06 +The Simpsons: Hit & Run,7.059999999999999 +Sonic the Hedgehog,7.03 +Super Mario World 2: Yoshi's Island,7.0200000000000005 +Madden NFL 15,6.97 +Mario Kart 8,6.959999999999999 +Mario Kart: Double Dash!!,6.95 +Assassin's Creed: Brotherhood,6.94 +Need For Speed: Undercover,6.94 +FIFA 17,6.9 +Cars,6.88 +PES 2009: Pro Evolution Soccer,6.88 +Uncharted 3: Drake's Deception,6.819999999999999 +Crash Bandicoot,6.819999999999999 +Tomb Raider (2013),6.8 +Gears of War 2,6.7700000000000005 +Medal of Honor: Rising Sun,6.74 +Uncharted 2: Among Thieves,6.73 +NBA 2K14,6.72 +Madden NFL 11,6.6899999999999995 +Star Wars: Battlefront II,6.68 +Teenage Mutant Ninja Turtles,6.67 +Big Brain Academy,6.67 +The Lord of the Rings: The Two Towers,6.66 +Tony Hawk's Pro Skater 2,6.619999999999999 +Just Dance 2014,6.59 +Madden NFL 13,6.539999999999999 +The Legend of Zelda,6.5 +Halo: Combat Evolved,6.4700000000000015 +Finding Nemo,6.46 +Tony Hawk's Underground,6.459999999999999 +Resident Evil 2,6.430000000000001 +Madden NFL 2002,6.430000000000001 +Pokémon Emerald Version,6.42 +Kung Fu Panda,6.4 +Need for Speed Carbon,6.4 +Pokémon Crystal Version,6.39 +The Legend of Zelda: The Wind Waker,6.380000000000001 +Michael Jackson: The Experience,6.38 +FIFA Soccer 07,6.379999999999999 +Frogger,6.369999999999999 +LEGO Batman 2: DC Super Heroes,6.36 +Halo 3: ODST,6.36 +Super Mario Sunshine,6.31 +Street Fighter II: The World Warrior,6.290000000000001 +World of Warcraft,6.28 +Skylanders SWAP Force,6.27 +Driver,6.259999999999999 +Kinect Sports,6.24 +Gears of War 3,6.229999999999999 +Carnival Games,6.160000000000001 +Golf,6.12 +Gears of War,6.119999999999999 +The Simpsons: Road Rage,6.109999999999999 +Metal Gear Solid,6.1000000000000005 +NBA 2K13,6.089999999999999 +Dragon Quest VIII: Journey of the Cursed King,6.07 +Toy Story 3: The Video Game,6.069999999999999 +Grand Theft Auto: Vice City Stories,6.06 +Metal Gear Solid 2: Sons of Liberty,6.049999999999999 +Metal Gear Solid 4: Guns of the Patriots,6.0299999999999985 +Tom Clancy's Splinter Cell,6.02 +Sonic the Hedgehog 2,6.02 +Tom Clancy's The Division,5.9799999999999995 +Pro Evolution Soccer 2010,5.97 +Final Fantasy XII,5.95 +L.A. Noire,5.949999999999999 +Madden NFL 2003,5.8999999999999995 +Dragon Quest VII: Warriors of Eden,5.88 +Need for Speed: Hot Pursuit,5.88 +Middle-Earth: Shadow of Mordor,5.869999999999999 +Dragon Quest IX: Sentinels of the Starry Skies,5.85 +Mass Effect 3,5.77 +Tony Hawk's Pro Skater 4,5.76 +Borderlands,5.74 +Tekken 2,5.74 +Monster Hunter Tri,5.7299999999999995 +Cooking Mama,5.719999999999999 +The Lord of the Rings: The Return of the King,5.68 +Donkey Kong,5.67 +Tomb Raider,5.66 +Kingdom Hearts II,5.65 +The Witcher 3: Wild Hunt,5.640000000000001 +LEGO Pirates of the Caribbean: The Video Game,5.64 +Saints Row: The Third,5.64 +Madden NFL 12,5.63 +Star Wars Episode III: Revenge of the Sith,5.59 +Skylanders Giants,5.59 +Star Wars: Battlefront,5.58 +Fight Night Round 3,5.57 +Super Smash Bros.,5.56 +Winning Eleven: Pro Evolution Soccer 2007,5.54 +Madden NFL 25,5.53 +Forza Motorsport 3,5.5200000000000005 +NBA 2K12,5.52 +Monster Hunter Freedom Unite,5.51 +Super Mario Advance,5.49 +God of War III,5.48 +Sega Superstars Tennis,5.4799999999999995 +Mario Kart: Super Circuit,5.4799999999999995 +Pokemon Stadium,5.45 +Sonic Heroes,5.449999999999999 +Asteroids,5.449999999999999 +Skylanders: Spyro's Adventure,5.44 +NBA 2K11,5.44 +Fable III,5.4399999999999995 +Need for Speed: Shift,5.42 +MySims,5.38 +Batman: Arkham Knight,5.3500000000000005 +The LEGO Movie Videogame,5.34 +Resident Evil,5.339999999999999 +Rock Band 2,5.32 +Final Fantasy IX,5.3100000000000005 +Pokemon Pinball,5.3100000000000005 +The Incredibles,5.28 +Final Fantasy X-2,5.279999999999999 +Donkey Kong 64,5.2700000000000005 +Resident Evil 6,5.26 +Professor Layton and the Curious Village,5.249999999999999 +WWE SmackDown vs. Raw 2010,5.23 +LEGO Indiana Jones 2: The Adventure Continues,5.2299999999999995 +True Crime: Streets of LA,5.22 +NBA Jam,5.21 +New Super Mario Bros. U,5.2 +Super Mario Land 3: Wario Land,5.19 +LEGO Harry Potter: Years 5-7,5.18 +James Bond 007: Agent Under Fire,5.17 +The Legend of Zelda: Phantom Hourglass,5.17 +Tomodachi Life,5.15 +Donkey Kong Country 2: Diddy's Kong Quest,5.15 +Kirby's Dream Land,5.13 +FIFA Soccer 06,5.13 +Disney Infinity,5.11 +Microsoft Flight Simulator,5.11 +Need for Speed Rivals,5.1000000000000005 +James Bond 007: Nightfire,5.069999999999999 +Metal Gear Solid V: The Phantom Pain,5.06 +Warzone 2100,5.01 +Spyro the Dragon,5.0 +The Sims: Bustin' Out,5.0 +LEGO Jurassic World,4.99 +Mass Effect 2,4.99 +Link's Crossbow Training,4.989999999999999 +Mario & Sonic at the London 2012 Olympic Games,4.97 +Batman: Arkham Origins,4.96 +Sonic Unleashed,4.96 +Pokemon Mystery Dungeon: Explorers of Time/Explorers of Darkness,4.959999999999999 +Uncharted: Drake's Fortune,4.94 +Guitar Hero 5,4.93 +Wall-E,4.92 +Dead Island,4.8999999999999995 +WWE SmackDown vs. Raw 2009,4.89 +Diddy Kong Racing,4.89 +FIFA Soccer 2005,4.88 +Monster Hunter Freedom 3,4.87 +Just Dance 2015,4.86 +Titanfall,4.859999999999999 +Enter the Matrix,4.84 +StarCraft II: Wings of Liberty,4.83 +Crazy Taxi,4.82 +Baseball,4.8100000000000005 +Dragon Age: Inquisition,4.81 +Midnight Club: Los Angeles,4.8 +Crash Team Racing,4.79 +Dragon Age: Origins,4.79 +Assassin's Creed Syndicate,4.76 +Saints Row 2,4.76 +Skate 3,4.76 +Ghostbusters: The Video Game (DS Version),4.75 +Driver 2,4.73 +BioShock,4.72 +Half-Life,4.72 +The SpongeBob SquarePants Movie,4.71 +WWF War Zone,4.699999999999999 +Animal Crossing: City Folk,4.68 +Dragon Warrior III,4.68 +Forza Motorsport 4,4.6499999999999995 +Lego Batman 3: Beyond Gotham,4.6 +Portal 2,4.59 +Spider-Man,4.589999999999999 +Max Payne,4.58 +Luigi's Mansion: Dark Moon,4.57 +Splatoon,4.569999999999999 +Namco Museum: 50th Anniversary,4.5600000000000005 +SoulCalibur II,4.55 +pro evolution soccer 2011,4.52 +Pitfall!,4.5 +Call of Duty: Finest Hour,4.5 +Marvel: Ultimate Alliance,4.5 +World Soccer Winning Eleven 9,4.49 +Ben 10: Protector of Earth,4.49 +Uncharted: The Nathan Drake Collection,4.47 +Nintendo Land,4.45 +God of War,4.449999999999999 +The Sims 2,4.4399999999999995 +Dragon Quest V: Tenkuu no Hanayome,4.4399999999999995 +SpongeBob SquarePants: Battle for Bikini Bottom,4.430000000000001 +LEGO The Lord of the Rings,4.42 +Ratatouille,4.42 +Tekken 6,4.409999999999999 +Midnight Club 3: DUB Edition,4.3999999999999995 +FIFA Soccer 2004,4.39 +Skylanders: Trap Team,4.39 +BioShock Infinite,4.38 +Zelda II: The Adventure of Link,4.38 +Resistance: Fall of Man,4.35 +Left 4 Dead 2,4.34 +Dishonored,4.300000000000001 +Guitar Hero: Aerosmith,4.3 +Fable II,4.299999999999999 +Hitman 2: Silent Assassin,4.28 +Battlefield: Hardline,4.27 +Need for Speed: The Run,4.27 +Halo 5: Guardians,4.260000000000001 +ESPN NFL 2K5,4.26 +SimCity 2000,4.24 +Super Mario 3D World,4.24 +Rockstar Games Double Pack: Grand Theft Auto III & Grand Theft Auto Vice City,4.220000000000001 +Daxter,4.22 +Metal Gear Solid 3: Snake Eater,4.22 +Gran Turismo 5 Prologue,4.21 +EyeToy Play,4.21 +Warcraft II: Tides of Darkness,4.2 +Uncharted 4: A Thief's End,4.199999999999999 +Hitman: Absolution,4.180000000000001 +The Beatles: Rock Band,4.18 +FIFA Soccer 2003,4.17 +Tomb Raider III: Adventures of Lara Croft,4.16 +Tennis,4.16 +Excitebike,4.16 +Sonic Generations,4.159999999999999 +The Evil Within,4.14 +Call Of Duty 2: Big Red One,4.11 +The Legend of Zelda: Skyward Sword,4.11 +Tony Hawk's Underground 2,4.109999999999999 +Street Fighter II Turbo,4.1 +World of Warcraft: The Burning Crusade,4.09 +Mortal Kombat X,4.09 +Star Wars: The Force Unleashed II,4.08 +Forza Motorsport 2,4.07 +Rhythm Heaven,4.07 +God of War II,4.069999999999999 +Ratchet & Clank: Size Matters,4.06 +Tekken Tag Tournament,4.05 +Dragon Ball Z: Budokai Tenkaichi 3,4.05 +Namco Museum Vol.3,4.05 +Star Fox 64,4.04 +Dead Space,4.03 +Rugrats in Paris: The Movie,4.02 +BioShock 2,4.02 +Tetris Worlds,4.01 +Professor Layton and the Diabolical Box,3.99 +Burnout 3: Takedown,3.99 +The Sims 2: Pets,3.98 +Tom Clancy's Ghost Recon,3.9699999999999998 +Max Payne 3,3.9699999999999998 +Tom Clancy's Rainbow Six: Vegas,3.96 +Disney Infinity 2.0: Marvel Super Heroes,3.9499999999999997 +NBA Live 2005,3.94 +World Soccer Winning Eleven 8 International,3.94 +Mortal Kombat vs. DC Universe,3.9299999999999997 +EA Sports Active,3.92 +007: Quantum of Solace,3.91 +Donkey Kong Land,3.91 +Monster Hunter 4 Ultimate,3.89 +Wheel of Fortune,3.88 +The Elder Scrolls Online,3.88 +Injustice: Gods Among Us,3.88 +Tekken 5,3.8799999999999994 +Sports Champions,3.87 +MotorStorm,3.87 +Mario Bros.,3.8699999999999997 +Mortal Kombat: Deadly Alliance,3.85 +The Legend of Zelda: Link's Awakening,3.8400000000000007 +Namco Museum Vol.1,3.84 +Flash Focus: Vision Training in Minutes a Day,3.84 +Destiny: The Taken King,3.84 +UFC 2009 Undisputed,3.83 +Big Brain Academy: Wii Degree,3.829999999999999 +Resident Evil Director's Cut,3.8200000000000007 +Madden NFL 2001,3.8200000000000003 +Mario & Luigi: Bowser's Inside Story,3.8199999999999994 +Nintendogs + cats,3.8099999999999996 +Sonic Mega Collection Plus,3.8099999999999996 +Tom Clancy's Rainbow Six: Vegas 2,3.8 +Resident Evil 3: Nemesis,3.8 +Saints Row IV,3.7800000000000002 +Chrono Trigger,3.78 +Dragon Ball Z: Budokai,3.77 +Super Paper Mario,3.7699999999999996 +The Sims: Unleashed,3.76 +WWE SmackDown vs. RAW 2007,3.75 +Mortal Kombat Trilogy,3.75 +The Sims,3.73 +Need for Speed: Hot Pursuit 2,3.71 +Sonic's Ultimate Genesis Collection,3.71 +Pokémon Trading Card Game,3.7 +Spyro: Year of the Dragon,3.6999999999999997 +Friend Collection,3.67 +Tom Clancy's Rainbow Six: Siege,3.66 +Cars 2,3.66 +Pro Evolution Soccer 2012,3.66 +Banjo-Kazooie,3.6599999999999997 +High School Musical: Sing It!,3.6500000000000004 +Doom II: Hell on Earth,3.65 +Gran Turismo 6,3.65 +Jak and Daxter: The Precursor Legacy,3.65 +SOCOM: U.S. Navy SEALs,3.64 +Prince of Persia: The Sands of Time,3.63 +Wolfenstein: The New Order,3.63 +Pokemon Snap,3.63 +Mass Effect,3.6100000000000003 +Luigi's Mansion,3.61 +Rocksmith 2014,3.61 +Cooking Mama 2: Dinner With Friends,3.5999999999999996 +Sonic & Sega All-Stars Racing,3.59 +Mario Tennis,3.58 +WWF SmackDown!,3.5799999999999996 +Croc: Legend of the Gobbos,3.56 +Iron Man,3.55 +The Getaway,3.54 +Just Cause 2,3.54 +Left 4 Dead,3.5300000000000002 +Spyro 2: Ripto's Rage!,3.5300000000000002 +James Bond 007: Everything or Nothing,3.53 +WWE SmackDown vs. Raw 2011,3.52 +Clubhouse Games,3.500000000000001 +Donkey Kong Country 3: Dixie Kong's Double Trouble!,3.5 +Far Cry 2,3.5 +Kung Fu,3.4999999999999996 +Deus Ex: Human Revolution,3.49 +Guitar Hero: On Tour,3.48 +Avatar: The Game,3.47 +Mafia II,3.4699999999999998 +Madagascar,3.46 +Shrek 2,3.4400000000000004 +Monster Hunter 4,3.44 +Tekken 4,3.44 +Spider-Man 3,3.4299999999999997 +A Bug's Life,3.42 +Final Fantasy XIII-2,3.42 +Ghostbusters: The Video Game,3.42 +Grand Theft Auto 2,3.42 +Mortal Kombat 3,3.42 +LittleBigPlanet 2,3.42 +F-1 Race,3.41 +Band Hero,3.41 +Crash Bash,3.39 +Peter Jackson's King Kong: The Official Game of the Movie,3.39 +"Transformers: The Game (XBox 360, PS2, PS3, Wii & PC Versions)",3.38 +The Legend of Zelda: Spirit Tracks,3.3799999999999994 +Pure,3.37 +Crysis 2,3.37 +X-Men Legends,3.36 +The Legend of Zelda: Majora's Mask,3.36 +Professor Layton and the Unwound Future,3.36 +Final Fantasy XIV: A Realm Reborn,3.3499999999999996 +NCAA Football 07,3.34 +Rayman Legends,3.34 +Burnout Paradise,3.34 +Rugrats: Search For Reptar,3.3399999999999994 +WWE SmackDown! vs. RAW 2006,3.33 +English Training: Have Fun Improving Your Skills!,3.3299999999999996 +Rage,3.32 +Ratchet & Clank,3.32 +Mario Party 9,3.32 +Tomb Raider: Underworld,3.31 +SSX,3.3 +Dead Space 2,3.2899999999999996 +Gran Turismo (PSP),3.27 +Wii Music,3.27 +Command & Conquer: Red Alert,3.27 +Monster Hunter X,3.26 +Space Invaders,3.26 +Harry Potter and the Half-Blood Prince,3.25 +Tekken,3.2399999999999998 +Plants vs. Zombies: Garden Warfare,3.2399999999999998 +Rayman Origins,3.23 +WWE 2K15,3.23 +NBA Street,3.2199999999999998 +Missile Command,3.2100000000000004 +Yokai Watch 2 Ganso/Honke,3.21 +Disney's The Lion King,3.21 +007: Tomorrow Never Dies,3.21 +WWF SmackDown! 2: Know Your Role,3.1999999999999997 +Killer Instinct,3.1999999999999997 +Crisis Core: Final Fantasy VII,3.190000000000001 +Dance Central,3.19 +God of War: Chains of Olympus,3.19 +Dragon Quest VI: Maboroshi no Daichi,3.19 +Super Mario Maker,3.18 +Ace Combat 04: Shattered Skies,3.170000000000001 +NBA Street Vol. 2,3.16 +Animal Crossing,3.1599999999999997 +Club Penguin: Elite Penguin Force,3.1599999999999997 +Tiger Woods PGA Tour 08,3.15 +Fable,3.15 +Halo: The Master Chief Collection,3.1499999999999995 +Sonic Rush,3.14 +Dark Souls,3.13 +MySims Kingdom,3.13 +Need for Speed III: Hot Pursuit,3.13 +Far Cry: Primal,3.1299999999999994 +The Sims 2: Castaway,3.12 +Sonic Colors,3.12 +The Urbz: Sims in the City,3.12 +Heavy Rain,3.12 +Dragon Warrior IV,3.1199999999999997 +Need for Speed (2015),3.1100000000000003 +Personal Trainer: Cooking,3.1100000000000003 +Star Wars Episode I Racer,3.11 +Midnight Club: Street Racing,3.11 +Disney's DuckTales,3.0999999999999996 +World Class Track Meet,3.0799999999999996 +The Sims: Vacation,3.07 +Monster Hunter Freedom 2,3.07 +The Legend of Zelda: A Link Between Worlds,3.07 +Devil May Cry 4,3.06 +DJ Hero,3.06 +Dark Souls II,3.0599999999999996 +The Orange Box,3.0500000000000003 +Myst,3.0500000000000003 +SoulCalibur IV,3.05 +Epic Mickey,3.04 +Tiger Woods PGA Tour 10,3.03 +WWE SmackDown! Shut Your Mouth,3.03 +Rayman,3.03 +Deal or No Deal,3.03 +Just Dance 2016,3.03 +SingStar,3.02 +Killzone 2,3.02 +Mike Tyson's Punch-Out!!,3.0199999999999996 +Gears of War: Ultimate Edition,3.0100000000000002 +Overwatch,3.0100000000000002 +2010 FIFA World Cup South Africa,3.0 +wwe Smackdown vs. Raw 2006,3.0 +Dead Rising 2,2.99 +Star Fox,2.99 +Half-Life 2,2.9899999999999998 +Devil May Cry,2.9899999999999998 +World Soccer Winning Eleven 6 International,2.9899999999999998 +Crash Nitro Kart,2.9899999999999998 +The Sims: Livin Large,2.98 +Animal Crossing: Happy Home Designer,2.98 +Star Wars: The Old Republic,2.97 +The Sims 4,2.9699999999999998 +Bakugan: Battle Brawlers,2.96 +UFC Undisputed 2010,2.96 +Fight Night Round 4,2.96 +Kirby Super Star Ultra,2.95 +Medal of Honor: Warfighter,2.9499999999999997 +God of War Collection,2.9499999999999997 +Wave Race 64,2.94 +SOCOM II: U.S. Navy SEALs,2.94 +inFAMOUS,2.94 +Pac-Man Collection,2.94 +Imagine: Fashion Designer,2.9399999999999995 +NBA 2K10,2.9299999999999997 +WarioWare: Smooth Moves,2.92 +Ice Hockey,2.92 +Ben 10: Alien Force,2.92 +Cooking Mama: Cook Off,2.91 +Minecraft: Story Mode,2.91 +World Soccer Winning Eleven 7 International,2.9 +Zumba Fitness 2,2.89 +Hot Shots Golf 3,2.8899999999999997 +SSX Tricky,2.8899999999999997 +Tomb Raider: The Last Revelation,2.8899999999999997 +Imagine: Babyz,2.88 +Tom Clancy's Splinter Cell: Pandora Tomorrow,2.88 +Syphon Filter,2.8799999999999994 +Colin McRae Rally,2.8600000000000003 +The Elder Scrolls III: Morrowind,2.86 +Marvel: Ultimate Alliance 2,2.86 +Just Cause 3,2.85 +WWE 2K16,2.85 +Yoshi's Story,2.85 +The Golden Compass,2.84 +F-Zero,2.84 +WWE SmackDown! vs. Raw,2.83 +Metroid Prime,2.8200000000000003 +Army of Two,2.8200000000000003 +WWE '13,2.82 +Battlefield: Bad Company,2.8099999999999996 +NCAA Football 06,2.8000000000000003 +Hot Shots Golf,2.8 +MVP Baseball 2005,2.8 +Killzone 3,2.8 +WWE SmackDown! Here Comes the Pain,2.8 +Yoshi's Cookie,2.8 +WWE '12,2.8 +NBA Live 2004,2.79 +Yoshi's Island DS,2.79 +Professor Layton and the Last Specter,2.79 +Final Fantasy II,2.79 +WWF SmackDown! Just Bring It,2.79 +Sonic and the Secret Rings,2.7800000000000002 +inFAMOUS: Second Son,2.78 +Ratchet & Clank: Going Commando,2.78 +Jak II,2.78 +Star Wars The Clone Wars: Republic Heroes,2.77 +NBA Live 2002,2.7699999999999996 +The Crew,2.7600000000000002 +Riven: The Sequel to Myst,2.76 +Mario Paint,2.75 +Mortal Kombat: Deception,2.75 +Who wants to be a millionaire,2.74 +Pokémon Stadium 2,2.7399999999999998 +Metroid,2.73 +"Transformers: Revenge of the Fallen (XBox 360, PS3, & PC Versions)",2.73 +Cars: Race-O-Rama,2.7199999999999998 +Pirates of the Caribbean: At World's End,2.71 +Sim Theme Park,2.71 +Wipeout: The Game,2.71 +Sleeping Dogs,2.7 +Dragon Ball Z: Budokai 2,2.7 +Guitar Hero: Metallica,2.7 +Onimusha: Warlords,2.7 +Mario Party,2.6999999999999997 +Guitar Hero: Warriors of Rock,2.6999999999999997 +DiRT 2,2.69 +Yokai Watch 2 Shinuchi,2.68 +Spyro: Enter the Dragonfly,2.6799999999999997 +Mario vs. Donkey Kong: Mini-Land Mayhem!,2.6799999999999997 +Up,2.67 +Dying Light,2.66 +SpongeBob's Atlantis SquarePantis,2.66 +FIFA Street,2.66 +Hannah Montana,2.6500000000000004 +Rayman Raving Rabbids 2,2.65 +Super Mario Bros.: The Lost Levels,2.65 +Need for Speed Carbon: Own the City,2.65 +MX vs. ATV Untamed,2.65 +Star Wars: Shadows of the Empire,2.65 +Prince of Persia: Warrior Within,2.64 +Tiger Woods PGA Tour 07,2.64 +Medal of Honor Heroes,2.64 +Farming Simulator 2015,2.64 +Madden NFL 99,2.6399999999999997 +Toy Story 2: Buzz Lightyear to the Rescue!,2.63 +LEGO Dimensions,2.63 +Pac-Man: Adventures in Time,2.63 +Halo Wars,2.63 +LEGO The Hobbit,2.63 +Style Savvy,2.62 +Final Fantasy V,2.62 +Mario Strikers Charged,2.6199999999999997 +Dragon Age II,2.61 +LittleBigPlanet 3,2.61 +Tom Clancy's Ghost Recon: Future Soldier,2.6000000000000005 +Streets of Rage,2.6 +EA Sports Active 2,2.6 +Super Mario All-Stars: Limited Edition,2.6 +Homefront,2.5999999999999996 +Ratchet & Clank Future: Tools of Destruction,2.5800000000000005 +Tom Clancy's Ghost Recon Advanced Warfighter 2,2.58 +Ratchet & Clank: Up Your Arsenal,2.5799999999999996 +Tony Hawk's Project 8,2.5700000000000003 +Dragon's Dogma,2.5700000000000003 +Sonic Adventure 2 Battle,2.57 +Killzone: Shadow Fall,2.57 +NFL Blitz,2.57 +Art Academy,2.57 +Tiger Woods PGA Tour 2004,2.57 +Scooby-Doo! Night of 100 Frights,2.56 +Dragon Warrior II,2.56 +[Prototype],2.5599999999999996 +Grand Theft Auto,2.5500000000000003 +Harry Potter and the Order of the Phoenix,2.55 +SSX 3,2.55 +Pokémon Colosseum,2.55 +ESPN NBA 2K5,2.55 +Rayman Raving Rabbids: TV Party,2.54 +Deca Sports,2.54 +NCAA Football 2005,2.5300000000000002 +Def Jam: Fight for NY,2.5300000000000002 +LEGO City Undercover,2.5300000000000002 +NCAA Football 10,2.53 +Game Party,2.52 +Perfect Dark,2.52 +Dragon Warrior,2.52 +NASCAR 99,2.52 +Tom Clancy's Ghost Recon 2,2.52 +Conflict: Desert Storm,2.52 +Disney Sing It,2.5100000000000002 +Star Wars: Dark Forces,2.51 +Mario Party 2,2.51 +Pro Evolution Soccer 2013,2.5 +Resistance 2,2.4899999999999998 +Assassin's Creed: Rogue,2.4899999999999998 +Theme Hospital,2.4899999999999993 +Pac-Man World 2,2.48 +Sonic & All-Stars Racing Transformed,2.48 +Crysis 3,2.48 +Mario Party 4,2.48 +007: The World is not Enough,2.4799999999999995 +Yoshi,2.4799999999999995 +SpongeBob SquarePants: Revenge of the Flying Dutchman,2.47 +WWF Attitude,2.4699999999999998 +Alien: Isolation,2.46 +F1 2011,2.46 +uDraw Studio,2.4499999999999997 +Final Fantasy Tactics,2.4499999999999997 +Twisted Metal 2,2.4400000000000004 +Grand Theft Auto: Chinatown Wars,2.4399999999999995 +NFL Street,2.43 +Halo: Combat Evolved Anniversary,2.43 +Tiger Woods PGA Tour 2005,2.4299999999999997 +Marvel vs. Capcom 3: Fate of Two Worlds,2.42 +Dino Crisis,2.41 +Sonic Adventure,2.41 +Tom Clancy's Rainbow Six 3,2.41 +Tetris Plus,2.4099999999999997 +ATV Offroad Fury,2.4099999999999997 +Rocksmith,2.4 +Frogger's Adventures: Temple of the Frog,2.4 +Pro Wrestling,2.4 +Ridge Racer,2.4 +Resident Evil - Code: Veronica X,2.39 +Medal of Honor: Airborne,2.39 +Kinect: Disneyland Adventures,2.3899999999999997 +NBA Jam Tournament Edition,2.38 +Bloodborne,2.38 +Guitar Hero,2.3799999999999994 +WCW/nWo Revenge,2.3799999999999994 +Cabela's Big Game Hunter 2010,2.37 +Yu-Gi-Oh! The Duelists of the Roses,2.37 +Tomb Raider: Anniversary,2.37 +Madden NFL 2000,2.3600000000000003 +Kirby's Dream Land 2,2.36 +Mirror's Edge,2.36 +Kinect Sports: Season Two,2.36 +MX Unleashed,2.36 +NBA Live 08,2.36 +Turok: Evolution,2.36 +Harry Potter and the Goblet of Fire,2.36 +The Walking Dead: Season One,2.36 +Disney Infinity 3.0,2.35 +Dragon Quest Monsters 2,2.35 +Donkey Kong Land II,2.35 +Dragon Warrior Monsters,2.3499999999999996 +My Fitness Coach,2.3400000000000003 +Shaun White Snowboarding,2.34 +NBA Live 2001,2.34 +Knockout Kings 2000,2.33 +Crash of the Titans,2.33 +SpongeBob SquarePants: SuperSponge,2.33 +Star Wars: Knights of the Old Republic,2.3299999999999996 +NBA Live 07,2.3200000000000003 +Metal Gear Solid V: Ground Zeroes,2.3200000000000003 +Just Dance Kids,2.3200000000000003 +WWE 2K14,2.32 +Tom Clancy's Splinter Cell: Blacklist,2.32 +Tiger Woods PGA Tour 2003,2.32 +The Legend of Zelda: Majora's Mask 3D,2.32 +SingStar Abba,2.3100000000000005 +NBA Live 2003,2.31 +50 Cent: Bulletproof,2.31 +WarioWare Touched!,2.31 +Need For Speed: High Stakes,2.31 +Aliens vs Predator,2.31 +NFL Street 2,2.31 +Cool Boarders 3,2.3099999999999996 +Mercenaries 2: World in Flames,2.3099999999999996 +Guild Wars 2,2.3 +F1 2010,2.3 +Crash: Mind Over Mutant,2.3 +NBA 2K9,2.29 +God of War: Ascension,2.29 +Final Fantasy X / X-2 HD Remaster,2.29 +Pokemon Ranger: Shadows of Almia,2.29 +Epic Mickey 2: The Power of Two,2.29 +Yokai Watch Busters,2.28 +Midnight Club II,2.28 +Tom Clancy's Rainbow Six,2.28 +Super Monkey Ball: Banana Blitz,2.27 +Darksiders II,2.27 +Kirby: Nightmare in Dream Land,2.27 +Paper Mario: Sticker Star,2.27 +TOCA Touring Car Championship,2.27 +LEGO Marvel's Avengers,2.2600000000000002 +Cool Boarders 2,2.2600000000000002 +Wario Land 4,2.2600000000000002 +Disney Universe,2.26 +NCAA Football 2004,2.26 +Dynasty Warriors 4,2.26 +Paper Mario: The Thousand-Year Door,2.25 +Dissidia: Final Fantasy,2.25 +Rock Band 3,2.25 +Onimusha 2: Samurai's Destiny,2.25 +Sonic Advance,2.25 +Petz Dogz 2,2.25 +Dead to Rights,2.24 +Doom (2016),2.2399999999999998 +Hasbro Family Game Night,2.23 +Teenage Mutant Ninja Turtles II: The Arcade Game,2.23 +Tom Clancy's Splinter Cell: Chaos Theory,2.23 +Spyro: Season of Ice,2.23 +New Super Luigi U,2.23 +Skylanders: SuperChargers,2.23 +Forza Horizon 2,2.23 +Scribblenauts,2.23 +Pro Yakyuu Family Stadium,2.2299999999999995 +Dance Dance Revolution X2,2.22 +The Legend of Spyro: Dawn of the Dragon,2.22 +Devil May Cry 3: Dante's Awakening Special Edition,2.21 +The Amazing Spider-Man (Console Version),2.21 +Red Dead Redemption: Undead Nightmare,2.21 +Spy Hunter,2.21 +Madden NFL 17,2.21 +The Legend of Zelda: Link's Awakening DX,2.21 +High School Musical: Makin' the Cut!,2.2 +Scooby-Doo! First Frights,2.2 +Dante's Inferno,2.1999999999999997 +Mortal Kombat 4,2.19 +Wario Land 3,2.19 +Dragon Ball: XenoVerse,2.19 +MVP Baseball 2004,2.19 +Def Jam Vendetta,2.19 +Saints Row,2.19 +Kirby's Pinball Land,2.19 +Derby Stallion,2.19 +DJ Hero 2,2.19 +Diablo,2.18 +Dead Space 3,2.18 +Mario & Luigi: Superstar Saga,2.18 +Madagascar: Escape 2 Africa,2.18 +Pokemon Ranger,2.18 +Yu-Gi-Oh: Duel Monsters 4,2.1799999999999997 +ATV Offroad Fury 2,2.1799999999999997 +Star Wars: Rogue Squadron,2.17 +Resident Evil: Revelations,2.17 +Tony Hawk: RIDE,2.17 +Forza Motorsport 5,2.17 +LEGO Rock Band,2.17 +Bayonetta,2.17 +Tony Hawk's Proving Ground,2.16 +NCAA Football 2003,2.16 +Fight Night 2004,2.16 +NCAA Football 11,2.16 +Your Shape featuring Jenny McCarthy,2.16 +The Sims: House Party,2.1599999999999997 +Tom Clancy's Splinter Cell: Conviction,2.1599999999999997 +NBA Ballers,2.1500000000000004 +Volleyball,2.15 +Gun,2.15 +Syphon Filter 2,2.15 +Super Street Fighter II,2.15 +Harry Potter and the Prisoner of Azkaban,2.15 +Tetris DS,2.14 +Call of Duty: Roads to Victory,2.14 +Mahjong,2.1399999999999997 +R.C. Pro-Am,2.1399999999999997 +Super Mario RPG: Legend of the Seven Stars,2.1399999999999997 +Sniper: Ghost Warrior,2.1300000000000003 +Final Fantasy Tactics Advance,2.13 +MySims Agents,2.13 +Demon Attack,2.13 +Prince of Persia: The Forgotten Sands,2.12 +Project Gotham Racing,2.12 +Kirby's Epic Yarn,2.12 +Dance Dance Revolution Extreme,2.12 +Mario Sports Mix,2.1100000000000003 +Army of Two: The 40th Day,2.11 +South Park: The Stick of Truth,2.11 +Thief (2014),2.1 +Need for Speed: Most Wanted 5-1-0,2.1 +Parasite Eve,2.1 +NASCAR 2000,2.1 +Tak and the Power of Juju,2.1 +Devil May Cry 3: Dante's Awakening,2.0999999999999996 +Dead Rising,2.0999999999999996 +Shrek the Third,2.0999999999999996 +Prince of Persia,2.0999999999999996 +Project Gotham Racing (JP weekly sales),2.0900000000000003 +WCW Nitro,2.09 +World of Warcraft: Cataclysm,2.09 +Mario Party 5,2.09 +Metal Gear Solid: Peace Walker,2.09 +Dance Dance Revolution: Hottest Party,2.08 +Call of Duty 2,2.08 +Sid Meier's Civilization Revolution,2.08 +Disney Sing It: Pop Hits,2.08 +Spec Ops: Airborne Commando,2.08 +Warcraft: Orcs & Humans,2.08 +GRID,2.07 +Yu-Gi-Oh! The Eternal Duelist Soul,2.07 +Sled Storm,2.07 +Jeopardy!,2.07 +R4: Ridge Racer Type 4,2.06 +Kingdoms of Amalur: Reckoning,2.06 +Kingdom Hearts: Birth by Sleep,2.06 +Sonic Mega Collection,2.0599999999999996 +Pokemon Mystery Dungeon: Red/Blue Rescue Team,2.0500000000000003 +Pokémon Mystery Dungeon: Blue Rescue Team,2.05 +NFL 2K3,2.05 +Kingdom Hearts 358/2 Days,2.05 +Midway Arcade Treasures,2.05 +Dave Mirra Freestyle BMX 2,2.05 +Dig Dug,2.05 +UFC Undisputed 3,2.05 +Mario & Luigi: Dream Team,2.05 +Driver: San Francisco,2.04 +1080°: TenEighty Snowboarding,2.04 +PGR4 - Project Gotham Racing 4,2.04 +PaRappa The Rapper,2.04 +The Incredible Hulk,2.04 +SOCOM: U.S. Navy SEALs: Combined Assault,2.04 +Tiger Woods PGA Tour 09,2.04 +Dance Central 2,2.0399999999999996 +Final Fantasy Type-0,2.0300000000000002 +Rockstar Games presents Table Tennis,2.0300000000000002 +Major League Baseball 2K5,2.0300000000000002 +Driv3r,2.03 +Blazing Angels: Squadrons of WWII,2.02 +G-Force,2.02 +NBA 2K8,2.02 +Resident Evil: Operation Raccoon City,2.02 +Forza Horizon,2.0199999999999996 +SimCity,2.0199999999999996 +DriveClub,2.0100000000000002 +TouchMaster,2.0100000000000002 +Guitar Hero Live,2.0100000000000002 +WCW Mayhem,2.0100000000000002 +Duke Nukem Forever,2.0100000000000002 +NBA Live 09,2.0100000000000002 +MX vs. ATV Reflex,2.01 +NCAA Football 09,2.0 +Centipede,2.0 +Naruto Shippuden: Ultimate Ninja Storm 2,2.0 +Fire Emblem: Awakening,2.0 +GoldenEye 007 (2010),1.9999999999999998 +Max Payne 2: The Fall of Max Payne,1.9900000000000002 +Metro: Last Light,1.9900000000000002 +Tenchu: Stealth Assassins,1.99 +Red Dead Revolver,1.99 +NASCAR 2005: Chase for the Cup,1.9899999999999998 +"Monsters, Inc.",1.98 +Lost Planet: Extreme Condition,1.98 +DiRT 3,1.9700000000000002 +My Word Coach,1.97 +E.T.: The Extra Terrestrial,1.97 +Sonic Classic Collection,1.97 +Devil May Cry 2,1.97 +Hot Shots Golf: Open Tee,1.96 +Metal Gear Rising: Revengeance,1.96 +Harry Potter and the Deathly Hallows - Part 1,1.96 +NCAA Football 13,1.96 +Tiger Woods PGA Tour 06,1.96 +Soccer,1.96 +XCOM: Enemy Unknown,1.96 +Brink,1.9599999999999997 +Dark Souls III,1.9599999999999997 +Rad Racer,1.9599999999999995 +DiRT,1.95 +Fight Night Champion,1.95 +NBA Live 2000,1.95 +NCAA Football 08,1.95 +Kirby Squeak Squad,1.95 +Scooby Doo and the Cyber Chase,1.95 +Dynasty Warriors 3,1.9400000000000002 +Skate 2,1.94 +Shark Tale,1.94 +Ultimate Spider-Man,1.94 +Alleyway,1.94 +NBA 2K17,1.94 +Brutal Legend,1.9300000000000002 +State of Emergency,1.9300000000000002 +Burnout Revenge,1.93 +Dragon Ball Z: Budokai 3,1.93 +Virtua Fighter 2,1.93 +Tiger Woods PGA Tour 11,1.93 +Mortal Kombat II,1.93 +Tetris DX,1.93 +Jet Moto 2,1.9299999999999997 +The Sims: Makin' Magic,1.92 +The Legend of Zelda: Oracle of Ages,1.92 +Mario Super Sluggers,1.92 +Red Faction,1.92 +Toy Story Mania!,1.9100000000000001 +Juiced 2: Hot Import Nights,1.9100000000000001 +Mario Party 3,1.91 +NASCAR Thunder 2002,1.91 +Game Party 2,1.91 +The Lord of the Rings: War in the North,1.9000000000000001 +The Witcher 2: Assassins of Kings,1.9 +Star Wars Rogue Leader: Rogue Squadron II,1.9 +Angry Birds Star Wars,1.9 +Yu-Gi-Oh! Forbidden Memories,1.8900000000000001 +Operation Flashpoint: Dragon Rising,1.8900000000000001 +Tiger Woods PGA Tour 12: The Masters,1.8900000000000001 +Bolt,1.89 +Star Fox Adventures,1.8800000000000001 +Yokai Watch,1.8800000000000001 +NCAA Football 14,1.8800000000000001 +Ratchet & Clank Future: A Crack in Time,1.88 +Medal of Honor: European Assault (All Region sales),1.88 +Hot Shots Golf 2,1.88 +Tom Clancy's Ghost Recon Advanced Warfighter,1.87 +Harry Potter: Quidditch World Cup,1.87 +The Legend of Dragoon,1.87 +Sly 2: Band of Thieves,1.8699999999999999 +FIFA 2000,1.8699999999999999 +Scarface: The World is Yours,1.8699999999999999 +Rabbids Go Home,1.8699999999999999 +Mario Party: Island Tour,1.86 +The Legend of Zelda: Oracle of Seasons,1.86 +Turok 2: Seeds of Evil,1.86 +South Park,1.86 +Phineas and Ferb,1.86 +Castlevania,1.8599999999999999 +Top Spin 3,1.8599999999999999 +Omerta: City of Gangsters,1.8599999999999999 +Corvette,1.85 +Gran Turismo Concept 2001 Tokyo,1.8499999999999999 +Jak 3,1.8499999999999999 +inFAMOUS 2,1.8499999999999999 +Pinball,1.8499999999999999 +Kingdom Hearts: Chain of Memories,1.8499999999999999 +Chrono Cross,1.8499999999999996 +Sniper Elite V2,1.84 +Demon's Souls,1.84 +Marvel Nemesis: Rise of the Imperfects,1.8399999999999999 +Petz: Catz 2,1.8399999999999999 +2 Games in 1: Sonic Advance & ChuChu Rocket!,1.83 +NCAA Football 12,1.83 +Kirby: Triple Deluxe,1.83 +Secret of Mana,1.83 +Jet Moto,1.83 +High School Musical 3: Senior Year DANCE!,1.8299999999999998 +World of Warcraft: Mists of Pandaria,1.8299999999999998 +Sonic & Knuckles,1.8200000000000005 +Virtua Fighter 4,1.8200000000000003 +Air Combat,1.82 +"Hey You, Pikachu!",1.82 +DDRMAX2: Dance Dance Revolution,1.8199999999999998 +NHL 15,1.8199999999999998 +Brothers in Arms: Hell's Highway,1.8199999999999998 +Metroid Prime 3: Corruption,1.81 +Tom Clancy's EndWar,1.81 +The Sims: Hot Date,1.81 +Dragon Quest VI: Realms of Revelation,1.8099999999999998 +Sonic Advance 2,1.8000000000000005 +NFL GameDay 2000,1.8 +Ben 10 Alien Force: Vilgax Attacks,1.8 +Beyond: Two Souls,1.8 +NASCAR Thunder 2003,1.8 +Rayman Raving Rabbids,1.7999999999999998 +Disney's Aladdin,1.7900000000000003 +Kinect Star Wars,1.7900000000000003 +Castlevania: Lords of Shadow,1.79 +The Getaway: Black Monday,1.78 +Dragon Quest Monsters: Joker,1.78 +Mario Golf,1.78 +Rise of the Tomb Raider,1.7799999999999998 +Dead or Alive 3,1.7799999999999998 +Golden Sun,1.7700000000000002 +Shadow The Hedgehog,1.77 +Wii Party U,1.77 +Brunswick Pro Bowling,1.77 +TimeSplitters 2,1.77 +"The Chronicles of Narnia: The Lion, The Witch and The Wardrobe",1.77 +Professor Layton and the Mask of Miracle,1.7699999999999998 +Test Drive,1.7699999999999998 +Kid Icarus,1.7600000000000005 +Pro Evolution Soccer,1.7600000000000002 +Sonic the Hedgehog 3,1.76 +NBA 2K7,1.76 +2 Games in 1 Double Pack: The Incredibles / Finding Nemo: The Continuing Adventures,1.76 +Evolve,1.76 +Resident Evil Zero,1.76 +Metroid II: Return of Samus,1.76 +Kirby 64: The Crystal Shards,1.76 +Star Wars: Starfighter,1.7599999999999998 +Star Wars Episode I: The Phantom Menace,1.75 +Crackdown,1.75 +Kirby's Adventure,1.75 +Pro Evolution Soccer 2015,1.75 +Lost Planet 2,1.75 +Cooking Mama 3: Shop & Chop,1.75 +Forza Motorsport 6,1.7499999999999998 +Uncharted: Golden Abyss,1.74 +Xenosaga Episode I: Der Wille zur Macht,1.74 +Cruis'n USA,1.74 +Disney's Chicken Little,1.74 +2 Games in 1: Disney Princess & The Lion King,1.7399999999999998 +Dance Dance Revolution X,1.7399999999999998 +Twisted Metal III,1.73 +Crash Bandicoot: The Huge Adventure,1.73 +Call of Duty: World at War Final Fronts,1.73 +The Lord of the Rings: The Fellowship of the Ring,1.73 +Disney Tangled,1.73 +Bratz: Forever Diamondz,1.73 +Ace Combat 5: The Unsung War,1.72 +Iron Man 2,1.72 +Imagine: Teacher,1.72 +The Order: 1886,1.72 +World Championship Poker: Featuring Howard Lederer - All In,1.72 +F1 2012,1.72 +Star Ocean: Till The End of Time,1.7100000000000002 +Game Party 3,1.71 +Borderlands: The Pre-Sequel,1.71 +Kanshuu Nippon Joushikiryoku Kentei Kyoukai: Imasara Hito ni wa Kikenai Otona no Joushikiryoku Training DS,1.71 +The Sims 3: Late Night Expansion Pack,1.71 +Triple Play 2000,1.7000000000000002 +SOCOM 3: U.S. Navy SEALs,1.7 +DmC: Devil May Cry,1.7 +Pro Evolution Soccer 2014,1.7 +We Ski,1.7 +Kirby's Return to Dreamland,1.7 +WCW vs. nWo: World Tour,1.7 +Super Puyo Puyo,1.7 +Personal Trainer: Math,1.7 +Bulletstorm,1.7 +WCW/NWO Thunder,1.6900000000000004 +Mission: Impossible,1.6900000000000002 +Call of Duty Black Ops: Declassified,1.69 +Jampack Winter '99,1.69 +Sid Meier's Civilization V,1.69 +Dragon Ball Z: The Legacy of Goku,1.69 +NBA Street V3,1.69 +Star Wars Battlefront: Renegade Squadron,1.69 +SpongeBob SquarePants featuring Nicktoons: Globs of Doom,1.68 +Time Crisis,1.68 +NFL GameDay 98,1.68 +NBA Live 99,1.68 +NBA Live 06,1.68 +Plants vs. Zombies,1.68 +Hyrule Warriors,1.68 +Metroid Fusion,1.6799999999999997 +Shaun White Snowboarding: Road Trip,1.6799999999999997 +Star Wars The Clone Wars: Lightsaber Duels,1.6700000000000002 +The Sims: Superstar,1.67 +ModNation Racers,1.67 +Big Beach Sports,1.67 +PGR: Project Gotham Racing 2,1.67 +Ready 2 Rumble Boxing,1.67 +Knack,1.67 +Ms. Pac-Man,1.6600000000000004 +Major League Baseball 2K7,1.6600000000000001 +StarCraft II: Heart of the Swarm,1.66 +Dragon Ball Z: Budokai Tenkaichi,1.66 +Heavenly Sword,1.66 +Red Faction II,1.66 +Terraria,1.66 +Hannah Montana: Spotlight World Tour,1.66 +Red Faction: Guerrilla,1.66 +Ape Escape,1.66 +Mario Party 6,1.66 +"SpongeBob SquarePants: Lights, Camera, Pants!",1.66 +Football Manager 2012,1.6599999999999997 +Viva Pinata,1.6500000000000004 +Black,1.6500000000000004 +[Prototype 2],1.6500000000000001 +Street Fighter II': Special Champion Edition,1.65 +Go Vacation,1.65 +Sniper Elite 3,1.65 +Tomb Raider: Legend,1.65 +NFL Blitz 2000,1.65 +Super Scope 6,1.6400000000000001 +Defender,1.6400000000000001 +Popeye,1.6400000000000001 +Kirby & the Amazing Mirror,1.64 +NBA Live 06 (All region sales),1.64 +Ghosts 'n Goblins,1.64 +Dragon Quest IV: Chapters of the Chosen,1.64 +Kinectimals,1.6399999999999997 +Pikmin,1.6300000000000003 +Tales of Symphonia,1.6300000000000001 +Until Dawn,1.6300000000000001 +Tony Hawk's American Wasteland (Old all region sales),1.6300000000000001 +Fight Night Round 2,1.63 +World Championship Poker,1.63 +Ty the Tasmanian Tiger,1.63 +EA Playground,1.63 +Baldur's Gate: Dark Alliance,1.62 +Mario Hoops 3 on 3,1.62 +X-Men Legends II: Rise of Apocalypse,1.6199999999999999 +Yu-Gi-Oh! Duel Monsters,1.6199999999999999 +Aliens: Colonial Marines,1.6199999999999999 +Buzz! The Music Quiz,1.61 +Bully: Scholarship Edition,1.61 +Kirby Air Ride,1.61 +Gears of War: Judgment,1.61 +GoldenEye: Rogue Agent,1.61 +Pokemon Battle Revolution,1.61 +Moshi Monsters: Moshling Zoo,1.6099999999999999 +Commando,1.6099999999999999 +Guitar Hero: Smash Hits,1.6 +Dollar Dash,1.6 +Disney Princess: Enchanted Journey,1.6 +Super Mario Strikers,1.6 +Power Rangers: Dino Thunder,1.5999999999999999 +No Man's Sky,1.5999999999999999 +River Raid,1.5999999999999999 +Hulk,1.5999999999999999 +SNK vs. Capcom: The Match of the Millennium,1.5999999999999996 +Medal of Honor Heroes 2,1.5900000000000003 +F-1 World Grand Prix,1.59 +Guitar Hero: On Tour Decades,1.59 +Stuntman,1.5899999999999999 +Dance Dance Revolution: Hottest Party 2,1.5899999999999999 +NHL 2001,1.5899999999999999 +Dragon Quest V: Hand of the Heavenly Bride,1.5899999999999999 +Silent Hill,1.5899999999999999 +NHL 2002,1.5899999999999999 +Smuggler's Run,1.58 +Blitz: The League,1.58 +Hannah Montana: Music Jam,1.58 +Soul Edge,1.58 +Spyro 2: Season of Flame,1.58 +Jampack Summer 2K,1.5799999999999998 +Carnival Games: Mini Golf,1.5799999999999998 +Pokemon Mystery Dungeon: Explorers of Sky,1.5799999999999996 +High School Musical 3: Senior Year,1.5700000000000003 +Final Fantasy IV,1.57 +Tales of Destiny,1.57 +NCAA Football 2002,1.57 +ATV Quad Power Racing 2,1.57 +Kingdom Hearts 3D: Dream Drop Distance,1.57 +Ready 2 Rumble Boxing: Round 2,1.5699999999999998 +Street Fighter X Tekken,1.5699999999999998 +Mad Max (2015),1.5699999999999998 +Donkey Kong Classics,1.56 +Mario Party 7,1.56 +Sonic Riders,1.56 +Twisted Metal,1.56 +Final Fight,1.56 +Guinness World Records: The Videogame,1.5599999999999998 +Active Life: Outdoor Challenge,1.5599999999999998 +FIFA World Cup Germany 2006,1.55 +Indiana Jones and the Staff of Kings,1.55 +Fire Emblem Fates,1.55 +Pokemon Pinball: Ruby & Sapphire,1.55 +Command & Conquer: Tiberian Sun,1.55 +LEGO Battles: Ninjago,1.55 +Spider-Man 2: Enter: Electro,1.55 +Ni no Kuni: Wrath of the White Witch,1.55 +Xenoblade Chronicles,1.55 +Disney Sing It! High School Musical 3: Senior Year,1.55 +Romancing SaGa,1.5499999999999998 +Tak 2: The Staff of Dreams,1.5499999999999998 +The Godfather II,1.5499999999999998 +Dead Rising 3,1.54 +Call of Juarez: Bound in Blood,1.54 +Dark Cloud,1.54 +Vigilante 8,1.54 +Resident Evil: The Umbrella Chronicles,1.54 +Disney Fairies: Tinker Bell,1.5399999999999998 +Warcraft III: The Frozen Throne,1.5399999999999998 +Mario Party 10,1.5399999999999998 +NFL GameDay 99,1.53 +Mario Golf: Toadstool Tour,1.53 +Tiger Woods 99 PGA Tour Golf,1.53 +The Lord of the Rings: Conquest,1.53 +Die Hard Trilogy,1.53 +The Simpsons Skateboarding,1.53 +Dragon Quest X,1.53 +Super Monkey Ball 2,1.5200000000000005 +Donkey Kong Country: Tropical Freeze,1.52 +Over the Hedge,1.52 +Sonic Rivals 2,1.52 +Trivial Pursuit,1.52 +Knockout Kings,1.52 +F1 Race,1.52 +Monster High: Ghoul Spirit,1.52 +Split/Second,1.52 +Ben 10 Ultimate Alien: Cosmic Destruction,1.52 +Call of Duty: Modern Warfare: Reflex Edition,1.52 +NASCAR 98,1.52 +Test Drive Unlimited 2,1.52 +NBA 2K2,1.52 +Cabela's Dangerous Hunts,1.52 +MLB 07: The Show,1.52 +Farming Simulator 2013,1.52 +Xevious,1.52 +NASCAR 2001,1.5100000000000002 +Gauntlet: Dark Legacy,1.51 +NBA Live 98,1.51 +NBA 2K3,1.51 +Mega Man 2,1.51 +Kane & Lynch: Dead Men,1.51 +Cabela's Big Game Hunter,1.51 +Puzzle & Dragons,1.51 +WWF No Mercy,1.5099999999999998 +Pro Evolution Soccer 2016,1.5099999999999998 +Ice Climber,1.5000000000000004 +Final Fantasy: Crystal Chronicles,1.5000000000000002 +Tokyo Xtreme Racer Zero,1.5 +Warhawk,1.5 +Resistance 3,1.5 +Hannah Montana: The Movie,1.5 +Payday 2,1.5 +Dead or Alive 5,1.5 +Super Scribblenauts,1.5 +Ninja Hattori Kun: Ninja wa Shuugyou Degogiru no Maki,1.5 +Simpsons Wrestling,1.5 +EA Sports UFC,1.4999999999999998 +Sonic CD,1.4999999999999998 +Dead Island: Riptide,1.49 +Buzz! The BIG Quiz,1.49 +Pac-Man World,1.49 +Drawn To Life: SpongeBob SquarePants Edition,1.49 +Banjo-Tooie,1.49 +WWF WrestleMania 2000,1.4899999999999998 +New Play Control! Mario Power Tennis,1.48 +PlayStation All-Stars Battle Royale,1.48 +NBA 2K6,1.48 +Wario Land II,1.48 +Imagine: Master Chef,1.48 +Dirge of Cerberus: Final Fantasy VII,1.48 +WWE All Stars,1.48 +Cars: Mater-National Championship,1.48 +Nintendo World Cup,1.48 +Phineas and Ferb: Across the 2nd Dimension,1.48 +LittleBigPlanet PS Vita,1.47 +X-Men Origins: Wolverine - Uncaged Edition,1.47 +Spider-Man: Friend or Foe,1.47 +Manhunt,1.47 +Disney Princess: Magical Jewels,1.47 +Disney Princess,1.47 +Assassin's Creed III: Liberation,1.47 +Xenogears,1.47 +Beijing 2008,1.47 +IL-2 Sturmovik: Birds of Prey,1.4699999999999998 +The House of the Dead 2 & 3 Return,1.4600000000000002 +Mario Superstar Baseball,1.4600000000000002 +WCW vs the World,1.46 +Area 51,1.46 +Naruto Shippuden: Ultimate Ninja Storm 3,1.46 +Dragon Ball: Raging Blast 2,1.46 +Triple Play 99,1.46 +Monopoly Streets,1.46 +Super Monkey Ball,1.46 +NHL 99,1.4500000000000002 +Onimusha 3: Demon Siege,1.4500000000000002 +Hello Kitty Party,1.4500000000000002 +Tamagotchi,1.45 +SpongeBob's Truth or Square (US sales),1.45 +4 Nin uchi Mahjong,1.45 +Game de Hakken!! Tamagotchi 2,1.45 +Namco Museum 64,1.45 +Resident Evil: Outbreak,1.45 +Dragon Ball Z,1.45 +Dragon Quest Monsters: Joker 2,1.45 +Anno 2070,1.45 +Smarty Pants,1.45 +Tony Hawk's American Wasteland (Weekly american sales),1.4499999999999997 +Valkyria Chronicles,1.4499999999999997 +SingStar Pop,1.4400000000000002 +Turok,1.44 +Kinect Joy Ride,1.44 +The Amazing Spider-Man 2 (2014),1.44 +Colin McRae Rally 3,1.44 +Kirby Super Star,1.44 +SimCity (2013),1.44 +Doom 3,1.44 +Monsters vs. Aliens,1.44 +Mercenaries: Playground of Destruction,1.44 +Dynasty Warriors 5,1.44 +Stuntman: Ignition,1.4300000000000002 +Dora The Explorer: Dora Saves the Snow Princess,1.4300000000000002 +MX vs. ATV Unleashed,1.4300000000000002 +Lemony Snicket's A Series of Unfortunate Events,1.43 +Sonic Rivals,1.43 +Tiger Woods PGA Tour 09 All-Play,1.43 +The Legend of Zelda: The Minish Cap,1.43 +Frogger 2: Swampy's Revenge,1.43 +Star Wars Knights of the Old Republic II: The Sith Lords,1.43 +MLB 08: The Show,1.43 +Alan Wake,1.4200000000000002 +Samurai Warriors,1.4200000000000002 +NBA Live 06 (Weekly american sales),1.42 +Pro Yakyuu Family Stadium '87,1.42 +Q*bert,1.42 +Inazuma Eleven 2,1.42 +F1 2009,1.42 +Super Metroid,1.42 +Ninja Gaiden Sigma,1.4199999999999997 +Classic NES Series: Super Mario Bros.,1.4199999999999997 +Okami,1.4100000000000001 +Mini Ninjas,1.4100000000000001 +Manhunt 2,1.4100000000000001 +Drawn to Life: The Next Chapter,1.4100000000000001 +Destroy All Humans!,1.4100000000000001 +Metroid: Other M,1.41 +Major League Baseball 2K6,1.41 +Battlefield 2: Modern Combat,1.41 +Gran Turismo 4 Prologue,1.41 +Resident Evil (Remake),1.41 +Twisted Metal: Black,1.41 +Dreamworks Madagascar Kartz,1.41 +Tekken Tag Tournament 2,1.41 +Final Fantasy XII: Revenant Wings,1.4000000000000001 +Major League Baseball 2K10,1.4 +The BIGS,1.4 +The Biggest Loser,1.4 +Sonic Advance 3,1.4 +Prince of Persia: The Two Thrones,1.4 +2Xtreme,1.4 +Persona 4: Golden,1.39 +Blur,1.39 +Teenage Mutant Ninja Turtles III: The Manhattan Project,1.39 +MotorStorm: Arctic Edge,1.3899999999999997 +NFL GameDay 2001,1.3800000000000001 +Tony Hawk's American Wasteland,1.3800000000000001 +Bravely Default: Flying Fairy,1.3800000000000001 +Duke Nukem: Time to Kill,1.3800000000000001 +Lightning Returns: Final Fantasy XIII,1.3800000000000001 +Silent Hill: Shattered Memories,1.38 +MotorStorm: Pacific Rift,1.38 +Bad Boys: Miami Takedown,1.38 +Tales of the Abyss,1.38 +Hot Wheels Turbo Racing,1.37 +Army Men: Sarge's Heroes,1.37 +Pocket Monsters Stadium,1.37 +A Collection of Activision Classic Games for the Atari 2600,1.37 +Hasbro Family Game Night 2,1.37 +Monster Jam: Path of Destruction,1.37 +Project CARS,1.37 +Harry Potter and the Deathly Hallows - Part 2,1.37 +Gardening Mama,1.37 +Paper Mario,1.3699999999999999 +Midnight Club 3: DUB Edition Remix,1.3699999999999999 +Crash Bandicoot 2: N-Tranced,1.36 +Cabela's Dangerous Hunts 2011,1.36 +Dragon Quest III: Soshite Densetsu e...,1.36 +Sega Rally Revo,1.36 +Tetris Party Deluxe,1.3599999999999999 +Gradius,1.3599999999999999 +Ridge Racer 7,1.3599999999999999 +Dragon Ball Z: Burst Limit,1.3599999999999999 +SoulCalibur V,1.35 +Yoshi's New Island,1.35 +Final Fantasy,1.35 +Madden NFL 98,1.35 +Monster Hunter Freedom,1.35 +Street Fighter Alpha 2,1.35 +SaGa Frontier,1.35 +SingStar Party,1.35 +Bomberman,1.35 +Donkey Kong Jungle Beat,1.3499999999999999 +Dance Dance Revolution (Japan),1.3499999999999999 +Ryse: Son of Rome,1.3499999999999999 +Mario & Luigi: Partners in Time,1.3499999999999999 +Star Wars: Bounty Hunter,1.3499999999999999 +World of Zoo,1.34 +The ICO & Shadow of the Colossus Collection,1.34 +MLB 15: The Show,1.34 +The Chronicles of Narnia: Prince Caspian,1.34 +Deadpool,1.34 +Command & Conquer: Red Alert 2,1.34 +Namco Museum DS,1.3399999999999999 +Ratchet & Clank: Up Your Arsenal (Weekly american sales),1.3399999999999999 +Naruto Shippuden: Ultimate Ninja Storm 4,1.3399999999999999 +Triple Play 2001,1.33 +Rocket Power: Beach Bandits,1.33 +NHL 11,1.33 +The Price is Right,1.33 +Need for Speed Underground Rivals,1.33 +SpongeBob SquarePants: Creature from the Krusty Krab,1.33 +MLB 10: The Show,1.33 +All-Star Baseball 2003,1.33 +Metroid Prime 2: Echoes,1.3299999999999998 +NASCAR Thunder 2004,1.32 +Petz Wild Animals: Dolphinz,1.32 +Gyromite,1.32 +Madden NFL 97,1.32 +Shrek SuperSlam,1.32 +Your Shape: Fitness Evolved,1.32 +Fighting Force,1.32 +MAG: Massive Action Game,1.32 +Pokemon Ranger: Guardian Signs,1.3199999999999998 +Mega Man Battle Network 4: Red Sun / Blue Moon,1.3199999999999998 +Goldeneye 007: Reloaded,1.3199999999999998 +NHL 13,1.3199999999999998 +World of Warcraft: Wrath of the Lich King,1.3199999999999998 +TNN Motor Sports Hardcore 4x4,1.3199999999999998 +Need for Speed: Shift 2 Unleashed,1.3199999999999998 +TOCA 2: Touring Cars,1.3199999999999998 +Pitfall II: Lost Caverns,1.31 +UEFA Euro 2008 Austria-Switzerland,1.31 +Yu-Gi-Oh! The Sacred Cards,1.31 +LEGO Battles,1.31 +Street Hoops,1.31 +SingStar '80s,1.31 +London 2012: The Official Video Game of the Olympic Games,1.31 +Rugrats Studio Tour,1.3099999999999998 +IHRA Drag Racing 2,1.3099999999999998 +Mortal Kombat: Armageddon,1.3099999999999998 +Gold's Gym: Cardio Workout,1.3000000000000003 +Romancing SaGa 3,1.3 +Star Wars Battlefront: Elite Squadron,1.3 +Rampage World Tour,1.3 +ESPN NHL 2K5,1.3 +Major League Baseball 2K9,1.3 +EA Sports UFC 2,1.3 +Test Drive 5,1.3 +MLB 09: The Show,1.3 +Digimon World,1.3 +Adventure,1.2999999999999998 +How to Train Your Dragon,1.29 +Pirates of the Caribbean: The Curse of the Black Pearl,1.29 +Yoshi's Woolly World,1.29 +NHL 12,1.29 +Mega Man Battle Network 3 Blue / White Version,1.29 +MLB 06: The Show,1.29 +Marvel Super Hero Squad,1.29 +Top Spin 4,1.29 +ATV: Quad Power Racing,1.2899999999999998 +Army Men 3D,1.28 +The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies,1.28 +Imagine: Wedding Designer,1.28 +Mystery Case Files: MillionHeir,1.28 +Champions of Norrath,1.28 +EyePet,1.28 +Yakuman,1.28 +The Walking Dead: Survival Instinct,1.28 +Starsky & Hutch,1.28 +Transformers,1.28 +James Bond 007: Blood Stone,1.28 +Dragon Ball: Raging Blast,1.28 +Hasbro Family Game Night 3,1.2799999999999998 +Midnight Club 3: DUB Edition (America weekly sales),1.2799999999999998 +Frozen: Olaf's Quest,1.27 +Silent Hill 2,1.27 +Hogan's Alley,1.27 +Devil May Cry HD Collection,1.27 +NHL 2003,1.27 +Twisted Metal 4,1.27 +Road Rash,1.27 +Yokai Watch 3,1.27 +Tales of Phantasia,1.27 +The Sims 2: Nightlife,1.27 +Atlantis,1.2699999999999998 +Pokemon Mystery Dungeon: Gates to Infinity,1.2699999999999998 +Jillian Michaels' Fitness Ultimatum 2009,1.2699999999999998 +Warriors Orochi,1.2699999999999998 +Castlevania: Symphony of the Night,1.2699999999999998 +Scooby-Doo! Mystery Mayhem,1.26 +.hack//Infection Part 1,1.26 +Spider-Man: Web of Shadows,1.26 +Devil Dice,1.26 +SOCOM: U.S. Navy SEALs Confrontation,1.26 +Championship Manager 03/04,1.26 +SpongeBob SquarePants: The Yellow Avenger,1.26 +Reel Fishing,1.26 +Sonic Adventure DX: Director's Cut,1.26 +"Warhammer 40,000: Space Marine",1.26 +NCAA March Madness 2004,1.26 +Jet Li: Rise to Honor,1.26 +Battle Arena Toshinden,1.26 +Football Manager 2011,1.26 +Peppa Pig: The Game,1.26 +Kid Icarus: Uprising,1.26 +Brian Lara Cricket,1.2599999999999998 +Need for Speed: Porsche Unleashed,1.2599999999999998 +Borderlands: The Handsome Collection,1.2599999999999998 +Super Ghouls 'n Ghosts,1.2500000000000002 +Winter Sports: The Ultimate Challenge,1.2500000000000002 +Road Rash 3D,1.25 +Tamagotchi Connection: Corner Shop,1.25 +Lara Croft Tomb Raider: The Angel of Darkness,1.25 +Lego Star Wars: The Force Awakens,1.25 +Combat,1.25 +Gegege no Kitarou 2: Youkai Gundan no Chousen,1.25 +Oddworld: Abe's Oddysee,1.25 +Wolfenstein,1.25 +Dragon Ball: Daimaou Fukkatsu,1.25 +Tactics Ogre: Let Us Cling Together,1.25 +Two Worlds II,1.2400000000000002 +Disney's Tarzan / Disney's Aladdin in Nasira's Revenge / Disney's The Emperor's New Groove Action Game,1.24 +Ridge Racer V,1.24 +Transformers: Autobots / Decepticons,1.24 +NHL 2004,1.24 +MVP Baseball 2003,1.24 +Darksiders,1.24 +Diddy Kong Racing DS,1.24 +Spec Ops: The Line,1.24 +Need for Speed: Nitro,1.24 +Pokemon XD: Gale of Darkness,1.24 +Tetris 2 (All region sales),1.24 +Spider-Man: Shattered Dimensions,1.24 +Tales of Xillia,1.24 +NHL 10,1.24 +NBA Live 10,1.24 +Dynasty Warriors 6,1.24 +RollerCoaster Tycoon 2,1.24 +Burnout 2: Point of Impact,1.24 +Assassin's Creed: Bloodlines,1.24 +Ratchet: Deadlocked,1.2399999999999998 +Royal Palace of White Sword and The City of Gentiles,1.2399999999999998 +Ace Combat: Assault Horizon,1.2399999999999998 +"WarioWare, Inc.: Mega MicroGame$",1.23 +Sacred 2: Fallen Angel,1.23 +TNA iMPACT!,1.23 +Avatar: The Last Airbender,1.23 +Ninja Gaiden,1.23 +Frogger: The Great Quest,1.23 +Major League Baseball 2K8,1.23 +Mario Power Tennis,1.2299999999999998 +Kirby Tilt 'n' Tumble,1.2299999999999998 +Super Street Fighter IV: 3D Edition,1.2200000000000002 +Tom Clancy's Splinter Cell: Double Agent,1.22 +Game & Watch Gallery 2,1.22 +Donkey Kong Country 2,1.22 +Game & Watch Gallery 3,1.22 +ESPN College Hoops 2K5,1.22 +Intelligent Qube,1.22 +Unreal Tournament III,1.22 +Golden Sun: The Lost Age,1.22 +Wipeout 2,1.22 +Rapala Pro Bass Fishing 2010,1.22 +Boom Blox,1.22 +Alice: Madness Returns,1.22 +Chocobo no Fushigi Dungeon,1.2199999999999998 +Test Drive 4,1.21 +Sly Cooper and the Thievius Raccoonus,1.21 +Star Wars Episode 1: Jedi Power Battles,1.21 +Parfait: Chocolat Second Style,1.21 +Shrek / Shrek 2 2-in-1 Gameboy Advance Video,1.21 +Dino Crisis 2,1.21 +Dragon Quest Heroes: The World's Tree Woe and the Blight Below,1.21 +The Magical Quest starring Mickey Mouse,1.21 +Dragon Quest IV: Michibikareshi Monotachi,1.21 +Fuzion Frenzy,1.21 +Kobe Bryant in NBA Courtside,1.2000000000000002 +Dogz,1.2000000000000002 +Dragon Ball Z: La Legende Saien,1.2 +Rock Band Country Track Pack,1.2 +PokéPark Wii: Pikachu's Adventure,1.2 +ATV Offroad Fury 3,1.2 +Pikmin 2,1.2 +Captain Toad: Treasure Tracker,1.2 +World Soccer Winning Eleven 9 (JP & Others sales),1.2 +One Piece: Pirate Warriors,1.2 +Mario vs. Donkey Kong 2: March of the Minis,1.2 +Metal Gear Solid: Portable Ops,1.2 +Green Day: Rock Band,1.2 +Ganbare Goemon! Karakuri Douchuu,1.2 +TwinBee,1.2 +Deer Drive,1.1900000000000002 +Tom Clancy's HAWX,1.1900000000000002 +NFL 2K,1.1900000000000002 +Virtua Tennis 3,1.1900000000000002 +SolarStriker,1.1900000000000002 +The Dukes of Hazzard: Racing for Home,1.1900000000000002 +Tales of Vesperia,1.1900000000000002 +Metal Gear Solid VR Missions,1.1900000000000002 +Knockout Kings 2002,1.19 +Final Fantasy I & II: Dawn of Souls,1.19 +True Crime: New York City,1.19 +Naruto Shippuden: Ultimate Ninja Storm Generations,1.19 +Resident Evil: Revelations 2,1.19 +UFC Personal Trainer: The Ultimate Fitness System,1.19 +Disney's Chip 'n Dale: Rescue Rangers,1.19 +Nuclear Strike,1.19 +Dora the Explorer: Dora Saves the Mermaids,1.19 +MLB SlugFest 20-03,1.1800000000000002 +Spore,1.1800000000000002 +Pro Yakyuu Family Stadium '88,1.1800000000000002 +iCarly,1.1800000000000002 +Shinobi,1.1800000000000002 +Ice Age: Dawn of the Dinosaurs,1.18 +Pole Position,1.18 +Street Fighter Alpha 3,1.18 +Rage Racer,1.18 +Ratchet & Clank (2016),1.18 +Pokemon Super Mystery Dungeon,1.18 +Shenmue,1.18 +Shadow of the Colossus,1.18 +Lollipop Chainsaw,1.1700000000000002 +Wario Land: Shake It!,1.1700000000000002 +Bushido Blade,1.1700000000000002 +Freekstyle,1.17 +Test Drive: Off Road,1.17 +Top Gun: Combat Zones,1.17 +Mega Man 3,1.17 +2014 FIFA World Cup Brazil,1.17 +Romancing SaGa 2,1.17 +Cool Boarders 4,1.17 +Your Shape: Fitness Evolved 2012,1.17 +MLB 14: The Show,1.17 +Destruction Derby 2,1.17 +Football Manager 2013,1.17 +The Incredibles: Rise of the Underminer,1.17 +Soviet Strike,1.17 +Final Fantasy Tactics: The War of the Lions,1.1600000000000001 +Kane & Lynch 2: Dog Days,1.1600000000000001 +Mario vs. Donkey Kong,1.1600000000000001 +Burnout,1.1600000000000001 +Metal Gear Solid 2: Substance,1.1600000000000001 +Dragon Ball Z: Ultimate Tenkaichi,1.1600000000000001 +BeatMania,1.1600000000000001 +Dynasty Warriors 7,1.1600000000000001 +EA Sports Active: More Workouts,1.1600000000000001 +Mega Man X,1.16 +Tom Clancy's Ghost Recon: Jungle Storm,1.16 +Yu-Gi-Oh! The Sacred Cards (American and Others sales),1.16 +Big Mutha Truckers,1.16 +Ice Age 2: The Meltdown,1.16 +Sega Rally Championship,1.16 +Sonic Rush Adventure,1.16 +Sonic and the Black Knight,1.16 +Qix,1.1500000000000001 +Thrillville: Off the Rails,1.1500000000000001 +Jet Force Gemini,1.1500000000000001 +Kaboom!,1.1500000000000001 +Doraemon,1.15 +Pokemon Rumble Blast,1.15 +Dragon Quest I & II,1.15 +Hot Wheels: Stunt Track Challenge,1.15 +High School Musical 2: Work This Out!,1.15 +Derby Stallion III,1.15 +Warriors Orochi 3,1.15 +Donkey Konga,1.15 +Avatar: The Last Airbender - The Burning Earth,1.15 +Dance Dance Revolution Extreme 2,1.15 +Ford Racing 2,1.15 +Worldwide Soccer Manager 2009,1.1499999999999997 +Dance on Broadway,1.1400000000000001 +Hitman: Contracts,1.1400000000000001 +Dead or Alive 2,1.1400000000000001 +Midway Arcade Treasures 2,1.1400000000000001 +Puyo Puyo Sun Ketteiban,1.1400000000000001 +Hot Shots Golf: Out of Bounds,1.1400000000000001 +Brave Fencer Musashi,1.1400000000000001 +Tenchu: Wrath of Heaven,1.1400000000000001 +Super R.C. Pro-Am,1.14 +San Francisco Rush: Extreme Racing,1.14 +Bratz: Rock Angelz,1.14 +NHL 16,1.14 +MechAssault,1.14 +Ratchet & Clank: All 4 One,1.14 +Action Bass,1.14 +Resident Evil - Code: Veronica,1.1399999999999997 +Fantasy Life,1.1300000000000001 +X2: Wolverine's Revenge,1.1300000000000001 +Stranglehold,1.1300000000000001 +Derby Stallion 99,1.1300000000000001 +Pilotwings,1.1300000000000001 +Pokémon Mystery Dungeon: Red Rescue Team (US weekly sales),1.1300000000000001 +Jampack Winter '98,1.1300000000000001 +Command & Conquer: Red Alert 3,1.1300000000000001 +Bakugan Battle Brawlers: Defenders of the Core,1.13 +Mobile Suit Gundam: Federation vs. Zeon,1.13 +Tom Clancy's Rainbow Six 3: Black Arrow,1.13 +Mega Man Anniversary Collection,1.13 +The Hobbit,1.12 +The Darkness,1.12 +Defiance,1.12 +Petz: Horsez 2,1.12 +Crackdown 2,1.12 +Worldwide Soccer Manager 2008,1.12 +Triple Play 2002,1.12 +Yakuza 3,1.12 +Moon Patrol,1.12 +Enslaved: Odyssey to the West,1.12 +Supercar Street Challenge,1.12 +Counter-Strike,1.12 +Lode Runner,1.12 +Sonic Riders: Zero Gravity,1.1199999999999999 +Pilotwings 64,1.1199999999999999 +MLB 12: The Show,1.1199999999999999 +Scooby-Doo! and the Spooky Swamp,1.1199999999999999 +SOCOM: U.S. Navy SEALs Fireteam Bravo,1.1199999999999999 +Worms Armageddon,1.11 +Teenage Mutant Ninja Turtles 2: Battle Nexus,1.11 +Mega Man X4,1.11 +Arc the Lad,1.11 +Legend of Mana,1.11 +Wet,1.11 +TMNT,1.1099999999999999 +Street Fighter Alpha: Warriors' Dreams,1.1099999999999999 +Lost: Via Domus,1.1099999999999999 +Tony Hawk: Shred,1.1099999999999999 +Guitar Hero Encore: Rocks The 80s,1.1099999999999999 +Pikmin 3,1.1099999999999999 +Donkey Kong Jr.,1.1099999999999999 +Doom 3 BFG Edition,1.1 +Karaoke Revolution,1.1 +Barbie as The Island Princess,1.1 +Sunset Overdrive,1.1 +Major League Baseball 2K11,1.1 +NHL 14,1.1 +Lumines: Puzzle Fusion,1.1 +Brothers In Arms: Road to Hill 30,1.1 +Rocky,1.1 +The Final Fantasy Legend,1.1 +The Legend of Zelda: Tri Force Heroes,1.1 +Yu-Gi-Oh! Duel Monsters II: Dark Duel Stories,1.1 +The Princess and the Frog,1.1 +Famicom Jump: Eiyuu Retsuden,1.1 +Untold Legends: Brotherhood of the Blade,1.0999999999999999 +Mass Effect Trilogy,1.0999999999999999 +Skate,1.0999999999999999 +Shaun Palmer's Pro Snowboarder,1.0999999999999999 +Virtua Tennis 2009,1.0999999999999999 +Megamania,1.0999999999999999 +SingStar Legends,1.0999999999999999 +Jungle Hunt,1.0999999999999999 +Star Ocean: The Second Story,1.0999999999999999 +Triple Play 98,1.0999999999999999 +NERF N-Strike,1.0999999999999999 +F-Zero X,1.0999999999999999 +The Lord of the Rings: The Third Age,1.0999999999999999 +SingStar Queen,1.09 +Virtua Fighter 5,1.09 +Yakuza 2,1.09 +SingStar Rocks!,1.09 +Conflict: Desert Storm II - Back to Bagdhad,1.09 +Resonance of Fate,1.09 +Final Fantasy XI: Wings of the Goddess,1.09 +Spyro: A Hero's Tail,1.09 +Namco Museum Battle Collection,1.09 +Densha De Go!,1.09 +G.I. Joe: The Rise of Cobra,1.09 +Endless Ocean,1.0899999999999999 +Resident Evil: The Darkside Chronicles,1.0899999999999999 +NFL 2K1,1.0899999999999999 +MySims Racing,1.0899999999999999 +Naruto: Ultimate Ninja Storm,1.0899999999999999 +"Transformers: War for Cybertron (XBox 360, PS3, & PC Versions)",1.0899999999999999 +Empire: Total War,1.0899999999999999 +The Warriors,1.0899999999999999 +Imagine: Babysitters,1.0899999999999999 +Dragon Ball Z: The Legacy of Goku II,1.0899999999999999 +Sonic Free Riders,1.0899999999999999 +TRON: Evolution,1.0899999999999999 +Star Fox: Assault,1.08 +Fisherman's Bass Club,1.08 +The Saboteur,1.08 +F.E.A.R. 2: Project Origin,1.08 +ZombiU,1.08 +Joust,1.08 +Hitman: Blood Money,1.08 +Spore Creatures,1.08 +Dragon Ball Z: Budokai Tenkaichi 2,1.08 +All Star Cheer Squad,1.0799999999999998 +Dragon Ball Z: Taiketsu,1.0799999999999998 +Disney's Lilo & Stitch,1.0799999999999998 +Virtua Fighter,1.0799999999999998 +The Godfather,1.0799999999999998 +Crash Tag Team Racing,1.0799999999999998 +Major League Baseball 2K12,1.07 +World Tour Soccer,1.07 +You Don't Know Jack,1.07 +F.E.A.R. 3,1.07 +Doko Demo Issyo,1.07 +Batman Begins,1.07 +MVP 06 NCAA Baseball,1.07 +Transformers: Dark of the Moon,1.07 +Imagine: Fashion Designer New York,1.07 +SoulCalibur III,1.07 +Mortal Kombat Mythologies: Sub-Zero,1.07 +NFL Quarterback Club 98,1.07 +NFL 2K2,1.07 +Ridge Racer Revolution,1.0699999999999998 +Go Diego Go! Great Dinosaur Rescue,1.0699999999999998 +Championship Manager 99/00,1.0699999999999998 +Junior Brain Trainer,1.0699999999999998 +Super Princess Peach,1.06 +NCAA Football 99,1.06 +Seek and Destroy,1.06 +LEGO Racers,1.06 +Tiger Woods PGA Tour 13,1.06 +Pictionary,1.06 +R.U.S.E.,1.06 +SSX On Tour,1.06 +Vanquish,1.06 +Apollo Justice: Ace Attorney,1.06 +Simple 1500 Series Vol. 1: The Mahjong,1.0599999999999998 +Bee Movie Game,1.0599999999999998 +Glover,1.0599999999999998 +Monster Rancher 2,1.05 +Diablo II: Lord of Destruction,1.05 +Forza Motorsport,1.05 +NHL Hitz 20-02,1.05 +Legacy of Kain: Soul Reaver,1.05 +Puzzler Collection,1.05 +Derby Stallion 96,1.05 +Dave Mirra Freestyle BMX,1.05 +Cosmic Ark,1.05 +Angry Birds Trilogy,1.05 +Backyard Baseball,1.05 +Breath of Fire III,1.05 +Adventure Island,1.05 +Arc the Lad II,1.05 +Tag Team Match M.U.S.C.L.E.,1.05 +Jak and Daxter: The Lost Frontier,1.05 +SOCOM: U.S. Navy SEALs Fireteam Bravo 2,1.05 +Colin McRae Rally 04,1.05 +Imagine: Animal Doctor,1.0499999999999998 +Pokemon Conquest,1.0499999999999998 +F-Zero: Maximum Velocity,1.04 +Kirby: Mass Attack,1.04 +Medal of Honor: Underground,1.04 +Disney Fairies: Tinker Bell and the Lost Treasure,1.04 +ZhuZhu Pets,1.04 +Karaoke Revolution Presents American Idol Encore,1.04 +Dance Dance Revolution SuperNOVA,1.04 +Naruto: Clash of Ninja 2,1.04 +Jeremy McGrath Supercross 98,1.04 +Monster Jam: Urban Assault,1.04 +Pinball Hall of Fame: The Williams Collection,1.04 +Bomberman 64,1.0399999999999998 +Dynasty Warriors: Gundam 2,1.03 +NASCAR 09,1.03 +The Lost World: Jurassic Park,1.03 +Catherine,1.03 +Donkey Kong Land III,1.03 +WipEout Pure,1.03 +Full Spectrum Warrior,1.03 +Alice in Wonderland,1.03 +Condemned 2: Bloodshot,1.0299999999999998 +Burnout Legends,1.0299999999999998 +Marvel vs. Capcom 2: New Age of Heroes,1.0299999999999998 +Final Fight 2,1.02 +Inazuma Eleven 3,1.02 +The Legend of Spyro: The Eternal Night,1.02 +Tales of Graces f,1.02 +NHL 2K10,1.02 +X-Men: The Official Game,1.02 +Bayonetta 2,1.02 +Legends of Wrestling,1.02 +MX vs. ATV: Alive,1.02 +Naruto: Clash of Ninja Revolution,1.02 +Star Wars: Clone Wars,1.02 +Ninja Gaiden II,1.02 +Ace Combat 6: Fires of Liberation,1.01 +Jeremy McGrath Supercross 2000,1.01 +Monster Rancher,1.01 +NHL 09,1.01 +Pong: The Next Level,1.01 +Championship Manager 3,1.01 +Oshare Majo Love and Berry: DS Collection,1.01 +Road & Track Presents: The Need for Speed,1.01 +God of War: Ghost of Sparta,1.01 +Fantastic 4,1.01 +Ms. Pac-Man Maze Madness,1.01 +The Adventures of Tintin: The Game,1.01 +Gauntlet Legends,1.0099999999999998 +MLB 16: The Show,1.0000000000000002 +Phoenix Wright: Ace Attorney,1.0000000000000002 +Excitebike 64,1.0 +Littlest Pet Shop: Winter,1.0 +Killzone: Mercenary,1.0 +Mortal Kombat: Shaolin Monks,1.0 +NERF N-Strike Elite,1.0 +NES Open Tournament Golf,1.0 +1942,1.0 +The BIGS 2,1.0 +Pirates of the Caribbean: Dead Man's Chest,1.0 +Game & Watch Gallery,1.0 +Dynasty Warriors 3: Xtreme Legends,1.0 +Jampack Winter 2000,1.0 +Jissen Pachi-Slot Hisshouhou: Hokuto no Ken,1.0 +NFL Blitz 2001,1.0 +Winning Eleven: Pro Evolution Soccer 2007 (All Region sales),1.0 +NBA Live 97,1.0 +Haze,0.9900000000000001 +Mario Party Advance,0.9900000000000001 +Zoo Tycoon DS,0.99 +Midnight Club: LA Remix,0.99 +Batman: Vengeance,0.99 +Ace Combat X: Skies of Deception,0.99 +NHL 07,0.99 +Robotech: Battlecry,0.99 +The Bouncer,0.99 +Rampage: Total Destruction,0.99 +NFL Fever 2002,0.99 +CSI: Hard Evidence,0.99 +Oddworld: Abe's Exoddus,0.99 +Speed Racer: The Videogame,0.9899999999999999 +Mafia,0.9800000000000001 +Scribblenauts: Unlimited,0.9800000000000001 +The Black Eyed Peas Experience,0.98 +AMF Bowling Pinbusters!,0.98 +Surf's Up,0.98 +Suikoden III,0.98 +Air-Sea Battle,0.98 +Kingdom Hearts Re:coded,0.98 +Def Jam Rapstar,0.98 +Cabela's Deer Hunt: 2004 Season,0.98 +MTV Celebrity Deathmatch,0.98 +Tetris 2,0.98 +Tales of Zestiria,0.98 +Dynasty Warriors: Strikeforce,0.98 +Tamagotchi Connection: Corner Shop 2,0.98 +de Blob,0.9700000000000002 +Kill.Switch,0.9700000000000001 +Tokimeki Memorial: Forever with You,0.9700000000000001 +World Series of Poker,0.97 +Fire Emblem,0.97 +Knockout Kings 2001,0.97 +Club Penguin: Game Day!,0.97 +Yakuza 4,0.97 +F1 2013,0.9600000000000002 +PilotWings Resort,0.9600000000000002 +One Piece: Pirate Warriors 3,0.9600000000000001 +Star Soldier,0.96 +Donkey Kong Junior,0.96 +Gangs of London,0.96 +Kessen,0.96 +Dragon Quest Monsters: Terry's Wonderland 3D,0.96 +Rayman 2: The Great Escape,0.96 +FIFA Soccer 2002,0.96 +Dark Cloud 2,0.96 +Nicktoons: Attack of the Toybots,0.96 +MotoGP 08,0.96 +NASCAR Heat 2002,0.96 +Jampack Summer '99,0.96 +Dance Dance Revolution 2nd ReMIX,0.96 +Yu-Gi-Oh! Worldwide Edition: Stairway to the Destined Duel,0.9500000000000002 +Wild ARMs,0.9500000000000002 +Mega Man Star Force Dragon / Leo / Pegasus,0.9500000000000001 +My Weight Loss Coach,0.9500000000000001 +Star Fox 64 3D,0.9500000000000001 +Dark Sector,0.9500000000000001 +Killzone,0.9500000000000001 +Baldur's Gate: Dark Alliance II,0.95 +Boogie,0.95 +Mega Man 8 Anniversary Collector's Edition,0.95 +BlazBlue: Calamity Trigger,0.95 +NCAA Football 2000,0.95 +Guitar Hero: Van Halen,0.95 +Ty the Tasmanian Tiger 2: Bush Rescue,0.95 +Just Dance Kids 2,0.95 +Dungeon Siege III,0.95 +How to Train Your Dragon 2,0.95 +Sengoku Basara: Samurai Heroes,0.95 +Colin McRae Rally 2.0,0.9400000000000001 +Bentley's Hackpack,0.9400000000000001 +Crash City Mayhem,0.9400000000000001 +Red Faction: Armageddon,0.94 +Hot Wheels: Beat That!,0.94 +Bully,0.94 +Are You Smarter than a 5th Grader? Make the Grade,0.94 +Hot Shots Golf Fore!,0.94 +Castlevania: Lament of Innocence,0.94 +The Tomb Raider Trilogy,0.94 +Doom,0.94 +Plants vs. Zombies: Garden Warfare 2,0.94 +Tom Clancy's HAWX 2,0.94 +Wii Play: Motion,0.94 +Legends of WrestleMania,0.94 +The Legend of Zelda: Twilight Princess HD,0.94 +Midway Presents Arcade's Greatest Hits: The Atari Collection 1,0.94 +SaGa Frontier 2,0.94 +WipeOut 3 The Game,0.94 +F1 2015,0.94 +EA Sports Grand Slam Tennis,0.9399999999999998 +Buzz! Quiz World,0.9399999999999998 +Mega Man 4,0.93 +Build-A-Bear Workshop,0.93 +Charlie and the Chocolate Factory,0.93 +Nickelodeon Fit,0.93 +White Knight Chronicles: International Edition,0.93 +Mystery Dungeon: Shiren the Wanderer,0.93 +One Piece: Unlimited World Red,0.93 +Cabela's Outdoor Adventures (2009),0.93 +Star Wars: Jedi Starfighter,0.9299999999999999 +Mario Tennis Open,0.9299999999999999 +Phantasy Star Portable,0.9299999999999999 +Castlevania II: Simon's Quest,0.9299999999999999 +Shrek: Forever After,0.9299999999999999 +NieR,0.9299999999999999 +SnoCross Championship Racing,0.9299999999999998 +MLB 2000,0.9299999999999998 +Barbie Horse Adventures: Riding Camp,0.92 +Pokken Tournament,0.92 +Blue Dragon,0.92 +Wipeout: In The Zone,0.92 +Lost Odyssey,0.92 +Disney Magical World,0.92 +Balloon Fight,0.92 +Harvest Moon 3D: A New Beginning,0.92 +Tokyo Xtreme Racer 3,0.92 +Marvel Super Hero Squad: The Infinity Gauntlet,0.92 +Jimmy Neutron: Boy Genius,0.92 +Tales of Destiny 2,0.92 +Tobal No.1,0.9199999999999999 +NHL 98,0.9199999999999999 +Dragon's Crown,0.9199999999999999 +Space Jam,0.9199999999999999 +From Russia With Love,0.9199999999999999 +Ninja Gaiden 3,0.9100000000000001 +NASCAR 06: Total Team Control,0.91 +Super Momotarou Dentetsu III,0.91 +MLB 2005,0.91 +Tiger Woods PGA Tour 2002,0.91 +ESPN NFL Football,0.91 +Yakuza,0.9099999999999999 +NHL 06,0.9099999999999999 +Viewtiful Joe,0.9099999999999999 +XIII,0.9099999999999999 +Killzone: Liberation,0.9 +Buzz! Quiz TV,0.9 +Mini-Yonku Shining Scorpion: Let's & Go!!,0.9 +3Xtreme,0.9 +Sonic Chronicles: The Dark Brotherhood,0.9 +Fire Emblem: The Sacred Stones,0.9 +Resistance: Retribution,0.9 +Destruction Derby,0.9 +We Ski & Snowboard,0.9 +AC/DC LIVE: Rock Band Track Pack,0.9 +The Incredible Hulk: Ultimate Destruction,0.9 +Wii Fit U,0.9 +Hot Shots Tennis,0.9 +SOCOM 4: U.S. Navy SEALs,0.9 +Samba De Amigo,0.9 +FIFA Soccer 09 All-Play,0.9 +Dragon Ball Z: Sagas,0.9 +Family Feud: 2010 Edition,0.8999999999999999 +Cabela's Big Game Hunter (2008),0.8999999999999999 +LittleBigPlanet Karting,0.8999999999999999 +The Fairly Odd Parents: Shadow Showdown,0.8999999999999999 +Fossil Fighters,0.8999999999999999 +Hot Shots Golf: World Invitational,0.8900000000000001 +F.E.A.R.,0.8900000000000001 +The Biggest Loser: Ultimate Workout,0.89 +Ace Combat 2,0.89 +Castlevania: Circle of the Moon,0.89 +Seiken Densetsu 3,0.89 +Monster 4X4: World Circuit,0.89 +Pokemon Card GB2: Here Comes Team GR!,0.89 +MLB 2001,0.89 +Classic NES Series: The Legend of Zelda,0.89 +Cabela's Big Game Hunter 2012,0.89 +TouchMaster 2,0.89 +The Jak and Daxter Collection,0.89 +Virtua Tennis 4,0.8899999999999999 +Terminator Salvation,0.8899999999999999 +Nightmare Creatures,0.8899999999999999 +Sonic Lost World,0.8899999999999999 +Tom Clancy's Ghost Recon: Island Thunder,0.8800000000000001 +SingStar Anthems,0.8800000000000001 +The House of the Dead: Overkill,0.8800000000000001 +Alpha Protocol,0.88 +The Adventures of Jimmy Neutron Boy Genius: Jet Fusion,0.88 +Dissidia 012: Duodecim Final Fantasy,0.88 +Freedom Fighters,0.88 +Buzz! The Mega Quiz,0.88 +Star Wars: Rebel Assault II - The Hidden Empire,0.88 +Endless Ocean: Blue World,0.88 +Harvest Moon: The Tale of Two Towns,0.88 +Cooking Mama: World Kitchen,0.88 +Marvel vs. Capcom: Clash of Super Heroes,0.8799999999999999 +Kingdom Hearts Re: Chain of Memories,0.8799999999999999 +Gold's Gym: Dance Workout,0.8799999999999999 +Gex,0.8799999999999999 +Spec Ops: Ranger Elite,0.8799999999999999 +Enduro,0.8700000000000002 +Phantasy Star Portable 2,0.8700000000000001 +Metal Gear Ac!d,0.8700000000000001 +Buzz! Master Quiz,0.87 +Nicktoons: Unite!,0.87 +Ninja Gaiden Sigma 2,0.87 +Need for Speed: V-Rally,0.87 +Worms: Open Warfare,0.87 +Transformers: Fall of Cybertron,0.87 +Tales of Xillia 2,0.87 +Lemmings,0.87 +Wizards of Waverly Place,0.87 +Persona 4: Arena,0.87 +NFL GameDay '97,0.87 +Derby Stallion II,0.87 +Ford Racing,0.87 +MLB 11: The Show,0.87 +Street Fighter V,0.87 +NHL 2000,0.87 +Muramasa: The Demon Blade,0.87 +Crimson Skies: High Road to Revenge,0.8699999999999999 +SRS: Street Racing Syndicate,0.8699999999999999 +SingStar '90s,0.8699999999999999 +The Legendary Starfy,0.8600000000000002 +Backyard NFL Football,0.8600000000000001 +Dragon Age Origins: Awakening,0.86 +MLB 99,0.86 +The Walking Dead: Season Two,0.86 +Thrillville,0.86 +Madden NFL 09 All-Play,0.86 +Madden Football 64,0.86 +Vagrant Story,0.86 +The World Ends With You,0.86 +Mat Hoffman's Pro BMX 2,0.86 +Monster Strike 3DS,0.86 +Mobile Suit Gundam,0.8599999999999999 +The Darkness II,0.8599999999999999 +Dynasty Warriors 4: Xtreme Legends,0.8500000000000001 +Cabela's Big Game Hunter 2005 Adventures,0.8500000000000001 +SimAnimals,0.8500000000000001 +Petz Dogz Fashion,0.8500000000000001 +Golden Sun: Dark Dawn,0.85 +Test Drive Unlimited,0.85 +MySims SkyHeroes,0.85 +Army Men: Air Attack,0.85 +Castlevania III: Dracula's Curse,0.85 +Street Fighter EX3,0.85 +NFL GameDay,0.85 +Purr Pals,0.8499999999999999 +Time Crisis 4,0.8400000000000002 +Spelling Challenges and more!,0.8400000000000001 +Viking: Battle for Asgard,0.8400000000000001 +Brute Force,0.8400000000000001 +SimCity Creator,0.8400000000000001 +Silent Hill: Homecoming,0.8400000000000001 +Wreckless: ThE YaKuza MisSiOns,0.8400000000000001 +Army Men: Sarge's Heroes 2,0.8400000000000001 +Karaoke Revolution Glee,0.8400000000000001 +Football Manager 2014,0.84 +Boxing,0.84 +2002 FIFA World Cup,0.84 +Naughty Bear,0.84 +Rocket Power: Team Rocket Rescue,0.84 +Kirby: Planet Robobot,0.84 +Xenoblade Chronicles X,0.84 +Planet 51,0.84 +Looney Tunes: Back in Action,0.84 +Rogue Galaxy,0.84 +MLB 13: The Show,0.84 +Harvest Moon: Tree of Tranquility,0.8399999999999999 +Battle of Giants: Dinosaurs,0.8399999999999999 +New Carnival Games,0.8399999999999999 +Ford Racing Off Road,0.8300000000000001 +J Stars Victory Vs.,0.8300000000000001 +MX 2002 Featuring Ricky Carmichael,0.8300000000000001 +F1 2014,0.8300000000000001 +Casper,0.83 +Metroid: Zero Mission,0.83 +I Spy: Fun House,0.83 +Deca Sports 2,0.83 +Lizzie McGuire 2: Lizzie Diaries,0.83 +Spider-Man: Edge of Time,0.83 +Dance Central 3,0.83 +Yu-Gi-Oh! Dark Duel Stories,0.83 +Godzilla: Destroy All Monsters Melee,0.83 +Dynasty Warriors 2,0.83 +Sly 3: Honor Among Thieves,0.83 +Cabela's Dangerous Hunts 2009,0.83 +Sly Cooper: Thieves in Time,0.83 +FIFA Soccer World Championship,0.83 +Imagine: Rock Star,0.8200000000000002 +Robert Ludlum's The Bourne Conspiracy,0.8200000000000001 +Monopoly Party,0.8200000000000001 +EA Sports Active NFL Training Camp,0.8200000000000001 +Fist of the North Star: Ken's Rage,0.8200000000000001 +Disney's The Little Mermaid: Ariel's Undersea Adventure,0.8200000000000001 +Disney's Extreme Skate Adventure,0.8200000000000001 +Patapon,0.8200000000000001 +Tony Hawk's Underground 2 Remix,0.82 +MediEvil: Resurrection,0.82 +Amped: Freestyle Snowboarding,0.82 +Pinball Hall of Fame: The Gottlieb Collection,0.82 +X-Men Origins: Wolverine,0.82 +Shin Megami Tensei: Persona 4,0.82 +Ace Combat 3: Electrosphere,0.82 +MediEvil,0.82 +The Game of Life,0.82 +SingStar Vol. 2,0.82 +Mega Man Legends,0.82 +Custer's Revenge,0.82 +Clu Clu Land,0.82 +The Next Tetris,0.81 +Jikkyou Powerful Pro Yakyuu '99 Kaimakuban,0.81 +EarthBound,0.81 +Tales of Destiny II,0.81 +Mega Man,0.81 +Kamaitachi no Yoru,0.81 +Super Bomberman 2,0.81 +One Piece: Pirate Warriors 2,0.81 +The Punisher,0.81 +SplashDown,0.81 +NBA Showtime: NBA on NBC,0.8099999999999999 +Twisted Metal (2012),0.8099999999999999 +ESPN NBA Basketball,0.8099999999999999 +The Legend of Zelda: Four Swords Adventures,0.8099999999999999 +NASCAR 2011: The Game,0.8099999999999999 +Killer Instinct Gold,0.8099999999999999 +Peppa Pig: Fun and Games,0.8099999999999999 +NCAA March Madness 2005,0.8099999999999998 +Murdered: Soul Suspect,0.8 +MadWorld,0.8 +NFL GameDay 2002,0.8 +Batman: Arkham Origins Blackgate,0.8 +Silent Hill: Downpour,0.8 +Capcom's Soccer Shootout,0.8 +Crash: Twinsanity,0.8 +Moto Racer,0.8 +Tom Clancy's Rainbow Six: Lockdown,0.8 +Pac-Man Fever,0.8 +Rock Band 4,0.8 +Armored Core 2,0.8 +Worms: Open Warfare 2,0.8 +Street Fighter Anniversary Collection,0.8 +The Matrix: Path of Neo,0.8 +Final Fantasy Anthology,0.8 +Valkyrie Profile,0.8 +ABBA: You Can Dance,0.8 +World Soccer Jikkyou Winning Eleven 3: World Cup France '98,0.8 +Professor Layton vs Phoenix Wright: Ace Attorney,0.8 +Enemy Territory: Quake Wars,0.8 +Rayman Arena,0.8 +Monster Jam: Maximum Destruction,0.8 +Super Robot Taisen α,0.8 +"Ed, Edd n Eddy: The Mis-Edventures",0.7999999999999999 +Mat Hoffman's Pro BMX,0.7999999999999999 +Star Wars The Clone Wars: Jedi Alliance,0.7999999999999999 +Star Wars Rogue Squadron III: Rebel Strike,0.7999999999999999 +Mario & Sonic at the Sochi 2014 Olympic Winter Games,0.7999999999999999 +Backyard Wrestling: Don't Try This at Home,0.79 +WipEout Pulse,0.79 +Bionicle,0.79 +Dynasty Warriors,0.79 +Metroid Prime Hunters,0.79 +Momotarou Dentetsu 7,0.79 +Final Fantasy Tactics A2: Grimoire of the Rift,0.79 +PokePark 2: Wonders Beyond,0.79 +Oddworld: Munch's Oddysee,0.79 +Invizimals,0.79 +Vin Diesel: Wheelman,0.79 +Disney Sing It: Family Hits,0.79 +Sonic & SEGA All-Stars Racing with Banjo-Kazooie,0.79 +Dance Dance Revolution SuperNOVA 2,0.79 +Professor Layton and the Azran Legacy,0.79 +Sword Art Online: Lost Song,0.79 +Alien,0.79 +Drawn to Life,0.7899999999999999 +Motocross Mania,0.7899999999999999 +Star Ocean: The Last Hope,0.7899999999999999 +Harvest Moon: A Wonderful Life,0.7899999999999999 +Major League Baseball Featuring Ken Griffey Jr,0.7899999999999999 +Mega Man 5,0.7899999999999999 +Too Human,0.7899999999999999 +Catz,0.7899999999999999 +Personal Trainer: Walking,0.78 +SingStar Take That,0.78 +Secret Agent Barbie: Royal Jewels Mission,0.78 +Torneko no Daibouken: Fushigi no Dungeon,0.78 +Disney Sing It: Party Hits,0.78 +Eternal Sonata,0.78 +Delta Force: Black Hawk Down,0.78 +Ratchet & Clank Collection,0.78 +NCAA March Madness 07,0.78 +Ghost Squad,0.78 +James Bond 007: Legends,0.78 +Buzz! The Hollywood Quiz,0.78 +Lips,0.78 +Terminator 3: Rise of the Machines,0.78 +Night at the Museum: Battle of the Smithsonian,0.78 +Metro 2033,0.7799999999999999 +God of War Saga,0.7799999999999999 +Yars' Revenge,0.7799999999999999 +My Little Pony: Pinkie Pie's Party,0.7799999999999999 +We Sing,0.7799999999999999 +Puzzler World,0.7799999999999999 +Dancing with the Stars: We Dance!,0.7799999999999999 +Freedom Wars,0.7799999999999999 +The 7th Guest,0.7799999999999999 +Galaxian,0.7799999999999999 +Jr. Pac-Man,0.7799999999999999 +Skate it,0.7700000000000001 +The Fairly Odd Parents: Breakin Da Rules,0.77 +Perfect Dark Zero,0.77 +Air Raid,0.77 +Donkey Kong Country 3,0.77 +Conker's Bad Fur Day,0.77 +Def Jam Icon,0.77 +My Baby Girl,0.77 +All-Star Baseball 2002,0.77 +DC Universe Online,0.77 +Super Robot Taisen F Kanketsuhen,0.77 +Dynasty Warriors 8,0.77 +Pokemon Dash,0.77 +Cabela's Legendary Adventures,0.77 +Unlimited Saga,0.77 +Crystal Castles,0.77 +Maximo: Ghosts to Glory,0.77 +Banjo-Kazooie: Nuts & Bolts,0.77 +Twisted Metal: Head On,0.77 +Dragon Warrior I&II,0.77 +Battle Stations,0.7699999999999999 +Super Monkey Ball: Touch & Roll,0.7699999999999999 +Caesars Palace 2000: Millennium Gold Edition,0.7699999999999999 +Formula 1,0.7699999999999999 +Raving Rabbids: Travel in Time,0.7699999999999999 +Andretti Racing,0.7699999999999999 +NBA ShootOut 98,0.7699999999999999 +Disney TH!NK Fast: The Ultimate Trivia Showdown,0.7600000000000001 +Bratz: Girlz Really Rock,0.76 +Final Fantasy Legend III,0.76 +Taiko no Tatsujin: Tatakon de Dodon ga Don,0.76 +Total War: Rome II,0.76 +Star Wars Episode II: Attack of the Clones,0.76 +Ace Attorney Investigations: Miles Edgeworth,0.76 +Puzzle Quest: Challenge of the Warlords,0.76 +Conflict: Vietnam,0.76 +American Idol,0.76 +Lords of the Fallen,0.76 +Harvest Moon: Animal Parade,0.76 +Disgaea 4: A Promise Unforgotten,0.76 +Brothers In Arms: Earned in Blood,0.76 +Syphon Filter: The Omega Strain,0.76 +Rory McIlroy PGA Tour,0.76 +Shin Megami Tensei: Devil Summoner - Soul Hackers,0.76 +Genji: Days of the Blade,0.76 +Spectrobes,0.76 +Teen Titans,0.76 +Fantastic Four: Rise of the Silver Surfer,0.76 +Scooby-Doo! Unmasked,0.76 +Lunar: Silver Star Story Complete,0.76 +Mega Man Battle Network 6: Cybeast Falzar / Gregar,0.7599999999999999 +Rare Replay,0.7599999999999999 +ISS Pro Evolution,0.7599999999999999 +Mega Man X5,0.7599999999999999 +GRID 2,0.7500000000000001 +Alone in the Dark,0.75 +Bratz: The Movie,0.75 +Jaws Unleashed,0.75 +Paws & Claws: Pet Vet,0.75 +Tearaway,0.75 +NASCAR 08,0.75 +Zone of the Enders,0.75 +Tiger Woods PGA Tour 14,0.75 +Monster Jam,0.75 +Robots,0.75 +Coded Arms,0.75 +That's So Raven,0.75 +NBA 06,0.75 +Cool Boarders 2001,0.75 +FIFA Street 2,0.75 +Mario & Luigi: Paper Jam,0.75 +Street Fighter EX Plus Alpha,0.75 +Capcom vs. SNK 2: Mark of the Millennium 2001,0.7499999999999999 +Gex 3: Deep Cover Gecko,0.7400000000000001 +NHL 2K6,0.74 +Mortal Kombat: Unchained,0.74 +WarioWare: Twisted!,0.74 +FIFA Soccer,0.74 +Moshi Monsters: Moshlings Theme Park,0.74 +NCAA March Madness 06,0.74 +Jampack Summer 2001,0.74 +Katamari Damacy,0.74 +EA Sports MMA,0.74 +Star Ocean: The Last Hope International,0.74 +Harvest Moon DS: Island of Happiness,0.74 +BloodRayne,0.74 +Croc 2,0.74 +Unreal Championship,0.74 +Jet Moto 3,0.74 +Sword of Mana,0.74 +Hot Wheels Velocity X,0.74 +FIFA: Road to World Cup 98,0.74 +Jump Ultimate Stars,0.74 +Samurai Warriors 2,0.7399999999999999 +Yu-Gi-Oh! Dungeon Dice Monsters,0.7399999999999999 +Van Helsing,0.7300000000000001 +Classic NES Series: Donkey Kong,0.7300000000000001 +Rock Revolution,0.73 +BlazBlue: Continuum Shift,0.73 +Tiger Woods PGA Tour 2001,0.73 +Imagine: Interior Designer,0.73 +Practise English!,0.73 +Berzerk,0.73 +Bejeweled 3,0.73 +Kirby: Canvas Curse,0.73 +NFL Blitz 20-03,0.73 +Just Dance Wii,0.73 +Secret Weapons Over Normandy,0.73 +Dragon Ball Z: Ultime Menace,0.73 +Namco Museum Remix,0.73 +Secret Agent Clank,0.73 +Legacy of Kain: Defiance,0.73 +Final Fantasy Crystal Chronicles: Echoes of Time,0.73 +Way of the Samurai 3,0.73 +Arena Football,0.7200000000000001 +Kangaroo,0.7200000000000001 +Sesame Street: Elmo's A-to-Zoo Adventure,0.7200000000000001 +SD Gundam G Generation,0.7200000000000001 +Beyblade VForce: Ultimate Blader Jam,0.7200000000000001 +Kouchuu Ouja Mushi King,0.72 +Style Savvy: Trendsetters,0.72 +X-Men: Mutant Academy 2,0.72 +Hidden Mysteries: Titanic - Secrets of the Fateful Voyage,0.72 +Jampack Winter 2001,0.72 +Dynasty Warriors: Gundam 3,0.72 +Quake II,0.72 +Kung Fu Panda 2,0.72 +Star Wars: Republic Commando,0.72 +God Eater,0.72 +Fear Effect,0.72 +Test Drive 6,0.72 +Resident Evil: Survivor,0.72 +Crysis,0.7199999999999999 +Strike Force Bowling,0.7199999999999999 +Hell's Kitchen: The Game,0.7100000000000001 +Command & Conquer: Red Alert Retaliation,0.7100000000000001 +Naruto Shippuden: Ultimate Ninja Storm Revolution,0.7100000000000001 +NCAA Football 98,0.7100000000000001 +Theme Park,0.7100000000000001 +Dragon Quest Swords: The Masked Queen and the Tower of Mirrors,0.71 +Virtua Fighter 4: Evolution,0.71 +Rhythm Heaven: The Best+,0.71 +Doom 3: Resurrection of Evil,0.71 +Mobile Suit Gundam: Encounters in Space,0.71 +"Barbie: Jet, Set & Style!",0.71 +Final Fantasy X/X-2 HD Remaster,0.71 +Blast Corps,0.71 +Scooby-Doo 2: Monsters Unleashed,0.71 +Battle Arena Toshinden 2,0.71 +Juiced,0.71 +"WarioWare, Inc.: Mega Party Game$",0.71 +Two Worlds,0.71 +Super Trucks Racing,0.71 +Looney Tunes: Acme Arsenal,0.71 +Minute to Win It,0.71 +Dawn of Discovery,0.71 +Disney's Planes,0.71 +Conker: Live And Reloaded,0.71 +Pac-Man World 3,0.71 +FIFA Street 3,0.71 +Persona Q: Shadow of the Labyrinth,0.71 +Super Monkey Ball Jr.,0.71 +Silent Hill 3,0.71 +Yu-Gi-Oh! The Falsebound Kingdom,0.7099999999999999 +Moto Racer 2,0.7000000000000002 +Sphinx and the Cursed Mummy,0.7000000000000001 +The Sims 2: Apartment Pets,0.7000000000000001 +Lalaloopsy,0.7000000000000001 +Metal Gear Solid: Portable Ops Plus,0.7 +Star Wars: Obi-Wan,0.7 +ECW Hardcore Revolution,0.7 +Trials Fusion,0.7 +King Kong,0.7 +Jade Empire,0.7 +Advance Wars,0.7 +NCAA Football 2001,0.7 +F-14 Tomcat,0.7 +Ape Escape: On the Loose,0.7 +The Last Remnant,0.7 +Infinite Undiscovery,0.7 +Ratchet & Clank: Into the Nexus,0.7 +Fire Emblem: Monsh? no Nazo,0.7 +Custom Robo,0.7 +The Lord of the Rings: Aragorn's Quest,0.7 +Super Bomberman 3,0.7 +MotionSports,0.7 +Mario & Sonic at the Rio 2016 Olympic Games,0.7 +Bass Pro Shops: The Strike,0.7 +X-Men: Next Dimension,0.7 +All-Star Baseball 2004,0.7 +Chocobo's Dungeon 2,0.6999999999999998 +Halo 2 Multiplayer Map Pack,0.6900000000000001 +Kirby's Dream Collection: Special Edition,0.6900000000000001 +Mario Pinball Land,0.6900000000000001 +The Sly Collection,0.6900000000000001 +Spawn: Armageddon,0.6900000000000001 +Call of Juarez: The Cartel,0.6900000000000001 +The Sims: Medieval,0.6900000000000001 +Silent Hill 4: The Room,0.6900000000000001 +MX vs. ATV Unleashed: On the Edge,0.6900000000000001 +Transformer: Rise of the Dark Spark,0.6900000000000001 +Naruto: Clash of Ninja,0.6900000000000001 +NFL Xtreme,0.6900000000000001 +Mappy,0.69 +J-League Soccer: Prime Goal,0.69 +Mobile Suit Gundam: Journey to Jaburo,0.69 +God Eater 2,0.69 +Happy Feet,0.69 +Tales of Hearts,0.69 +Book of Spells,0.69 +Classic NES Series: Zelda II: The Adventure of Link,0.69 +Saban's Power Rangers: Lightspeed Rescue,0.69 +Star Wars: Masters of Teras Kasi,0.68 +Tourist Trophy: The Real Riding Simulator,0.68 +Hot Shots Golf: Open Tee 2,0.68 +Grease,0.68 +Red Steel,0.68 +Armored Core 3,0.68 +Chaotic: Shadow Warriors,0.68 +Club Penguin: Elite Penguin Force - Herbert's Revenge,0.68 +Fossil Fighters: Champions,0.68 +Overlord II,0.68 +Bushido Blade 2,0.68 +X-Men vs. Street Fighter,0.6799999999999999 +Operation Flashpoint: Red River,0.6799999999999999 +Nintendo Presents: New Style Boutique 2 - Fashion Forward,0.6799999999999999 +Thor: God of Thunder,0.6799999999999999 +Dark Void,0.6799999999999999 +My Horse & Me,0.6799999999999999 +Rock Band Track Pack Volume 2,0.6799999999999999 +100 Classic Books,0.67 +Adventures of Tron,0.67 +Fight Night Round 2004,0.67 +.hack//Mutation Part 2,0.67 +Crafting Mama,0.67 +Zaidan Houjin Nippon Kanji Nouryoko Kentei Kyoukai Kounin: KanKen DS,0.67 +X-Men: Destiny,0.67 +NHL 2005,0.67 +Country Dance,0.67 +Keystone Kapers,0.67 +Suikoden II,0.67 +The Last Story,0.67 +Pro Yakyuu Team o Tsukurou!,0.67 +Hidden Objects: Mystery Stories,0.67 +Taiko no Tatsujin Wii,0.67 +RIFT,0.67 +Summer Sports: Paradise Island (Others sales),0.67 +Dead Rising 2: Off the Record,0.6699999999999999 +Grandia,0.6699999999999999 +Power Rangers Samurai,0.6699999999999999 +Phoenix Wright: Ace Attorney - Trials and Tribulations,0.6699999999999999 +Wild ARMs 2,0.6699999999999999 +de Blob 2,0.6699999999999999 +Hatsune Miku: Project Diva F 2nd,0.6699999999999999 +Child of Eden,0.6699999999999999 +TV Show King Party,0.6699999999999999 +Final Fantasy Crystal Chronicles: Ring of Fates,0.6699999999999999 +Command & Conquer,0.6699999999999999 +SAW,0.6699999999999999 +Blacksite: Area 51,0.6699999999999999 +Dynasty Warriors Gundam,0.6699999999999999 +Return to Castle Wolfenstein: Tides of War,0.6699999999999999 +NCAA Basketball 09,0.6699999999999999 +The Biggest Loser: Challenge,0.6699999999999999 +Romance of the Three Kingdoms IV: Wall of Fire,0.66 +Legend of Legaia,0.66 +Tiger Woods PGA Tour 2000,0.66 +Puzzler Brain Games,0.66 +Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Koushiki Soft: 200 Mannin no KanKen: Tokoton Kanji Nou,0.66 +Wanted: Weapons of Fate,0.66 +Barbie: Groom and Glam Pups,0.66 +Wario: Master of Disguise,0.66 +NPPL: Championship Paintball 2009,0.66 +Taiko no Tatsujin DS: Touch de Dokodon!,0.66 +Darkstone,0.66 +New Play Control! Pikmin,0.66 +NCAA Basketball 10,0.66 +F-Zero GX,0.66 +MLB SlugFest 20-04,0.66 +The Smurfs 2,0.66 +Radiata Stories,0.66 +NBA Street Homecourt,0.66 +The Sims 3: High-End Loft Stuff,0.66 +Sakura Wars,0.66 +Pro Pinball: Big Race USA,0.66 +Virtua Tennis: World Tour (US & Others sales),0.66 +Jikkyou World Soccer 2000 Final Edition,0.66 +NASCAR: Dirt to Daytona,0.66 +Dragon Quest Monsters: Caravan Heart,0.66 +Naruto Shippuden: Ultimate Ninja 4,0.6599999999999999 +Danganronpa: Trigger Happy Havoc,0.6599999999999999 +Backyard NBA Basketball,0.6599999999999999 +Strawberry Shortcake: Summertime Adventure,0.6599999999999999 +Golden Axe: Beast Rider,0.6599999999999999 +Napoleon: Total War,0.6599999999999999 +Spice World,0.6599999999999999 +Contra: Legacy of War,0.6599999999999999 +Tales of Rebirth,0.6599999999999999 +Street Sk8er,0.6599999999999999 +Real Heroes: Firefighter,0.65 +Champions: Return to Arms,0.65 +Cartoon Network Block Party / Cartoon Network Speedway Double Pack,0.65 +Puss in Boots,0.65 +Drakengard,0.65 +Suikoden IV,0.65 +SingStar R&B,0.65 +The Thing,0.65 +NCAA March Madness 2003,0.65 +Super Robot Taisen Impact,0.65 +Green Lantern: Rise of the Manhunters,0.65 +Dr. Seuss' The Cat in the Hat,0.65 +Star Ocean: First Departure,0.65 +Jillian Michaels Fitness Ultimatum 2010,0.65 +College Hoops 2K8,0.65 +Onimusha: Dawn of Dreams,0.65 +Advance Wars 2: Black Hole Rising,0.65 +Gravity Rush,0.65 +Scene It? Box Office Smash,0.65 +Meccha! Taiko no Tatsujin Master DS: 7-tsu no Shima no Daibouken,0.65 +The King of Fighters XIII,0.65 +Capcom Classics Collection,0.65 +Jonah Lomu Rugby Challenge,0.65 +MLB 2004,0.65 +Wolfenstein: The Old Blood,0.65 +The King of Fighters '95,0.65 +Animaniacs Ten Pin Alley,0.65 +Um Jammer Lammy,0.6499999999999999 +Yoshi Topsy-Turvy,0.6499999999999999 +CyberTiger,0.6499999999999999 +World of Dragon Warrior - Torneko: The Last Hope,0.6499999999999999 +Disney's Kim Possible 2: Drakken's Demise,0.6499999999999999 +SingStar Pop Hits,0.6499999999999999 +F1 Race Stars,0.6499999999999999 +Asura's Wrath,0.6499999999999999 +Beowulf: The Game,0.6499999999999999 +The Dog Island,0.6499999999999999 +Kung-Fu Master,0.6499999999999999 +Bionic Commando,0.6499999999999999 +Shrek: Hassle at the Castle,0.6499999999999999 +Gods Eater Burst,0.6499999999999999 +2 in 1 Combo Pack: Sonic Heroes / Super Monkey Ball Deluxe,0.64 +White Knight Chronicles II,0.64 +Atari Anthology,0.64 +Winter Sports 2: The Next Challenge,0.64 +Zone of the Enders HD Collection,0.64 +Fire Emblem: Shadow Dragon,0.64 +Sesame Street: Cookie's Counting Carnival,0.64 +Dragon Quest Heroes II: Twin Kings and the Prophecy's End,0.64 +Dragon Quest Builders: Revive Alefgard,0.64 +Konami Collector's Series: Arcade Advanced,0.64 +Nicktoons Collection: Game Boy Advance Video Volume 1,0.64 +Front Mission,0.64 +SpongeBob SquarePants: Game Boy Advance Video Volume 1,0.64 +Red Steel 2,0.64 +Ben 10 Galactic Racing,0.64 +Rayman 3D,0.64 +Crash Bandicoot Purple: Ripto's Rampage,0.64 +Are You Smarter than a 5th Grader? Game Time,0.6399999999999999 +Rooms: The Main Building,0.6399999999999999 +Rock Band Track Pack: Classic Rock,0.6399999999999999 +JoJo's Bizarre Adventure: All Star Battle,0.6399999999999999 +Cruis'n World,0.6399999999999999 +Mary-Kate and Ashley: Magical Mystery Mall,0.6399999999999999 +Battlezone,0.6399999999999999 +Sniper: Ghost Warrior 2,0.6300000000000001 +Monster Hunter 2,0.63 +Super Castlevania IV,0.63 +Create,0.63 +Blood Omen 2,0.63 +Jampack Volume 13 (RP-T),0.63 +WWF in Your House,0.63 +Mobile Suit Z Gundam: AEUG vs. Titans,0.63 +NBA ShootOut '97,0.63 +Dragon Quest Monsters Joker 3,0.63 +Advance Wars: Days of Ruin,0.63 +Hyperdimension Neptunia,0.63 +X-Man,0.63 +Legends of Wrestling II,0.63 +Tony Hawk's Pro Skater 2x,0.63 +DanceDanceRevolution,0.63 +Minority Report: Everybody Runs,0.63 +Cloudy With a Chance of Meatballs,0.63 +The Sims 3: Generations,0.63 +The Suffering,0.63 +Taiko no Tatsujin: Chibi Dragon to Fushigi na Orb,0.63 +Tropico 4,0.63 +Start the Party!,0.63 +Donkey Kong Barrel Blast,0.63 +Shin Megami Tensei: Persona 3 FES,0.63 +Buzz Lightyear of Star Command,0.6299999999999999 +Final Fantasy VII International,0.6299999999999999 +Beetle Adventure Racing!,0.6200000000000001 +Jurassic: The Hunted,0.6200000000000001 +Super Robot Taisen α Gaiden,0.62 +Wild ARMs 3,0.62 +Teenage Mutant Ninja Turtles: Danger of the Ooze,0.62 +Mario's Picross,0.62 +Bahamut Lagoon,0.62 +Shin Megami Tensei: Persona 3 Portable,0.62 +Pac-Man Player's Choice Bundle,0.62 +Toshochu: Run for Money,0.62 +Nobunaga no Yabou: Haouden,0.62 +Virtua Cop,0.62 +MotoGP,0.62 +Battle of Giants: Dragons,0.62 +Spy Hunter 2,0.62 +Ashes Cricket 2009,0.62 +Major League Baseball 2K13,0.62 +Metroid Prime: Trilogy,0.62 +Metal Arms: Glitch in the System,0.62 +Fighters MEGAMiX,0.62 +Hydro Thunder,0.62 +SingStar Motown,0.62 +L.A. Rush,0.62 +Dragon Quest Monsters: Joker 2 Professional,0.62 +Ape Escape 2,0.62 +Bass Landing,0.62 +XGRA: Extreme G-Racing Association,0.6199999999999999 +Halloween,0.6199999999999999 +Disney's Treasure Planet,0.6100000000000001 +Small Soldiers,0.6100000000000001 +Tomb Raider Chronicles,0.6100000000000001 +Duke Nukem: Total Meltdown,0.6100000000000001 +WarioWare D.I.Y.,0.6100000000000001 +Petz: Dogz Pack,0.6100000000000001 +Wave Race: Blue Storm,0.6100000000000001 +Singularity,0.61 +Jikkyou Powerful Pro Yakyuu 10,0.61 +Dragon Ball Z: Buu's Fury,0.61 +Cabela's Monster Buck Hunter,0.61 +NFL Quarterback Club 99,0.61 +Dora the Explorer: Super Spies,0.61 +Littlest Pet Shop: Garden,0.61 +Petz Rescue: Wildlife Vet,0.61 +Disney's 102 Dalmatians: Puppies to the Rescue,0.61 +Scrabble,0.61 +NFL Fever 2003,0.61 +NBA Hangtime,0.61 +Fighters Uncaged,0.61 +Yakuza: Dead Souls,0.61 +Texas Hold 'Em Poker,0.61 +Dynasty Warriors 8: Xtreme Legends,0.61 +Kelly Slater's Pro Surfer,0.61 +Time Crisis 3,0.61 +Risen 2: Dark Waters,0.61 +Ganbaru Watashi no Kakei Diary,0.61 +2 Games in 1: Sonic Battle & ChuChu Rocket!,0.61 +Samurai Warriors 4,0.61 +Cooking Mama 4: Kitchen Magic!,0.61 +Phantasy Star Online Episode I & II,0.61 +Shrek's Carnival Craze Party Games,0.61 +Rugby World Cup 2011,0.61 +Despicable Me: The Game,0.6099999999999999 +Pac-Man Party,0.6099999999999999 +SingStar Singalong With Disney,0.6099999999999999 +Formula 1: Championship Edition,0.6099999999999999 +From TV Animation One Piece: Grand Battle 2,0.6000000000000001 +Vancouver 2010 - The Official Video Game of the Olympic Winter Games,0.6000000000000001 +Naruto: Ultimate Ninja,0.6000000000000001 +Final Fantasy: The 4 Heroes of Light,0.6000000000000001 +New Play Control! Pikmin 2,0.6000000000000001 +New Play Control! Donkey Kong Jungle Beat,0.6000000000000001 +Jikkyou Powerful Pro Yakyuu '97 Kaimakuban,0.6000000000000001 +BeatMania Append 3rdMix,0.6000000000000001 +Armored Core V,0.6000000000000001 +International Superstar Soccer 64,0.6000000000000001 +Littlest Pet Shop: Jungle,0.6000000000000001 +Game & Watch Gallery 4,0.6 +Monster Trucks,0.6 +Cabela's North American Adventures,0.6 +SimCity DS,0.6 +Dead or Alive Xtreme Beach Volleyball,0.6 +Sega Bass Fishing,0.6 +Six Flags Fun Park,0.6 +Puyo Puyo Sun,0.6 +Godzilla: Save the Earth,0.6 +Batman: The Brave and the Bold the Videogame,0.6 +Remember Me,0.6 +Xena: Warrior Princess,0.6 +Suikoden,0.6 +Dai-2-Ji Super Robot Taisen α,0.6 +NASCAR Unleashed,0.6 +Final Fantasy IV Advance,0.6 +The Fight: Lights Out,0.6 +Rio,0.6 +Spider-Man: Mysterio's Menace,0.6 +Mickey's Speedway USA,0.6 +MonHun Nikki: Poka Poka Ailu Mura,0.6 +PGR3 - Project Gotham Racing 3,0.6 +CSI: Fatal Conspiracy,0.6 +Nicktoons: Battle for Volcano Island,0.5900000000000001 +Racquet Sports,0.5900000000000001 +Rapala Pro Fishing,0.5900000000000001 +Digimon World 2,0.5900000000000001 +Disney's Tarzan Untamed,0.5900000000000001 +Kinect Rush: A Disney Pixar Adventure,0.5900000000000001 +Gauntlet: Seven Sorrows,0.5900000000000001 +Mega Man X7,0.5900000000000001 +The Sims 3: World Adventures,0.5900000000000001 +Cabela's Survival: Shadows of Katmai,0.5900000000000001 +Kirby's Dream Course,0.59 +Syphon Filter: Dark Mirror,0.59 +Extreme-G,0.59 +NBA Ballers: Phenom,0.59 +Yakuza 5,0.59 +Metal Gear Solid HD Edition,0.59 +Asphalt: Urban GT,0.59 +Naruto: The Broken Bond,0.59 +Transformers: Devastation,0.59 +Barbie: Race & Ride,0.59 +Jampack Fall 2001,0.59 +Smurf: Rescue In Gargamel's Castle,0.59 +Dai-3-Ji Super Robot Taisen α: Shuuen no Ginga e,0.59 +Vigilante 8: 2nd Offense,0.59 +Fuel,0.59 +BurgerTime,0.59 +Total War: Shogun 2,0.59 +Silent Hill: Origins,0.59 +Jikkyou Powerful Pro Yakyuu '98 Kaimakuban,0.59 +The Bureau: XCOM Declassified,0.59 +Game Party in Motion,0.59 +Pokemon Trozei!,0.59 +Harvest Moon: Friends of Mineral Town,0.59 +25 to Life,0.59 +Mobile Suit Gundam: Giren no Yabou- Zeon no Keifu,0.5800000000000001 +Mega Man Star Force 2: Zerker x Ninja / Saurian,0.5800000000000001 +Dynasty Warriors 6 Empires,0.5800000000000001 +System 3 presents Ferrari Challenge Trofeo Pirelli,0.5800000000000001 +Goosebumps HorrorLand,0.5800000000000001 +Rapala Tournament Fishing!,0.5800000000000001 +Far Cry Instincts,0.5800000000000001 +Dragon Ball Z: Chou Saiya Densetsu,0.58 +3D Dot Game Heroes,0.58 +Championship Motocross featuring Ricky Carmichael,0.58 +Game of Thrones,0.58 +Kinect Sports Rivals,0.58 +Sammy Sosa High Heat Baseball 2001,0.58 +50 Classic Games,0.58 +The Conduit,0.58 +Marvel Super Hero Squad: Comic Combat,0.58 +TimeShift,0.58 +Shrek 2: Beg for Mercy,0.58 +Tenchu 2: Birth of the Stealth Assassins,0.58 +Teenage Mutant Ninja Turtles: Smash-Up,0.58 +Parasite Eve II,0.58 +International Superstar Soccer '98,0.58 +Harvest Moon: Sunshine Islands,0.58 +Phoenix Wright: Ace Attorney - Justice for All,0.58 +World Cup 98,0.58 +Final Fantasy Anniversary Edition,0.58 +The Legend of Spyro: A New Beginning,0.58 +Gex: Enter the Gecko,0.58 +Beyond The Beyond,0.58 +Rapala: We Fish,0.58 +Batman: Rise of Sin Tzu,0.58 +Fire Emblem: Seisen no Keifu,0.58 +Hot Wheels World Race,0.58 +Fullmetal Alchemist and the Broken Angel,0.5700000000000001 +Shin Megami Tensei IV,0.5700000000000001 +Petz Wild Animals: Tigerz,0.5700000000000001 +NCAA March Madness 08,0.5700000000000001 +Petz Nursery,0.5700000000000001 +Harvest Moon: Magical Melody,0.5700000000000001 +ATV Offroad Fury: Blazin' Trails,0.5700000000000001 +Breath of Fire IV,0.5700000000000001 +Xenosaga Episode II: Jenseits von Gut und Böse,0.5700000000000001 +Bratz 4 Real,0.5700000000000001 +Unreal Tournament,0.5700000000000001 +Ratchet & Clank: Quest for Booty,0.5700000000000001 +Shaun White Skateboarding,0.5700000000000001 +Frontlines: Fuel of War,0.5700000000000001 +Naruto: Uzumaki Chronicles 2,0.5700000000000001 +Donkey Kong Jungle Climber,0.5700000000000001 +Hotel Dusk: Room 215,0.5700000000000001 +My Spanish Coach,0.5700000000000001 +NFL Head Coach,0.5700000000000001 +RalliSport Challenge,0.5700000000000001 +Lips: Number One Hits,0.5700000000000001 +Contra: Shattered Soldier,0.5700000000000001 +DreamWorks Super Star Kartz,0.57 +Spyro Orange: The Cortex Conspiracy,0.57 +SD Gundam G Generation Neo,0.57 +Super Bomberman,0.57 +Blood Wake,0.57 +Dynasty Warriors 5: Xtreme Legends,0.57 +Naruto: Ultimate Ninja 2,0.57 +Jampack Summer 2002,0.57 +FIFA: Road to World Cup 98,0.57 +Open Season,0.57 +Rango: The Video Game,0.57 +The Mysterious Murasame Castle,0.57 +American Chopper,0.57 +DS Bimoji Training,0.56 +Yu-Gi-Oh! World Championship Tournament 2004,0.56 +FlatOut,0.56 +The Chronicles of Riddick: Assault on Dark Athena,0.56 +Fatal Fury Special,0.56 +Rune Factory: A Fantasy Harvest Moon,0.56 +The Terminator: Dawn of Fate,0.56 +Barbie Groovy Games,0.56 +NARC,0.56 +Press Your Luck 2010 Edition,0.56 +Yu-Gi-Oh! Reshef of Destruction,0.56 +Chessmaster,0.56 +Avatar: The Last Airbender - Into the Inferno,0.56 +Hamtaro: Ham-Hams Unite!,0.56 +Resident Evil Outbreak File #2,0.56 +Monster Lab,0.56 +Harry Potter Collection,0.56 +Front Mission Evolved,0.56 +Outlaw Golf 2,0.56 +Disney's The Haunted Mansion,0.56 +Toukiden: The Age of Demons,0.56 +The Activision Decathlon,0.5599999999999999 +Tatsunoko vs. Capcom: Ultimate All-Stars,0.5599999999999999 +Simple 1500 Series Vol. 73: The Invaders ~Space Invaders 1500~,0.5599999999999999 +Contender 2,0.5599999999999999 +Shin Super Robot Taisen,0.5599999999999999 +Bob the Builder: Can We Fix It?,0.5599999999999999 +Get Fit with Mel B,0.5599999999999999 +NASCAR Rumble,0.5599999999999999 +Fighting Force 2,0.5599999999999999 +WWE Raw 2,0.5599999999999999 +Odin Sphere,0.5599999999999999 +"Monsters, Inc. Scream Team",0.5599999999999999 +Petz Catz Clan,0.5599999999999999 +Viva Pinata: Pocket Paradise,0.5599999999999999 +No More Heroes,0.5599999999999999 +Top Spin,0.5599999999999999 +Classic NES Series: Dr. Mario,0.5599999999999999 +Metal Gear Solid 3: Subsistence,0.5599999999999999 +ZhuZhu Pets 2: Featuring The Wild Bunch,0.5599999999999999 +Mega Man X2,0.5599999999999999 +Blinx: The Time Sweeper,0.5599999999999999 +Supreme Commander 2,0.55 +Soul Sacrifice,0.55 +Daytona USA,0.55 +South Park: Chef's Luv Shack,0.55 +South Park Rally,0.55 +Captain America: Super Soldier,0.55 +Secret Agent Clank(US sales),0.55 +Star Wars Jedi Knight II: Jedi Outcast,0.55 +Excite Truck,0.55 +Summer Sports: Paradise Island,0.55 +Top Gun: Fire at Will!,0.55 +CrossworDS,0.55 +Pro Yaky? Spirits 2010,0.55 +Barbie Horse Adventures: Wild Horse Rescue,0.55 +WWF Raw,0.55 +SD Gundam G Generation Zero,0.55 +Sherlock Holmes: Crimes & Punishments,0.55 +Final Fantasy IV: The Complete Collection,0.55 +Super Robot Taisen F,0.55 +Soul Reaver 2,0.55 +Breath of Fire II,0.55 +Jikkyou Powerful Pro Yakyuu 9,0.55 +Valkyria Chronicles II,0.55 +Unit 13,0.55 +Soccer Tsuku 2002: J-League Pro Soccer Club o Tsukurou!,0.55 +Soldier of Fortune: Gold Edition,0.55 +Derby Stallion 04,0.55 +ESPN X Games Skateboarding,0.55 +World Championship Poker 2: Featuring Howard Lederer,0.55 +The Naked Brothers Band: The Video Game,0.55 +Yokai Sangokushi,0.55 +Jump Super Stars,0.55 +I-Ninja,0.5499999999999999 +The Godfather (old US sales),0.5499999999999999 +Mega Man Zero,0.5499999999999999 +God of War: Origins Collection,0.5499999999999999 +The X-Factor,0.5499999999999999 +Archer Maclean's Mercury,0.5499999999999999 +Despicable Me: The Game - Minion Mayhem,0.5499999999999999 +Dance Dance Revolution Ultramix,0.5499999999999999 +Atelier Rorona: Alchemist of Arland,0.5499999999999999 +Rune Factory 4,0.5499999999999999 +Darkwatch,0.54 +Kidou Senshi Gundam: Extreme VS,0.54 +Binary Domain,0.54 +The Legend of Heroes: Trails of Cold Steel,0.54 +Rune Factory 2: A Fantasy Harvest Moon,0.54 +Inazuma Eleven,0.54 +Steins;Gate,0.54 +Jak X: Combat Racing,0.54 +World Soccer Winning Eleven 7 International (JP version),0.54 +SingStar Summer Party,0.54 +Castlevania: Curse of Darkness,0.54 +Dragon Quest Characters: Torneko no Daibouken 3: Fushigi no Dungeon,0.54 +Greg Hastings' Tournament Paintball,0.54 +Ninokuni: Shikkoku no Madoushi,0.54 +Disney Princess: Enchanting Storybooks,0.54 +Silent Hill HD Collection,0.54 +Tales of Symphonia: Dawn of the New World,0.54 +High Rollers Casino,0.54 +Medarot 2: Kabuto / Kuwagata Version,0.54 +Gekikuukan Pro Yakyuu: At the End of the Century 1999,0.54 +Dragon Ball Z: Shin Budokai,0.54 +Activision Anthology,0.54 +Family Guy: Back to the Multiverse,0.54 +Conan,0.54 +Front Mission 4,0.5399999999999999 +Bust A Groove,0.5399999999999999 +Action Force,0.5399999999999999 +Hello Kitty: Big City Dreams,0.5399999999999999 +Fire Emblem: Path of Radiance,0.5399999999999999 +Star Fox Command,0.5399999999999999 +The Fairly Odd Parents: Breakin' Da Rules,0.5399999999999999 +Extermination,0.5399999999999999 +Time Crisis: Razing Storm,0.5399999999999999 +Chicken Shoot,0.5399999999999999 +Pachi-Slot Aruze Oukoku 2,0.5399999999999999 +SpongeBob SquarePants: Game Boy Advance Video Volume 2,0.53 +Inazuma Eleven GO,0.53 +MySims Party,0.53 +GT Pro Series,0.53 +Medal of Honor: European Assault,0.53 +Let's Draw!,0.53 +Life is Strange,0.53 +From TV Animation One Piece: Grand Battle! 3,0.53 +Jikkyou Powerful Pro Yakyuu 2013,0.53 +FIFA 99,0.53 +Army of Two: The Devil's Cartel,0.53 +Magician's Quest: Mysterious Times,0.53 +Jikkyou Powerful Pro Yakyuu 12,0.53 +Turning Point: Fall of Liberty,0.53 +007 Racing,0.53 +Kirby and the Rainbow Curse,0.53 +Jewel Master Egypt,0.53 +Cabela's Dangerous Hunts 2,0.53 +Naruto Shippuden: Clash of Ninja Revolution 3,0.53 +Winning Post,0.53 +Virtual Soccer,0.53 +Jampack Vol. 2,0.53 +Classic Word Games,0.53 +Petz: Hamsterz Life 2,0.53 +J-League Soccer: Prime Goal 2,0.53 +We Love Katamari,0.53 +Sesame Street: Once Upon A Monster,0.53 +ICO,0.53 +Momotarou Dentetsu 11,0.53 +Karaoke Revolution Presents American Idol Encore 2,0.53 +Clock Tower,0.53 +Happy Feet Two,0.53 +Jampack Volume 11,0.53 +Time Crisis II,0.53 +War of the Monsters,0.53 +"Sakura Taisen 2 - Kimi, Shinitamou Koto Nakare",0.53 +Oni,0.53 +Return to Castle Wolfenstein: Operation Resurrection,0.53 +Mario Tennis: Power Tour,0.53 +Hunted: The Demon's Forge,0.5299999999999999 +SingStar Dance,0.5299999999999999 +Littlest Pet Shop 3: Biggest Stars - Blue / Pink / Purple Team,0.5299999999999999 +Go Diego Go! Safari Rescue,0.5299999999999999 +Final Fantasy Explorers,0.5200000000000001 +The 3rd Birthday,0.5200000000000001 +Lair,0.52 +Jampack Winter 2002,0.52 +Fishing Derby,0.52 +J-League Pro Soccer Club o Tsukurou! 3,0.52 +Front Mission 2,0.52 +Kenkou Ouen Recipe 1000: DS Kondate Zenshuu,0.52 +HSX HyperSonic.Xtreme,0.52 +Syphon Filter 3,0.52 +The Polar Express,0.52 +Pachi-Slot Aruze Oukoku 4,0.52 +Disney's Kim Possible: Revenge of Monkey Fist,0.52 +That's So Raven 2: Supernatural Style,0.52 +Syphon Filter: Logan's Shadow,0.52 +Monster House,0.52 +Swing Away Golf,0.52 +We Cheer,0.52 +Picross 3D,0.52 +Mirror's Edge Catalyst,0.52 +Diner Dash: Sizzle & Serve,0.52 +Mega Man 6,0.52 +Summoner,0.52 +Wayne Gretzky's 3D Hockey,0.52 +The Grinch,0.52 +Dragon Ball Z: Battle of Z,0.52 +Zumba Fitness: World Party,0.52 +Seaman,0.52 +Are You Smarter Than A 5th Grader?,0.52 +Spectrobes: Beyond the Portals,0.52 +Atelier Totori: The Adventurer of Arland,0.52 +Clive Barker's Jericho,0.52 +Shadow Man,0.52 +Final Fantasy Chronicles,0.52 +Earth Defense Force 2025,0.52 +Toukiden Kiwami,0.5100000000000001 +Ford Racing 3,0.51 +Front Mission 3,0.51 +Leisure Suit Larry: Magna Cum Laude,0.51 +The Powerpuff Girls: Relish Rampage,0.51 +Bottom of the 9th,0.51 +NHL 2K9,0.51 +The Sims 2: Open for Business,0.51 +International Superstar Soccer 2000 (All region sales),0.51 +Neopets Puzzle Adventure,0.51 +Jackass the Game,0.51 +Fire Emblem: Radiant Dawn,0.51 +Omega Boost,0.51 +Cars Toon: Mater's Tall Tales,0.51 +River Raid II,0.51 +Rival Schools: United By Fate,0.51 +Dai-4-Ji Super Robot Taisen S,0.51 +Dance Dance Revolution Universe 2,0.51 +Chopper Command,0.51 +Quantum Break,0.51 +SoulCalibur: Broken Destiny,0.51 +SpongeBob's Boating Bash,0.51 +Star Trek: The Game,0.51 +Paws & Claws: Dogs & Cats Best Friends,0.51 +Jikkyou Powerful Pro Yakyuu 11,0.51 +Prince of Persia Trilogy,0.51 +StarCraft II: Legacy of the Void,0.51 +Power Rangers: Time Force,0.51 +Picross DS,0.51 +Disgaea 3: Absence of Justice,0.51 +Paws & Claws: Pet Resort,0.51 +Jam With the Band,0.51 +Euro Truck Simulator,0.51 +The Club,0.51 +Way of the Samurai,0.51 +Hatsune Miku: Project Diva f,0.51 +Midnight Magic,0.51 +Ace Combat Zero: The Belkan War,0.51 +Wrecking Crew,0.51 +18 Wheeler: American Pro Trucker,0.51 +International Track & Field,0.5099999999999999 +Rugrats: Scavenger Hunt,0.5099999999999999 +100 All-Time Favorites,0.5099999999999999 +WinBack: Covert Operations,0.5000000000000001 +Bases Loaded '96: Double Header,0.5 +Super Robot Taisen Z,0.5 +Raiders of the Lost Ark,0.5 +Fracture,0.5 +Babysitting Mama,0.5 +Dragon Ball Z: Supersonic Warriors,0.5 +Clash of Elementalists,0.5 +Dead or Alive Ultimate,0.5 +Super Robot Taisen MX,0.5 +RPG Maker,0.5 +Beyond Good & Evil,0.5 +The Mummy Returns,0.5 +Super Monkey Ball 3D,0.5 +Tactics Ogre: The Knight of Lodis,0.5 +Rayman Advance,0.5 +Bleach: Soul Resurreccion,0.5 +Super Famista 5,0.5 +Cars Mater-National Championship,0.5 +NHL FaceOff 98,0.5 +Dragon Ball Z: Supersonic Warriors 2,0.5 +Neon Genesis Evangelion,0.5 +Dead to Rights: Retribution,0.5 +NHL 08,0.5 +Sid Meier's Pirates!,0.5 +Fortune Street,0.5 +Monster Hunter,0.5 +Rugrats: Royal Ransom,0.5 +SWAT: Global Strike Team,0.5 +Wacky Races: Crash & Dash,0.5 +Virtual Pool,0.5 +Final Fantasy XI,0.5 +Superman: Shadow of Apokolips,0.5 +Ultimate Marvel vs. Capcom 3,0.5 +Gauntlet,0.5 +Command & Conquer 3: Tiberium Wars,0.5 +Men in Black II: Alien Escape,0.5 +Blue's Clues: Blue's Big Musical,0.5 +RealSports Tennis,0.5 +Deus Ex: Mankind Divided,0.49999999999999994 +Final Fantasy II Anniversary Edition,0.49999999999999994 +Star Wars Jedi Knight: Jedi Academy,0.49999999999999994 +Road Rash: Jailbreak,0.4999999999999999 +Resident Evil: The Mercenaries 3D,0.4900000000000001 +Asphalt 3D,0.4900000000000001 +Reign of Fire,0.49000000000000005 +CSI: Deadly Intent,0.49000000000000005 +Grandia II,0.49000000000000005 +Dead Space Extraction,0.49000000000000005 +You're in the Movies,0.49000000000000005 +Theatrhythm: Final Fantasy,0.49000000000000005 +Mario Golf: World Tour,0.49000000000000005 +FIFA Soccer 64,0.49 +Tales of Legendia,0.49 +Jake Power: Fireman,0.49 +Pokemon Art Academy,0.49 +Tak: The Great Juju Challenge,0.49 +One Piece: Grand Battle!,0.49 +J-League Pro Soccer Club wo Tsukurou! 2,0.49 +LEGO Legends of Chima: Laval's Journey,0.49 +Mobile Suit Gundam Seed Destiny: Rengou vs. Z.A.F.T. II Plus,0.49 +Parodius,0.49 +PoPoLoCrois Monogatari,0.49 +SBK Superbike World Championship,0.49 +Taiko no Tatsujin: Appare Sandaime,0.49 +Tropico 5,0.49 +Football Manager Handheld 2009,0.49 +Steel Diver,0.49 +Momotarou Dentetsu X: Kyuushuu-hen mo Arubai,0.49 +Sesame Street: Elmo's Letter Adventure,0.49 +Tigger's Honey Hunt,0.49 +MotorStorm: Apocalypse,0.49 +Ridge Racer 3D,0.49 +SplashDown: Rides Gone Wild,0.49 +The Wolf Among Us,0.49 +Pro Yaky? Spirits 2011,0.49 +WWE Wrestlemania X8,0.49 +Mario & Wario,0.49 +Scene It? Lights Camera Action,0.48999999999999994 +Madagascar: Operation Penguin,0.48999999999999994 +Rock Band Unplugged,0.48999999999999994 +Destroy All Humans! 2,0.48999999999999994 +Millipede,0.48999999999999994 +Grandia III,0.48999999999999994 +NBA 07,0.48999999999999994 +FlingSmash,0.4800000000000001 +Zapper: One Wicked Cricket!,0.48000000000000004 +Hamsterz Life,0.48000000000000004 +Castlevania: Dawn of Sorrow,0.48000000000000004 +Fantavision,0.48000000000000004 +Rock Band: Metal Track Pack,0.48000000000000004 +Die Hard Trilogy 2: Viva Las Vegas,0.48000000000000004 +Bravely Second: End Layer,0.48000000000000004 +Evil Dead: Fistfull of Boomstick,0.48000000000000004 +Virtua Tennis 4: World Tour,0.48000000000000004 +NBA 09: The Inside,0.48000000000000004 +Where the Wild Things Are,0.48 +Cabela's Deer Hunt 2005 Season,0.48 +Scrabble 2007 Edition,0.48 +Emergency Heroes,0.48 +Hot Wheels: Track Attack,0.48 +The Godfather (JP sales),0.48 +Ultimate Band,0.48 +TimeSplitters: Future Perfect,0.48 +Harvest Moon 64,0.48 +The Legend of the Mystical Ninja,0.48 +World of Warcraft: Warlords of Draenor,0.48 +Wu-Tang: Shaolin Style,0.48 +Active Life: Extreme Challenge,0.48 +Dynasty Warriors 5 Empires,0.48 +Clash of the Titans,0.48 +God Eater 2: Rage Burst,0.48 +Football Manager 2015,0.48 +Yu-Gi-Oh! Forbidden Memories (JP sales),0.48 +NFL Xtreme 2,0.48 +Grand Prix,0.48 +Harvest Moon DS (US sales),0.48 +Sniper: Art of Victory,0.48 +Ultimate I Spy,0.48 +OkamiDen,0.48 +World Series of Poker 2008: Battle for the Bracelets,0.48 +Epic Mickey: Power of Illusion,0.48 +Nickelodeon Team Umizoomi,0.48 +World Soccer Winning Eleven 2010: Aoki Samurai no Chousen,0.48 +All-Star Baseball 99,0.48 +Monster Hunter G,0.48 +Children of Mana,0.4799999999999999 +Double Dragon,0.4799999999999999 +Victorious Boxers: Ippo's Road to Glory,0.4799999999999999 +Classic NES Series: Pac-Man,0.4700000000000001 +Transformers: Dark of the Moon - Autobots/Decepticons,0.4700000000000001 +Psi-Ops: The Mindgate Conspiracy,0.4700000000000001 +Samurai Shodown,0.47000000000000003 +World of Outlaws: Sprint Cars 2002,0.47000000000000003 +Backyard NFL Football '09,0.47000000000000003 +Theme Park Roller Coaster,0.47000000000000003 +Rayman 3: Hoodlum Havoc,0.47000000000000003 +Pictionary: Ultimate Edition,0.47000000000000003 +Jikkyou Powerful Pro Yakyuu 2010,0.47000000000000003 +Shrek Super Party,0.47000000000000003 +Bigfoot: Collision Course,0.47000000000000003 +Viva Pinata: Trouble in Paradise,0.47000000000000003 +Karate,0.47 +Arctic Thunder,0.47 +Valkyrie Profile 2: Silmeria,0.47 +Majin and the Forsaken Kingdom,0.47 +MTV Music Generator,0.47 +Shadowrun,0.47 +Shadows of the Damned,0.47 +Crayola: Treasure Adventures,0.47 +Top Gear Rally,0.47 +NCAA GameBreaker 2001,0.47 +Ragnarok Odyssey,0.47 +Hunter: The Reckoning,0.47 +Country Dance 2,0.47 +SingStar Amped,0.47 +Momotarou Dentetsu V,0.47 +Razor Freestyle Scooter,0.47 +NHL 97,0.47 +NFL Blitz 20-02,0.47 +MX SuperFly featuring Ricky Carmichael,0.47 +DiRT Rally,0.47 +"Warhammer 40,000: Dawn of War II",0.47 +Mission: Impossible - Operation Surma,0.47 +Quest 64,0.47 +Doom 64,0.47 +Downhill Domination,0.47 +Burnout Dominator,0.47 +Inazuma Eleven Go 2: Chrono Stone,0.47 +Super Momotarou Dentetsu DX,0.47 +Nickelodeon Party Blast,0.47 +World Soccer Winning Eleven 8: Liveware Evolution,0.47 +Petz Sports,0.47 +Super Puyo Puyo 2,0.47 +Alien Trilogy,0.47 +We Sing Encore,0.47 +Frogger's Adventures: The Rescue,0.47 +Dragon Quest 25 Shuunen Kinin: Famicom & Super Famicom Dragon Quest I-II-III,0.47 +Densetsu no Stafi,0.47 +The Smurfs,0.47 +The Sims 3: Outdoor Living Stuff,0.47 +Metal Gear Solid: The Essential Collection,0.47 +The Sims 3: Ambitions,0.47 +All-Star Baseball 2005,0.47 +Warriors Orochi 2,0.47 +Boom Blox Bash Party,0.47 +NHL Hitz 20-03,0.47 +Prison Break: The Conspiracy,0.47 +Imagine: Figure Skater (US sales),0.47 +WipEout,0.47 +Kong: The 8th Wonder of the World,0.4600000000000001 +Scene It? Twilight,0.4600000000000001 +Automobili Lamborghini,0.4600000000000001 +Crayon Shin-Chan: Arashi o Yobu Enji,0.46 +Crazy Taxi: Fare Wars,0.46 +.hack//Outbreak Part 3,0.46 +Bomberman Hero,0.46 +Brothers In Arms: D-Day,0.46 +Rygar: The Legendary Adventure,0.46 +Super Batter Up,0.46 +Art Academy: Lessons for Everyone,0.46 +College Hoops 2K6,0.46 +Jikkyou Powerful Pro Yakyuu 2011,0.46 +ATV Offroad Fury Pro,0.46 +Walk it Out!,0.46 +Mega Man Star Force 3: Black Ace / Red Joker,0.46 +Pro Yaky? Spirits 2013,0.46 +My Baby: First Steps,0.46 +Metal Gear Solid: The Twin Snakes,0.46 +Dead or Alive 4,0.46 +NHL Breakaway 98,0.46 +Mother 1+2,0.46 +Rise of Nightmares,0.46 +Resistance: Burning Skies,0.45999999999999996 +Dance Dance Revolution: Mario Mix,0.45999999999999996 +Shenmue II,0.45999999999999996 +Circus Atari,0.45999999999999996 +WWE WrestleMania 21,0.45999999999999996 +Dragon Ball Z: Collectible Card Game,0.45999999999999996 +Gremlins,0.45999999999999996 +Stuart Little 2,0.45999999999999996 +Jampack Winter 2003 (RP-M),0.45999999999999996 +NHL FaceOff '97,0.45999999999999996 +Disney Guilty Party,0.45999999999999996 +The Mark of Kri,0.45999999999999996 +Disney's Kim Possible 3: Team Possible,0.45999999999999996 +Bleach: The Blade of Fate,0.45999999999999996 +Scooby-Doo,0.45999999999999996 +Homefront: The Revolution,0.45999999999999996 +Iridion 3D,0.45999999999999996 +Rugrats: Castle Capers,0.45999999999999996 +Curious George,0.45999999999999996 +2 Games in 1: SpongeBob SquarePants: SuperSponge & Rugrats Go Wild,0.45999999999999996 +Kessen II,0.45999999999999996 +Yu-Gi-Oh! Capsule Monster Coliseum,0.45000000000000007 +High Heat Major League Baseball 2004,0.45000000000000007 +El Shaddai: Ascension of the Metatron,0.45000000000000007 +Bloody Roar II,0.45 +Puzzle & Dragons Z + Super Mario Bros. Edition,0.45 +Apocalypse,0.45 +Mario Tennis Ultra Smash,0.45 +Vandal Hearts,0.45 +Chocobo Racing,0.45 +Fatal Fury 2,0.45 +Walt Disney World Quest: Magical Racing Tour,0.45 +Yu-Gi-Oh! Destiny Board Traveler,0.45 +Celebrity Sports Showdown,0.45 +Jikkyou Powerful Pro Yakyuu 3,0.45 +NHL FaceOff,0.45 +Mario Golf: Advance Tour,0.45 +Ride,0.45 +Pro Yaky? Spirits 2012,0.45 +Transformers: Revenge of the Fallen (Wii & PS2 Version),0.45 +TouchMaster 3,0.45 +Star Wars: Demolition,0.45 +Jikkyou Powerful Pro Baseball 2016,0.45 +Tony Hawk's Downhill Jam,0.45 +Tony Hawk's American Sk8land,0.45 +Pokemon Puzzle League,0.45 +Dead or Alive,0.45 +NCAA Gamebreaker 99,0.45 +Shin Megami Tensei: Persona 3,0.45 +Tekken Advance,0.45 +The Godfather (US sales),0.45 +Samurai Warriors 3,0.45 +The Chronicles of Riddick: Escape from Butcher Bay,0.45 +Aggressive Inline,0.45 +World Soccer Winning Eleven 5 Final Evolution,0.45 +Independence Day,0.45 +Adventure Time: Finn & Jake Investigations,0.45 +J-League Excite Stage '95,0.45 +Dragon Quest Heroes: Rocket Slime,0.45 +Danganronpa 2: Goodbye Despair,0.45 +Blood Omen: Legacy of Kain,0.45 +Final Fantasy Collection,0.44999999999999996 +World Stadium 2,0.44999999999999996 +Jikkyou Powerful Pro Yakyuu 2012,0.44999999999999996 +Tak and the Guardians of Gross,0.44999999999999996 +Ghostbusters,0.44999999999999996 +Britney's Dance Beat,0.44999999999999996 +Rampage 2: Universal Tour,0.44999999999999996 +Discovery Kids: Kitten Corner,0.44999999999999996 +My Fashion Studio,0.44999999999999996 +Persona,0.44999999999999996 +DanceStar Party,0.44999999999999996 +The New York Times Crosswords,0.44999999999999996 +Pony Friends 2,0.44999999999999996 +Brain Challenge,0.44999999999999996 +Persona 4: Dancing All Night,0.44999999999999996 +Jawbreaker,0.44999999999999996 +WWE Day of Reckoning,0.44999999999999996 +American Girl: Kit Mystery Challenge!,0.44999999999999996 +R: Racing Evolution,0.44999999999999996 +Classic NES Series: Metroid,0.4400000000000001 +Dance Dance Revolution: Hottest Party 3,0.44000000000000006 +MotionSports: Adrenaline,0.44000000000000006 +SOCOM: U.S. Navy SEALs Fireteam Bravo 3,0.44000000000000006 +Heroes of the Pacific,0.44000000000000006 +Persona 5,0.44000000000000006 +NCIS,0.44 +Duke Nukem 64,0.44 +InuYasha: The Secret of the Cursed Mask,0.44 +Super Bomberman 4,0.44 +Super Robot Taisen OG: Original Generations,0.44 +Jampack Volume 13 (RP-M),0.44 +Taiko no Tatsujin: Doki! Shinkyoku Darake no Haru Matsuri,0.44 +Super Breakout,0.44 +TimeSplitters,0.44 +NiGHTS into dreams...,0.44 +Naruto: Gekito Ninja Taisen! 3,0.44 +Battlebots: Design & Destroy,0.44 +LEGO Ninjago: Shadow of Ronin,0.44 +The Tale of Despereaux,0.44 +Mary-Kate and Ashley: Sweet 16 - Licenced to Drive,0.44 +Tongari Boushi to Mahou no Otana,0.44 +Mobile Suit Gundam: One Year War,0.44 +Family Fest Presents Circus Games,0.44 +Cool Boarders,0.44 +Yu-Gi-Oh! 5D's Tag Force 4,0.44 +Remington Great American Bird Hunt,0.44 +World Stadium EX,0.44 +Samurai Warriors: Xtreme Legends,0.44 +Rec Room Games,0.44 +Just Dance: Summer Party,0.44 +Flight Control Rocket,0.44 +Akiba's Trip: Undead & Undressed,0.44 +Gundam SEED: Federation vs. Z.A.F.T.,0.44 +Food Network: Cook or Be Cooked,0.44 +Mischief Makers,0.44 +Power Rangers: S.P.D.,0.44 +Sin and Punishment: Star Successor,0.44 +Wario World,0.44 +Jump Start Pet Rescue,0.44 +NBA Live 15,0.44 +Primal,0.44 +Densetsu no Stafi 2,0.44 +Army Men World War: Final Front,0.44 +Yu-Gi-Oh! GX: Tag Force 2,0.44 +Armored Core 4,0.44 +Rugby 15,0.44 +Grind Session,0.44 +Bomberman II,0.44 +One Piece: Burning Blood,0.44 +Eternal Darkness: Sanity's Requiem,0.44 +Dead or Alive: Dimensions,0.44 +Phoenix,0.43999999999999995 +Defender II,0.43999999999999995 +Zoo Tycoon (2013),0.43999999999999995 +Maze Craze: A Game of Cops 'n Robbers,0.43999999999999995 +Karaoke Revolution Glee: Volume 3,0.43999999999999995 +Blade II,0.43999999999999995 +Tales of the World: Radiant Mythology,0.4300000000000001 +Rune Factory 3: A Fantasy Harvest Moon,0.4300000000000001 +NiGHTS: Journey of Dreams,0.43000000000000005 +NHL FaceOff 2001,0.43000000000000005 +Hometown Story,0.43000000000000005 +Mega Man X6,0.43000000000000005 +Afro Samurai,0.43000000000000005 +Valkyrie Profile: Covenant of the Plume,0.43000000000000005 +Rune Factory: Tides of Destiny,0.43000000000000005 +Dance Dance Revolution Ultramix 2,0.43000000000000005 +Ghost Trick: Phantom Detective,0.43000000000000005 +Karaoke Revolution Party,0.43000000000000005 +Legend of the Guardians: The Owls of Ga'Hoole,0.43000000000000005 +Dawn of Mana,0.43 +MLB 2002,0.43 +TOCA Race Driver 2: Ultimate Racing Simulator,0.43 +The Urbz: Sims in the City (all regions sales),0.43 +Mega Man Zero 2,0.43 +The Fairly Odd Parents: Game Boy Advance Video Volume 1,0.43 +Wonder Project J: Kikai no Shonen Pino,0.43 +Shin Megami Tensei: Devil Survivor 2,0.43 +WipEout 64,0.43 +Microsoft Flight Simulator X,0.43 +Sesame Street: Elmo's Number Journey,0.43 +EyeToy: AntiGrav,0.43 +Petz Bunnyz,0.43 +Dragon Ball Z: Shin Budokai - Another Road,0.43 +Mobile Suit Gundam: Zeonic Front,0.43 +NHL FaceOff 99,0.43 +The Secret Saturdays: Beasts of the 5th Sun,0.43 +Juiced: Eliminator,0.43 +The Mummy: Tomb of the Dragon Emperor,0.43 +The Powerpuff Girls: Him and Seek,0.43 +Overlord,0.43 +Spec Ops: Covert Assault,0.43 +Puppy Luv: Spa and Resort,0.43 +Tony Hawk's Pro Skater 5,0.43 +Hunter: The Reckoning Wayward,0.43 +Dora the Explorer: Dora Puppy,0.43 +"999: Nine Hours, Nine Persons, Nine Doors",0.43 +Pure Futbol,0.43 +Master of Illusion,0.43 +DiRT Showdown,0.43 +Grand Slam Tennis 2,0.43 +Castlevania: Portrait of Ruin,0.43 +Viewtiful Joe 2,0.43 +Littlest Pet Shop,0.43 +Colony Wars,0.42999999999999994 +Rascal,0.42999999999999994 +Naruto: Ultimate Ninja 3,0.42999999999999994 +The X Files,0.42999999999999994 +Apache: Air Assault,0.42000000000000004 +Tim Burton's The Nightmare Before Christmas: Oogie's Revenge,0.42000000000000004 +Barnstorming,0.42000000000000004 +Backyard Sports Football: Rookie Rush,0.42000000000000004 +WWE Crush Hour,0.42000000000000004 +NASCAR Kart Racing,0.42000000000000004 +Attack on Titan (KOEI),0.42000000000000004 +NHL Slapshot,0.42000000000000004 +Silent Scope,0.42000000000000004 +The Powerpuff Girls: Chemical X-Traction,0.42000000000000004 +NickToons: Racing,0.42000000000000004 +3rd Super Robot Wars Z Jigoku Hen,0.42000000000000004 +Yakuza Zero: The Place of Oath,0.42000000000000004 +Tetris Axis,0.42000000000000004 +Auto Modellista,0.42000000000000004 +Football Manager Handheld 2011,0.42 +Mobile Suit Gundam: Gundam vs. Gundam,0.42 +Zone of the Enders: The 2nd Runner,0.42 +SEGA Classics Collection,0.42 +Star Wars Trilogy: Apprentice of the Force,0.42 +NASCAR Racing,0.42 +Zack & Wiki: Quest for Barbaros' Treasure,0.42 +EverQuest Online Adventures,0.42 +Cyber Troopers Virtual-On,0.42 +Star Wars Starfighter: Special Edition,0.42 +Spore Hero,0.42 +Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005,0.42 +JumpStart: Escape from Adventure Island,0.42 +Call of Duty: Modern Warfare: Mobilized,0.42 +Dai-2-Ji Super Robot Taisen Z: Hakai-hen,0.42 +SpongeBob SquigglePants,0.42 +Fishing Resort,0.42 +Scooby-Doo and the Cyber Chase,0.42 +Arc the Lad III,0.42 +Solitaire Overload,0.42 +Famicom Mini: Super Mario Bros. 2,0.42 +Horsez,0.42 +Grudge Warriors,0.42 +Castlevania: The Dracula X Chronicles,0.42 +Harvest Moon: Grand Bazaar,0.42 +Mega Man Legends 2,0.42 +Spartan: Total Warrior,0.42 +World Soccer Jikkyou Winning Eleven 2000: U-23 Medal heno Chousen,0.42 +Showdown: Legends of Wrestling,0.42 +Wheel of Fortune: 2nd Edition,0.42 +Animal Crossing: Amiibo Festival,0.42 +Mega Man Battle Network,0.42 +Jikkyou Powerful Pro Yakyuu 6,0.42 +Naruto: Ninja Council 3,0.42 +The Fairly Odd Parents: Game Boy Advance Video Volume 2,0.42 +Baja: Edge of Control,0.42 +Pitfall: The Lost Expedition,0.42 +Neon Genesis Evangelion 2nd Impression,0.42 +Battleborn,0.42 +Super Wagyan Land,0.42 +Dexter's Laboratory Deesaster Strikes,0.42 +Super Famista 4,0.42 +JGTC: All-Japan Grand Touring Car Championship,0.42 +Big Strike Bowling,0.42 +Dog's Life,0.42 +Taiko no Tatsujin DS: Dororon! Youkai Daikessen!!,0.42 +James Patterson Women's Murder Club: Games of Passion,0.42 +Sword Art Online: Hollow Fragment,0.42 +NBA ShootOut 2001,0.41999999999999993 +Condemned: Criminal Origins,0.41999999999999993 +International Superstar Soccer Pro '98,0.41999999999999993 +NFL GameDay 2004,0.4100000000000001 +Super Monkey Ball: Step & Roll,0.4100000000000001 +The Wonderful 101,0.4100000000000001 +Rogue Galaxy: Director's Cut,0.4100000000000001 +Jampack Spring 2004 (RP-T),0.4100000000000001 +Buzz! Junior: Jungle Party,0.4100000000000001 +Lord of the Rings: The Third Age,0.41000000000000003 +Dr. Mario 64,0.41000000000000003 +Where's Waldo? The Fantastic Journey,0.41000000000000003 +Deadly Premonition,0.41000000000000003 +All-Pro Football 2K8,0.41000000000000003 +Sniper Elite,0.41000000000000003 +Birds of Steel,0.41000000000000003 +BloodRayne 2,0.41000000000000003 +Yakuza: Ishin,0.41000000000000003 +SBK X: Superbike World Championship,0.41000000000000003 +NBA Live 14,0.41000000000000003 +Backyard Sports: Sandlot Sluggers,0.41000000000000003 +Kumamon Bomber: Puzzle de Kumamon Taisou,0.41000000000000003 +Prince of Persia: Rival Swords,0.41000000000000003 +AKB1/48: Idol to Guam de Koishitara...,0.41000000000000003 +XGIII: Extreme G Racing,0.41000000000000003 +Double Pack: Finding Nemo / The Incredibles,0.41000000000000003 +50 Cent: Blood on the Sand,0.41 +AKB1/48: Idol to Koishitara...,0.41 +Mario no Super Picross,0.41 +Sega Rally Championship 2,0.41 +Ogre Battle 64: Person of Lordly Caliber,0.41 +The Gunstringer,0.41 +Boku no Natsuyasumi 2: Umi no Bouken Hen,0.41 +Katamari Forever,0.41 +Hatsune Miku: Project Diva 2nd,0.41 +Mobile Suit Gundam: Gundam vs. Gundam NEXT PLUS,0.41 +Yu-Gi-Oh! The Eternal Duelist Soul (JP sales),0.41 +Disney's Hercules / Disney's The Jungle Book: Groove Party / A Bug's Life,0.41 +300: March to Glory,0.41 +Itadaki Street DS,0.41 +Final Fantasy Crystal Chronicles: The Crystal Bearers,0.41 +Rogue Ops,0.41 +Jikkyou Powerful Pro Yakuu '94,0.41 +Gladius,0.41 +My Virtual Tutor: Reading Adventure First to Second Grade,0.41 +MotoGP 14,0.41 +Eragon,0.41 +Armored Core 2: Another Age,0.41 +Monster Trucks Mayhem,0.41 +Pet in TV,0.41 +Backyard Wrestling 2: There Goes the Neighborhood,0.41 +Densha De Go! 2,0.41 +Pro Pinball,0.41 +Armored Core,0.41 +E0: Enemy Zero,0.41 +Monotaro Dentetsu 2010: Sengoku Ishin no Hero Daishuugou! no Maki,0.41 +Attack on Titan: Humanity in Chains,0.41 +Teenage Mutant Ninja Turtles 3: Mutant Nightmare,0.41 +Style Lab: Makeover,0.4099999999999999 +Nicktoons: Freeze Frame Frenzy,0.4099999999999999 +Fantastic Pets,0.4099999999999999 +Rush 2: Extreme Racing USA,0.4099999999999999 +Castlevania: Order of Ecclesia,0.4099999999999999 +Rocket Power: Dream Scheme,0.4099999999999999 +TERA,0.4099999999999999 +Legendary,0.4 +Medarot: Kabuto / Kuwagata Version,0.4 +"Warhammer 40,000: Squad Command",0.4 +Mouse Trap,0.4 +Marvel Super Heroes,0.4 +Yu-Gi-Oh! 5D's Stardust Accelerator: World Championship 2009,0.4 +MotoGP 09/10,0.4 +Nicktoons: MLB,0.4 +Backyard Baseball '10,0.4 +Odin Sphere: Leifthrasir,0.4 +SD Gundam G Generation Seed,0.4 +Bomberman Land,0.4 +Fighting Vipers,0.4 +Ultimate Fighting Championship: Throwdown,0.4 +Taiko no Tatsujin Wii: Dodon to 2 Yome!,0.4 +Mother 3,0.4 +MLB Power Pros,0.4 +Quake 4,0.4 +NFL GameDay 2003,0.4 +Pengo,0.4 +Story of Seasons,0.4 +Superman: The New Superman Adventures,0.4 +Warriors Orochi 2 (JP sales),0.4 +Battalion Wars,0.4 +World Series Baseball 2K3,0.4 +Enchanted Arms,0.4 +Persona 2: Eternal Punishment,0.4 +Alvin and the Chipmunks: The Squeakquel,0.4 +One Piece: Romance Dawn - Bouken no Yoake,0.4 +Senran Kagura: Estival Versus,0.4 +Dancing With The Stars,0.4 +NASCAR Heat,0.39999999999999997 +No More Heroes 2: Desperate Struggle,0.39999999999999997 +SNK Arcade Classics Vol. 1,0.39999999999999997 +Rune Factory: Frontier,0.39999999999999997 +Naruto: Path of the Ninja,0.39999999999999997 +"Sakura Wars: So Long, My Love",0.39999999999999997 +Madden NFL Football,0.39999999999999997 +The King of Fighters Collection: The Orochi Saga,0.39999999999999997 +Reader Rabbit Kindergarten,0.39999999999999997 +Wii Sports Club,0.39999999999999997 +Metal Gear Solid: The Legacy Collection,0.39999999999999997 +BlazBlue: Chrono Phantasma,0.39999999999999997 +Boku no Natsuyasumi,0.39999999999999997 +NFL Quarterback Club 2000,0.39999999999999997 +Sherlock Holmes: The Mystery of the Mummy,0.39999999999999997 +Vexx,0.39999999999999997 +Thrasher Presents: Skate and Destroy,0.39999999999999997 +Bloody Roar,0.39999999999999997 +Tear Ring Saga Yutona Eiyuu Senki,0.39999999999999997 +NCAA GameBreaker 2000,0.3999999999999999 +NBA ShootOut 2000,0.3999999999999999 +'98 Koshien,0.3999999999999999 +Advance Wars: Dual Strike,0.3999999999999999 +Bugs Bunny: Lost in Time,0.3999999999999999 +Megamind: The Blue Defender,0.39 +Super Famista 3,0.39 +Age of Empires III,0.39 +MLB 2006,0.39 +MTX Mototrax,0.39 +Rumble Roses,0.39 +Super Fire ProWrestling,0.39 +The Penguins of Madagascar: Dr. Blowhole Returns - Again!,0.39 +Jampack Winter 2003 (RP-T),0.39 +Generator Rex: Agent of Providence,0.39 +Mobile Suit Gundam: Lost War Chronicles,0.39 +Fire Emblem: Fuuin no Tsurugi,0.39 +Custom Robo V2,0.39 +The Spiderwick Chronicles,0.39 +Grandia Xtreme,0.39 +Syndicate,0.39 +Wipeout 2048,0.39 +SeaWorld Adventure Parks: Shamu's Deep Sea Adventure,0.39 +The Last Airbender,0.39 +Cabela's Adventure Camp,0.39 +Disney's Brother Bear,0.39 +Bump 'n' Jump,0.39 +Super Monkey Ball Deluxe,0.39 +ESPN Extreme Games,0.39 +Hitman: HD Trilogy,0.39 +Laser Blast,0.39 +Risk: Global Domination,0.39 +College Hoops 2K7,0.39 +From TV Animation One Piece: Yume no Lufy Kaizokudan Tanjou!,0.39 +NCAA College Basketball 2K3,0.39 +Mystery Case Files: The Malgrave Incident,0.39 +Headhunter,0.39 +Pac-Man and the Ghostly Adventures 2,0.39 +Taiko no Tatsujin Wii: Ketteiban,0.39 +LocoRoco,0.39 +SD Gundam G Generation World,0.39 +RR64: Ridge Racer 64,0.39 +Fatal Fury,0.39 +Congo Bongo,0.39 +Naruto: Clash of Ninja Revolution 2,0.39 +Danball Senki,0.39 +Kengo: Master of Bushido,0.39 +Naruto Shippuden: Ultimate Ninja Heroes 3,0.39 +Chibi-Robo! Plug into Adventure!,0.39 +Imagine: Party Babyz,0.39 +Yoshi Touch & Go,0.39 +Suzuki TT Superbikes,0.39 +Earth Defense Force: Insect Armageddon,0.39 +Project X Zone,0.39 +Shin Megami Tensei: Nocturne,0.39 +Tamagotchi Connection: Corner Shop 3,0.39 +iCarly 2: iJoin The Click!,0.38999999999999996 +Bladestorm: The Hundred Years' War,0.38999999999999996 +Lost Planet 3,0.38999999999999996 +Combat of Giants: Dinosaurs 3D,0.38999999999999996 +Bakusou Dekotora Densetsu: Otoko Ippiki Yume Kaidoi,0.38999999999999996 +Triple Play 97,0.38999999999999996 +Scene It? Bright Lights! Big Screen!,0.38999999999999996 +Donkey Konga 2,0.38999999999999996 +SpongeBob vs The Big One: Beach Party Cook Off,0.38999999999999996 +Imagine: Salon Stylist,0.38999999999999996 +All-Star Baseball 2000,0.38999999999999996 +Harvest Moon: Save the Homeland,0.38999999999999996 +Tokimeki Memorial 2,0.38999999999999996 +Ener-G: Gym Rockets,0.38999999999999996 +Hooked! Again: Real Motion Fishing,0.38999999999999996 +Champion Jockey: G1 Jockey & Gallop Racer,0.38000000000000006 +Samurai Warriors Chronicles,0.38000000000000006 +Ford Mustang: The Legend Lives,0.38000000000000006 +MLB SlugFest Loaded,0.38000000000000006 +Forza Horizon 3,0.38 +Mobile Suit Gundam: Extreme VS Full Boost,0.38 +Fragile Dreams: Farewell Ruins of the Moon,0.38 +Cabela's Trophy Bucks,0.38 +SD Gundam G Generation-F,0.38 +Jam Sessions: Sing and Play Guitar (US sales),0.38 +Dance Party: Pop Hits,0.38 +Metal Gear Solid: Snake Eater 3D,0.38 +Final Fantasy Adventure,0.38 +Raving Rabbids: Travel in Time 3D,0.38 +Overlord: Dark Legend,0.38 +Shin Megami Tensei: Devil Summoner,0.38 +Extreme-G: XG2,0.38 +Puyo Puyo 7,0.38 +Super Bust-A-Move,0.38 +Tetris Attack,0.38 +Mobile Suit Gundam: Giren no Yabou Zeon Dokuritsu Sensouden,0.38 +Airlock,0.38 +Phoenix Wright: Ace Attorney - Dual Destinies,0.38 +AKB1/149: Love Election,0.38 +Mobile Suit Gundam version 2.0,0.38 +Space Chimps,0.38 +TrackMania Turbo,0.38 +4x4 EVO 2,0.38 +The House of the Dead: Overkill - Extended Cut,0.38 +WRC: FIA World Rally Championship,0.38 +Bust-A-Move '99,0.38 +Pokemon Channel,0.38 +SD Gundam G Generation Spirits,0.38 +Conflict: Denied Ops,0.38 +The House of The Dead III,0.38 +ZhuZhu Pets: Featuring The Wild Bunch,0.38 +Taiko no Tatsujin Portable DX,0.38 +Dai-4-Ji Super Robot Taisen,0.38 +Wario Land II (GBC),0.38 +Tom Clancy's Ghost Recon 2: Summit Strike,0.38 +Rocket League,0.38 +Fist of the North Star: Ken's Rage 2,0.38 +BattleTanx: Global Assault,0.38 +Super Soccer,0.38 +Lilo & Stitch 2: Hämsterviel Havoc,0.37999999999999995 +UEFA Euro 2016,0.37999999999999995 +Junior Classic Games,0.37999999999999995 +Paws & Claws: Pampered Pets,0.37999999999999995 +F1 2016 (Codemasters),0.37999999999999995 +The Cat in the Hat,0.37999999999999995 +Puppy Palace,0.37999999999999995 +Theatrhythm Final Fantasy: Curtain Call,0.37999999999999995 +Petz Rescue: Ocean Patrol,0.37999999999999995 +Kingdom Under Fire: Circle of Doom,0.37999999999999995 +Ice Age,0.37999999999999995 +Etrian Odyssey IV: Legends of the Titans,0.37999999999999995 +Dragon Ball Z: Infinite World,0.37000000000000005 +Arc the Lad: Twilight of the Spirits,0.37000000000000005 +Monster Rancher 3,0.37000000000000005 +Okage: Shadow King,0.37000000000000005 +FaceBreaker,0.37 +Kileak: The DNA Imperative,0.37 +Disney's Donald Duck: Goin' Quackers,0.37 +Tobal 2,0.37 +Bookworm,0.37 +NHL 17,0.37 +Build-A-Bear Workshop: A Friend Fur All Seasons,0.37 +The Rise of the Argonauts,0.37 +Digging for Dinosaurs,0.37 +Nickelodeon Dance,0.37 +Command & Conquer: Red Alert 3 Ultimate Edition,0.37 +NFL Street 2 Unleashed,0.37 +Phantasy Star Portable 2: Infinity,0.37 +Pro Evolution Soccer 2011 3D,0.37 +Phantasy Star Ø,0.37 +MediEvil II,0.37 +EyeToy Play 2,0.37 +Virtua Fighter 3tb,0.37 +Kotoba no Puzzle: Mojipittan DS,0.37 +Re-Volt,0.37 +Super Dragon Ball Z,0.37 +Fushigi no Dungeon: Furai no Shiren 2 - Oni Shuurai! Shiren Shiro!,0.37 +"Monsters, Inc. Scream Arena",0.37 +Family Game Night 4: The Game Show,0.37 +Hangman,0.37 +Shin Megami Tensei: Devil Survivor Overclocked,0.37 +Panzer Dragoon,0.37 +Gravitar,0.37 +Dark Summit,0.37 +Ninja: Shadow of Darkness,0.37 +Dragonfire,0.37 +Prey,0.37 +Dragon Ball Z: Attack of the Saiyans,0.37 +Rock Band Track Pack Volume 1,0.37 +Yarudora Series Vol.1: Double Cast,0.37 +NCAA Final Four 2000,0.37 +Super Robot Taisen EX,0.37 +Reel Fishing III,0.37 +Shin Megami Tensei II,0.37 +Mega Man X Collection,0.37 +High Heat Major League Baseball 2003,0.37 +Solaris,0.37 +ESPN: Sports Connection,0.37 +Elite Beat Agents,0.37 +Super Formation Soccer 94,0.37 +Barbie Horse Adventures: Blue Ribbon Race,0.37 +Mini-Yonku GB: Let's & Go!!,0.37 +Slime MoriMori Dragon Quest: Shougeki No Shippo Dan,0.37 +SD Gundam G Generation Wars,0.37 +NBA Inside Drive 2002,0.37 +The Price is Right 2010 Edition,0.37 +Dance Dance Revolution Ultramix 3,0.37 +Rogue Trip: Vacation 2012,0.37 +Anarchy Reigns,0.37 +Chicken Blaster,0.37 +Guitar Hero On Tour: Modern Hits,0.37 +Dora the Explorer: Dora Saves the Crystal Kingdom,0.37 +Etrian Odyssey II: Heroes of Lagaard,0.37 +Outlaw Golf,0.37 +Moto Racer World Tour,0.37 +Hamtaro: Ham-Ham Heartbreak,0.36999999999999994 +Cubix Robots for Everyone: Clash 'n' Bash,0.36999999999999994 +The Bible Game,0.36999999999999994 +Naruto Shippuden: Ninja Destiny 2,0.36999999999999994 +CSI: Deadly Intent - The Hidden Cases,0.36000000000000004 +Mystical Ninja starring Goemon,0.36000000000000004 +Cabela's Outdoor Adventures (2006),0.36000000000000004 +EverGrace,0.36000000000000004 +Back to the Future: The Game,0.36000000000000004 +Trauma Center: Second Opinion,0.36000000000000004 +The Shoot,0.36000000000000004 +Pac-Man All-Stars,0.36000000000000004 +Sid Meier's Civilization: Beyond Earth,0.36000000000000004 +Medieval II: Total War Gold Edition,0.36000000000000004 +Star Fox: Zero,0.36000000000000004 +SOCOM: Tactical Strike,0.36000000000000004 +Kinectimals: Now with Bears!,0.36 +North American Hunting Extravaganza,0.36 +Nonomura Byoin no Hitobito,0.36 +Jurassic Park,0.36 +Mega Man Zero Collection,0.36 +World's Scariest Police Chases,0.36 +Barbie and the Three Musketeers,0.36 +Castlevania: Lords of Shadow 2,0.36 +Pro Evolution Soccer 2017,0.36 +Scooby-Doo! Classic Creep Capers,0.36 +Summon Night 3,0.36 +Naruto: Ultimate Ninja 3 (JP sales),0.36 +Hamster Club 3,0.36 +Big Bass World Championship,0.36 +Company of Heroes 2,0.36 +Dai-2-Ji Super Robot Taisen Z Saisei-hen,0.36 +Turok: Rage Wars,0.36 +MechAssault 2: Lone Wolf,0.36 +Senran Kagura Shinovi Versus: Sh?jo-tachi no Sh?mei,0.36 +We Sing Deutsche Hits,0.36 +MechWarrior 2: 31st Century Combat,0.36 +Ganbare Goemon 3: Shishi Jyuurokubei no Karakuri Manji Katame,0.36 +Driver: Parallel Lines,0.36 +Mobile Suit Z-Gundam,0.36 +AMF Bowling World Lanes,0.36 +Super Fire ProWrestling Special,0.36 +LocoRoco 2,0.36 +Greg Hastings Paintball 2,0.36 +The Cursed Crusade,0.36 +Kamaitachi no Yoru 2,0.36 +Dynasty Warriors: Gundam Reborn,0.36 +J-League Pro Soccer Club o Tsukurou!,0.36 +J-League Pro Soccer Club o Tsukurou '04,0.36 +Yuu Yuu Hakusho,0.36 +Ryu Ga Gotoku Kenzan!,0.36 +Dynasty Warriors 8: Empires,0.36 +Shrek,0.36 +Xenosaga Episode III: Also sprach Zarathustra,0.36 +Divinity: Original Sin,0.36 +Iron Chef America: Supreme Cuisine,0.36 +Toriko: Gourmet Survival!,0.36 +Squeeballs Party,0.36 +Super Robot Taisen A,0.36 +Kirby's Dream Land 3,0.36 +Valkyrie Profile: Lenneth,0.36 +M&M's Kart Racing,0.36 +One Piece: Gigant Battle!,0.36 +Zero4 Champ RR,0.36 +Fossil Fighters: Frontier,0.35999999999999993 +Trauma Center: Under the Knife,0.35999999999999993 +Don King Boxing,0.35000000000000003 +Football Manager Handheld 2010,0.35000000000000003 +Tom and Jerry in War of the Whiskers,0.35000000000000003 +Wonder Pets! Save the Animals!,0.35000000000000003 +Boxer's Road,0.35000000000000003 +Monkey Island: Special Edition Collection,0.35000000000000003 +Battalion Wars 2,0.35000000000000003 +Superman Returns,0.35000000000000003 +Frogs And Flies,0.35000000000000003 +U-Sing,0.35000000000000003 +ATV/Monster Truck Mayhem,0.35000000000000003 +Dance Dance Revolution 3rdMix,0.35000000000000003 +Rocky: Legends,0.35000000000000003 +Formula 1 Championship Edition,0.35000000000000003 +Sentouchu: Densetsu no Shinobi to Survival Battle!,0.35 +Jikkyou Powerful Pro Yakyuu 7,0.35 +Radiant Historia,0.35 +Astro Boy: The Video Game,0.35 +Jikkyou Powerful Pro Yakyuu 2000,0.35 +Risk / Battleship / Clue,0.35 +Suikoden V,0.35 +My Baby Boy,0.35 +One Piece: Gigant Battle 2 Shin Sekai,0.35 +Yu-Gi-Oh! 5D's Tag Force 5,0.35 +Stunt Race FX,0.35 +Monster Rancher 4,0.35 +Splatterhouse,0.35 +Chuck E. Cheese's Party Games,0.35 +Battlestations: Pacific,0.35 +Xbox Music Mixer,0.35 +Backbreaker,0.35 +Dragon Ball Z: Budokai Tenkaichi 2 (JP sales),0.35 +Soldier of Fortune: Payback,0.35 +Backyard Baseball 2006,0.35 +Mega Man X3,0.35 +Naruto Shippuden: Ultimate Ninja Impact,0.35 +Ty the Tasmanian Tiger 3: Night of the Quinkan,0.35 +The Wild Thornberrys Movie,0.35 +Armorines: Project S.W.A.R.M.,0.35 +Tiger Woods PGA Tour,0.35 +Saw II: Flesh & Blood,0.35 +Driver 2 Advance,0.35 +Gundam Breaker,0.35 +Dora the Explorer: Journey to the Purple Planet,0.35 +WCW Backstage Assault,0.35 +Picross 2,0.35 +Sengoku Basara 3 Utage,0.35 +Killer is Dead,0.35 +Star Wars: Flight of the Falcon,0.35 +Bloody Roar 3,0.35 +Tetrisphere,0.35 +Tom Clancy's Rainbow Six: Rogue Spear,0.35 +Classic NES Series: Ice Climber,0.35 +Jikkyou Powerful Pro Yakyuu 13,0.35 +Hello Kitty Daily,0.35 +Disney Fairies: Tinker Bell and the Great Fairy Rescue,0.35 +Blasto,0.35 +Momotarou Dentetsu 12,0.35 +Disney's Tarzan: Return to the Jungle,0.35 +The Italian Job,0.35 +The King of Fighters '96,0.35 +The Testament of Sherlock Holmes,0.3499999999999999 +Stormrise,0.34 +World Series of Poker: Tournament of Champions 2007 Edition,0.34 +Style Lab: Jewelry Design,0.34 +Iron Storm,0.34 +Backstreet Billiards,0.34 +Hot Wheels: Battle Force 5,0.34 +Backyard NFL Football '10,0.34 +Thunderstrike: Operation Phoenix,0.34 +Carol Vorderman's Sudoku,0.34 +Football Manager Handheld 2008,0.34 +Power Rangers: Ninja Storm,0.34 +Pandora's Tower,0.34 +Guilty Gear X2,0.34 +Modnation Racers: Road Trip,0.34 +Night Warriors: Darkstalkers' Revenge,0.34 +WWE Wrestlemania XIX,0.34 +GT Advance Championship Racing,0.34 +And1 Streetball,0.34 +WWE Day of Reckoning 2,0.34 +Untold Legends: The Warriors Code,0.34 +Star Ocean: Second Evolution,0.34 +Bank Heist,0.34 +MLB Power Pros 2008,0.34 +Fade to Black,0.34 +Kurushi Final: Mental Blocks,0.34 +Lunar 2: Eternal Blue Complete,0.34 +The King of Fighters '97,0.34 +Fairytale Fights,0.34 +Momotarou Dentetsu DS: Tokyo & Japan,0.34 +Freeway,0.34 +Frostbite,0.34 +From TV Animation One Piece: Tobidase Kaizokudan!,0.34 +Tenchu Z,0.34 +Carnival,0.34 +Mega Man ZX Advent,0.34 +Deathtrap Dungeon,0.34 +Resident Evil: Dead Aim,0.34 +WipEout 3,0.34 +SoulCalibur,0.34 +Jurassic Park: Operation Genesis,0.34 +Rally Cross 2,0.34 +Fantastic Voyage,0.34 +Kameo: Elements of Power,0.34 +Tiny Tank,0.34 +Banjo-Kazooie: Grunty's Revenge,0.34 +Alien's Return,0.34 +Spy Kids 3-D: Game Over,0.34 +Bomberman World,0.34 +Etrian Odyssey,0.34 +Pro Yakyuu Team o Tsukurou! 2,0.34 +NCAA Final Four 2001,0.33999999999999997 +Tenchu: Shadow Assassins,0.33999999999999997 +Risen 3: Titan Lords,0.33999999999999997 +ESPN MLB Baseball,0.33999999999999997 +Dragon Ball Z: Idainaru Dragon Ball Densetsu,0.33999999999999997 +PBR: Out of the Chute,0.33999999999999997 +Myst III: Exile,0.33999999999999997 +Guilty Gear Xrd: Sign,0.33999999999999997 +3rd Super Robot Wars Z: Tengoku-Hen,0.33999999999999997 +Tom Clancy's Ghost Recon: Shadow Wars,0.33999999999999997 +Herbie: Fully Loaded,0.33999999999999997 +Bass Pro Shops: The Hunt,0.33999999999999997 +Chicken Riot,0.33999999999999997 +International Cricket 2010,0.33999999999999997 +Armored Core: For Answer,0.33999999999999997 +The Ant Bully,0.33999999999999997 +Monster 4x4: Masters of Metal,0.33999999999999997 +Jeremy McGrath Supercross World,0.33999999999999997 +Walt Disney's The Jungle Book: Rhythm N'Groove,0.33999999999999997 +Naruto: Rise of a Ninja,0.3399999999999999 +The Eye of Judgment,0.33000000000000007 +Frogger II: Threeedeep!,0.33 +Sakura Wars 3: Paris wa Moeteiru ka,0.33 +World Destruction League: Thunder Tanks,0.33 +Dragon Ball Z: Extreme Butoden,0.33 +Kidou Senshi Gundam F91: Formula Senki 0122,0.33 +Jeanne d'Arc,0.33 +Way of the Samurai 2,0.33 +Naruto: Gekito Ninja Taisen! 4,0.33 +DECA Sports Freedom,0.33 +Tales of the World: Radiant Mythology 2,0.33 +Battle Dodge Ball,0.33 +Dengeki Bunko Fighting Climax,0.33 +Tokyo Highway Battle,0.33 +The Witcher: Enhanced Edition,0.33 +Tales of Berseria,0.33 +Samurai Warriors 2: Xtreme Legends (JP sales),0.33 +Imagine: Movie Star,0.33 +NHL 2K3,0.33 +Elebits,0.33 +Family Party: 90 Great Games Party Pack,0.33 +NeoGeo Battle Coliseum,0.33 +The Sims 3: Town Life Stuff,0.33 +Little Battlers eXperience W,0.33 +Extra Bases,0.33 +World Stadium 3,0.33 +Disgaea: Hour of Darkness,0.33 +Disgaea 2: Cursed Memories,0.33 +Risen,0.33 +The Legend of Heroes: Trails in the Sky First Chapter,0.33 +Transformers: Revenge of the Fallen (DS Versions),0.33 +Digimon World: Dawn / Dusk,0.33 +GRID Autosport,0.33 +Super Power League 2,0.33 +Dr. Mario / Puzzle League,0.33 +Folklore,0.33 +MXRider,0.33 +Beautiful Katamari,0.33 +Bleach: Shattered Blade,0.33 +Ninja Blade,0.33 +Deus Ex: Invisible War,0.33 +Klonoa 2: Lunatea's Veil,0.33 +BeatMania Append GottaMix,0.33 +DX Game of Life 2,0.33 +NBA Live 96,0.33 +Hatsune Miku: Project Diva Extend,0.33 +Yoostar2,0.33 +Sengoku Musou 3 Z,0.33 +Sonic Boom: Rise of Lyric,0.33 +"Carnival Games: Monkey See, Monkey Do!",0.33 +Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS 2 + Jouyou Kanji Jiten,0.33 +Star Ocean 5: Integrity and Faithlessness,0.33 +Street Fighter Alpha 3 MAX,0.33 +Smart Girl's Party Game,0.33 +Off Road Challenge,0.32999999999999996 +ESPN NHL Hockey,0.32999999999999996 +Singstar: Ultimate Party,0.32999999999999996 +Winter Stars,0.32999999999999996 +Point Blank,0.32999999999999996 +Classic NES Series: Castlevania,0.32999999999999996 +Clock Tower 3,0.32999999999999996 +ATV Quad Kings,0.32999999999999996 +SpongeBob's Surf & Skate Roadtrip,0.32999999999999996 +1001 Touch Games,0.32999999999999996 +Buffy the Vampire Slayer: Chaos Bleeds,0.32999999999999996 +Ape Escape Academy,0.32999999999999996 +Little Deviants,0.32999999999999996 +SSX Blur,0.32999999999999996 +Buzz! The Ultimate Music Quiz,0.32999999999999996 +Arcania: Gothic 4,0.32999999999999996 +Etrian Odyssey III: The Drowned City,0.32999999999999996 +The Scorpion King: Rise of the Akkadian,0.32999999999999996 +World of Tanks,0.32000000000000006 +Momotarou Dentetsu 20-Shuunen,0.32 +Dragon Quest Monsters 1·2,0.32 +Momotarou Dentetsu Happy,0.32 +Disney's Meet the Robinsons,0.32 +Rally Cross,0.32 +Gold's Gym: Cardio Workout (Others sales),0.32 +Dragon Quest Monsters: Battle Road Victory,0.32 +OverBlood,0.32 +Heart of Darkness,0.32 +Einhänder,0.32 +Peppa Pig: Theme Park Fun,0.32 +Live A Live,0.32 +Dynasty Warriors 4 Empires,0.32 +Championship Bass,0.32 +Dance Dance Revolution Universe,0.32 +Romance of the Three Kingdoms VII,0.32 +The Settlers 7: Paths to a Kingdom,0.32 +World Poker Tour,0.32 +Rudolph the Red-Nosed Reindeer,0.32 +"Go, Diego, Go!: Great Dinosaur Rescue",0.32 +Nicktoons: Movin',0.32 +BattleTanx,0.32 +Arcana Heart 3,0.32 +Fireball,0.32 +SpongeBob SquarePants: Double Pack,0.32 +No.1 Muscle Ranking - Kinniku Banzuke Vol. 1: Oregasaikyouno Otokoda!,0.32 +Sky Odyssey,0.32 +Jikkyou Powerful Pro Yakyuu 15,0.32 +Fortress,0.32 +Naruto: Ultimate Ninja (JP sales),0.32 +Bust-A-Move Universe,0.32 +"Ed, Edd n Eddy: Jawbreakers!",0.32 +Frankenstein's Monster,0.32 +Harvest Moon: Back to Nature,0.32 +Seaman: Kindan no Pet - Gaze Hakushi no Jikken Shima,0.32 +Extreme Pinball,0.32 +Birthday Party Bash,0.32 +Sega Smash Pack,0.32 +Quiz Magic Academy DS,0.32 +WarCraft II: The Dark Saga,0.32 +Virtua Striker 2,0.32 +Kinetica,0.32 +Kirby's Block Ball,0.32 +Discovery Kids: Puppy Playtime,0.32 +Capcom Classics Collection Reloaded,0.32 +Wallace & Gromit in Project Zoo,0.32 +7 Wonders II,0.32 +Shin Super Robot Taisen Special Disk,0.32 +FIFA 2001 Major League Soccer,0.32 +The Conveni: Ano Machi wo Dokusen Seyo,0.32 +Shin Momotarou Densetsu,0.32 +4x4 Evolution,0.32 +Planet Puzzle League,0.32 +ESPN X-Games Pro Boarder,0.32 +Cartoon Network Collection: Game Boy Advance Video Platinum Edition,0.32 +NFL Fever 2004,0.32 +Shin Nippon Pro Wrestling: Toukon Retsuden,0.32 +Hellboy: The Science of Evil,0.32 +Dragster,0.32 +Tetris 2 + Bombliss,0.32 +Nagano Winter Olympics 98,0.32 +Test Drive: Eve of Destruction,0.32 +Kingdom Under Fire: The Crusaders,0.32 +Amagami,0.32 +Heavy Fire: Afghanistan,0.32 +Derby Stallion DS,0.32 +X-Men: Children of the Atom,0.32 +Karaoke Revolution Volume 3,0.32 +Escape The Museum,0.31999999999999995 +Big League Sports,0.31999999999999995 +Justice League Heroes,0.31999999999999995 +Pitfall 3D: Beyond the Jungle,0.31999999999999995 +Conception II: Children of the Seven Stars,0.31999999999999995 +Warriors of Might and Magic,0.31000000000000005 +NBA Ballers: Chosen One,0.31000000000000005 +War Gods,0.31000000000000005 +Family Feud: 2012 Edition,0.31000000000000005 +Catwoman,0.31000000000000005 +Burger Island,0.31000000000000005 +Fishing Master,0.31 +NBA Hoopz,0.31 +PowerUp Heroes,0.31 +Dr. Seuss: How the Grinch Stole Christmas,0.31 +Jikkyou Powerful Pro Yakyuu 4,0.31 +Doubutsu no Mori,0.31 +Rhythm Tengoku,0.31 +Are You Smarter Than a 5th Grader? Back to School,0.31 +The Bard's Tale,0.31 +Shovel Knight,0.31 +Yu-Gi-Oh! The Dawn of Destiny,0.31 +Jikkyou Powerful Pro Yakyuu 14,0.31 +NBA Inside Drive 2003,0.31 +Super Robot Taisen Complete Box,0.31 +MonHun Nikki: Poka Poka Ailu Mura G,0.31 +Ridge Racer Unbounded,0.31 +Ford vs. Chevy,0.31 +MLB SlugFest 2006,0.31 +Slot Machine,0.31 +Alvin and the Chipmunks: Chipwrecked,0.31 +TouchMaster: Connect,0.31 +Football Manager 2016,0.31 +BMX XXX,0.31 +Alone in the Dark: One-Eyed Jack's Revenge,0.31 +Bruce Lee: Quest of the Dragon,0.31 +Astroblast,0.31 +A Collection of Classic Games from the Intellivision,0.31 +Midtown Madness 3,0.31 +Foto Frenzy: Spot The Diffrence,0.31 +Jikkyou Powerful Pro Yakyuu Portable 3,0.31 +Phantasy Star Universe,0.31 +Littlest Pet Shop: City Friends,0.31 +Calvin Tucker's Redneck Jamboree,0.31 +Spin Jam,0.31 +Hatsune Miku: Project Mirai DX,0.31 +Momotarou Dentetsu 16,0.31 +KISS Pinball,0.31 +Venetica,0.31 +BlazBlue: Chrono Phantasma Extend,0.31 +Panzer Dragoon II Zwei,0.31 +Ganbare Goemon: KiraKira Douchuu - Boku ga Dancer ni Natta Riyuu,0.31 +Spyro: Attack of the Rhynocs,0.31 +Squinkies,0.31 +Ehrgeiz,0.31 +Transworld Surf,0.31 +Penny Racers,0.31 +2 Games in 1: Disney's Brother Bear / The Lion King 1 1/2,0.31 +ExerBeat,0.31 +Yuu Yuu Hakusho 2: Kakutou no Sho,0.31 +Mega Man Battle Network 2,0.31 +RPG Tsukuru 2,0.31 +Lizzie McGuire 3: Homecoming Havoc,0.31 +Taiko Drum Master: Don and Katsu's Space-Time Great Adventure,0.31 +Phineas and Ferb Ride Again,0.31 +Project: Snowblind,0.31 +Resident Evil Archives: Resident Evil,0.31 +Demolition Racer,0.31 +My Virtual Tutor: Reading Adventure Pre-K to Kindergarten,0.31 +Lumines ll,0.31 +40 Winks,0.31 +NBA ShootOut,0.31 +Air Conflicts: Secret Wars,0.31 +Transformers: Prime,0.31 +24: The Game,0.31 +Shrek Swamp Kart Speedway,0.31 +Disney's The Emperor's New Groove,0.31 +Pipe Mania,0.31 +PAC-MAN and the Ghostly Adventures,0.31 +Jumping Flash!,0.31 +Lord of Arcana,0.31 +Shaun White Snowboarding: World Stage,0.31 +Ganbare Goemon 2: Kiteretsu Shougun Magginesu,0.31 +Divinity II: Ego Draconis,0.31 +Disney's Winnie the Pooh's Rumbly Tumbly Adventure,0.31 +Taz Wanted,0.31 +Tiny Toon Adventures: The Great Beanstalk,0.31 +Might & Magic Heroes VI,0.31 +Dragon Ball Heroes: Ultimate Mission 2,0.31 +Neopets: The Darkest Faerie,0.31 +Goemon's Great Adventure,0.31 +NHL FaceOff 2000,0.31 +Contra 4,0.31 +Naruto: Ninja Destiny (US sales),0.31 +SD Gundam G Generation: Overworld,0.31 +Imagine: Family Doctor,0.31 +Fate/Extra,0.31 +Crash 'N' Burn,0.31 +Mountain King,0.31 +Drakengard 3,0.31 +Sorcery,0.31 +Armored Core: Silent Line,0.31 +Chaos Legion,0.31 +Bass Hunter 64,0.31 +Atelier Ayesha: The Alchemist of Dusk,0.31 +Mega Man Maverick Hunter X,0.31 +Namco Museum: Virtual Arcade,0.31 +"Army Men World War: Land, Sea, Air",0.31 +J-League Winning Eleven 2007: Club Championship,0.31 +Star Wars Racer Revenge,0.30999999999999994 +Orphen: Scion of Sorcery,0.30999999999999994 +SCORE International Baja 1000: The Official Game,0.30999999999999994 +KuruKuru Kururin,0.30999999999999994 +NCAA Final Four 2002,0.30999999999999994 +Yu-Gi-Oh! 5D's World Championship 2010 Reverse of Arcadia,0.30999999999999994 +Disney's Stitch: Experiment 626,0.30999999999999994 +Dead to Rights II,0.30999999999999994 +Jampack: Summer 2003 (RP-M),0.30999999999999994 +Deadliest Catch: Sea of Chaos,0.30999999999999994 +Music Maker,0.30999999999999994 +Jampack Volume 12,0.30999999999999994 +The Dukes of Hazzard II: Daisy Dukes It Out,0.30000000000000004 +Heroes over Europe,0.30000000000000004 +Eternal Ring,0.30000000000000004 +Jonas,0.30000000000000004 +Capcom Classics Collection Remixed,0.30000000000000004 +Dance Dance Revolution Universe 3,0.30000000000000004 +Midway Arcade Treasures 3,0.30000000000000004 +Cart World Series,0.30000000000000004 +Tom Clancy's Splinter Cell 3D,0.30000000000000004 +Army Men: Air Attack 2,0.30000000000000004 +Macross Digital Mission VF-X,0.30000000000000004 +Disney's Atlantis: The Lost Empire,0.30000000000000004 +Pro Yaky? Spirits 2014,0.30000000000000004 +We Sing Pop!,0.30000000000000004 +Looney Tunes: Duck Amuck,0.30000000000000004 +Puyo Puyo! 15th Anniversary,0.30000000000000004 +1701 A.D.,0.3 +Wayne Gretzky's 3D Hockey '98,0.3 +Medieval Moves: Deadmund's Quest,0.3 +Famista '91,0.3 +The Dukes of Hazzard: Return of the General Lee,0.3 +RealSports Boxing,0.3 +Blazing Heroes,0.3 +Nounai Aeshe: IQ Suppli DS,0.3 +Lord of the Rings: Battle for Middle-Earth,0.3 +Call of Duty: Modern Warfare 3: Defiance,0.3 +SpongeBob's Truth or Square,0.3 +Pro Race Driver,0.3 +Lupin the 3rd: Treasure of the Sorcerer King,0.3 +Decathlete,0.3 +Daikaijyuu Monogatari,0.3 +Gameboy Gallery,0.3 +Dai-2-Ji Super Robot Taisen OG,0.3 +One Piece Unlimited Cruise SP,0.3 +Harvest Moon DS Cute (US sales),0.3 +Samurai Shodown Anthology,0.3 +Supremacy MMA,0.3 +Truth or Lies,0.3 +Playboy: The Mansion,0.3 +Power Pro Kun Pocket 10,0.3 +Hamster Tarou,0.3 +Mega Man X: Command Mission,0.3 +Mega Man ZX,0.3 +NFL Blitz Pro,0.3 +Monster Truck Madness 64,0.3 +Fossil Fighters (JP sales),0.3 +Dragon Force,0.3 +Super Robot Taisen W,0.3 +Power Pro Kun Pocket 4,0.3 +Rabbids: Alive & Kicking,0.3 +Trauma Center: New Blood,0.3 +Shin Megami Tensei: Persona 2: Innocent Sin,0.3 +NES Remix,0.3 +Touhoku Daigaku Mirai Kagaku Gijutsu Kyoudou Kenkyuu Center Kawashima Ryuuta Kyouju Kanshu: Nou Ryoku Trainer Portable,0.3 +Rayman 2: Revolution,0.3 +Super Robot Taisen OG: Original Generations Gaiden,0.3 +Hard Hitter Tennis,0.3 +Math Play,0.3 +Disgaea 3: Absence of Detention,0.3 +Super Bomberman 5,0.3 +Ys: Memories of Celceta,0.3 +Atelier Meruru: Alchemist of Arland 3,0.3 +The Godfather: Dons Edition,0.3 +SimCity 4,0.3 +Pride FC: Fighting Championships,0.3 +FlatOut: Head On,0.3 +Little League World Series Baseball 2009,0.3 +N3: Ninety-Nine Nights,0.3 +Power Pro Kun Pocket 6,0.3 +Taiko no Tatsujin Wii: Minna de Party * 3-Yome!,0.3 +Duel Masters: Sempai Legends,0.3 +Adventure Time: Explore the Dungeon Because I Don't Know!,0.3 +Magna Carta 2,0.3 +Winning Post 2,0.3 +Evolution Skateboarding,0.3 +Far East of Eden Zero,0.3 +Virtua Cop 2,0.3 +Little King's Story,0.29999999999999993 +Yu Yu Hakusho Ghost Files: Spirit Detective,0.29999999999999993 +Finding Nemo: The Continuing Adventures,0.29999999999999993 +Spirit: Stallion of the Cimarron,0.29999999999999993 +Crazy Taxi: Catch a Ride,0.29999999999999993 +Top Gear Overdrive,0.29000000000000004 +Yu-Gi-Oh! Double Pack,0.29000000000000004 +X-Blades,0.29000000000000004 +F/A-18F Super Hornet,0.29000000000000004 +Assassin's Creed II: Discovery,0.29000000000000004 +From TV Animation One Piece: Treasure Battle!,0.29000000000000004 +Remington Super Slam Hunting: Africa,0.29000000000000004 +Shin Megami Tensei: Strange Journey,0.29000000000000004 +Atelier Iris 3: Grand Phantasm (US Sales),0.29000000000000004 +Viz,0.29000000000000004 +Hamster Club 4: Shigessa Daidassou,0.29000000000000004 +Earthworm Jim,0.29000000000000004 +Ken Griffey Jr.'s Slugfest,0.29000000000000004 +Xena: Warrior Princess - The Talisman of Fate,0.29000000000000004 +NBA 08,0.29000000000000004 +Just Dance: Disney Party,0.29000000000000004 +Romance of the Three Kingdoms VIII,0.29000000000000004 +Blazing Angels 2: Secret Missions of WWII,0.29000000000000004 +Section 8,0.29000000000000004 +Fantastic 4: Flame On,0.29000000000000004 +Supercross 2000,0.29000000000000004 +Dragon Ball GT: Transformation,0.29000000000000004 +Gundam Breaker 2,0.29000000000000004 +X-Men: Reign of Apocalypse,0.29000000000000004 +Beyblade: Metal Masters,0.29000000000000004 +Jikkyou Powerful Pro Yakyuu 2014,0.29000000000000004 +The Oregon Trail,0.29000000000000004 +Final Fantasy VI Advance,0.29000000000000004 +Barnyard,0.29000000000000004 +Mega Man X8,0.29000000000000004 +Predator: Concrete Jungle,0.29000000000000004 +AMF Bowling 2004,0.29 +Harvey Birdman: Attorney at Law,0.29 +PGA Tour 97,0.29 +I Spy: Spooky Mansion,0.29 +Fisherman's Bait 2: Big Ol' Bass,0.29 +Junior Brain Trainer 2,0.29 +Power Pro Kun Pocket 11,0.29 +Real Pool,0.29 +Haven: Call of the King,0.29 +Baby Pals,0.29 +SingStar Country,0.29 +Star Gladiator Episode: I Final Crusade,0.29 +Invizimals: Shadow Zone,0.29 +SD Gundam Gaiden: Knight Gundam Monogatari: Ooinaru Isan,0.29 +NBA In The Zone,0.29 +WWII Aces,0.29 +Kagero: Deception II,0.29 +Jeopardy! 2nd Edition,0.29 +Danganronpa Another Episode: Ultra Despair Girls,0.29 +Sonic Boom: Shattered Crystal,0.29 +Pro Yaky? Spirits 5,0.29 +J-League Victory Goal '96,0.29 +"Sakura Wars 4: Koi Seyo,Otome",0.29 +Fable: The Journey,0.29 +Imagine: Makeup Artist,0.29 +Just Dance Wii 2,0.29 +Tom and Jerry Tales,0.29 +Fast Food,0.29 +Dynasty Tactics,0.29 +Dragon Quest: Shounen Yangus to Fushigi no Dungeon,0.29 +Final Fantasy X-2: International + Last Mission,0.29 +Fireblade,0.29 +Trace Memory,0.29 +The Urbz: Sims In the City (US weekly sales),0.29 +Starhawk,0.29 +The New Tetris,0.29 +Mah Jong Quest: Expeditions,0.29 +Jewel Quest Mysteries: Curse of the Emerald Tear,0.29 +BeatMania Append 4thMix: The beat goes on,0.29 +Looney Tunes Racing,0.29 +Future Cop L.A.P.D.,0.29 +Jikkyou Powerful Pro Yakyuu 8,0.29 +Battle & Get! Pokemon Typing DS,0.29 +Guardian Heroes,0.29 +MLB Pennant Race,0.29 +One Piece Unlimited Cruise 2: Awakening of a Hero,0.29 +Penguin no Mondai: Saikyou Penguin Densetsu! A Penguin's Troubles,0.29 +Summer Heat Beach Volleyball,0.29 +Dead Rising: Chop Till You Drop,0.29 +Wild ARMs 5,0.29 +Pirates of the Caribbean,0.29 +Kurohyou: Ryu ga Gotoku Shinshou,0.29 +SD Gundam G Century,0.29 +Snowboarding,0.29 +Imagine: Fashion Designer World Tour,0.29 +Soul Nomad & the World Eaters,0.29 +Evil Dead: Regeneration,0.29 +Wappy Dog,0.29 +Ace Combat: Joint Assault,0.29 +VMX Racing,0.29 +Bass Strike,0.29 +Deer Hunter,0.29 +Itadaki Street 2: Neon Sign wa Bara Iro ni,0.29 +Glory of Heracles,0.29 +Soul Sacrifice Delta,0.29 +WRC 5: FIA World Rally Championship,0.29 +Zoo Tycoon 2 DS,0.29 +Shadow of Destiny,0.29 +Dragon Ball Heroes: Ultimate Mission,0.29 +Zombie Army Trilogy,0.29 +Arcade Hits: Frisky Tom,0.29 +John Deere: Harvest in the Heartland,0.29 +Tomba! 2: The Evil Swine Return,0.29 +Punch-Out!!,0.29 +Dolphin,0.29 +Jikkyou Powerful Pro Yakyuu 2000 Kaimakuban,0.29 +The Suite Life of Zack & Cody: Circle of Spies,0.29 +Romance of the Three Kingdoms III: Dragon of Destiny,0.29 +DX Game of Life,0.29 +Feel the Magic XY/XX,0.29 +Reel Fishing: Angler's Dream,0.29 +Forgotten Realms: Demon Stone,0.2899999999999999 +Gretzky NHL 06,0.28 +Nichibutsu Arcade Classics,0.28 +Kakyuusei,0.28 +Yakuza Kiwami,0.28 +F1 ROC: Race of Champions,0.28 +Disgaea 5: Alliance of Vengeance,0.28 +The Witch and the Hundred Knight,0.28 +International Superstar Soccer,0.28 +Ratatouille: Food Frenzy,0.28 +MindJack,0.28 +Mega Man: Dr. Wily's Revenge,0.28 +Dragon Ball GT: Final Bout,0.28 +History Civil War: Secret Missions,0.28 +Unreal Championship 2: The Liandri Conflict,0.28 +Quantum Theory,0.28 +Dynasty Warriors: Gundam,0.28 +RollerCoaster Tycoon 3,0.28 +Netsu Chu! Pro Yakyuu 2003,0.28 +Mega Man II,0.28 +Pitfall: The Mayan Adventure,0.28 +RoadKill,0.28 +Godzilla: Domination!,0.28 +Digimon Adventure: Anode Tamer,0.28 +Famista '92,0.28 +Space Camp,0.28 +Pro Yaky? Spirits 6,0.28 +MotoGP 15,0.28 +F-1 Grand Prix,0.28 +Jissen Pachi-Slot Hisshouhou! Moujuu-Oh S,0.28 +Mr. Do!,0.28 +Resident Evil 2: Dual Shock Edition,0.28 +The Legend of Zelda: The Minish Cap(weekly JP sales),0.28 +Romance of the Three Kingdoms II,0.28 +Tales of the World: Radiant Mythology 3,0.28 +Kung Zhu,0.28 +BioShock The Collection,0.28 +Digimon Story: Cyber Sleuth,0.28 +Power Pro Kun Pocket 3,0.28 +Fight Club,0.28 +Chessmaster: The Art of Learning,0.28 +Digimon World 4,0.28 +Civilization II,0.28 +Shadow Hearts,0.28 +The Legend of Heroes: Trails of Cold Steel II,0.28 +Samurai Warriors 4-II,0.28 +Mobile Suit Gundam Side Story I: Senritsu no Blue,0.28 +Lord of Darkness,0.28 +The Smurfs: Dance Party,0.28 +Tornado Outbreak,0.28 +Nobunaga no Yabou: Tenshoki,0.28 +Ben 10 Triple Pack,0.28 +Tao Feng: Fist of the Lotus,0.28 +Mace Griffin: Bounty Hunter,0.28 +Bratz: Super Babyz,0.28 +Pro Baseball Spirits 2015,0.28 +Pokemon Box: Ruby & Sapphire,0.28 +Kobitodzukan: Kobito Kansatsu Set,0.28 +Shin Nippon Pro Wrestling: Toukon Retsuden 2,0.28 +DeathSmiles,0.28 +Donkey Kong GB: Dinky Kong & Dixie Kong,0.28 +NHL Hitz Pro,0.28 +Super Fire ProWrestling X,0.28 +BlowOut,0.27999999999999997 +Kung Fu Chaos,0.27999999999999997 +Yu-Gi-Oh! World Championship 2008,0.27999999999999997 +Yu-Gi-Oh! Monster Capsule Breed & Battle,0.27999999999999997 +Mega Man 7,0.27999999999999997 +NHL 2K11,0.27999999999999997 +Disney Channel: All Star Party,0.27999999999999997 +Shrek: Ogres & Dronkeys,0.27999999999999997 +Transformers: Cybertron Adventures,0.27999999999999997 +Whirl Tour,0.27999999999999997 +Pinkalicious,0.27999999999999997 +American Chopper 2: Full Throttle,0.27999999999999997 +Namco Museum Vol.2,0.27999999999999997 +Polaris,0.27999999999999997 +Virtua Fighter 5 Online,0.27999999999999997 +Silent Hill 2: Restless Dreams,0.27999999999999997 +Bratz Ponyz,0.27999999999999997 +ExciteBots: Trick Racing,0.27999999999999997 +Links 2004,0.27999999999999997 +Siren: Blood Curse,0.27999999999999997 +World of Warcraft: Legion,0.27999999999999997 +Patapon 3,0.27999999999999997 +Hotel for Dogs,0.27999999999999997 +Conflict: Global Terror,0.27999999999999997 +Slam Dunk: Yonkyo Taiketsu!!,0.27 +Thoroughbred Breeder II,0.27 +Armored Core: Master of Arena,0.27 +Moero! Nekketsu Rhythm Damashii: Osu! Tatakae! Ouendan! 2,0.27 +Megamind: Ultimate Showdown,0.27 +Puppeteer,0.27 +Medarot 3: Kabuto / Kuwagata Version,0.27 +Final Fantasy X International,0.27 +Kenka Bancho: Badass Rumble,0.27 +The King of Fighters XII,0.27 +Warpath: Jurassic Park,0.27 +Record of Agarest War,0.27 +Battle of Giants: Mutant Insects,0.27 +Armored Core: Nexus,0.27 +Jikkyou Powerful Pro Yakyuu 2,0.27 +Lumines: Electronic Symphony,0.27 +SD Gundam G Generation Portable,0.27 +Bishoujo Senshi Sailormoon R,0.27 +Jikkyou Powerful Pro Yakyuu Portable 4,0.27 +Yu-Gi-Oh! Ultimate Masters: World Championship Tournament 2006,0.27 +Rhythm Thief & the Emperor's Treasure,0.27 +Yu-Gi-Oh! The Sacred Cards (JP weekly sales),0.27 +Jikkyou Powerful Pro Yakyuu 5,0.27 +Castlevania: Aria of Sorrow,0.27 +Bust-A-Move 2 Arcade Edition,0.27 +Dragon Ball Z: Tenkaichi Tag Team,0.27 +Big Mutha Truckers 2,0.27 +Resident Evil: Deadly Silence,0.27 +Trivial Pursuit unhinged,0.27 +Bio FREAKS,0.27 +One Piece Unlimited Cruise 1: The Treasure Beneath the Waves,0.27 +XCOM 2,0.27 +M&M's Blast!,0.27 +Summer Athletics: The Ultimate Challenge (US sales),0.27 +My Japanese Coach,0.27 +Bionicle Heroes,0.27 +Final Fantasy V Advance,0.27 +Ace Attorney 6,0.27 +The Suffering: Ties That Bind,0.27 +Tropico 3,0.27 +Backyard Hockey,0.27 +Mega Man Legacy Collection,0.27 +Q-Ball: Billiards Master,0.27 +Super Nazo Puyo: Ruruu no Ruu,0.27 +"Ni Hao, Kai-lan: Super Game Day",0.27 +Fire Emblem: Shin Monshou no Nazo Hikari to Kage no Eiyuu,0.27 +Motocross Maniacs Advance,0.27 +Rubik's World,0.27 +NFL Quarterback Club 2002,0.27 +Power Rangers: Super Legends,0.27 +RalliSport Challenge 2,0.27 +Tohoku Daigaku Karei Igaku Kenkyuusho - Kawashima Ryuuta Kyouju Kanshuu - Mono Sugoku Nou o Kitaeru 5-Funkan no Oni Training,0.27 +Indigo Prophecy,0.27 +World Series Baseball,0.27 +Indy 500,0.27 +Armored Core: Project Phantasma,0.27 +Driven,0.27 +NBA Live 16,0.27 +Mister Mosquito,0.27 +Fushigi no Dungeon: Fuurai no Shiren GB: Tsukikagemura no Kaibutsu,0.27 +Sing Party,0.27 +Sengoku Basara 4,0.27 +Dynasty Warriors Next,0.27 +God Eater Resurrection,0.27 +Pac-Pix,0.27 +Initial D: Special Stage,0.27 +Making History: The Great War,0.27 +Shin Megami Tensei: Devil Survivor,0.27 +Beamrider,0.27 +Magical Vacation,0.27 +Puyo Puyo!! 20th Anniversary,0.27 +Jade Cocoon: Story of the Tamamayu,0.26999999999999996 +Jikkyou Powerful Pro Yakyuu '98 Ketteiban,0.26999999999999996 +Final Doom,0.26999999999999996 +Alundra 2: A New Legend Begins,0.26999999999999996 +Jikkyou Powerful Pro Yakyuu '99 Ketteiban,0.26999999999999996 +Final Fantasy XI: Ultimate Collection,0.26999999999999996 +America's Test Kitchen: Let's Get Cooking,0.26999999999999996 +Superbike 2000,0.26999999999999996 +King's Field II,0.26999999999999996 +NBA In The Zone '98,0.26999999999999996 +Chromehounds,0.26999999999999996 +Evil Dead: Hail to the King,0.26999999999999996 +Baten Kaitos: Eternal Wings and the Lost Ocean,0.26999999999999996 +Flag Capture,0.26999999999999996 +Imagine: Fashion Party,0.26999999999999996 +Star Trek: Invasion,0.26999999999999996 +NBA Jam 99,0.26999999999999996 +Gallop Racer 2: One and Only Road to Victory,0.26999999999999996 +The Penguins of Madagascar,0.26999999999999996 +My Virtual Tutor: Reading Adventure Kindergarten to First,0.26999999999999996 +Rayman DS,0.26999999999999996 +Super Collapse! 3,0.26999999999999996 +Reload: Target Down,0.26999999999999996 +Tales of Eternia,0.26999999999999996 +Bridge,0.26999999999999996 +Tiny Toon Adventures: Plucky's Big Adventure,0.26999999999999996 +Dave Mirra Freestyle BMX: Maximum Remix,0.26999999999999996 +Sydney 2000,0.26999999999999996 +NCAA Gamebreaker,0.26999999999999996 +Dynasty Warriors 7: Xtreme Legends,0.26999999999999996 +Gunship,0.26999999999999996 +Littlest Pet Shop: Beach Friends,0.26999999999999996 +Bust A Groove 2,0.26999999999999996 +Burstrick: Wake Boarding!!,0.26999999999999996 +Tomba!,0.26999999999999996 +Beyblade: Metal Fusion,0.26000000000000006 +Warriors: Legends of Troy,0.26000000000000006 +Etrian Odyssey Untold: The Millennium Girl,0.26000000000000006 +Classic NES Series: Bomberman,0.26000000000000006 +Battle Arena Toshinden 3,0.26 +Virtua Racing,0.26 +Littlest Pet Shop: Friends,0.26 +NHL Rock the Rink,0.26 +Zoo Tycoon 2: Ultimate Collection,0.26 +Vietcong: Purple Haze,0.26 +Doukyuusei if,0.26 +Leisure Suit Larry: Box Office Bust,0.26 +The House of the Dead 2,0.26 +Marvel Super Heroes vs. Street Fighter,0.26 +NFL Head Coach 09,0.26 +Smart Girl's Playhouse,0.26 +Nancy Drew: The Mystery of the Clue Bender Society,0.26 +Dungeon Travelers 2: The Royal Library & The Monster Seal,0.26 +Power Gig: Rise of the SixString,0.26 +Duel Masters,0.26 +Blaster Master: Blasting Again,0.26 +Panzer Dragoon Orta,0.26 +Fullmetal Alchemist 2: Curse of the Crimson Elixir,0.26 +Sonic X: Game Boy Advance Video Volume 1,0.26 +Phantasy Star Universe: Ambition of the Illuminus,0.26 +Ultimate NES Remix,0.26 +NBA ShootOut 2004,0.26 +Castlevania: Harmony of Dissonance,0.26 +Hatsune Miku: Project Diva,0.26 +Hey Arnold! The Movie,0.26 +Formula One 2001,0.26 +Pocket Fighter,0.26 +Legaia 2: Duel Saga,0.26 +Naruto: Ultimate Ninja Heroes,0.26 +McGrath Vs. Pastrana Freestyle Motocross,0.26 +Classic NES Series: Excitebike,0.26 +The Legend of Heroes VII: The Trail of Blue,0.26 +Dungeons & Dragons: Eye of the Beholder,0.26 +WWE Road to WrestleMania X8,0.26 +Operation Armored Liberty,0.26 +Lowrider,0.26 +The Backyardigans,0.26 +Love Plus,0.26 +Army Men: Sarge's War,0.26 +NFL Street 3,0.26 +SingStar Latino,0.26 +Evil Zone,0.26 +Blitz: The League II,0.26 +The Adventures of Jimmy Neutron Boy Genius vs. Jimmy Negatron,0.26 +Atelier Escha & Logy: Alchemists of the Dusk Sky,0.26 +Gundam Battle Universe,0.26 +Athens 2004,0.26 +PDC World Championship Darts 2008,0.26 +Drakan: The Ancients' Gates,0.26 +Fish Tycoon,0.26 +Choro Q3,0.26 +Dora the Explorer: The Search for Pirate Pig's Treasure,0.26 +Fire Emblem: Thracia 776,0.26 +Battlestations: Midway,0.26 +Ace Attorney Investigations 2,0.26 +Alvin and the Chipmunks,0.26 +A.C.E.: Another Century's Episode 3: The Final,0.26 +Summer Sports 2: Island Sports Party,0.26 +Rugrats: I Gotta Go Party,0.26 +Tales of Innocence,0.26 +Crusaders of Might and Magic,0.26 +J-League Pro Soccer Club wo Tsukurou!,0.26 +Dead or Alive Xtreme 2,0.26 +Connect Four / Perfection / Trouble,0.26 +NASCAR '14,0.26 +Rune: Viking Warlord,0.26 +Second Sight,0.26 +SD Gundam G Generation: Cross Drive,0.26 +Tengai Makyou: Daishi no Mokushiroku - The Apocalypse IV,0.26 +InuYasha: Feudal Combat,0.26 +We Love Golf!,0.26 +We Cheer 2,0.26 +Intellivision Lives!,0.26 +Aliens versus Predator: Extinction,0.26 +Wave Rally,0.26 +Project Runway,0.26 +Deception IV: Blood Ties,0.26 +Deepak Chopra's Leela,0.26 +Pro Yaky? Spirits 4,0.26 +Inazuma Eleven GO 3: Galaxy,0.26 +Babysitting Mania,0.26 +A.C.E.: Another Century's Episode R,0.26 +Goblin Commander: Unleash the Horde,0.26 +Tokyo Jungle,0.26 +Jikkyou Powerful Major League,0.26 +Riding Spirits,0.26 +A. IV Evolution: A Ressha de Ikou 4,0.26 +Imagine: Ballet Star,0.26 +Yogi Bear: The Video Game,0.26 +Resident Evil Archives: Resident Evil Zero,0.26 +King of Fighters: Maximum Impact,0.26 +Aikatsu! 2-nin no My Princess,0.26 +WipEout XL,0.26 +Bratz Ponyz 2,0.26 +Shadow of Rome,0.26 +DS Bungaku Zenshuu,0.26 +Geometry Wars: Galaxies,0.26 +Sengoku Basara: Battle Heroes,0.26 +Cake Mania 2: Jill's Next Adventure!,0.26 +A.C.E.: Another Century's Episode,0.26 +TouchMaster 3(Others sales),0.26 +Sengoku Basara 2,0.26 +Combination Pro Soccer: J-League no Kantoku ni Natte Sekai wo Mezase!!,0.26 +Bomberman Generation,0.26 +Super Robot Taisen R,0.25999999999999995 +Karaoke Joysound Wii,0.25999999999999995 +Duke Nukem: Zero Hour,0.25999999999999995 +Outlaw Volleyball,0.25999999999999995 +Dungeons & Dragons Heroes,0.25999999999999995 +Inazuma Eleven Strikers,0.25999999999999995 +Silent Hunter 5: Battle of the Atlantic,0.25999999999999995 +Konjiki no Gashbell!! Makai no Bookmark,0.25999999999999995 +Oddworld: Stranger's Wrath,0.25999999999999995 +Polarium,0.25999999999999995 +Star Wars Episode I: Battle for Naboo,0.25999999999999995 +Power Pro Kun Pocket 5,0.25999999999999995 +Suikoden Tierkreis,0.25999999999999995 +Dreamcast Collection,0.25 +Man vs. Wild,0.25 +NBA Courtside 2 featuring Kobe Bryant,0.25 +Final Fantasy Fables: Chocobo Tales,0.25 +Earth Defense Force 2: Invaders from Planet Space,0.25 +NBA in the Zone 2000,0.25 +Golden Nugget Casino,0.25 +Journey,0.25 +Choro Q2,0.25 +RealSports Football,0.25 +Dora's Big Birthday Adventure,0.25 +Galactic Attack,0.25 +F1 Pole Position 64,0.25 +Panzer General,0.25 +Dora the Explorer: Game Boy Advance Video Volume 1,0.25 +PDC World Championship Darts: Pro Tour,0.25 +Loving Life with Hello Kitty & Friends,0.25 +Fit in Six,0.25 +L.A. Noire: The Complete Edition,0.25 +Commandos 2: Men of Courage,0.25 +Netsu Chu! Pro Yakyuu 2002,0.25 +Corpse Party: Blood Drive,0.25 +Harvest Moon: Another Wonderful Life,0.25 +WipEout Fusion,0.25 +Medal of Honor European Assault,0.25 +Bomberman Tournament,0.25 +The Suite Life of Zack & Cody: Tipton Trouble,0.25 +Chibi-Robo! Zip Lash,0.25 +U-Sing: Girls Night,0.25 +Cartoon Network Collection: Game Boy Advance Video Volume 1,0.25 +TV Superstars,0.25 +Guitar Freaks,0.25 +F1 2000,0.25 +Men of Valor,0.25 +Dynasty Warriors 6 (JP sales),0.25 +Transformers: War for Cybertron (DS Version),0.25 +MotoGP '07,0.25 +Spy Kids Challenger,0.25 +Caesars Palace II,0.25 +NBA Courtside 2002,0.25 +K-ON! Houkago Live!!,0.25 +Littlest Pet Shop: Country Friends,0.25 +Freshly-Picked: Tingle's Rosy Rupeeland,0.25 +Petz: Crazy Monkeyz,0.25 +SBK 2011: FIM Superbike World Championship,0.25 +Tearaway Unfolded,0.25 +Natural Doctrine,0.25 +Dune 2000,0.25 +Tennis no Oji-Sama: Genius Boys Academy,0.25 +Gallop Racer (JP),0.25 +Puzzle Kingdoms,0.25 +Rogue Warrior,0.25 +Command & Conquer 3: Kane's Wrath,0.25 +Frogger's Journey: The Forgotten Relic,0.25 +The Price is Right: Decades,0.25 +Desert Falcon,0.25 +Butt Ugly Martians: B.K.M. Battles,0.25 +Fuse (Insomniac),0.25 +Metroid Prime Pinball,0.25 +Zoo Resort 3D,0.25 +Namco Tennis Smash Court,0.25 +Horse Life Adventures,0.25 +Percy Jackson and the Olympians: The Lightning Thief,0.25 +Samurai Shodown II,0.25 +Kidou Senshi Gundam: Giren no Yabou,0.25 +Gex 64: Enter the Gecko,0.25 +Sorry! / Aggravation / Scrabble Junior,0.25 +Marie no Atelier: Salburg no Renkinjutsushi,0.25 +Super Monkey Ball Adventure,0.25 +MLB,0.25 +Billy Hatcher and the Giant Egg,0.25 +Fox Sports College Hoops '99,0.25 +Daisy Fuentes Pilates,0.25 +Spawn the Eternal,0.25 +Ace Combat: Assault Horizon Legacy,0.25 +That's So Raven: Psychic on the Scene,0.25 +Jimmie Johnson's Anything With an Engine,0.25 +Animal Paradise,0.25 +The Great Escape,0.25 +Amped 2,0.25 +Surfing H3O,0.25 +Exhibition,0.25 +Flushed Away,0.25 +Dood's Big Adventure,0.25 +Jikkyou Powerful Pro Yakyuu 2001,0.25 +Sentimental Graffiti,0.25 +Army Men: Soldiers of Misfortune,0.25 +Ultimate Fighting Championship,0.25 +Devil Kings,0.25 +MRC: Multi-Racing Championship,0.25 +Medabots AX: Metabee,0.25 +K-1 Revenge,0.25 +Midway's Greatest Arcade Hits,0.25 +Tomb Raider: Underworld (Others sales),0.25 +Anno 2205,0.25 +Disney's A Christmas Carol,0.25 +Summon Night 4,0.25 +Super Street Fighter II: Turbo Revival,0.25 +Bionicle: Matoran Adventures,0.25 +Driver '76,0.25 +WRC 2: FIA World Rally Championship,0.25 +Project Overkill,0.25 +Far Cry Instincts Predator,0.25 +Science Papa,0.25 +Cradle of Rome,0.25 +Nobunaga no Yabou: Souzou,0.25 +America's Army: Rise of a Soldier,0.25 +Power Pro Kun Pocket 2,0.25 +Dokapon Kingdom,0.25 +Batman Beyond: Return of the Joker,0.25 +Hybrid Heaven,0.25 +Syberia,0.25 +Capcom Fighting Evolution,0.24999999999999997 +Disgaea 2: Dark Hero Days,0.24999999999999997 +The Outfit,0.24999999999999997 +Jumping Flash! 2,0.24999999999999997 +Asphalt: Injection,0.24000000000000005 +Eat Lead: The Return of Matt Hazard,0.24000000000000002 +James Cameron's Dark Angel,0.24000000000000002 +MotoGP 10/11,0.24000000000000002 +The Legend of Legacy,0.24000000000000002 +Worms 3D,0.24000000000000002 +Porky's,0.24000000000000002 +Sega Soccer Slam,0.24000000000000002 +Don King Presents: Prizefighter,0.24000000000000002 +Dr. Muto,0.24000000000000002 +Battlestar Galactica,0.24 +Paperboy,0.24 +Wild 9,0.24 +Tongari Boushi to Oshare na Mahou Tsukai,0.24 +Rugby World Cup 2015,0.24 +Final Fantasy XI: Chains of Promathia,0.24 +World Soccer Winning Eleven 7,0.24 +Bladestorm: Nightmare,0.24 +JASF: Jane's Advanced Strike Fighters,0.24 +Imagine: Teacher Class Trip,0.24 +The History Channel: Battle for the Pacific,0.24 +Wizards of Waverly Place: Spellbound,0.24 +Lunar: Silver Star Harmony,0.24 +Midway Arcade Treasures: Extended Play,0.24 +Bodycount,0.24 +Midway's Greatest Arcade Hits Volume 1,0.24 +Megamind: Mega Team Unite,0.24 +Gundam Battle Assault,0.24 +My Street,0.24 +Lunar Knights,0.24 +Ghost Rider,0.24 +Shadow Hearts: Covenant,0.24 +Forsaken,0.24 +Big Family Games,0.24 +Stella Glow,0.24 +Big Beach Sports 2,0.24 +Jissen Pachi-Slot Hisshouhou! Hokuto no Ken SE,0.24 +Brunswick Circuit Pro Bowling,0.24 +Ratchet & Clank: Going Commando (JP weekly sales),0.24 +DanceDanceRevolution II,0.24 +Street Fighter EX2 Plus,0.24 +Super Robot Taisen D,0.24 +Azurik: Rise of Perathia,0.24 +Sherlock Holmes and the Mystery of Osborne House,0.24 +Buffy the Vampire Slayer,0.24 +PGA Tour 96,0.24 +Genma Onimusha,0.24 +Terminator 3: The Redemption,0.24 +Galaga: Destination Earth,0.24 +Classic NES Series: Xevious,0.24 +SingStar Pop Edition,0.24 +Road Rash 64,0.24 +Lucky Luke,0.24 +Broken Sword: Shadow of the Templars - The Director's Cut,0.24 +Dance Dance Revolution: Disney Channel Edition,0.24 +Perfect Weapon,0.24 +Mobile Suit Gundam Battlefield Record U.C.0081,0.24 +Army Men: Air Combat,0.24 +Game & Wario,0.24 +Scrabble (Others sales),0.24 +Avalon Code,0.24 +Covert Ops: Nuclear Dawn,0.24 +Wasteland 2,0.24 +Total War: Attila,0.24 +Pitfall: The Big Adventure,0.24 +Boogie SuperStar,0.24 +G-Police,0.24 +Pirates of the Caribbean: The Legend of Jack Sparrow,0.24 +NHRA Championship Drag Racing,0.24 +BlazBlue: Continuum Shift II,0.24 +XS Airboat Racing,0.24 +Marvel vs. Capcom Origins,0.24 +The Croods: Prehistoric Party!,0.24 +Battle Stadium D.O.N,0.24 +Deca Sports 3,0.24 +Digimon World: Data Squad,0.24 +Fallout 3 Game Add-On Pack: Broken Steel and Point Lookout,0.24 +Viva Pinata: Party Animals,0.24 +WRC: World Rally Championship,0.24 +"What Did I Do to Deserve This, My Lord!? 2",0.24 +TrackMania: Build to Race,0.24 +Hello Kitty Seasons,0.24 +Imagine: Zookeeper,0.24 +Naruto: Path of the Ninja 2,0.24 +Front Mission: Gun Hazard,0.24 +Densetsu no Stafi 3,0.24 +Space Invaders Extreme,0.24 +Star Trek: Conquest,0.24 +Dream Salon,0.24 +Puzzle Challenge: Crosswords and More!,0.24 +ESPN Winter X Games: Snowboarding 2002,0.24 +Colony Wars: Vengeance,0.24 +The Godfather (US & Others sales),0.24 +Sakura Wars: Atsuki Chishio Ni,0.24 +Disney Stitch Jam,0.24 +Backyard NFL Football 2006,0.23999999999999996 +Ninja Gaiden: Dragon Sword,0.23000000000000004 +Onechanbara Z2: Chaos,0.23000000000000004 +Amazing Adventures: The Forgotten Ruins,0.23000000000000004 +Ratchet & Clank: Full Frontal Assault,0.23000000000000004 +Silent Hill: Book of Memories,0.23000000000000004 +Naruto: Ninja Council 2 European Version,0.23 +Star Ocean,0.23 +Love Plus +,0.23 +nail'd,0.23 +Samurai Warriors 2: Empires,0.23 +Girls Mode 3: Kirakira Code,0.23 +The King of Fighters '95 (CD),0.23 +Sands of Destruction,0.23 +TRON: Evolution - Battle Grids,0.23 +Nintendo Presents: Crossword Collection,0.23 +Hooked! Real Motion Fishing,0.23 +Checkers,0.23 +Digimon World DS (JP sales),0.23 +DK: King of Swing,0.23 +Super Swing Golf,0.23 +Age of Empires: The Age of Kings,0.23 +Ski-Doo Snowmobile Challenge,0.23 +All Star Karate,0.23 +Family Fest presents: Movie Games,0.23 +Me & My Katamari,0.23 +Bicycle Casino 2005,0.23 +Angry Birds,0.23 +Jewels of the Tropical Lost Island,0.23 +NHL 2K8,0.23 +Schlag den Raab,0.23 +Worms: Battle Islands,0.23 +The Legend of Heroes VII: The Trail of Zero,0.23 +Yu-Gi-Oh! GX: Duel Academy,0.23 +Valhalla Knights,0.23 +All Grown Up!: Game Boy Advance Video Volume 1,0.23 +Saka-Tsuku DS: Touch and Direct,0.23 +Harvest Moon GB,0.23 +Lunar: Silver Star Story,0.23 +Tetris 2 (weekly jp sales),0.23 +Luminous Arc 2,0.23 +Luminous Arc,0.23 +IHRA Professional Drag Racing 2005,0.23 +Fate/Stay Night [Réalta Nua],0.23 +Dora the Explorer: Super Star Adventures,0.23 +Mobile Suit Gundam: Climax U.C.,0.23 +Tales of VS.,0.23 +Virtua Fighter Kids,0.23 +Cross Edge,0.23 +The Idolm@ster SP: Wandering Star / Perfect Sun / Missing Moon,0.23 +What's Cooking? Jamie Oliver,0.23 +Ar tonelico Qoga: Knell of Ar Ciel,0.23 +SimAnimals Africa,0.23 +Hyperdimension Neptunia Victory,0.23 +Rampage,0.23 +Ms. Pac-Man: Maze Madness / Pac-Man World,0.23 +Last Window: The Secret of Cape West,0.23 +Polly Pocket: Super Splash Island,0.23 +Super R-Type,0.23 +Deadly Creatures,0.23 +Wakeboarding Unleashed Featuring Shaun Murray,0.23 +Final Fantasy XI: Treasures of Aht Urhgan,0.23 +Soldier of Fortune II: Double Helix,0.23 +Imagine: Detective,0.23 +Dark Cavern,0.23 +Front Line,0.23 +The Raiden Project,0.23 +Ultimate Board Game Collection,0.23 +Musou Orochi Z,0.23 +Let's Make a Soccer Team!,0.23 +King Arthur,0.23 +Ultimate Duck Hunting: Hunting & Retrieving Ducks,0.23 +Obscure: The Aftermath,0.22999999999999998 +Dungeon Hunter Alliance,0.22999999999999998 +Petz Rescue: Endangered Paradise,0.22999999999999998 +A Boy and His Blob,0.22999999999999998 +NCAA GameBreaker 2003,0.22999999999999998 +Genji: Dawn of the Samurai,0.22999999999999998 +Saint Seiya: Sanctuary Battle,0.22999999999999998 +Yu-Gi-Oh! GX: Spirit Caller (American Sales),0.22999999999999998 +Legend of Kay,0.22999999999999998 +Carnival Island,0.22999999999999998 +All-Star Baseball 2001,0.22999999999999998 +Ninja Reflex,0.22999999999999998 +Alundra,0.22999999999999998 +KORG DS-10 Synthesizer,0.22999999999999998 +.hack//G.U. Vol.2//Reminisce,0.22999999999999998 +Tribes: Aerial Assault,0.22999999999999998 +NeverDead,0.22999999999999998 +FaceBreaker K.O. Party,0.22999999999999998 +SafeCracker: The Ultimate Puzzle Adventure,0.22999999999999998 +Karaoke Revolution Volume 2,0.22999999999999998 +Buzz! Junior: RoboJam,0.22999999999999998 +Record of Agarest War Zero,0.22999999999999998 +Naruto Shippuden: Ninja Council 4,0.22999999999999998 +Jersey Devil,0.22999999999999998 +Killer7,0.22999999999999998 +Jet X20,0.22999999999999998 +Legion: The Legend of Excalibur,0.22999999999999998 +Ghost in the Shell: Stand Alone Complex,0.22999999999999998 +Time Crisis: Crisis Zone,0.22999999999999998 +Grease Dance,0.22999999999999998 +Critical Depth,0.22999999999999998 +Star Wars: Lethal Alliance,0.22999999999999998 +Galactic Wrestling: Featuring Ultimate Muscle,0.22999999999999998 +Etrian Mystery Dungeon,0.22999999999999998 +Final Fantasy XI: Vana'diel Collection 2008,0.22999999999999998 +Ys Seven,0.22999999999999998 +Dino Stalker,0.22999999999999998 +NHL FaceOff 2003,0.22999999999999998 +NCAA GameBreaker 2004,0.22999999999999998 +Airblade,0.22999999999999998 +Pimp My Ride,0.22999999999999998 +Shinseiki Evangelion: Koutetsu no Girlfriend,0.22999999999999998 +NBA ShootOut 2003,0.22999999999999998 +Meteos,0.22999999999999995 +Karaoke Revolution Glee 2: Road to Regionals,0.22999999999999995 +Unreal II: The Awakening,0.22000000000000006 +Professor Heinz Wolff's Gravity,0.22000000000000003 +Petz Monkeyz House,0.22000000000000003 +NBA Street: Showdown,0.22000000000000003 +Blazblue: Continuum Shift Extend,0.22000000000000003 +AirForce Delta Storm,0.22000000000000003 +Just Dance: Disney Party 2,0.22000000000000003 +MTV Music Generator 3: This Is the Remix,0.22000000000000003 +Mega Man & Bass,0.22000000000000003 +Cartoon Network: Punch Time Explosion XL,0.22000000000000003 +101-in-1 Party Megamix Wii,0.22000000000000003 +Mega Man Battle Network 5: Team Colonel / Protoman,0.22000000000000003 +Dinosaur King,0.22000000000000003 +Sailor Moon,0.22 +Mobile Suit Gundam Seed,0.22 +Mega Man 64,0.22 +Family Party: 30 Great Games Winter Fun,0.22 +Mega Man Zero 3,0.22 +Touch the Dead,0.22 +Move Fitness,0.22 +Magna Carta: Tears of Blood,0.22 +Naruto: Clash of Ninja (JP sales),0.22 +Super Adventure Island,0.22 +The Magic School Bus: Oceans,0.22 +Skies of Arcadia Legends,0.22 +MVP Baseball,0.22 +Jaws: Ultimate Predator,0.22 +Naruto: Ninja Council,0.22 +Ms. Pac-Man: Maze Madness,0.22 +J-League Winning Eleven 2008: Club Championship,0.22 +Rock Band Country Track Pack 2,0.22 +Age of Empires: Mythologies,0.22 +Now! That's What I Call Music: Dance & Sing,0.22 +Chou-Kuukan Night Pro Yakyuu King(higher JP sales),0.22 +Duel Masters: Kaijudo Showdown,0.22 +Imagine: Boutique Owner,0.22 +Fantasia: Music Evolved,0.22 +Gundam Battle Chronicle,0.22 +Samurai Jack: The Amulet of Time,0.22 +Hamtaro: Ham-Ham Games,0.22 +Nicktoons Collection: Game Boy Advance Video Volume 2,0.22 +Yoga Wii,0.22 +Rugby 2004,0.22 +Indianapolis 500 Legends,0.22 +National Geographic Challenge!,0.22 +DS Nishimura Kyotaro Suspense Shin Tantei Series: Kyoto Atami Zekkai no Kotou - Satsui no Wana,0.22 +I Love Horses,0.22 +Valhalla Knights 2,0.22 +Growlanser: Heritage of War,0.22 +Code Name: S.T.E.A.M.,0.22 +Puyo Puyo Tetris,0.22 +Tamagotchi no KiraKira Omisecchi,0.22 +Petz: Horse Club,0.22 +Shin Megami Tensei: Persona,0.22 +Kanzen Chuuki Pro Yakyuu Greatest Nine,0.22 +Full Auto,0.22 +Ragnarok DS,0.22 +Tales of Graces,0.22 +Pass the Pigs,0.22 +Order Up!,0.22 +Lethal Skies Elite Pilot: Team SW,0.22 +Disney's Magical Quest Starring Mickey and Minnie,0.22 +Rapala's Fishing Frenzy,0.22 +Momotarou Dentetsu 15,0.22 +Hatsune Miku: Project Mirai 2,0.22 +Gekijouban Macross F: Sayonara no Tsubasa - Hybrid Pack,0.22 +Danny Phantom: The Ultimate Enemy,0.22 +Shellshock: Nam '67,0.22 +NBA Live 09 All-Play,0.22 +NBA,0.22 +We Sing Robbie Williams,0.22 +Psychonauts,0.22 +Blue Dragon Plus,0.22 +Capcom vs. SNK,0.22 +Kirby's Star Stacker,0.22 +Polaris SnoCross,0.22 +Tenchu: Return From Darkness,0.22 +Yu-Gi-Oh! GX: Tag Force 3,0.22 +Destroy All Humans! Path of the Furon,0.22 +Detana TwinBee Yahho! Deluxe Pack,0.22 +Moon,0.22 +Shin Nippon Pro Wrestling: Toukon Retsuden 3,0.22 +Heroes of Ruin,0.22 +Shrek Smash n' Crash Racing,0.22 +Herdy Gerdy,0.22 +EX Monopoly,0.22 +64 de Hakken! Tamagotchi Minna de Tamagotchi World,0.22 +Aliens vs Predator: Requiem,0.22 +Digimon World Re:Digitize,0.22 +Over G Fighters,0.22 +Hidden Mysteries: Buckingham Palace,0.22 +Sword Art Online: Infinity Moment,0.22 +Yoshi Touch & Go (JP sales),0.22 +Danball Senki Boost,0.22 +Top Spin 2,0.21999999999999997 +The Daring Game for Girls,0.21999999999999997 +Moshi Monsters: Katsuma Unleashed,0.21999999999999997 +Crazy Climber,0.21999999999999997 +Reactor,0.21999999999999997 +Kidz Bop Dance Party! The Video Game,0.21999999999999997 +Discovery Kids: Dolphin Discovery,0.21999999999999997 +Lost Dimension,0.21999999999999997 +Disgaea: Afternoon of Darkness,0.21999999999999997 +Assault,0.21999999999999997 +Jewel Quest: Expeditions,0.21999999999999997 +Deadly Duck,0.21999999999999997 +Persona 4: Arena Ultimax,0.21999999999999997 +No More Heroes: Heroes' Paradise,0.21999999999999997 +NFL Tour,0.21999999999999997 +ClayFighter 63 1/3,0.21000000000000005 +Cruis'n Exotica,0.21000000000000005 +Dragon Ball: Origins (JP & incomplete US sales),0.21000000000000002 +Shin Megami Tensei x Fire Emblem,0.21000000000000002 +Kuroko's Basketball: Miracle Game,0.21000000000000002 +Infinite Space,0.21000000000000002 +Big League Sports: Summer,0.21000000000000002 +Sacred 3,0.21000000000000002 +Mobile Suit Gundam: Crossfire,0.21000000000000002 +Dark Messiah of Might and Magic Elements,0.21000000000000002 +Camping Mama: Outdoor Adventures,0.21000000000000002 +Margot's Word Brain,0.21000000000000002 +Dragon Ball: Revenge of King Piccolo,0.21000000000000002 +Ar Nosurge: Ode to an Unborn Star,0.21000000000000002 +Rapala Fishing Frenzy 2009,0.21000000000000002 +Fairy Fencer F,0.21000000000000002 +Crazy Taxi 3: High Roller,0.21000000000000002 +I'm A Celebrity: Get Me Out of Here!,0.21000000000000002 +Frogger Beyond,0.21000000000000002 +The Guy Game,0.21000000000000002 +DarkStar One: Broken Alliance,0.21000000000000002 +World Championship Cards,0.21000000000000002 +Cursed Mountain,0.21000000000000002 +Buzz! The Schools Quiz,0.21000000000000002 +State of Decay,0.21000000000000002 +Breath of Fire,0.21000000000000002 +CSI: Unsolved!,0.21000000000000002 +MX World Tour Featuring Jamie Little,0.21000000000000002 +Summer Athletics: The Ultimate Challenge (Others sales),0.21000000000000002 +Sengoku Basara 2 Heroes,0.21000000000000002 +EVE Online,0.21000000000000002 +Atelier Shallie: Alchemists of the Dusk Sea,0.21000000000000002 +Blood Bowl,0.21000000000000002 +Burnout Paradise: The Ultimate Box,0.21 +Afrika,0.21 +Threads of Fate,0.21 +SingStar: Back to the 80s,0.21 +Cabela's Big Game Hunter: Ultimate Challenge,0.21 +Barbie Fashion Show: An Eye for Style,0.21 +Kartia: The Word of Fate,0.21 +Bust-A-Move 4,0.21 +Barbie Super Sports,0.21 +Prince of Persia: Revelations,0.21 +Bastard!! Utsuro Naru Kamigami no Utsuwa,0.21 +Final Fantasy Fables: Chocobo's Dungeon,0.21 +Biohazard: Revival Selection,0.21 +NFL Quarterback Club 97,0.21 +Dragon Ball Z: Harukanaru Densetsu,0.21 +Tony Hawk's Motion,0.21 +Front Mission 5: Scars of the War,0.21 +Capcom vs. SNK 2 EO,0.21 +Tales of Phantasia: Narikiri Dungeon X,0.21 +J-League Pro Soccer Club o Tsukurou! 7 Euro Plus,0.21 +Yu Yu Hakusho: Dark Tournament,0.21 +Summer Athletics: The Ultimate Challenge,0.21 +NHL 2K7,0.21 +NBA Jam Extreme,0.21 +Yu-Gi-Oh! 5D's World Championship 2011: Over the Nexus,0.21 +Namco Museum Megamix,0.21 +Kung Fu Rider,0.21 +EVE: burst error,0.21 +Summoner 2,0.21 +Pro Yakyuu Greatest Nine '97,0.21 +Maximo vs Army of Zin,0.21 +NOëL: NOT DiGITAL,0.21 +Shrek: Reekin' Havoc,0.21 +Disaster Report,0.21 +PoPoLoCrois Monogatari II,0.21 +Animal Planet: Vet Life,0.21 +HBO Boxing,0.21 +Heisei Kyouiku linkai DS,0.21 +Shin Megami Tensei: Persona 3 (jp sales),0.21 +Saltwater Sportfishing,0.21 +NHL Championship 2000,0.21 +Putty Squad,0.21 +Angel Blade: Neo Tokyo Guardians,0.21 +Scribblenauts Unmasked: A DC Comics Adventure,0.21 +Deus Ex: The Conspiracy,0.21 +Famicom Mini: Ganbare Goemon! Karakuri Douchuu,0.21 +Wedding Dash,0.21 +The Fairly OddParents: Breakin' Da Rules,0.21 +Ghostbusters II,0.21 +Dragon Ball Z Hyper Dimension,0.21 +Quake III: Revolution,0.21 +Rumble Racing,0.21 +Jackie Chan: Stuntmaster,0.21 +Toukiden 2,0.21 +Wild Wild Racing,0.21 +Valkyria Chronicles III: Unrecorded Chronicles,0.21 +Senran Kagura 2: Deep Crimson,0.21 +Sports Car GT,0.21 +Black & Bruised,0.21 +F1 2001,0.21 +Little Battlers eXperience: Baku Boost,0.21 +RealSports Baseball,0.21 +Pandemonium!,0.21 +NBA Starting Five,0.21 +Jumper: Griffin's Story,0.21 +Conflict Zone,0.21 +Dorabase DS: Dramatic Stadium,0.21 +Magician's Quest: Town of Magic,0.21 +Spirit Camera: The Cursed Memoir,0.21 +Rollcage,0.21 +Just Dance: Greatest Hits,0.21 +Super Robot Taisen K,0.21 +Gundam Breaker 3,0.21 +Gekijouban Macross F: Itsuwarino Utahime - Hybrid Pack,0.21 +187: Ride or Die,0.21 +Breakaway IV,0.21 +Street Fighter Collection,0.21 +Robotech: The Macross Saga,0.21 +BeyBlade VForce: Super Tournament Battle,0.21 +Mortal Kombat: Special Forces,0.21 +J-League Winning Eleven 10 + Europa League 06-07,0.21 +Trigger Man,0.21 +JSRF: Jet Set Radio Future,0.21 +Robin Hood: Defender of the Crown,0.21 +Neo Contra,0.21 +The Land Before Time: Big Water Adventure,0.21 +NCAA Final Four 2004,0.20999999999999996 +uDraw Studio: Instant Artist,0.20999999999999996 +Taiko Drum Master,0.20999999999999996 +Saturday Night Speedway,0.20999999999999996 +Looney Tunes: Space Race,0.20999999999999996 +Battle of Giants: Dinosaurs Strike,0.20999999999999996 +Suikoden Tactics,0.20000000000000007 +Fatal Frame,0.20000000000000004 +Fighter Within,0.20000000000000004 +SpongeBob SquigglePants 3D,0.20000000000000004 +Bugs Bunny & Taz: Time Busters,0.20000000000000004 +Solatorobo: Red the Hunter,0.20000000000000004 +Super Baseball Simulator 1.000,0.2 +Shiren the Wanderer,0.2 +Treasure World,0.2 +Ridge Racer 6,0.2 +Magical Tetris Challenge,0.2 +Jikkyou Powerful Pro Yakyuu 2011 Ketteiban,0.2 +Pirates: The Legend of Black Kat,0.2 +Magical ZhuZhu Princess: Carriages & Castles,0.2 +Roadsters 99,0.2 +America's Next Top Model,0.2 +Jikkyou Powerful Pro Yakyuu 10 Chou Ketteiban: 2003 Memorial,0.2 +Just Dance 2: Extra Songs,0.2 +Famista 64,0.2 +Shonen Jump's One Piece: Grand Battle,0.2 +Yoru no Nai Kuni,0.2 +Kurohyou 2: Ryu ga Gotoku Ashura Hen,0.2 +Namco Museum Vol.4,0.2 +Countdown: The Game,0.2 +Imagine: Babyz Fashion,0.2 +My Secret World by Imagine,0.2 +Power Rangers: Wild Force,0.2 +My Fitness Coach: Club,0.2 +Shining Blade,0.2 +Samurai Spirits (CD),0.2 +"Sesame Street: Ready, Set, Grover!",0.2 +StokEd,0.2 +Gallop Racer 2003: A New Breed,0.2 +Way of the Samurai 4,0.2 +All Star Pro-Wrestling,0.2 +Star Trek: Legacy,0.2 +Samurai Warriors 4: Empires,0.2 +The Bachelor: The Videogame,0.2 +My Fitness Coach 2: Exercise and Nutrition,0.2 +Around the World in 80 Days,0.2 +Yarudora Series Vol. 2: Kisetsu wo Dakishimete,0.2 +Tekken 3D: Prime Edition,0.2 +Ogre Battle Saga Episode Five: The March of the Black Queen,0.2 +Untold Legends: Dark Kingdom,0.2 +Lord of Apocalypse,0.2 +Bleach: The 3rd Phantom,0.2 +Salt Lake 2002,0.2 +Shining Hearts,0.2 +Trade & Battle: Card Hero,0.2 +7th Dragon 2020,0.2 +Vampire Rain,0.2 +Tom Clancy's Splinter Cell: Essentials,0.2 +Treasure Hunter G,0.2 +I Spy: Castle,0.2 +Puzzle & Dragons X: God Chapter / Dragon Chapter,0.2 +Wing Arms,0.2 +Langrisser III,0.2 +Deal or No Deal: The Banker is Back!,0.2 +Hot Shots Tennis: Get a Grip,0.2 +FlatOut 2,0.2 +Mobile Suit Gundam Side Story II: Aoi o Uketsugu Mono,0.2 +Phantasy Star Online,0.2 +Disgaea D2: A Brighter Darkness,0.2 +Jillian Michaels' Fitness Adventure,0.2 +SD Gundam GNext,0.2 +Ken to Mahou to Gakuen Mono. 3,0.2 +Nobunaga no Yabou: Reppuuden,0.2 +We Wish You A Merry Christmas,0.2 +MDK,0.2 +Taiko no Tatsujin: Go! Go! Godaime,0.2 +Taiko no Tatsujin: Waku Waku Anime Matsuri,0.2 +Shutter Island,0.2 +Neighborhood Games,0.2 +SpongeBob SquarePants: Game Boy Advance Video Volume 3,0.2 +Soccer Tsuku: Pro Soccer Club o Tsukurou!,0.2 +Sloane to MacHale no Nazo no Monogatari,0.2 +Aikatsu! Cinderella Lesson,0.2 +Bound By Flame,0.2 +The Grim Adventures of Billy & Mandy,0.2 +Blades of Time,0.2 +UFC: Tapout,0.2 +Code of Princess,0.2 +DS Kageyama Method: Dennou Hanpuku - Masu x Masu Hyaku Masu Keisan,0.2 +Jissen Pachi-Slot Hisshouhou! Aladdin A,0.2 +Assassin's Creed Chronicles,0.2 +Riviera: The Promised Land,0.2 +Le Mans 24 Hours,0.2 +Criminal Girls: Invite Only,0.2 +Drift King Shutokou Battle '94,0.2 +"Ni Hao, Kai-lan: New Year's Celebration",0.2 +7 Wonders of the Ancient World,0.2 +Discovery Kids: Pony Paradise,0.2 +101-in-1 Explosive Megamix,0.2 +Ore no Shikabane o Koete Yuke,0.2 +International Superstar Soccer 2000,0.2 +Coraline,0.2 +Total War: Shogun 2 - Fall of the Samurai,0.2 +Speed Punks,0.2 +Bratz Kidz,0.2 +The Ultimate Red Ball Challenge,0.2 +Frogger 3D,0.2 +Super Robot Taisen 64,0.2 +Tetris Worlds (Online Edition),0.19999999999999998 +Disney's Magical Mirror Starring Mickey Mouse,0.19999999999999998 +DanceMasters,0.19999999999999998 +Beyblade G-Revolution,0.19999999999999998 +Piglet's Big Game,0.19999999999999998 +San Francisco Rush 2049,0.19999999999999998 +Chronicles of Mystery: Curse of the Ancient Temple,0.19999999999999998 +Family Guy,0.19999999999999998 +Mahjongg Mysteries: Ancient Egypt,0.19999999999999998 +Arc Rise Fantasia,0.19999999999999998 +Disney's Tarzan,0.19999999999999998 +IHRA Drag Racing 2004,0.19999999999999998 +CandyLand / Chutes & Ladders / Memory,0.19999999999999998 +Spectrobes: Origins,0.19999999999999998 +Metal Slug Anthology,0.19999999999999998 +MC Groovz Dance Craze,0.19999999999999998 +Body Harvest,0.19999999999999998 +Body and Brain Connection,0.19999999999999998 +Horrid Henry: Missions of Mischief,0.19999999999999998 +Fast Food Panic,0.19999999999999998 +Snowboard Kids,0.19999999999999998 +Mary-Kate and Ashley: Girls Night Out,0.19999999999999998 +Twisted Edge Extreme Snowboarding,0.19999999999999998 +Final Fight One,0.19999999999999998 +The Con,0.19999999999999998 +Rocket Power: Zero Gravity Zone,0.19000000000000003 +Close Combat: First to Fight,0.19000000000000003 +Zoo Hospital,0.19000000000000003 +NTRA Breeders' Cup World Thoroughbred Championships,0.19000000000000003 +Full Auto 2: Battlelines,0.19000000000000003 +Dexter's Lab Chess Challenge,0.19000000000000003 +The Fairly Odd Parents: Enter the Cleft,0.19000000000000003 +Indiana Jones and the Emperor's Tomb,0.19000000000000003 +Harvest Moon: More Friends of Mineral Town,0.19000000000000003 +Super Dodge Ball Advance,0.19000000000000003 +Mana Khemia 2: Fall of Alchemy,0.19000000000000003 +Candace Kane's Candy Factory,0.19000000000000003 +Driving Emotion Type-S,0.19 +ESA Foundation Compilation,0.19 +Tom and Jerry in House Trap,0.19 +Momotarou Dentetsu World,0.19 +Drome Racers,0.19 +Might & Magic: Clash of Heroes,0.19 +Face Training,0.19 +Backyard Baseball '09,0.19 +Atelier Sophie: The Alchemist of the Mysterious Book,0.19 +Mushroom Men: The Spore Wars,0.19 +Monster 4x4: Stunt Racer,0.19 +Baroque,0.19 +Tottadoo! Yoiko no Mujintou Seikatsu,0.19 +Tokimeki Memorial Girl's Side 3rd Story,0.19 +Power Pro Kun Pocket 12,0.19 +Kuma-Tomo,0.19 +Descent,0.19 +The Cheetah Girls: Passport to Stardom,0.19 +Story of Seasons: Good Friends of the Three Villages,0.19 +Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS,0.19 +Great Phoenix Wright: Ace Attorney - Naruhodou Ryuunosuke no Bouken,0.19 +Hyperdevotion Noire: Goddess Black Heart,0.19 +Sega GT 2002,0.19 +Test Drive Off-Road Wide Open,0.19 +Sudoku Gridmaster (JP sales),0.19 +Warhammer: Shadow of the Horned Rat,0.19 +Gallop Racer,0.19 +Scooby-Doo! Who's Watching Who?,0.19 +Princess Maker: Yumemiru Yosei,0.19 +Allied General,0.19 +"Boku no Natsuyasumi 4: Seitouchi Shounen Tanteidan, Boku to Himitsu no Chizu",0.19 +Company of Heroes: Anthology,0.19 +Dinotopia: The Timestone Pirates,0.19 +Phantasy Star Online Ver. 2,0.19 +Shaman King: Spirit of Shamans,0.19 +Phantasy Star Nova,0.19 +The First Templar,0.19 +Disgaea DS,0.19 +Petz Pony: Beauty Pageant,0.19 +Pet Zombies,0.19 +Star Wars: The Clone Wars & Tetris Worlds,0.19 +Disney Magic World 2,0.19 +Penguin no Mondai X: Tenkuu no 7 Senshi,0.19 +Parlor! Mini 4,0.19 +Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 5: CR Shinseiki Evangelion * Pachi-Slot Shinseiki Evangelion,0.19 +Ar tonelico 2: Melody of Metafalica,0.19 +428: Fuusa Sareta Shibuya de,0.19 +Shining Force II,0.19 +Sudeki,0.19 +Samurai Warriors: State of War,0.19 +Hidden Mysteries: Vampire Secrets,0.19 +Jissen Pachi-Slot Hisshouhou,0.19 +Taiko no Tatsujin: Wii U Version!,0.19 +Darkstalkers 3,0.19 +J-League Pro Soccer Club o Tsukurou! 5,0.19 +Super Real Mahjong P V,0.19 +Reel Fishing Paradise 3D,0.19 +Remington Super Slam Hunting: North America,0.19 +Go Play: Lumberjacks,0.19 +Active Health with Carol Vorderman,0.19 +Daigasso! Band Brothers,0.19 +Jikkyou Powerful Pro Yakyuu '96 Kaimakuban,0.19 +Jeep Thrills,0.19 +Jikkyou J-League Perfect Striker,0.19 +Jewel Match,0.19 +Jewel Master: Cradle of Athena,0.19 +J-League Jikkyou Winning Eleven 3,0.19 +Kamen Rider: Battride War,0.19 +J-League Excite Stage '96,0.19 +AeroFighters Assault,0.19 +Kan Colle Kai,0.19 +Tales of the World: Narikiri Dungeon 2,0.19 +SD Gundam GX,0.19 +Quake,0.19 +Tamagotchi Party On!,0.19 +Alien Hominid,0.19 +International Soccer,0.19 +Puyo Puyo Sun 64,0.19 +Saint Seiya: Soldiers' Soul,0.19 +We Dance,0.19 +Kenka Banchou 4: Ichinen Sensou,0.19 +Inazuma Eleven Strikers 2012 Xtreme,0.19 +Impossible Mission,0.19 +The Heavy Rain and Beyond: Two Souls Collection,0.19 +Super Robot Taisen: Scramble Commander,0.19 +Mahjong: Journey Quest for Tikal,0.19 +Farmtopia,0.19 +Beyblade: Metal Fusion - Battle Fortress,0.19 +The King of Fighters XI,0.19 +Chou-Kuukan Night Pro Yakyuu King (weekly JP sales),0.19 +Arcade Shooting Gallery,0.19 +The Voice,0.19 +Lunar Legend,0.19 +Spore Hero Arena,0.19 +Half-Minute Hero,0.19 +Naruto Shippuden: Dragon Blade Chronicles,0.19 +One Piece: Unlimited Adventure,0.19 +GunGriffon,0.19 +Mace: The Dark Age,0.19 +Don Bradman Cricket 14,0.19 +UEFA Euro 2004: Portugal,0.19 +Nostalgia,0.19 +Naruto: Ninja Destiny,0.19 +Chibi-Robo! Park Patrol,0.19 +Space Invaders Extreme 2,0.19 +Thoroughbred Breeder,0.19 +New Love Plus,0.19 +Frogger's Adventures 2: The Lost Wand,0.19 +Hello Kitty: Birthday Adventures,0.19 +The Sims 4: Get Together,0.19 +Pac-Man & Galaga Dimensions,0.19 +Hexen,0.19 +Army Men: Green Rogue,0.19 +Magical Starsign (US sales),0.19 +Mathews Bowhunting,0.19 +Fire ProWrestling G,0.19 +Sing4: The Hits Edition,0.19 +Demon Gaze,0.18999999999999997 +Mystery Tales of Time Travel,0.18999999999999997 +Project Spark,0.18000000000000002 +Death Jr.,0.18000000000000002 +Whiplash,0.18000000000000002 +SEGA Bass Fishing Duel,0.18000000000000002 +Marble Saga: Kororinpa,0.18000000000000002 +College Slam,0.18000000000000002 +Dragon Blade: Wrath of Fire,0.18000000000000002 +N3 II: Ninety-Nine Nights,0.18000000000000002 +Mark Davis Pro Bass Challenge,0.18000000000000002 +Dead or Alive Paradise,0.18000000000000002 +Gunvalkyrie,0.18000000000000002 +The Wild Thornberrys: Animal Adventures,0.18000000000000002 +Just Cause,0.18000000000000002 +Jackie Chan Adventures: Legend of the Dark Hand,0.18000000000000002 +Dance Central: Spotlight,0.18000000000000002 +Far East of Eden II: Manji Maru,0.18000000000000002 +Broken Sword: Shadows of the Templars - The Director's Cut,0.18000000000000002 +EyeToy: Kinetic,0.18000000000000002 +Thief: Deadly Shadows,0.18000000000000002 +Thomas the Tank Engine & Friends,0.18000000000000002 +EyePet & Friends,0.18000000000000002 +Crash & Spyro Superpack,0.18000000000000002 +The Da Vinci Code,0.18000000000000002 +Bloody Roar: Primal Fury,0.18000000000000002 +Velvet Assassin,0.18000000000000002 +Treasures of the Deep,0.18000000000000002 +Ys: The Ark of Napishtim,0.18000000000000002 +Call of Juarez,0.18000000000000002 +Time Commando,0.18000000000000002 +Exhibition Volume 02,0.18000000000000002 +Bubsy 3D,0.18000000000000002 +The Bee Game,0.18000000000000002 +Hunter: The Reckoning Redeemer,0.18000000000000002 +Big Air,0.18000000000000002 +NBA Inside Drive 2004,0.18000000000000002 +Hyperdimension Neptunia U: Action Unleashed,0.18000000000000002 +Street Fighter: The Movie,0.18000000000000002 +ThunderStrike 2,0.18000000000000002 +The Scorpion King: Sword of Osiris,0.18000000000000002 +The Munchables,0.18000000000000002 +EverQuest Online Adventures: Frontiers,0.18 +Atari Anniversary Advance,0.18 +Shawn Johnson Gymnastics,0.18 +Ball Breakers,0.18 +Hatsune Miku and Future Stars: Project Mirai,0.18 +Cabela's African Safari,0.18 +Jampack Vol. 1,0.18 +SimCity Creator (JP sales),0.18 +Super Robot Taisen J,0.18 +Atari Anniversary Edition Redux,0.18 +Siren,0.18 +EyeToy: Groove,0.18 +Hasbro Family Game Night Fun Pack,0.18 +RollerCoaster Tycoon,0.18 +Casper: Friends Around the World,0.18 +Mobile Suit Gundam Seed Destiny: Generation of C.E.,0.18 +Gladiator: Sword of Vengeance,0.18 +Jampack: Summer 2003 (RP-T),0.18 +Silent Scope 2: Dark Silhouette,0.18 +Guilty Gear XX Accent Core Plus,0.18 +Super Robot Taisen UX,0.18 +.hack//Quarantine Part 4: The Final Chapter,0.18 +Cate West: The Vanishing Files,0.18 +Tokyo Xtreme Racer DRIFT,0.18 +Super Robot Taisen A Portable,0.18 +Zumba Fitness Rush,0.18 +Gungrave,0.18 +SingStar Pop Vol.2,0.18 +International Superstar Soccer 2000 (JP weekly sales),0.18 +Secret Files: Tunguska,0.18 +Speedball 2100,0.18 +Harvest Moon: A Wonderful Life Special Edition,0.18 +Soccer Tsuku Tokudai Gou: J-League Pro Soccer Club o Tsukurou,0.18 +Gokujou Parodius,0.18 +IndyCar Series,0.18 +World of Outlaws: Sprint Cars,0.18 +Backyard Basketball,0.18 +Strikers 1945,0.18 +A.C.E.: Another Century's Episode 2,0.18 +Culdcept,0.18 +Cel Damage,0.18 +Yamaha Supercross,0.18 +Classic Road,0.18 +ZhuZhu Puppies,0.18 +Shadow Madness,0.18 +Chocobo no Fushigi Dungeon for WonderSwan,0.18 +Sports Illustrated for Kids: Football,0.18 +Shape Up,0.18 +Godzilla (2015),0.18 +Happy Cooking,0.18 +Scaler,0.18 +Rally Fusion: Race of Champions,0.18 +ESPN International Track & Field,0.18 +Kidou Senshi Gundam: Senjou no Kizuna Portable,0.18 +Little League World Series Baseball 2010,0.18 +Lips: Party Classics,0.18 +Frogger: Ancient Shadow,0.18 +Let's TAP,0.18 +Disney Friends,0.18 +The Game of Life / Yahtzee / Payday,0.18 +Metal Gear Ac!d 2,0.18 +La Pucelle: Tactics,0.18 +Virtua Tennis,0.18 +LEGO Island 2: The Brickster's Revenge,0.18 +Pirates: Hunt For Blackbeard's Booty,0.18 +Brunswick Cosmic Bowling,0.18 +Amplitude,0.18 +Pokémon I Choose You / Squirtle Squad Game Boy Advance Video,0.18 +The Adventures of Cookie & Cream,0.18 +Klonoa: Door to Phantomile,0.18 +Blood Drive,0.18 +Alter Echo,0.18 +Tenchu: Fatal Shadows,0.18 +Trauma Team,0.18 +Little League World Series Baseball: Double Play,0.18 +The History Channel: Great Battles - Medieval,0.18 +Nep League DS,0.18 +Fancy Nancy: Tea Party Time!,0.18 +Batman: Dark Tomorrow,0.18 +Battle Commander: Hachibushu Shura no Heihou,0.18 +Twisted Metal: Small Brawl,0.18 +Mega Man Soccer,0.18 +Fear Effect 2: Retro Helix,0.18 +Armored Core: Last Raven,0.18 +UFC: Sudden Impact,0.18 +Arctic Tale,0.18 +Disney's PK: Out of the Shadows,0.18 +Utawarerumono: Itsuwari no Kamen,0.18 +Trinity Universe,0.18 +NCAA Final Four 2003,0.18 +Doctor Who: Return to Earth,0.18 +Otomedius Excellent,0.18 +Over the Hedge: Hammy Goes Nuts!,0.18 +Vampire Savior: The Lord of Vampire,0.18 +Frequency,0.18 +Teenage Mutant Ninja Turtles: Mutants in Manhattan,0.18 +Monster Hunter Frontier Online,0.18 +We Sing UK Hits,0.18 +Damnation,0.18 +Daigasso! Band Brothers P,0.18 +Ringling Bros. and Barnum & Bailey Circus,0.18 +K-1 World Grand Prix,0.18 +Rabbids Party Collection,0.18 +Tales of the Tempest,0.18 +R-Type Final,0.18 +Balloon Pop,0.18 +TalkMan (Japan),0.18 +NASCAR The Game: Inside Line,0.18 +Jurassic Park III: Island Attack,0.18 +Tokimeki Memorial: Taisen Pazurudama,0.18 +F1 Challenge,0.18 +Reel Fishing II,0.18 +All Grown Up! Express Yourself,0.18 +Breath of Fire: Dragon Quarter,0.18 +WordJong Party,0.18 +My French Coach,0.18 +Rise of the Kasai,0.18 +Dance Dance Revolution: Disney Grooves,0.18 +GameBoy Wars,0.18 +Aliens: Infestation,0.18 +SoulCalibur Legends,0.17999999999999997 +Lost in Blue 3,0.17999999999999997 +Valhalla Knights 3,0.17999999999999997 +Castlevania Judgment,0.17000000000000004 +Camp Rock: The Final Jam,0.17000000000000004 +NCAA Football 09 All-Play,0.17 +Resident Evil Director's Cut: Dual Shock Edition,0.17 +Sports Illustrated for Kids: Baseball,0.17 +Dungeon Siege: Throne of Agony,0.17 +Sword of the Samurai,0.17 +Sumikko Gurashi: Koko ga Ochitsukundesu,0.17 +The Secret World,0.17 +Dragon Ball GT: Game Boy Advance Video Volume 1,0.17 +Naval Assault: The Killing Tide,0.17 +Solitaire Overload Plus,0.17 +Dragon Ball: Fusions,0.17 +Ringling Bros. and Barnum & Bailey: Circus Friends,0.17 +Tokimeki Memorial: Private Collection,0.17 +Naruto Shippuden: Ultimate Ninja 5,0.17 +Super Robot Taisen L,0.17 +Nancy Drew: The Hidden Staircase,0.17 +Brothers: A Tale of Two Sons,0.17 +Space Griffon VF-9,0.17 +Sound Novel Evolution 1: Otogirisou Sosei-Hen,0.17 +Smash Court Tennis Pro Tournament,0.17 +Super Power League,0.17 +Super Robot Taisen Compact 2 Dai-1-Bu,0.17 +PlayStation Move Heroes,0.17 +Professional Fisherman's Tour: Northern Hemisphere,0.17 +Sudoku Gridmaster,0.17 +Bomberman B-Daman,0.17 +Densetsu no Stafi 4,0.17 +Bomberman 64: The Second Attack!,0.17 +Power Pro Kun Pocket,0.17 +Cabela's Big Game Hunter: Hunting Party,0.17 +Project X Zone 2: Brave New World,0.17 +Pursuit Force,0.17 +Pursuit Force: Extreme Justice,0.17 +Pokémon Beach Blank-out Blastoise / Go West Young Meowth Game Boy Advance Video,0.17 +SaGa 2: Hihou Densetsu - Goddess of Destiny,0.17 +ESPN Final Round Golf 2002,0.17 +Tamagotchi no Narikiri Challenge,0.17 +The Idolm@ster: Shiny Festa - Honey Sound / Funky Note / Groovy Tune,0.17 +Easy Piano,0.17 +Petz: Horseshoe Ranch,0.17 +Disney Golf,0.17 +Shin Megami Tensei IV: Final,0.17 +Shin Megami Tensei: Devil Summoner 2 - Raidou Kuzunoha vs. King Abaddon (JP sales),0.17 +Tak: Mojo Mistake,0.17 +Dream Pinball 3D,0.17 +Shiren the Wanderer 4 - God's Eye and the Demon's Navel,0.17 +"Crouching Tiger, Hidden Dragon",0.17 +TOEIC Test Training DS,0.17 +Country Dance: All Stars,0.17 +Sid Meier's Civilization IV,0.17 +Codename: Kids Next Door: Game Boy Advance Video Volume 1,0.17 +Tokyo Xtreme Racer,0.17 +Space Battleship Yamato: Harukanaru Hoshi Iscandar,0.17 +Family Feud Decades,0.17 +Midnight Mysteries: The Edgar Allan Poe Conspiracy,0.17 +Turok 3: Shadow of Oblivion,0.17 +Mercury Meltdown Revolution,0.17 +Learning to Spell,0.17 +Torino 2006,0.17 +Family Fortunes,0.17 +Mojo!,0.17 +World Driver Championship,0.17 +Global Defence Force,0.17 +Zoo Keeper,0.17 +Watchmen: The End is Nigh - The Complete Experience,0.17 +Luxor 3,0.17 +Hanjuku Eiyuu Tai 3D,0.17 +Itoi Shigesato no Bass Tsuri No. 1,0.17 +Klonoa,0.17 +Arcana Heart,0.17 +Ferrari Challenge Trofeo Pirelli,0.17 +Macross Ultimate Frontier,0.17 +.hack//G.U. Vol.1//Rebirth,0.17 +MDK2 Armageddon,0.17 +Gundam Assault Survive,0.17 +Mahjong Fight Club,0.17 +.hack//G.U. Vol.3//Redemption,0.17 +Yu-Gi-Oh! Zexal World Duel Carnival,0.17 +Gretzky NHL 2005,0.17 +Hello Kitty: Happy Party Pals,0.17 +Finding Nemo: Escape to the Big Blue,0.17 +Jillian Michaels Fitness Ultimatum 2011,0.17 +Wildstar,0.17 +Michael Jackson: The Experience 3D,0.17 +Fighter Maker,0.17 +Kekkaishi: Karasumori Ayakashi Kidan,0.17 +Beat Down: Fists of Vengeance,0.16999999999999998 +Tokyo Twilight Ghost Hunters,0.16999999999999998 +McDROID,0.16999999999999998 +Time and Eternity,0.16999999999999998 +Escape Dead Island,0.16999999999999998 +Challenge Me: Brain Puzzles 2,0.16999999999999998 +Knights in the Nightmare,0.16999999999999998 +NASCAR '15,0.16999999999999998 +Knights Contract,0.16999999999999998 +Monster High: New Ghoul in School,0.16999999999999998 +Game of Thrones (Telltale),0.16999999999999998 +F1 2002,0.16999999999999998 +Race Pro,0.16999999999999998 +Frogger: Helmet Chaos,0.16999999999999998 +Cold Fear,0.16999999999999998 +Buzz! Brain of the UK,0.16999999999999998 +Disney's Chicken Little: Ace In Action,0.16999999999999998 +"Go, Diego, Go! Safari Rescue",0.16999999999999998 +Disney Planes Fire & Rescue,0.16999999999999998 +Digimon All-Star Rumble,0.16999999999999998 +Dementium: The Ward,0.16999999999999998 +SpongeBob: HeroPants,0.16999999999999998 +TransFormers Animated: The Game,0.16999999999999998 +ShellShock 2: Blood Trails,0.16999999999999998 +Harvest Moon: Hero of Leaf Valley,0.16000000000000003 +Lucha Libre AAA: Heroes del Ring,0.16000000000000003 +Spyro: Shadow Legacy,0.16000000000000003 +Fuzion Frenzy 2,0.16000000000000003 +Worms Forts: Under Siege,0.16000000000000003 +Jewel Quest Solitaire,0.16000000000000003 +Child of Light,0.16000000000000003 +James Noir's Hollywood Crimes,0.16000000000000003 +Army Men: RTS,0.16000000000000003 +The Quest Trio,0.16000000000000003 +Taito Legends,0.16 +Shrek Extra Large,0.16 +Scarface: Money. Power. Respect.,0.16 +Disney's American Dragon Jake Long: Attack of the Dark Dragon,0.16 +DS Rakubiki Jiten,0.16 +Saturday Night Slam Masters,0.16 +Imagine: Music Fest,0.16 +Samurai Warriors: Katana,0.16 +Dragon Ball: Origins 2,0.16 +Shinobido 2: Tales of the Ninja,0.16 +Pen 1 Grand Prix: Penguin no Mondai Special,0.16 +Fighters Destiny,0.16 +Guilty Gear Judgment,0.16 +Imagine: Ice Champions,0.16 +Wing Commander III: Heart of the Tiger,0.16 +"Warhammer 40,000: Fire Warrior",0.16 +Matchbox Cross Town Heroes,0.16 +All Kamen Rider: Rider Generation 2,0.16 +Wonder Project J2: Koruro no Mori no Josette,0.16 +Kingdom Hearts: Birth by Sleep - Final Mix,0.16 +My Baby 3 & Friends,0.16 +Dragon's Lair Trilogy,0.16 +Namco Classic Fighter Collection,0.16 +San Goku Shi Taisen DS,0.16 +Teenage Mutant Ninja Turtles: Game Boy Advance Video Volume 1,0.16 +Just Sing!,0.16 +Psychic Force,0.16 +Star Wars: Super Bombad Racing,0.16 +Namco Museum Vol.5,0.16 +California Speed,0.16 +Jikkyou Powerful Pro Yakyuu Basic-han 2001,0.16 +Off-World Interceptor Extreme,0.16 +Sega Superstars,0.16 +Young Justice: Legacy,0.16 +Asteroids Hyper 64,0.16 +Magic: The Gathering - Battlegrounds,0.16 +VR Golf '97,0.16 +FIFA Soccer 97,0.16 +F1 Championship Season 2000,0.16 +FIFA Soccer 96,0.16 +N2O: Nitrous Oxide,0.16 +ESPN College Hoops,0.16 +LEGO Soccer Mania,0.16 +Steins;Gate: Hiyoku Renri no Darling,0.16 +To Heart 2: Dungeon Travelers,0.16 +Shadow Man: 2econd Coming,0.16 +Reloaded,0.16 +Sengoku Basara: Chronicle Heroes,0.16 +Streak: Hoverboard Racing,0.16 +Power Stakes,0.16 +Battle Soccer: Field no Hasha,0.16 +King's Field,0.16 +Street Racer,0.16 +Sherlock Holmes vs. Jack the Ripper,0.16 +Starcraft 64,0.16 +Hysteria Hospital: Emergency Ward,0.16 +Jurassic Park: The Game,0.16 +Ready 2 Rumble Revolution,0.16 +Kya: Dark Lineage,0.16 +Alone in the Dark: The New Nightmare,0.16 +Fatal Frame II: Crimson Butterfly,0.16 +Wolfenstein 3D,0.16 +7 Days to Die,0.16 +Yu-Gi-Oh! 5D's: Duel Transer,0.16 +Jikkyou Powerful Pro Yakyuu 3 '97 Haru,0.16 +Yu-Gi-Oh! 5D's Tag Force 6,0.16 +Scripps Spelling Bee,0.16 +Left Brain Right Brain: Use Both Hands Train Both Sides,0.16 +Nightmare Creatures II,0.16 +Deponia,0.16 +Lufia: Curse of the Sinistrals,0.16 +Stronghold 3,0.16 +Shin Kamaitachi no Yoru: 11 Hitome no Suspect,0.16 +StarBlade α,0.16 +PhotoKano,0.16 +Gallop Racer 2001,0.16 +MTV Music Generator 2,0.16 +Minna no DS Seminar: Kanpeki Kanji Ryoku,0.16 +Mr. Do!'s Castle,0.16 +Muppet RaceMania,0.16 +Vegas Party,0.16 +Medieval Games,0.16 +Hamster Heroes,0.16 +Godzilla Unleashed,0.16 +Garfield: Lasagna World Tour,0.16 +Armor Ambush,0.16 +J-League Pro Soccer Club o Tsukurou! 6: Pride of J,0.16 +Our House,0.16 +J-League Jikkyou Winning Eleven 2000,0.16 +Spider-Man: Web of Shadows - Amazing Allies Edition,0.16 +Ener-G: Dance Squad,0.16 +Ener-G Horse Riders,0.16 +Disney's Story Studio: Disney's Mulan,0.16 +World Stadium 4,0.16 +Custom Robo Arena,0.16 +Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3,0.16 +Hannah Montana: Rock Out the Show,0.16 +"BCFX: The Black College Football Xperience, The Doug Williams Edition",0.16 +The Idolm@ster 2,0.16 +World Tour Soccer 2005,0.16 +SD Gundam G Generation 3D,0.16 +RC Revenge Pro,0.16 +Otogirisou,0.16 +Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui,0.16 +Toriko: Gourmet Monsters!,0.16 +Puzzle Quest: Galactrix,0.16 +Gunslingers,0.16 +Age of Empires III: Complete Collection,0.16 +Tears to Tiara II: Heir of the Overlord,0.16 +Rondo of Swords (US sales),0.16 +Lost Kingdoms,0.16 +Eve: The Lost One,0.16 +Project Sylpheed: Arc of Deception,0.16 +.hack//G.U. Vol.2//Reminisce (jp sales),0.16 +Family Party: 30 Great Games Outdoor Fun,0.16 +Atelier Iris: Eternal Mana,0.16 +The Incredible Hulk: The Pantheon Saga,0.16 +Culdcept SAGA,0.16 +Cubivore: Survival of the Fittest,0.16 +True Swing Golf,0.16 +Destruction Derby 64,0.16 +Kawa no Nushi Tsuri,0.16 +Alien Resurrection,0.16 +Death Trap,0.16 +Gyakuten Saiban 3,0.16 +Final Fantasy XIV: Heavensward,0.16 +Speed Kings,0.16 +The Sims 3: Seasons,0.16 +Kid Adventures: Sky Captain,0.16 +Halo Triple Pack,0.16 +Mobile Suit Gundam: Extreme VS Force,0.16 +Mega Man Network Transmission,0.16 +World Tour Soccer 2006,0.16 +Tom and Jerry in Fists of Furry,0.16 +Lethal Skies II,0.16 +Innocent Life: A Futuristic Harvest Moon,0.16 +Victorious: Hollywood Arts Debut,0.16 +Summon Night EX-Thesis: Yoake no Tsubasa,0.16 +Clock Tower II: The Struggle Within,0.16 +Paris-Dakar Rally,0.16 +Let's Ride: Sunshine Stables,0.16 +Disney's Home on the Range,0.16 +Doctor Lautrec and the Forgotten Knights,0.16 +Mousetrap / Operation / Simon,0.16 +Macross Ace Frontier,0.16 +Konami Krazy Racers,0.16 +Senran Kagura: Sh?jo-tachi no Shinei,0.16 +PoPoLoCrois: Hajimari no Bouken,0.16 +SimEarth: The Living Planet,0.16 +Doctor Who: Evacuation Earth,0.16 +Take A Break's: Puzzle Master,0.16 +Casper: Spirit Dimensions,0.16 +Mugen Souls,0.16 +Courier Crisis,0.16 +Silent Scope 3,0.16 +Blinx 2: Masters of Time & Space,0.16 +Kamaitachi no Yoru × 3,0.16 +Buck Bumble,0.16 +Dead Island Definitive Collection,0.16 +Amped 3,0.16 +Vehicular Combat League presents Motor Mayhem,0.16 +Dewy's Adventure,0.16 +Racing Lagoon,0.16 +Adventure Time: The Secret of the Nameless Kingdom,0.16 +Tom and Jerry: Infurnal Escape,0.16 +International Superstar Soccer Deluxe,0.16 +Pro Yaky? Spirits 3,0.16 +Phantasy Star Online 2,0.16 +Lost Heroes,0.16 +Little League World Series Baseball 2008,0.15999999999999998 +Let's Play Ballerina,0.15999999999999998 +Bejeweled Twist,0.15999999999999998 +Codename: Kids Next Door: Operation V.I.D.E.O.G.A.M.E.,0.15999999999999998 +Yaiba: Ninja Gaiden Z,0.15999999999999998 +Dreamworks 2-in-1 Party Pack,0.15000000000000002 +Jenga World Tour,0.15000000000000002 +Active Life Explorer,0.15000000000000002 +Cake Mania: In The Mix!,0.15000000000000002 +Constantine,0.15000000000000002 +Grabbed by the Ghoulies,0.15000000000000002 +Baseball Blast!,0.15000000000000002 +Barbarian,0.15000000000000002 +Kowloon's Gate,0.15000000000000002 +Build-A-Bear Workshop: Welcome to Hugsville,0.15000000000000002 +CSI: 3 Dimensions of Murder,0.15000000000000002 +Nancy Drew: The White Wolf of Icicle Creek,0.15000000000000002 +Drawn to Life Collection,0.15000000000000002 +Block Party,0.15000000000000002 +Rodea the Sky Soldier,0.15000000000000002 +Anno 1701: Dawn of Discovery,0.15000000000000002 +Kingdom of Paradise,0.15000000000000002 +Infected,0.15000000000000002 +Ridge Racer DS,0.15000000000000002 +Klax,0.15000000000000002 +Pressure Cooker,0.15000000000000002 +No.1 Muscle Ranking - Kinniku Banzuke Vol. 2: Aratanarugenkai Enochousen!,0.15000000000000002 +Brain Boost: Beta Wave,0.15000000000000002 +Home Run,0.15000000000000002 +QuickSpot,0.15000000000000002 +Gallop & Ride!,0.15000000000000002 +Mobile Suit Gundam: Perfect One Year War,0.15000000000000002 +Brain Boost: Gamma Wave,0.15000000000000002 +Winning Post 4,0.15000000000000002 +Arcade Zone,0.15000000000000002 +Naruto Shippuden: Legends: Akatsuki Rising,0.15000000000000002 +Wild ARMs 4,0.15000000000000002 +OutRun 2,0.15000000000000002 +Winning Post 3,0.15000000000000002 +Family Party: Fitness Fun,0.15000000000000002 +Class of Heroes,0.15000000000000002 +Enclave,0.15000000000000002 +NatGeo Challenge! Wild Life,0.15000000000000002 +Lord of the Rings: Tactics,0.15000000000000002 +Who Wants to Be a Millionaire: 3rd Edition,0.15000000000000002 +Field Commander,0.15000000000000002 +Wizardry VII: Gadeia no Houshu,0.15000000000000002 +Charm Girls Club: Pajama Party,0.15000000000000002 +Petz: Dogz Talent Show,0.15000000000000002 +The Godfather: Blackhand Edition,0.15000000000000002 +Shadow Hearts: From The New World,0.15000000000000002 +Naruto: Ultimate Ninja Heroes 2 - The Phantom Fortress,0.15000000000000002 +Kids Learn Math: A+ Edition,0.15000000000000002 +Dragon Slayer: The Legend of Heroes,0.15000000000000002 +Ore no Imouto ga Konna ni Kawaii wake ga Nai Portable,0.15 +Black * Rock Shooter: The Game,0.15 +Bomberman Land Touch! 2,0.15 +Dragon Ball Z: Harukanaru Densetsu (JP sales),0.15 +Harvest Moon: The Lost Valley,0.15 +Trivial Pursuit: Bet You Know It,0.15 +Spongebob Squarepants / Fairly Odd Parents Double Pack,0.15 +Gotouchi Tetsudou: Gotouchi Chara to Nihon Zenkoku no Tabi,0.15 +Summon Night 5,0.15 +Totally Spies! Totally Party,0.15 +Robotics;Notes,0.15 +Sam & Max: Season One,0.15 +Robotech: Invasion,0.15 +Zathura,0.15 +Digimon Battle Spirit 2,0.15 +Mr. Driller 2,0.15 +Super Robot Wars OG: The Moon Dwellers,0.15 +WordJong,0.15 +Serious Sam,0.15 +Code:Realize - Sousei no Himegimi,0.15 +Musashi: Samurai Legend,0.15 +Castlevania: Lords of Shadow - Mirror of Fate,0.15 +Smash Court Tennis 3,0.15 +MotoGP 2: Ultimate Racing Technology,0.15 +Alias,0.15 +Medal of Honor: Infiltrator,0.15 +Chessmaster II,0.15 +Space Station Silicon Valley,0.15 +Rudra no Hihou,0.15 +eJay Clubworld,0.15 +Sonny with a Chance,0.15 +Zumba Fitness Core,0.15 +Tamagotchi no Narikiri Channel,0.15 +All Japan Pro Wrestling featuring Virtua,0.15 +J-League Victory Goal,0.15 +"NewU Fitness First Mind Body, Yoga & Pilates Workout",0.15 +Attack of the Movies 3D,0.15 +Pokémon: Johto Photo Finish: Game Boy Advance Video,0.15 +World League Soccer,0.15 +Kidou Senkan Nadesico,0.15 +Knockout Kings 2003,0.15 +Enthusia Professional Racing,0.15 +The Sims Medieval: Pirates and Nobles,0.15 +Disney's The Lion King: Simba's Mighty Adventure,0.15 +Mad Dash Racing,0.15 +S.C.A.R.S,0.15 +Bust-A-Move Bash!,0.15 +Tamagotchi Collection,0.15 +DrumMania,0.15 +White Knight Chronicles: Origins,0.15 +Turbo Prop Racing,0.15 +DuckTales: Remastered,0.15 +Zoids: Battle Legends,0.15 +Oreshika: Tainted Bloodlines,0.15 +Mobile Suit Gundam Side Story III: Sabakareshi Mono,0.15 +Cartoon Network Collection: Game Boy Advance Video Special Edition,0.15 +He-Man: Power of Grayskull,0.15 +Metal Gear Solid: Peace Walker HD Edition,0.15 +Fugitive Hunter: War on Terror,0.15 +Doraemon 3: Nobi Dai no Machi SOS!,0.15 +Get Up and Dance,0.15 +Suzumiya Haruhi no Yakusoku,0.15 +Farm Frenzy: Animal Country,0.15 +Time Hollow,0.15 +FIFA 06: Road to FIFA World Cup,0.15 +Derby Stallion 64,0.15 +The Wild Thornberrys: Chimp Chase,0.15 +Jikkyou Powerful Pro Yakyuu Portable,0.15 +Shadow Ops: Red Mercury,0.15 +Bleach: Dark Souls,0.15 +Galerians,0.15 +Shin Chan: ¡Aventuras de Cine!,0.15 +Toy Story Racer,0.15 +MLB Front Office Manager,0.15 +Power Pro Kun Pocket 9,0.15 +F-Zero: GP Legend,0.15 +Return to PopoloCrois: A Story of Seasons Fairytale,0.15 +Power Rangers Double Pack,0.15 +Metal Slug 7,0.15 +T'ai Fu: Wrath of the Tiger,0.15 +Blazing Dragons,0.15 +Get On Da Mic,0.15 +The Fairly Odd Parents: Clash with the Anti-World,0.15 +Hoppechan: Tsukutte! Asonde! Punipuni Town!!,0.15 +Cabela's Alaskan Adventure,0.15 +7th Dragon III Code: VFD,0.15 +Ribbit King,0.15 +Dance Dance Revolution (North America),0.15 +Heroes of Mana,0.15 +Tokyo Xanadu,0.15 +Theatrhythm Dragon Quest,0.15 +Merv Griffin's Crosswords,0.15 +Dark Rift,0.15 +Guilty Gear X2 #Reload,0.15 +Star Trek: Voyager Elite Force,0.15 +Strawberry Shortcake: Game Boy Advance Video Volume 1,0.15 +Dodge Racing: Charger vs Challenger,0.15 +Kingdom Under Fire: Heroes,0.15 +Cardinal Syn,0.15 +Yu-Gi-Oh! Nightmare Troubadour (US sales),0.15 +Digimon Rumble Arena 2,0.15 +Jikkyou Powerful Pro Yakyuu 2009,0.15 +NASCAR 07,0.15 +Naruto: Powerful Shippuden,0.15 +Kung-Fu: High Impact,0.15 +Saturn Bomberman,0.15 +Reality Fighters,0.14999999999999997 +Mega Man Powered Up,0.14999999999999997 +ArmA II,0.14999999999999997 +Adrenalin Misfits,0.14999999999999997 +Desire,0.14 +Alien Syndrome,0.14 +Jikkyou Powerful Pro Yakyuu Wii,0.14 +Agile Warrior F-111X,0.14 +Derby Stallion Gold,0.14 +Jim Henson's the Muppets: On With the Show!,0.14 +Mary-Kate and Ashley: Crush Course,0.14 +Doukyuusei,0.14 +Kenka Banchou 5: Otoko no Housoku,0.14 +Tamagotchi no Appare! Niji Venture,0.14 +Power Stone,0.14 +Famista Returns,0.14 +Power Pro Kun Pocket 1+2,0.14 +Akiba's Trip,0.14 +Queen's Gate: Spiral Chaos,0.14 +TOCA Race Driver 3,0.14 +Wild Earth: African Safari,0.14 +Kidou Senshi Gundam: Shin Gihren no Yabou,0.14 +Age of Empires: Collector's Edition,0.14 +Nayuta no Kiseki,0.14 +Fear Factor: Unleashed,0.14 +Daytona USA Championship Circuit Edition,0.14 +Supreme Commander,0.14 +Fate/Unlimited Codes,0.14 +Kamen Rider Battle: Ganbaride,0.14 +Rayman 3,0.14 +Bravo Air Race,0.14 +Kidou Senshi Gundam: Giren no Yabou - Axis no Kyoui V,0.14 +Kamen Rider: Battride War Genesis,0.14 +T.R.A.G. - Tactical Rescue Assault Group: Mission of Mercy,0.14 +Super Robot Taisen OG Saga: Endless Frontier (JP sales),0.14 +Power Pro Kun Pocket 8,0.14 +RockMan & Forte,0.14 +Under Night In-Birth,0.14 +Winter Sports 2011,0.14 +Wallace & Gromit: Curse of the Were-Rabbit,0.14 +Bratz,0.14 +Doshin the Giant,0.14 +Tennis no Oji-Sama: Aim at The Victory!,0.14 +Pro Yakyuu Netsu Star 2006,0.14 +Mary-Kate and Ashley: Winners Circle,0.14 +Jonny Moseley Mad Trix,0.14 +Naruto RPG 2: Chidori vs Rasengan,0.14 +¡Shin Chan Flipa en colores!,0.14 +Klonoa: Empire of Dreams,0.14 +Micro Machines 64 Turbo,0.14 +Frank Thomas Big Hurt Baseball,0.14 +Onimusha Essentials,0.14 +Yu-Gi-Oh! Nightmare Troubadour (JP sales),0.14 +Shining Resonance,0.14 +Viewtiful Joe: Red Hot Rumble,0.14 +Yu-Gi-Oh! Monster Capture GB,0.14 +Shining Force CD,0.14 +Star Wars: Jedi Power Battles,0.14 +"Lunar 2: Eternal Blue(sales, but wrong system)",0.14 +Shin Megami Tensei: Devil Summoner 2 - Raidou Kuzunoha vs. King Abaddon,0.14 +7th Dragon,0.14 +Yourself Fitness,0.14 +Fox Sports Golf '99,0.14 +Micro Machines,0.14 +Shrek 2 and Shark Tale 2-in-1 Pack,0.14 +Ecco the Dolphin: Defender of the Future,0.14 +Senran Kagura Burst: Guren no Sh?jo-tachi,0.14 +Sengoku Musou 3 Empires,0.14 +Fur Fighters: Viggo's Revenge,0.14 +The Fifth Element,0.14 +FIFA 06 Soccer,0.14 +Hot Wheels: World Race,0.14 +Sengoku Basara 4: Sumeragi,0.14 +Okaeri! Chibi-Robo! Happy Richie Oosouji,0.14 +Phantom Brave,0.14 +Metal Slug 4 & 5,0.14 +Xevious 3D/G+,0.14 +LEGO Island Xtreme Stunts,0.14 +Shonen Jump's Shaman King: Master of Spirits,0.14 +Touch My Katamari,0.14 +Pipe Dreams 3D,0.14 +PaRappa The Rapper 2,0.14 +Monster Hunter Diary: Poka Poka Airou Village DX,0.14 +Divinity II: The Dragon Knight Saga,0.14 +.hack//Link,0.14 +Space Venus starring Morning Musume,0.14 +Championship Motocross 2001 featuring Ricky Carmichael,0.14 +The King of Fighters '94 (CD),0.14 +Eternal Poison,0.14 +Gyakuten Saiban 2,0.14 +Eternal Eyes,0.14 +Gungrave: Overdose,0.14 +Vampire Night,0.14 +Diva Girls: Divas on Ice,0.14 +Epidemic,0.14 +Pac-Man World Rally,0.14 +Star Ocean: Blue Sphere,0.14 +The Hustle: Detroit Streets,0.14 +Tomb Raider: The Prophecy,0.14 +SpongeBob SquarePants: Plankton's Robotic Revenge,0.14 +Paperboy / Rampage,0.14 +Clannad,0.14 +SingStar Vol. 3,0.14 +The Granstream Saga,0.14 +Hatsune Miku: Project Diva X,0.14 +Mr. Driller: Drill Spirits,0.14 +Zatch Bell! Mamodo Battles,0.14 +The Legend of Heroes II: Prophecy of the Moonlight Witch,0.14 +Stacked with Daniel Negreanu,0.14 +Disney's Cinderella: Magical Dreams,0.14 +I Am In The Movie,0.14 +Barbie Explorer,0.14 +Busy Scissors,0.14 +Sakura Wars GB,0.14 +Iron & Blood,0.14 +Baseball Advance,0.14 +Samurai Warriors Chronicles 3,0.14 +The Bombing Islands,0.14 +World Tour Soccer 2003,0.14 +World Tour Soccer 2002,0.14 +NCAA Basketball Final Four 97,0.14 +Bassmasters 2000,0.14 +Dynasty Warriors 7: Empires,0.14 +Interactive Sampler Disc 6,0.14 +Detective Barbie: The Mystery Cruise,0.14 +WSC Real 11: World Snooker Championship,0.14 +Sumikko Gurashi: Omise Hajimerundesu,0.14 +Arslan: The Warriors of Legend,0.14 +NBA ShootOut 2002,0.14 +Santa Claus Is Comin' to Town!,0.14 +The Operative: No One Lives Forever,0.14 +World Soccer Winning Eleven 9 Bonus Pack,0.14 +Uta no * Prince-Sama: Repeat,0.14 +Thunder Truck Rally,0.14 +Destruction Derby Raw,0.14 +Tim Burton's The Nightmare Before Christmas: The Pumpkin King,0.14 +Super Puzzle Fighter II Turbo,0.14 +Buck Fever,0.13999999999999999 +Hidden Mysteries: Salem Secrets - Witch Trials of 1692,0.13999999999999999 +Atari's Greatest Hits: Volume 1,0.13999999999999999 +Geist,0.13999999999999999 +Victorious Boxers: Revolution,0.13999999999999999 +Inversion,0.13999999999999999 +Let's Play Garden,0.13999999999999999 +Master Jin Jin's IQ Challenge,0.13999999999999999 +Barbie Superpack: Secret Agent / Groovy Games,0.13999999999999999 +World Championship Poker: Howard Lederer - All In,0.13999999999999999 +Paws & Claws: Pet Vet 2,0.13999999999999999 +Hero's Saga Laevatein Tactics,0.13999999999999999 +Wild ARMs XF,0.13999999999999999 +Haunted House,0.13999999999999999 +Darkstalkers Chronicle: The Chaos Tower,0.13999999999999999 +The Amazing Race,0.13999999999999999 +Mind Zero,0.13999999999999999 +Super Dodgeball Brawlers,0.13999999999999999 +Dave Mirra BMX Challenge,0.13999999999999999 +Zetta Hero Project: Unlosing Ranger vs. Darkdeath Evilman,0.13999999999999999 +Hexyz Force,0.13999999999999999 +Kamen Rider Ryuki,0.13999999999999999 +Vampire Moon: The Mystery of the Hidden Sun,0.13999999999999999 +Euro Truck Simulator 2,0.13999999999999999 +Project V6,0.13999999999999999 +Top Shot Arcade,0.13999999999999999 +Soukaigi,0.13999999999999999 +Freddi Fish: ABC under the sea,0.13999999999999999 +Freaky Flyers,0.13999999999999999 +Monster Rancher DS,0.13999999999999999 +PANGYA: Fantasy Golf,0.13999999999999999 +Cruise Ship Vacation Games,0.13999999999999999 +Sonic Advance & Sonic Pinball Party Combo Pack,0.13999999999999999 +Gundam: The Battle Master,0.13999999999999999 +Bust-A-Move Deluxe,0.13999999999999999 +Cities: Skylines,0.13999999999999999 +Our House Party!,0.13999999999999999 +Pac-Man Party 3D,0.13999999999999999 +Quick Yoga Training,0.13999999999999999 +Smashing Drive,0.13999999999999999 +Cave Story 3D,0.13999999999999999 +Dragon Age: Origins - Ultimate Edition,0.13999999999999999 +BIT.TRIP SAGA,0.13999999999999999 +RLH: Run Like Hell,0.13999999999999999 +The History Channel: Civil War - A Nation Divided,0.13999999999999999 +Cyber Sled,0.13999999999999999 +Lips: I Love The 80s,0.13999999999999999 +Star Trek: Shattered Universe,0.13999999999999999 +MySims Collection,0.13999999999999999 +Fashion Studio: Paris Collection,0.13999999999999999 +Pet Pals: Animal Doctor,0.13999999999999999 +Yu-Gi-Oh! GX: Tag Force,0.13999999999999999 +Houshinengi,0.13999999999999999 +Farming Simulator 2012,0.13999999999999999 +Asphalt: Urban GT 2,0.13999999999999999 +Record of Agarest War 2,0.13999999999999999 +To Heart,0.13999999999999999 +Ys: The Oath in Felghana,0.13999999999999999 +Destroy All Humans! Big Willy Unleashed,0.13999999999999999 +Elf: The Movie,0.13999999999999999 +Steel Battalion: Heavy Armor,0.13999999999999999 +Mystic Heroes,0.13999999999999999 +Marvel Avengers: Battle for Earth,0.13999999999999999 +Learn Math,0.13999999999999999 +Your Shape: Fitness Evolved 2013,0.13999999999999999 +Naruto Shippuden: Ninja Destiny 3,0.13999999999999999 +Cake Mania 3,0.13999999999999999 +Travel Games For Dummies,0.13999999999999999 +Boktai: The Sun is in Your Hand,0.13999999999999999 +Phantom Brave: We Meet Again,0.13999999999999999 +Cabela's Outdoor Adventures,0.13999999999999999 +Cranium Kabookii,0.13999999999999999 +Front Mission Alternative,0.13999999999999999 +I Spy: Universe,0.13999999999999999 +High Velocity Bowling,0.13999999999999999 +Diner Dash: Flo on the Go,0.13999999999999999 +Dino Crisis 3,0.13999999999999999 +The Wizard of Oz: Beyond The Yellow Brick Road,0.13999999999999999 +Imagine: Fashion Stylist,0.13999999999999999 +Igor: The Game,0.13999999999999999 +Sentou Kokka Air Land Battle,0.13999999999999999 +Alone in the Dark: Inferno,0.13999999999999999 +Gourmet Chef: Cook Your Way to Fame,0.13999999999999999 +TRINITY: Souls of Zill O'll,0.13999999999999999 +Krull,0.13999999999999999 +Kororinpa: Marble Mania,0.13999999999999999 +Disruptor,0.13 +Ape Escape Academy (jp sales),0.13 +Power Pro Kun Pocket 13,0.13 +Last Bronx,0.13 +Onimusha: Blade Warriors,0.13 +Doukyuusei 2,0.13 +Ape Escape 3,0.13 +Nobunaga no Yabou: Tendou,0.13 +Kouchuu Ouja Mushi King: Greatest Champion e no Michi DS 2,0.13 +MXGP 2,0.13 +LEGO Racers 2,0.13 +Pryzm Chapter One: The Dark Unicorn,0.13 +MX vs. ATV Supercross,0.13 +Nobunaga no Yabou: Ranseiki,0.13 +Destruction Derby Arenas,0.13 +The Crew: Wild Run,0.13 +Nintendo Puzzle Collection,0.13 +The House of the Dead,0.13 +Black Dawn,0.13 +The IdolM@ster: One for All,0.13 +Pop'n Music Portable,0.13 +Nitrobike,0.13 +Teenage Mutant Ninja Turtles: Tournament Fighters,0.13 +Onechanbara: Bikini Samurai Squad,0.13 +Port Royale 3,0.13 +Wantame Music Channel: Doko Demo Style,0.13 +All Star Cheer Squad 2,0.13 +WWE Survivor Series,0.13 +NightCaster,0.13 +Disney Sports Skateboarding,0.13 +No Fear Downhill Mountain Biking,0.13 +Teenage Mutant Ninja Turtles: Arcade Attack,0.13 +Victorious: Time to Shine,0.13 +Portal Runner,0.13 +Operation Abyss: New Tokyo Legacy,0.13 +Disney's Kim Possible: Kimmunicator,0.13 +Valhalla Knights: Eldar Saga,0.13 +Left Brain Right Brain 2,0.13 +Warcraft III: Reign of Chaos,0.13 +Lovely Lisa and Friends,0.13 +Little Battlers eXperience: Wars,0.13 +The Flintstones: Bedrock Bowling,0.13 +Last Ranker,0.13 +Otogi: Myth of Demons,0.13 +Apex,0.13 +Kiniro no Corda 3,0.13 +Petz Puppyz & Kittenz,0.13 +Kurt Warner's Arena Football Unleashed,0.13 +Overlord: Raising Hell,0.13 +Shining Force III,0.13 +Go Play: Circus Star,0.13 +Code Lyoko: Quest for Infinity,0.13 +Rurouni Kenshin: Enjou! Kyoto Rinne,0.13 +Castrol Honda Superbike Racing,0.13 +Rumble Roses XX,0.13 +After Hours Athletes,0.13 +Heatseeker,0.13 +Rugby 2005,0.13 +World Soccer Winning Eleven 2002,0.13 +Medalot 7,0.13 +My Horse & Me: Riding for Gold,0.13 +Medal of Honor: Vanguard,0.13 +Guilty Gear Xrd -Revelator-,0.13 +MotoGP '06,0.13 +Slime MoriMori Dragon Quest 3: Taikaizoku to Shippo Dan,0.13 +Total Immersion Racing,0.13 +City Crisis,0.13 +World Cup Golf: Professional Edition,0.13 +Showtime Championship Boxing,0.13 +Yggdra Union: We'll Never Fight Alone,0.13 +Drakengard 2,0.13 +Smart Boy's Gameroom,0.13 +Super Robot Wars BX,0.13 +Guilty Gear X,0.13 +Wonder World Amusement Park,0.13 +Smash Court Tennis Pro Tournament 2,0.13 +Chuck E. Cheese's Game Room,0.13 +Superman: The Man of Steel,0.13 +Jikkyou Powerful Pro Yakyuu 12 Ketteiban,0.13 +The X Files: Resist or Serve,0.13 +DT Racer,0.13 +MotoGP 3 - Official Game of MotoGP,0.13 +Hulk Hogan's Main Event,0.13 +Steins;Gate 0,0.13 +Grand Knights History,0.13 +Castlevania Chronicles,0.13 +Gray Matter,0.13 +NBA Jam 2000,0.13 +Contra III: The Alien Wars,0.13 +Assassination Classroom: Grand Siege on Kuro-sensei,0.13 +Assault: Retribution,0.13 +Backyard Soccer,0.13 +Academy of Champions: Soccer,0.13 +Sin and Punishment,0.13 +Illusion of Gaia,0.13 +Transformers: War for Cybertron -- Decepticons,0.13 +Zenses: Ocean,0.13 +Sega GT,0.13 +Space Bust-A-Move,0.13 +Hasbro Family Fun Pack,0.13 +SkullMonkeys,0.13 +Grand Kingdom,0.13 +Suikoden: Tsumugareshi Hyakunen no Toki,0.13 +Tom Clancy's Splinter Cell Trilogy,0.13 +Suite PreCure: Melody Collection,0.13 +Actua Tennis,0.13 +In the Hunt,0.13 +Hyperdimension Idol Neptunia PP,0.13 +Harvest Moon DS (jp sales),0.13 +Sally's Salon,0.13 +Bakugan: Battle Trainer,0.13 +Code Geass: Hangyaku no Lelouch - Lost Colors,0.13 +Summon Night: Twin Age,0.13 +Advent Rising,0.13 +Castlevania: Legacy of Darkness,0.13 +Surf Riders,0.13 +Nagano Winter Olympics '98,0.13 +Metal Max 3,0.13 +The Unholy War,0.13 +Real World Golf,0.13 +Shining Soul,0.13 +Momotaro Douchuuki,0.13 +Ultimate Muscle - The Kinnikuman Legacy: Legends vs New Generation,0.13 +Chicken Run,0.13 +Toy Soldiers: War Chest,0.13 +The Sky Crawlers: Innocent Aces,0.13 +Namco Soccer Prime Goal,0.13 +Fatal Inertia,0.13 +Winning Post 5,0.13 +Eternal Poison (JP sales),0.13 +Dragon Ball: Origins,0.13 +Airborne Troops: Countdown to D-Day,0.13 +Dead to Rights: Reckoning,0.13 +The Stronghold Collection,0.13 +Spider-Man: Battle for New York,0.13 +"Holy Invasion of Privacy, Badman! What Did I Do to Deserve This?",0.13 +Shining Wind,0.13 +Brain Assist,0.13 +Shimano Xtreme Fishing,0.13 +Gunstar Heroes,0.13 +Borderlands: Double Game Add-On Pack,0.13 +RPG Maker II,0.13 +RealSports Volleyball,0.13 +Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 1: CR Shinseiki Evangelion,0.13 +Azure Dreams,0.13 +Jissen Pachi-Slot Hisshouhou! Aladdin II Evolution,0.13 +Retro Atari Classics,0.13 +Suzumiya Haruhi no Tomadoi,0.13 +Puppies 3D,0.13 +Aliens in the Attic,0.13 +Tamagotchi no Pichi Pichi Omisecchi,0.13 +Shaman King: Power of Spirit,0.13 +Final Fantasy XI: Rise of the Zilart,0.13 +Shin Megami Tensei: Digital Devil Saga,0.13 +Mystic Ark,0.13 +Soccer Tsuku DS: World Challenge 2010,0.13 +Puzzle de Harvest Moon,0.13 +Makai Kingdom: Chronicles of the Sacred Tome,0.13 +Farming Simulator 2011,0.13 +Aikatsu! 365 Idol Days,0.13 +John Daly's ProStroke Golf,0.13 +Guilty Gear,0.13 +Zoobles! Spring to Life!,0.13 +Naruto Shippuden: Kizuna Drive,0.13 +RedCard 20-03,0.13 +Red Orchestra 2: Heroes of Stalingrad,0.13 +7th Dragon 2020-II,0.13 +Tales of the Heroes: Twin Brave,0.13 +Undead Knights,0.12999999999999998 +Clock Tower: The First Fear,0.12999999999999998 +O.D.T.: Escape... Or Die Trying,0.12999999999999998 +Zen-Nippon Pro Wrestling: Ouja no Kon,0.12999999999999998 +Bomberman Party Edition,0.12999999999999998 +Charm Girls Club: My Fashion Mall,0.12999999999999998 +Ninjatown,0.12999999999999998 +Let's Cheer,0.12999999999999998 +Zubo,0.12999999999999998 +MTV Sports: Pure Ride,0.12999999999999998 +Echo Night,0.12999999999999998 +Littlest Pet Shop: Spring,0.12999999999999998 +Magic: The Gathering - Battlemage,0.12999999999999998 +My Chinese Coach,0.12999999999999998 +Hard Rock Casino,0.12999999999999998 +Colony Wars III: Red Sun,0.12999999999999998 +Looney Tunes: Sheep Raider,0.12999999999999998 +Criticom,0.12999999999999998 +Peter Jacobsen's Golden Tee Golf,0.12999999999999998 +Back At The Barnyard: Slop Bucket Games,0.12999999999999998 +Game Party: Champions,0.12999999999999998 +Magnetica,0.12999999999999998 +Burning Road,0.12999999999999998 +Guardian's Crusade,0.12999999999999998 +Mytran Wars,0.12000000000000002 +Fat Princess: Fistful of Cake,0.12000000000000002 +Hour of Victory,0.12000000000000001 +Conduit 2,0.12000000000000001 +Horse Life,0.12000000000000001 +E.X. Troopers,0.12000000000000001 +Rugby Challenge 3,0.12000000000000001 +Kamen Rider: Battride War II,0.12000000000000001 +Enemy Front,0.12000000000000001 +Stronghold Kingdoms,0.12000000000000001 +Brothers in Arms: Double Time,0.12000000000000001 +Winning Post 7 2010,0.12000000000000001 +Lost in Blue,0.12000000000000001 +Kidz Sports: Crazy Golf,0.12000000000000001 +Twister Mania,0.12000000000000001 +Garfield's Fun Fest,0.12000000000000001 +Adventures to Go!,0.12000000000000001 +Zero Escape: Zero Time Dilemma,0.12000000000000001 +Gravity Rush Remastered,0.12000000000000001 +Sonic Jam,0.12 +Gungnir: Mayari no Gunshin to Eiyuu Sensou,0.12 +Handball 16,0.12 +Sonic Adventure 2,0.12 +High Velocity: Mountain Racing Challenge,0.12 +Chase: Hollywood Stunt Driver,0.12 +Capcom vs. SNK 2: Millionaire Fighting 2001,0.12 +Solitaire & Mahjong,0.12 +Hanagumi Taisen Columns,0.12 +Charm Girls Club: My Perfect Prom,0.12 +Pac 'n Roll,0.12 +Spyborgs,0.12 +Disney's Party,0.12 +Snood,0.12 +Carnage Heart,0.12 +Gundam Memories: Tatakai no Kioku,0.12 +Center Ring Boxing,0.12 +HardBall 5,0.12 +Peggle: Dual Shot,0.12 +Blackwater,0.12 +Gundam Battle Royale,0.12 +The Hardy Boys: Treasure on the Tracks,0.12 +2 Games in 1 Double Pack: Hot Wheels Velocity X / Hot Wheels World Race,0.12 +Slayers,0.12 +Harukanaru Augusta 2: Masters,0.12 +Skate City Heroes,0.12 +Harvest Moon 2 GBC,0.12 +Zenses: Rainforest,0.12 +Little Busters! Converted Edition,0.12 +Deca Sports Extreme,0.12 +4 Game Fun Pack: Monopoly / Boggle / Yahtzee / Battleship,0.12 +Galidor: Defenders of the Outer Dimension,0.12 +Jikkyou Powerful Pro Yakyuu 8 Ketteiban,0.12 +Warhammer: Battle March,0.12 +Power Pro Kun Pocket 14,0.12 +Jikkyou Powerful Pro Yakyuu '95,0.12 +DS Yamamura Misa Suspense: Maiko Kogiku - Kisha Katherine - Sougiya Isa Akashi - Koto ni Maru Hana Sanrin: Kyoto Satujin Jinken File,0.12 +Jikkyou Powerful Major League 2009,0.12 +Super Swing Golf Season 2,0.12 +Super Robot Wars OG Saga: Masou Kishin II - Revelation of Evil God,0.12 +Super Robot Wars OG Saga: Masou Kishin - The Lord of Elemental,0.12 +Girl Time,0.12 +Walt Disney Pictures Presents: The Wild,0.12 +Rocket: Robot on Wheels,0.12 +Gladiator Begins,0.12 +Pokémon: For Ho-Oh the Bells Toll!: Game Boy Advance Video,0.12 +Go! Sudoku,0.12 +Desktop Tower Defense,0.12 +Agatha Christie: The ABC Murders,0.12 +Daikaijyuu Monogatari II,0.12 +King of Colosseum (Red): Shin Nippon x Zen Nippon x Pancrase Disc,0.12 +"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 12: CR Shinseiki Evangelion - Shito, Futatabi",0.12 +Derby Stallion Advance,0.12 +Puella Magi Madoka Magica Portable,0.12 +Puzzle Quest 2,0.12 +All Kamen Rider: Rider Generation,0.12 +Quantum Redshift,0.12 +Dementium II,0.12 +Akuji the Heartless,0.12 +Kidou Senshi Gundam Seed Battle Destiny,0.12 +Raiden IV,0.12 +Wild ARMs 5 (jp sales),0.12 +Kaijuu Busters,0.12 +Brain Quest: Grades 5 & 6,0.12 +"Kilari: Na-san, Mon Meilleur Ami",0.12 +Dancing on Ice,0.12 +Break 'Em All,0.12 +Breakdown,0.12 +Gallop Racer 2000,0.12 +Dance Paradise,0.12 +Crush3D,0.12 +Godzilla Unleashed: Double Smash,0.12 +Cruis'n,0.12 +Rush,0.12 +A.C.E.: Another Century's Episode Portable,0.12 +Self-Defense Training Camp,0.12 +Yamakawa Shuppansha Kanshuu: Shousetsu Nihonshi B,0.12 +Yard Sale Hidden Treasures: Sunnyville,0.12 +Grey's Anatomy: The Video Game,0.12 +Sengoku Cyber: Fujimaru Jigokuhen,0.12 +Yattaman DS: BikkuriDokkiri Daisakusen da Koron,0.12 +Virtua Fighter CG Portrait Series Vol.4: Pai Chan,0.12 +Stolen Song,0.12 +A Witch's Tale,0.12 +Start the Party! Save the World,0.12 +Petz Fantasy: Moonlight Magic,0.12 +BlazBlue: Calamity Trigger Portable,0.12 +Hollywood Squares,0.12 +The God of War Trilogy,0.12 +Calling,0.12 +Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol.10: CR Shinseiki Evangelion: Kiseki no Kachi,0.12 +Futurama,0.12 +Future Tactics: The Uprising,0.12 +ASH: Archaic Sealed Heat,0.12 +Wrath Unleashed,0.12 +SD Gundam G Generation-F.I.F,0.12 +Iridion II,0.12 +Invizimals: The Lost Tribes,0.12 +Crime Killer,0.12 +Diablo II,0.12 +Animal Genius,0.12 +Crash Superpack: Crash Bandicoot 2: N-Tranced / Crash Nitro Kart,0.12 +CSI: Crime Scene Investigation,0.12 +Cory in the House,0.12 +San Goku Shi V,0.12 +Digimon Racing,0.12 +The Clique: Diss and Make Up,0.12 +PixelJunk Monsters Deluxe,0.12 +Saru! Get You! Million Monkeys,0.12 +Tecmo Bowl: Kickoff,0.12 +Voodoo Vince,0.12 +DEATH NOTE: Kira Game,0.12 +Densha De Go! 64,0.12 +Mobile Suit Gundam Side Story: Missing Link,0.12 +NFL QB Club 2001,0.12 +My Farm Around the World,0.12 +Lunar 2: Eternal Blue,0.12 +MLB Inside Pitch 2003,0.12 +UN Squadron,0.12 +The King of Fighters '99,0.12 +Onechanbara: Bikini Zombie Slayers,0.12 +ArmA III,0.12 +Lovely Lisa,0.12 +Mountain Sports,0.12 +Fire ProWrestling,0.12 +Monster Truck Madness,0.12 +Mobil 1 Rally Championship,0.12 +Mahou Shoujo Lyrical Nanoha A's Portable: The Battle of Aces,0.12 +Fate/Extra CCC,0.12 +Uta no * Prince-Sama: All Star,0.12 +Bishoujo Senshi Sailormoon S: Juugai Rantou!? Shuyaku Soudatsusen,0.12 +Major League Baseball 2K8 Fantasy All-Stars,0.12 +Total Overdose: A Gunslinger's Tale in Mexico,0.12 +Mahou Shoujo Lyrical Nanoha A's Portable: The Gears of Destiny,0.12 +Battles of Prince of Persia,0.12 +Lost in Shadow,0.12 +Nippon Daihyou Team no Kantoku ni Narou! Sekaihatsu Soccer RPG,0.12 +Mystery P.I. - Portrait of a Thief,0.12 +Eyeshield 21: Max Devil Power,0.12 +Neopets Petpet Adventures: The Wand of Wishing,0.12 +Armored Core: Verdict Day,0.12 +USA Today Crossword Challenge,0.12 +Atelier Annie: Alchemists of Sera Island,0.12 +Famicom Mini: TwinBee,0.12 +Ultimate Card Games,0.12 +Lunar: Dragon Song,0.12 +Medarot DS: Kabuto / Kuwagata Ver.,0.12 +Ochaken no Heya DS,0.12 +Love Live! School Idol Paradise,0.12 +Fire ProWrestling S: 6Men Scramble,0.12 +Armed and Dangerous,0.12 +The King of Fighters '94,0.12 +Etrian Odyssey V,0.12 +Fallout: Brotherhood of Steel,0.12 +Lost Magic,0.12 +Outlaw Tennis,0.12 +Lost Horizon,0.12 +Mobile Suit Gundam Seed: Rengou vs. Z.A.F.T. Portable,0.12 +Mayhem 3D,0.12 +Naruto Shippuden: Naruto vs. Sasuke,0.12 +Vacation Isle: Beach Party,0.12 +Marvel Trading Card Game,0.12 +Ecco the Dolphin,0.12 +Mugen no Frontier: Super Robot Taisen OG Saga EXCEED,0.12 +Vacation Sports,0.12 +Every Extend Extra,0.12 +Dorabase 2: Nettou Ultra Stadium,0.12 +Battle Arena Toshinden Remix,0.12 +Everybody Dance,0.12 +Ultimate Puzzle Games: Sudoku Edition,0.12 +Medarot 4: Kabuto / Kuwagata Version,0.12 +Earthworm Jim 3D,0.12 +One Piece: Super Grand Battle! X,0.12 +Macross Triangle Frontier,0.12 +FlatOut: Ultimate Carnage,0.12 +Odama,0.11000000000000003 +Revolution X,0.11000000000000001 +Corvette Evolution GT,0.11000000000000001 +Contact,0.11000000000000001 +Olympic Summer Games: Atlanta 1996,0.11000000000000001 +Tron 2.0: Killer App,0.11000000000000001 +Tom Clancy's Ghost Recon: Predator,0.11000000000000001 +Learn Chess,0.11000000000000001 +The Destiny of Zorro,0.11000000000000001 +Squinkies 2: Adventure Mall Surprize!,0.11000000000000001 +Total War: WARHAMMER,0.11000000000000001 +LEGO Rock Raiders,0.11000000000000001 +Aquapazza: Aquaplus Dream Match,0.11000000000000001 +Ridge Racer 2,0.11000000000000001 +Ghost in the Shell,0.11000000000000001 +PictoImage,0.11000000000000001 +My First Dollhouse,0.11000000000000001 +Army Men World War: Team Assault,0.11000000000000001 +3D Tank Warfare Simulator Panzer Front,0.11000000000000001 +Grand Ages: Medieval,0.11000000000000001 +Gretzky NHL,0.11000000000000001 +Vandal Hearts II,0.11000000000000001 +UNO / Skip-Bo / UNO Freefall,0.11000000000000001 +Vanishing Point,0.11000000000000001 +You Don't Know Jack: Mock 2,0.11000000000000001 +Bullet Witch,0.11000000000000001 +Miami Law,0.11000000000000001 +Princess Debut,0.11000000000000001 +Shellshock,0.11000000000000001 +Gekido,0.11000000000000001 +The Story of Noah's Ark,0.11000000000000001 +Winning Post 7 2012,0.11000000000000001 +Gouketuji Ichizoku 2: Chottodake Saikyou Densetsu,0.11000000000000001 +Micro Machines V3,0.11000000000000001 +Imagine: Soccer Captain,0.11000000000000001 +Gallop Racer 2006,0.11000000000000001 +Urban Chaos,0.11000000000000001 +Funky Barn,0.11 +D,0.11 +Princess Isabella: A Witch's Curse,0.11 +Mega Man Battle Network 5: Double Team DS (JP sales),0.11 +F1 Racing Championship,0.11 +Virtual Hydlide,0.11 +Michael Phelps: Push the Limit,0.11 +Mega Man Battle Chip Challenge,0.11 +Carmen Sandiego: The Secret of the Stolen Drums,0.11 +Lady Sia,0.11 +NHL Powerplay '96,0.11 +Nuclear Strike 64,0.11 +Tecmo Super Bowl,0.11 +Cold Winter,0.11 +Famicom Mini: Famicom Tantei Club - Kieta Koukeisha Zenkouhen,0.11 +LEGO Knights' Kingdom,0.11 +Super Run For Money Tousouchuu Atsumare! Saikyou no Tousou Monotachi,0.11 +Kotoba no Puzzle: Mojipittan Daijiten,0.11 +Kousoku Card Battle: Card Hero,0.11 +Tetris Evolution,0.11 +Machinarium,0.11 +Bust-A-Move DS,0.11 +V-Rally 3,0.11 +Project: Horned Owl,0.11 +World Championship Rugby,0.11 +Nodame Cantabile,0.11 +Project Setsuna,0.11 +My Boyfriend,0.11 +Irozuki Tingle no Koi no Balloon Trip,0.11 +Kouchuu Ouja Mushi King: Super Collection,0.11 +Phantasy Star Collection,0.11 +Mechanic Master,0.11 +Busou Shinki: Battle Masters Mk. 2,0.11 +The Cheetah Girls: Pop Star Sensations,0.11 +Turbo: Super Stunt Squad,0.11 +Hexen: Beyond Heretic,0.11 +Growlanser Generations,0.11 +DualPenSports,0.11 +The Settlers,0.11 +Pocket Pets,0.11 +Family Fun Football,0.11 +JU-ON: The Grudge,0.11 +AKB48+Me,0.11 +Nightshade,0.11 +GT Advance 2: Rally Racing,0.11 +Thousand Arms,0.11 +Goal Storm '97,0.11 +Cake Mania,0.11 +NCIS 3D,0.11 +My SAT Coach with The Princeton Review,0.11 +Jake Hunter Detective Story: Memories of the Past,0.11 +Nobunaga's Ambition: Sphere of Influence - Sengoku Risshiden,0.11 +Sega Touring Car Championship,0.11 +Hole in the Wall: Deluxe Edition,0.11 +Romance of the Three Kingdoms XII,0.11 +Tournament Pool,0.11 +World Snooker Championship 2007,0.11 +Ping Pals,0.11 +Batman & Robin,0.11 +Tokimeki Memorial: Girl's Side 2nd Season,0.11 +FabStyle,0.11 +PriPara Mezase! Idol Grand Prix No.1!,0.11 +Pimp My Ride: Street Racing,0.11 +Pocket Soccer League: Calciobit,0.11 +My Little Sister Can't Be This Cute Portable,0.11 +Rocky Balboa,0.11 +Picross 3D 2,0.11 +Yu Yu Hakusho: Tournament Tactics,0.11 +Utawarerumono: Chiriyukusha e no Komoriuta,0.11 +International Track & Field 2000,0.11 +Rugrats: Totally Angelica,0.11 +ToeJam & Earl III: Mission to Earth,0.11 +Dreamer Series: Top Model,0.11 +Primal Rage,0.11 +Doukoku Shoshite...,0.11 +J-League Winning Eleven 9: Asia Championship,0.11 +InuYasha: A Feudal Fairy Tale,0.11 +Go! Sudoku (JP sales),0.11 +Shining Force NEO,0.11 +Hyperdimension Neptunia Re;Birth 3,0.11 +Shining Ark,0.11 +Die Hard: Vendetta,0.11 +Hyper Formation Soccer,0.11 +Home Run King,0.11 +Shin Sangoku Musou: Multi Raid 2,0.11 +Higurashi no Naku Koro ni Matsuri,0.11 +Shin Sangoku Musou 6 Special,0.11 +Digimon World DS,0.11 +DOA 2: Dead or Alive 2 Hardcore,0.11 +Silly Bandz: Play The Craze,0.11 +Mushroom Men: Rise of the Fungi,0.11 +Brunswick Circuit Pro Bowling 2,0.11 +Song of the Deep,0.11 +Soma Bringer,0.11 +Jupiter Strike,0.11 +ECW Anarchy Rulz,0.11 +Dead Man's Hand,0.11 +Snowboard Kids 2,0.11 +Snood 2: On Vacation,0.11 +Tonic Trouble,0.11 +Tales of Phantasia (PS1 & PSP Versions),0.11 +Kamen Rider: Climax Heroes,0.11 +Mobile Suit Gundam: MS Sensen 0079,0.11 +Smash Cars,0.11 +Kamen Rider: Dragon Knight,0.11 +Fatal Frame: Maiden of Black Water,0.11 +Black Bass with Blue Marlin,0.11 +Dragon Ball Z Super Gokuden: Kakusei-Hen,0.11 +Sakura Taisen Hanagumi Tsuushin,0.11 +Dragon Quest & Final Fantasy in Itadaki Street Portable,0.11 +"Grand Theft Auto: Mission Pack #1, London 1969",0.11 +Panzer Dragoon Saga,0.11 +Naruto Ultimate Collection,0.11 +Cats & Dogs: The Revenge of Kitty Galore,0.11 +Winter Heat,0.11 +The Hardy Boys: The Hidden Theft,0.11 +Tyco RC: Assault with a Battery,0.11 +Breakout,0.11 +Martian Gothic: Unification,0.11 +Chameleon Twist,0.11 +Railroad Tycoon II,0.11 +Final Fantasy I & II,0.11 +Taiko Drum Master: Tokumori!,0.11 +Darkspore,0.11 +Melty Blood: Act Cadenza,0.11 +Trauma Center: Under the Knife 2,0.11 +Top Gear Rally 2,0.11 +Dynasty Warriors Advance,0.11 +Just In Time Translations,0.11 +Felony 11-79,0.11 +Ranma 1/2: Akanekodan Teki Hihou,0.11 +Kirarin * Revolution: Kira Kira Idol Audition,0.11 +Raven Squad: Operation Hidden Dagger,0.11 +Fighting Force 64,0.11 +HOP,0.11 +The King of Fighters '98 Ultimate Match,0.11 +Pachi-Slot Aruze Oukoku 3,0.11 +Monster Madness: Battle for Suburbia,0.11 +Gem Quest: 4 Elements,0.11 +Barbie and Her Sisters Puppy Rescue,0.11 +Freestyle Metal X,0.11 +MegaTagmension Blanc + Neptune VS Zombies,0.11 +Sudokuro,0.11 +Pac-Man Pinball Advance,0.11 +Chopper Attack,0.11 +Brave Story: New Traveler (US sales),0.11 +Fairy Tail: Portable Guild,0.11 +Disney's Peter Pan: Return to Never Land,0.11 +Brave: A Warrior's Tale,0.11 +XXX,0.11 +Digimon Digital Card Battle,0.11 +Mobile Suit Gundam Age: Universe Accel / Cosmic Drive,0.11 +Murakumo: Renegade Mech Pursuit,0.11 +NBA Jam 2002,0.11 +Death Jr.: Root of Evil,0.11 +Dragon's Dogma Online,0.11 +Stronghold,0.11 +18 Wheels of Steel: Extreme Trucker 2,0.11 +Zangeki no Reginleiv,0.11 +GiFTPiA,0.11 +Contra Advance: The Alien Wars EX,0.11 +Jikkyou Powerful Pro Yakyuu 13 Ketteiban,0.11 +Disney Channel Collection Vol. 1,0.11 +Heart Catch PreCure! Oshare Collection,0.11 +Ring of Red,0.11 +Sabrina The Teenage Witch: Potion Commotion,0.11 +Frontier Gate,0.11 +FoxKids.com Micro Maniacs Racing,0.11 +Yuusha no Kuse ni Namaikida Or 3D,0.11 +Petz Fashion: Dogz & Catz,0.11 +Woody Woodpecker Racing,0.11 +Maximum Force,0.11 +Deca Sports DS,0.11 +Touch Detective 2 1/2,0.11 +Transformers: Beast Wars Transmetals,0.11 +Virtua Fighter CG Portrait Series Vol.1: Sarah Bryant,0.11 +Hello Kitty: Roller Rescue,0.11 +Langrisser IV,0.11 +Help Wanted: 50 Wacky Jobs,0.11 +Gabrielle's Ghostly Groove 3D,0.11 +Master of the Monster Lair,0.11 +Lunacy,0.11 +Guitar Rock Tour,0.11 +Rengoku: The Tower of Purgatory,0.11 +BoomBots,0.11 +Naruto Shippuden 3D: The New Era,0.11 +Tales of the World: Reve Unitia,0.11 +WireWay,0.11 +Mega Man Zero 4,0.11 +American Girl: Julie Finds a Way,0.11 +Makai Shin Trillion,0.11 +ATV: Quad Frenzy,0.11 +Paws & Claws Pet Vet: Australian Adventures,0.11 +Daito Giken Koushiki Pachi-Slot Simulator: Hihouden,0.11 +Queen's Blade: Spiral Chaos,0.11 +Saigo no Yakusoku no Monogatari,0.11 +Arcade Party Pak,0.11 +Ultimate Mortal Kombat,0.11 +The Godfather: Mob Wars,0.11 +Metal Gear Solid Integral,0.11 +Victory Zone,0.11 +Retro Game Challenge,0.11 +Puzzler World 2,0.11 +Barbie in The 12 Dancing Princesses,0.11 +Fabulous Finds,0.11 +Final Fantasy XII International Zodiac Job System,0.11 +Mass Destruction,0.11 +Penguins of Madagascar,0.11 +Fallout 3 Game Add-On Pack: The Pitt and Operation: Anchorage,0.10999999999999999 +ESPN International Winter Sports 2002,0.10999999999999999 +Universe at War: Earth Assault,0.10999999999999999 +KORG DS-10 Synthesizer Plus,0.10999999999999999 +Family Party: 30 Great Games,0.10999999999999999 +Battle vs. Chess,0.10999999999999999 +Age of Empires II: The Age of Kings,0.10999999999999999 +Top Gun,0.10999999999999999 +Motocross Mania 3,0.10999999999999999 +Obscure,0.10999999999999999 +Yu-Gi-Oh! 5D's Wheelie Breakers,0.10999999999999999 +Exit DS,0.10999999999999999 +Army Corps of Hell,0.10999999999999999 +Monopoly Collection,0.10000000000000002 +Dungeons,0.10000000000000002 +Agatha Christie: Evil Under the Sun,0.10000000000000002 +Thomas & Friends: Hero of the Rails,0.10000000000000002 +Etrian Odyssey 2 Untold: Knight of Fafnir,0.10000000000000002 +Raiden Fighters Aces,0.1 +Brain Age: Concentration Training,0.1 +"Sakura Wars 2: Kimi, Shinitamou koto Nakare",0.1 +Tales of Innocence R,0.1 +Derby Jockey 2,0.1 +TNA iMPACT: Cross the Line,0.1 +Real Bout Garou Densetsu,0.1 +Fatal Frame 2: Wii Edition,0.1 +Naruto Shippuden: Gekito Ninja Taisen! EX,0.1 +Wizardry VI: Bane of the Cosmic Forge,0.1 +Battle Fantasia,0.1 +Sword & Sorcery,0.1 +Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Ossu! Banchou - Yoshimune DS,0.1 +Darius Gaiden,0.1 +Blue Stinger,0.1 +Power Pocket Koushien,0.1 +Populous: The Beginning,0.1 +Field & Stream: Total Outdoorsman Challenge,0.1 +Rapid Reload,0.1 +Darkest of Days,0.1 +PopStar Guitar,0.1 +Kirarin * Revolution: Tsukutte Misechao! Kime * Kira Stage,0.1 +Populous DS,0.1 +Taiko no Tatsujin: V Version,0.1 +Kabushiki Baibai Trainer: Kabutore!,0.1 +Beaterator,0.1 +AirForce Delta Strike,0.1 +Kirarin * Revolution: Mezase! Idol Queen,0.1 +Fate/hollow ataraxia,0.1 +Fighting Fantasy: The Warlock of Firetop Mountain,0.1 +Wild ARMs: Alter Code F,0.1 +Naval Ops: Warship Gunner,0.1 +Inazuma Eleven GO Strikers 2013,0.1 +Neo Atlas,0.1 +Weiss Schwarz Portable,0.1 +Retro Game Challenge (US sales),0.1 +Culdcept DS,0.1 +Tennis no Oji-Sama: Motto Gakuensai no Ouji-Sama - More Sweet Edition,0.1 +Ninja Assault,0.1 +Famicom Mini: Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo Zenkouhen,0.1 +SD Gundam: Gashapon Wars,0.1 +Romance of the Three Kingdoms 13,0.1 +Unchained Blades,0.1 +Kidou Senshi Gundam UC,0.1 +Jambo! Safari Animal Rescue,0.1 +Nihon Keizai Shinbunsha Kanshuu: Shiranai Mamade wa Son o Suru Mono ya Okane no Shikumi DS,0.1 +Initial D: Street Stage,0.1 +Rosco McQueen: Firefighter Extreme,0.1 +Kiku! Kaku! Kotoba o Fuyasu! Hajimete no Eigo Training,0.1 +Boku no Natsuyasumi Portable: Mushi Mushi Hakase to Teppen-yama no Himitsu!!,0.1 +Medieval II: Total War,0.1 +Gokuhou!! Mecha Mote Iinchou: MM Town de Miracle Change!,0.1 +Driver: Renegade,0.1 +Rygar: The Battle of Argus,0.1 +World Stadium 5,0.1 +Pro Yakyuu Famista DS,0.1 +Bogey: Dead 6,0.1 +Pro Yakyuu Famista DS 2009,0.1 +Jampack Volume 14 (RP-T),0.1 +Ultimate Muscle - The Kinnikuman Legacy: The Path of the Superhero,0.1 +Ivy the Kiwi?,0.1 +Ride to Hell,0.1 +DaGeDar,0.1 +Derby Stallion P,0.1 +Alien Monster Bowling League,0.1 +Tatsunoko vs. Capcom: Cross Generation of Heroes,0.1 +Max & the Magic Marker,0.1 +International Superstar Soccer 64 (weekly JP sales),0.1 +Wordmaster,0.1 +DS Kageyama Method: Dennou Hanpuku - Tadashii Kanji Kakitori-Kun,0.1 +Kenka Bancho Bros: Tokyo Battle Royale,0.1 +NHL Legacy,0.1 +Creeper World 3: Arc Eternal,0.1 +Super Robot Taisen OG Saga: Masou Kishin III - Pride of Justice,0.1 +Project Hacker: Kakusei,0.1 +Project FIFA World Cup,0.1 +Galactic Taz Ball,0.1 +NHL Rivals 2004,0.1 +Bloody Roar 4,0.1 +Banjo-Pilot,0.1 +Yu-Gi-Oh! GX: The Beginning of Destiny (US sales),0.1 +Shining Force EXA,0.1 +Shining Tears,0.1 +Phantom Dust,0.1 +Utawarerumono: Futari no Hakuoro,0.1 +X-COM: UFO Defense,0.1 +Shockwave Assault,0.1 +Shox,0.1 +Ballistic: Ecks vs. Sever,0.1 +Henry Hatsworth in the Puzzling Adventure,0.1 +Lara Croft and the Temple of Osiris,0.1 +Cartoon Network: Punch Time Explosion,0.1 +Aqua Aqua,0.1 +Valentino Rossi: The Game,0.1 +Full Spectrum Warrior: Ten Hammers,0.1 +Higurashi no Nakukoru ni Kizuna: Dai-Ni-Kan - Sou,0.1 +G1 Jockey 3,0.1 +Pillow Pets,0.1 +Shadow Tower,0.1 +Cake Mania: Main Street,0.1 +Mickey's Speedway USA (weekly JP sales),0.1 +Machi-Ing Maker 3 x Tousouchuu,0.1 +Serious Sam: Next Encounter,0.1 +Titanic Mystery,0.1 +Digimon Story: Lost Evolution,0.1 +Digimon Story: Super Xros Wars Blue/Red,0.1 +Bleach: Dark Souls (JP sales),0.1 +Toaru Majutsu no Index,0.1 +Uta no Prince-Sama: Music,0.1 +Football Director DS,0.1 +Shin Megami Tensei,0.1 +Hitman Trilogy,0.1 +L'Aigle de Guerre,0.1 +Doko Demo Issho,0.1 +Viewtiful Joe: Double Trouble!,0.1 +Cocoto Kart Racer,0.1 +The King of Fighters 2000/2001,0.1 +Sol Trigger,0.1 +The King of Fighters: Dream Match 1999,0.1 +Ar tonelico: Melody of Elemia,0.1 +Choujikuu Yousai Macross: Ai Oboete Imasu ka,0.1 +Atsumare! Power Pro Kun no DS Koushien,0.1 +Championship Foosball,0.1 +Disney's The Jungle Book,0.1 +Centipede: Infestation,0.1 +Top Angler: Real Bass Fishing,0.1 +Spectral Force Genesis,0.1 +Hakuouki Portable,0.1 +Chess,0.1 +Outlaw Golf: Nine Holes of Christmas,0.1 +Hail to the Chimp,0.1 +Ennichi no Tatsujin,0.1 +Ciel Nosurge: Ushinawareta Hoshi e Sasagu Uta,0.1 +Disney's Aladdin in Nasira's Revenge,0.1 +Gun Metal,0.1 +Spy vs Spy,0.1 +Penguin no Mondai: The World,0.1 +Luminous Arc 2 (JP sales),0.1 +Castlevania Double Pack,0.1 +The Legend of Heroes: Trails in the Sky Third Chapter,0.1 +SingStar Guitar,0.1 +GunGriffon Blaze,0.1 +Line Rider 2: Unbound,0.1 +Lucky * Star: Ryouou Gakuen Outousai,0.1 +Harvest Moon DS Cute (jp sales),0.1 +Zero4 Champ RR-Z,0.1 +The Golf Club,0.1 +Mobile Light Force 2,0.1 +Let's Ride! Silver Buckle Stables,0.1 +Earth Defense Force 2025.1: The Shadow of New Despair,0.1 +XGRA: Extreme G Racing Association,0.1 +Fishing Master World Tour,0.1 +Digimon Adventure,0.1 +Gradius V,0.1 +Time Travelers,0.1 +Stubbs the Zombie in Rebel Without a Pulse,0.1 +The Book of Unwritten Tales,0.1 +Blitz: Overtime,0.1 +Dynasty Tactics 2,0.1 +Samurai Warriors Chronicles 2nd,0.1 +ESPN NBA 2Night,0.1 +I Love Puppies,0.1 +Macross 30: Ginga o Tsunagu Utagoe,0.1 +Xiaolin Showdown,0.1 +Idol Janshi Suchie-Pai Remix,0.1 +ReCore,0.09999999999999999 +May's Mystery: Forbidden Memories,0.09999999999999999 +Hannspree Ten Kate Honda: SBK Superbike World Championship,0.09999999999999999 +Escape From Monkey Island,0.09999999999999999 +GT64 Championship Edition,0.09999999999999999 +Virtual Pro Wrestling,0.09999999999999999 +Global Touring Challenge: Africa,0.09999999999999999 +Touch Mechanic,0.09999999999999999 +EyeToy: Operation Spy,0.09999999999999999 +Pajama Sam: Don't Fear The Dark,0.09999999999999999 +Dragonseeds,0.09999999999999999 +Mind Quiz,0.09999999999999999 +USA Today Puzzle Craze,0.09999999999999999 +King's Field: The Ancient City,0.09999999999999999 +Descent Maximum,0.09999999999999999 +Metal Slug 3,0.09999999999999999 +DJ Max Fever,0.09999999999999999 +Beach Spikers: Virtua Beach Volleyball,0.09999999999999999 +The History Channel: Civil War - Secret Missions,0.09999999999999999 +Milo's Astro Lanes,0.09999999999999999 +Water Sports,0.09999999999999999 +Virtual Pool 64,0.09999999999999999 +Patapon 2,0.09999999999999999 +Guilty Gear Isuka,0.09999999999999999 +Dungeons & Dragons Tactics,0.09999999999999999 +Gravity Games Bike: Street Vert Dirt,0.09999999999999999 +Petz Hamsterz Superstarz,0.09999999999999999 +Murder in Venice,0.09999999999999999 +EA Replay,0.09999999999999999 +The Whispered World,0.09999999999999999 +Dora & Kai-Lan's Pet Shelter,0.09999999999999999 +"Warhammer 40,000: Dawn of War II - Chaos Rising",0.09999999999999999 +Brooktown High: Senior Year,0.09999999999999999 +Dragon Ball: Evolution,0.09999999999999999 +Aidyn Chronicles: The First Mage,0.09999999999999999 +Harvest Moon: Frantic Farming,0.09999999999999999 +Nancy Drew: The Model Mysteries,0.09999999999999999 +Draglade,0.09999999999999999 +Who Wants to Be A Millionaire?,0.09999999999999999 +Pariah,0.09999999999999999 +Death By Degrees,0.09999999999999999 +Blast Chamber,0.09999999999999999 +Opoona,0.09999999999999999 +Option Tuning Car Battle,0.09999999999999999 +System Flaw,0.09999999999999999 +Dora's Cooking Club,0.09999999999999999 +EyeCreate,0.09999999999999999 +Johnny Bravo in The Hukka-Mega-Mighty-Ultra-Extreme Date-O-Rama,0.09999999999999999 +Touch Detective,0.09999999999999999 +Indy Racing 2000,0.09999999999999999 +"Blast Works: Build, Trade, Destroy",0.09999999999999999 +Red Bull BC One,0.09999999999999999 +MotoGP 07,0.09999999999999999 +Sudoku Mania,0.09999999999999999 +Math Blaster in the Prime Adventure,0.09999999999999999 +Crime Crackers,0.09999999999999999 +The Land Before Time: Great Valley Racing Adventure,0.09999999999999999 +ESA Game Pack,0.09999999999999999 +Watchmen: The End is Nigh Part 1 & 2,0.09999999999999999 +SNK vs. Capcom Card Fighters DS,0.09999999999999999 +Flying Dragon,0.09999999999999999 +UFC: Tapout 2,0.09999999999999999 +Lode Runner 3-D,0.09999999999999999 +Rome: Total War,0.09999999999999999 +F1 Career Challenge,0.09999999999999999 +Mystery Stories: Curse of the Ancient Spirits,0.09999999999999999 +Monster Rancher EVO,0.09999999999999999 +Universal Studios Theme Parks Adventure,0.09999999999999999 +The King of Fighters 02/03,0.09999999999999999 +Bujingai: The Forsaken City,0.09999999999999999 +E·O·E: Eve of Extinction,0.09999999999999999 +King of Clubs: Mini Golf,0.09999999999999999 +InuYasha: Secret of the Divine Jewel,0.09999999999999999 +thinkSMART,0.09999999999999999 +Monkey Mischief! Party Time,0.09999999999999999 +Jade Cocoon 2,0.09999999999999999 +Hot Wheels Ultimate Racing,0.09999999999999999 +Imagine: Reporter,0.09999999999999999 +Rolling Stone: Drum King,0.09999999999999999 +My Healthy Cooking Coach,0.09999999999999999 +Championship Pony,0.09999999999999999 +Fifi and the Flowertots,0.09999999999999999 +SNK vs. Capcom: SVC Chaos,0.09999999999999999 +Baten Kaitos Origins,0.09999999999999999 +Dropship: United Peace Force,0.09999999999999999 +NBA Ballers: Rebound,0.09999999999999999 +NASCAR,0.09999999999999999 +Cubic Ninja,0.09999999999999999 +Shadow Master,0.09999999999999999 +Crysis: Maximum Edition,0.09000000000000001 +Game Hits!,0.09000000000000001 +Ikaruga,0.09000000000000001 +Kawasaki Quad Bikes,0.09000000000000001 +F.E.A.R. Files,0.09000000000000001 +Dream C Club,0.09000000000000001 +Silent Scope Complete,0.09000000000000001 +Black & White 2,0.09000000000000001 +Kung Fu Panda: Legendary Warriors,0.09000000000000001 +Mahjong Cub3D,0.09000000000000001 +MotoGP 2,0.09000000000000001 +Barbie and the Magic of Pegasus,0.09000000000000001 +SingStar Apres-Ski Party 2,0.09000000000000001 +The Revenge of Shinobi,0.09000000000000001 +Destiny: The Collection,0.09000000000000001 +Whacked!,0.09000000000000001 +Top Gun: Firestorm Advance,0.09000000000000001 +SingStar: Made In Germany,0.09000000000000001 +Counter-Strike: Source,0.09000000000000001 +Disney Art Academy,0.09000000000000001 +Bomberman Max 2: Blue Advance,0.09000000000000001 +Import Tuner Challenge (American sales),0.09000000000000001 +Crash Boom Bang!,0.09000000000000001 +Mimana Iyar Chronicle,0.09000000000000001 +Golden Nugget 64,0.09000000000000001 +Ninja Gaiden Black,0.09000000000000001 +Transworld Snowboarding,0.09000000000000001 +Sneakers,0.09000000000000001 +Robotron 64,0.09000000000000001 +Junior Mystery Quest,0.09000000000000001 +My Stop Smoking Coach: Allen Carr's EasyWay,0.09000000000000001 +Altered Beast: Guardian of the Realms,0.09000000000000001 +Mana Khemia: Student Alliance,0.09000000000000001 +Tom Clancy's Classic Trilogy,0.09000000000000001 +V-Rally Edition 99,0.09000000000000001 +New Legends,0.09000000000000001 +Exhibition Volume 03,0.09000000000000001 +The Sims 2: Apartment Life,0.09000000000000001 +Angry Birds: Rio,0.09000000000000001 +Sound Novel Machi,0.09 +Reading Training,0.09 +Momu-chan Diet Wii: Figurobics by Chon Dayon,0.09 +Hakuoki: Demon of the Fleeting Blossom,0.09 +Skies of Arcadia,0.09 +U-Sing 2,0.09 +Wing Commander IV: The Price of Freedom,0.09 +Ski and Shoot,0.09 +ZhuZhu Babies,0.09 +Charm Girls Club: My Fashion Show,0.09 +Sitting Ducks,0.09 +Tabi no Yubisashi Kaiwachou DS: DS Series 4 America,0.09 +Ratchet & Clank Future: Quest for Booty,0.09 +Charlotte's Web,0.09 +Chou Jigen Game Neptune Mk-II,0.09 +Action Man-Operation Extreme,0.09 +Just Dance Wii U,0.09 +Samurai Shodown Sen,0.09 +Brigandine: The Legend of Forsena,0.09 +BIT.TRIP COMPLETE,0.09 +Hakuouki: Zuisouroku Portable,0.09 +Wreckin Crew,0.09 +Gem Smashers,0.09 +Spectral Force 3,0.09 +Sloane to MacHale no Nazo no Monogatari 2,0.09 +X Rebirth,0.09 +Winning Post 6,0.09 +Slayers Royal,0.09 +Winter Sports 3: The Great Tournament,0.09 +Metal Fight Beyblade,0.09 +echochrome,0.09 +Sotsugyou Crossworld,0.09 +1 vs. 100,0.09 +Zoids Assault,0.09 +101-in-1 Sports Megamix,0.09 +Winning Post 8,0.09 +Naruto Shippuden: Gekito Ninja Taisen! EX 2,0.09 +Remington Super Slam Hunting: Alaska,0.09 +Naruto RPG 3: Rejiuu vs Konoha Shoutai,0.09 +FIFA 2001: Major League Soccer,0.09 +Resident Evil Chronicles HD,0.09 +Combat Elite: WWII Paratroopers,0.09 +Build 'n Race,0.09 +Shin Ken to Mah? to Gakuenmono. Toki no Gakuen,0.09 +Ys I & II Chronicles,0.09 +Dream Day: Wedding Destinations,0.09 +Ys VIII: Lacrimosa of Dana,0.09 +Hyperdimension Neptunia Re;Birth 2,0.09 +Sega Casino,0.09 +Shin Megami Tensei: Devil Summoner - Raidou Kuzunoha vs. The Soulless Army,0.09 +My Make-Up,0.09 +Midnight Play! Pack,0.09 +Star Wars: Empire at War,0.09 +Go Play: City Sports,0.09 +Rollcage Stage II,0.09 +Glory Days 2,0.09 +Captain Morgane and the Golden Turtle,0.09 +Tunnel B1,0.09 +Captain Tsubasa: Aratanaru Densetsu Joshou,0.09 +Cardfight!! Vanguard: Ride to Victory,0.09 +Shin Hayarigami,0.09 +El Tigre: The Adventures of Manny Rivera,0.09 +Super Robot Taisen MX Portable,0.09 +Seven: Molmorth no Kiheitai,0.09 +Miami Nights: Singles in the City,0.09 +Iron Man / X-O Manowar in Heavy Metal,0.09 +NERF N-Strike: Double Blast Bundle,0.09 +SD Gundam G Generation DS,0.09 +GripShift,0.09 +Famicom Mini: Mappy,0.09 +Great Party Games,0.09 +ESPN NFL Primetime 2002,0.09 +Egg Monster Hero,0.09 +Rugby League Live 3,0.09 +Running Wild,0.09 +Metal Slug X,0.09 +Invasion From Beyond,0.09 +Family GameShow,0.09 +N+,0.09 +Crimson Sea,0.09 +Steel Battalion,0.09 +Dreamer Series: Teacher,0.09 +Million God,0.09 +Super Robot Taisen OG Saga: Endless Frontier,0.09 +Dragon Tales: Dragon Seek,0.09 +Mission Runway,0.09 +"Saiyuuki: Kinkaku, Ginkaku no Inbou",0.09 +Clockwork Knight,0.09 +Sushi Academy,0.09 +Corpse Party: Blood Covered - Repeated Fear,0.09 +Sushi Go-Round,0.09 +Jikkyou Powerful Pro Yakyuu 9 Ketteiban,0.09 +IHRA Drag Racing: Sportsman Edition,0.09 +Return Fire,0.09 +Summon Night 6: Lost Borders,0.09 +Crayon Shin-Chan Shokkugan! Densetsu o Yobu Omake Daiketsusen!!,0.09 +Castlevania Dracula X,0.09 +Gormiti: The Lords of Nature!,0.09 +Nano Assault,0.09 +Jikkyou Powerful Pro Yakyuu Portable 2,0.09 +Harvest Moon: Boy & Girl,0.09 +Atari Classics Evolved,0.09 +Sudoku Ball Detective,0.09 +The Weakest Link,0.09 +Worms: A Space Oddity,0.09 +Bakugan: Rise of the Resistance,0.09 +World Cup '98 France: Road to Win,0.09 +World Championship Games: A Track & Field Event,0.09 +Cyberia,0.09 +My English Coach: Para Hispanoparlantes,0.09 +Carnival Games: Wild West 3D,0.09 +Star Trek: Tactical Assault,0.09 +World Championship Pool 2004,0.09 +Robotron X,0.09 +Strider 2,0.09 +Roary the Racing Car,0.09 +Hello Kitty's Cube Frenzy,0.09 +Mugen Keitai Disgaea,0.09 +Sidewinder Max,0.09 +Codename Tenka,0.09 +Brothers in Arms: Furious 4,0.09 +Age of Mythology,0.09 +Dragon's Lair 3D: Return to the Lair,0.09 +Jikkyou Powerful Pro Yakyuu 14 Ketteiban,0.09 +Jikkyou Powerful Pro Yakyuu 2000 Ketteiban,0.09 +Saikyou Habu Shogi,0.09 +Girls und Panzer: I Will Master Tankery,0.09 +Evangelion: Jo,0.09 +Uta no Prince-Sama: Debut,0.09 +Karaoke Joysound Wii DX,0.09 +Blue Dragon: Awakened Shadow,0.09 +Ultra Street Fighter IV,0.09 +Ochaken no Heya DS 2,0.09 +Digimon World: Next Order,0.09 +Legend of the Dragon,0.09 +Digimon World Re:Digitize Decode,0.09 +Detective Conan: Prelude from the Past,0.09 +Dragon Ball Kai: Ultimate Butouden,0.09 +Quiz Magic Academy DS: Futatsu no Jikuu Koku,0.09 +Pokemon Rumble World,0.09 +Ultimate Card Games DS,0.09 +The Legend of Heroes: A Tear of Vermillion,0.09 +Archer Maclean Presents: Pool Paradise,0.09 +Battlefield 2,0.09 +Kurikin: Nano Island Story,0.09 +King's Field (Japan),0.09 +The Sims 2: Ikea Home Stuff,0.09 +Nobunaga's Ambition: Sphere of Influence,0.09 +Lethal Enforcers,0.09 +Power Stone Collection,0.09 +Unou no Tatsujin: Soukai! Machigai Museum 2,0.09 +Blades of Blood: Samurai Shodown III,0.09 +Nikoli's Pencil Puzzle,0.09 +Mad Dog McCree: Gunslinger Pack,0.09 +Last Rebellion,0.09 +Disgaea Infinite,0.09 +Blood: The Last Vampire (Joukan),0.09 +Puchi Puchi Virus,0.09 +America's Army: True Soldiers,0.09 +The $1 Pyramid,0.09 +MLB Superstars,0.09 +Phantom Brave: The Hermuda Triangle,0.09 +Blood of Bahamut,0.09 +Ojyousama Express,0.09 +Forever Kingdom,0.09 +No More Heroes: Red Zone,0.09 +MLB 2K9 Fantasy All-Stars,0.09 +Uta no Prince-Sama: Music 2,0.09 +Biker Mice From Mars,0.09 +Ultimate Ghosts 'n Goblins,0.09 +Petz: Saddle Club,0.09 +Kenka Banchou 2: Full Throttle,0.09 +Team Elimination Games,0.09 +Virtua Fighter CG Portrait Series Vol.3: Akira Yuki,0.09 +Taiko no Tatsujin: Don Don! Mystery Adventure,0.09 +L: the proLogue to DEATH NOTE - Rasen no Wana,0.09 +Fullmetal Alchemist: Dual Sympathy,0.09 +Langrisser V: The End of Legend,0.09 +Porsche Challenge,0.09 +Lilie no Atelier: Salburg no Renkinjutsushi 3,0.09 +Terranigma,0.09 +Fresh PreCure! Asobi Collection,0.09 +Warriors Orochi 3 Hyper,0.09 +"Prinny 2: Dawn of Operation Panties, Dood!",0.09 +Prinny: Can I Really Be the Hero?,0.09 +Lock's Quest,0.09 +Ouchi Mainichi Tamagotchi,0.09 +The King of Fighters '98: Dream Match Never Ends,0.09 +Bleach: Heat the Soul 6,0.09 +Koudelka,0.09 +OutRun 2006: Coast 2 Coast,0.09 +Frantix,0.09 +Puzzle Chronicles,0.09 +Puyo Pop Fever (JP sales),0.09 +Def Jam Fight For NY: The Takeover,0.09 +Playmobil Circus,0.09 +Playmobil Pirates,0.09 +Death Jr. and the Science Fair of Doom,0.09 +The Idolmaster: Platinum Stars,0.09 +Wildlife Park 3,0.09 +Pro Yakyuu Greatest Nine 98,0.09 +Demon Chaos,0.09 +Doraemon: Nobita to Midori no Kyojinden DS,0.09 +Brain Voyage,0.09 +Data East Arcade Classics,0.09 +Kawashima Ryuuta Kyouju Kanshuu Nouryoku Trainer Portable 2,0.09 +Wacky World of Sports,0.09 +Final Fantasy VI,0.09 +Fritz Chess,0.09 +Karaoke Joysound Wii Super DX: Hitori de Minna de Utai Houdai!,0.09 +Mahjong Master,0.09 +Dragon Ball Z: Shin Butouden,0.09 +Bleach: Heat the Soul,0.09 +Whac-A-Mole,0.09 +Konami Classics Vol. 1,0.09 +Top Gun: Hard Lock,0.09 +The King of Fighters XIV,0.09 +Animal Planet: Emergency Vets,0.09 +Pachitte Chonmage Tatsujin 10: Pachinko Fuyu no Sonata,0.09 +Edna & Harvey: Harvey's New Eyes,0.08000000000000002 +Bella Sara,0.08 +Striker 96,0.08 +Uta no Prince-Sama: All Star After Secret,0.08 +Iggy's Reckin' Balls,0.08 +TrackMania DS,0.08 +NBA 10: The Inside,0.08 +Animal Kingdom: Wildlife Expedition,0.08 +Diego's Build & Rescue,0.08 +Pocket Dogs,0.08 +MetropolisMania,0.08 +Sega GT Online,0.08 +Savage Skies,0.08 +Sub Rebellion,0.08 +Grand Prix Challenge,0.08 +Nobunaga's Ambition: Iron Triangle,0.08 +Stuart Little 3: Big Photo Adventure,0.08 +Kobitodzukan: Kobito no Fushigi - Jikken Set,0.08 +Bangai-O Spirits,0.08 +Yamakawa Shuppansha Kanshuu: Shousetsu Sekaishi B,0.08 +Knife Edge: NoseGunner,0.08 +Conception: Please Give Birth to My Child!,0.08 +Face Racers: Photo Finish,0.08 +Earth Defense Force 2017,0.08 +WTA Tour Tennis,0.08 +Nobunaga's Ambition: Rise to Power,0.08 +Secret Files 2: Puritas Cordis,0.08 +Cosmic Family,0.08 +Metal Slug Advance,0.08 +The Technomancer,0.08 +Fairy Tail: Portable Guild 2,0.08 +Gadget Racers,0.08 +Pretty Rhythm: My Deco Rainbow Wedding,0.08 +Prey the Stars,0.08 +Super Heroine Chronicle,0.08 +Aero Elite: Combat Academy,0.08 +Tennis no Oji-Sama Gyutto! DokiDoki Survival - Umi to Yama no Love Passion,0.08 +Famicom Mini: Mario Bros.,0.08 +Doraemon: Nobita and the Island of Miracles,0.08 +Island Xtreme Stunts,0.08 +World Tour Soccer 06,0.08 +Famicom Mini: SD Gundam World Gachapon Senshi - Scramble Wars,0.08 +Princess Maker 2,0.08 +Famicom Mini: Star Soldier,0.08 +Princess in Love,0.08 +Tempest 3X,0.08 +Godzilla Generations,0.08 +J-League Winning Eleven 2009: Club Championship,0.08 +Crush,0.08 +Prisoner of War,0.08 +Pro Evolution Soccer 2008 (JP sales),0.08 +Nicola Kanshuu: Model Oshare * Audition Platina,0.08 +Dreamer Series: Shop Owner,0.08 +Agassi Tennis Generation,0.08 +Godai: Elemental Force,0.08 +Agatha Christie: And Then There Were None,0.08 +Bomberman Jetters,0.08 +Bomberman Land Touch!,0.08 +The Seven Deadly Sins: Unjust Sin,0.08 +Famicom Mini: Makaimura,0.08 +Aegis of Earth: Protonovus Assault,0.08 +Pretty Rhythm Rainbow Live: Kira Kira My * Design,0.08 +Board Game Classics,0.08 +Gradius III and IV,0.08 +Samurai Western,0.08 +Pop'n Music,0.08 +Gradius Galaxies,0.08 +Imagine: My Restaurant,0.08 +Samurai Warriors 2: Xtreme Legends,0.08 +Derby Tsuku: Derby Uma o Tsukurou!,0.08 +Samurai Shodown III,0.08 +In The Groove,0.08 +PoPoLoCrois (JP sales),0.08 +Famicom Mini: Adventure Island,0.08 +Test Drive: Ferrari Legends,0.08 +Incredible Crisis,0.08 +Derby Stallion 98,0.08 +"Warhammer 40,000: Dawn of War II - Retribution",0.08 +Fire Pro Wrestling Returns,0.08 +Crayola: Colorful Journey,0.08 +Ninjabread Man,0.08 +Magic Pengel: The Quest for Color,0.08 +Indycar Series 2005,0.08 +Infernal: Hell's Vengeance,0.08 +C.O.P.: The Recruit,0.08 +Initial D: Extreme Stage,0.08 +SaGa 3: Jikuu no Hasha - Shadow or Light,0.08 +SX Superstar,0.08 +Famicom Mini: Famicom Mukashi Banashi - Shin Oniga Shima Zenkouhen,0.08 +Meitantei Conan & Kindaichi Shounen no Jikenbou: Meguri au Futari no Meitantei,0.08 +Homie Rollerz,0.08 +Sengoku Musou 3: Moushouden,0.08 +Skydiving Extreme,0.08 +Gundam Seed: Battle Assault,0.08 +Smuggler's Run: Warzones,0.08 +The Hidden,0.08 +Orega Kantoku Da! Gekitou Pennant Race,0.08 +Emily the Strange: Strangerous,0.08 +Smart Bomb,0.08 +Harlem Globetrotters: World Tour,0.08 +Zoids: Legacy,0.08 +Slayers Royal 2,0.08 +Exit,0.08 +Gunblade NY & L.A. Machineguns Arcade Hits Pack,0.08 +Slam 'n Jam '96 featuring Magic & Kareem,0.08 +Emergency 2012,0.08 +Sky Gunner,0.08 +Storybook Workshop,0.08 +ZhuZhu Pets: Quest for Zhu,0.08 +Skeleton Warriors,0.08 +Zero: Tsukihami no Kamen,0.08 +The Legend of Alon D'ar,0.08 +Motto! Stitch! DS Rhythm de Rakugaki Daisakusen,0.08 +Valkyrie Drive: Bhikkhuni,0.08 +The Legend of Heroes: Trails in the Sky Second Chapter,0.08 +Gummy Bears Mini Golf,0.08 +Onimusha Tactics,0.08 +Sports Collection,0.08 +Penny Racers Party: Turbo-Q Speedway,0.08 +Minna no Joushiki Ryoku TV,0.08 +Code Lyoko: Fall of X.A.N.A.,0.08 +Chrysler Classic Racing,0.08 +Endgame,0.08 +Pachitte Chonmage Tatsujin 13: Pachinko Hissatsu Shigotojin III,0.08 +Evolution Worlds,0.08 +Overlord: Minions,0.08 +P.N.03 - Product Number Three,0.08 +Space Channel 5 Special Edition,0.08 +Sound Novel Tsukuru,0.08 +P.T.O. IV: Pacific Theater of Operations,0.08 +Black/Matrix,0.08 +The Idolmaster: Gravure For You! Vol. 3,0.08 +ToraDora Portable!,0.08 +Torchlight,0.08 +Chevrolet Camaro: Wild Ride,0.08 +futureU: The Prep Game for SAT,0.08 +Soul Bubbles,0.08 +Looney Tunes: Galactic Sports,0.08 +10 Minute Solution,0.08 +Chibi Maruko-Chan: Harikiri 365-Nichi no Maki,0.08 +PQ: Practical Intelligence Quotient,0.08 +Pac-Man Power Pack,0.08 +Monster Trucks DS,0.08 +The King of Fighters EX2: Howling Blood,0.08 +Lost in Blue: Shipwrecked,0.08 +Auto Destruct,0.08 +Gundam the 3D Battle,0.08 +Chameleon,0.08 +The Idolm@ster,0.08 +Ephemeral Fantasia,0.08 +Mortal Kombat Kollection,0.08 +Chronicles of Mystery: The Secret Tree of Life,0.08 +Mugen Souls Z,0.08 +Learn Geography,0.08 +Muppets Party Cruise,0.08 +"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 2: Shinseiki Evangelion - Shito, Futatabi",0.08 +Shin Megami Tensei: Digital Devil Saga 2,0.08 +Pilot ni Narou! 2,0.08 +Might & Magic Heroes VII,0.08 +Pinobee: Wings of Adventure,0.08 +The Lord of the Rings: The Battle for Middle-Earth,0.08 +Tokimeki Memorial: Girl's Side,0.08 +Elebits: The Adventures of Kai and Zero,0.08 +The Lord of the Rings: The Battle for Middle-Earth II,0.08 +Kuroko's Basketball: Ties to Future,0.08 +Tokimeki Memorial 4,0.08 +Bleach: Erabareshi Tamashii,0.08 +Astro Boy,0.08 +State of Emergency 2,0.08 +GOTHA: Ismailia Seneki,0.08 +Horrid Henry's Horrid Adventure,0.08 +Steins;Gate: Senkei Kousoku no Phonogram,0.08 +MX vs. ATV Supercross Encore,0.08 +Bleach: Heat the Soul 4,0.08 +Commandos: Strike Force,0.08 +Stella Deus: The Gate of Eternity,0.08 +Bleach: Heat the Soul 5,0.08 +Seven Samurai 20XX,0.08 +"Flower, Sun, and Rain",0.08 +A-Train,0.08 +Sentimental Graffiti: First Window,0.08 +Sentimental Graffiti 2,0.08 +Bleach: Heat the Soul 7,0.08 +Mighty No. 9,0.08 +Picture Perfect Hair Salon,0.08 +One Piece: Gear Spirit,0.08 +Star Wars: Empire at War - Gold Pack,0.08 +Silent Hunter III,0.08 +Yuu Yuu Hakusho: Makyo Toitsusen,0.08 +Cartoon Network Collection: Game Boy Advance Video Volume 2,0.08 +Ape Escape: Pumped & Primed,0.08 +Guilty Gear XX Slash,0.08 +Petz: Dogz Family,0.08 +Virtua Fighter CG Portrait Series Vol.2: Jacky Bryant,0.08 +"3 in 1: Solitaire, Mahjong & Tangram",0.08 +Mind Quiz: Your Brain Coach,0.08 +Hidden Invasion,0.08 +Shonen Jump's One Piece: Pirates Carnival,0.08 +Discovery Kids: Spider Quest,0.08 +The Fast and the Furious,0.08 +Phantasy Star Online Episode III: C.A.R.D. Revolution,0.08 +Ogre Battle Series: Tactics Ogre,0.08 +Forbidden Siren 2,0.08 +My First Songs,0.08 +Captain Tsubasa: New Kick Off,0.08 +Captain Tsubasa,0.08 +My Friends,0.08 +Virus,0.08 +Shining Soul II,0.08 +My Fun Facts Coach,0.08 +Tokyo Beat Down,0.08 +Shining Force: Resurrection of the Dark Dragon,0.08 +Bleach GC: Tasogare Ni Mamieru Shinigami,0.08 +Elements of Destruction,0.08 +Romance of the Three Kingdoms X,0.08 +Urban Reign,0.08 +The Sims 3: Fast Lane Stuff,0.08 +Beat Sketch!,0.08 +Deadliest Warrior: Ancient Combat,0.08 +Ken to Mahou to Gakuen Mono. Final: Shinnyusei wa Ohimesama,0.08 +R/C Stunt Copter,0.08 +Wordfish,0.08 +Swingerz Golf,0.08 +Winning Post World,0.08 +Boxing Fever,0.08 +Broken Sword 5: The Serpent's Curse,0.08 +Jewel Time Deluxe,0.08 +Qubed,0.08 +RTX Red Rock,0.08 +WipEout HD Fury,0.08 +Dangerous Ji-San to 1000-nin no Otomodachi Yokoshima,0.08 +Majin Tensei,0.08 +Daniel X: The Ultimate Power,0.08 +Damage Inc.: Pacific Squadron WWII,0.08 +Medabots Dual: Kabuto / Kuwagata,0.08 +Ken to Mahou to Gakuen Mono. 2,0.08 +The Space Bar,0.08 +Dark Angel: Vampire Apocalypse,0.08 +Fate/Tiger Colosseum,0.08 +Rogue Trooper: Quartz Zone Massacre,0.08 +Drama Queens,0.08 +Rescue Heroes: Billy Blazes,0.08 +Ultimate Duck Hunting,0.08 +RockMan EXE 4.5 Real Operation,0.08 +Genkai Totsuki Moero Chronicle,0.08 +Gintama: Gin-San to Issho! Boku no Kabuki Machi Nikki,0.08 +Dragon Force II: Kamisarishi Daichi ni,0.08 +Kessen III,0.08 +Rock Blast,0.08 +NHL Breakaway 99,0.08 +Rock of the Dead,0.08 +Armored Core 3 Portable,0.08 +Beat City,0.08 +Quo Vadis,0.08 +Fatal Frame III: The Tormented,0.08 +Ultimate Brain Games,0.08 +Road Trip,0.08 +Super Sentai Battle: Ranger Cross,0.08 +Real Robots Final Attack,0.08 +Wizardry: Tale of the Forsaken Land,0.08 +Project Eden,0.08 +Aibou DS,0.08 +Kamen Rider: Travelers Senki,0.08 +Ro-Kyu-Bu!,0.08 +Deep Fear,0.08 +Junior Classic Books & Fairytales,0.08 +Jikkyou Powerful Pro Yakyuu Next,0.08 +Tales of Fandom Vol.2,0.08 +Gintama Gin-Oh Quest: Gin-San ga Tenshoku Shitari Sekai wo Sukuttari,0.08 +Kaijuu Busters Powered,0.08 +Kenshuui Tendo Dokuta,0.08 +Fantasy Aquarium by DS,0.08 +New International Track & Field,0.08 +Ghosthunter,0.08 +Wetrix,0.08 +Far Cry Instincts Evolution,0.08 +RollerCoaster Tycoon 3: Platinum,0.08 +World Party Games,0.08 +Dragon Shadow Spell,0.08 +Katekyoo Hitman Reborn! DS: Flame Rumble Hyper - Moeyo Mirai,0.08 +Katekyoo Hitman Reborn! DS: Flame Rumble Kaien Ring Soudatsuen!,0.08 +Tears to Tiara: Garland of the Earth,0.08 +Ultimate Party Challenge,0.08 +Far Cry Vengeance,0.08 +Kaidan Restaurant: Ura Menu 100-Sen,0.08 +Kidou Senshi Gundam 00,0.08 +Pro Yakyuu Famista DS 2010,0.08 +Naruto Shippuden: Shinobi Rumble,0.08 +Martian Panic,0.08 +The Sum of All Fears,0.08 +We Sing Rock!,0.08 +The Sims 3: Barnacle Bay,0.08 +Tank! Tank! Tank!,0.08 +Gekijouban Madoka Magicka: The Battle Pentagram,0.08 +Witches & Vampires: The Secrets of Ashburry,0.08 +Rhapsody: A Musical Adventure,0.08 +Ultimate Shooting Collection,0.08 +Super Robot Taisen Z Special Disc,0.08 +Nanashi no Game,0.08 +Akiba's Trip Plus,0.08 +Pro Yakyuu Spirits 5 Kanzenban,0.08 +World Championship Poker: Deluxe Series,0.08 +Johnny Test,0.08 +Super Puzzle Fighter II,0.07999999999999999 +Astro Boy: Omega Factor,0.07999999999999999 +Kengo: Legend of The 9,0.07999999999999999 +Ant Nation,0.07999999999999999 +TMNT: Mutant Melee,0.07999999999999999 +The Book of Unwritten Tales 2,0.07999999999999999 +My Dress-Up,0.07999999999999999 +Prince of Persia: The Fallen King,0.07999999999999999 +XBLAZE Code: Embryo,0.07999999999999999 +2-in-1 Game Pack: Spider-Man & Spider-Man 2,0.07999999999999999 +Pro Cycling Manager 2016,0.07999999999999999 +ChuChu Rocket!,0.07999999999999999 +Fast & Furious: Showdown,0.07 +Mercury Meltdown,0.07 +Robocalypse,0.07 +Mega Minis Volume 3,0.07 +San Goku Shi Taisen Ten,0.07 +George of the Jungle and the Search for the Secret,0.07 +Guilty Gear XX Accent Core,0.07 +Hero Bank,0.07 +Trine 2,0.07 +John Madden Football,0.07 +Shounen Sunday x Shounen Magazine: Nettou! Dream Nine,0.07 +Jewel Link Chronicles: Mountains of Madness,0.07 +Formula One World Championship: Beyond the Limit,0.07 +Winx Club,0.07 +Kanji Sonomama DS Rakubiki Jiten,0.07 +The Pinball of the Dead,0.07 +The Peanuts Movie: Snoopy's Grand Adventure,0.07 +Future Card Buddy Fight: Yuujou no Bakunetsu Fight,0.07 +Cardfight!! Vanguard: Lock On Victory!!,0.07 +Trick DS-han: Kakushi Kami no Sumukan,0.07 +Touch Detective: Nameko Shigeru,0.07 +Who Wants to be a Millionaire: 1st Edition,0.07 +Disaster: Day of Crisis,0.07 +Discovery Kids: Parrot Pals,0.07 +Naruto Shippuden: Gekito Ninja Taisen! EX 3,0.07 +Kinnikuman Muscle Grand Prix Max 2: Tokumori,0.07 +"Hi! Hamtaro - Little Hamsters,big Adventures: Ham-Ham Challenge",0.07 +Aikatsu! My No.1 Stage!,0.07 +Summon Night,0.07 +Salon Superstar,0.07 +Heroes Phantasia,0.07 +No One Can Stop Mr. Domino!,0.07 +G-Saviour,0.07 +Higurashi no Naku Koro ni Matsuri: Kakera Asobi,0.07 +Dragoneer's Aria,0.07 +Digimon World Championship,0.07 +Maximum Chase,0.07 +Krazy Ivan,0.07 +Fable: The Lost Chapters,0.07 +Puzzler Mind Gym 3D,0.07 +I Don't Have Many Friends Portable,0.07 +NOëL: La Neige,0.07 +DS Uranai Seikatsu,0.07 +Bleach: Heat the Soul 3,0.07 +Devil's Third,0.07 +Streets of Rage 3,0.07 +Still Life,0.07 +Cabela's Big Game Hunter: Pro Hunts,0.07 +Ecco: The Tides of Time,0.07 +Serious Sam 3: BFE,0.07 +Katekyoo Hitman Reborn! DS: Fate of Heat - Hono no Unmei,0.07 +GT Advance 3: Pro Concept Racing,0.07 +Yoake Yori Ruriiro na: Brighter than Dawning Blue,0.07 +Transformer: Rise of the Dark Spark (3DS),0.07 +Gintama DS: Yorozuya Daisoudou,0.07 +ESPN Winter X-Games: Snowboarding 2002,0.07 +Hot Wheels: Burnin' Rubber,0.07 +Street Fighter II': Special Champion Edition (JP weekly sales),0.07 +Caesars Palace Advance: Millennium Gold Edition,0.07 +Point Blank DS (JP sales),0.07 +Pocky & Rocky with Becky,0.07 +Hoppechan: Minna de Odekake! Waku Waku Hoppe Land!!,0.07 +Suzumiya Haruhi no Gekidou,0.07 +Bleach: Hanatareshi Yabou,0.07 +Tokimeki Memorial Girl's Side Premium: 3rd Story,0.07 +CSI: Dark Motives,0.07 +R-Type Command,0.07 +Pong / Asteroids / Yars' Revenge,0.07 +Jewel Master: Cradle Of Rome 2,0.07 +Higurashi no Nakukoru ni Kizuna: Dai-Ichi-Kan - Tatari,0.07 +Wizardry: Llylgamyn Saga,0.07 +Fairy Tail: Zelef Kakusei,0.07 +Make 10: A Journey of Numbers,0.07 +Tournament of Legends,0.07 +Shin Lucky * Star: Moe Drill ~Tabidachi~,0.07 +Sudoku Fever,0.07 +Power Pro GB,0.07 +Desert Strike Advance,0.07 +Kung Fu Panda: Showdown of Legendary Legends,0.07 +Shin Chan: Las Nuevas Aventuras Para Wii!,0.07 +River King: Mystic Valley (US sales),0.07 +Shin Chan Contra ¡Los Plastas!,0.07 +Fairy Fencer F: Advent Dark Force,0.07 +Combat: Task Force 121,0.07 +Xbox Live Arcade Unplugged Volume 1,0.07 +Eiken DS,0.07 +Suzumiya Haruhi no Tsuisou,0.07 +IA/VT Colorful,0.07 +Nobunaga no Yabou: Tendou with Power-Up Kit,0.07 +River City Ransom EX,0.07 +DS Nishimura Kyotaro Suspense 2 Shin Tantei Series: Kanazawa Hakodate - Gokkan no Kyoukoku - Fukushuu no Kage,0.07 +Billy's Boot Camp: Wii de Enjoy Diet!,0.07 +Lost Heroes 2,0.07 +Sigma Harmonics,0.07 +Gambler Densetsu Tetsuya,0.07 +Mega Man Battle Network 5: Double Team DS (US sales),0.07 +Model * Oshare Audition: Dream Girl,0.07 +J Legend Retsuden,0.07 +Medabots 8,0.07 +Rayman: Hoodlum's Revenge,0.07 +Cho~ricchi! Tamagotchi no Puchi Puchi Omisecchi,0.07 +Famicom Mini: Wrecking Crew,0.07 +Frogger Advance: The Great Quest,0.07 +Tornado,0.07 +Vampire Legends: Power of Three,0.07 +Dragon Ball Z: The Legacy of Goku I & II,0.07 +Runaway: A Twist of Fate,0.07 +Momotarou Dentetsu Tag Match: Yuujou - Doryoku - Shouri no Maki!,0.07 +The King of Fighters 2006,0.07 +Busou Shinki: Battle Masters,0.07 +Hang On GP,0.07 +Cities XL 2012,0.07 +Centipede / Breakout / Warlords,0.07 +Exist Archive: The Other Side of the Sky,0.07 +Gundam Battle Tactics,0.07 +Circus Maximus: Chariot Wars,0.07 +Famicom Mini: Nazo no Murasame-Jou,0.07 +12-Sai. Honto no Kimochi,0.07 +Codename: Kids Next Door: Operation S.O.D.A.,0.07 +Chuugaku Eitango Target 1800 DS,0.07 +Ragnarok: Hikari to Yami no Koujo,0.07 +Vampire Knight DS,0.07 +Reader Rabbit 1st Grade,0.07 +Mega Man Battle Network: Operation Shooting Star,0.07 +Itoi Shigesato no Bass Tsuri No. 1 Ketteihan!,0.07 +The King of Fighters: Evolution,0.07 +Gundam Try Age SP,0.07 +Boku no Natsuyasumi Portable 2: Nazo Nazo Shimai to Chinbotsusen no Himitsu,0.07 +Monkey Hero,0.07 +Speed Zone,0.07 +Chaos;Head Noah,0.07 +Dreamer Series: Pop Star,0.07 +Loons: The Fight For Fame,0.07 +Doraemon: Nobita to Himitsu Dougu Hakubutsukan,0.07 +Dream Trigger 3D,0.07 +Super Real Mahjong Graffiti,0.07 +Roogoo Attack!,0.07 +everGirl,0.07 +Game Center CX: Arino no Chousenjou 2,0.07 +Hakuouki DS,0.07 +Mahjong Fight Club DS: Wi-Fi Taiou,0.07 +Romance of the Three Kingdoms XI,0.07 +Bomberman Max 2: Red Advance,0.07 +Winning Eleven Playmaker 2010: Aoki Samurai no Chousen,0.07 +Rat Attack!,0.07 +Chaos;Head - Love Chu*Chu!,0.07 +Dawn of Heroes,0.07 +God Hand,0.07 +Chaos;Child,0.07 +Hakuouki: Yuugi Roku,0.07 +Sony Computer Science Kenkyuujo Mogi Kenichirou Hakase Kanshuu: Nou ni Kaikan Aha Taiken!,0.07 +Nichibeikan Pro Yakyuu: Final League,0.07 +The Idolm@ster: Live for You!,0.07 +Lost in Blue 2,0.07 +Monster Madness: Grave Danger,0.07 +Monster Racers,0.07 +Again,0.07 +Speed,0.07 +Doraemon: Nobita no Shin Makai Daibouken DS,0.07 +Defendin' De Penguin,0.07 +Gunstar Super Heroes,0.07 +Killer Instinct (2013),0.07 +Derby Jockey: Kishou e no Michi,0.07 +Exhibition Volume 4,0.07 +Order Up!!,0.07 +GunParade Orchestra: Shiro no Shou,0.07 +Pawly Pets: My Vet Practice,0.07 +Lucian Bee's: Justice Yellow / Evil Violet,0.07 +Disney's Donald Duck Advance,0.07 +Gun Showdown,0.07 +Kenyuu Densetsu Yaiba,0.07 +Let's Paint,0.07 +Winning Post 7 2013,0.07 +Let's Dance with Mel B,0.07 +Totaled!,0.07 +Moxie Girlz,0.07 +Gale Racer,0.07 +The Legend of Kage 2,0.07 +Touch 'N' Play Collection,0.07 +Mucha Lucha! Mascaritas of the Lost Code,0.07 +Ninja Warriors,0.07 +Disney Sports Soccer,0.07 +Super Baseball,0.07 +Crayon Shin-Chan: Obaka Daininden - Susume! Kasukabe Ninja Tai!,0.07 +Crayon Shin-Chan: Densetsu o Yobu Omake no To Shukkugaan!,0.07 +Magi: The Labyrinth of Beginning,0.07 +Lupin Sansei: Shijou Saidai no Zunousen,0.07 +Haikyuu!! Tsunage! Itadaki no Keshiki!!,0.07 +Squishy Tank,0.07 +Kenka Banchou 6: Soul & Blood,0.07 +Petz Fantasy 3D,0.07 +Petz Fantasy: Sunshine Magic,0.07 +MAPLUS: Portable Navi,0.07 +Mega Man Xtreme 2,0.07 +Judie no Atelier: Guramnat no Renkinjutsushi,0.07 +Super Football,0.07 +MotorStorm RC,0.07 +Harukanaru Toki no Naka de 4,0.07 +Famicom Mini: Hikari Shinwa: Palutena no Kagami,0.07 +Zettai Zetsumei Toshi 3: Kowareyuku Machi to Kanojyo no Uta,0.07 +Archer Maclean's 3D Pool,0.07 +Keroro RPG: Kishi to Musha to Densetsu no Kaizoku,0.07 +Invizimals: The Alliance,0.07 +Parlor! Mini 2,0.07 +Zettai Onkan Otoda Master,0.07 +Duke Nukem: Land of the Babes,0.07 +Party Pigs: Farmyard Games,0.07 +Real Sound: Kaze no Riguretto,0.07 +Let's Ride! Friends Forever,0.07 +Mega Man Xtreme,0.07 +Super Hero Generation,0.07 +Orcs & Elves,0.07 +Disney's Magical Quest 2 Starring Mickey and Minnie,0.07 +Crazy Taxi 2,0.07 +Let's Ride! Dreamer,0.07 +Operation Darkness,0.07 +The Final Round,0.06999999999999999 +Dragon Valor,0.06999999999999999 +Aqua Teen Hunger Force: Zombie Ninja Pro-Am,0.06999999999999999 +Silpheed: The Lost Planet,0.06999999999999999 +OK! Puzzle Stars,0.06999999999999999 +Brain Quest: Grades 3 & 4,0.06999999999999999 +Norse by Norsewest: The Return of the Lost Vikings,0.06999999999999999 +Alexi Lalas International Soccer,0.06999999999999999 +Petz: Hamsterz Bunch,0.06999999999999999 +Circuit Breakers,0.06999999999999999 +Colosseum: Road to Freedom,0.06999999999999999 +Space Hulk: Vengeance of the Blood Angels,0.06999999999999999 +Mia Hamm Soccer 64,0.06999999999999999 +Lifeline,0.06999999999999999 +Battlezone: Rise of the Black Dogs,0.06999999999999999 +Target: Terror,0.06999999999999999 +Fighter Maker 2,0.06999999999999999 +SimCity 4: Deluxe Edition,0.06999999999999999 +Blast Radius,0.06999999999999999 +Haunting Ground,0.06999999999999999 +Tokobot,0.06999999999999999 +Football Manager 2010,0.06999999999999999 +Card Games,0.06999999999999999 +Hammerin' Hero,0.06999999999999999 +Microsoft Flight Simulator 2004: A Century of Flight,0.06999999999999999 +Vanguard Bandits,0.06999999999999999 +Shadowgate 64: Trials of the Four Towers,0.06999999999999999 +Fatal Fury: Battle Archives Volume 2,0.06999999999999999 +Mario vs. Donkey Kong: Tipping Stars,0.06999999999999999 +G Darius,0.06999999999999999 +RayStorm,0.06999999999999999 +Viewpoint,0.06999999999999999 +Spot Goes to Hollywood,0.06999999999999999 +Monster Rancher Battle Card: Episode II,0.06999999999999999 +Sprint Cars: Road to Knoxville,0.06999999999999999 +Final Fight: Streetwise,0.06999999999999999 +Serious Sam II,0.06999999999999999 +Romance of the Three Kingdoms IX,0.06999999999999999 +Armored Core: Nine Breaker,0.06999999999999999 +"Horrid Henry: The Good, The Bad and The Bugly",0.06999999999999999 +Family Trainer: Treasure Adventure,0.06999999999999999 +Cut the Rope,0.06999999999999999 +Saint Seiya: Brave Soldiers,0.06999999999999999 +Fantastic Four,0.06999999999999999 +The Putter Golf,0.06999999999999999 +Aero Gauge,0.06999999999999999 +Jewel Link Chronicles: Legend of Athena,0.06999999999999999 +Jackass the Game DS,0.06999999999999999 +Galerians: Ash,0.06999999999999999 +Tecmo's Deception,0.06999999999999999 +Destrega,0.06999999999999999 +McFarlane's Evil Prophecy,0.06999999999999999 +Uprising X,0.06999999999999999 +The Rub Rabbits!,0.06999999999999999 +Godzilla (2014),0.06999999999999999 +DefCon 5,0.06999999999999999 +Samurai Jack: The Shadow of Aku,0.06999999999999999 +Dungeon Maker II: The Hidden War,0.06999999999999999 +Goodbye Deponia,0.06999999999999999 +Secret Service: Ultimate Sacrifice,0.06999999999999999 +Jewels of the Ages,0.06999999999999999 +Rugby League 3,0.06999999999999999 +Roll Away,0.06999999999999999 +Strike Point,0.06999999999999999 +Pro Farm 1,0.06999999999999999 +NHL Open Ice,0.06999999999999999 +ESPN National Hockey Night,0.06999999999999999 +Satisfashion,0.06999999999999999 +Powerdrome,0.06999999999999999 +Machine Head,0.06999999999999999 +Greg Hastings' Tournament Paintball Max'd,0.06999999999999999 +Firefighter F.D.18,0.06999999999999999 +Pump It Up: Exceed,0.06999999999999999 +Urban Chaos: Riot Response,0.06999999999999999 +Crimson Sea 2,0.06999999999999999 +Robot Alchemic Drive,0.06999999999999999 +TigerShark,0.06999999999999999 +Super Robot Spirits,0.06999999999999999 +Dynasty Warriors DS: Fighter's Battle,0.06999999999999999 +Buster Bros. Collection,0.06999999999999999 +Escape from Bug Island,0.06000000000000001 +Drake of the 99 Dragons,0.06000000000000001 +NCAA College Football 2K3,0.06000000000000001 +The Sims 2: University,0.06000000000000001 +Age of Empires III: The Asian Dynasties,0.06000000000000001 +Titan Quest,0.06000000000000001 +Imagine: Gymnast,0.06000000000000001 +World Racing,0.06000000000000001 +Age of Empires Online,0.06000000000000001 +S.T.A.L.K.E.R.: Shadow of Chernobyl,0.06000000000000001 +Doki-Doki Universe,0.06000000000000001 +Crime Lab: Body of Evidence,0.06000000000000001 +Dungeon Explorer: Warriors of Ancient Arts,0.060000000000000005 +Pandemonium 2,0.060000000000000005 +Hitman (2016),0.060000000000000005 +Painkiller: Hell & Damnation,0.060000000000000005 +Sébastien Loeb Rally Evo,0.060000000000000005 +Aeon Flux,0.060000000000000005 +Red Ninja: End of Honor,0.060000000000000005 +Rogue Trooper,0.060000000000000005 +Speed Racer,0.060000000000000005 +Amnesia Later,0.060000000000000005 +C: The Contra Adventure,0.060000000000000005 +Antz Extreme Racing,0.060000000000000005 +Crazy Chicken Tales,0.06 +Adventures of Lolo,0.06 +Gegege no Kitarou: Youkai Daigekisen,0.06 +Magi: Aratanaru Sekai,0.06 +Zaidan Houjin Nippon Kanji Nouryoku Kentei Kyoukai Kounin: KanKen DS3 Deluxe,0.06 +Mobile Suit Gundam 00: Gundam Meisters,0.06 +Warhammer: Battle For Atluma,0.06 +Emblem of Gundam,0.06 +Match 3 Madness,0.06 +Ski Region Simulator,0.06 +Bubble Bobble: Old & New,0.06 +Sunrise Eiyuutan R,0.06 +Guitar Freaks 3rdMIX & DrumMania 2ndMIX,0.06 +Disney's Kim Possible: Global Gemini,0.06 +Worms World Party,0.06 +Famicom Mini: Balloon Fight,0.06 +Goosebumps: The Game,0.06 +Mana Khemia: Alchemists of Al-Revis,0.06 +Akagawa Jirou Mystery: Yasoukyoku - Hon ni Manekareta Satsujin,0.06 +Real Time Conflict: Shogun Empires,0.06 +Yuugen Gaisha Brave Company,0.06 +Castlevania: Lords of Shadow - Reverie,0.06 +MotoGP 4 - Official Game of MotoGP,0.06 +Gunbird,0.06 +The Sims 2: Seasons,0.06 +Coded Arms: Contagion,0.06 +"Tennis no Oji-Sama: Doubles no Oji-Sama - Girls, Be Gracious!",0.06 +Hearts of Iron III,0.06 +Motor Toon Grand Prix (Japan),0.06 +Zill O'll Infinite Plus,0.06 +Operation: Vietnam,0.06 +Alpha and Omega,0.06 +Mega Man: Battle & Chase,0.06 +Crimson Gem Saga,0.06 +Doraemon 4: Nobita to Toki no Okoku,0.06 +Mobile Ops: The One Year War,0.06 +Mountain Bike Adrenaline,0.06 +Crayon Shin-chan: Arashi o Yobu Kasukabe Eiga Stars!,0.06 +Backyard NFL Football '08,0.06 +Insecticide,0.06 +Spy Games: Elevator Mission,0.06 +Spy Fox in Dry Cereal,0.06 +SingStar Mallorca Party,0.06 +Sprung - A Game Where Everyone Scores,0.06 +Backyard Skateboarding 2006,0.06 +GunGriffon II,0.06 +Girls RPG: Cinderellife,0.06 +Dance Sensation!,0.06 +PenPen TriIceLon,0.06 +D.C. II P.S.: Da Capo II Plus Situation,0.06 +Worms Blast,0.06 +Lernerfolg Vorschule: Capt'n Sharky,0.06 +Paws & Claws: Pampered Pets 2,0.06 +Paws & Claws: Marine Rescue,0.06 +Onechanbara Z Kagura,0.06 +Super Bubble Pop,0.06 +From The Abyss,0.06 +Power Pro Success Legends,0.06 +Infinite Stratos 2: Ignition Hearts,0.06 +Safari Adventures: Africa,0.06 +GunPey,0.06 +Record of Lodoss War: Eiyuu Sensou,0.06 +Worldwide Soccer,0.06 +Dungeon Keeper 2,0.06 +Dragon Rage,0.06 +Mitsukete! Keroro Gunsou: Machigai Sagashi Daisakusen de Arimasu!,0.06 +Classic Action: Devilish,0.06 +Interactive Storybook DS Series 1,0.06 +Minna no Sukkiri,0.06 +July,0.06 +Jumble Madness,0.06 +Giants: Citizen Kabuto,0.06 +The Guided Fate Paradox,0.06 +Kikou Heidan J-Phoenix,0.06 +Nicola Kanshuu: Model * Oshare Audition 2,0.06 +Raw Danger! (JP sales),0.06 +Dissidia: Final Fantasy Universal Tuning,0.06 +Hakuouki: Yuugi Roku Ni - Matsuri Hayashi to Taishitachi,0.06 +Hagane no Renkinjutsushi - Fullmetal Alchemist: Yakusoku no Hi e,0.06 +Build-A-Bear Workshop: Friendship Valley,0.06 +Rugby 06,0.06 +Ray Tracers,0.06 +Pro Yakyuu Netsu Star 2007,0.06 +Arc the Lad: End of Darkness,0.06 +Fate/Tiger Colosseum Upper,0.06 +Chou Soujuu Mecha MG,0.06 +Toriko: Gourmet Battle!,0.06 +Chocolatier,0.06 +Bullet Girls,0.06 +Kaite Shabette Hajimeyou! Monster Farm DS,0.06 +Monster Tale,0.06 +Bombastic,0.06 +Naval Ops: Commander,0.06 +Game Center CX: 3-Choume no Arino,0.06 +Nazotoki Battle Tore! Densetsu no Makyuu o Fukkatsu Saseyo!,0.06 +Dreamer Series: Zoo Keeper,0.06 +Winning Post 4 Maximum,0.06 +Chaos Rings III,0.06 +Dream C Club Portable,0.06 +Top Gear Hyper-Bike,0.06 +Arkanoid DS,0.06 +OverBlood 2,0.06 +Taiko no Tatsujin: Atsumete Tomodachi Daisakusen!,0.06 +Kabuki Warriors,0.06 +Wings of War,0.06 +Dream Dance & Cheer,0.06 +Hajime no Ippo Portable: Victorious Spirits,0.06 +Freddi Fish: Kelp Seed Mystery,0.06 +Naruto: Ultimate Ninja Heroes (JP sales),0.06 +Atelier Iris 2: The Azoth Of Destiny,0.06 +Ferrari F355 Challenge,0.06 +Monster Garage,0.06 +Pro Yakyuu Famista 2011,0.06 +Teenage Mutant Ninja Turtles II: Back from the Sewers,0.06 +Jam Sessions 2,0.06 +Lord of Magna: Maiden Heaven,0.06 +Warriors of the Lost Empire,0.06 +Jake Power: Handyman,0.06 +Doraemon: Nobita no Uchuu Eiyuuki,0.06 +EverQuest II: Destiny of Velious,0.06 +Nicola Kanshuu: Model * Oshare Audition,0.06 +Chou Gekijouban Keroro Gunsou 3: Tenkuu Daibouken de Arimasu!,0.06 +Friends: The One with All the Trivia,0.06 +Genkai Tokki: Moero Crystal,0.06 +Super Mahjong 2: Honkaku 4Jin Uchi,0.06 +Tabi no Yubisashi Kaiwachou DS: DS Series 3 Kankoku,0.06 +Deep Labyrinth,0.06 +Smile PreCure! Let's Go! Marchen World,0.06 +Enchanted Arms (JP sales),0.06 +Mobile Suit Gundam: Gundam vs. Zeta Gundam,0.06 +The King of Route 66,0.06 +Dual Hearts,0.06 +Motion Explosion!,0.06 +Zone of the Enders: The Fist of Mars,0.06 +Smart Boy's Toys Club,0.06 +Cid to Chocobo no Fushigi na Dungeon: Toki Wasure no Meikyuu DS+,0.06 +Tropix,0.06 +Nights of Azure,0.06 +Panzer Tactics,0.06 +Racing Gears Advance,0.06 +Gallop Racer 2004,0.06 +Theresia...,0.06 +Basketball Hall of Fame Ultimate Hoops Challenge,0.06 +Downforce,0.06 +Tecmo Classic Arcade,0.06 +Mobile Suit Gundam Seed: Never Ending Tomorrow,0.06 +Genkai Tokki Monster Monpiece,0.06 +DoDonPachi Resurrection,0.06 +Chuck E. Cheese's Playhouse,0.06 +DropCast,0.06 +Atari's Greatest Hits: Volume 2,0.06 +Mahouka Koukou no Rettousei: Out of Order,0.06 +PachiPara 13: Super Umi no Pachi-Pro Fuuunroku,0.06 +Prinny: Can I Really Be The Hero? (US sales),0.06 +Burning Rangers,0.06 +World Cup of Pool,0.06 +Jurassic Park III: Park Builder,0.06 +Tenchi Muyou! Ryoukouki Gokuraku,0.06 +Rurouni Kenshin: Meiji Kenkaku Romantan Saisen,0.06 +ZooCube,0.06 +Zoo Tycoon: Complete Collection,0.06 +Osu! Tatakae! Ouendan,0.06 +Challenge Me: Brain Puzzles,0.06 +Rurouni Kenshin: Meiji Kenyaku Romantan - Kansen,0.06 +Zoo Tycoon 2,0.06 +KimiKiss,0.06 +KimiKiss (ebKore+),0.06 +Tonka Rescue Patrol,0.06 +UEFA Champions League 2006-2007,0.06 +Densha De Go! 3 Tsuukinhen,0.06 +S.T.A.L.K.E.R.: Call of Pripyat,0.06 +Kamen Rider Kabuto,0.06 +Marc Ecko's Getting Up: Contents Under Pressure,0.06 +CMT Presents: Karaoke Revolution Country,0.06 +Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 14: CR Shinseiki Evangelion: Saigo no Mono,0.06 +Eigo de Tabisuru: Little Charo,0.06 +Jewel Quest 5: The Sleepless Star,0.06 +Kyokugen Dasshutsu ADV: Zennin Shiboudesu,0.06 +Daito Giken Koushiki Pachi-Slot Simulator: Shin Yoshimune,0.06 +Ys vs. Sora no Kiseki: Alternative Saga,0.06 +Kuukan * Zukei: Hirameki Training - KuuTore,0.06 +Ansatsu Kyoushitsu: Assassin Ikusei Keikaku!!,0.06 +Nendoroid Generation,0.06 +Kururin Paradise,0.06 +Accel World: Ginyoku no Kakusei,0.06 +Kurupoto Cool Cool Stars,0.06 +Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Banchou Portable,0.06 +Jewel Quest IV: Heritage,0.06 +Cosmos Chaos!,0.06 +Flipnic: Ultimate Pinball,0.06 +Shifters,0.06 +Ken to Mahou to Gakuen Mono. 3D,0.06 +The Nightmare of Druaga: Fushigino Dungeon,0.06 +Eikan wa Kimini 2002: Koshien no Kodou,0.06 +The Next BIG Thing,0.06 +Another Code R: A Journey into Lost Memories,0.06 +Myst IV: Revelation,0.06 +Alex Rider: Stormbreaker,0.06 +Ikki Tousen: Xross Impact,0.06 +7 Wonders: Treasures of Seven,0.06 +My Pet Chimp,0.06 +LEGO Bionicle,0.06 +Fishing Master (jp sales),0.06 +Vitamin X to Z,0.06 +Imagine: Cheerleader,0.06 +Walt Disney Pictures Presents Enchanted,0.06 +Pony Friends,0.06 +Dynasty Warriors Vs,0.06 +G1 Jockey 2,0.06 +Hikaru no Go: Heian Gensou Ibunroku,0.06 +My Pet Shop,0.06 +Octomania,0.06 +Policenauts,0.06 +Jewel Master: Cradle of Persia,0.06 +Quiz! Hexagon II,0.06 +Bleach: Blade Battlers 2nd,0.06 +Hisshou Pachinko*Pachi-Slot Kouryaku Series Portable Vol. 1: Shinseiki Evangelion - Tamashii no Kiseki,0.06 +"Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 11: Shinseiki Evangelion - Magokoro o, Kimi ni",0.06 +Broken Sword: The Shadow of the Templars,0.06 +Dino Master: Dig Discover Duel,0.06 +Star Fighter,0.06 +Mad Maestro!,0.06 +The Mysterious Case of Dr. Jekyll and Mr. Hyde,0.06 +Mike Piazza's Strike Zone,0.06 +NanoBreaker,0.06 +Di-Gata Defenders,0.06 +Rez,0.06 +Noddy in Toyland,0.06 +Angelique Trois,0.06 +Cabela's Dangerous Hunts: Ultimate Challenge,0.06 +Fantasy Aquarium World,0.06 +The Lost Chronicles of Zerzura,0.06 +A-Train 6,0.06 +Farm Frenzy 3,0.06 +A-Train: City Simulator,0.06 +Senritsu no Stratus,0.06 +Bleach: Versus Crusade,0.06 +NASCAR Heat Evolution,0.06 +Tanjou S Debut,0.06 +Hummer Badlands,0.06 +Katekyoo Hitman Reborn! DS: Flame Rumble Mukuro Kyoushuu,0.06 +Miami Vice: The Game,0.06 +TrackMania Turbo: Build to Race,0.06 +The Book of Unwritten Tales: The Critter Chronicles,0.06 +Deathrow: Underground Team Combat,0.06 +Earth Defense Force 2017 Portable,0.06 +Assetto Corsa,0.06 +Growlanser IV: Over Reloaded,0.06 +A llI S.V.: A Ressha de Gyoukou 3 Super Version,0.06 +Jikkyou Powerful Pro Yakyuu DreamCast Edition,0.06 +White Album 2: Shiawase no Mukougawa,0.06 +Metal Gear Solid: Social Ops,0.06 +Call of Cthulhu: Dark Corners of the Earth,0.06 +Kekkon: Marriage,0.06 +Steambot Chronicles: Battle Tournament,0.06 +Seaman 2: Peking Genjin Ikusei Kit,0.06 +Toaru Kagaku no Chou Denjihou,0.06 +I Love Beauty: Hollywood Makeover,0.06 +Pizza Delivery Boy,0.06 +Metal Max 4: Gekkou no Diva,0.06 +Western Riding Academy,0.06 +The Witcher,0.06 +NHRA Drag Racing: Countdown to the Championship,0.06 +Katekyoo Hitman Reborn! DS Fate of Heat III - Yuki no Shugosha Raishuu!,0.06 +Katekyoo Hitman Reborn! DS Flame Rumble X - Mirai Chou-Bakuhatsu!!,0.06 +A New Beginning,0.06 +Yoostar on MTV,0.06 +Gintama no Sugoroku,0.06 +Katekyoo Hitman Reborn! DS Flame Rumble XX - Kessen! Shin 6 Chouka,0.06 +Yomawari,0.06 +Higurashi Daybreak Portable,0.06 +Starry ? Sky: In Summer,0.06 +Trapt,0.06 +Virtual Chess 64,0.06 +Super Robot Wars OG Saga Masou Kishin F: Coffin of the End,0.06 +Guilty Gear X: Advance Edition,0.06 +Pop'n TwinBee: Rainbow Bell Adventure,0.06 +Cold Stone Creamery: Scoop It Up,0.06 +Winx Club: Quest for the Codex,0.06 +Jissen Pachislot Secrets! Fist of the North Star F - Seikimatsu Kyuuseishu Densetsu,0.06 +Land of the Dead: Road to Fiddler's Green,0.06 +JoJo's Bizarre Adventure: Eyes of Heaven,0.06 +Pop'n Music Portable 2,0.06 +Gothic 3,0.06 +Melty Blood: Actress Again,0.06 +Jewel Legends: Tree of Life,0.06 +Foster's Home for Imaginary Friends: Imagination Invaders,0.06 +2 Games in 1: Sonic Pinball Party & Columns Crown,0.06 +Colin McRae Rally 2005,0.06 +Mame Goma 2: Uchi no Ko ga Ichiban!,0.06 +Jissen Pachislot Hisshouhou! Hokuto no Ken Portable SE,0.06 +Olympic Hockey 98,0.06 +Discworld,0.06 +Kirarin * Revolution: Minna de Odorou Furi Furi Debut!,0.06 +Hi Hi Puffy AmiYumi: Kaznapped,0.06 +Star Soldier: Vanishing Earth,0.06 +Meitantei Conan: Aoki Houseki no Rinbukyoku,0.06 +Meitantei Conan: Tantei Ryoku Trainer,0.06 +Shining Force Feather,0.06 +Shonen Jump's One Piece: Grand Adventure,0.06 +Elite Forces: Unit 77,0.06 +Shonen Jump's Shaman King: Legacy of the Spirits - Soaring Hawk/Sprinting Wolf,0.06 +Naruto Shippuden: Gekito Ninja Taisen! Special,0.06 +Tokyo Xtreme Racer Advance,0.06 +Samurai Champloo: Sidetracked,0.06 +Tokyo Mono Harashi: Karasu no Mori Gakuen Kitan,0.06 +Sumikko Gurashi: Mura o Tsukurundesu,0.06 +My Amusement Park,0.06 +Kiniro no Corda 2,0.06 +Minna no DS Seminar: Kanpeki Eitango Ryoku,0.06 +Wantame Fortune Channel,0.06 +Pop Cutie! Street Fashion Simulation,0.06 +Summon Night 2,0.06 +Tom Clancy's Ghost Recon: Advanced Warfighter,0.06 +Tokimeki no Houkago,0.06 +Bubble Bobble also featuring Rainbow Islands,0.06 +Anubis II,0.06 +Kanon,0.06 +R-Types,0.06 +Gradius Collection,0.06 +Heavenly Guardian,0.06 +Robotica,0.06 +Tour de France 2011,0.06 +Pucca Power Up,0.06 +RPG Maker 3,0.06 +Scrabble Blast!,0.05000000000000001 +BattleBots: Beyond the BattleBox,0.05000000000000001 +Amazing Island,0.05000000000000001 +Lost Kingdoms II,0.05000000000000001 +Mighty Beanz: Pocket Puzzles,0.05000000000000001 +Playmobil Knights,0.05000000000000001 +Akai Katana Shin,0.05000000000000001 +World Championship Athletics,0.05000000000000001 +Splat Renegade Paintball,0.05000000000000001 +Exhibition Volume 5,0.05000000000000001 +SeaBlade,0.05000000000000001 +Tom Clancy's Rainbow Six: Critical Hour,0.05000000000000001 +Baku Baku,0.05 +Air Traffic Chaos,0.05 +3D Lemmings,0.05 +Unison: Rebels of Rhythm & Dance,0.05 +Battleship / Connect Four / Sorry! / Trouble,0.05 +Suzuki Super-Bikes II: Riding Challenge,0.05 +Summer Challenge: Athletics Tournament,0.05 +Bakemonogatari Portable,0.05 +Aquarium by DS,0.05 +Black Sigil: Blade of the Exiled,0.05 +To Heart 2 DX Plus,0.05 +Vampire Rain: Altered Species,0.05 +Cake Mania: Baker's Challenge,0.05 +Zyuden Sentai Kyoryuger: Game de Gaburincho!!,0.05 +Animal Planet: Vet Collection,0.05 +VR Soccer '96,0.05 +Tsugunai: Atonement,0.05 +Taito Legends Power Up,0.05 +Arcana Famiglia: La storia della Aracana Famiglia,0.05 +The Movies,0.05 +The Misadventures of Tron Bonne,0.05 +Black Jack vs. Matsudajun,0.05 +Bakusou Kyoudai Let's & Go!! Eternal Wings,0.05 +Turok: Dinosaur Hunter,0.05 +Virtua Fighter CG Portrait Series Vol.5: Wolf Hawkfield,0.05 +Bleach: Soul Carnival,0.05 +The Idolmaster: Gravure For You! Vol. 2,0.05 +Thunder Force V: Perfect System,0.05 +The Idolm@ster: Dearly Stars,0.05 +Winx Club: Mission Enchantix,0.05 +Art of Fighting Anthology,0.05 +Arthur! Ready to Race,0.05 +Summon Night X: Tears Crown,0.05 +Championship Surfer,0.05 +Armored Core: Formula Front Extreme Battle,0.05 +Tiny Toon Adventures: Toonenstein - Dare to Scare,0.05 +Strawberry Shortcake: Strawberryland Games,0.05 +WarJetz,0.05 +The Idolmaster 2,0.05 +World Fantasista,0.05 +Taiko no Tatsujin Portable 2,0.05 +Zendoku,0.05 +World Soccer Winning Eleven 9 (US sales),0.05 +Super Robot Taisen Neo,0.05 +Tomoyo After: It's a Wonderful Life CS Edition,0.05 +Time Crisis: Project Titan,0.05 +Tabi no Yubisashi Kaiwachou DS: DS Series 2 Chuugoku,0.05 +Big Bang Mini,0.05 +Batman: Gotham City Racer,0.05 +Broken Sword II: The Smoking Mirror,0.05 +Tokimeki Memorial: Girls Side 1st Love,0.05 +Trick x Logic: Season 1,0.05 +Bass Rise,0.05 +Venus & Braves: Majo to Megami to Horobi no Yogen,0.05 +Super Jinsei Game 2,0.05 +BeatMania IIDX 4th Style: New Songs Collection,0.05 +Capcom vs. SNK: Millennium Fight 2000 Pro,0.05 +Vertigo,0.05 +Tour de France 2014,0.05 +Treasure Report: Kikai Jikake no Isan,0.05 +Tabi no Yubisashi Kaiwachou DS: DS Series 1 Thai,0.05 +Tokyo Ghoul: Jail,0.05 +Tennis no Oji-Sama: 2005 Crystal Drive,0.05 +Yu-Gi-Oh! GX: Spirit Caller (Japan Sales),0.05 +TV Anime: Fairy Tale Gekitou! Madoushi Kessen,0.05 +Black & White,0.05 +Uta no Prince-Sama: Music 3,0.05 +Bleach: Blade Battlers,0.05 +There,0.05 +Wii de Asobu Chibi-Robo!,0.05 +Batman: A Telltale Game Series,0.05 +Blood Will Tell: Tezuka Osamu's Dororo,0.05 +Whiteout,0.05 +Broken Helix,0.05 +WWF Wrestlemania: The Arcade Game,0.05 +Beyond Oasis,0.05 +Worms,0.05 +To Love-Ru Trouble Darkness: Battle Ecstasy,0.05 +Caligula,0.05 +Tsumiki: Block Drop Mania,0.05 +Spy Fiction,0.05 +Activision Hits: Remixed,0.05 +Amnesia Crowd,0.05 +Taiho Shichauzo!,0.05 +Block Kuzushi,0.05 +Test Drive Le Mans,0.05 +Animorphs: Shattered Reality,0.05 +Starwinder: The Ultimate Space Race,0.05 +Brave Story: New Traveller (jp sales),0.05 +BeatMania IIDX 3rd Style,0.05 +Zoop,0.05 +White Album: Tsuzurareru Fuyu no Omoide,0.05 +Starry ? Sky: In Spring,0.05 +Tokimeki Memorial Girl's Side 2nd Kiss,0.05 +Ultimate Ghosts 'n Goblins (JP sales),0.05 +Zero Divide,0.05 +Call of Duty: The War Collection,0.05 +Zoo Quest: Puzzle Fun!,0.05 +Blast Lacrosse,0.05 +The Typing of the Dead,0.05 +Bust-A-Bloc,0.05 +Blade Dancer: Lineage of Light,0.05 +Bottom of the 9th '99,0.05 +Spitfire Heroes: Tales of the Royal Air Force,0.05 +Air Conflicts: Aces of World War II,0.05 +Sword Art Online: Game Director's Edition,0.05 +Star Driver: Kagayaki no Takuto - Ginga Bishounen Densetsu,0.05 +RPG Tsukuru DS,0.05 +Kamiwaza,0.05 +Growlanser: Heritage of War (jp sales),0.05 +GachiTora! Abarenbou Kyoushi in High School,0.05 +Dokapon Journey,0.05 +Klonoa Beach Volleyball,0.05 +DokiDoki Majo Shinpan!,0.05 +Honeycomb Beat,0.05 +Honda ATV Fever,0.05 +Scurge: Hive,0.05 +Sea Monsters: A Prehistoric Adventure,0.05 +Omega Labyrinth,0.05 +Olympic Soccer: Atlanta 1996,0.05 +Domino Rally,0.05 +Koi to Senkyo to Chocolate Portable,0.05 +Hokuto no Ken,0.05 +Odoru Daisousasen The Game: Sensuikan ni Sennyuu Seyo!,0.05 +Guild 01,0.05 +Nounai Aeshe: IQ Suppli DS 2 - Sukkiri King Ketteisen,0.05 +History Great Empires: Rome,0.05 +Ontamarama,0.05 +Hoshigami: Ruining Blue Earth,0.05 +Durarara!! 3-way Standoff,0.05 +Gaist Crusher,0.05 +Killing Zone,0.05 +Saiyuki: Journey West,0.05 +Kimi ni Todoke: Tsutaeru Kimochi,0.05 +Pachitte Chonmage Tatsujin 15: Pachinko Fuyu no Sonata 2,0.05 +Pachinko Wars II,0.05 +Saki: Zenkoku-hen,0.05 +Houkago Shounen,0.05 +Sam & Max: Beyond Time and Space,0.05 +Samurai Deeper Kyo,0.05 +Samurai Dou Portable,0.05 +PachiPara 14: Fuu to Kumo to Super Umi in Okinawa,0.05 +Kiniro no Corda 2 Encore,0.05 +GrimGrimoire,0.05 +Kinnikuman Muscle Grand Prix Max,0.05 +Sangoku Koi Senki: Otome no Heihou!,0.05 +Growlanser VI: Precarious World,0.05 +Ore-Sama Kingdom: Koi no Manga mo Debut o Mokushise! Doki Doki Love Lesson,0.05 +Nora to Koku no Koubou: Kiri no Mori no Majo,0.05 +Doraemon 2: Nobita no Toizurando Daibouken,0.05 +Sengoku Basara X,0.05 +Sengoku Basara: Sanada Yukimura-Den,0.05 +Sherlock Holmes: Secret of The Silver Earring,0.05 +Napoleon Dynamite: The Game,0.05 +Nanostray,0.05 +Front Mission 2089: Border of Madness,0.05 +Hero Bank 2,0.05 +Shin Megami Tensei NINE,0.05 +NHL Powerplay 98,0.05 +NHL Blades of Steel '99,0.05 +Dramatic Dungeon: Sakura Wars - Kimi Arugatame,0.05 +Shin Sangoku Musou 5 Empires,0.05 +Shin Sangoku Musou 5 Special,0.05 +Dreamer Series: Babysitter,0.05 +Dreamer Series: Puppy Trainer,0.05 +Shining Force III: Scenario 2,0.05 +Drivers Ed Portable,0.05 +Shinseiki Evangelion 2: Tsukurareshi Sekai - Another Cases,0.05 +Shinseiki Evangelion- Eva: Yukai na Nakama Tachi,0.05 +Hi-Octane: The Track Fights Back!,0.05 +Learn Science,0.05 +Naruto: Uzumaki Chronicles 2 (JP sales),0.05 +Downtown no Gaki no Tsukai Yaarahen de!! Zettai ni Tsukamatte Haikenai Gasu Kurobikari Land,0.05 +Doraemon: Nobita no Kyouryuu 2006 DS,0.05 +Hisshou 777 Fighter: Pachi Slot Eiyu Densetsu,0.05 +Kyoukai Senjou no Horizon Portable,0.05 +G1 Grand Prix,0.05 +Next Generation of Chaos,0.05 +G-Police: Weapons of Justice,0.05 +New Prince of Tennis: Go to the Top,0.05 +Hiiro no Kakera DS,0.05 +Guilty Gear Dust Strikers,0.05 +Company of Heroes: Opposing Fronts,0.05 +Fushigi? Kagaku: Nazotoki Quiz Training - NazoTore,0.05 +Fushigi no Dungeon: Fuurai no Shiren 3 Portable,0.05 +Shaman King: Soul Fight,0.05 +Furu Furu Park,0.05 +Nazo Waku Yakata: Oto no Ma ni Ma ni,0.05 +Lagoon,0.05 +Killer Loop,0.05 +Kids Learn Music A+ Edition,0.05 +Pet Pals: New Leash on Life,0.05 +Prism: Light the Way,0.05 +Dead in the Water,0.05 +Dead or Alive Xtreme 3: Fortune,0.05 +Gold and Glory: The Road to El Dorado,0.05 +Interplay Sports Baseball 2000,0.05 +Golden Axe: The Duel,0.05 +Jissen Pachislot Hisshouhou! Hokuto no Ken DS SE,0.05 +QUIZ PARTY,0.05 +JoJo no Kimy? na B?ken Fantomu Buraddo,0.05 +Johnny Bazookatone,0.05 +Death Jr. II: Root of Evil,0.05 +Puyo Pop Fever,0.05 +Inspector Gadget: Gadget's Crazy Maze,0.05 +Judge Dredd,0.05 +D.Gray-man: Kami no Shitotachi,0.05 +Generation of Chaos,0.05 +Rockin' Pretty,0.05 +Dengeki Gakuen RPG: Cross of Venus,0.05 +Jirou Akagawa: Majotachi no Nemuri,0.05 +Rain (2013),0.05 +Rimo-Cocoron,0.05 +Jacqueline Wilson's Tracy Beaker: The Game,0.05 +Jake Power: Policeman,0.05 +Reel Fishing: The Great Outdoors,0.05 +Dakar 2: The World's Ultimate Rally,0.05 +Resident Evil 4 HD,0.05 +Dance Dance Revolution: Mario Mix (JP sales),0.05 +Go Diego Go!: Safari Rescue,0.05 +Real Soccer 2009,0.05 +J-League Winning Eleven 2010: Club Championship,0.05 +Ghostbusters (2016),0.05 +J-League '96 Dream Stadium,0.05 +Izuna 2: The Unemployed Ninja Returns,0.05 +Real Bout Garou Densetsu Special: Dominated Mind,0.05 +Reader Rabbit 2nd Grade,0.05 +Jewel Quest Mysteries 2: Trail of the Midnight Heart,0.05 +Rave Master,0.05 +Jikkyou Oshaberi Parodius,0.05 +Just Sing! Vol. 2,0.05 +Pretty Cure All Stars Everyone Gather ? Let's Dance!,0.05 +Petz Bunnyz Bunch,0.05 +Romance of the Three Kingdoms VI: Awakening of the Dragon,0.05 +Katekyoo Hitman Reborn! DS: Shinuki Max! Vongola Carnival!!,0.05 +IL-2 Sturmovik: 1946,0.05 +PoPoLoCrois,0.05 +Keiba Eight Special,0.05 +Pirates vs Ninja Dodgeball,0.05 +Kekkon Zenya,0.05 +Hyperdimension Neptunia mk2,0.05 +SD Gundam: Over Galaxian,0.05 +SD Gundam: Scad Hammers,0.05 +Keroro Gunsou: Enshuu da Yo! Zenin Shuugou Part 2,0.05 +Crazy Machines,0.05 +Dino Pets,0.05 +Kid Fit Island Resort,0.05 +Philosoma,0.05 +Crazy Chicken: Pharaoh's Treasure,0.05 +Pheasants Forever Wingshooter,0.05 +Game no Kanzume Vol 2,0.05 +Point Blank DS (US sales),0.05 +Dig Dug: Digging Strike,0.05 +Katekyoo Hitman Reborn! DS: Bongole Shiki Taisen Battle Sugoroku,0.05 +Imagine: Party Planner,0.05 +Culdcept Revolt,0.05 +Roogoo Twisted Towers,0.05 +Powerful Golf,0.05 +Power Spike Pro Beach Volleyball,0.05 +Power Shovel,0.05 +Impact Racing,0.05 +Imagine: Resort Owner,0.05 +Rugby League Live,0.05 +Diabolik Lovers: More Blood,0.05 +Imagine: Artist,0.05 +Imagine Animal Doctor Care Center,0.05 +Garou Densetsu 3: Road to the Final Victory,0.05 +Pony Friends: Mini Breeds Edition,0.05 +Crusader: No Remorse,0.05 +Detective Conan: Marionette Symphony,0.05 +Diabolik Lovers,0.05 +Dungeon Raiders,0.05 +Koihime Musou,0.05 +Hakuouki: Reimeiroku,0.05 +Chousoku Henkei Gyrozetter: Albatross no Tsubasa,0.05 +Sled Shred featuring the Jamaican Bobsled Team,0.05 +NBA 2K,0.05 +Choro Q Marine: Q Boat,0.05 +Minna to Kimi no Piramekino!,0.05 +Major Minor's Majestic March,0.05 +Magic Carpet,0.05 +Chronicles of the Sword,0.05 +Hakuoki: Stories of the Shinsengumi,0.05 +Choro Q 64 2: Hacha Mecha Grand Prix Race,0.05 +Smart Kid's Party Fun Pak,0.05 +"Lupin III: Lupin ni wa Shi o, Zenigata ni wa Koi o",0.05 +Elf Bowling 1 & 2,0.05 +Slam Dunk SD Heat Up!!,0.05 +Fatal Fury: Wild Ambition,0.05 +Minna no Ennichi,0.05 +Fishdom,0.05 +Fisherman's Challenge,0.05 +Hakuouki SSL: Sweet School Life,0.05 +Flip's Twisted World,0.05 +Metal Max 2 Reloaded,0.05 +Egg Mania: Eggstreme Madness,0.05 +Shugo Chara! 3-tsu no Tamagoto Koisuru Joker,0.05 +MorphX,0.05 +Hakuouki: Bakumatsu Musou Roku,0.05 +Luxor: Pharaoh's Challenge,0.05 +Myth Makers: Orbs of Doom,0.05 +Miracle Girls Festival,0.05 +Men in Black The Series: Crashdown,0.05 +Harukanaru Toki no Naka de 6,0.05 +Silhouette Mirage,0.05 +Sonic PC Collection,0.05 +Expendable,0.05 +Famicom Mini: Dig Dug,0.05 +Headhunter: Redemption,0.05 +Sid Meier's Railroads!,0.05 +Mister Slime,0.05 +Choujikuu Yousai Macross: Do You Remember Love,0.05 +Metal Fight Beyblade: Bakugami Susanoh Shuurai!,0.05 +Harukanaru Toki no Naka de: Yumenoukihashi,0.05 +Dynamite Headdy,0.05 +Mr Bean's Wacky World of Wii,0.05 +Elemental Gearbolt,0.05 +Classic Dungeon X2,0.05 +Chocobo to Mahou no Ehon: Majo to Shoujo to 5-Jin no Yuusha,0.05 +Marriage Royale: Prism Story,0.05 +Luminous Arc Infinity,0.05 +Harukanaru Toki no Naka de 3,0.05 +Mawashite Tsunageru Touch Panic,0.05 +Medal of Honor: European Assault (weekly JP sales),0.05 +Soul Eater: Plot of Medusa,0.05 +Fate/Unlimited Codes Portable,0.05 +The Lost Treasures of Alexandria,0.049999999999999996 +Saints Row: Gat out of Hell,0.049999999999999996 +The Lost Vikings,0.049999999999999996 +Summoner: A Goddess Reborn,0.049999999999999996 +All Star Tennis 99,0.049999999999999996 +Puyo Pop,0.049999999999999996 +Silent Hunter: Wolves of the Pacific,0.049999999999999996 +Monster! Bass Fishing,0.049999999999999996 +Microsoft Train Simulator,0.049999999999999996 +Big Air Freestyle,0.049999999999999996 +Unsolved Crimes,0.049999999999999996 +Stretch Panic,0.049999999999999996 +Microsoft Flight Simulator X Acceleration Expansion Pack,0.049999999999999996 +Black Mirror 2,0.049999999999999996 +Kakuto Chojin,0.049999999999999996 +Chameleon Twist 2,0.049999999999999996 +Otogi 2: Immortal Warriors,0.049999999999999996 +Ultra Bust-A-Move,0.049999999999999996 +"Warhammer 40,000: Dawn of War",0.049999999999999996 +Wing Commander: Prophecy,0.049999999999999996 +Wing Island,0.049999999999999996 +Princess on Ice,0.049999999999999996 +Far Cry,0.049999999999999996 +Blues Brothers 2000,0.049999999999999996 +Samantha Swift and the Hidden Roses of Athena,0.049999999999999996 +Mahjong 3D: Warriors of the Emperor,0.049999999999999996 +Stunt GP,0.049999999999999996 +Ms Saga: A New Dawn,0.049999999999999996 +Finny the Fish & the Seven Waters,0.049999999999999996 +"Murder, She Wrote",0.049999999999999996 +Active Life: Magical Carnival,0.049999999999999996 +Sigma Star Saga,0.049999999999999996 +Yanya Caballista: City Skater,0.049999999999999996 +Worms Reloaded,0.049999999999999996 +My Body Coach,0.049999999999999996 +Stranger of Sword City,0.049999999999999996 +Turbo Turtle Adventure,0.049999999999999996 +Fatal Frame II: Crimson Butterfly Director's Cut,0.049999999999999996 +Gitaroo Man,0.049999999999999996 +Woody Woodpecker: Escape from Buzz Buzzard Park,0.049999999999999996 +Phantom Crash,0.049999999999999996 +4 Elements,0.049999999999999996 +IL-2 Sturmovik: Cliffs of Dover,0.049999999999999996 +Raze's Hell,0.049999999999999996 +Blazing Souls: Accelate,0.049999999999999996 +StarCraft,0.049999999999999996 +Medabots: Infinity,0.049999999999999996 +Short Track Racing: Trading Paint,0.049999999999999996 +Earth Defense Force 4.1: The Shadow of New Despair,0.049999999999999996 +Yu-Gi-Oh! World Championship 2007,0.049999999999999996 +Medabots: Metabee,0.049999999999999996 +Hercules: The Legendary Journeys,0.049999999999999996 +Apassionata: Die Galanacht der Pferde,0.049999999999999996 +Lips: Deutsche Partyknaller,0.049999999999999996 +Shiren the Wanderer 5 Plus: Fortune Tower and the Dice of Fate,0.049999999999999996 +Cities in Motion,0.049999999999999996 +Crime Life: Gang Wars,0.049999999999999996 +Rebelstar: Tactical Command,0.049999999999999996 +Ship Simulator Extremes,0.049999999999999996 +Arx Fatalis,0.049999999999999996 +Drill Dozer,0.049999999999999996 +Dual Heroes,0.049999999999999996 +Freelancer,0.049999999999999996 +Lufia: The Ruins of Lore,0.049999999999999996 +Fighter Destiny 2,0.049999999999999996 +Phantasy Star Online Episode I & II Plus,0.049999999999999996 +Empire Earth,0.049999999999999996 +Forza Motorsport 3: Ultimate Edition,0.049999999999999996 +River City Soccer Hooligans,0.049999999999999996 +Airline Tycoon 2,0.049999999999999996 +Men of War: Assault Squad,0.049999999999999996 +Virtual Villagers: A New Home,0.049999999999999996 +Company of Heroes,0.049999999999999996 +Dr. Seuss: Green Eggs and Ham,0.049999999999999996 +Neverland Card Battles,0.049999999999999996 +Jim Henson's Muppets in Spy Muppets: License to Croak,0.049999999999999996 +City Life: World Edition,0.049999999999999996 +Carve,0.049999999999999996 +The Chase: Felix Meets Felicity,0.04 +Playmobil Top Agents,0.04 +MiniCopter: Adventure Flight,0.04 +Bloody Roar Extreme,0.04 +Port Royale 2,0.04 +Katekyoo Hitman Reborn! Battle Arena,0.04 +Platinum Sudoku,0.04 +Metroid Prime: Federation Force,0.04 +Millipede / Super Breakout / Lunar Lander,0.04 +Tenshou Gakuen Gekkouroku,0.04 +Wii de Asobu: Metroid Prime,0.04 +Pool Party,0.04 +Praetorians,0.04 +Planescape: Torment,0.04 +Fashion Week Jr. Designer,0.04 +Pocket Pool,0.04 +Who Wants to be a Millionaire: 2nd Edition,0.04 +The Adventures of Darwin,0.04 +Katekyoo Hitman Reborn! Battle Arena 2 - Spirits Burst,0.04 +Kart Racer,0.04 +Minna ga Shuyaku no NHK Kouhaku Quiz Kassen,0.04 +Minna no Chizu,0.04 +PopCap Arcade Vol 1,0.04 +"Minna de Jibun no Setsumeisho: B-Kata, A-Kata, AB-Kata, O-Kata",0.04 +The Berenstain Bears and the Spooky Old Tree,0.04 +Derby Tsuku 5: Derby Uma o Tsukurou!,0.04 +Akko ni Omakase! Brain Shock,0.04 +Blue Roses: Yousei to Aoi Hitomi no Senshitachi,0.04 +Mike Tyson Boxing,0.04 +Point Blank 2,0.04 +Kanuchi: Shiroki Tsubasa no Shou,0.04 +Mike Tyson Heavyweight Boxing,0.04 +Pool Hall Pro,0.04 +Wicked Monster Blast!,0.04 +Garfield: The Search for Pooky,0.04 +Tiger Woods PGA Tour Golf,0.04 +Tennis no Oji-Sama: DokiDoki Survival - Umibe no Secret,0.04 +Danny Phantom: Urban Jungle,0.04 +Ray Gigant,0.04 +Dark Half,0.04 +Jewel Quest Mysteries,0.04 +Memories Off 6: T-Wave,0.04 +Jig-A-Pix: Wild World,0.04 +DarkStar One,0.04 +Date A Live: Rine Utopia,0.04 +Rapala Trophies,0.04 +Taikou Risshiden V,0.04 +Jikkyou World Soccer 2002,0.04 +Rally Challenge 2000,0.04 +Without Warning,0.04 +Men of War,0.04 +Railroad Tycoon 3,0.04 +Dead Ball Zone,0.04 +Dark Arena,0.04 +Tabi no Yubisashi Kaiwachou DS: DS Series 5 Deutsch,0.04 +Men of War: Vietnam,0.04 +Tsurugi no Machi no Ihoujin: Kuro no Kyuuden,0.04 +Dance Dance Revolution Disney Mix,0.04 +Refrain no Chika Meikyuu to Majo no Ryodan,0.04 +Trollz: Hair Affair!,0.04 +Famicom Mini: Clu Clu Land,0.04 +Go Go Ackman 3,0.04 +Art of Fighting 3: The Path of the Warrior,0.04 +Record of Agarest War: Marriage,0.04 +TOCA Race Driver 2,0.04 +True Love Story 3,0.04 +Glacier2,0.04 +World Championship Spelling,0.04 +Jerry Rice and Nitus' Dog Football,0.04 +Dance! It's Your Stage,0.04 +Brave: The Video Game,0.04 +Trick x Logic: Season 2,0.04 +Dead Head Fred,0.04 +RACE On,0.04 +Tennis no Oji-Sama: DokiDoki Survival - Sanroku no Mystic,0.04 +Punch King,0.04 +Tears to Tiara Anecdotes: The Secret of Avalon,0.04 +Winning Post World 2010,0.04 +Winning Post 8 2015,0.04 +Winning Post 7: Maximum 2007,0.04 +Metal Max Returns,0.04 +Twin Strike: Operation Thunder,0.04 +Denki Blocks!,0.04 +Train Simulator 2016,0.04 +Justice League: Chronicles,0.04 +Tenchu: Dark Secret,0.04 +Boktai 2: Solar Boy Django,0.04 +Boing! Docomodake DS,0.04 +Tennis Masters Series 2003,0.04 +FIFA Soccer 2003 (weekly jp sales),0.04 +FIFA Manager 12,0.04 +Psycho-Pass: Mandatory Happiness,0.04 +Pure Pinball,0.04 +Deadliest Catch: Alaskan Storm,0.04 +Bomberman: Act Zero,0.04 +R.B.I. Baseball 2016,0.04 +Jissen Pachislot Hisshouhou! Hokuto no Ken DS,0.04 +Mechanic Escape,0.04 +Mazes of Fate DS,0.04 +Ailu de Puzzle,0.04 +R-Type Command (correct US sales),0.04 +Assassin's Creed Chronicles: China,0.04 +Quiz Mobile Gundam: Toi Senshi DX,0.04 +Deadly Arts,0.04 +Deal or No Deal: Special Edition,0.04 +Assassin's Creed: Altair's Chronicles,0.04 +Metal Gear Solid: Digital Graphic Novel,0.04 +Jojo's Fashion Show: Design in a Dash!,0.04 +Assault Rigs,0.04 +Twilight Syndrome: Kinjiratera Toshi Densetsu,0.04 +Alienators: Evolution Continues,0.04 +Disney's Hide & Sneak,0.04 +Exstetra,0.04 +GoGo's Crazy Bones,0.04 +Double Dragon Advance,0.04 +The Sims 2: Glamour Life Stuff,0.04 +Beastly Frantic Foto,0.04 +Mystery Case Files: Ravenhearst,0.04 +LEGO Friends,0.04 +Neverwinter Nights,0.04 +Tokimeki Mahjong Paradise: Koi no Tenpai Beat,0.04 +Toki no Kizuna: Sekigahara Kitan,0.04 +M&M's Beach Party,0.04 +Ao no Exorcist: Genkoku no Labyrinth,0.04 +Draglade (JP sales),0.04 +Fushigi no Dungeon: Fuurai no Shiren 5 - Fortune Tower to Unmei no Dice,0.04 +The Sims 4: Spa Day,0.04 +The Sims Deluxe,0.04 +M&M's Adventure,0.04 +Virtua Striker 2002,0.04 +"Negima!? Chou Mahora Taisen Kattoiin, Keiyaku Shikkou Dechai masuu",0.04 +Doraemon: Shin Nobita no Nihon Tanjou,0.04 +Doraemon: Shin Nobita no Daimakyou Peko to 5-nin no Tankenta,0.04 +Formula 1 06,0.04 +Beatdown: Fists of Vengeance,0.04 +Norn9: Norn + Nonette,0.04 +The Monkey King: The Legend Begins,0.04 +Nobunaga's Ambition II,0.04 +Nobunaga's Ambition (3DS),0.04 +WTF: Work Time Fun,0.04 +No Rules: Get Phat,0.04 +Nitroplus Blasterz: Heroines Infinite Duel,0.04 +Nike+ Kinect Training,0.04 +BeatMania IIDX 16: Empress + Premium Best,0.04 +Ford Bold Moves Street Racing,0.04 +MLB 2K12 / NBA 2K12 Combo Pack,0.04 +The Ripping Friends,0.04 +Nihon Pro Mahjong Kishikai Kanshuu: Pro Ni Naru Mahjong DS,0.04 +NightCaster II: Equinox,0.04 +"My World, My Way (US sales)",0.04 +Kuroshitsuji: Phantom & Ghost,0.04 +Negima!? 3-Jikanme ~Koi to Mahou to Sekaiju Densetsu~,0.04 +Virtua Fighter CG Portrait Series Vol.6: Lau Chan,0.04 +Dragon Ball: Advanced Adventure,0.04 +Dynasty Warriors Vol. 2,0.04 +ESPN Great Outdoor Games Bass 2002,0.04 +Lise no Atelier: Ordre no Renkinjutsushi,0.04 +Banushi Life Game: Winner's Circle,0.04 +Luminous Arc 3,0.04 +Dramatic Soccer Game: Nippon Daihyou Senshu Ninarou!,0.04 +Thoroughbred Breeder II Plus,0.04 +Dynasty Warriors Vol. 2 (JP sales),0.04 +Dreamfall: The Longest Journey,0.04 +Nanda's Island,0.04 +Lock On: Modern Air Combat,0.04 +Logic Machines,0.04 +Looney Tunes Duck Dodgers Starring: Daffy Duck,0.04 +Duke Nukem Trilogy: Critical Mass,0.04 +Dunamis 15,0.04 +Free Running,0.04 +Looney Tunes: Cartoon Conductor,0.04 +Lionel Trains: On Track,0.04 +NBA In The Zone '99,0.04 +Myth Makers: Trixie in Toyland,0.04 +Lux-Pain,0.04 +Natsuiro High School: Seishun Hakusho,0.04 +National Geographic Panda (US sales),0.04 +Balls of Fury,0.04 +Last Escort: Club Katze,0.04 +Valhalla Knights 2: Battle Stance,0.04 +Battle Spirits: Digital Starter,0.04 +The Treasures of Montezuma,0.04 +Naruto Shippuuden: Shinobi Retsuden III,0.04 +ESPN NBA 2Night 2002,0.04 +Naruto Shippuden: Dairansen! Kage Bunshin Emaki,0.04 +Battle Rage,0.04 +Aquanaut's Holiday: Kakusareta Kiroku,0.04 +The Void,0.04 +Legasista,0.04 +Battle Engine Aquila,0.04 +Nanostray 2,0.04 +Novastorm,0.04 +Tokumei Sentai Go-Busters,0.04 +The Cube,0.04 +Angelique Duet,0.04 +Atelier Iris 3: Grand Phantasm (JP Sales),0.04 +Kikou Heidan J-Phoenix 2,0.04 +All Points Bulletin,0.04 +Monster Hunter Frontier Online: Season 9.0,0.04 +Monster Kingdom: Jewel Summoner,0.04 +Paws & Claws: Regal Resort,0.04 +Durarara!! 3way Standoff: Alley,0.04 +Monster Mayhem: Build and Battle,0.04 +Painkiller: Hell Wars,0.04 +Paddington: Adventures in London,0.04 +Espgaluda II Black Label,0.04 +Mana Khemia: Alchemists of Al-Revis (JP sales),0.04 +Alter Ego,0.04 +Monster Trux Arenas: Special Edition,0.04 +Blade Arcus from Shining EX,0.04 +King of Fighters: Maximum Impact Regulation A,0.04 +Galaxy Racers,0.04 +Monster High 13 Wishes,0.04 +Pet Vet: Down Under,0.04 +Game no Kanzume Vol 1,0.04 +Kevin Van Dam: Big Bass Challenge,0.04 +Fighting Vipers 2,0.04 +Pinball Tycoon,0.04 +Way of the Samurai 2 Portable,0.04 +The Dark Spire,0.04 +Mobile Suit Gundam: Mokuba no Kiseki,0.04 +Pia Carrot e Youkoso!! 2.5,0.04 +Phoenix Wright: Revived Turnabout,0.04 +Monaco Grand Prix,0.04 +Phantasy Star Online 2 Episode 4: Deluxe Package,0.04 +Monster Band,0.04 +Watashi no Relaxuma,0.04 +March of the Penguins,0.04 +Monster Force,0.04 +Phantom Kingdom Portable,0.04 +Kidou Gekidan Haro Ichiza Gundam Mahjong DS: Oyaji nimo Agarareta koto nai noni!,0.04 +Phantom Breaker,0.04 +Galaxy Fight,0.04 +Maken Shao: Demon Sword,0.04 +B-Boy,0.04 +Doki Doki! PreCure Narikiri Life!,0.04 +Operation Flashpoint: Elite,0.04 +Ookami to Koushinryou: Boku to Horo no Ichinen,0.04 +UnchainBlades EXXiV,0.04 +Ookami Kakushi,0.04 +Motto TOEIC Test DS Training,0.04 +Mahjong Taikai,0.04 +Onsei Kanjou Sokuteiki: Kokoro Scan,0.04 +American Bass Challenge,0.04 +Ore no Imouto ga Konna ni Kawaii Wake ga Nai Happy EnD,0.04 +Doko Demo Issho: Let's Gakkou!,0.04 +Magical Starsign (JP sales),0.04 +Klonoa Heroes: Densetsu no Star Medal,0.04 +Amnesia,0.04 +Billy the Wizard: Rocket Broomstick Racing,0.04 +Dolly Kanon Dokidoki Tokimeki Himitsu no Ongaku Katsudou Start Desu!!,0.04 +Off-Road Drive,0.04 +Emergency Room: Real Life Rescues,0.04 +The Kore Gang,0.04 +PQ2: Practical Intelligence Quotient,0.04 +The Invincible Iron Man,0.04 +The Idolm@ster: Must Songs - Red Board / Blue Board,0.04 +PD Ultraman Battle Collection 64,0.04 +B.L.U.E.: Legend of Water,0.04 +Kiniro no Corda 2 f,0.04 +Mortimer Beckett and the Secrets of Spooky Manor,0.04 +Black Stone: Magic & Steel,0.04 +Empire Earth III,0.04 +Do-Konjou Shougakussei: Bon Bita - Hadaka no Choujou Ketsusen!! Bita vs. Dokuro Dei!,0.04 +Majesty 2: The Fantasy Kingdom Sim,0.04 +WarTech: Senko no Ronde,0.04 +Gal*Gun,0.04 +Ou to Maou to 7-nin no Himegimitachi: Shin Ousama Monogatari,0.04 +The King of Fighters 2000,0.04 +The King of Fighters 2002: Unlimited Match,0.04 +Gakuen Hetalia Portable,0.04 +The King of Fighters Kyo,0.04 +Breeding Stud 2,0.04 +Haikyu!! Cross Team Match!,0.04 +Famicom Remix Best Choice,0.04 +Code Lyoko,0.04 +Stadium Games,0.04 +Harukanaru Toki no Naka de: Maihitoyo,0.04 +Cartoon Network Racing,0.04 +Shukufuku no Campanella Portable,0.04 +Imperial Glory,0.04 +"Roswell Conspiracies: Aliens, Myths & Legends",0.04 +Imabikisou,0.04 +Bullet Girls 2,0.04 +Cartoon Network Block Party,0.04 +Gumby vs. the Astrobots,0.04 +Crushed Baseball,0.04 +Zen-Nippon GT Senshuken,0.04 +Zatch Bell! Mamodo Fury,0.04 +Haunted Casino,0.04 +Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Gakkou-Hen,0.04 +Zac to Ombra: Maboroshi no Yuuenchi,0.04 +Card Fight!! Vanguard G: Stride to Victory!!,0.04 +Heathcliff! Frantic Foto,0.04 +Ide Yosuke no Mahjong Kazoku,0.04 +Grand Slam,0.04 +S.T.A.L.K.E.R.: Clear Sky,0.04 +Xblaze: Lost Memories,0.04 +S.Y.K Renshouden Portable,0.04 +I.Q. Remix+: Intelligent Qube,0.04 +Yuki Yuna is a Hero: Memory of the Forest,0.04 +Super Robot Gakuen,0.04 +Rome: Total War - Gold Edition,0.04 +Combat Mission: Shock Force,0.04 +Rollin' Rascals,0.04 +Sins of a Solar Empire: Trinity,0.04 +12Riven: The Psi-Climinal of Integral,0.04 +Zombi Daisuki,0.04 +Super Robot Taisen: Scramble Commander the 2nd,0.04 +Clever Kids: Creepy Crawlies,0.04 +Rock 'N Roll Racing,0.04 +Worms 4: Mayhem,0.04 +Advance Guardian Heroes,0.04 +Infamous: First Light,0.04 +Harley-Davidson: Road Trip,0.04 +D.C.F.S.: Da Capo Four Seasons,0.04 +Clock Zero: Shuuen no Ichibyou Portable,0.04 +Gundam Battle Online,0.04 +Simple DS Series Vol. 15: The Kanshikikan 2 - Aratanaru 8-tsu no Jiken wo Touch seyo,0.04 +GunPey DS,0.04 +Super Robot Taisen OG Infinite Battle,0.04 +Castlevania Bloodlines,0.04 +Clover no Kuni no Alice: Wonderful Wonder World,0.04 +Gothic Universe,0.04 +Harukanaru Toki no Naka de 3: Unmei no Meikyuu Aizouban,0.04 +Castle of Shikigami III,0.04 +Harukanaru Toki no Naka de 4: Aizouban,0.04 +Harukanaru Toki no Naka de 5,0.04 +Casper's Scare School: Spooky Sports Day,0.04 +Code Geass: Hangyaku no Lelouch R2 - Banjou no Geass Gekijou,0.04 +Color Cross,0.04 +Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Shu-Hen,0.04 +Civilization Beyond Earth: Rising Tide,0.04 +Sengoku Musou 3 Z Special,0.04 +Summer Athletics 2009,0.04 +Yes! PreCure 5,0.04 +San Goku Shi DS 3,0.04 +San-X Land: Theme Park de Asobou!,0.04 +Sekai no Gohan Shaberu! DS Oryouri Navi,0.04 +Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 13: Shinseiki Evangelion - Yakusoku no Toki,0.04 +Caesar IV,0.04 +Caesar III,0.04 +Sega Rally 2006,0.04 +Growlanser,0.04 +Saru! Get You! Pipo Saru Senki,0.04 +Sega Arcade Gallery,0.04 +Sega Ages 2500 Series Vol. 33: Fantasy Zone Complete Collection,0.04 +Guild Wars Trilogy,0.04 +Hot Potato!,0.04 +Secret Service,0.04 +Counter Force,0.04 +Holly Hobbie & Friends,0.04 +Yowamushi Pedal,0.04 +Strike Witches: Shirogane no Tsubasa,0.04 +A Ressha de Ikou DS,0.04 +A Game of Thrones: Genesis,0.04 +Horses 3D,0.04 +Corpse Party: Book of Shadows,0.04 +Homeworld 2,0.04 +Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 5: Shinseiki Evangelion - Tamashii no Kiseki,0.04 +Hotel Giant 2,0.04 +Star X,0.04 +Story Hour: Fairy Tales,0.04 +SPRay,0.04 +Shin Fortune Quest: Sokutaku no Kishi,0.04 +Heroes of Might and Magic V,0.04 +Starry ? Sky: After Spring,0.04 +High Heat Baseball 2002,0.04 +Shaun the Sheep,0.04 +Yager,0.04 +Hyperdimension Neptunia Victory II,0.04 +Crazy Chicken: Atlantis Quest,0.04 +Sacra Terra: Angelic Night,0.04 +Great Battle Full Blast,0.04 +Sacred Blaze,0.04 +Shattered Union,0.04 +Higurashi no Naku Koro ni Iki,0.04 +Super Black Bass Fishing,0.04 +CID The Dummy,0.04 +Super Army War,0.04 +Hunter x Hunter: Wonder Adventure,0.04 +Saint Seiya: The Hades,0.04 +Company of Heroes: Tales of Valor,0.04 +Stoked: Big Air Edition,0.04 +Serious Sam HD: Gold Edition,0.04 +Saki Portable,0.04 +Housekeeping,0.04 +Summon Night Craft Sword Monogatari: Hajimari no Ishi,0.04 +Bubble Bobble Revolution,0.04 +99 no Namida,0.04 +Challenge Me: Maths Workout,0.04 +11eyes: CrossOver,0.04 +Dai Senryaku VII: Modern Military Tactics,0.04 +Hana to Ikimo no Rittai Zukan,0.04 +Da Capo I & II Plus Situation Portable,0.04 +Haneru no Tobira DS: Tanshuku Tetsudou no Yoru,0.04 +Superstars V8 Racing,0.04 +Rise of Nations: Rise of Legends,0.04 +Zoo Tycoon,0.04 +World Trigger: Borderless Mission,0.04 +Sotsugyou II: Neo Generation,0.04 +Daito Giken Koushiki Pachi-Slot Simulator: Shake II,0.04 +Rise of Nations,0.04 +SuperCar Challenge,0.04 +Hanayori Danshi: Koi Seyo Onago,0.04 +Cesar Millan's Dog Whisperer,0.04 +Daikaijuu Battle: Ultra Coliseum DX - Ultra Senshi Daishuuketsu,0.04 +World of Goo,0.04 +Chaos Wars,0.04 +Snoopy vs the Red Baron,0.04 +Superman: Countdown to Apokolips,0.04 +J.League Pro Soccer Club o Tsukurou! 8 Euro Plus,0.04 +J-League Pro Striker 2,0.04 +Hanaoni: Koisomeru Koku - Eikyuu no Shirushi,0.04 +Riding Stables: The Whitakers present Milton and Friends,0.04 +Hakuouki: Reimeiroku Portable,0.04 +Chibi Maruko-Chan DS: Maru-Chan no Machi,0.04 +Special Forces: Nemesis Strike,0.04 +Hanaoni: Yume no Tsudzuki,0.04 +Half-Minute Hero 2,0.04 +Sonic the Hedgehog 2 (8-bit),0.04 +World in Conflict,0.04 +Syberia II,0.04 +City Builder,0.04 +Supreme Ruler: Cold War,0.04 +Hakuouki: Zuisouroku,0.04 +World in Conflict: Complete Edition,0.04 +Richard Burns Rally,0.04 +Casual Mania!,0.04 +12-Sai. Koisuru Diary,0.04 +Cheer We Go!,0.04 +Chou Gekijoban Keroro Gunsou: Gekishin Dragon Warriors de Arimasu!,0.04 +Hakuouki: Zuisouroku DS,0.04 +Championship Manager Season 01/02,0.04 +Supreme Commander: Forged Alliance,0.04 +Nettou! Powerful Koushien,0.03 +Heroes of Hellas 2: Olympia,0.03 +Hiiro no Kakera 3: Aoikuro no Kusabi,0.03 +Stellaris,0.03 +Trap Gunner: Countdown to Oblivion,0.03 +Hiiro no Kakera 2: Hisui no Shizuku,0.03 +Commander: Conquest of the Americas,0.03 +Metal Dungeon,0.03 +Shakugan no Shana,0.03 +Asterix & Obelix: Kick Buttix,0.03 +Battle Hunter,0.03 +Stolen,0.03 +MechAssault: Phantom War,0.03 +Virtual Pool: Tournament Edition,0.03 +Legend of Kay Anniversary,0.03 +Turn It Around,0.03 +Meteos: Disney Magic,0.03 +Vitamin X Evolution,0.03 +Hiiro no Kakera: Shin Tamayori Hime Denshou - Piece of Future,0.03 +Himoutou! Umaru-Chan: Himoutou Ikusei Keikaku,0.03 +Beastly,0.03 +StormLover,0.03 +Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wei-Hen,0.03 +Shin Koihime Musou: Otome Ryouran * Sangokushi Engi - Wu-Hen,0.03 +Nancy Drew: Alibi In Ashes,0.03 +Serious Sam Advance,0.03 +Vitamin Z,0.03 +Higurashi no Naku Koro ni Kizuna: Dai-Yon-Kan - Kizuna,0.03 +Last Escort 2: Shinya no Amai Toge,0.03 +3D Baseball,0.03 +Chicken Shoot 2,0.03 +La Pucelle: Ragnarok,0.03 +100 Classic Games,0.03 +Labyrinth Cross Blood: Infinity,0.03 +Highschool Terra Story,0.03 +Starry ? Sky: In Winter,0.03 +Langrisser: Re:Incarnation Tensei,0.03 +Guild Wars: Nightfall,0.03 +Ao no Kanata no Four Rhythm,0.03 +Call of Duty: Modern Warfare Trilogy,0.03 +Fading Shadows,0.03 +Chili Con Carnage,0.03 +Fullmetal Alchemist: Brotherhood,0.03 +Metal Gear Solid: The Essential Collection (JP sales),0.03 +Starshot: Space Circus Fever,0.03 +Nectaris: Military Madness,0.03 +Sonic Boom: Fire & Ice,0.03 +Maximum Racing: Drag & Stock Racer,0.03 +Downstream Panic!,0.03 +Spectral Souls: Resurrection of the Ethereal Empires,0.03 +Steambot Chronicles,0.03 +Virtua Quest,0.03 +Negima!? Dream Tactic Yumemiru Otome Princess,0.03 +Metal Saga: Hagane no Kisetsu,0.03 +Nekketsu Kouha Kunio-Kun SP: Rantou Kyousoukyoku,0.03 +Shantae and the Pirate's Curse,0.03 +Starry ? Sky: In Autumn,0.03 +Metal Slug XX,0.03 +FunkMaster Flex's Digital Hitz Factory,0.03 +Higurashi no Naku Koro ni Kizuna: Dai-San-Kan - Rasen,0.03 +Steel Battalion: Line of Contact,0.03 +Maximum Racing: GP Classic Racing,0.03 +Sky Dancers,0.03 +Senran Kagura: Bon Appétit!,0.03 +New Tokyo Legacy: Operation Babel,0.03 +Arthur and the Invisibles,0.03 +Medarot 9: Kabuto Ver. / Kuwagata Ver.,0.03 +Triple Pack: Xbox Live Arcade Compilation,0.03 +OZMAFIA!! -vivace-,0.03 +Street Supremacy,0.03 +Angelique: Maren no Rokukishi,0.03 +Beyond the Labyrinth,0.03 +Angler's Club: Ultimate Bass Fishing 3D,0.03 +Charlie Blasts Territory,0.03 +Street Jam Basketball,0.03 +True Pinball,0.03 +North American Hunting Extravaganza 2,0.03 +Soul Eater: Battle Resonance,0.03 +Tsuku Monogatari,0.03 +Renai 0 Kilometer,0.03 +.hack: Sekai no Mukou ni + Versus,0.03 +Beyblade Evolution,0.03 +Medabots Girls Mission: Metabee Ver. / Rokusho Ver.,0.03 +Hokuto no Ken: Hokuto Shinken Denshousha no Michi,0.03 +Big Ichigeki! Pachi-Slot Taikouryku Universal Museum,0.03 +Kokoro no Kokoron,0.03 +Big Idea's VeggieTales: LarryBoy and the Bad Apple,0.03 +DokiDoki Majo Shinpan! 2,0.03 +Cooking Mama 5: Bon Appetit!,0.03 +Hajime no Ippo: The Fighting,0.03 +Hajime no Ippo: The Fighting! (2014),0.03 +Hakuoki Zuisouroku Omokage Hana,0.03 +Gudetama: Hanjuku de Tanomuwa,0.03 +Sea Park Tycoon,0.03 +Mega Minis Volume 2,0.03 +Knights of Honor,0.03 +Bikkuriman Daijiten,0.03 +thinkSMART FAMILY!,0.03 +Cook Wars,0.03 +GTR Evolution,0.03 +Big Mountain 2000,0.03 +Megpoid the Music#,0.03 +An American Tail: Fievel's Gold Rush,0.03 +Strike Witches: Aoi no Dengekisen - Shin Taichou Funtousuru!,0.03 +Hisshou Pachinko*Pachi-slot Kouryaku Series DS Vol. 3: Shinseiki Evangelion - Yakusoku no Toki,0.03 +Betty Boop's Double Shift,0.03 +Story Hour: Adventures,0.03 +Nippon no Asoko de,0.03 +Sekai no Hate Made Itte Q! Chinjuu Hunter Mono no Daibouken,0.03 +Animaniacs: The Great Edgar Hunt,0.03 +Travel Coach: Europe 1,0.03 +G1 Jockey Wii,0.03 +Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 4: Shinseiki Evangelion - Saigo no Mono,0.03 +Sengoku Efuda Yuugi: Hototogisu Tairan,0.03 +Sengoku Hime: Senran ni Mau Otometachi,0.03 +Night Head: The Labyrinth,0.03 +Hissatsu Pachinko Collection 3,0.03 +Senko no Ronde DUO,0.03 +Kuryuu Youma Gakuenki Recharge,0.03 +Dragon Tamer: Sound Spirit,0.03 +Calcio Bit,0.03 +BeatMania IIDX 15: DJ Troopers,0.03 +BeatMania IIDX 14 Gold,0.03 +BeatMania IIDX 13: DistorteD,0.03 +Double Value!: ATV Thunder Ridge Riders / Monster Trucks Mayhem,0.03 +DoraMoji: Nobita no Kanji Daisakusen,0.03 +Sorcery Saga: The Curse of the Great Curry God,0.03 +Hakuouki,0.03 +Nisekoi: Yomeiri!?,0.03 +Konami Arcade Classics,0.03 +Best Friends Tonight,0.03 +Konami Classics Series: Arcade Hits,0.03 +Nobunaga no Yabou: Kakushin with Power-Up Kit,0.03 +Ben 10 Omniverse 2,0.03 +The Night of the Rabbit,0.03 +Doodle Hex,0.03 +Kong: King of Atlantis,0.03 +Nobunaga no Yabou DS 2,0.03 +Tsuyo Kiss: Mighty Heart,0.03 +Medabots 9: Metabee / Rokusho,0.03 +Nishijin Pachinko Monogatari 2,0.03 +The Perfect Golf,0.03 +Nisenochigiri: Omoide no Saki e,0.03 +Treasure Gaust: Gaust Diver Crimson Red / Deep Purple,0.03 +Konohana 2: Todoke Kanai Requiem,0.03 +Konpeki no Kantai,0.03 +Nanashi no Game Me,0.03 +Shin Sangoku Musou Online: Kamishou Ranbu,0.03 +Battle Assault 3 featuring Gundam Seed,0.03 +Magicka,0.03 +Mr. Driller,0.03 +Bad Apple Wars,0.03 +Moyashimon DS,0.03 +Magna Carta Portable,0.03 +Mahjong 300,0.03 +Underground Pool,0.03 +Mahjong Kakutou Club: Zenkoku Taisenban,0.03 +Spy Hunter / Super Sprint,0.03 +Mahou Sensei Negima! Kagai Jugyou ~Otome no Dokidoki Beachside~,0.03 +Zoboomafoo: Leapin' Lemurs!,0.03 +MotorHead,0.03 +Motor Trend presents Lotus Challenge,0.03 +Emergency! Disaster Rescue Squad,0.03 +Emily Archer and the Curse of Tutankhamun,0.03 +BRAHMA Force: The Assault on Beltlogger 9,0.03 +Minna no Golf Jou Vol.1,0.03 +Emma at the Farm,0.03 +Bae Yong-joon to Manabu Kankokugo DS,0.03 +Fatal Fury: Battle Archives Volume 1,0.03 +Tokushu Houdoubu,0.03 +Touch Shot! Love Application,0.03 +Flow: Urban Dance Uprising,0.03 +Flipper Critters,0.03 +Astrology DS,0.03 +Casino Chaos With Las Vegas Players Collection,0.03 +Tokyo Majin Gakuen: Kenfuuchou,0.03 +My Ballet Studio,0.03 +Harukanaru Toki no Naka de 5: Kazahanaki,0.03 +Muv-Luv Alternative: Total Eclipse,0.03 +Ballistic,0.03 +Fishdom 2 Deluxe,0.03 +Music Maker: Rockstar,0.03 +"Hanayaka Kana, Ware ga Ichizoku Twin Pack",0.03 +First Queen: Ornic Senki,0.03 +Mushihimesama Futari Ver 1.5,0.03 +Madou Monogatari,0.03 +Bakumatsu Rock: Ultra Soul,0.03 +Code Geass: Hangyaku no Lelouch,0.03 +Mother Goose no Himitsu no Yakata,0.03 +Empire Earth II,0.03 +Smart Girl's Winter Wonderland,0.03 +Simple DS Series Vol. 8: The Kanshikikan - Kinkyuu Shutsudou!! Jiken Genba wo Touch Seyo,0.03 +Tork: Prehistoric Punk,0.03 +Classic Dungeon: Fuyoku no Masoujin,0.03 +Monster Rancher Hop-A-Bout,0.03 +Atelier Shallie Plus: Alchemists of the Dusk Sea,0.03 +MapleStory DS,0.03 +Toriko: Ultimate Survival,0.03 +Sins of a Solar Empire,0.03 +Monster Hunter Frontier Online: Season 10,0.03 +Monster Hunter Frontier Online: Forward 2,0.03 +Monster Hunter Frontier Online: Forward 1,0.03 +Eureka Seven AO: Jungfrau no Hanabanatachi,0.03 +Clannad: Mitsumi Mamoru Sakamichi de - Gekan,0.03 +Marble Madness / Klax,0.03 +Ultimate Block Party,0.03 +Even in a Game Listen to Me Girls. I Am Your Father!,0.03 +EverBlue 2,0.03 +Ukiyo no Shishi,0.03 +Marines: Modern Urban Combat,0.03 +Atomic Betty,0.03 +UK Truck Simulator,0.03 +Malice,0.03 +Clockwork Empires,0.03 +Totally Spies!,0.03 +Armored Core: Last Raven Portable,0.03 +Hankou Shashin,0.03 +Makai Senki Disgaea 4: Fuuka & Desco-hen Hajime Mashita,0.03 +Makai Senki Disgaea Portable: Tsuushin Taisen Hajime Mashita,0.03 +SingStar Chartbreaker,0.03 +Mame Goma: Honobo no Nikki,0.03 +Mame Goma: Shiro to Kuro no Meikyuu,0.03 +Clever Kids: Pirates,0.03 +Ultimate Game Room,0.03 +Armored Core SL: Silent Line Portable,0.03 +Montessori Music,0.03 +SingStar Fussballhits,0.03 +Sleepover Party,0.03 +HappinessCharge PreCure! Kawarun Collection,0.03 +My Hero Academia: Battle for All,0.03 +Zoo Vet: Endangered Animals,0.03 +Battle Arena Toshinden URA,0.03 +Shining Stars,0.03 +Thunderbirds,0.03 +Hallowed Legends: Samhain,0.03 +Tiger & Bunny: On-Air Jack!,0.03 +Arabians Lost: The Engagement on Desert,0.03 +DrumMania 7th Mix,0.03 +Heathcliff! The Fast and the Furriest,0.03 +Ducati World Racing Challenge,0.03 +Captain Tsubasa J: The Way to World Youth,0.03 +Shinseiki Evangelion Ayanami Ikusei Keikaku DS with Asuka Hokan Keikaku,0.03 +Challenge Me: Word Puzzles,0.03 +Hearts of Iron IV,0.03 +Dungeon Maker: Hunting Ground,0.03 +Care Bears - Care Quest,0.03 +Hayate no Gotoku! Ojousama Produce Daisakusen Boku Iro ni Somare! Oyashiki-Hen,0.03 +Hayate no Gotoku! Nightmare Paradise,0.03 +Zatch Bell! Electric Arena,0.03 +Franklin the Turtle,0.03 +Yumi's Odd Odyssey,0.03 +Yumeiro Patissiere: My Sweets Cooking,0.03 +Eyeshield 21: DevilBats DevilDays,0.03 +Living Legends: Frozen Beauty,0.03 +Let's Sing 2016,0.03 +Lethal Enforcers I & II,0.03 +Nacho Libre,0.03 +DragonHeart: Fire & Steel,0.03 +Herc's Adventures,0.03 +Drake & Josh: Talent Showdown,0.03 +NHL Blades of Steel 2000,0.03 +Batman Forever: The Arcade Game,0.03 +Capcom Digital Collection,0.03 +Monster Guardians,0.03 +Little Bears,0.03 +Dream C Club Zero,0.03 +Little Red Riding Hood's Zombie BBQ,0.03 +Vegas Casino,0.03 +Dream Club Zero Portable,0.03 +FIFA World Cup: Germany 2006,0.03 +Dream Girl Premier,0.03 +Astonishia Story,0.03 +E.T. The Extra-Terrestrial: Interplanetary Mission,0.03 +Sokukoku no Kusabi: Hiiro no Kakera 3 Portable,0.03 +Guitar Freaks V & DrumMania V,0.03 +Toaru Majutsu no Kagaku no Ensemble,0.03 +Mystery Trackers: The Void,0.03 +Shugo Chara! Amunonijiro Chara Change,0.03 +Military History: Commander - Europe at War,0.03 +Togainu no Chi: True Blood,0.03 +M&Ms Shell Shocked,0.03 +Eyeshield 21: Field Saikyou no Senshi Tachi,0.03 +Foto Showdown,0.03 +Tokimeki Memorial Girl's Side 1st Love Plus,0.03 +Codename: Panzers Cold War,0.03 +Stake: Fortune Fighters,0.03 +Electroplankton,0.03 +Mashiro Iro Symphony: *mutsu-no-hana,0.03 +Harukanaru Toki no Naka de Yumenoukihashi Special,0.03 +My Pet Shop (JP sales),0.03 +Utawarerumono Portable,0.03 +Silverlicious,0.03 +To LoveRu Trouble: Waku Waku! Rinkangakkou-Hen,0.03 +To LoveRu Trouble: Doki Doki! Rinkaigakkou-Hen,0.03 +Cold War,0.03 +Toushin Toshi,0.03 +Toy Shop,0.03 +ESPN MLS ExtraTime 2002,0.03 +Zenkoku Dekotora Matsuri,0.03 +Timeshock! Pro Pinball,0.03 +Timmy Time,0.03 +Master of Monsters: Disciples of Gaia,0.03 +Earthworm Jim 2,0.03 +East India Company Collection,0.03 +Cooking Mama: My Sweets Shop,0.03 +Ebikore Photo Kano Kiss,0.03 +Far East of Eden Shinden,0.03 +Echo Night Beyond,0.03 +Eco Creatures: Save The Forest,0.03 +Zero Escape: Virtue's Last Reward,0.03 +Lux-Pain (JP sales),0.03 +Might & Magic X: Legacy,0.03 +GunGriffon: Allied Strike,0.03 +Renai Revenge,0.03 +Klonoa 2: Dream Champ Tournament,0.03 +Abunai: Koi no Sousa Shitsu,0.03 +Blender Bros.,0.03 +Bubble Bobble Evolution,0.03 +Bubble Bobble Double Shot,0.03 +Katekyoo Hitman Reborn! DS: Fate of Heat II - Unmei no Futari,0.03 +Invizimals: The Lost Kingdom,0.03 +Bleach: Soul Carnival 2,0.03 +R-Type III: The Third Lightning,0.03 +The Binding of Isaac,0.03 +Katekyoo Hitman Reborn! DS: Ore ga Boss! Saikyou Family Taisen,0.03 +S.Y.K Renshouden,0.03 +Gravity Falls: Legend of the Gnome Gemulets,0.03 +River King: Mystic Valley (jp sales),0.03 +River City Super Sports Challenge,0.03 +Dead or Alive Xtreme 3: Venus,0.03 +APB Reloaded,0.03 +The Battle of Yuu Yuu Hakusho: Shitou! Ankoku Bujutsukai! 120%,0.03 +Diabolik Lovers: Lunatic Parade,0.03 +Katekyoo Hitman Reborn! Kizuna no Tag Battle,0.03 +Diabolik Lovers: Dark Fate,0.03 +Puyo Pop Fever(us sales),0.03 +Blokus Portable: Steambot Championship,0.03 +X3: Terran Conflict,0.03 +Puzzle & Action: Tant-R,0.03 +Detective Conan: Phantom Rhapsody,0.03 +Winx Club: Rockstars,0.03 +Winx Club: Saving Alfea,0.03 +Alia's Carnival! Sacrament,0.03 +Tamagotchi no Doki Doki Dream Omisecchi,0.03 +Robo Pit,0.03 +Ganbare Goemon: Toukai Douchuu Ooedo Tengurigaeshi no Maki,0.03 +Detective Opera: Milky Holmes 2,0.03 +Rush Hour,0.03 +Roadsters,0.03 +Golden Nugget Casino / Texas Hold 'Em Double Pack,0.03 +Katekyoo Hitman Reborn! Kindan no Yami no Delta,0.03 +AMNESIA World,0.03 +C.O.R.E.,0.03 +Hyperdimension Neptunia Vs. Sega Hard Girls: Yume no Gattai Special,0.03 +Keshisasu-Kun: Battle Kas-tival,0.03 +Super Duper Sumos,0.03 +Rakushou! Pachi-Slot Sengen 5: Rio Paradise,0.03 +Crazy Chicken: Star Karts,0.03 +Super Dodgeball Brawlers (jp sales),0.03 +Brothers In Arms DS,0.03 +Bleach DS 4th: Flame Bringer,0.03 +Tale of a Hero,0.03 +Super Collapse! II,0.03 +SWAT: Target Liberty,0.03 +Take On Helicopters,0.03 +Sabre Wulf,0.03 +Great Edo Blacksmith,0.03 +Blaze Union: Story to Reach the Future,0.03 +Hyakumanton no Bara Bara,0.03 +DT Carnage,0.03 +Braid,0.03 +Boot Camp Academy,0.03 +Pro Cast Sports Fishing,0.03 +Planet of the Apes,0.03 +SD Gundam Force: Showdown!,0.03 +Rabbids Land,0.03 +Race Driver 2006,0.03 +Boulder Dash: Rocks!,0.03 +Pirates: Duels on the High Seas,0.03 +Crimson Tears,0.03 +Jissen Pachi-Slot Hisshouhou! Hokuto no Ken 2,0.03 +Kekkaishi: Kokubourou Shuurai,0.03 +Kekkaishi: Kokubourou no Kage,0.03 +SD Gundam G Generation: Gather Beat 2,0.03 +Bounty Hounds,0.03 +Radiant Silvergun,0.03 +Gokujou!! Mecha Mote Iinchou: MM My Best Friend!,0.03 +Criminal Girls 2,0.03 +Runabout 3: Neo Age,0.03 +Garfield: A Tale of Two Kitties,0.03 +Kao the Kangaroo Round 2,0.03 +Gekido Advance: Kintaro's Revenge,0.03 +Tenka-bito,0.03 +Kaitou Tenshi Twin Angel: Toki to Sekai no Meikyuu,0.03 +Tenkaichi * Sengoku Lovers,0.03 +Romance of the Three Kingdoms (3DS),0.03 +D.C. III: Da Capo III,0.03 +Demon Driver: Time to Burn Rubber!,0.03 +Winning Post 7 2009,0.03 +Kaizoku Sentai Gokaiger: Atsumete Henshin! 35 Sentai!,0.03 +Junior Island Adventure,0.03 +PriPara & Pretty Rhythm: PriPara de Tsukaeru Oshare Item 1450!,0.03 +Gotouchi Kenkei DS,0.03 +In Cold Blood,0.03 +Adidas Power Soccer,0.03 +DemiKids: Light Version,0.03 +Room Zoom: Race for Impact,0.03 +Kaidan Restaurant: Zoku! Shin Menu 100-Sen,0.03 +Worms: Ultimate Mayhem,0.03 +Super Meat Boy: Ultra Edition!,0.03 +Kabu Trader Shun,0.03 +Cy Girls,0.03 +Justice League Heroes: The Flash,0.03 +Dennou Senki Virtual-On Force,0.03 +Custom Beat Battle: Draglade 2,0.03 +Jyuzaengi: Engetsu Sangokuden,0.03 +RollerCoaster Tycoon 2: Triple Thrill Pack,0.03 +Ten Pin Alley 2,0.03 +Gekiatsu!! Pachi Game Tamashi Vol. 2: CR Evangelion - Shinjitsu no Tsubasa,0.03 +Gekiatsu!! Pachi Game Tamashi: CR Evangelion - Hajimari no Fukuin,0.03 +"Princess Natasha: Student, Secret Agent, Princess",0.03 +Buffy the Vampire Slayer: Wrath of the Darkhul King,0.03 +K-On! After School Live!! HD Ver.,0.03 +Teenage Zombies: Invasion of the Alien Brain Thingys,0.03 +Gekiatsu!! Pachi Game Tamashi Max: Evangelion 7 x Seimei no Kodou,0.03 +Cyber Troopers Virtual-On Marz,0.03 +Wrestle Angels: Survivor 2,0.03 +DemiKids: Dark Version,0.03 +Wrestle Kingdom,0.03 +Airship Q,0.03 +PopCap Hits! Vol 2,0.03 +Crypt Killer,0.03 +PopCap Arcade Vol 2,0.03 +Kisuato,0.03 +Judge Dredd: Dredd Vs Death,0.03 +Pop'n Music 14 Fever!,0.03 +Pop'n Music 13 Carnival,0.03 +DeathSmiles II,0.03 +Texas Hold 'Em Poker DS,0.03 +Pop Cutie! Street Fashion Simulation (JP sales),0.03 +DJ Max Portable 3,0.03 +Tao Adventure: Curse Demon,0.03 +Germany's Next Topmodel 2011,0.03 +Accel World: Kasoku no Chouten,0.03 +Tantei Jinguuji Saburo DS: Kienai Kokoro,0.03 +Popeye: Rush for Spinach,0.03 +Blue Breaker: Ken Yorimo Hohoemi o,0.03 +Rugby 08,0.03 +Project Gotham Racing 2 (JP weekly sales),0.03 +PowerSlave,0.03 +Kamigami no Asobi,0.03 +Boboboubo Boubobo: Ougi 87.5 Bakuretsu Hanage Shinken,0.03 +Akane Iro ni Somaru Saka Parallel,0.03 +Deer Drive: Legends,0.03 +Deception III: Dark Delusion,0.03 +Derby Time 2006,0.03 +Super PickUps,0.03 +Power Poke Dash,0.03 +Power Play Pool,0.03 +Gensou Suikoden I & II,0.03 +D.C.I.F.: Da Capo Innocent Finale,0.03 +Judie no Atelier: Guramnat no Renkinjutsu - Toraware no Morito,0.03 +Gauntlet / Rampart,0.03 +Phantasy Star Online 2: Episode 3 Deluxe Package,0.03 +Gekiatsu!! Pachi Game Tamashi Vol. 1: CR Evangelion - Shinjitsu no Tsubasa,0.03 +God Eater Off Shot: Lindow-hen Twin Pack & Animation Vol. 2,0.03 +Dance Dance Revolution: Hottest Party 5,0.03 +Daito Giken Premium Pachi-Slot Collection: Yoshimune,0.03 +Suzumiya Haruhi no Chokuretsu,0.03 +Galaxy Angel II: Mugen Kairou no Kagi,0.03 +Wand of Fortune 2 FD: Kimi ni Sasageru Epilogue,0.03 +Grid Runner,0.03 +Daibakushou: Jinsei Gekijou,0.03 +PO'ed,0.03 +Saru! Get You! SaruSaru Daisakusen,0.03 +Darius Burst: Chronicle Saviours,0.03 +Gakuen Alice: WakuWaku * Happy Friends,0.03 +Galaxy Angel II: Zettairyouiki no Tobira,0.03 +Darius II,0.03 +The IdolM@ster: Gravure For You! Vol. 6,0.03 +The King of Fighters: Maximum Impact - Maniax,0.03 +Tago Akira no Atama no Taisou Dai-1-Shuu: Nazotoki Sekai Isshuu Ryokou,0.03 +Tago Akira no Atama no Taisou Dai-2-Shuu: Ginga Oudan Nazotoki Adventure,0.03 +Original Story from Fairy Tail: Gekitotsu! Kardia Daiseidou,0.03 +Suujin Taisen,0.03 +Warhammer: Dark Omen,0.03 +Crash Time: Autobahn Pusuit,0.03 +Pachinko Kamen Rider: Shocker Zenmetsu Daisakusen,0.03 +House M.D.,0.03 +Pachitte Chonmage Tatsujin 12: Pachinko Ultraman,0.03 +Hudson x GReeeeN Live!? DeeeeS!?,0.03 +Jane's Hotel,0.03 +Dance Factory,0.03 +Galileo,0.03 +Jewel Master: Cradle of Rome,0.03 +Pacific Liberator,0.03 +Dancing Blade II: Tears of Eden,0.03 +Jikkyou Powerful Pro Yakyuu Wii Ketteiban,0.03 +Divinity II: Flames of Vengeance,0.03 +Otomedius Gorgeous,0.03 +Gakusen Toshi Asterisk Festa: Houka Kenran,0.03 +CT Special Forces,0.03 +Daito Giken Koushiki Pachi-Slot Simulator: Yoshimune Portable,0.03 +Suggoi! Arcana Heart 2,0.03 +Real Soccer 2008,0.03 +Oumagatoki: Kaidan Romance,0.03 +Gal Gun: Double Peace,0.03 +Rebel Raiders: Operation Nighthawk,0.03 +Otometeki Koi Kakumei * Love Revo,0.03 +Kintaihi Shounen no Jiken: Kyakusen Eris-Gou no Sangeki,0.03 +Age of Empires III: Gold Edition,0.03 +Outlaw Volleyball Remixed,0.03 +Gitaroo Man Lives!,0.03 +The Island of Dr. Frankenstein,0.03 +The Idolmaster: Gravure For You! Vol. 4,0.03 +The Inner World,0.03 +YoKai Watch Dance: Just Dance Special Version,0.03 +Jet Grind Radio,0.03 +The King of Fighters Portable '94~'98: Chapter of Orochi,0.03 +Kiniro no Corda 2 f Encore,0.03 +Otome wa Oanesama ni Koi Shiteru Portable: 2-Jin no Elder,0.03 +World Sports Competition,0.03 +Samurai Spirits: Tenkaichi Kenkakuden,0.03 +Daito Giken Koushiki Pachi-Slot Simulator Hihouden: Taiyou o Motomeru Monotachi,0.03 +Wangan Midnight,0.03 +Girls Only,0.03 +Wand of Fortune 2: Jikuu ni Shizumu Mokushiroku,0.03 +The Idolmaster: Gravure For You! Vol. 5,0.03 +Swords,0.03 +Gloria Union,0.03 +The Great Mystery Hidden Object Package 5,0.03 +Gintama: Banji Oku Chuubu!,0.03 +Syndicate Wars,0.03 +Women's Volleyball Championship,0.03 +Darkstalkers Resurrection,0.03 +The Great Battle Gaiden 2: Matsuri da Wasshoi,0.03 +Kidou Senshi V Gundam,0.03 +Patrician IV,0.03 +Brothers Conflict: Passion Pink,0.03 +The Legend of Heroes III: Song of the Ocean,0.03 +Summon Night: Swordcraft Story,0.03 +Pet Alien: An Intergalactic Puzzlepalooza,0.03 +Sunday vs Magazine Shuuketsu! Choujou Daikessen,0.03 +Sunny Garcia Surfing,0.03 +Jikandia: The Timeless Land,0.03 +CIMA: The Enemy,0.03 +Peak Performance,0.03 +Saihai no Yukue,0.03 +A Ressha de Gyoukou 2001,0.03 +A Good Librarian Like a Good Shepherd: Library Party,0.03 +The Legend of Heroes: Trails in the Sky SC Evolution,0.03 +Onna no Ko to Misshitsu ni Itara **shichau Kamoshirenai,0.03 +Tail Concerto,0.03 +Go! Go! Hypergrind,0.03 +James Pond: Codename Robocod,0.03 +Gacharoku,0.03 +Parfait,0.03 +Disney Sports Football,0.03 +Darklight Conflict,0.03 +Countdown Vampires,0.03 +World War II Combat: Road To Berlin,0.03 +Rampo,0.03 +Petz: Catz Playground,0.03 +Raw Danger!,0.03 +Pajama Sam: You are What You Eat From Your Head to Your Feet,0.03 +The Last Guy,0.03 +Galleon: Islands of Mystery,0.03 +Dave Mirra Freestyle BMX 3,0.03 +Hot Pixel,0.03 +Age of Mythology: The Titans,0.03 +GoPets: Vacation Island,0.03 +Brothers Conflict: Brilliant Blue,0.03 +Saka Agari Hurricane Portable,0.03 +Gaia Saver Hero Saidai no Sakusen,0.03 +Disney's Magical Quest 3 Starring Mickey and Donald,0.03 +Jig-A-Pix: Pets,0.03 +The Flintstones: Big Trouble in Bedrock,0.03 +ParaParaParadise,0.03 +Ookiku Furikabutte: Honto no Ace ni Nareru kamo,0.03 +Major Dream: Major DS Dream Baseball,0.02 +Gochuumon wa Usagi Desu ka?? Wonderful Party!,0.02 +Are You Alice?,0.02 +Aria: The Natural ~Tooi Yume no Mirage~,0.02 +Final Fantasy XI: All-In-One Pack 2006,0.02 +Aria: The Origination ~Aoi Wakusei no El Cielo~,0.02 +Genroh,0.02 +Winning Post 8 2016,0.02 +Tsuki no Hikari: Shizumeru Kane no Satsujin,0.02 +Ultraman Star Chronicles,0.02 +Maji de Manabu: LEC de Ukaru - DS Hishou Boki 3-Kyuu,0.02 +Indianapolis 500 Evolution,0.02 +Hakuoki: Shinkai - Hana no Shou,0.02 +Tropico Reloaded,0.02 +Army Rescue,0.02 +Gekka Ryouran Romance,0.02 +Zoey 101: Field Trip Fiasco,0.02 +Jake Hunter: Detective Chronicles,0.02 +Mai-Otome Hime: Otome Butou Shi,0.02 +Hakuoki: Shinkai - Furi no Shou,0.02 +Age of Conan: Rise of the Godslayer,0.02 +Mahou Sensei Negima! Private Lesson 2: Ojama Shimasu Parasite de Chu,0.02 +Zoids Dash,0.02 +Genkai Tokki: Seven Pirates,0.02 +Winning Post 7 Maximum 2008,0.02 +World Neverland 2in1 Portable: Olerud Kingdom & Republic of Pluto,0.02 +Umineko no Naku Koro ni San: Shinjitsu to Gensou no Yasoukyoku,0.02 +Tsuki ni Yori Sou Otome no Sahou: Hidamari no Hibi,0.02 +Umineko no Naku Koro ni: Majo to Suiri no Rinbukyoku,0.02 +Hana to Otome ni Shukufuku o: Harekaze no Okurimono,0.02 +Jojo's Bizarre Adventure,0.02 +Tsuyo Kiss 2 Gakki: Swift Love,0.02 +Marker Man Adventures,0.02 +Zwei!!,0.02 +Final Approach 2: 1st Priority,0.02 +Jewel Match 2,0.02 +Invizimals: The Resistance,0.02 +UFO: Trilogy,0.02 +Jissen Pachinko Hisshouhou! CR Sakura Taisen,0.02 +Ferrari Challenge Trofeo Pirelli Deluxe,0.02 +Iron Soldier 3,0.02 +Geten no Hana,0.02 +Happiness! De-Lucks,0.02 +Jissen Pachi-Slot Hisshouhou! Mister Magic Neo,0.02 +Haneru no Tobira Wii: Girigirissu,0.02 +Hands On! Tangrams,0.02 +101-in-1 Sports Party Megamix,0.02 +Tycoon City: New York,0.02 +Tsuyo Kiss 2 Portable,0.02 +Twinkle * Crusaders GoGo!,0.02 +Ginga Tetsudou 999 DS,0.02 +"Hanayaka Kana, Ware ga Ichizoku: Tasogare Polarstar",0.02 +Iridium Runners,0.02 +Jinsei Game DS,0.02 +Wizardry Twin Pack,0.02 +Jinguuji Saburou DS: Akai Chou,0.02 +Ginga Fukei Densetsu: Sapphire,0.02 +Mary King's Riding School,0.02 +Mary King's Riding School 2,0.02 +Mata Hari: Betrayal is only a Kiss Away,0.02 +Iron Phoenix,0.02 +Gift: Prism,0.02 +Ghost Pirates of Vooju Island,0.02 +Uchi no 3 Shimai DS,0.02 +Uchuu Keiji Tamashii: The Space Sheriff Spirits,0.02 +Aedis Eclipse: Generation of Chaos,0.02 +Ukiyo no Roushi,0.02 +Winter Blast: 9 Snow & Ice Games,0.02 +Geon Cube,0.02 +Agatha Christie's The ABC Murders,0.02 +Gon: BakuBakuBakuBaku Adventure,0.02 +Tube Slider,0.02 +Jelly Belly: Ballistic Beans,0.02 +Mechanic Master 2,0.02 +Inkheart,0.02 +World Class Rugby 2: Kokunai Gekitou Hen '93,0.02 +Jack Keane,0.02 +Mana Khemia 2: Ochita Gakuen to Renkinjutsushi Tachi Portable+,0.02 +Jet Impulse,0.02 +Joker no Kuni no Alice: Wonderful Wonder World,0.02 +Worldwide Soccer Manager 2007,0.02 +World Championship Poker featuring Howard Lederer: All In,0.02 +Irritating Stick,0.02 +Hakuouki: Yuugi Roku DS,0.02 +Mar Heaven: Karudea no Akuma,0.02 +Interactive Storybook DS Series 3,0.02 +WorldShift,0.02 +Girl Friend Beta: Kimi to Sugosu Natsuyasumi,0.02 +Golden Nugget Casino DS,0.02 +Maximum Racing: Crash Car Racer,0.02 +Maximum Capacity: Hotel Giant,0.02 +Jitsumei Jikkyou Keiba Dream Classic 2002,0.02 +Adventure Time: The Secret of the Nameless,0.02 +1000 Cooking Recipes from ELLE à table,0.02 +Zombie Hunters 2,0.02 +Jewel Link: Galactic Quest,0.02 +Jinsei Game Wii,0.02 +Kannou Mukashi Banashi Portable,0.02 +Under the Skin,0.02 +Hisshou Pachinko * Pachi-Slot Kouryaku Series Portable Vol. 2: CR Evangelion - Hajimari no Fukuin,0.02 +Kikou Heidan J-Phoenix: Cobalt Shoutaihen,0.02 +Virtua Tennis: World Tour (jp sales),0.02 +Higurashi no Naku Koro ni: Jan,0.02 +Virtual Kasparov,0.02 +Gallop Racer Inbreed,0.02 +Kimi ga Aruji de Shitsuji ga Ore de: Oshie Nikki,0.02 +Kimi ni Todoke: Sodateru Omoi,0.02 +Vitamin R,0.02 +Hiiro no Kakera Portable,0.02 +Kimikare: New Semester,0.02 +Vitamin X Evolution Plus,0.02 +7 Roses: A Darkness Rises,0.02 +Vitamin X: Detective B6,0.02 +King Arthur II,0.02 +Vitamin Z Revolution,0.02 +L.G.S: Shinsetsu Houshinengi,0.02 +Warhammer: Mark of Chaos,0.02 +Antiphona no Seikahime: Tenshi no Gakufu Op.A,0.02 +Yamasa Digi Portable: Matsuri no Tatsujin - Win-Chan no Natsumatsuri,0.02 +Kuusen II,0.02 +Yamasa Digi World SP: Moeyo! Kung Fu Shukujo,0.02 +Aoishiro,0.02 +Hurry Up Hedgehog!,0.02 +Hyakka Hyakurou: Sengoku Ninpoujou,0.02 +Ketsui: Kizuna Jigoku Tachi Extra,0.02 +Kensei: Sacred Fist,0.02 +Ketsui Death Label,0.02 +Aquanaut's Holiday,0.02 +3DS Classic Collection,0.02 +Aquaman: Battle for Atlantis,0.02 +Violet no Atelier: Gramnad no Renkinjutsushi 2 - Gunjou no Omoide,0.02 +Legacy of Ys: Books I & II,0.02 +Full House Kiss 2,0.02 +Aqua Panic!,0.02 +Yahari Game Demo Ore no Seishun Love-Kome Hamachi Gatteiru,0.02 +Warriors of the Lost Empire (JP sales),0.02 +Last Escort,0.02 +Largo Winch .// Commando Sar,0.02 +Warship Gunner 2 Portable,0.02 +Warship Gunner 2,0.02 +Higurashi Daybreak Portable Mega Edition,0.02 +AIR,0.02 +La Corda d'Oro 4,0.02 +Yu-Gi-Oh! GX: The Beginning of Destiny (JP sales),0.02 +Virtua Pro Football,0.02 +Warhammer Online: Age of Reckoning,0.02 +HotBrain,0.02 +Heroes VS,0.02 +"Hisshou Pachinko*Pachi-Slot Kouryaku Series DS Vol. 1: Shinseiki Evangelion - Magokoro o, Kimi ni",0.02 +Kokoro Connect: Yochi Random,0.02 +Gakuen K: Wonderful School Days,0.02 +Wangan Midnight Portable,0.02 +Koisuru Otome to Shugo no Tate Portable,0.02 +Guild Wars,0.02 +Angelique Retour,0.02 +Guess the Logos,0.02 +Hogs of War,0.02 +America Oudan Ultra-Quiz,0.02 +Koihime Enbu,0.02 +Gaku ? Ou: The Royal Seven Stars,0.02 +Gakken DS: Shin TOEIC Test Kanzen Kouryaku,0.02 +Gaist Crusher God,0.02 +Kochira Katsushikaku Kameari Kouenmae Hashutsujo: Machiteba Tengoku! Makereba Jigoku! Ryoutsuryuu Ikkakusenkin Daisakusen!,0.02 +Hot 'n' Cold,0.02 +GT Legends,0.02 +Gadget Racers (PAL),0.02 +Knight's Apprentice: Memorick's Adventures,0.02 +Homeworld,0.02 +Hoppie,0.02 +Kiss Bell,0.02 +AniMates!,0.02 +Group S Challenge,0.02 +Anima - Gate of Memories,0.02 +Yes! Precure 5 Go Go Zenin Shu Go! Dream Festival,0.02 +W.L.O. Sekai Renai Kikousen,0.02 +Yu-Gi-Oh! 5D's Wheelie Breakers (JP sales),0.02 +Kuon,0.02 +Ano Hi Mita Hana no Namae o Bokutachi wa Mada Shiranai,0.02 +Kingdom: Ikkitousen no Ken,0.02 +"Warhammer 40,000: Dawn of War: Soulstorm",0.02 +GA - Geijutsuka Art Design Class: Slapstick Wonder Land,0.02 +Galaxy Angel II: Eigou Kaiki no Koku,0.02 +Kuma no Pooh-San: 100 Acre no Mori no Cooking Book,0.02 +Amagoushi no Yakata,0.02 +Gal Gun,0.02 +WSC REAL 09: World Snooker Championship,0.02 +Yoake Yori Ruriiro na Portable,0.02 +Grisaia no Meikyuu: Le Labyrinthe de la Grisaia,0.02 +Amatsumi Sora ni! Kumo no Hatate ni,0.02 +Konductra,0.02 +Grisaia no Rakuen: Le Eden de la Grisaia,0.02 +Grooverider: Slot Car Thunder,0.02 +Hisshou Pachinko*Pachi-Slot Kouryaku Series Vol. 9: CR Fever Captain Harlock,0.02 +War Leaders: Clash of Nations,0.02 +Xia-Xia,0.02 +Legend: Hand of God,0.02 +Zillions of Enemy X: Zetsukai no Crusade,0.02 +18 Wheels of Steel: Extreme Trucker,0.02 +Zettai Meikyuu Grimm: Nanatsu no Kagi to Rakuen no Otome,0.02 +Wrestle Kingdom 2: Pro Wrestling Sekai Taisen,0.02 +Writing and Speaking Beautiful Japanese DS,0.02 +Akai Ito DS,0.02 +GunParade Orchestra: Midori no Shou,0.02 +Zero no Tsukaima: Shou-akuma to Harukaze no Concerto,0.02 +MAPLUS: Portable Navi 3,0.02 +Akatsuki no Goei Trinity,0.02 +Arcana Famiglia 2,0.02 +Tropico 4: Modern Times,0.02 +Imagine: Sweet 16,0.02 +Zero no Tsukaima: Muma ga Tsumugu Yokaze no Nocturne,0.02 +Luxor: The Wrath of Set,0.02 +Graffiti Kingdom,0.02 +Gummy Bears Magical Medallion,0.02 +Ikki Tousen: Shining Dragon,0.02 +HatsuKare * Renai Debut Sengen!,0.02 +Ikki Tousen: Eloquent Fist,0.02 +Guitar Freaks V3 & DrumMania V3,0.02 +Lunatic Dawn Tempest,0.02 +Guitar Freaks V2 & DrumMania V2,0.02 +Kami Naru Kimi to,0.02 +Machi-ing Maker 4,0.02 +Airport Simulator,0.02 +Arcana Famiglia: Vascello Phantasma no Majutsushi,0.02 +Gotcha Force,0.02 +Juusanshi Engi Engetsu Sangokuden 2,0.02 +Harukanaru Toki no Naka de 3 with Izayoiki Aizouban,0.02 +Magicka Collection,0.02 +Adidas Power Soccer 98,0.02 +Unreal Anthology,0.02 +K-1 Grand Prix,0.02 +Mage Knight: Destiny's Soldier,0.02 +WinBack 2: Project Poseidon,0.02 +Kabushiki Baibai Trainer: Kabutore! Next,0.02 +Kaleidoeve,0.02 +Kadenz fermata//Akkord:fortissimo,0.02 +Wild West Shootout,0.02 +Urakata Hakuoki,0.02 +Uru: Ages Beyond Myst,0.02 +Usavichi: Game no Jikan,0.02 +Uta Kumi 575,0.02 +Uta no * Prince-Sama,0.02 +Worms: WMD,0.02 +Machi: Unmei no Kousaten,0.02 +X-Plane 10 Global,0.02 +Kao Challengers,0.02 +Kenka Bancho Otome,0.02 +Garfield Gets Real,0.02 +Katekyoo Hitman Reborn! Dream Hyper Battle! Wii,0.02 +I Heart Geeks,0.02 +Veggy World,0.02 +Hellgate: London,0.02 +Katekyoo Hitman Reborn!! Let's Ansatsu!? Nerawareta 10 Daime!,0.02 +Help Wanted: 50 Wacky Jobs (jp sales),0.02 +Kawaii Koinu DS 3,0.02 +Kawasaki Jet Ski,0.02 +Kawasaki Snowmobiles,0.02 +I Doll U,0.02 +Lilpri DS: Hime-Chen! Apple Pink,0.02 +LifeSigns: Surgical Unit,0.02 +Kazoku Keikaku,0.02 +Let's Yoga!,0.02 +Xenosaga I·II,0.02 +Let's Play Flight Attendant,0.02 +Let's Pilates!,0.02 +Hermie Hopperhead: Scrap Panic,0.02 +Vietcong,0.02 +AMF Xtreme Bowling,0.02 +Ken to Mahou to Gakuen Mono. 2G,0.02 +Katekyoo Hitman Reborn! Dream Hyper Battle!,0.02 +I Love Horses: Rider's Paradise,0.02 +Vantage Master Portable,0.02 +Yuusha Shisu.,0.02 +Alfa Romeo Racing Italiano,0.02 +Heart no Kuni no Alice,0.02 +Lovely x Cation 1 & 2,0.02 +Love Once: Mermaid's Tears,0.02 +Heart no Kuni no Alice Anniversary Ver.: Wonderful Wonder World,0.02 +Franklin's Great Adventures,0.02 +Vampire Mansion: Linda Hyde,0.02 +Franklin: A Birthday Surprise,0.02 +Alien Breed Trilogy,0.02 +Freedom Wings,0.02 +Yume Neko DS,0.02 +X3: Terran War Pack,0.02 +Vanark,0.02 +Yuu Yuu Hakusho DS: Ankoku Bujutsukai Hen,0.02 +IL-2 Sturmovik: Forgotten Battles,0.02 +Guitar Freaks & DrumMania: Masterpiece Gold,0.02 +Heavy Fire: The Chosen Few 3D,0.02 +Katekyoo Hitman Reborn! DS: Mafia Daishuugou Bongole Festival,0.02 +Livly Garden,0.02 +Frisbee Disc Freestyle / Frisbee Disc Golf,0.02 +Koisuru Otome to Shugo no Tate: The Shield of AIGIS,0.02 +Dungeon Defenders,0.02 +Nodame Cantabile: Tanoshii Ongaku no Jikan Desu,0.02 +Sakura-Sou no Pet na Kanojo,0.02 +The Haunted: Hell's Reach,0.02 +Painkiller,0.02 +Pachinko Kaou: Misora Hibari,0.02 +PachiPara 3D: Ooumi Monogatari 2 - Pachi Pro Fuuunroku Hana,0.02 +Samurai Shodown V,0.02 +PachiPara 3D,0.02 +PachiPara 15: Super Umi Monogatari in Okinawa 2,0.02 +Pachi-Slot Higrashi no Naku Koro ni Matsuri,0.02 +PDC World Championship Darts 2009,0.02 +The Idolmaster: Gravure For You! Vol.7,0.02 +The Idolmaster: Gravure For You! Vol.8,0.02 +The Idolmaster: Gravure For You! Vol.9,0.02 +PC Engine Best Collection: Tengai Makyou Collection,0.02 +San Goku Shi DS 2,0.02 +Oyaku de Asoberu DS Ehon: Ukkari Penelope,0.02 +Black Rose Valkyrie,0.02 +DoDonPachi Dai-Oujou: Black Label Extra,0.02 +Ouran Koukou Host Bu,0.02 +Sansuu Puzzle de Migaku: Gakken Otona no Shikou Sense,0.02 +Otona no Renai Shousetsu: Harlequin Selection,0.02 +Otometeki Koi Kakumei * Love Revo!! DS,0.02 +Otometeki Koi Kakumei * Love Revo! Portable,0.02 +The King of Fighters Collection: The Orochi Saga (JP sales),0.02 +Sarah: Keeper of the Unicorn,0.02 +The King of Fighters NeoWave,0.02 +Otome wa Oanesama Boku ni Koi Shiteru Portable,0.02 +Sugoi Hebereke,0.02 +Scared Rider Xechs,0.02 +Otoko Yukaku,0.02 +Samurai & Dragons,0.02 +ParaWorld,0.02 +Cossacks: European Wars,0.02 +Sakura Wars 1 & 2,0.02 +Pirates: Legend of the Black Buccaneer,0.02 +The Conveni 4,0.02 +Pirates PlundArrr,0.02 +The Crow: City of Angels,0.02 +Pippa Funnell: Ranch Rescue,0.02 +Crime Scene,0.02 +Butt-Ugly Martians: Zoom or Doom!,0.02 +SWAT 4,0.02 +Super Dodge Ball,0.02 +Super Bowling,0.02 +Dino Dini's Kick Off Revival,0.02 +Crayon Shin-Chan: Uchuu de Achoo!? Yuujou no Oba-Karate!!,0.02 +Dinotopia: The Sunstone Odyssey,0.02 +Phoenix Wright: Ace Attorney Trilogy,0.02 +Blazing Souls,0.02 +Sacred Gold,0.02 +Pharaoh,0.02 +Saenai Kanojo no Sodatekata: Blessing Flowers,0.02 +Discovery Kids: Snake Safari,0.02 +Discworld II: Mortality Bytes!,0.02 +Petz: Dolphinz Encounter,0.02 +Peter Pan in Disney's Return to Never Land,0.02 +Saint,0.02 +Summon Night Granthese: Horobi no Ken to Yakusoku no Kishi,0.02 +Pebble Beach Golf Links,0.02 +Pe-Jongju to Manabu Kankokugo DS: Test-Hen,0.02 +Payout Poker & Casino,0.02 +Saki: Achiga-Hen Portable,0.02 +Pastel Chime Continue,0.02 +Oshiri Kajiri Mushi no Rhythm Lesson DS: Kawai Ongaku Kyoushitsu Kanshuu,0.02 +Ore wa Shoujo Mangaka,0.02 +Battlefield 2142,0.02 +Sega Ages 2500 Series Vol. 26: Dynamite Deka,0.02 +Sega Ages 2500 Series Vol. 29: Monster World Complete Collection,0.02 +The Professor's Brain Trainer: Logic,0.02 +Sega Ages 2500 Series Vol. 32: Phantasy Star Complete Collection,0.02 +Nil Admirari no Tenbin: Teito Genwaku Toukidan,0.02 +Niko Puchi Girls Runway,0.02 +Seinaru Kana: Orichalcum no Na no Motoni,0.02 +NightTruth: Explanation of the Paranormal - The Making of Nighttruth: Voice Selection,0.02 +Night Wizard the Video Game: Denial of the World,0.02 +The Settlers II 10th Anniversary,0.02 +The Settlers IV,0.02 +The Settlers: Rise of an Empire,0.02 +Nicktoons Collection: Game Boy Advance Video Volume 3,0.02 +BeatMania IIDX 11: IIDX Red,0.02 +Seitokai no Ichizon: DS-suru Seitokai,0.02 +The Sims 2: Bon Voyage,0.02 +The Sims 2: Happy Holiday Stuff,0.02 +Downtown Nekketsu Jidaigek,0.02 +Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai All-Star Special,0.02 +Sengoku Efuda Yuugi: Hototogisu Ran,0.02 +New Atelier Rorona: Hajimari no Monogatari,0.02 +Neverwinter Nights Diamond,0.02 +Sengoku Otome: Legend Battle,0.02 +Senjou no Waltz,0.02 +Neverwinter Nights 2,0.02 +Net High,0.02 +StormLover Karen!!,0.02 +Storm Lover Kai!!,0.02 +Battlefield Vietnam,0.02 +The Sims: Complete Collection,0.02 +Bejeweled 2 Deluxe,0.02 +Nisenochigiri,0.02 +Ore no Yome: Anata Dake no Hanayome,0.02 +Secrets of the Titanic,0.02 +Ookami to Koushinryou: Omiowataru Kaze,0.02 +CV Casting Voice,0.02 +The Legend of Korra (3DS),0.02 +Onechanbara Special,0.02 +Doki Majo Plus,0.02 +Doki Oki,0.02 +One Piece Mansion,0.02 +School Days LxH,0.02 +Style Book: Junior City,0.02 +Omega Quintet,0.02 +Bigfoot King of Crush,0.02 +Okashi na Shima no Peter Pan: Sweet Never Land,0.02 +Oil Rush,0.02 +ScrapLand,0.02 +Big Bass Fishing,0.02 +The Lord of the Rings Online: Mines of Moria,0.02 +Ocean Commander,0.02 +O.M.G. 26 - Our Mini Games,0.02 +Nurarihyon no Mago: Hyakki Ryouran Taisen,0.02 +Stronghold Crusader Extreme,0.02 +"Nogizaka Haruka no Himitsu Cosplay, Hajime Mashita",0.02 +Stronghold 2 Deluxe,0.02 +Daito Giken Koushiki Pachi-Slot Simulator: Hihouden - Fuujirareta Megami Portable,0.02 +Nobunaga's Ambition: Tenshouki with Power-Up Kit HD Version,0.02 +Strongest Tokyo University Shogi DS,0.02 +Nobunaga no Yabou: Soutensoku with Power-Up Kit,0.02 +Strike Witches: Anata to Dekiru Koto - A Little Peaceful Days,0.02 +Strike Witches 2: Iyasu Naosu Punipunisuru,0.02 +Bella Sara 2 - The Magic of Drasilmare,0.02 +Pitball,0.02 +SD Gundam Sangokuden Brave Battle Warriors: Shin Mirisha Taisen,0.02 +Cross + Channel,0.02 +Dark Tales: Edgar Allan Poe's The Premature Burial,0.02 +Brandish: The Dark Revenant,0.02 +Date A Live: Arusu Install,0.02 +Rapala for Kinect,0.02 +Date-A-Live Twin Edition: Rio Reincarnation,0.02 +Tail of the Sun,0.02 +Taishou Moebius Line Vitable,0.02 +Taito Legends 2,0.02 +Road Trip: The Arcade Edition,0.02 +Brain Dead 13,0.02 +Rock 'N' Roll Adventures,0.02 +DICE: DNA Integrated Cybernetic Enterprises,0.02 +DEATH NOTE: L o Tsugu Mono,0.02 +Bottom of the 9th '97,0.02 +Botanicula,0.02 +Rabbids Invasion: The Interactive TV Show,0.02 +R-Type Delta,0.02 +TalkMan,0.02 +Quiz Present Variety Q-Sama!! DS: Pressure Study x Atama Gai Kunaru Drill SP,0.02 +D1 Professional Drift Grand Prix Series,0.02 +Puzzle Star Sweep,0.02 +D.Gray-man: Sousha no Shikaku,0.02 +Puzzle Guzzle,0.02 +Puzzle City,0.02 +Tank Beat,0.02 +Custom Drive,0.02 +Tantei Opera: Milky Holmes,0.02 +Puppet Show 3: Lost Town,0.02 +RollerCoaster Tycoon World,0.02 +Bugriders: The Race of Kings,0.02 +Ro-Kyu-Bu! Lost Secret,0.02 +Super Speed Machines,0.02 +Planetarian: Chiisana Hoshi no Yume,0.02 +River King: Wonderful Journey,0.02 +Suzunone Seven: Rebirth Knot,0.02 +Suzumiya Haruhi-Chan no Mahjong,0.02 +Resident Evil: Umbrella Corps,0.02 +Republique,0.02 +Rengoku II: The Stairway To H.E.A.V.E.N.,0.02 +Renegade Racers,0.02 +"Renai Banchou: Inochi Meishi, Koiseyo Otome! Love is Power!!!",0.02 +Reine des Fleurs,0.02 +Dance Dance Revolution Extra Mix,0.02 +T.A.C. Heroes : Big Red One,0.02 +Suzumiya Haruhi no Heiretsu,0.02 +Daikaijuu Battle: Ultra Coliseum,0.02 +Reversal Challenge,0.02 +Revolution: 25th Anniversary Collection,0.02 +TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.1,0.02 +TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.2,0.02 +TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.3,0.02 +TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.4,0.02 +TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.5,0.02 +TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.6,0.02 +TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.7,0.02 +TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.8,0.02 +TV Anime Idolm@ster: Cinderella Girls G4U! Pack Vol.9,0.02 +Supermodel Makeover by Lauren Luke,0.02 +TV Total Events,0.02 +Rinne no Lagrange: Kamogawa Days,0.02 +RayCrisis: Series Termination,0.02 +Brave Story: Boku no Kioku to Negai,0.02 +Rising Zan: The Samurai Gunman,0.02 +Technic Beat,0.02 +Psychedelica of the Black Butterfly,0.02 +Teddy Together,0.02 +Bomberman Story DS,0.02 +Board Game: Top Shop,0.02 +Bunmei Haruka: Aoiza Ibunroku,0.02 +Power Rangers Super Megaforce,0.02 +Poupee Girl DS 2: Elegant Mint / Sweet Pink Style,0.02 +Poupee Girl DS,0.02 +Cross Treasures,0.02 +Bus Simulator 16,0.02 +Portable Island: Tenohira Resort,0.02 +PopCap Hits!,0.02 +Pop'n Music 12 Iroha,0.02 +Pony Luv,0.02 +Busou Renkin: Youkoso Papillon Park e,0.02 +Polar Bowler,0.02 +Ryu-koku,0.02 +The Adventures of Lomax,0.02 +Detective Jinguuji Saburo: Ronde Revenge,0.02 +S.L.A.I.: Steel Lancer Arena International,0.02 +Bust-A-Move,0.02 +The Awakened Fate Ultimatum,0.02 +Devil Survivor: Over Clock,0.02 +Diabolik Lovers: Vandead Carnival,0.02 +Cross Channel: In Memory of All People,0.02 +Dies Irae: Amantes Amentes,0.02 +Cross Ange: Tenshi to Ryuu no Rondo tr.,0.02 +Point Blank 3,0.02 +SBK: Snowboard Kids,0.02 +Platypus,0.02 +Digimon Rumble Arena,0.02 +Planetarium Creator Ohira Takayuki Kanshuu: HomeStar Portable - 21st Century Star Navigator,0.02 +Rule of Rose,0.02 +Bode Miller Alpine Skiing,0.02 +Crysis: Warhead,0.02 +Princess Frontier Portable,0.02 +Professional Farmer 2016,0.02 +Demigod,0.02 +Demolition Company: Gold Edition,0.02 +Roommate Asami: Okusama wa Joshikousei,0.02 +Pro Fishing Challenge,0.02 +Root Infinity Rexx,0.02 +Tegami Bachi: Kokoro Tsumugu Mono e,0.02 +Bomberman Fantasy Race,0.02 +Rose to Tasogare no Kojou,0.02 +Prison Architect,0.02 +Prism Ark: Awake,0.02 +Princess Saver! Eternal Love for My Lady,0.02 +Rozen Maiden: Duellwalzer,0.02 +Ruff Trigger: The Vanocore Conspiracy,0.02 +Poy Poy,0.02 +Super Nazo Puyo Tsuu: Ruruu no Tetsuwan Hanjyouki,0.02 +Prince of Stride,0.02 +Densha de Go! Shinkansen EX: Sanyou Shinkansen-hen,0.02 +Densha de Go! Tokubetsu-hen: Fukkatsu Shouwa no Yamatesen,0.02 +Tengen Toppa Gurren-Lagann,0.02 +Rugby League Team Manager 2015,0.02 +Tenkai Knights: Brave Battle,0.02 +Prince of Persia (2008),0.02 +Tennis no Oji-Sama: Card Hunter,0.02 +Prehistorik Man,0.02 +Tennis no Oji-Sama: Driving Smash! Side King,0.02 +Cube,0.02 +Poyo Poyo Kansatsu Nikki,0.02 +Battlefield 2: Modern Combat(JP sales),0.02 +Daito Giken Koushiki Pachi-Slot Simulator: Ossu! Misao + Maguro Densetsu Portable,0.02 +Neo Angelique,0.02 +MuvLuv Double Pack,0.02 +"Shounen Onmyouji: Tsubasa Yoima, Ten e Kaere",0.02 +Eyeshield 21: Portable Edition,0.02 +Mind Your Language: Learn English! / French! / German! / Spanish! /Japanese!,0.02 +Chicago Enforcer,0.02 +Ballblazer Champions,0.02 +Mushishi: Amefuru Sato,0.02 +Mind over Matter,0.02 +Chicken Hunter,0.02 +Mushihimesama,0.02 +Elminage Gothic: Ulm Zakir to Yami no Gishiki,0.02 +Choro Q,0.02 +Sid Meier's Civilization Revolution 2+,0.02 +Bakumatsu Renka: Karyuu Kenshi-den,0.02 +Silent Bomber,0.02 +Coded Soul: Uke Keigareshi Idea,0.02 +Elminage II DS Remix: Sousei no Megami to Unmai no Daichi,0.02 +Muchi Muchi Pork & Pink Sweets,0.02 +Code R,0.02 +Elminage II: Sousei no Megami to Unmei no Daichi,0.02 +Elminage III: Ankoku no Shito to Yaiyou no Kyuuden,0.02 +Elminage Original: Majo to Megami to Kamigami no Yubiwa,0.02 +Mount & Blade: Warband,0.02 +Mount & Blade Collection,0.02 +Toxic Grind,0.02 +Tokyo Xanadu eX+,0.02 +Mount & Blade,0.02 +My Animal Centre,0.02 +NANA: Live Staff Daiboshuu! Shoshinsha Kangei,0.02 +Metal Saga,0.02 +To Love-Ru Trouble: Darkness - True Princess,0.02 +Carmageddon: Max Damage,0.02 +Shinseiki GPX Cyber Formula: Road To The INFINITY 4,0.02 +Mystery Tales 2: The Spirit Mask,0.02 +Micro Machines V4,0.02 +Toki no Kizuna: Hanayui Tsuzuri,0.02 +Carnage Heart EXA,0.02 +Shippuu Mahou Daisakusen: Kingdom-Grandprix,0.02 +Moe Star: Moeru Toudai Eigojuku,0.02 +Shiratsuyu no Kai,0.02 +Sora no Otoshimono Forte: Dreamy Season,0.02 +Shonen Jump's Shaman King: Master of Spirits 2,0.02 +Shonen Jump's Yu-Gi-Oh! GX Card Almanac,0.02 +Shooter: Starfighter Sanvein,0.02 +Star Trek Online,0.02 +My Hero: Doctor,0.02 +Tokyo Friend Park II DS,0.02 +My Frogger: Toy Trials,0.02 +My DoItAll,0.02 +Tokyo Mew Mew,0.02 +Elkrone no Atelier: Dear for Otomate,0.02 +Minna de Dokusho: Keatai Shousetsu Desu,0.02 +Tom Clancy's Splinter Cell Classic Trilogy HD,0.02 +Sotsugyou II: Neo Generation Special,0.02 +"Moshi, Kono Sekai ni Kami-sama ga Iru to suru Naraba.",0.02 +Simple DS Series Vol. 42: The Haioku Byoutou,0.02 +So Blonde,0.02 +Clock Zero: Shuuen no Ichibyou - ExTime,0.02 +Enkaku Sousa: Sana e no 23 Hiai,0.02 +Clannad: Mitsumi Mamoru Sakamichi de - Joukan,0.02 +B-17: Fortress in the Sky,0.02 +Snow Portable,0.02 +Cities in Motion Collection,0.02 +Entaku no Seito: The Eternal Legend,0.02 +Azada,0.02 +Away: Shuffle Dungeon,0.02 +Catan,0.02 +Spirits & Spells,0.02 +Atlantic Quest,0.02 +Escape the Emerald Star,0.02 +Spirits and Demons: 5 Game Pack,0.02 +Cities XL 2011,0.02 +Eureka Seven Vol. 2: The New Vision,0.02 +Europa Universalis III Complete,0.02 +Chuck E. Cheese's Sports Games,0.02 +Chuugen no Hasha: Sangoku Shouseiden,0.02 +Evolution Snowboarding,0.02 +Moe Moe 2-ji Taisen (Ryoku) * Deluxe,0.02 +So-Ra-No-Wo-To: Otome no Gojuusou,0.02 +Miyako,0.02 +Moujuutsukai to Oujisama: Snow Bride Portable,0.02 +"Simple 2500 Series Portable!! Vol. 12: The Hohei 2: Senyuu yo, Sakini Ike",0.02 +Moujuutsukai to Oujisama: Snow Bride,0.02 +Minna no Chizu 2,0.02 +Moujuutsukai to Oujisama Portable,0.02 +Casper's Scare School: Classroom Capers,0.02 +Moujuutsukai to Oujisama,0.02 +Motto! SoniComi,0.02 +Motto NUGA-CEL!,0.02 +Motto Hayaku! Seikaku Ni! Suu Sense Keisan Ryuoku Up Training - SuuTore,0.02 +Cocoto Magic Circus,0.02 +Elvandia Story,0.02 +Chou!! Super Nep League DS,0.02 +Touch Detective (JP sales),0.02 +Castle Shikigami 2,0.02 +SimCity Societies,0.02 +Clue / Mouse Trap / Perfection / Aggravation,0.02 +Emergency Mayhem,0.02 +Minna to Issho,0.02 +Moto Racer DS,0.02 +Simple 2000 Series Vol. 105: The Maid Fuku to Kikanjuu,0.02 +Spy Hunter: Nowhere To Run,0.02 +Totally Spies! 2: Undercover,0.02 +Ceville,0.02 +Misshitsu no Sacrifice,0.02 +Spanish for Everyone!,0.02 +Chuck E. Cheese's Super Collection,0.02 +Narcissus: Moshimo Ashita ga Runara,0.02 +Dream C Club: GoGo,0.02 +Combat Wings: The Great Battles of WWII,0.02 +Dreamer Series: Horse Trainer,0.02 +Shanghai: True Valor,0.02 +Meitantei Evangelion,0.02 +Nano Diver,0.02 +Natsuiro no Sunadokei,0.02 +Memories Off #5: Encore,0.02 +Canimal Triple,0.02 +Thunder Force VI,0.02 +Starship Troopers,0.02 +Tiger & Bunny: Hero's Day,0.02 +Shaman King: Chou Senjiryokketsu 3,0.02 +Canvas 2,0.02 +Commando: Steel Disaster,0.02 +Nanotek Warrior,0.02 +Combat Flight Simulator 3: Battle for Europe,0.02 +Memories Off 6: Next Relation,0.02 +Dream Chronicles,0.02 +Battle Spirits: Hero's Soul,0.02 +Meikyuu Cross Blood: Reloaded,0.02 +Command & Conquer 3: Deluxe Edition,0.02 +Triple Crown Championship Snowboarding,0.02 +Nanatsuiro * Drops Pure!!,0.02 +Meiji Toukyou Renka: Twilight Kiss,0.02 +Meitantei Conan: Kieta Hakase to Machigai Sagashi no Tou,0.02 +Battle Spirits: Kiseki no Hasha,0.02 +Namco Museum Battle Collection (JP sales),0.02 +Dragon's Lair,0.02 +Namco Museum 50th Anniversary (JP sales),0.02 +Earth Seeker,0.02 +Triggerheart Exelica,0.02 +Triggerheart Excelica Enhanced,0.02 +Shin Hisui no Shizuku: Hiiro no Kakera 2 Portable,0.02 +The Talos Principle,0.02 +Natalie Brooks: Mystery at Hillcrest High,0.02 +Dragon Booster,0.02 +Thomas and Friends: Steaming around Sodor,0.02 +Canada Hunt,0.02 +Ducati Moto,0.02 +Soul Eater: Monotone Princess,0.02 +Shin Sangoku Musou Online: Souten Ranbu,0.02 +Naruto Shippuden: Ultimate Ninja Storm Collection,0.02 +Dungeons & Dragons: Shadow over Mystara,0.02 +Battle Princess of Arcadias,0.02 +Command & Conquer: The First Decade,0.02 +Soukoku no Kusabi: Hiiro no Kakera 3 - Ashita e no Tobira,0.02 +Storm Lover 2nd V,0.02 +Trapped Dead,0.02 +Mesaze!! Tsuri Master: Sekai ni Challenge! Hen,0.02 +Metal Fight Beyblade Portable: Chouzetsu Tensei Vulcan Horses,0.02 +Star Wars: Empire at War - Forces of Corruption,0.02 +Car Battler Joe,0.02 +Shinseiki Evangelion: Battle Orchestra,0.02 +Metal Fight Beyblade: Choujou Kessen! Big Bang Bladers,0.02 +Battlefield 1942,0.02 +Falcon 4.0: Allied Force,0.02 +Battlefield 1942: The WW II Anthology,0.02 +Earth Defense Force 2017 (old JP sales),0.02 +Meiji Toukyou Renka,0.02 +Fallout Trilogy,0.02 +Storm Lover 2nd,0.02 +The Ultimate Battle of the Sexes,0.02 +Barnyard Blast: Swine of the Night,0.02 +Memories Off: Sorekara Again,0.02 +Commandos 3: Destination Berlin,0.02 +Memories Off: Yubikiri no Kikou,0.02 +Shaberu! DS Oryouri Navi: Marugoto Teikoku Hotel: Saikouhou no Ryouri-chou ga Oshieru Katei Ryouri,0.02 +Memories Off: Yubikiri no Kioku,0.02 +Steal Princess,0.02 +Treasure Chase,0.02 +Dragon Ball Z: Buu's Fury / Dragon Ball GT: Transformation,0.02 +Shinken de Watashi ni Koi Shinasai! R,0.02 +"Sharin no Kuni, Himawari no Shoujo",0.02 +MeiQ no Chika Ni Shisu: A Maze to Eradicate Them All,0.02 +Dungeon Siege II,0.02 +Negima!? Chou Mahora Taisen Chuu: Checkiin Zenin Shuugou! Yappari Onsen Kichaimashitaa,0.02 +Shinkyoku Soukai Polyphonica,0.02 +Starry ? Sky: After Summer,0.02 +"Iza, Shutsujin! Koisen",0.01 +SoulCalibur Legends (JP sales),0.01 +Ro-Kyu-Bu! Secret Photo Op,0.01 +Rondo of Swords (jp sales),0.01 +Super Robot Monkey Team: Game Boy Advance Video Volume 1,0.01 +Daito Giken Koushiki Pachi-Slot Simulator: 24 - Twenty-Four,0.01 +Routes PE,0.01 +Sweet Honey Coming,0.01 +Imperium Romanum,0.01 +Space Channel 5: Ulala's Cosmic Attack,0.01 +Rosario to Vampire: Tanabata no Miss Youkai Gakuen,0.01 +Hanayamata: Yosakoi Live,0.01 +SoulLink Extension,0.01 +Root Double: Before Crime After Days,0.01 +Goku Makaimura Kai,0.01 +Romeo Vs. Juliet,0.01 +Impossible Creatures,0.01 +Resistance Dual Pack,0.01 +Izumo 2,0.01 +Hanasaku Manimani,0.01 +"Hanayaka Kana, Ware ga Ichizoku",0.01 +Irotoridori no Sekai: World's End Re-Birth,0.01 +Curse of the Amsterdam Diamond,0.01 +Robopon 2: Cross Version,0.01 +Worms 2,0.01 +Super Robot Taisen: Original Generation,0.01 +Instant Brain,0.01 +Space Invaders Revolution,0.01 +Brothers Conflict: Precious Baby,0.01 +Golden Time: Vivid Memories,0.01 +Robopon 2: Ring Version,0.01 +Worldwide Soccer Manager 2006,0.01 +RoboCop,0.01 +Super Robot Taisen XO,0.01 +Space Raiders,0.01 +ef - a fairy tale of the two.,0.01 +Road Trip: Shifting Gears,0.01 +Rise of Flight: Iron Cross Edition,0.01 +DJ Star,0.01 +Sora no Otoshimono: DokiDoki Summer Vacation,0.01 +Soshite Kono Uchuu ni Kirameku Kimi no Shi XXX,0.01 +htoL#NiQ: The Firefly Diary,0.01 +Hakuouki: Shinsengumi Kitan,0.01 +1/2 Summer +,0.01 +Gokuhou!! Mecha Mote Iinchou: Girls Motekawa Box,0.01 +thinkSMART: Chess for Kids,0.01 +Isshoni Gohan. Portable,0.01 +Ishin no Arashi: Shippuu Ryuumeden,0.01 +RollerCoaster Tycoon: Gold Edition,0.01 +SoniPro,0.01 +H2O+: Footprints in the Sand,0.01 +Ishin Renka: Ryouma Gaiden,0.01 +Rock N' Roll Racing,0.01 +Chameleon: To Dye For!,0.01 +Space Hulk,0.01 +Hakuoki: Reimeiroku DS,0.01 +Chou Ezaru wa Akai Hana: Koi wa Tsuki ni Shirube Kareru,0.01 +Hakuoki: Reimeiroku - Omouhase Kara,0.01 +Survivor,0.01 +Rewrite,0.01 +Championship Manager 2010,0.01 +Chokkan! Asonde Relaxuma,0.01 +Infinite Stratos 2: Love and Purge,0.01 +th!nk Logic Trainer,0.01 +DJ Max Technika Tune,0.01 +SD Gundam Force,0.01 +Smiley World: Island Challenge,0.01 +Satomi Hakkenden: Hachi Tamanoki,0.01 +Style Book: Cinnamoroll,0.01 +Cabbage Patch Kids: The Patch Puppy Rescue,0.01 +Shin Sangoku Musou 4 Special,0.01 +Hoshigami: Ruining Blue Earth Remix,0.01 +CT Special Forces 2: Back in the Trenches,0.01 +Shinigami to Shoujo,0.01 +A Vampyre Story,0.01 +Hoshizora no Comic Garden,0.01 +Hospital Tycoon,0.01 +Shinobi Koutsutsu,0.01 +Scarlett: Nichijou no Kyoukaisen,0.01 +Captain Rainbow,0.01 +Sugar + Spice! Anoko no Suteki na Nanimokamo,0.01 +"Horse Life 4: My Horse, My Friend, My Champion",0.01 +"Shinobi, Koi Utsutsu: Setsugetsuka Koi Emaki",0.01 +Groovin' Blocks,0.01 +Shinseiki Evangelion: Battle Orchestra Portable,0.01 +Shinseiki Evangelion: Koutetsu no Girlfriend 2nd Portable,0.01 +Heart no Kuni no Alice: Wonderful Twin World,0.01 +Shinseiki Evangelion: Koutetsu no Girlfriend Tokubetsu-Hen Portable,0.01 +Sangoku Koi Senki: Omoide Gaeshi - CS Edition,0.01 +Grisaia no Kajitsu: La Fruit de la Grisaia,0.01 +San-X: Chara Sagashi Land,0.01 +San-X Character Channel: All-Star Daishuugou!,0.01 +Carmageddon 64,0.01 +Coven and Labyrinth of Refrain,0.01 +Cosmetic Paradise: Make no Kiseki,0.01 +Coronation Street: The Mystery of the Missing Hotpot Recipe,0.01 +Rozen Maiden: Gebetgarten,0.01 +Command & Conquer Collection,0.01 +Himawari: Pebble in the Sky Portable,0.01 +Hirameki Action: Chibikko Wagyan no Daiki na Bouken,0.01 +Hiiro no Kakera: Shin Tamayori Hime Denshou,0.01 +Caladrius,0.01 +Still Life 2,0.01 +Sengoku Hime 2 Arashi: Hyakubana Senran Tatsukaze no Gotoku,0.01 +Sengoku,0.01 +Sekirei: Mirai Kara no Okurimono,0.01 +Seisou no Amazones,0.01 +Command & Conquer Renegade,0.01 +Sega Golf Club: Miyazato San Kyoudai Naizou,0.01 +Guild Wars: Factions,0.01 +Command & Conquer 4: Tiberian Twilight,0.01 +Stronghold Legends,0.01 +Hitotsu Tobashi Renai V,0.01 +Strider (2014),0.01 +Secret Game Portable,0.01 +Contrast,0.01 +Starry ? Sky: After Autumn,0.01 +Hi Hi Puffy AmiYumi: The Genie & the Amp,0.01 +Shepherd's Crossing,0.01 +Shijyou Saikyou no Deshi Kenichi: Gekitou! Ragnarok Hachikengou,0.01 +Shin Hayarigami 2,0.01 +Homeworld Remastered Collection,0.01 +Cookie & Cream,0.01 +Shin Koihime Musou: Otome Taisen * Sangokushi Engi,0.01 +Ship Simulator 2008,0.01 +Summer Athletics,0.01 +Shirahana no Ori: Hiiro no Kakera 4 - Shiki no Uta,0.01 +Crossroad Crisis,0.01 +IL-2 Sturmovik,0.01 +Bust-A-Move 3000,0.01 +15 Days,0.01 +Aa Megami-samaa,0.01 +XI Coliseum,0.01 +Cross Edge Dash,0.01 +Simple 2000 Series Vol. 120: The Saigo no Nippon Tsuwamono,0.01 +Grand Prix Legends,0.01 +Icewind Dale II,0.01 +Simple DS Series Vol. 14: The Jidousha Kyoushuujo DS,0.01 +Idol Janshi Suchie-Pai IV,0.01 +Simple DS Series Vol. 41: The Bakudan Shori-Han,0.01 +Bunmei Kaika: Aoiza Ibunroku Saien,0.01 +Yattaman Wii: BikkuriDokkiri Machine de Mou Race da Koron,0.01 +Spore Galactic Adventures,0.01 +Happy Dance Collection,0.01 +Bullet Soul: Tama Tamashii,0.01 +Cities: Skylines Snowfall,0.01 +Imagine Figure Skater (JP sales),0.01 +Slide Adventure: Mag Kid,0.01 +Slotter Mania P: Tetsuya Shinjuku vs Ueno,0.01 +Achtung Panzer: Kharkov 1943,0.01 +Act of Aggression,0.01 +Builder's Block,0.01 +Smart Boy's Winter Wonderland,0.01 +Smart Kid's Mega Game Mix,0.01 +S.Y.K: Shinsetsu Saiyuuki,0.01 +IGT Slots: Lucky Larry's Lobstermania,0.01 +S.Y.K: Shinsetsu Saiyuuki Portable,0.01 +SBK09 Superbike World Championship,0.01 +Samurai Shodown: Warrios Rage,0.01 +Shirogane no Soleil: Contract to the Future - Mirai e no Keiyaku,0.01 +Hot Wheels: Stunt Track Challenge / World Race,0.01 +Shitsuji ga Aruji o Erabu Toki,0.01 +Samurai Shodown Anthology (JP sales),0.01 +Hotel Giant DS,0.01 +Shorts,0.01 +Sakura Sakura: Haru Urara,0.01 +"Sakigake!! Otokojuku - Nihon yo, Kore ga Otoko Dearu!",0.01 +Saint Seiya Omega: Ultimate Cosmo,0.01 +Super Battle For Money Sentouchuu: Kyuukyoku no Shinobu to Battle Player Choujou Kessen!,0.01 +Hyakka Yakou,0.01 +Shrek / Shark Tale Game Boy Advance Video,0.01 +Collar x Malice,0.01 +Colin McRae Rally 2005 plus,0.01 +Zero no Tsukaima: Maigo no Period to Ikusen no Symphony,0.01 +Hyakki Yagyou Kaidan Romance,0.01 +Codename: Panzers Phase Two,0.01 +Shutsugeki! Otometachi no Senjou 2: Ikusabana no Kizuna,0.01 +GunParade Orchestra: Ao no Shou,0.01 +Codename: Panzers Complete Collection,0.01 +STORM: Frontline Nation,0.01 +Super Fruit Fall,0.01 +Case Closed: One Truth Prevails,0.01 +Hiiro no Kakera: Shin Tamayori Hime Denshou Portable,0.01 +Art Academy: Home Studio,0.01 +Akatsuki no Amaneka to Aoi Kyojin,0.01 +Agarest Senki: Re-appearance,0.01 +Thunder Alley,0.01 +Dungeons & Dragons: Neverwinter Nights - Complete,0.01 +Barbie as the Princess and the Pauper,0.01 +Sousaku Alice to Oujisama!,0.01 +Duel Masters: Shadow of the Code,0.01 +Duel Love: Koisuru Otome wa Shouri no Megami,0.01 +NEVES,0.01 +Drone Tactics,0.01 +Driving Simulator 2011,0.01 +Dream Dancer,0.01 +Legoland,0.01 +Dramatical Murder Re:code,0.01 +This War of Mine,0.01 +Drakensang: The Dark Eye,0.01 +Nakayoshi All-Stars: Mezase Gakuen Idol,0.01 +Theatre Of War,0.01 +Dragon's Dogma Online: Season 2,0.01 +Dragon Zakura DS,0.01 +Victory Spike,0.01 +Lotus Challenge,0.01 +Dungeons - The Dark Lord,0.01 +Lucian Bee's: Resurrection Supernova,0.01 +Durarara!! Relay,0.01 +Football Manager 2007,0.01 +My Little Baby,0.01 +Football Manager Live,0.01 +Element Hunter,0.01 +"Element Girl: Love, Fashion and Friends",0.01 +Eiyuu Densetsu: Sora no Kiseki Material Collection Portable,0.01 +Myself; Yourself,0.01 +Mystereet,0.01 +Mystery Legends: Beauty and the Beast,0.01 +Tobidase! Kagaku-kun Chikyuu Daitanken! Nazo no Chinkai Seibutsu ni Idome!,0.01 +Balloon Pop 2,0.01 +Myth Makers: Super Kart GP,0.01 +Tiny Toon Adventures: Wacky Stackers,0.01 +East India Company,0.01 +Time Leap,0.01 +E.T. The Extra-Terrestrial,0.01 +Dynasty Warriors: Eiketsuden,0.01 +The Wild West,0.01 +Legends of Oz: Dorothy's Return,0.01 +Broken Sword: The Sleeping Dragon,0.01 +G1 Jockey 4 2007,0.01 +Neverwinter Nights 2: Mask of the Betrayer,0.01 +Vitamin X,0.01 +New Interpretation Stranger of Sword City,0.01 +Vitamin Y,0.01 +The Sims 2: Family Fun Stuff,0.01 +Double Sequence: The Q-Virus Invasion,0.01 +Voodoo Chronicles: First Sign,0.01 +Kurogane Kaikitan,0.01 +G1 Jockey 4 2008,0.01 +Fujiko F. Fujio Characters: Great Assembly! Slightly Fantastic Slapstick Party,0.01 +Doraemon Wii: Himitsu Douguou Ketteisen!,0.01 +Nintendogs and Cats Golden Retriever and New Friends,0.01 +Bejeweled Blitz,0.01 +No Fate! Only the Power of Will,0.01 +Kono Aozora ni Yakusoku o: Tenohira no Rakuen,0.01 +Kono Aozora ni Yakusoku o: Melody of the Sun and Sea,0.01 +Nobunaga no Yabou DS,0.01 +Kong: The Animated Series,0.01 +Fuuraiki 3,0.01 +Fuun Shinsengumi Bakumatsuden Portable,0.01 +Nervous Brickdown,0.01 +Dr. Slump & Arale-Chan,0.01 +Naraku no Shiro,0.01 +Dragon Tales: Dragon Adventures,0.01 +Dragon Quest X: All in One Package,0.01 +The Treasures of Mystery Island 3 Pack - Save Mystery Island!,0.01 +The Train Giant,0.01 +National Geographic Panda (JP sales),0.01 +Fullmetal Alchemist: Prince of the Dawn,0.01 +Battle Worlds: Kronos,0.01 +Natsuzora no Monologue,0.01 +Naxat Soft Reachmania Vol. 1: CR Galaxy Angel,0.01 +Dragon Ball Z for Kinect,0.01 +BattleForge,0.01 +LMA Manager 2007,0.01 +Fullmetal Alchemist: Trading Card Game,0.01 +Furious Karting,0.01 +Neo Angelique Special,0.01 +The Sims 4: Luxury Party Stuff,0.01 +Football Manager 2005,0.01 +Football Academy,0.01 +Uta no * Prince-Sama: Sweet Serenade,0.01 +Fatal Fury: Battle Archives Volume 1 (JP sales),0.01 +Touhou Genso Rondo: Bullet Ballet,0.01 +Farming Simulator 15 Expansion Pack,0.01 +Farming Simulator 2014,0.01 +Marvel Superheroes 3D: Grandmaster's Challenge,0.01 +Mini Desktop Racing,0.01 +Fashionable Puppy: Oshare na Koinu DS,0.01 +Touch Detective 3: Does Funghi Dream of Bananas?,0.01 +Minna no Conveni,0.01 +Fatal Fury: Battle Archives Volume 2 (JP sales),0.01 +Fit & Fun,0.01 +Fate/kaleid liner Prisma Illya,0.01 +Ferrari: The Race Experience,0.01 +Festa!! Hyper Girls Party,0.01 +Total War Attila: Tyrants & Kings,0.01 +Miyako: Awayuki no Utage,0.01 +Exhibition Volume 6,0.01 +Toro to Morimori,0.01 +Moe Moe 2-Ji Daisenryaku 2,0.01 +Farming 2017 - The Simulation,0.01 +Farm Frenzy,0.01 +F.E.A.R. Perseus Mandate,0.01 +Army Men: Air Combat - The Elite Missions,0.01 +Mega Brain Boost,0.01 +Family Jockey,0.01 +Truck Racer,0.01 +Tringo,0.01 +Trine,0.01 +Tsukigime Ranko's Longest Day,0.01 +Memories Off,0.01 +Memories Off #5: Togireta Film,0.01 +Tsuyo Kiss 3 Portable,0.01 +Turbo Trainz,0.01 +Fallout Anthology,0.01 +Meru Purana,0.01 +Army Men: Major Malfunction,0.01 +FairlyLife: MiracleDays,0.01 +Assault Suit Leynos,0.01 +Fab 5 Soccer,0.01 +Mezase!! Tsuri Master DS,0.01 +Mario & Luigi: Paper Jam & Mario Kart 7 Double Pack,0.01 +UNO 52,0.01 +Marginal #4: Idol of Supernova,0.01 +Umihara Kawase Jun: Second Edition Kanzenban,0.01 +Elven Legacy Collection,0.01 +Elven Legacy,0.01 +Mahou Sensei Negima!? Neo-Pactio Fight!!,0.01 +Mahjong Taikai IV,0.01 +Unending Bloody Call,0.01 +Magicians Academy,0.01 +Bakumatsu Koihana: Shinsengumi DS,0.01 +Magic Encyclopedia: Moonlight,0.01 +Unreal Tournament 2003,0.01 +Unreal Tournament 2004,0.01 +Bakumatsu Rock,0.01 +Mushi Bugyou,0.01 +Fireman Sam: Action Stations,0.01 +Uppers,0.01 +Tom Clancy's Ghost Recon Advanced Warfighter (weekly JP sales),0.01 +Musou Tourou,0.01 +Muv-Luv Alternative,0.01 +Umineko no Naku Koro ni Portable 1,0.01 +Ultraman Fighting Evolution 3,0.01 +Uchida Yasuou Mystery: Meitantei Senken Mitsuhiko Series: Fukutoshin Renzoku Satsujin Jiken,0.01 +Ultraman Fighting Evolution 0,0.01 +Evil Genius,0.01 +Monkey Madness: Island Escape,0.01 +Monster Bomber,0.01 +Top Gear RPM Tuning,0.01 +Monster Rancher Advance 2,0.01 +Mamoru-kun wa Norowarete Shimatta!,0.01 +Monster Trux Offroad,0.01 +Azure Striker Gunvolt: Striker Pack,0.01 +Entaku no Seito: Students of Round,0.01 +Makai Senki Disgaea 3 Append Disc: Raspberyl-hen Hajime Mashita,0.01 +Mortal Kombat: Tournament Edition,0.01 +Major Dream: Major Wii Nagero! Gyroball!!,0.01 +Ultimate Puzzle Games,0.01 +End of Nations,0.01 +Empire Deluxe,0.01 +Moto Racer Advance,0.01 +Majesty 2 Collection,0.01 +Nobunaga no Yabou Online: Houou no Shou,0.01 +Konami Classics Vol. 2,0.01 +Best Of Tests,0.01 +Juggler DS,0.01 +Dengeki Gakuen RPG: Cross of Venus Special,0.01 +Demon Gaze 2,0.01 +Pro Rally,0.01 +Junjou Romanchika: Koi no Doki Doki Daisakusen,0.01 +Teenage Mutant Ninja Turtles Double Pack,0.01 +Teenage Mutant Ninja Turtles (3DS),0.01 +Tears to Tiara: Kakan no Daichi Portable,0.01 +Psychic Detective,0.01 +Psycho-Pass,0.01 +Tetris Ultimate,0.01 +Pulse Racer,0.01 +Tantei Jinguuji Saburo: Hai to Diamond,0.01 +Tantei Jinguuji Saburo DS: Fuserareta Shinjitsu,0.01 +Joint Operations: Combined Arms,0.01 +Death Connection Portable,0.01 +Bookworm Deluxe,0.01 +Race Driver: Create & Race,0.01 +Rail Simulator,0.01 +Pro Angler Moves,0.01 +Bomberman 2,0.01 +Bomberman (jp sales),0.01 +Densetsu no Yuusha no Densetsu: Legendary Saga,0.01 +Post Mortem,0.01 +Wiffle Ball Advance,0.01 +Postman Pat: Special Delivery Service,0.01 +Kana: Imouto,0.01 +Tropico 3: Gold Edition,0.01 +Kamigami no Asobi InFinite,0.01 +Teslagrad,0.01 +Powerbike,0.01 +Kamaitachi no Yoru 2: Tokubetsu Hen,0.01 +"Tennis no Oji-Sama: Doubles no Oji-Sama - Boys, Be Glorious!",0.01 +Kaitou Rousseau,0.01 +Kaitou Joker: Toki o Koeru Kaitou to Ushinawareta Houseki,0.01 +Tenjin Ranman: Happy GO Lucky!!,0.01 +Tengai Makyo: Dai Yon no Mokushiroku,0.01 +Airline Tycoon,0.01 +Princess Arthur,0.01 +Tenchu San Portable,0.01 +Railfan,0.01 +Jinsei Game Q DS: Shouwa no Dekigoto,0.01 +Rainbow Islands Revolution,0.01 +Real Rode,0.01 +Jan Sangoku Musou,0.01 +Breach,0.01 +Really? Really! DS,0.01 +World Heroes Anthology,0.01 +Red Stone DS: Akaki Ishi ni Michibikareshi Monotachi,0.01 +Goat Simulator,0.01 +Gobliiins 4,0.01 +Jam Sessions: Sing and Play Guitar (jp sales),0.01 +World Snooker Challenge 2005,0.01 +Rengoku II: The Stairway to H.E.A.V.E.N. (jp sales),0.01 +Daiya no Kuni no Alice: Wonderful Mirror World,0.01 +Resident Evil 5 HD,0.01 +Agatha Christie: Peril at End House,0.01 +God Eater Off Shot: Soma Shikkuzaru-hen Twin Pack & Animation Vol.4,0.01 +Agatha Christie: Death on the Nile,0.01 +God Eater Off Shot: Tachibana Sakuya-hen Twin Pack & Animation Vol.7,0.01 +God Eater Off Shot:Shiou-hen Twin Pack & Animation Vol.5,0.01 +Dance with Devils,0.01 +Real Crimes: The Unicorn Killer,0.01 +Rainbow Islands: Revolution,0.01 +Tactics Layer: Ritina Guard Senki,0.01 +Rakushou! Pachi-Slot Sengen 4,0.01 +Rakushou! Pachi-Slot Sengen 6: Rio 2 Cruising Vanadis,0.01 +Geten no Hana: Yume Akari,0.01 +Wizardry XTH: Unlimited Students,0.01 +RalliSport Challenge(JP sales),0.01 +Getsuei Gakuen: kou,0.01 +Rally Championship,0.01 +Brain Exercise With Dr. Kawashima,0.01 +Davis Cup Tennis,0.01 +Datenshi no Amai Yuuwaku x Kaikan Phrase,0.01 +Woody Woodpecker in Crazy Castle 5,0.01 +Darkened Skye,0.01 +Dark Parables: The Exiled Prince,0.01 +Rave Master: Special Attack Force!,0.01 +Raven's Cry,0.01 +Jewel Quest II,0.01 +Rayman 10th Anniversary,0.01 +The Mummy,0.01 +Aladdin Magic Racer,0.01 +Kanokon: Esuii,0.01 +Outdoors Unleashed: Alaska 3D,0.01 +Wand of Fortune Portable,0.01 +Wand of Fortune R,0.01 +Wand of Fortune: Mirai e no Prologue,0.01 +Wand of Fortune: Mirai e no Prologue Portable,0.01 +Gakuen Hetalia,0.01 +Ouka Sengoku Portable,0.01 +War for the Overworld,0.01 +Outdoors Unleashed: Africa 3D,0.01 +DoDonPachi Daifukkatsu: Black Label,0.01 +Palais de Reine,0.01 +Ozzy & Drix,0.01 +PC Engine Best Collention: Ginga Ojousama Densetsu Collection,0.01 +PGA European Tour,0.01 +"Pachi-Slot Teiou: Golgo 13 Las Vegas (JP sales, but wrong system)",0.01 +Blackthorne,0.01 +The Humans: Meet the Ancestors!,0.01 +King's Bounty: Armored Princess,0.01 +King of Fighters 2002: Unlimited Match Tougeki Ver.,0.01 +Black Cat,0.01 +Wand of Fortune,0.01 +Original Frisbee Disc Sports: Ultimate & Golf,0.01 +The Land Before Time: Into the Mysterious Beyond,0.01 +Norn + Nonette: Last Era,0.01 +Nova Usagi no Game de Ryuugaku!? DS,0.01 +Nyaruko-San: Nafushigatai Game no You na Mono,0.01 +The Longest Journey,0.01 +Koi Sentai Love & Peace the P.S.P: Power Zenkai! Special Youso Tenkomori de Portable Ka Daisakusen de Aru!,0.01 +Know How 2,0.01 +Dokuro,0.01 +GTI Club: Supermini Festa!,0.01 +Knights in the Nightmare: DHE Series Special Pack,0.01 +DokuSui: DokiDoki Suikoden,0.01 +Binary Star,0.01 +One Piece: Daikaizoku Coliseum,0.01 +Onigokko! Portable,0.01 +Wade Hixton's Counter Punch,0.01 +Online Chess Kingdoms,0.01 +DoDonPachi Saidaioujou,0.01 +Order of War,0.01 +Pachitte Chonmage Tatsujin 16: Pachinko Hissatsu Shigotojin III,0.01 +Kimi no Yuusha,0.01 +Blood Bowl: Legendary Edition,0.01 +Paragon,0.01 +We Sing 80s,0.01 +The Cheetah Girls,0.01 +The Cages: Pro Style Batting Practice,0.01 +Plushees,0.01 +Digger Simulator,0.01 +Wedding Planner: Dream Weddings Guaranteed,0.01 +Diary Girl,0.01 +Katekyoo Hitman Reborn Nerae!? Ring x Bongole Returns,0.01 +Deus Ex,0.01 +Karnaaj Rally,0.01 +The Amazing Spider-Man (DS & Mobile Versions),0.01 +Blitzkrieg 2 Anthology,0.01 +Gardening Guide: How to get Green Fingers,0.01 +Poker for Dummies,0.01 +Garfield's Nightmare,0.01 +Destiny Links,0.01 +Kao the Kangaroo,0.01 +Planet Monsters,0.01 +Pirates of the Burning Sea,0.01 +Pippa Funnell 2: Farm Adventures,0.01 +Blazer Drive,0.01 +Paranormal Pursuit: The Gifted One,0.01 +Patrician IV: Gold Edition,0.01 +Game Book DS: Sword World 2.0,0.01 +Peggle Nights,0.01 +Period Cube: Torikago no Amadeus,0.01 +Kikiite Hajimaru: Eigo Kaiwa Training - KikiTore,0.01 +Disney Sports Basketball,0.01 +Pet Shop Monogatari DS 2,0.01 +Charlie's Angels,0.01 +Kenka Banchou Portable,0.01 +The Eye of Judgment: Legends,0.01 +Disciples III: Renaissance,0.01 +Games Around the World,0.01 +Pillars of Eternity,0.01 +Pilot Academy,0.01 +Games Explosion!,0.01 +The Dark Hills of Cherai,0.01 +Boku no Natsuyasumi 3: Hokkoku Hen: Chiisana Boku no Dai Sougenâ€?PS3,0.0 +B's-LOG Partyâ™?PSP,0.0 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\216\237\345\247\213\346\225\260\346\215\256\351\233\206/platform_influence.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\216\237\345\247\213\346\225\260\346\215\256\351\233\206/platform_influence.csv" new file mode 100644 index 0000000000000000000000000000000000000000..b24e993b7b2d33a9d564f7a15f0d68cfa29b134e --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\216\237\345\247\213\346\225\260\346\215\256\351\233\206/platform_influence.csv" @@ -0,0 +1,34 @@ +Platform,Influence_Index +PS2,1255.77 +X360,979.6 +PS3,957.81 +Wii,926.05 +DS,821.46 +PS,730.84 +GBA,317.85 +PSP,296.18 +PS4,278.16 +PC,257.99 +XB,257.74 +GB,255.46 +NES,251.04999999999998 +3DS,247.37 +N64,218.68 +SNES,200.04 +GC,198.93 +XOne,141.1 +2600,96.98 +WiiU,81.78999999999999 +PSV,61.94 +SAT,33.59 +GEN,28.35 +DC,15.95 +SCD,1.8599999999999999 +NG,1.44 +WS,1.42 +TG16,0.16 +3DO,0.1 +GG,0.04 +PCFX,0.03 +2010,0.0 +2007,0.0 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\216\237\345\247\213\346\225\260\346\215\256\351\233\206/publisher_influence.csv" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\216\237\345\247\213\346\225\260\346\215\256\351\233\206/publisher_influence.csv" new file mode 100644 index 0000000000000000000000000000000000000000..872350ec9c51570381482235ccbd721065494103 --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\216\237\345\247\213\346\225\260\346\215\256\351\233\206/publisher_influence.csv" @@ -0,0 +1,580 @@ +Publisher,Influence_Index +Nintendo,1786.36 +Electronic Arts,1110.15 +Activision,727.11 +Sony Computer Entertainment,607.41 +Ubisoft,474.51 +Take-Two Interactive,399.7 +THQ,340.65 +Konami Digital Entertainment,283.46 +Sega,272.95 +Namco Bandai Games,253.91 +Microsoft Game Studios,245.78 +Capcom,200.73 +Atari,156.88 +Warner Bros. Interactive Entertainment,153.9 +Square Enix,145.24 +Disney Interactive Studios,119.72 +Eidos Interactive,98.95 +LucasArts,87.3 +Bethesda Softworks,82.06 +Midway Games,69.7 +Acclaim Entertainment,64.01 +Vivendi Games,58.15 +SquareSoft,57.68 +505 Games,55.75 +Tecmo Koei,53.55 +Codemasters,47.74 +Virgin Interactive,43.9 +Unknown,34.56 +Enix Corporation,33.74 +Deep Silver,25.66 +GT Interactive,25.22 +D3Publisher,24.06 +Sony Computer Entertainment Europe,23.880000000000003 +Hudson Soft,23.02 +MTV Games,21.03 +Universal Interactive,17.8 +Banpresto,17.41 +Rising Star Games,17.23 +Infogrames,16.33 +Majesco Entertainment,15.97 +Hasbro Interactive,15.209999999999999 +Nippon Ichi Software,14.37 +989 Studios,13.299999999999999 +Zoo Digital Publishing,12.89 +Atlus,12.8 +Level 5,12.16 +Empire Interactive,11.34 +ASCII Entertainment,10.9 +3DO,10.15 +Crave Entertainment,9.9 +RedOctane,8.69 +TDK Mediactive,8.28 +Mindscape,7.7 +Global Star,7.59 +Focus Home Interactive,7.49 +Fox Interactive,7.38 +Psygnosis,7.279999999999999 +Activision Value,6.9799999999999995 +Ignition Entertainment,6.66 +Interplay,6.62 +SouthPeak Games,6.31 +Spike,6.140000000000001 +Red Orb,5.25 +Parker Bros.,4.97 +Tomy Corporation,4.96 +BAM! Entertainment,4.88 +Imagic,4.819999999999999 +Zoo Games,4.79 +Koch Media,4.7299999999999995 +Arena Entertainment,4.72 +City Interactive,4.57 +Ubisoft Annecy,4.48 +Nordic Games,4.45 +Destineer,4.37 +Play It,4.31 +PQube,4.28 +Marvelous Interactive,4.18 +Palcom,4.17 +ChunSoft,4.07 +Idea Factory,3.96 +Kadokawa Shoten,3.77 +Game Factory,3.74 +Gotham Games,3.73 +Natsume,3.6999999999999997 +GSP,3.69 +Square,3.65 +Ocean,3.5900000000000003 +DTP Entertainment,3.56 +Sony Online Entertainment,3.5100000000000002 +SCi,3.5 +Mattel Interactive,3.47 +Takara,3.44 +Oxygen Interactive,3.4099999999999997 +Maxis,3.3899999999999997 +Titus,3.31 +Black Bean Games,3.26 +Valve Software,3.22 +GungHo,3.15 +Coleco,3.07 +Human Entertainment,3.02 +Avanquest,2.9899999999999998 +Mojang,2.91 +Scholastic Inc.,2.88 +Taito,2.83 +Ghostlight,2.79 +JVC,2.78 +Sammy Corporation,2.73 +Midas Interactive Entertainment,2.72 +Takara Tomy,2.7199999999999998 +Telltale Games,2.7 +Imagineer,2.65 +Alchemist,2.62 +SNK,2.59 +NCSoft,2.57 +Rondomedia,2.56 +Compile,2.45 +Kalypso Media,2.4 +Marvelous Entertainment,2.34 +Red Storm Entertainment,2.32 +UEP Systems,2.2600000000000002 +Enterbrain,2.23 +Mastiff,2.23 +Kemco,2.19 +Video System,2.17 +Microprose,2.0500000000000003 +ASC Games,2.02 +RTL,2.0100000000000002 +Little Orbit,2.0 +Nobilis,1.95 +Jaleco,1.95 +Agetec,1.9300000000000002 +20th Century Fox Video Games,1.9300000000000002 +Success,1.92 +Zushi Games,1.84 +Rocket Company,1.82 +Metro 3D,1.81 +System 3 Arcade Software,1.79 +Valve,1.73 +Crystal Dynamics,1.72 +Mastertronic,1.7 +Hudson Entertainment,1.69 +Avanquest Software,1.68 +Accolade,1.6600000000000001 +From Software,1.65 +Xplosiv,1.6400000000000001 +5pb,1.6300000000000001 +Hello Games,1.5999999999999999 +Touchstone,1.5899999999999999 +LEGO Media,1.56 +PopCap Games,1.56 +Westwood Studios,1.55 +Laguna,1.5499999999999998 +Storm City Games,1.53 +JoWood Productions,1.5 +Genki,1.47 +Arc System Works,1.47 +XS Games,1.46 +Knowledge Adventure,1.46 +Tigervision,1.43 +Pinnacle,1.42 +Rage Software,1.41 +GameMill Entertainment,1.41 +Slightly Mad Studios,1.37 +Compile Heart,1.3699999999999999 +FuRyu,1.31 +NewKidCo,1.31 +Milestone S.r.l.,1.27 +Aqua Plus,1.26 +Falcom Corporation,1.22 +Russel,1.2100000000000002 +Playlogic Game Factory,1.21 +Brash Entertainment,1.21 +Gathering of Developers,1.2 +Black Label Games,1.2 +BMG Interactive Entertainment,1.18 +Sony Computer Entertainment America,1.17 +Aruze Corp,1.17 +Trion Worlds,1.13 +Jester Interactive,1.13 +O-Games,1.1 +Gust,1.09 +Acquire,1.08 +Gremlin Interactive Ltd,1.08 +Mentor Interactive,1.0599999999999998 +Epoch,1.05 +Telegames,1.03 +Big Ben Interactive,0.9800000000000002 +SNK Playmore,0.9600000000000001 +IE Institute,0.9600000000000001 +Sunsoft,0.9600000000000001 +Broccoli,0.96 +UFO Interactive,0.96 +DreamCatcher Interactive,0.96 +Nippon Columbia,0.9500000000000001 +Jorudan,0.95 +Screenlife,0.9199999999999999 +CTO SpA,0.9 +Funbox Media,0.9 +Victor Interactive,0.89 +Xseed Games,0.8899999999999999 +TalonSoft,0.8799999999999999 +Quelle,0.8700000000000002 +"Destination Software, Inc",0.86 +"mixi, Inc",0.86 +Bigben Interactive,0.85 +Ackkstudios,0.8400000000000001 +Mud Duck Productions,0.8300000000000001 +Mystique,0.82 +Conspiracy Entertainment,0.8099999999999999 +Harmonix Music Systems,0.8 +Square EA,0.8 +NovaLogic,0.79 +NEC Interchannel,0.78 +Nihon Falcom Corporation,0.78 +Men-A-Vision,0.77 +Pioneer LDC,0.75 +ArtDink,0.75 +Gamebridge,0.73 +Starfish,0.71 +Quest,0.71 +Illusion Softworks,0.7000000000000001 +Home Entertainment Suppliers,0.7 +Paradox Interactive,0.7 +Data Age,0.7 +Sting,0.65 +Media Rings,0.65 +Wanadoo,0.64 +Aspyr,0.64 +Elf,0.64 +Universal Gamex,0.63 +Seta Corporation,0.63 +TDK Core,0.62 +Astragon,0.62 +Foreign Media Games,0.62 +Wizard Video Games,0.6199999999999999 +Prototype,0.61 +Idea Factory International,0.6 +ESP,0.59 +Nordcurrent,0.5800000000000001 +Asylum Entertainment,0.58 +Kadokawa Games,0.58 +Mumbo Jumbo,0.57 +AQ Interactive,0.5599999999999999 +CPG Products,0.5399999999999999 +BPS,0.52 +The Adventure Company,0.52 +Answer Software,0.5 +Hect,0.5 +Avalon Interactive,0.49 +Rebellion,0.49 +Swing! Entertainment,0.48000000000000004 +Pack In Soft,0.48 +Activision Blizzard,0.48 +Ultravision,0.47 +Popcorn Arcade,0.46 +Irem Software Engineering,0.45 +PlayV,0.45 +bitComposer Games,0.44 +Shogakukan,0.44 +Angel Studios,0.43999999999999995 +NEC,0.43000000000000005 +Aksys Games,0.43 +Electronic Arts Victor,0.42999999999999994 +Tetris Online,0.42000000000000004 +TYO,0.42 +Valcon Games,0.42 +Jack of All Games,0.41999999999999993 +NCS,0.4 +MTO,0.39999999999999997 +Magical Company,0.3999999999999999 +P2 Games,0.39 +ValuSoft,0.39 +Microids,0.38 +989 Sports,0.37 +Graffiti,0.37 +Blast! Entertainment Ltd,0.37 +Performance Designed Products,0.36 +New,0.35000000000000003 +Hip Interactive,0.35 +DSI Games,0.34 +U.S. Gold,0.34 +ITT Family Games,0.34 +Magix,0.33999999999999997 +Evolved Games,0.33 +Benesse,0.33 +Cave,0.33 +Time Warner Interactive,0.33 +Reef Entertainment,0.33 +Starpath Corp.,0.32 +Indie Games,0.32 +CBS Electronics,0.31 +Yacht Club Games,0.31 +Mad Catz,0.31 +Hackberry,0.31 +Agatsuma Entertainment,0.31 +CokeM Interactive,0.31 +Hamster Corporation,0.31 +Neko Entertainment,0.3 +Daedalic,0.3 +Core Design Ltd.,0.29000000000000004 +Media Factory,0.29000000000000004 +Game Life,0.29000000000000004 +Wargaming.net,0.29000000000000004 +Playmates,0.29 +Rebellion Developments,0.29 +Data Design Interactive,0.28 +Nichibutsu,0.28 +Telstar,0.28 +Excalibur Publishing,0.27999999999999997 +Vic Tokai,0.27999999999999997 +Tru Blu Entertainment,0.27999999999999997 +Culture Brain,0.27 +CyberFront,0.27 +Syscom,0.27 +ASCII Media Works,0.27 +Pacific Century Cyber Works,0.26 +Nippon Telenet,0.26 +Liquid Games,0.26 +Axela,0.26 +Xing Entertainment,0.25 +Asgard,0.25 +Paon,0.25 +American Softworks,0.24 +Vir2L Studios,0.24 +Yeti,0.24 +Detn8 Games,0.23 +Essential Games,0.23 +Daito,0.22999999999999998 +Asmik Ace Entertainment,0.22999999999999998 +Vatical Entertainment,0.22 +Quinrose,0.22 +O3 Entertainment,0.22 +Bomb,0.21999999999999997 +CCP,0.21000000000000002 +Slitherine Software,0.21 +On Demand,0.21 +System 3,0.21 +Alternative Software,0.21 +Mercury Games,0.21 +Sears,0.21 +Tommo,0.2 +Merscom LLC,0.2 +Micro Cabin,0.2 +SSI,0.19 +Funcom,0.19 +Funsta,0.19 +Adeline Software,0.18000000000000002 +Happinet,0.18000000000000002 +CDV Software Entertainment,0.18 +Gamecock,0.18 +Media Works,0.18 +Asmik Corp,0.17 +Sunrise Interactive,0.17 +Panther Software,0.17 +Tivola,0.17 +Gainax Network Systems,0.16999999999999998 +DHM Interactive,0.16999999999999998 +Xicat Interactive,0.16 +Aques,0.16 +Phenomedia,0.16 +EA Games,0.15 +Comfort,0.15 +Global A Entertainment,0.15 +White Park Bay Software,0.15 +Data East,0.15 +Sony Music Entertainment,0.14 +responDESIGN,0.14 +Imadio,0.14 +Kaga Create,0.14 +Game Arts,0.14 +Myelin Media,0.14 +SCS Software,0.13999999999999999 +General Entertainment,0.13999999999999999 +LSP Games,0.13 +HMH Interactive,0.13 +DreamWorks Interactive,0.13 +Tripwire Interactive,0.13 +Moss,0.13 +FunSoft,0.12999999999999998 +Bohemia Interactive,0.12 +T&E Soft,0.12 +Flight-Plan,0.12 +TopWare Interactive,0.12 +SPS,0.12 +Daedalic Entertainment,0.12 +Havas Interactive,0.12 +NDA Productions,0.11 +Ascaron Entertainment GmbH,0.11 +Pack-In-Video,0.11 +TOHO,0.11 +Insomniac Games,0.11 +PopTop Software,0.11 +dramatic create,0.11 +10TACLE Studios,0.11 +Gameloft,0.11 +Simon & Schuster Interactive,0.1 +Arika,0.1 +Image Epoch,0.1 +Interchannel,0.1 +Phantom EFX,0.1 +Type-Moon,0.1 +TGL,0.09999999999999999 +PM Studios,0.09999999999999999 +Interplay Productions,0.09999999999999999 +Enjoy Gaming ltd.,0.09999999999999999 +Creative Core,0.09999999999999999 +1C Company,0.09999999999999999 +GameTek,0.09999999999999999 +Athena,0.09000000000000001 +Edia,0.09000000000000001 +Groove Games,0.09 +Griffin International,0.09 +Hearty Robin,0.09 +Nippon Amuse,0.09 +Tradewest,0.09 +Culture Publishers,0.09 +inXile Entertainment,0.09 +Origin Systems,0.09 +Cloud Imperium Games Corporation,0.08 +KID,0.08 +Revolution Software,0.08 +Flashpoint Games,0.08 +Seventh Chord,0.08 +Mitsui,0.08 +Glams,0.08 +Abylight,0.08 +Milestone,0.08 +Coconuts Japan,0.07 +Misawa,0.07 +Iceberg Interactive,0.07 +Warp,0.07 +Yuke's,0.07 +Princess Soft,0.07 +Encore,0.07 +Locus,0.07 +Altron,0.07 +Aria,0.07 +Elite,0.06999999999999999 +Crimson Cow,0.06999999999999999 +Milestone S.r.l,0.060000000000000005 +MC2 Entertainment,0.06 +Grand Prix Games,0.06 +7G//AMES,0.06 +Experience Inc.,0.06 +Ecole,0.06 +Zenrin,0.06 +Fortyfive,0.06 +Sonnet,0.06 +iWin,0.06 +Imax,0.06 +Yumedia,0.06 +Evolution Games,0.06 +Dusenberry Martin Racing,0.06 +Office Create,0.06 +Licensed 4U,0.06 +DigiCube,0.06 +WayForward Technologies,0.06 +Virtual Play Games,0.06 +HAL Laboratory,0.06 +MediaQuest,0.05 +Alawar Entertainment,0.05 +GN Software,0.05 +System Soft,0.05 +Sweets,0.05 +Pow,0.05 +The Learning Company,0.05 +Ertain,0.05 +Mamba Games,0.05 +Marvel Entertainment,0.05 +Pony Canyon,0.05 +Vap,0.05 +Minato Station,0.05 +Max Five,0.05 +Focus Multimedia,0.05 +TechnoSoft,0.05 +Phantagram,0.049999999999999996 +Team17 Software,0.049999999999999996 +Monte Christo Multimedia,0.049999999999999996 +imageepoch Inc.,0.04 +Navarre Corp,0.04 +Gakken,0.04 +G.Rev,0.04 +Devolver Digital,0.04 +Summitsoft,0.04 +Just Flight,0.04 +Yamasa Entertainment,0.04 +2D Boy,0.04 +Lexicon Entertainment,0.04 +Legacy Interactive,0.04 +Playmore,0.04 +49Games,0.04 +Kool Kizz,0.04 +Societa,0.04 +MLB.com,0.04 +Big Fish Games,0.04 +Alvion,0.04 +Riverhillsoft,0.04 +Kamui,0.03 +Datam Polystar,0.03 +Kids Station,0.03 +Kando Games,0.03 +Paon Corporation,0.03 +Kokopeli Digital Studios,0.03 +Tryfirst,0.03 +Easy Interactive,0.03 +NetRevo,0.03 +Number None,0.03 +KSS,0.03 +Extreme Entertainment Group,0.03 +Ivolgamus,0.03 +Fuji,0.03 +Cygames,0.03 +Sunflowers,0.03 +BushiRoad,0.03 +Blue Byte,0.03 +Views,0.03 +Nexon,0.03 +ASK,0.03 +Headup Games,0.03 +Intergrow,0.03 +FuRyu Corporation,0.03 +Maximum Family Games,0.03 +Her Interactive,0.03 +HuneX,0.03 +Berkeley,0.03 +Fields,0.03 +Aerosoft,0.03 +Dorart,0.03 +Visco,0.02 +id Software,0.02 +Codemasters Online,0.02 +Warashi,0.02 +fonfun,0.02 +Nitroplus,0.02 +Strategy First,0.02 +Karin Entertainment,0.02 +Stainless Games,0.02 +Quintet,0.02 +RED Entertainment,0.02 +King Records,0.02 +Revolution (Japan),0.02 +Introversion Software,0.02 +Phoenix Games,0.02 +Saurus,0.02 +Mirai Shounen,0.02 +Marvelous Games,0.02 +Imageworks,0.02 +Sold Out,0.02 +Graphsim Entertainment,0.02 +Gaga,0.02 +Technos Japan Corporation,0.02 +Giza10,0.02 +GOA,0.02 +Mycom,0.02 +Giga,0.02 +Plenty,0.02 +Michaelsoft,0.01 +Otomate,0.01 +Paradox Development,0.01 +Piacci,0.01 +Ongakukan,0.01 +Media Entertainment,0.01 +Naxat Soft,0.01 +New World Computing,0.01 +Masque Publishing,0.01 +UIG Entertainment,0.01 +Lighthouse Interactive,0.01 +Rain Games,0.01 +EON Digital Entertainment,0.01 +Ascaron Entertainment,0.01 +Inti Creates,0.01 +"Interworks Unlimited, Inc.",0.01 +Interchannel-Holon,0.01 +Genterprise,0.01 +Boost On,0.01 +Takuyo,0.01 +Epic Games,0.01 +Commseed,0.01 +0,0.0 diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276.xlsx" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276.xlsx" new file mode 100644 index 0000000000000000000000000000000000000000..f6d80411b3be30b0d8750e7a63284d20b78a9eb0 Binary files /dev/null and "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\346\225\260\346\215\256/\345\275\261\345\223\215\345\212\233\346\235\241\345\233\276.xlsx" differ diff --git "a/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\350\257\264\346\230\216.md" "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\350\257\264\346\230\216.md" new file mode 100644 index 0000000000000000000000000000000000000000..690e4b29aef7453cffa334970880e68b8fc8edcf --- /dev/null +++ "b/03-\350\257\276\347\250\213\345\256\236\351\252\214/CS210212/\351\241\271\347\233\256\350\257\264\346\230\216.md" @@ -0,0 +1,117 @@ +# **项目名称:游戏销量时序数据可视化与分析** +## **人员分工** +王思皓:寻找数据源、数据集预处理脚本撰写、可视化数据集制作脚本撰写、Data ease可视化大屏的展示实现与记录、LSTM、ARMIA预测代码、参与项目说明的撰写、项目管理 + +陆佳骏:数据集收集、数据集预处理脚本撰写、可视化数据集制作脚本撰写、可视化数据集描述性统计图绘制、Data ease可视化大屏的展示实现、参与项目说明的撰写 + +刘轩哲:数据集预处理脚本的撰写、可视化分析讨论、参与项目说明的撰写 + +段 辉:关联分析脚本的撰写、可视化分析讨论、参与项目说明的撰写 + +原始数据集收集网站:https://www.datafountain.cn/datasets/200 +## **一、项目目标** +### **分析游戏销量和流行趋势,以及不同地区的销售表现。** +本项目旨在深入分析全球游戏市场,特别是探讨游戏销量和流行趋势,以及不同地区的销售表现。游戏产业自其诞生以来,已经经历了多次重大变革,从最初的街机游戏到今日的虚拟现实和云游戏,每一次技术的进步都为游戏市场带来了新的机遇和挑战。理解这些发展趋势对于预测未来市场动态、制定有效的市场策略至关重要。 + +游戏行业的不断创新不仅推动了娱乐方式的多样化,而且也促进了全球文化交流和技术进步。因此,本项目的分析不仅具有商业意义,更有文化和技术的深远影响。通过对历史数据的全面分析,我们能够更好地理解游戏类型、平台选择、发行商策略以及地区差异性在市场表现中的作用。 +### **预测未来游戏市场的趋势和潜力。** +我们的研究重点是利用收集的时序数据,对不同题材游戏未来五年的全球总销量进行精确预测。这一预测不仅关键地揭示了市场趋势,而且为游戏开发者和发行商提供了制定长期战略的关键数据支持。通过分析历史销量数据和当前市场动向,结合先进的数据分析技术,我们的预测模型旨在为游戏行业的决策者提供洞察,帮助他们在竞争激烈的市场中作出更加明智的战略决策。我们特别考虑了全球市场的多样性和不断变化的消费者行为,以确保预测的准确性和实用性。 +### **提供决策支持,以帮助游戏开发者和发行商制定市场策略。** +我们的项目旨在为游戏开发者、发行商和市场分析师提供基于数据的决策支持,这需要我们深入分析历史数据,从而针对市场进入和发展提出具体、实用的建议。 + +在本项目中,我们的主要目标是通过全面分析广泛的游戏销售数据,提供对游戏行业未来发展的深入洞察。我们的数据集全面覆盖了游戏排名、名称、发布平台、发行年份、游戏类型、发行商,以及详尽的地区销售数据,涵盖北美、欧洲、日本及其他地区,同时包括全球销售总额。这些详细信息是理解游戏市场多维动态的关键。 + +我们的分析将集中在以下几个核心领域: + +1. **游戏类型的普及趋势**:通过分析和比较不同游戏类型在全球及主要市场的表现,我们能够识别出哪些游戏类型最受消费者青睐,以及消费者偏好如何随时间演变。这将帮助我们把握市场需求的变化趋势,并预测未来可能流行的游戏类型。 +1. **平台和发行商的市场影响力**:通过深入分析不同平台和发行商的历史表现,我们可以识别出对游戏市场产生重大影响的平台和发行商。这些洞察将帮助我们理解市场的竞争格局,并指导如何在不同平台上有效地发布和推广游戏。 +1. **地区差异的深入理解**:鉴于不同地区的文化和市场偏好存在显著差异,我们的分析将重点关注各地区对游戏的接受度和偏好。这将指导游戏开发者和市场策划人员在不同市场中制定定制化的策略,以充分挖掘每个地区的市场潜力。 +## **二、数据预处理** +在进行数据分析的核心步骤之前,一个关键的准备步骤是数据的清理和预处理。这个阶段主要包括两个重要的操作:清理数据和格式转换。 +### **清理数据:处理缺失值和异常值。** +对于数据集的清理,我们首先进行了缺失值和异常值的检查与处理。我们细致地审查了整个数据集,对于那些缺失的信息,我们采取了删除处理的策略,这是为了保证数据的完整性和准确性。同时,我们对数据集进行了全面的检查,以识别和处理任何可能存在的异常值。幸运的是,在我们的数据集中并未发现明显的异常值。完成这些关键步骤之后,我们对数据集进行了描述性统计分析,这不仅帮助我们更好地理解数据的基本特性,也为我们后续的可视化方案提供了重要的参考依据。 +### **格式转换:确保所有字段都以适当的数据类型呈现。** +在原始数据集中,许多字段是以文本形式存在的,为了便于分析和可视化,我们对这些数据进行了必要的格式转换。特别地,我们将销售量等关键指标转换为数值型变量,这样可以方便我们进行各种数学运算和统计分析。此外,统计时间也被转换为时间序列数据格式,这是为了在后续的分析中能够更加精确地处理时间相关的数据,如进行时间序列分析、趋势预测等。通过这些格式转换,我们确保了数据在后续处理中的准确性和有效性,为深入的数据分析和洞察提供了坚实的基础。窗体顶端 +## **三、数据挖掘** +### **关联规则挖掘:找出游戏类型、平台与销量之间的关联。** +通过关联规则分析和挖掘,我们成功地揭示了游戏类型、发布平台与销量之间的内在联系。为了将这些发现具体化,并使其更易于理解,我们计划使用定制的可视化方法来展示这些关系。例如,我们可以展示特定平台上最受欢迎的游戏类型,或者整体上销量最高的游戏题材。此外,我们还将探索并展示最有影响力的游戏发行商、历史上最受欢迎的平台和游戏等信息。为此,我们编写了专门的脚本来自动化这一过程。进一步地,我们还可以定义一个“影响力指数”,并据此生成两个条形图,分别展示最有影响力的游戏发行商和平台。 +## **四、预测模型** +### **建立时间序列预测模型LSTM以及ARMIA:预测未来游戏市场的销售趋势。** +我们的目标是基于历史数据,针对不同游戏题材,预测未来五年的全球总销量。这将涉及对大量数据的深入分析,并将预测结果以折线图的形式呈现。为此,我们编写了一个专门的脚本,从原始数据集中提取必要的信息,并进行复杂的计算和分析。。 +### **预测准确性评估:使用历史数据测试模型的预测能力。** +完成预测后,评估其准确性至关重要。我们将使用部分历史数据来测试模型的预测能力,并将评估结果展示出来。我们的初步结果表明,我们的预测模型具有相当高的准确度,这为未来游戏市场的趋势提供了可靠的预测。 +## **五、可视化大屏设计** +为了更有效地展示我们的数据分析结果,我们设计了一个直观且信息丰富的可视化大屏。以下是我们在设计这一大屏时考虑的关键要素: +### **设计直观且信息丰富的静态展示界面** +我们的目标是创造一个既视觉上吸引人又易于理解的展示界面。为此,我们精心选择了图表类型和布局,以确保数据的清晰展示。我们使用了不同的颜色和形状,以区分各类数据,并通过有意识的布局策略来增强视觉吸引力和提高数据的可读性。例如,使用颜色渐变来表示不同的数据级别,或者通过形状大小来突出关键数据点。 +### **某几个图表应提供交互功能,以便用户根据兴趣进行深入探索。** +我们的可视化界面不仅仅是静态展示,还包括基本的交互元素。这些交互元素,如点击图表以显示更多详情,使用户能够根据自己的需求深入探索数据。同时,我们确保了展示界面在不同设备上,包括移动设备上的良好可视性和操作性,确保用户无论在何种设备上均能获得最佳的浏览体验。我们特别设计了一些具有交互功能的图表,让用户能够根据自己的兴趣进行更深入的数据探索。例如,我们制作了一些可切换页码的饼图,用户可以选择查看不同的展示对象,比如游戏题材或发布平台占总销售额的比例。这些饼图配备了按钮,用户可以通过点击来切换不同的数据层次或类别,从而获得更为定制化的数据视图。 + +这样的设计不仅使数据更易于理解和探索,还增加了用户与数据的互动性,使数据呈现过程更加生动和引人入胜。通过这种方式,我们希望将数据分析的复杂性转化为直观、易懂的视觉呈现,让每个人都能快速把握数据的核心信息和洞察。 +## **六、数据分析与可视化** +在我们的数据分析和可视化项目中,我们深入探索了游戏市场的多个关键方面。以下是我们采取的分析方法和相应的可视化策略: + +1. 按年份的全球销量和分区销售量趋势 + +分析方法:使用时间序列分析来审视全球游戏销量随时间的变化,以及分区销售量的趋势。 + +可视化策略:采用折线图来展示销量随时间的变化,并结合条形图比较不同年份的总销量。这些折线图的横轴代表时间(年份),纵轴代表总销售额(百万元),展现了四个不同区域的销量趋势。 + +2. 不同地区销量的比较分析 + +分析方法:通过比较不同地区(如北美、欧洲、亚洲等)的游戏销量,识别各地区市场的特点和差异,并考虑人口、经济因素和文化差异对销量的影响。 + +可视化策略:采用堆叠条形图或分割的圆环图来比较不同地区的销量比例,并使用地图热力图直观显示各地区的销量分布,突出地理位置与市场表现之间的联系。 + +3. 各发行厂商的市场份额变化 + +分析方法:分析各游戏厂商随时间的市场份额变化,考察新技术和平台策略对市场份额的影响。 + +可视化策略:使用堆叠面积图来展示不同发行厂商随时间的市场份额变化,清晰地反映出各大发行商在市场中的地位及其变化趋势。 + +4. 游戏类型的受欢迎程度分析 + +分析方法:根据销量数据,分析不同游戏类型(如动作、策略、角色扮演等)的受欢迎程度,探索市场需求和用户偏好的变化趋势。 + +可视化策略:使用圆饼图或条形图来展示不同游戏类型的市场占比,并结合时间轴的折线图,呈现各类型游戏随时间的受欢迎程度变化。 + +5. 主要发行平台的市场表现 + +分析方法:考察主要游戏发行商(如EA, Ubisoft, Nintendo等)的市场表现,包括销量、市场份额和增长趋势,分析其成功或不足之处。 + +可视化策略:运用条形图比较不同发行商的销量和市场份额,使用线图来展示他们的市场表现随时间的变化,从而洞察各大发行平台的市场动态和竞争地位。 + +通过这些深入的分析和直观的可视化手段,我们的目标是为游戏行业的决策者提供全面的市场洞察,帮助他们在竞争激烈的游戏市场中做出更加明智的战略选择。 + +七、后续工作和维护 +定期更新数据集,以保持分析的时效性。 + +游戏行业动向瞬息万变,我们应当以更细的粒度来进行统计和分析。我们应当加速游戏的 + +根据市场变化调整分析模型和可视化内容。 + +比如有新兴游戏厂商和平台的出现,需要继续进行实时迭代,以保证可视化大屏有很好的可视化意义。 + +八、技术和工具 +- 数据处理和分析:Python (Pandas, NumPy, SciPy) + +我们主要使用Python编程语言进行数据处理和分析。具体来说,我们利用Pandas进行数据操纵和处理,NumPy用于更复杂的数值计算,而SciPy则用于进行科学计算和工程应用。 + +- 预测模型:Python (Statsmodels, Prophet) + +为了构建预测模型,我们使用Python的Statsmodels和Facebook的Prophet库。Statsmodels提供了许多用于统计建模和测试的方法,而Prophet则是一个针对时间序列预测的工具,特别适用于具有强季节性影响的数据。 + +- 数据可视化:专用可视化软件data ease + +对于数据的可视化,我们采用了专业的可视化软件data ease。这款软件提供了丰富的可视化选项,包括动态交互式图表,非常适合用于展示复杂的数据分析结果。 +## **九、项目成果** +- 数据可视化大屏,提供动态交互式数据展示。 + +我们的项目最终产出了一个数据可视化大屏,提供了动态的交互式数据展示。这个大屏不仅展示了我们的分析结果,还允许用户根据自己的兴趣进行数据探索,从而获得更深入的洞察。 + +- 这里也可以放一些描述性统计的相关图片。 + +此外,我们也在项目报告中加入了一些描述性统计的相关图片,这些图片直观地展示了数据的基本特征,如中心趋势、分散程度等,有助于理解数据的整体分布和结构。 + +通过运用这些先进的技术和工具,我们的项目不仅实现了深入的数据分析,还提供了易于理解和互动的数据可视化,从而有效地支持了游戏行业的决策制定。 +