From 0097e28803604ba15df80f096c4c4abdfe5c344c Mon Sep 17 00:00:00 2001 From: hibiki <20015683+hibikidesu@users.noreply.github.com> Date: Tue, 20 Sep 2022 06:06:07 +0200 Subject: [PATCH] JBUM 20/09/2022 04:06:07 --- mobile/jubeat/exchange_info.json | 181 ++++++++- mobile/jubeat/headline_list.json | 125 ++++++- mobile/jubeat/item_info.json | 111 +++++- mobile/jubeat/level_info.json | 503 ++++++++++++++++++++++++- mobile/jubeat/marker.json | 619 ++++++++++++++++++++++++++++++- mobile/jubeat/news.json | 443 +++++++++++++++++++++- mobile/jubeat/purchases.json | 248 ++++++++++++- 7 files changed, 2223 insertions(+), 7 deletions(-) diff --git a/mobile/jubeat/exchange_info.json b/mobile/jubeat/exchange_info.json index 9e26dfeeb..69b48474a 100644 --- a/mobile/jubeat/exchange_info.json +++ b/mobile/jubeat/exchange_info.json @@ -1 +1,180 @@ -{} \ No newline at end of file +{ + "item_info_list": [ + { + "convert_id": 1, + "name": "ミュージックプレーヤー\nチケットに交換", + "comment": "jubeatシリーズサウンドトラックの収録楽曲(一部)が聴き放題の「ミュージックプレーヤー」が30日間利用できるようになるアイテムです。", + "convert_kind": 2, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/MusicPlayerTicket.png", + "limit_num": -1, + "rest_num": -1, + "cost": [ + { + "item_id": 1, + "count": 400 + } + ], + "converted": [ + { + "item_id": 13, + "count": 1 + } + ] + }, + { + "convert_id": 2, + "name": "コイン 100枚", + "comment": "jBlockからコインに変換します。", + "convert_kind": 1, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/Coin_100.png", + "limit_num": -1, + "rest_num": -1, + "cost": [ + { + "item_id": 1, + "count": 50 + } + ], + "converted": [ + { + "item_id": 3, + "count": 100 + } + ] + }, + { + "convert_id": 3, + "name": "コイン 550枚\n(500枚 + おまけ 50枚)", + "comment": "jBlockからコインに変換します。", + "convert_kind": 1, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/Coin_550.png", + "limit_num": -1, + "rest_num": -1, + "cost": [ + { + "item_id": 1, + "count": 250 + } + ], + "converted": [ + { + "item_id": 3, + "count": 550 + } + ] + }, + { + "convert_id": 4, + "name": "コイン 1,120枚\n(1,000枚 + おまけ 120枚)", + "comment": "jBlockからコインに変換します。", + "convert_kind": 1, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/Coin_1120.png", + "limit_num": -1, + "rest_num": -1, + "cost": [ + { + "item_id": 1, + "count": 500 + } + ], + "converted": [ + { + "item_id": 3, + "count": 1120 + } + ] + }, + { + "convert_id": 5, + "name": "コイン 5,750枚\n(5,000枚 + おまけ 750枚)", + "comment": "jBlockからコインに変換します。", + "convert_kind": 1, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/Coin_5750.png", + "limit_num": -1, + "rest_num": -1, + "cost": [ + { + "item_id": 1, + "count": 2500 + } + ], + "converted": [ + { + "item_id": 3, + "count": 5750 + } + ] + }, + { + "convert_id": 6, + "name": "コイン 12,000枚\n(10,000枚 + おまけ 2,000枚)", + "comment": "jBlockからコインに変換します。", + "convert_kind": 1, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/Coin_12000.png", + "limit_num": -1, + "rest_num": -1, + "cost": [ + { + "item_id": 1, + "count": 5000 + } + ], + "converted": [ + { + "item_id": 3, + "count": 12000 + } + ] + }, + { + "convert_id": 7, + "name": "スキップチケット1枚に交換", + "comment": "楽曲プレーをスキップできるチケットに交換します。\n\n※ 既にプレー済みの譜面に対して使用可能です。\n※ 選択した譜面のレベルに応じたスタミナを消費します。\n※ 過去のプレー履歴に応じた経験値、宝箱が獲得できます。", + "convert_kind": 2, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/PlaySkipTicket.png", + "limit_num": 20, + "rest_num": 20, + "cost": [ + { + "item_id": 1, + "count": 20 + } + ], + "converted": [ + { + "item_id": 100, + "count": 1 + } + ] + }, + { + "convert_id": 8, + "name": "スキップチケット11枚に交換", + "comment": "楽曲プレーをスキップできるチケットに交換します。\n\n※ 既にプレー済みの譜面に対して使用可能です。\n※ 選択した譜面のレベルに応じたスタミナを消費します。\n※ 過去のプレー履歴に応じた経験値、宝箱が獲得できます。", + "convert_kind": 2, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/PlaySkipTicket.png", + "limit_num": 10, + "rest_num": 10, + "cost": [ + { + "item_id": 1, + "count": 200 + } + ], + "converted": [ + { + "item_id": 100, + "count": 11 + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/jubeat/headline_list.json b/mobile/jubeat/headline_list.json index 9e26dfeeb..ec1ec69cb 100644 --- a/mobile/jubeat/headline_list.json +++ b/mobile/jubeat/headline_list.json @@ -1 +1,124 @@ -{} \ No newline at end of file +[ + { + "headline_id": 1, + "headline_name": "スタッフオススメ", + "gacha_id_list": [ + 76, + 66, + 75, + 42, + 70, + 72, + 71, + 74, + 31, + 57, + 23, + 43 + ], + "recommended_flg": 1 + }, + { + "headline_id": 3, + "headline_name": "JPOP", + "gacha_id_list": [ + 21, + 52, + 50, + 27, + 20, + 55, + 28, + 11, + 54, + 22, + 13, + 29, + 53, + 12, + 26, + 42, + 57, + 23, + 56, + 43, + 70, + 71, + 75, + 25, + 17, + 58, + 19, + 16, + 51, + 31, + 30, + 41, + 39, + 40 + ], + "recommended_flg": 0 + }, + { + "headline_id": 4, + "headline_name": "年代", + "gacha_id_list": [ + 35, + 38, + 34, + 33, + 32 + ], + "recommended_flg": 0 + }, + { + "headline_id": 5, + "headline_name": "アニメ", + "gacha_id_list": [ + 49, + 37, + 38, + 24, + 14, + 36 + ], + "recommended_flg": 0 + }, + { + "headline_id": 6, + "headline_name": "東方アレンジ", + "gacha_id_list": [ + 46, + 45, + 48, + 44, + 47, + 18 + ], + "recommended_flg": 0 + }, + { + "headline_id": 7, + "headline_name": "BEMANI", + "gacha_id_list": [ + 76, + 66, + 68, + 61, + 59, + 60, + 69, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ], + "recommended_flg": 0 + } +] \ No newline at end of file diff --git a/mobile/jubeat/item_info.json b/mobile/jubeat/item_info.json index 9e26dfeeb..c395b305f 100644 --- a/mobile/jubeat/item_info.json +++ b/mobile/jubeat/item_info.json @@ -1 +1,110 @@ -{} \ No newline at end of file +[ + { + "item_id": 1, + "name": "jBlock", + "comment": "七色の光を放つ不思議なブロック。\nアイテム交換やスタミナの回復などに使用する。", + "ability": 1, + "value": 0, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/jblock.png" + }, + { + "item_id": 2, + "name": "jBlock", + "comment": "七色の光を放つ不思議なブロック。\nアイテム交換やスタミナの回復などに使用する。", + "ability": 1, + "value": 0, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/jblock.png" + }, + { + "item_id": 3, + "name": "コイン", + "comment": "金色に輝く魅惑のコイン。\n集めて「楽曲ガチャ」を回そう!", + "ability": 3, + "value": 0, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/Coin.png" + }, + { + "item_id": 4, + "name": "コイン", + "comment": "金色に輝く魅惑のコイン。\n集めて「楽曲ガチャ」を回そう!", + "ability": 3, + "value": 0, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/Coin.png" + }, + { + "item_id": 13, + "name": "ミュージックプレイヤーチケット", + "comment": "jubeatシリーズサウンドトラックの\n収録楽曲(一部)が聴ける。\n「ミュージックプレーヤー」を30日間利用できる。", + "ability": 600, + "value": 0, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/MusicPlayerTicket.png" + }, + { + "item_id": 14, + "name": "スタミナ50", + "comment": "飲むともう少しだけ頑張れる、赤い缶の飲み物。\nスタミナを50回復できる。", + "ability": 200, + "value": 50, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/StaminaDrink.png" + }, + { + "item_id": 15, + "name": "スタミナ50", + "comment": "飲むともう少しだけ頑張れる、赤い缶の飲み物。\nスタミナを50回復できる。", + "ability": 200, + "value": 50, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/StaminaDrink.png" + }, + { + "item_id": 26, + "name": "ガチャチケット1連", + "comment": "キラリと光る貴重なチケット。\n「楽曲ガチャ」のシングルガチャを回すことができる。", + "ability": 300, + "value": 1, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/GachaTicket_Single.png" + }, + { + "item_id": 27, + "name": "ガチャチケット10連", + "comment": "キラキラ輝く憧れのチケット。\n「楽曲ガチャ」の10連ガチャを回すことができる。", + "ability": 300, + "value": 10, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/GachaTicket_10stations.png" + }, + { + "item_id": 49, + "name": "ピックアップガチャチケット", + "comment": "ツヤツヤ光るめずらしいチケット。\n「ピックアップガチャ」を回すことができる。", + "ability": 301, + "value": 1, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/GachaTicket_Pickup.png" + }, + { + "item_id": 50, + "name": "ピックアップガチャチケット", + "comment": "ツヤツヤ光るめずらしいチケット。\n「ピックアップガチャ」を回すことができる。", + "ability": 301, + "value": 1, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/GachaTicket_Pickup.png" + }, + { + "item_id": 100, + "name": "スキップチケット", + "comment": "しっとりとした手触りのチケット。\n楽曲プレーをスキップできる。", + "ability": 400, + "value": 0, + "accessibility": 1, + "icon_path": "Konami/AssetBundles/Items/PlaySkipTicket.png" + } +] \ No newline at end of file diff --git a/mobile/jubeat/level_info.json b/mobile/jubeat/level_info.json index 9e26dfeeb..ae71df151 100644 --- a/mobile/jubeat/level_info.json +++ b/mobile/jubeat/level_info.json @@ -1 +1,502 @@ -{} \ No newline at end of file +[ + { + "level": 1, + "required_exp": 53, + "max_stamina": 50 + }, + { + "level": 2, + "required_exp": 113, + "max_stamina": 51 + }, + { + "level": 3, + "required_exp": 179, + "max_stamina": 52 + }, + { + "level": 4, + "required_exp": 252, + "max_stamina": 53 + }, + { + "level": 5, + "required_exp": 332, + "max_stamina": 54 + }, + { + "level": 6, + "required_exp": 418, + "max_stamina": 55 + }, + { + "level": 7, + "required_exp": 511, + "max_stamina": 56 + }, + { + "level": 8, + "required_exp": 611, + "max_stamina": 57 + }, + { + "level": 9, + "required_exp": 717, + "max_stamina": 58 + }, + { + "level": 10, + "required_exp": 830, + "max_stamina": 59 + }, + { + "level": 11, + "required_exp": 949, + "max_stamina": 60 + }, + { + "level": 12, + "required_exp": 1075, + "max_stamina": 61 + }, + { + "level": 13, + "required_exp": 1207, + "max_stamina": 62 + }, + { + "level": 14, + "required_exp": 1346, + "max_stamina": 63 + }, + { + "level": 15, + "required_exp": 1492, + "max_stamina": 64 + }, + { + "level": 16, + "required_exp": 1644, + "max_stamina": 65 + }, + { + "level": 17, + "required_exp": 1803, + "max_stamina": 66 + }, + { + "level": 18, + "required_exp": 1969, + "max_stamina": 67 + }, + { + "level": 19, + "required_exp": 2141, + "max_stamina": 68 + }, + { + "level": 20, + "required_exp": 2320, + "max_stamina": 69 + }, + { + "level": 21, + "required_exp": 2505, + "max_stamina": 70 + }, + { + "level": 22, + "required_exp": 2697, + "max_stamina": 71 + }, + { + "level": 23, + "required_exp": 2895, + "max_stamina": 72 + }, + { + "level": 24, + "required_exp": 3100, + "max_stamina": 73 + }, + { + "level": 25, + "required_exp": 3312, + "max_stamina": 74 + }, + { + "level": 26, + "required_exp": 3530, + "max_stamina": 75 + }, + { + "level": 27, + "required_exp": 3755, + "max_stamina": 76 + }, + { + "level": 28, + "required_exp": 3987, + "max_stamina": 77 + }, + { + "level": 29, + "required_exp": 4225, + "max_stamina": 78 + }, + { + "level": 30, + "required_exp": 4470, + "max_stamina": 79 + }, + { + "level": 31, + "required_exp": 4721, + "max_stamina": 80 + }, + { + "level": 32, + "required_exp": 4979, + "max_stamina": 81 + }, + { + "level": 33, + "required_exp": 5243, + "max_stamina": 82 + }, + { + "level": 34, + "required_exp": 5514, + "max_stamina": 83 + }, + { + "level": 35, + "required_exp": 5792, + "max_stamina": 84 + }, + { + "level": 36, + "required_exp": 6076, + "max_stamina": 85 + }, + { + "level": 37, + "required_exp": 6367, + "max_stamina": 86 + }, + { + "level": 38, + "required_exp": 6665, + "max_stamina": 87 + }, + { + "level": 39, + "required_exp": 6969, + "max_stamina": 88 + }, + { + "level": 40, + "required_exp": 7280, + "max_stamina": 89 + }, + { + "level": 41, + "required_exp": 7597, + "max_stamina": 90 + }, + { + "level": 42, + "required_exp": 7921, + "max_stamina": 91 + }, + { + "level": 43, + "required_exp": 8251, + "max_stamina": 92 + }, + { + "level": 44, + "required_exp": 8588, + "max_stamina": 93 + }, + { + "level": 45, + "required_exp": 8932, + "max_stamina": 94 + }, + { + "level": 46, + "required_exp": 9282, + "max_stamina": 95 + }, + { + "level": 47, + "required_exp": 9639, + "max_stamina": 96 + }, + { + "level": 48, + "required_exp": 10003, + "max_stamina": 97 + }, + { + "level": 49, + "required_exp": 10373, + "max_stamina": 98 + }, + { + "level": 50, + "required_exp": 10750, + "max_stamina": 99 + }, + { + "level": 51, + "required_exp": 11133, + "max_stamina": 100 + }, + { + "level": 52, + "required_exp": 11523, + "max_stamina": 101 + }, + { + "level": 53, + "required_exp": 11919, + "max_stamina": 102 + }, + { + "level": 54, + "required_exp": 12322, + "max_stamina": 103 + }, + { + "level": 55, + "required_exp": 12732, + "max_stamina": 104 + }, + { + "level": 56, + "required_exp": 13148, + "max_stamina": 105 + }, + { + "level": 57, + "required_exp": 13571, + "max_stamina": 106 + }, + { + "level": 58, + "required_exp": 14001, + "max_stamina": 107 + }, + { + "level": 59, + "required_exp": 14437, + "max_stamina": 108 + }, + { + "level": 60, + "required_exp": 14880, + "max_stamina": 109 + }, + { + "level": 61, + "required_exp": 15329, + "max_stamina": 110 + }, + { + "level": 62, + "required_exp": 15785, + "max_stamina": 111 + }, + { + "level": 63, + "required_exp": 16247, + "max_stamina": 112 + }, + { + "level": 64, + "required_exp": 16716, + "max_stamina": 113 + }, + { + "level": 65, + "required_exp": 17192, + "max_stamina": 114 + }, + { + "level": 66, + "required_exp": 17674, + "max_stamina": 115 + }, + { + "level": 67, + "required_exp": 18163, + "max_stamina": 116 + }, + { + "level": 68, + "required_exp": 18659, + "max_stamina": 117 + }, + { + "level": 69, + "required_exp": 19161, + "max_stamina": 118 + }, + { + "level": 70, + "required_exp": 19670, + "max_stamina": 119 + }, + { + "level": 71, + "required_exp": 20185, + "max_stamina": 120 + }, + { + "level": 72, + "required_exp": 20707, + "max_stamina": 121 + }, + { + "level": 73, + "required_exp": 21235, + "max_stamina": 122 + }, + { + "level": 74, + "required_exp": 21770, + "max_stamina": 123 + }, + { + "level": 75, + "required_exp": 22312, + "max_stamina": 124 + }, + { + "level": 76, + "required_exp": 22860, + "max_stamina": 125 + }, + { + "level": 77, + "required_exp": 23415, + "max_stamina": 126 + }, + { + "level": 78, + "required_exp": 23977, + "max_stamina": 127 + }, + { + "level": 79, + "required_exp": 24545, + "max_stamina": 128 + }, + { + "level": 80, + "required_exp": 25120, + "max_stamina": 129 + }, + { + "level": 81, + "required_exp": 25701, + "max_stamina": 130 + }, + { + "level": 82, + "required_exp": 26289, + "max_stamina": 131 + }, + { + "level": 83, + "required_exp": 26883, + "max_stamina": 132 + }, + { + "level": 84, + "required_exp": 27484, + "max_stamina": 133 + }, + { + "level": 85, + "required_exp": 28092, + "max_stamina": 134 + }, + { + "level": 86, + "required_exp": 28706, + "max_stamina": 135 + }, + { + "level": 87, + "required_exp": 29327, + "max_stamina": 136 + }, + { + "level": 88, + "required_exp": 29955, + "max_stamina": 137 + }, + { + "level": 89, + "required_exp": 30589, + "max_stamina": 138 + }, + { + "level": 90, + "required_exp": 31230, + "max_stamina": 139 + }, + { + "level": 91, + "required_exp": 31877, + "max_stamina": 140 + }, + { + "level": 92, + "required_exp": 32531, + "max_stamina": 141 + }, + { + "level": 93, + "required_exp": 33191, + "max_stamina": 142 + }, + { + "level": 94, + "required_exp": 33858, + "max_stamina": 143 + }, + { + "level": 95, + "required_exp": 34532, + "max_stamina": 144 + }, + { + "level": 96, + "required_exp": 35212, + "max_stamina": 145 + }, + { + "level": 97, + "required_exp": 35899, + "max_stamina": 146 + }, + { + "level": 98, + "required_exp": 36593, + "max_stamina": 147 + }, + { + "level": 99, + "required_exp": 37293, + "max_stamina": 148 + }, + { + "level": 100, + "required_exp": 38000, + "max_stamina": 149 + } +] \ No newline at end of file diff --git a/mobile/jubeat/marker.json b/mobile/jubeat/marker.json index 9e26dfeeb..93f2edee0 100644 --- a/mobile/jubeat/marker.json +++ b/mobile/jubeat/marker.json @@ -1 +1,618 @@ -{} \ No newline at end of file +[ + { + "marker_id": 1, + "marker_label": "tm0001", + "title": "サイバー", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0001_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0001.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 2, + "marker_label": "tm0002", + "title": "フラワー", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0002_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0002.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 3, + "marker_label": "tm0003", + "title": "アフロ", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0003_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0003.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 4, + "marker_label": "tm0004", + "title": "シャッター", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0004_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0004.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 5, + "marker_label": "tm0005", + "title": "ブルーリング", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0005_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0005.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 6, + "marker_label": "tm0006", + "title": "花火", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0006_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0006.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 7, + "marker_label": "tm0007", + "title": "ターゲット", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0007_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0007.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 8, + "marker_label": "tm0008", + "title": "たまご", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0008_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0008.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 9, + "marker_label": "tm0009", + "title": "ゲージ", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0009_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0009.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 10, + "marker_label": "tm0010", + "title": "アイス", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0010_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0010.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 11, + "marker_label": "tm0011", + "title": "火山", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0011_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0011.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 12, + "marker_label": "tm0012", + "title": "デジタルブロック", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0012_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0012.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 13, + "marker_label": "tm0013", + "title": "サンドアート", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0013_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0013.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 14, + "marker_label": "tm0014", + "title": "シャボン玉", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0014_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0014.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 15, + "marker_label": "tm0015", + "title": "オコジョ", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0015_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0015.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 16, + "marker_label": "tm0016", + "title": "ミラーボール", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0016_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0016.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 17, + "marker_label": "tm0017", + "title": "リプルズ", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0017_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0017.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 18, + "marker_label": "tm0018", + "title": "トーラス", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0018_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0018.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 19, + "marker_label": "tm0019", + "title": "ブラー", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0019_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0019.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 20, + "marker_label": "tm0020", + "title": "触", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0020_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0020.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 21, + "marker_label": "tm0021", + "title": "バナナ", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0021_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0021.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 22, + "marker_label": "tm0022", + "title": "襖", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0022_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0022.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 23, + "marker_label": "tm0023", + "title": "絵画", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0023_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0023.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 24, + "marker_label": "tm0024", + "title": "ユビ子", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0024_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0024.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 25, + "marker_label": "tm0025", + "title": "ステルス", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0025_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0025.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 26, + "marker_label": "tm0026", + "title": "ニット", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0026_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0026.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 27, + "marker_label": "tm0027", + "title": "コンシェルジュ", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0027_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0027.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 28, + "marker_label": "tm0028", + "title": "jubeatくん", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0028_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0028.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 29, + "marker_label": "tm0029", + "title": "色彩構成", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0029_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0029.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 30, + "marker_label": "tm0030", + "title": "ストップウォッチ", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0030_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0030.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 31, + "marker_label": "tm0031", + "title": "ねんごろねこ", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0031_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0031.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 32, + "marker_label": "tm0032", + "title": "コピオス", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0032_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0032.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 33, + "marker_label": "tm0033", + "title": "サーカス", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0033_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0033.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 34, + "marker_label": "tm0034", + "title": "こびふくろう", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0034_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0034.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 35, + "marker_label": "tm0035", + "title": "ナチュラルブロック", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0035_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0035.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 36, + "marker_label": "tm0036", + "title": "ソーサー", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0036_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0036.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 37, + "marker_label": "tm0037", + "title": "ショッチョー", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0037_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0037.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 38, + "marker_label": "tm0038", + "title": "QMA/CPUシャロン", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0038_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0038.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 39, + "marker_label": "tm0039", + "title": "プロップ", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0039_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0039.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 40, + "marker_label": "tm0040", + "title": "キューベル", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0040_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0040.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 45, + "marker_label": "tm0045", + "title": "クラン", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0045_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0045.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 46, + "marker_label": "tm0046", + "title": "フェスト", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0046_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0046.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 47, + "marker_label": "tm0047", + "title": "ひなビタ♪", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0047_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0047.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + }, + { + "marker_id": 48, + "marker_label": "tm0048", + "title": "スクエア", + "comment": "", + "banner_path": "Konami/AssetBundles/Markers/Textures/banners/tm0048_banner.png", + "data_path": "Konami/AssetBundles/Markers/Prefabs/Marker0048.prefab", + "open_flg": 1, + "sort": 1, + "accessibility": 0, + "start_date": 1577804400, + "end_date": 5711698800, + "marker_kind": 1 + } +] \ No newline at end of file diff --git a/mobile/jubeat/news.json b/mobile/jubeat/news.json index 9e26dfeeb..f9421fa51 100644 --- a/mobile/jubeat/news.json +++ b/mobile/jubeat/news.json @@ -1 +1,442 @@ -{} \ No newline at end of file +[ + { + "id": 173, + "category": 4, + "title": "iOS16対応についてのお知らせ", + "start_date": "2022-09-09 17:25:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_update.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220909_0_important_info.html", + "pick_up_flg": 1, + "view_flg": 0 + }, + { + "id": 172, + "category": 3, + "title": "楽曲パック『SOUND VOLTEX pack 4』追加のおしらせ", + "start_date": "2022-09-07 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220907_0_info_pack.html", + "pick_up_flg": 1, + "view_flg": 0 + }, + { + "id": 170, + "category": 1, + "title": "きまぐれ!スペシャルミッションスタート!", + "start_date": "2022-08-24 10:30:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_event.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220824_1_info_event.html", + "pick_up_flg": 1, + "view_flg": 0 + }, + { + "id": 171, + "category": 3, + "title": "楽曲パック『SOUND VOLTEX pack 3』追加のおしらせ", + "start_date": "2022-08-24 10:30:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220824_0_info_pack.html", + "pick_up_flg": 1, + "view_flg": 0 + }, + { + "id": 169, + "category": 3, + "title": "楽曲パック『SOUND VOLTEX pack 2』追加のおしらせ", + "start_date": "2022-08-10 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220810_0_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 167, + "category": 3, + "title": "楽曲パック『SOUND VOLTEX pack 1』追加のおしらせ", + "start_date": "2022-07-28 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220728_0_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 165, + "category": 2, + "title": "jubeat(ユビート)アルバム追加!", + "start_date": "2022-07-06 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220706_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 164, + "category": 6, + "title": "現在確認している不具合について(2022.07.05 10:30更新)", + "start_date": "2022-07-05 10:30:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_bug.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220705_0_bug_info.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 163, + "category": 2, + "title": "jubeat festo アルバムに楽曲追加!", + "start_date": "2022-06-29 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220629_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 161, + "category": 2, + "title": "DanceDanceRevolution × jubeat 相互移植決定!", + "start_date": "2022-06-24 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220624_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 159, + "category": 3, + "title": "楽曲パック『beatmania IIDX pack 6』追加のおしらせ", + "start_date": "2022-06-22 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220622_0_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 157, + "category": 3, + "title": "楽曲パック『beatmania IIDX pack 5』追加のおしらせ", + "start_date": "2022-06-08 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220608_0_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 154, + "category": 2, + "title": "SOUND VOLTEX × jubeat 相互移植決定!", + "start_date": "2022-06-02 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220602_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 153, + "category": 3, + "title": "楽曲パック『festo pack 25』追加のおしらせ", + "start_date": "2022-06-01 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220601_0_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 148, + "category": 2, + "title": "ピノキオピー 楽曲追加!", + "start_date": "2022-04-27 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220427_1_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 142, + "category": 2, + "title": "「REFLEC BEAT」アルバム追加!", + "start_date": "2022-03-30 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220330_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 137, + "category": 2, + "title": "MAGES. 楽曲追加!", + "start_date": "2022-03-16 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220316_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 138, + "category": 2, + "title": "コナミコマンド35周年記念楽曲追加!", + "start_date": "2022-03-16 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220316_1_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 129, + "category": 2, + "title": "BEMANI SYMPHONY 楽曲追加!", + "start_date": "2022-03-02 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220302_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 125, + "category": 2, + "title": "心之助 楽曲追加!", + "start_date": "2022-02-16 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220216_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 126, + "category": 2, + "title": "ときメモGS4 楽曲追加!", + "start_date": "2022-02-16 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220216_1_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 124, + "category": 2, + "title": "beatmania IIDX 楽曲追加!", + "start_date": "2022-02-11 14:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220211_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 123, + "category": 2, + "title": "beatmania IIDX 楽曲追加!", + "start_date": "2022-02-09 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220209_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 120, + "category": 2, + "title": "WurtS 楽曲追加!", + "start_date": "2022-01-19 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220119_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 115, + "category": 2, + "title": "SOUND HOLIC 楽曲追加!", + "start_date": "2022-01-12 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220112_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 112, + "category": 2, + "title": "IIDXアルバム追加!", + "start_date": "2022-01-06 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20220106_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 100, + "category": 2, + "title": "心之助アルバム追加!", + "start_date": "2021-12-22 19:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211122_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 101, + "category": 2, + "title": "MSECAアルバム追加!", + "start_date": "2021-12-22 19:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211122_1_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 104, + "category": 4, + "title": "フレンドとマッチングしてみよう!", + "start_date": "2021-12-22 19:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_update.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211222_3_info_notice.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 97, + "category": 2, + "title": "BEMANI SYMPHONY アルバム登場!", + "start_date": "2021-12-15 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211215_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 95, + "category": 2, + "title": "溝口ゆうま 楽曲追加!", + "start_date": "2021-12-08 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211208_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 93, + "category": 2, + "title": "楽曲追加のおしらせ", + "start_date": "2021-11-24 12:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211124_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 86, + "category": 3, + "title": "「festo pack 23」追加!", + "start_date": "2021-11-17 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211117_1_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 82, + "category": 2, + "title": "楽曲追加のおしらせ", + "start_date": "2021-11-10 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211110_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 84, + "category": 3, + "title": "楽曲パック追加のおしらせ", + "start_date": "2021-11-10 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211110_2_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 78, + "category": 2, + "title": "アルバム追加のおしらせ", + "start_date": "2021-11-02 16:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211102_2_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 76, + "category": 2, + "title": "楽曲追加のおしらせ", + "start_date": "2021-11-02 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211102_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 73, + "category": 3, + "title": "楽曲パック追加のおしらせ", + "start_date": "2021-10-27 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211027_0_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 71, + "category": 2, + "title": "楽曲追加のおしらせ", + "start_date": "2021-10-20 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211020_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 69, + "category": 3, + "title": "楽曲パック追加のおしらせ", + "start_date": "2021-10-13 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20211013_0_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 62, + "category": 3, + "title": "楽曲パック追加のおしらせ", + "start_date": "2021-09-29 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_pack.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20210929_0_info_pack.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 54, + "category": 2, + "title": "アルバム追加のおしらせ", + "start_date": "2021-09-08 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20210908_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 49, + "category": 2, + "title": "楽曲追加のおしらせ", + "start_date": "2021-08-25 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20210825_0_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + }, + { + "id": 50, + "category": 2, + "title": "アルバム追加のおしらせ", + "start_date": "2021-08-25 10:00:00", + "icon_path": "Konami/AssetBundles/Menu/Textures/NoticeLavel_album.png", + "news_file_path": "https://ayy-web.mo.konami.net/ayy/html/info/file/20210825_1_info_album.html", + "pick_up_flg": 0, + "view_flg": 0 + } +] \ No newline at end of file diff --git a/mobile/jubeat/purchases.json b/mobile/jubeat/purchases.json index 9e26dfeeb..70e1aa569 100644 --- a/mobile/jubeat/purchases.json +++ b/mobile/jubeat/purchases.json @@ -1 +1,247 @@ -{} \ No newline at end of file +{ + "purchases": [ + { + "purchase_id": 12, + "purchase_type": 0, + "platform": "IAB", + "product_id": "jubeat.starterset00001", + "price": 980, + "currency": "JPY", + "name": "スタートダッシュ", + "description": "jBlock(有償) 980個\njBlock(無償) 500個\nピックアップガチャチケット 3枚\nスタミナ50 10個", + "annotation": "", + "thumbnail": "shop_starterset1", + "image_path": "Konami/AssetBundles/Items/StartdashPack.png", + "priority": 7, + "kind": 3, + "limit_num": 1, + "vm_amounts": 1, + "vm_amounts_free": 0, + "item_list": [ + { + "item_id": 1, + "item_num": 980 + }, + { + "item_id": 2, + "item_num": 500 + }, + { + "item_id": 50, + "item_num": 3 + }, + { + "item_id": 14, + "item_num": 10 + } + ], + "start_time": 1641913200, + "end_time": 4102412400, + "user_term_hours": 0, + "created": "2022-09-07 12:41:53", + "modified": "2022-09-07 12:41:53", + "rest_num": 1 + }, + { + "purchase_id": 1, + "purchase_type": 0, + "platform": "IAB", + "product_id": "jubeat.block00001", + "price": 120, + "currency": "JPY", + "name": "jBlock 120個", + "description": "有償 120個", + "annotation": "", + "thumbnail": "shop_gem1", + "image_path": "Konami/AssetBundles/Items/jblock_120.png", + "priority": 6, + "kind": 0, + "limit_num": -1, + "vm_amounts": 120, + "vm_amounts_free": 0, + "item_list": [ + { + "item_id": 1, + "item_num": 120 + } + ], + "start_time": 1546268400, + "end_time": 4102412400, + "user_term_hours": 0, + "created": "2022-09-07 12:41:53", + "modified": "2022-09-07 12:41:53", + "rest_num": -1 + }, + { + "purchase_id": 2, + "purchase_type": 0, + "platform": "IAB", + "product_id": "jubeat.block00002", + "price": 610, + "currency": "JPY", + "name": "jBlock 660個", + "description": "有償 610個 + 無償 50個", + "annotation": "", + "thumbnail": "shop_gem2", + "image_path": "Konami/AssetBundles/Items/jblock_610.png", + "priority": 5, + "kind": 0, + "limit_num": -1, + "vm_amounts": 610, + "vm_amounts_free": 50, + "item_list": [ + { + "item_id": 1, + "item_num": 610 + }, + { + "item_id": 2, + "item_num": 50 + } + ], + "start_time": 1546268400, + "end_time": 4102412400, + "user_term_hours": 0, + "created": "2022-09-07 12:41:53", + "modified": "2022-09-07 12:41:53", + "rest_num": -1 + }, + { + "purchase_id": 3, + "purchase_type": 0, + "platform": "IAB", + "product_id": "jubeat.block00003", + "price": 980, + "currency": "JPY", + "name": "jBlock 1,100個", + "description": "有償 980個 + 無償 120個", + "annotation": "", + "thumbnail": "shop_gem3", + "image_path": "Konami/AssetBundles/Items/jblock_980.png", + "priority": 4, + "kind": 0, + "limit_num": -1, + "vm_amounts": 980, + "vm_amounts_free": 120, + "item_list": [ + { + "item_id": 1, + "item_num": 980 + }, + { + "item_id": 2, + "item_num": 120 + } + ], + "start_time": 1546268400, + "end_time": 4102412400, + "user_term_hours": 0, + "created": "2022-09-07 12:41:53", + "modified": "2022-09-07 12:41:53", + "rest_num": -1 + }, + { + "purchase_id": 4, + "purchase_type": 0, + "platform": "IAB", + "product_id": "jubeat.block00004", + "price": 2200, + "currency": "JPY", + "name": "jBlock 2,700個", + "description": "有償 2,200個 + 無償 500個", + "annotation": "", + "thumbnail": "shop_gem4", + "image_path": "Konami/AssetBundles/Items/jblock_2200.png", + "priority": 3, + "kind": 0, + "limit_num": -1, + "vm_amounts": 2200, + "vm_amounts_free": 500, + "item_list": [ + { + "item_id": 1, + "item_num": 2200 + }, + { + "item_id": 2, + "item_num": 500 + } + ], + "start_time": 1546268400, + "end_time": 4102412400, + "user_term_hours": 0, + "created": "2022-09-07 12:41:53", + "modified": "2022-09-07 12:41:53", + "rest_num": -1 + }, + { + "purchase_id": 5, + "purchase_type": 0, + "platform": "IAB", + "product_id": "jubeat.block00005", + "price": 4900, + "currency": "JPY", + "name": "jBlock 6,600個", + "description": "有償 4,900個 + 無償 1,700個", + "annotation": "", + "thumbnail": "shop_gem5", + "image_path": "Konami/AssetBundles/Items/jblock_4900.png", + "priority": 2, + "kind": 0, + "limit_num": -1, + "vm_amounts": 4900, + "vm_amounts_free": 1700, + "item_list": [ + { + "item_id": 1, + "item_num": 4900 + }, + { + "item_id": 2, + "item_num": 1700 + } + ], + "start_time": 1546268400, + "end_time": 4102412400, + "user_term_hours": 0, + "created": "2022-09-07 12:41:53", + "modified": "2022-09-07 12:41:53", + "rest_num": -1 + }, + { + "purchase_id": 6, + "purchase_type": 0, + "platform": "IAB", + "product_id": "jubeat.block00006", + "price": 8500, + "currency": "JPY", + "name": "jBlock 12,000個", + "description": "有償 8,500個 + 無償 3,500個", + "annotation": "", + "thumbnail": "shop_gem6", + "image_path": "Konami/AssetBundles/Items/jblock_8500.png", + "priority": 1, + "kind": 0, + "limit_num": -1, + "vm_amounts": 8500, + "vm_amounts_free": 3500, + "item_list": [ + { + "item_id": 1, + "item_num": 8500 + }, + { + "item_id": 2, + "item_num": 3500 + } + ], + "start_time": 1546268400, + "end_time": 4102412400, + "user_term_hours": 0, + "created": "2022-09-07 12:41:53", + "modified": "2022-09-07 12:41:53", + "rest_num": -1 + } + ], + "is_enabled": true +} \ No newline at end of file