diff --git a/src/router/card.rs b/src/router/card.rs index 44c6e12..628eb93 100644 --- a/src/router/card.rs +++ b/src/router/card.rs @@ -13,17 +13,23 @@ pub fn routes(cfg: &mut web::ServiceConfig) { } // Custom cards live at id prefix 10000+ (imported 10000-14999, new 15000+). -// Like custom songs they need a protocol version (2, global::PROTOCOL_HEADER): +// Like custom songs they need a protocol version (global::PROTOCOL_HEADER): // clients below it can't resolve the ids +pub const PROTOCOL_VERSION: u32 = 2; + pub fn is_custom(master_card_id: i64) -> bool { master_card_id >= 100_000_000 } pub fn client_supports_custom_cards(req: &HttpRequest) -> bool { - global::client_protocol_version(req) >= 2 + global::client_protocol_version(req) >= PROTOCOL_VERSION } -pub fn owns_custom(user: &JsonValue) -> bool { +pub fn account_supports_custom_cards(auth_key: &str) -> bool { + userdata::get_protocol_version(auth_key) >= PROTOCOL_VERSION +} + +pub fn account_has_custom_cards(user: &JsonValue) -> bool { user["card_list"].members().any(|card| is_custom(card["master_card_id"].as_i64().unwrap_or(0))) } diff --git a/src/router/clear_rate.rs b/src/router/clear_rate.rs index be08e49..e185b0f 100644 --- a/src/router/clear_rate.rs +++ b/src/router/clear_rate.rs @@ -268,7 +268,14 @@ pub async fn ranking(req: HttpRequest, Session { key, body }: Session) -> impl R let uid = data["user"].as_i64().unwrap(); let user = guest::get_user(uid, &object![], guest::UserView::Ranking, custom_cards); let user_obj = if uid == self_id { - userdata::get_acc_from_uid(uid)["user"].clone() + // The client wants the fields get_user hides from other players + let mut self_user = object!{ + user: userdata::get_acc_from_uid(uid)["user"].clone() + }; + if !custom_cards { + guest::proxy_user_cards(&mut self_user); + } + self_user["user"].clone() } else { user["user"].clone() }; diff --git a/src/router/databases/csv/new_skill.csv b/src/router/databases/csv/new_skill.csv index abe1d87..c572132 100644 --- a/src/router/databases/csv/new_skill.csv +++ b/src/router/databases/csv/new_skill.csv @@ -1906,7 +1906,7 @@ 100020090,水色のクレヨン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,22/22/22/22/22,35000/38000/41000/44000/47000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Aqua Crayon,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100090092,傑作が描けたわ!,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,25/25/25/25/25,30000/33000/36000/39000/42000,3000/3000/3000/3000/3000,0,0,0,4,39/43/48/52/57,What a Masterpiece!,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040088,楽しいこと,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,22/22/22/22/22/22/22/22/22,31000/38000/45000/52000/59000/66000/73000/80000/80000,,0,0,0,6,4/4/5/5/6/6/7/7/8,Fun Times,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -110060029,堕天の翼,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fallen Angel's Wing,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060029,堕天の翼,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,22000/25000/28000/31000/34000/37000/40000/43000/43000,4500/5000/5500/6000/6500/7000/7500/8000/8000,0,0,0,7,1100/1120/1140/1160/1180/1200/1220/1240/1260,Fallen Angel's Wing,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110070029,9人の世界,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,36000/40000/44000/48000/52000/56000/60000/64000/64000,3500/4000/4500/5000/5500/6000/6500/7000/7000,1,0,0,4,125/155/185/215/245/275/305/335/350,"9 Persons, 9 Worlds","For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110090027,勇気をもらった日,ピュアPがアップする,1,28/28/28/28/28/28/28/28/28,15000/18000/21000/24000/27000/30000/33000/36000/36000,,0,0,0,2,28/28/30/31/32/33/34/35/35,When I Found Courage,Raises Pure Points.,1 140370005,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -1932,7 +1932,7 @@ 140870001,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,20000/20000/20000/20000/20000/20000/20000/20000/20000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,80/80/80/80/80/80/80/80/80,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140880001,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,20000/20000/20000/20000/20000/20000/20000/20000/20000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,80/80/80/80/80/80/80/80/80,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140550005,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080028,リラックスの魔法,スマイルPがアップする,1,25/25/25/25/25,36000/41000/46000/51000/56000,,0,0,0,1,3000/3000/3000/3000/3000,Relaxation Spell,Raises Smile Points.,1 +110080028,リラックスの魔法,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,25/25/25/25/25,36000/41000/46000/51000/56000,3000/3500/4000/4500/5000,0,200,3,9,1/1/1/1/1,Relaxation Spell,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 110090030,今夜は眠れない♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25,31000/34000/37000/40000/43000,3000/3000/3000/3000/3000,0,0,0,4,30/33/36/39/41,No Sleep Tonight!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010030,特別な夏,スマイルPがアップする,1,26/26/26/26/26/26/26/26/26,17000/20000/23000/26000/29000/32000/35000/38000/38000,,0,0,0,1,28/29/30/31/32/32/33/34/35,A Special Summer,Raises Smile Points.,1 110020031,潮風に誘われて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,36000/39000/42000/45000/48000/51000/54000/57000/57000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,53/66/78/90/102/114/127/139/146,Led by the Sea Breeze,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -1945,7 +1945,7 @@ 110010031,同じなのに違う景色,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,25/25/25/25/25,43000/47000/51000/55000/59000,3000/3000/3000/3000/3000,0,0,0,4,35/49/63/77/91,Different Scenery,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080029,冬が訪れるまで,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,26/26/26/26/26/26/26/26/26,25000/32000/39000/46000/53000/60000/67000/74000/74000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Until Winter Comes,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 140390005,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030089,あなたもお揃い☆,スマイルPがアップする,1,27/27/27/27/27,40000/45000/50000/55000/60000,,0,0,0,1,3000/3000/3000/3000/3000,We'll Match,Raises Smile Points.,1 +100030089,あなたもお揃い☆,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,27/27/27/27/27,40000/45000/50000/55000/60000,3000/3500/4000/4500/5000,0,100,2,9,1/1/1/1/1,We'll Match,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 100070089,心の叫び?,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,22/22/22/22/22,32000/35000/38000/41000/44000,3000/3000/3000/3000/3000,0,0,0,4,30/33/36/39/42,Shout from the Heart?,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030090,クレヨン衣装?,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,15/15/15/15/15,21000/23000/25000/27000/29000,,0,0,0,6,3/3/3/4/4,Crayon Costumes?,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100050090,ネコさん描くにゃ!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,26/26/26/26/26,30000/36000/42000/48000/54000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,Draw a Kitty!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -2000,7 +2000,7 @@ 140400005,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010097,ここ掘れ、わんわん♪,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26,27000/30000/33000/36000/39000,2500/2500/2500/2500/2500,1,0,0,4,130/145/160/175/190,"Dig Here, Girl!","For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100050092,1番好きなもの,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,29/29/29/29/29,49000/52000/55000/58000/61000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,My Favorite Thing,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -100010098,スクユニ・高坂穂乃果,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,School Unity: Honoka,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010098,スクユニ・高坂穂乃果,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,33/33/33/33/33/33/33/33/33,19000/22000/25000/28000/31000/34000/37000/40000/40000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1130/1150/1170/1190/1210/1230/1250/1270/1300,School Unity: Honoka,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100030091,スクユニ・南ことり,ピュアPがアップする,1,25/25/25/25/25/25/25/25/25,17000/20000/23000/26000/29000/32000/35000/38000/38000,,0,0,0,2,27/28/29/30/30/31/32/33/33,School Unity: Kotori,Raises Pure Points.,1 100040090,スクユニ・園田海未,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,24/24/24/24/24/24/24/24/24,45000/49000/53000/57000/61000/65000/69000/73000/73000,2000/2500/3000/3500/4000/4500/5000/5500/5500,1,0,0,4,120/150/180/210/240/270/300/330/355,School Unity: Umi,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100030092,無意識に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,16/16/16/16/16,30000/32000/34000/36000/38000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,Subconsciously,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -2036,7 +2036,7 @@ 100080093,凛ちゃん専用!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,22/22/22/22/22,28000/31000/34000/37000/40000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Just for Rin!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100050093,スクユニ・星空凛,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,35000/38000/41000/44000/47000/50000/53000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,54/67/80/93/106/118/131/144/151,School Unity: Rin,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060093,スクユニ・西木野真姫,クールPがアップする,1,30/30/30/30/30/30/30/30/30,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,3,28/28/29/30/31/31/32/33/34,School Unity: Maki,Raises Cool Points.,1 -100080094,スクユニ・小泉花陽,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,School Unity: Hanayo,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100080094,スクユニ・小泉花陽,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,20000/23000/26000/29000/32000/35000/38000/41000/41000,3500/4000/4500/5000/5500/6000/6500/7000/7000,0,0,0,7,1120/1140/1160/1180/1200/1220/1240/1260/1290,School Unity: Hanayo,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100020094,会場案内☆,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20/20/20,42000/44000/46000/48000/50000,,0,0,0,6,2/2/2/3/3,Guide to the Stage,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100040092,清楚なイメージ,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,23/23/23/23/23,40000/44000/48000/52000/56000,3000/3000/3000/3000/3000,0,0,0,4,29/32/35/39/42,Wholesome Image,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030093,間違えないで〜!,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26/26/26/26/26,45000/48000/51000/54000/57000/60000/63000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/58/84/110/136/162/188/214/235,Don't Get Confused!,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2046,7 +2046,7 @@ 110090036,誰かの幸せに,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,21/21/21/21/21,25000/28000/31000/34000/37000,,0,0,0,6,4/4/5/5/6,Spreading Happiness,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110040035,お味見いかが?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,22/22/22/22/22/22/22/22/22,35000/41000/47000/53000/59000/65000/71000/77000/77000,4000/4500/5000/5500/6000/6500/7000/7500/8000,0,0,0,5,2/2/2/2/2/2/2/2/2,Care for a Taste?,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 140140005,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010037,夕闇の乙女,ピュアPがアップする,1,26/26/26/26/26,43000/48000/53000/58000/63000,,0,0,0,2,3000/3000/3000/3000/3000,Midnight Maiden,Raises Pure Points.,1 +110010037,夕闇の乙女,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,26/26/26/26/26,43000/48000/53000/58000/63000,2500/3000/3500/4000/4500,0,200,2,9,1/1/1/1/1,Midnight Maiden,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 110080036,classical dark,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,28/28/28/28/28,35000/39000/43000/47000/51000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Classical Dark,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100090097,憧れの……!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27,30000/34000/38000/42000/46000,3000/3000/3000/3000/3000,0,0,0,4,36/39/42/45/48,My Beloved!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010099,ステキな空の旅へ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,24/24/24/24/24,28000/33000/38000/43000/48000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,A Pleasant Flight,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -2064,7 +2064,7 @@ 100030094,妖精☆ことり,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26,41000/44000/47000/50000/53000,3000/3000/3000/3000/3000,0,0,0,4,28/31/34/38/41,Fairy Kotori,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060094,花の妖精?,スマイルPがアップする,1,33/33/33/33/33,19000/21000/23000/25000/27000,,0,0,0,1,28/28/28/28/28,A Flower Fairy?,Raises Smile Points.,1 100050094,心のポカポカ,ピュアPがアップする,1,27/27/27/27/27/27/27/27/27,16000/22000/28000/34000/40000/46000/52000/58000/58000,,0,0,0,2,28/29/29/30/30/31/31/32/33,Heart's Warmth,Raises Pure Points.,1 -100060095,大事な友達,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Dear Friends,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100060095,大事な友達,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Dear Friends,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100080095,熱くなれるコト,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,35000/40000/45000/50000/55000/60000/65000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/61/85/109/132/156/179/203/223,Getting Worked Up,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080096,飛行機雲,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,29/29/29/29/29,41000/44000/47000/50000/53000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Vapor Trail,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100070093,サプライズ希望☆,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,23/23/23/23/23/23/23/23/23,32000/37000/42000/47000/52000/57000/62000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/60/81/102/123/144/166/187/205,Hope to Surprise Ya,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2087,7 +2087,7 @@ 140420005,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030038,美味しいが1番,スマイルPがアップする,1,27/27/27/27/27,26000/28000/30000/32000/34000,,0,0,0,1,27/27/27/27/28,Flavor First,Raises Smile Points.,1 110040038,笑顔を願う,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,25000/27000/29000/31000/33000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Hoping for a Smile,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -110030039,楽しい仲間,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/29/28/27/26/25/24/23/23,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fun Friends,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030039,楽しい仲間,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,30/29/28/27/26/25/24/23/23,38000/42000/46000/50000/54000/58000/62000/66000/66000,2500/3000/3500/4000/4500/5000/5500/6000/6400,0,0,0,10,25/30/30/35/35/40/40/45/45,Fun Friends,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110040039,私たちの力,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,20/20/20/20/20/20/20/20/20,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,41/64/88/111/134/157/180/203/223,Our Power,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080039,弾ける笑顔,ピュアPがアップする,1,31/31/31/31/31/31/31/31/31,14000/20000/26000/32000/38000/44000/50000/56000/56000,,0,0,0,2,28/28/29/30/30/31/31/32/32,Ear to Ear Grin,Raises Pure Points.,1 100050095,星空は特別☆,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,20/20/20/20/20,27000/29000/31000/33000/35000,3000/3000/3000/3000/3000,0,0,0,4,36/41/46/51/57,Stars are Special!,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2121,9 +2121,9 @@ 110090039,たくさんめしあがれ,{0}秒ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,4,10000/10000/10000,36000/38000/40000,2000/2000/2000,0,0,0,4,22/25/28,Eat Up!,"Every {0} sec, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140170005,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040095,イースターバニー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,26/26/26/26/26,44000/47000/50000/53000/56000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,Easter Bunny,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -100090099,もこもこうさぎにこ,ピュアPがアップする,1,29/29/29/29/29,34000/40000/46000/52000/58000,,0,0,0,2,3000/3000/3000/3000/3000,Fluffy Bunny Nico,Raises Pure Points.,1 +100090099,もこもこうさぎにこ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,29/29/29/29/29,34000/40000/46000/52000/58000,3500/4000/4500/5000/5500,0,100,3,9,1/1/1/1/1,Fluffy Bunny Nico,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 100010101,力を合わせて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,37000/42000/47000/52000/57000/62000/67000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,40/63/87/111/134/158/181/205/226,Joining Forces,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030096,私たちの絆,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Our Bond,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100030096,私たちの絆,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Our Bond,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100040096,振り回されたいの,スマイルPがアップする,1,27/27/27/27/27/27/27/27/27,18000/24000/30000/36000/42000/48000/54000/60000/60000,,0,0,0,1,28/28/29/29/30/30/31/31/32,I Want to Be Led,Raises Smile Points.,1 100020096,ハートの女王,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,24/24/24/24/24,30000/33000/36000/39000/42000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,Queen of Hearts,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100070095,占わなくても,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26,34000/37000/40000/43000/46000,3000/3000/3000/3000/3000,0,0,0,4,36/40/44/48/52,No Prediction Needed,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2138,7 +2138,7 @@ 110040042,ダイヤの手紙指南,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23,33000/36000/39000/42000/45000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Dia's Letter Editing,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110060042,想いを募らせて,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,24/24/24/24/24,35000/38000/41000/44000/47000,3000/3000/3000/3000/3000,0,0,0,4,30/33/37/41/44,With Strong Feelings,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060043,ヨハネと契約,スマイルPがアップする,1,30/30/30/30/30/30/30/30/30,17000/23000/29000/35000/41000/47000/53000/59000/59000,,0,0,0,1,29/29/30/30/31/31/32/32/33,A Pact with Yohane,Raises Smile Points.,1 -110070041,広がる未来,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Expanding Future,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070041,広がる未来,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Expanding Future,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110090041,みんな大好き,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/67/96/124/153/182/210/239/263,I Love Everyone!,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030097,うさぎの行方,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,31/31/31/31/31,33000/37000/41000/45000/49000,,0,0,0,6,4/4/4/5/5,The Rabbit's Path,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100040097,9人のアリス!?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,21/21/21/21/21,35000/40000/45000/50000/55000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Nine Alices?!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -2158,10 +2158,10 @@ 120060006,トータルトリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,36000/38000/40000/42000/44000,2000/2500/3000/3500/4000,0,0,0,5,1/1/1/1/1,Total Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 120080006,トータルエール,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20/20/20,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Total Yell,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100060099,感性の違い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27,35000/38000/41000/44000/47000,3000/3000/3000/3000/3000,0,0,0,4,29/31/34/37/40,Different Viewpoints,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080099,絶対おいしい!,クールPがアップする,1,24/24/24/24/24,38000/43000/48000/53000/58000,,0,0,0,3,3000/3000/3000/3000/3000,Guaranteed Delicious!,Raises Cool Points.,1 +100080099,絶対おいしい!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,24/24/24/24/24,38000/43000/48000/53000/58000,2500/3000/3500/4000/4500,0,100,1,9,1/1/1/1/1,Guaranteed Delicious!,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 100020097,引き寄せられて,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,23/23/23/23/23/23/23/23/23,32000/37000/42000/47000/52000/57000/62000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,37/60/82/105/127/150/172/195/214,Pulled Along,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070096,大好きな仲間,クールPがアップする,1,32/32/32/32/32/32/32/32/32,15000/20000/25000/30000/35000/40000/45000/50000/50000,,0,0,0,3,28/29/30/31/31/32/33/34/34,My Dear Friends,Raises Cool Points.,1 -100090100,素直になれたら,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,32/31/30/29/28/27/26/25/25,39000/43000/47000/51000/55000/59000/63000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,If I Could Be Honest,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100090100,素直になれたら,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,32/31/30/29/28/27/26/25/25,39000/43000/47000/51000/55000/59000/63000/67000/67000,3000/3500/4000/4500/5000/5500/6000/6500/6900,0,0,0,10,25/30/30/35/35/40/40/45/45,If I Could Be Honest,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100010102,あなたの分も☆,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20,23000/25000/27000/29000/31000,3000/3000/3000/3000/3000,0,0,0,4,35/39/43/47/51,"One for You, Too!","For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050097,凛の悩み,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23/23/23/23/23,33000/39000/45000/51000/57000/63000/69000/75000/75000,4500/5000/5500/6000/6500/7000/7500/8000/8500,0,0,0,5,2/2/2/2/2/2/2/2/2,Rin's Worry,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110070042,0時の鐘が鳴る前に,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,21/21/21/21/21,23000/25000/27000/29000/31000,,0,0,0,6,4/4/4/5/5,Before Midnight,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -2176,7 +2176,7 @@ 110010044,ありがとうの一冊,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,18/18/18/18/18,26000/28000/30000/32000/34000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Book of Thanks,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110020043,花のように,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25,30000/32000/34000/36000/38000,3000/3000/3000/3000/3000,0,0,0,4,31/35/39/43/47,Like a Flower,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010045,熱くなっちゃう,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,43/72/101/130/159/188/216/245/270,I'm Fired Up!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020044,夢中になれること,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,31/30/29/28/27/26/25/24/24,34000/37000/40000/43000/46000/49000/52000/55000/55000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Getting Immersed,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020044,夢中になれること,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,31/30/29/28/27/26/25/24/24,34000/37000/40000/43000/46000/49000/52000/55000/55000,4000/4500/5000/5500/6000/6500/7000/7500/8000,0,0,0,10,25/30/30/35/35/40/40/45/45,Getting Immersed,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110050045,元気の源,クールPがアップする,1,29/29/29/29/29/29/29/29/29,14000/22000/30000/38000/46000/54000/62000/70000/70000,,0,0,0,3,29/29/30/30/30/30/31/31/32,Fountain of Energy,Raises Cool Points.,1 100060100,結束力アップ☆,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,26/26/26/26/26,34000/38000/42000/46000/50000,3000/3000/3000/3000/3000,0,0,0,4,37/41/44/47/51,More Unified,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090101,にこの役は,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27,32000/36000/40000/44000/48000,,0,0,0,6,4/4/5/5/6,Nico's Role,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -2356,7 +2356,7 @@ 110050056,プラスワン・アレンジ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,25/25/25/25/25/25/25/25/25,34000/40000/46000/52000/58000/64000/70000/76000/76000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,40/60/79/99/119/139/158/178/196,Rearranged,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050105,お姫様day,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,18000/20000/22000/24000/26000/28000/30000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,41/44/48/51/55/59/62/66/73,Day as a Princess,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020105,一番輝く星,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,24/24/24/24/24,44000/46000/48000/50000/52000,3000/3000/3000/3000/3000,0,0,0,4,24/29/33/37/42,The Brightest Star,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070103,スターハント!,クールPがアップする,1,23/23/23/23/23,37000/41000/45000/49000/53000,,0,0,0,3,3000/3000/3000/3000/3000,Star Hunt!,Raises Cool Points.,1 +100070103,スターハント!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,23/23/23/23/23,37000/41000/45000/49000/53000,3000/3500/4000/4500/5000,0,100,3,9,1/1/1/1/1,Star Hunt!,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 140400006,パーフェクトチャーム,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,15/15/15/15/15,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,15/17/19/20/22,Perfect Charm,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140430006,リズミカルエール,コンボを{0}回達成するごとに{1}%の確率で
体力が{3}回復する,2,17/17/17/17/17,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Musical Yell,"For every {0} combos, there's a {1}% chance
to restore {3} Stamina.",1 100050106,少しだけの息抜き,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18,22000/24000/26000/28000/30000,3000/3000/3000/3000/3000,0,0,0,4,33/37/41/45/49,A Quick Breather,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2400,7 +2400,7 @@ 110090057,パーフェクトチャーム,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,15/15/15/15/15,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,15/17/19/20/22,Perfect Charm,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060060,スクユニ・津島善子,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,27000/34000/41000/48000/55000/62000/69000/76000/76000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,160/180/200/220/240/260/280/300/320,School Unity:Yoshiko,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110070056,スクユニ・国木田花丸,クールPがアップする,1,33/33/33/33/33/33/33/33/33,18000/23000/28000/33000/38000/43000/48000/53000/53000,,0,0,0,3,28/29/30/31/32/32/33/34/35,School Unity:Hanamaru,Raises Cool Points.,1 -110090058,スクユニ・黒澤ルビィ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,School Unity: Ruby,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090058,スクユニ・黒澤ルビィ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,30/30/30/30/30/30/30/30/30,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4500/5000/5500/6000/6500/7000/7500/7500,0,0,0,7,1110/1130/1150/1170/1190/1210/1230/1250/1280,School Unity: Ruby,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100040104,お姫さまより……,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,33/33/33/33/33,40000/44000/48000/52000/56000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,Why Am I a Princess?,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100070104,魔導師のぞみん,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20/20/20,30000/32000/34000/36000/38000,,0,0,0,6,3/3/3/4/4,Wizard Nozomi!,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100030105,獣使い☆ことり,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,18/18/18/18/18/18/18/18/18,25000/31000/37000/43000/49000/55000/61000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/54/70/86/101/117/133/149/164,Beastmaster Kotori!,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2408,7 +2408,7 @@ 110090059,冬の妖精が跳ねた,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,26/26/26/26/26,54000/57000/60000/63000/66000,2500/3000/3500/4000/4500,0,0,0,5,2/2/2/2/2,Snow Fairy's Leap,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110020059,白銀に踊る少女の唄,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,26/26/26/26/26,40000/45000/50000/55000/60000,,0,0,0,6,3/3/4/4/5,Dancing in the Snow,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110080056,雪に愛を込めて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,19/19/19/19/19/19/19/19/19,31000/36000/41000/46000/51000/56000/61000/66000/66000,4000/4500/5000/5500/6000/6500/7000/7500/8000,0,0,0,5,2/2/2/2/2/2/2/2/2,Love-Filled Snow,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -110030056,優しい輝き,ピュアPがアップする,1,28/28/28/28/28,33000/39000/45000/51000/57000,,0,0,0,2,3000/3000/3000/3000/3000,Gentle Sparkle,Raises Pure Points.,1 +110030056,優しい輝き,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,28/28/28/28/28,33000/39000/45000/51000/57000,3500/4000/4500/5000/5500,0,200,3,9,1/1/1/1/1,Gentle Sparkle,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 110050059,聖夜前の福音,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,32/32/32/32/32,40000/44000/48000/52000/56000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Holy Night Gospel,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 140070006,トータルエール,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20/20/20,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Total Yell,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 140390006,トータルトリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,36000/38000/40000/42000/44000,2000/2500/3000/3500/4000,0,0,0,5,1/1/1/1/1,Total Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -2437,8 +2437,8 @@ 140320006,パーフェクトエール,PERFECTを{0}回達成するごとに{1}%の確率で
体力が{3}回復する,3,15/15/15/15/15,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Perfect Yell,"For every {0} PERFECTs, there's a {1}% chance
to restore {3} Stamina.",1 140550006,タイマートリック,{0}秒ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,4,10000/10000/10000/10000/10000,36000/38000/40000/42000/44000,2000/2500/3000/3500/4000,0,0,0,5,1/1/1/1/1,Timer Trick,"Every {0} sec, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110030058,スクユニ・松浦果南,スマイルPがアップする,1,25/25/25/25/25/25/25/25/25,19000/23000/27000/31000/35000/39000/43000/47000/47000,,0,0,0,1,27/28/28/29/30/31/31/32/33,School Unity: Kanan,Raises Smile Points.,1 -110040060,スクユニ・黒澤ダイヤ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,28/27/26/25/24/23/22/21/21,35000/38000/41000/44000/47000/50000/53000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,School Unity: Dia,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080058,スクユニ・小原鞠莉,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,School Unity: Mari,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040060,スクユニ・黒澤ダイヤ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,28/27/26/25/24/23/22/21/21,35000/38000/41000/44000/47000/50000/53000/56000/56000,3500/4000/4500/5000/5500/6000/6500/7000/7300,0,0,0,10,25/30/30/35/35/40/40/45/45,School Unity: Dia,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 +110080058,スクユニ・小原鞠莉,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,,0,0,0,8,2/2/2/3/3/3/4/4/5,School Unity: Mari,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110010062,一緒に歌おう!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,24/24/24/24/24,29000/32000/35000/38000/41000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Let's Sing Together!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110020063,みんなで輪になって,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,24/24/24/24/24,28000/31000/34000/37000/40000,3000/3000/3000/3000/3000,0,0,0,4,36/39/42/45/48,Singing in a Circle,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030059,私の十八番,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,29/29/29/29/29,32000/36000/40000/44000/48000,3000/3000/3000/3000/3000,0,0,0,4,38/40/43/46/48,My Go-To Song,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2457,7 +2457,7 @@ 100080105,私のご馳走,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,21/21/21/21/21/21/21/21/21,24000/30000/36000/42000/48000/54000/60000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,46/66/85/105/124/144/163/182/201,Treat for Me,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080106,伝わる手のぬくもり,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,25/25/25/25/25/25/25/25/25,25000/28000/31000/34000/37000/40000/43000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/34/36/39/41/44/46/49/54,Warmth of Your hand,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040062,おせちに込めた願い,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,27/27/27/27/27,38000/42000/46000/50000/54000,3000/3000/3000/3000/3000,0,0,0,4,31/34/38/41/44,Meaning of Osechi,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070061,迷い箸、願い箸,ピュアPがアップする,1,22/22/22/22/22,30000/35000/40000/45000/50000,,0,0,0,2,3000/3000/3000/3000/3000,Wandering Chopsticks,Raises Pure Points.,1 +110070061,迷い箸、願い箸,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,22/22/22/22/22,30000/35000/40000/45000/50000,3000/3500/4000/4500/5000,0,202,0,9,1/1/1/1/1,Wandering Chopsticks,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 140100006,タイマーチャーム,{0}秒ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,4,10000/10000/10000/10000/10000,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,15/17/19/20/22,Timer Charm,"Every {0} sec, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140150006,トータルトリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,36000/38000/40000/42000/44000,2000/2500/3000/3500/4000,0,0,0,5,1/1/1/1/1,Total Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110010064,気分はイタリア♪,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,21/21/21/21/21,30000/32000/34000/36000/38000,,0,0,0,6,3/3/4/4/5,Italian Kind of Mood,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -2477,7 +2477,7 @@ 110090064,スイートメッセージ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26,38000/42000/46000/50000/54000,3000/3000/3000/3000/3000,0,0,0,4,34/48/61/75/89,Sweet Message,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070063,チョコが作る笑顔,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,21/21/21/21/21/21/21/21/21,19000/25000/31000/37000/43000/49000/55000/61000/61000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Chocolatey Smile,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100020107,1日早い贈り物,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,31/31/31/31/31,45000/49000/53000/57000/61000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Early Gift,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -100060107,真心をあなたに,ピュアPがアップする,1,19/19/19/19/19,33000/37000/41000/45000/49000,,0,0,0,2,3000/3000/3000/3000/3000,My True Feelings,Raises Pure Points.,1 +100060107,真心をあなたに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,19/19/19/19/19,33000/37000/41000/45000/49000,2500/3000/3500/4000/4500,0,103,0,9,1/1/1/1/1,My True Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 140350006,トータルチャーム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,16/18/20/22/24,Total Charm,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140480006,リズミカルエール,コンボを{0}回達成するごとに{1}%の確率で
体力が{3}回復する,2,17/17/17/17/17,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Musical Yell,"For every {0} combos, there's a {1}% chance
to restore {3} Stamina.",1 110030063,嬉しいサプライズ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,17000/20000/23000/26000/29000/32000/35000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/41/43/45/47/49/51/53/58,Happy Surprises,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2497,7 +2497,7 @@ 110070064,ハングリーライブ,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,22/22/22/22/22,30000/32000/34000/36000/38000,,0,0,0,6,3/3/3/4/4,Hungry Live Show,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110080063,Lucky Fish,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23,28000/31000/34000/37000/40000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Lucky Fish,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110090065,完璧な衣装,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,28/28/28/28/28,32000/35000/38000/41000/44000,3000/3000/3000/3000/3000,0,0,0,4,37/40/44/48/51,Perfect Costumes,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060067,可愛い計画,クールPがアップする,1,24/24/24/24/24,30000/35000/40000/45000/50000,,0,0,0,3,3000/3000/3000/3000/3000,Cute Scheme,Raises Cool Points.,1 +110060067,可愛い計画,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,24/24/24/24/24,30000/35000/40000/45000/50000,3500/4000/4500/5000/5500,0,200,1,9,1/1/1/1/1,Cute Scheme,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 110080064,雪の中のプレゼント,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,19/19/19/19/19,22000/25000/28000/31000/34000,3000/3000/3000/3000/3000,0,0,0,4,37/40/43/46/49,Presents in the Snow,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140170006,トータルチャーム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,16/18/20/22/24,Total Charm,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140240006,パーフェクトエール,PERFECTを{0}回達成するごとに{1}%の確率で
体力が{3}回復する,3,15/15/15/15/15,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Perfect Yell,"For every {0} PERFECTs, there's a {1}% chance
to restore {3} Stamina.",1 @@ -2527,7 +2527,7 @@ 110070067,手作りバームクーヘン,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,19/19/19/19/19,26000/31000/36000/41000/46000,3000/3000/3000/3000/3000,0,0,0,4,32/33/34/35/36,Homemade Baumkuchen,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140040006,トータルトリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,36000/38000/40000/42000/44000,2000/2500/3000/3500/4000,0,0,0,5,1/1/1/1/1,Total Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 140520006,トータルエール,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20/20/20,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Total Yell,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -110060069,あなたへの手紙,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/25/24/23/22/21/20/19/19,38000/41000/44000/47000/50000/53000/56000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Letter for You,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060069,あなたへの手紙,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,26/25/24/23/22/21/20/19/19,38000/41000/44000/47000/50000/53000/56000/59000/59000,2500/3000/3500/4000/4500/5000/5500/6000/6300,0,0,0,10,25/30/30/35/35/40/40/45/45,A Letter for You,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110070068,マルの世界,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,21/21/21/21/21/21/21/21/21,35000/39000/43000/47000/51000/55000/59000/63000/63000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,32/54/77/99/122/144/167/189/208,Hanamaru's World,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090067,ルビィのお手紙,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27/27/27/27/27,22000/28000/34000/40000/46000/52000/58000/64000/64000,,0,0,0,6,7/8/8/9/9/10/10/11/12,Ruby's Letter,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110010069,大好きがいっぱい,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,21000/24000/27000/30000/33000/36000/39000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,36/39/41/44/46/49/51/54/59,Lots of Love,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2564,7 +2564,7 @@ 140420006,リズミカルエール,コンボを{0}回達成するごとに{1}%の確率で
体力が{3}回復する,2,17/17/17/17/17,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Musical Yell,"For every {0} combos, there's a {1}% chance
to restore {3} Stamina.",1 140440006,トータルトリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,36000/38000/40000/42000/44000,2000/2500/3000/3500/4000,0,0,0,5,1/1/1/1/1,Total Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100020110,内緒のお手紙,ピュアPがアップする,1,24/24/24/24/24/24/24/24/24,20000/26000/32000/38000/44000/50000/56000/62000/62000,,0,0,0,2,27/28/28/28/29/30/30/31/31,Secret Letter,Raises Pure Points.,1 -100070107,あなたにテレパシー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Telepathic Link,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070107,あなたにテレパシー,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Telepathic Link,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100090113,心からのメッセージ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,31000/36000/41000/46000/51000/56000/61000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,35/55/75/95/115/135/155/175/192,From the Heart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080111,プリンセスクラウン,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27,58000/60000/62000/64000/66000,,0,0,0,6,2/2/2/3/3,Princess' Crown,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100090114,ラッキーは一緒にね,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23,31000/35000/39000/43000/47000,3000/3000/3000/3000/3000,0,0,0,4,30/32/34/36/39,Lucky for All of Us,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2577,13 +2577,13 @@ 110050071,ちょっぴり背伸び,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,21/21/21/21/21/21/21/21/21,27000/31000/35000/39000/43000/47000/51000/55000/55000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,24/26/27/29/30/31/33/34/38,A Bit More Grown Up,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060110,ピアノに想いを込めて,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,24/24/24/24/24/24/24/24/24,29000/35000/41000/47000/53000/59000/65000/71000/71000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,44/65/87/108/129/151/172/194/213,Heart and Soul,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060111,ポーカータイム,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/32/34/36/37/39/41/42/46,Poker Time,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020070,桜の精,クールPがアップする,1,22/22/22/22/22,30000/35000/40000/45000/50000,,0,0,0,3,3000/3000/3000/3000/3000,Cherry Blossom Fairy,Raises Cool Points.,1 +110020070,桜の精,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,22/22/22/22/22,30000/35000/40000/45000/50000,3000/3500/4000/4500/5000,0,200,2,9,1/1/1/1/1,Cherry Blossom Fairy,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 110030068,あなたの心に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,27/27/27/27/27,30000/33000/36000/39000/42000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,In Your Heart,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 140300006,トータルエール,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20/20/20,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Total Yell,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 140470006,パーフェクトチャーム,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,15/15/15/15/15,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,15/17/19/20/22,Perfect Charm,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030069,ハグしたいな♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,54000/58000/62000/66000/70000/74000/78000/82000/82000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,I Wanna Hug You!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030069,ハグしたいな♪,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,26/26/26/26/26/26/26/26/26,54000/58000/62000/66000/70000/74000/78000/82000/82000,,0,0,0,8,2/2/2/3/3/3/4/4/5,I Wanna Hug You!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110040069,心を込めて,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,22/22/22/22/22/22/22/22/22,20000/25000/30000/35000/40000/45000/50000/55000/55000,3500/4000/4500/5000/5500/6000/6500/7000/7000,1,0,0,4,140/165/190/215/240/265/290/315/340,A Full Ceremony,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110080068,みんなへのラブ♡,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,14000/17000/20000/23000/26000/29000/32000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,My Love for Everyone,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080068,みんなへのラブ♡,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,28/28/28/28/28/28/28/28/28,14000/17000/20000/23000/26000/29000/32000/35000/35000,3500/4000/4500/5000/5500/6000/6500/7000/7000,0,0,0,7,1140/1160/1180/1200/1220/1240/1260/1280/1310,My Love for Everyone,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100060112,木漏れ日シンフォニー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,17/17/17/17/17,29000/34000/39000/44000/49000,3000/3000/3000/3000/3000,0,0,0,4,27/29/30/32/33,Sun-Dappled Symphony,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030110,リフレッシュタイム,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23,36000/40000/44000/48000/52000,,0,0,0,6,3/3/4/4/5,Time to Refresh,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 140010001,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30,20000/20000/20000/20000/20000,3000/3000/3000/3000/3000,0,0,0,4,60/60/60/60/60,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2599,19 +2599,19 @@ 140210006,パーフェクトチャーム,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,15/15/15/15/15,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,15/17/19/20/22,Perfect Charm,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050112,あなたを応援,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,29/29/29/29/29/29/29/29/29,21000/27000/33000/39000/45000/51000/57000/63000/63000,,0,0,0,6,8/9/9/10/10/11/11/12/13,Cheering for You,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100060113,時には素直に,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26/26/26/26/26,32000/38000/44000/50000/56000/62000/68000/74000/74000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/64/85/107/128/149/171/192/211,Honest Feelings,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080112,披露しちゃいます♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/29/28/27/26/25/24/23/23,35000/39000/43000/47000/51000/55000/59000/63000/63000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Let Me Show You!,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100080112,披露しちゃいます♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,30/29/28/27/26/25/24/23/23,35000/39000/43000/47000/51000/55000/59000/63000/63000,3000/3500/4000/4500/5000/5500/6000/6500/6900,0,0,0,10,25/30/30/35/35/40/40/45/45,Let Me Show You!,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100020111,素直な喜びを乗せて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,25/25/25/25/25,31000/36000/41000/46000/51000,3000/3000/3000/3000/3000,0,0,0,4,38/40/42/44/47,With Pure Joy,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040110,思い出を抱きしめて,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20/20/20/20/20/20/20,19000/24000/29000/34000/39000/44000/49000/54000/54000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Embracing Memories,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110070071,優しいサポート,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,22/22/22/22/22,42000/44000/46000/48000/50000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,Gentle Support,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110080069,旅する気分,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,30/30/30/30/30,37000/41000/45000/49000/53000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,Wanderlust,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110050072,みんなに届くように,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,26/26/26/26/26,42000/46000/50000/54000/58000,3000/3000/3000/3000/3000,0,0,0,4,37/52/67/83/98,To Reach Everyone,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040070,Aqoursトレイン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,28/28/28/28/28/28/28/28/28,41000/46000/51000/56000/61000/66000/71000/76000/76000,4500/5000/5500/6000/6500/7000/7500/8000/8900,0,0,0,5,2/2/2/2/2/2/2/2/2,The Aqours Train,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -110050073,決闘の理由,ピュアPがアップする,1,26/26/26/26/26,35000/41000/47000/53000/59000,,0,0,0,2,3000/3000/3000/3000/3000,Why We Duel,Raises Pure Points.,1 +110050073,決闘の理由,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,26/26/26/26/26,35000/41000/47000/53000/59000,3000/3500/4000/4500/5000,0,201,0,9,1/1/1/1/1,Why We Duel,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 110090071,憧れの人のイメージで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24,23000/25000/27000/29000/31000,3000/3000/3000/3000/3000,0,0,0,4,39/43/47/52/56,Like My Role Model,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140060006,トータルトリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,36000/38000/40000/42000/44000,2000/2500/3000/3500/4000,0,0,0,5,1/1/1/1/1,Total Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 140500006,トータルチャーム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,16/18/20/22/24,Total Charm,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010073,チカチーの底力,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Chika's Latent Power,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020072,大好きな歌,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,15000/18000/21000/24000/27000/30000/33000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,My Favorite Songs,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020072,大好きな歌,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,29/29/29/29/29/29/29/29/29,15000/18000/21000/24000/27000/30000/33000/36000/36000,4000/4500/5000/5500/6000/6500/7000/7500/7500,0,0,0,7,1120/1140/1160/1180/1200/1220/1240/1260/1290,My Favorite Songs,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110050074,私の恩返し,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,34/60/86/111/137/162/188/213/235,Repaying You,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120040003,迷子のランチタイム,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/29/29/29/29,33000/36000/39000/42000/45000,3000/3000/3000/3000/3000,0,0,0,4,37/40/44/47/50,Lost During Lunchtime,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120070004,空腹も忘れる,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26,33000/35000/37000/39000/41000,3000/3000/3000/3000/3000,0,0,0,4,29/33/37/41/45,Even Forget to Eat,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2623,7 +2623,7 @@ 110080070,エキゾチックナイト,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,24/24/24/24/24,39000/42000/45000/48000/51000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Exotic Night,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110070072,お話の続き,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,21/21/21/21/21,27000/32000/37000/42000/47000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,The Next Chapter,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110030071,踊りたい気分,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,35000/40000/45000/50000/55000/60000/65000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,37/60/83/106/129/152/176/199/218,The Urge to Dance,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100020112,雨上がりレインボー,スマイルPがアップする,1,28/28/28/28/28,35000/41000/47000/53000/59000,,0,0,0,1,3000/3000/3000/3000/3000,Rainbow After Rain,Raises Smile Points.,1 +100020112,雨上がりレインボー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,28/28/28/28/28,35000/41000/47000/53000/59000,3500/4000/4500/5000/5500,0,100,3,9,1/1/1/1/1,Rainbow After Rain,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 100030111,相合いアンブレラ,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,24/24/24/24/24,37000/40000/43000/46000/49000,3000/3000/3000/3000/3000,0,0,0,4,29/32/36/40/43,Under One Umbrella,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120060008,リズミカルチャーム,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,17/17/17/17/17,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,15/17/19/20/22,Rhythmical Charm,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140560006,タイマーエール,{0}秒ごとに{1}%の確率で
体力が{3}回復する,4,10000/10000/10000/10000/10000,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Timer Yell,"Every {0} sec, there's a {1}% chance
to restore {3} Stamina.",1 @@ -2653,7 +2653,7 @@ 110060074,壊れやすきもの,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,28/28/28/28/28,33000/39000/45000/51000/57000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,Fragile Creations,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110080074,シャボン玉に誘われて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,39000/43000/47000/51000/55000/59000/63000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,24/41/58/74/91/108/125/142/157,Led by Bubbles,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140080007,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050114,あした天気になあれ,ピュアPがアップする,1,27/27/27/27/27,32000/38000/44000/50000/56000,,0,0,0,2,3000/3000/3000/3000/3000,For a Sunny Tomorrow,Raises Pure Points.,1 +100050114,あした天気になあれ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,27/27/27/27/27,32000/38000/44000/50000/56000,3500/4000/4500/5000/5500,0,100,1,9,1/1/1/1/1,For a Sunny Tomorrow,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 100090116,夢いっぱい天の川,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/29/29/29/29,34000/37000/40000/43000/46000,3000/3000/3000/3000/3000,0,0,0,4,37/41/46/50/55,Milky Way of Dreams,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070112,色とりどり花火,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26,40000/42000/44000/46000/48000,3000/3000/3000/3000/3000,0,0,0,4,30/35/40/46/51,Colorful Fireworks,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080113,ビー玉ころころ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,24/24/24/24/24/24/24/24/24,44000/49000/54000/59000/64000/69000/74000/79000/79000,3500/4000/4500/5000/5500/6000/6500/7000/7700,0,0,0,5,2/2/2/2/2/2/2/2/2,Rolling Marble,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -2691,7 +2691,7 @@ 110050080,今夜、夢の続きを,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,25/25/25/25/25/25/25/25/25,37000/41000/45000/49000/53000/57000/61000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,37/61/86/111/136/160/185/210/231,May the Dream Go On,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090075,翼の橋,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,37000/42000/47000/52000/57000/62000/67000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/64/88/112/137/161/186/210/232,Connected by Wings,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140200007,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040113,貝の色、海の音,ピュアPがアップする,1,23/23/23/23/23,27000/32000/37000/42000/47000,,0,0,0,2,3000/3000/3000/3000/3000,"Sea, Color and Sound",Raises Pure Points.,1 +100040113,貝の色、海の音,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,23/23/23/23/23,27000/32000/37000/42000/47000,3500/4000/4500/5000/5500,0,102,0,9,1/1/1/1/1,"Sea, Color and Sound","For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 100060115,輝きの海に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,27/27/27/27/27,39000/42000/45000/48000/51000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,To the Radiant Sea,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100010119,可愛さを引き出して,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26/26/26/26/26,33000/37000/41000/45000/49000/53000/57000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/69/97/124/151/178/206/233/256,Doing It Justice,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020114,キミとクルーズ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,28/28/28/28/28/28/28/28/28,41000/45000/49000/53000/57000/61000/65000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,37/63/90/116/142/169/195/222/244,Cruising with You,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2731,7 +2731,7 @@ 110080078,まもなくショータイム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,29/29/29/29/29,33000/39000/45000/51000/57000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,It's Almost Showtime,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110060081,堕天使コーディネート,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,21/21/21/21/21/21/21/21/21,20000/25000/30000/35000/40000/45000/50000/55000/55000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Fallen Angel Styling,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 140380007,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010120,カッコイイへの挑戦,スマイルPがアップする,1,22/22/22/22/22,35000/40000/45000/50000/55000,,0,0,0,1,3000/3000/3000/3000/3000,Trying to Be Cool,Raises Smile Points.,1 +100010120,カッコイイへの挑戦,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,22/22/22/22/22,35000/40000/45000/50000/55000,2500/3000/3500/4000/4500,0,101,0,9,1/1/1/1/1,Trying to Be Cool,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 100080116,ホールドアップ!,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,25/25/25/25/25,34000/38000/42000/46000/50000,3000/3000/3000/3000/3000,0,0,0,4,31/34/37/40/43,Put 'Em Up!,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050116,凛は隊長♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,39000/41000/43000/45000/47000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,Captain Rin,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100040115,山頂アタック,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26/26/26/26/26,32000/37000/42000/47000/52000/57000/62000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,44/68/92/116/139/163/187/211/232,Summit Challenge,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2796,7 +2796,7 @@ 110060085,ヨハネの魔眼,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,26/26/26/26/26,30000/36000/42000/48000/54000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,Yohane's Magic Eye,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110010083,歌詞作りのヒント,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,24/24/24/24/24/24/24/24/24,28000/34000/40000/46000/52000/58000/64000/70000/70000,5500/6000/6500/7000/7500/8000/8500/9000/9600,0,0,0,5,2/2/2/2/2/2/2/2/2,Lyric-Writing Hints,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 140050007,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040081,仮面が伝える思い,スマイルPがアップする,1,24/24/24/24/24,35000/40000/45000/50000/55000,,0,0,0,1,3000/3000/3000/3000/3000,A Mask's Emotions,Raises Smile Points.,1 +110040081,仮面が伝える思い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,24/24/24/24/24,35000/40000/45000/50000/55000,3000/3500/4000/4500/5000,0,202,0,9,1/1/1/1/1,A Mask's Emotions,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 110060086,闇が宿るマスク,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,31/31/31/31/31,38000/40000/42000/44000/46000,3000/3000/3000/3000/3000,0,0,0,4,36/42/48/54/60,Mask of Darkness,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010123,叶える力,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,27/27/27/27/27/27/27/27/27,40000/45000/50000/55000/60000/65000/70000/75000/75000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/41/52/62/73/83/94/104/114,The Power to Grant,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010084,輝きを探して,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26/26/26/26/26,34000/39000/44000/49000/54000/59000/64000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,36/46/55/64/74/83/93/102/112,Searching for Light,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2901,8 +2901,8 @@ 110050091,お返しヨーソロー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,31/31/31/31/31,53000/56000/59000/62000/65000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,Thanks and Aye Aye!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110080087,ピュアシャイニー,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,26/26/26/26/26,37000/40000/43000/46000/49000,3000/3000/3000/3000/3000,0,0,0,4,30/34/39/43/47,Pure Shininess,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010090,みんなで乗り越えて,クールPがアップする,1,24/24/24/24/24/24/24/24/24,14000/19000/24000/29000/34000/39000/44000/49000/49000,,0,0,0,3,28/28/28/29/30/30/31/31/32,Overcoming Together,Raises Cool Points.,1 -110020089,歌声で包んで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,17000/20000/23000/26000/29000/32000/35000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Wrapped in Our Song,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050092,信じる気持ち,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,33/32/31/30/29/28/27/26/26,39000/42000/45000/48000/51000/54000/57000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Keep Believing,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020089,歌声で包んで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,17000/20000/23000/26000/29000/32000/35000/38000/38000,4000/4500/5000/5500/6000/6500/7000/7500/7500,0,0,0,7,1130/1150/1170/1190/1210/1230/1250/1270/1300,Wrapped in Our Song,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +110050092,信じる気持ち,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,33/32/31/30/29/28/27/26/26,39000/42000/45000/48000/51000/54000/57000/60000/60000,3500/4000/4500/5000/5500/6000/6500/7000/7600,0,0,0,10,25/30/30/35/35/40/40/45/45,Keep Believing,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110010091,次の輝きへ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,19000/21000/23000/25000/27000/29000/31000/33000/33000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,34/37/40/43/46/49/52/56/62,To the Next Level,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020122,綺麗をキミに♪,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,22/22/22/22/22,45000/48000/51000/54000/57000,,0,0,0,6,2/2/2/3/3,Sharing Beauty,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100080123,できるかな……?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25,33000/36000/39000/42000/45000,3000/3000/3000/3000/3000,0,0,0,4,38/55/72/89/106,Can I Do It?,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2936,7 +2936,7 @@ 100060123,甘い一口,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23,33000/36000/39000/42000/45000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Sweet Tooth,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100070123,誘われて、一緒に,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27,30000/33000/36000/39000/42000,3000/3000/3000/3000/3000,0,0,0,4,42/46/49/52/56,Let's Go Together,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090126,ハニースイート,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,23/23/23/23/23,34000/37000/40000/43000/46000,3000/3000/3000/3000/3000,0,0,0,4,29/33/37/40/44,Honey Sweet,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010130,緊張も吹き飛ぶくらい,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Blowing Away Nerves,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010130,緊張も吹き飛ぶくらい,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Blowing Away Nerves,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100030124,大好きだから,クールPがアップする,1,30/30/30/30/30/30/30/30/30,17000/23000/29000/35000/41000/47000/53000/59000/59000,,0,0,0,3,29/29/30/30/31/31/32/32/33,Because I Love It,Raises Cool Points.,1 100040124,情熱の引力,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,35000/40000/45000/50000/55000/60000/65000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/66/90/114/138/162/187/211/232,A Passionate Pull,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050094,伝わる心,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,28000/34000/40000/46000/52000/58000/64000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,47/70/92/115/137/160/182/205/225,Hearts Connecting,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2955,7 +2955,7 @@ 110080089,ベストを探して,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,28/28/28/28/28,40000/43000/46000/49000/52000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Looking for the Best,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110090089,お花を探して,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,26/26/26/26/26,44000/47000/50000/53000/56000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,Looking for Flowers,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110060094,堕天使の共鳴,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,23/23/23/23/23/23/23/23/23,32000/37000/42000/47000/52000/57000/62000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,37/60/82/105/127/150/172/195/214,Fallen Resonance,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070091,未来を見つめて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Look to the Future,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070091,未来を見つめて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Look to the Future,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110090090,ルビィの想い,スマイルPがアップする,1,25/25/25/25/25/25/25/25/25,17000/20000/23000/26000/29000/32000/35000/38000/38000,,0,0,0,1,27/28/29/30/30/31/32/33/33,Ruby's Wish,Raises Smile Points.,1 140440007,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050123,ありのままのスマイル,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,19/19/19/19/19/19/19/19/19,21000/27000/33000/39000/45000/51000/57000/63000/63000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Your Usual Smile,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -2968,7 +2968,7 @@ 100070124,本領発揮!?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,18/18/18/18/18,30000/32000/34000/36000/38000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,Their True Powers!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100080126,てるてる坊主の力,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,28/28/28/28/28,38000/41000/44000/47000/50000,3000/3000/3000/3000/3000,0,0,0,4,32/36/40/44/48,Teru Teru Bozu Magic,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090127,お天気スマイル,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26,39000/41000/43000/45000/47000,3000/3000/3000/3000/3000,0,0,0,4,29/34/39/44/49,A Radiant Smile,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100020126,幸せの実感,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Experiencing Joy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100020126,幸せの実感,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,22000/25000/28000/31000/34000/37000/40000/43000/43000,4500/5000/5500/6000/6500/7000/7500/8000/8000,0,0,0,7,1100/1120/1140/1160/1180/1200/1220/1240/1260,Experiencing Joy,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100070125,奇跡を必然に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,43/72/101/130/159/188/216/245/270,A Destined Miracle,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090128,ニコニーの約束,ピュアPがアップする,1,33/33/33/33/33/33/33/33/33,18000/23000/28000/33000/38000/43000/48000/53000/53000,,0,0,0,2,28/29/30/31/32/32/33/34/35,Promise Me,Raises Pure Points.,1 140160007,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -2992,7 +2992,7 @@ 140560007,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010132,みんなで叶える願い事,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21,28000/30000/32000/34000/36000,3000/3000/3000/3000/3000,0,0,0,4,28/31/34/38/41,A Wish We Can Grant,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020127,エスコートはキミに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25,31000/34000/37000/40000/43000,3000/3000/3000/3000/3000,0,0,0,4,30/33/36/39/41,I've Got You,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030126,可愛い浴衣に見とれて,クールPがアップする,1,28/28/28/28/28,33000/39000/45000/51000/57000,,0,0,0,3,3000/3000/3000/3000/3000,Admiring Your Yukata,Raises Cool Points.,1 +100030126,可愛い浴衣に見とれて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,28/28/28/28/28,33000/39000/45000/51000/57000,3500/4000/4500/5000/5500,0,100,2,9,1/1/1/1/1,Admiring Your Yukata,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 100040126,叶えたい願い事,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/30/30/30/30,40000/42000/44000/46000/48000,3000/3000/3000/3000/3000,0,0,0,4,33/39/44/50/56,A Wish I Long For,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050125,風車ふーふー♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,25000/27000/29000/31000/33000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Blow on the Pinwheel,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100070127,腕前披露♪,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,28/28/28/28/28,31000/33000/35000/37000/39000,3000/3000/3000/3000/3000,1,0,0,4,100/115/130/145/160,Skills to Show Off,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 @@ -3020,8 +3020,8 @@ 140470007,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140500007,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30,20000/20000/20000,2000/2000/2000,0,0,0,4,40/40/40,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060128,本当に叶えたいこと,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,25000/30000/35000/40000/45000/50000/55000/60000/60000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,150/180/210/240/270/300/330/360/385,My True Wish,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -100090129,想いを込めた願い事,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/26/25/24/23/22/21/20/20,33000/36000/39000/42000/45000/48000/51000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Thoughtful Wishes,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030091,3人の想い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Our Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100090129,想いを込めた願い事,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,27/26/25/24/23/22/21/20/20,33000/36000/39000/42000/45000/48000/51000/54000/54000,3000/3500/4000/4500/5000/5500/6000/6500/6900,0,0,0,10,25/30/30/35/35/40/40/45/45,Thoughtful Wishes,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 +110030091,3人の想い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,33/33/33/33/33/33/33/33/33,19000/22000/25000/28000/31000/34000/37000/40000/40000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1130/1150/1170/1190/1210/1230/1250/1270/1300,Our Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110040092,麗しのダイヤモンド,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Beautiful Diamond,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070094,落下防止,スマイルPがアップする,1,32/32/32/32/32/32/32/32/32,15000/20000/25000/30000/35000/40000/45000/50000/50000,,0,0,0,1,28/29/30/31/31/32/33/34/34,Everything in Place,Raises Smile Points.,1 100060129,シンプルアクセント,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,24/24/24/24/24,27000/30000/33000/36000/39000,,0,0,0,6,4/4/5/5/6,Simple Touches,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -3029,11 +3029,11 @@ 100040127,優しい気遣い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,35000/40000/45000/50000/55000/60000/65000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/66/91/116/141/165/190/215/236,Sweetly Concerned,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090130,にこのコーチング,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23/23/23/23/23,31000/36000/41000/46000/51000/56000/61000/66000/66000,4500/5000/5500/6000/6500/7000/7500/8000/8800,0,0,0,5,2/2/2/2/2/2/2/2/2,Nico's Guidance,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110060097,堕天使ヨハネの託宣,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,29000/34000/39000/44000/49000/54000/59000/64000/64000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,48/74/100/127/153/179/206/232/256,Yohane's Prophecy,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010096,元気のお裾分け,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sharing Our Energy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010096,元気のお裾分け,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,20000/23000/26000/29000/32000/35000/38000/41000/41000,3500/4000/4500/5000/5500/6000/6500/7000/7000,0,0,0,7,1120/1140/1160/1180/1200/1220/1240/1260/1290,Sharing Our Energy,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110050099,モードチェンジ,ピュアPがアップする,1,29/29/29/29/29/29/29/29/29,21000/24000/27000/30000/33000/36000/39000/42000/42000,,0,0,0,2,27/28/29/30/31/32/33/34/35,Shifting Gears,Raises Pure Points.,1 110090093,ひとりじゃない,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,I'm Not Alone,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060098,翡翠の魔術師,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26/26/26/26/26,31000/33000/35000/37000/39000/41000/43000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,26/30/34/37/41/44/48/52/57,The Jade Magician,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030092,エスコートはお任せ♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/25/24/23/22/21/20/19/19,28000/31000/34000/37000/40000/43000/46000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Let Me Escort You,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030092,エスコートはお任せ♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,26/25/24/23/22/21/20/19/19,28000/31000/34000/37000/40000/43000/46000/49000/49000,3000/3500/4000/4500/5000/5500/6000/6500/6800,0,0,0,10,30/35/35/40/40/45/45/50/50,Let Me Escort You,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110080094,花嫁さんになりきって,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,20/20/20/20/20/20/20/20/20,21000/25000/29000/33000/37000/41000/45000/49000/49000,3500/4000/4500/5000/5500/6000/6500/7000/7000,1,0,0,4,125/155/185/215/245/275/305/335/355,Becoming a Bride,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100090131,ビッグストロベリー♡,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,28/28/28/28/28/28/28/28/28,34000/39000/44000/49000/54000/59000/64000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,45/72/98/125/152/178/205/232/255,Giant Strawberry,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020094,最高の絆,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,23000/27000/31000/35000/39000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,The Best Bond,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -3043,10 +3043,10 @@ 100090132,ひとつになって,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,21/21/21/21/21/21/21/21/21,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,29/31/33/35/37/39/41/42/47,Becoming One,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020095,ベールの下の微笑み,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Smile Under the Veil,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060099,どっちも楽しい!,クールPがアップする,1,26/26/26/26/26/26/26/26/26,26000/29000/32000/35000/38000/41000/44000/47000/47000,,0,0,0,3,28/28/29/30/31/31/32/33/34,Both Are Fun!,Raises Cool Points.,1 -110080095,ハッピー・トラブル!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Happy Accidents,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080095,ハッピー・トラブル!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,30/30/30/30/30/30/30/30/30,19000/22000/25000/28000/31000/34000/37000/40000/40000,3500/4000/4500/5000/5500/6000/6500/7000/7000,0,0,0,7,1120/1140/1160/1180/1200/1220/1240/1260/1290,Happy Accidents,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110010097,大好きを歌って,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,30/30/30/30/30/30/30/30/30,34000/39000/44000/49000/54000/59000/64000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,47/76/105/134/162/191/220/249/274,Sing Our Love,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010133,パーティのはじまり,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,25/25/25/25/25/25/25/25/25,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,45/70/95/120/145/170/195/220/242,Party Starter,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010134,カラフルデザイン,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/29/28/27/26/25/24/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Colorful Design,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010134,カラフルデザイン,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,30/29/28/27/26/25/24/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,2000/2500/3000/3500/4000/4500/5000/5500/5800,0,0,0,10,25/30/30/35/35/40/40/45/45,A Colorful Design,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100020128,クールダウンタイム,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,30000/34000/38000/42000/46000/50000/54000/58000/58000,3500/4000/4500/5000/5500/6000/6500/7000/7000,1,0,0,4,130/160/190/220/250/280/310/340/365,Cooldown Time,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110010098,魔法の歌,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,24/24/24/24/24/24/24/24/24,26000/29000/32000/35000/38000/41000/44000/47000/47000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,29/31/34/36/39/41/44/46/51,A Magic Song,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010135,魔法をかけよう,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,17000/19000/21000/23000/25000/27000/29000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,33/36/39/42/44/47/50/53/58,Casting a Spell,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3056,20 +3056,20 @@ 100080129,白米の可能性,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,25/25/25/25/25/25/25/25/25,33000/40000/47000/54000/61000/68000/75000/82000/82000,,0,0,0,6,4/4/5/5/6/6/7/7/8,The Powers of Rice,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110010099,輝きを一緒に,ピュアPがアップする,1,30/30/30/30/30/30/30/30/30,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,2,29/30/31/31/32/33/34/34/35,Shining Together,Raises Pure Points.,1 110020096,楽しい時間をずっと,クールPがアップする,1,28/28/28/28/28/28/28/28/28,11000/16000/21000/26000/31000/36000/41000/46000/46000,,0,0,0,3,28/28/29/30/30/31/31/32/32,Eternal Times of Joy,Raises Cool Points.,1 -110030094,諦めない強さ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Strength to Persist,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040094,大切なもの,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,27000/30000/33000/36000/39000/42000/45000/48000/48000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Precious to Me,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030094,諦めない強さ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,30/30/30/30/30/30/30/30/30,19000/22000/25000/28000/31000/34000/37000/40000/40000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1140/1160/1180/1200/1220/1240/1260/1280/1310,Strength to Persist,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +110040094,大切なもの,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,27000/30000/33000/36000/39000/42000/45000/48000/48000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1100/1120/1140/1160/1180/1200/1220/1240/1260,Precious to Me,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110050100,未知の楽しさ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,28000/33000/38000/43000/48000/53000/58000/63000/63000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Enjoying the Unknown,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060100,魔力増幅の軌跡,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Ever-Growing Power,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070096,今日も笑顔で,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Another Smile Today,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070096,今日も笑顔で,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,33/33/33/33/33/33/33/33/33,20000/23000/26000/29000/32000/35000/38000/41000/41000,4500/5000/5500/6000/6500/7000/7500/8000/8000,0,0,0,7,1110/1130/1150/1170/1190/1210/1230/1250/1280,Another Smile Today,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110080096,もっと近くで,スマイルPがアップする,1,32/32/32/32/32/32/32/32/32,20000/25000/30000/35000/40000/45000/50000/55000/55000,,0,0,0,1,28/29/30/31/32/32/33/34/35,Closer Still,Raises Smile Points.,1 110090094,緊張を味方につけて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Allied With Nerves,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020097,リトルデーモンの祝福,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,33000/38000/43000/48000/53000/58000/63000/68000/68000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,180/210/240/270/300/330/360/390/415,Little Demon's Grace,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110060101,夜を彩る炎の華,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,32/31/30/29/28/27/26/25/25,46000/50000/54000/58000/62000/66000/70000/74000/74000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Nighttime Fireworks,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060101,夜を彩る炎の華,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,32/31/30/29/28/27/26/25/25,46000/50000/54000/58000/62000/66000/70000/74000/74000,2500/3000/3500/4000/4500/5000/5500/6000/6400,0,0,0,10,25/30/30/35/35/40/40/45/45,Nighttime Fireworks,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110070097,憧れの本屋さん,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,21/21/21/21/21,40000/45000/50000/55000/60000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,Bookshop Love,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110020098,最強の一撃,クールPがアップする,1,31/31/31/31/31/31/31/31/31,16000/22000/28000/34000/40000/46000/52000/58000/58000,,0,0,0,3,28/29/30/30/31/31/32/32/33,The Ultimate Hit,Raises Cool Points.,1 110060102,私の知らない世界,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,21/21/21/21/21/21/21/21/21,22000/27000/32000/37000/42000/47000/52000/57000/57000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,150/175/200/225/250/275/300/325/345,My New World,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110080097,小原流ガストロノミー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,31/31/31/31/31/31/31/31/31,32000/38000/44000/50000/56000/62000/68000/74000/74000,6500/7000/7500/8000/8500/9000/9500/10000/10900,0,0,0,5,2/2/2/2/2/2/2/2/2,Ohara-Style Cooking,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -100070129,秘密のデザート,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/28/27/26/25/24/23/22/22,39000/42000/45000/48000/51000/54000/57000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Secret Dessert,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070129,秘密のデザート,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,29/28/27/26/25/24/23/22/22,39000/42000/45000/48000/51000/54000/57000/60000/60000,3500/4000/4500/5000/5500/6000/6500/7000/7500,0,0,0,10,20/25/25/30/30/35/35/40/40,Secret Dessert,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100090133,ニコニーにお任せ♪,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,23/23/23/23/23/23/23/23/23,32000/37000/42000/47000/52000/57000/62000/67000/67000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,150/175/200/225/250/275/300/325/345,Leave It to Nico-Ni,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100030128,内緒のご褒美,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,28/28/28/28/28,44000/48000/52000/56000/60000,,0,0,0,6,3/3/4/4/5,A Secret Treat,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100010137,悔しい嬉しい!,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,24/24/24/24/24/24/24/24/24,33000/37000/41000/45000/49000/53000/57000/61000/61000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,160/190/220/250/280/310/340/370/395,Infuriatingly Happy!,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 @@ -3080,14 +3080,14 @@ 110020099,気持ちを曲に込めて,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,27/27/27/27/27/27/27/27/27,33000/38000/43000/48000/53000/58000/63000/68000/68000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,44/70/96/122/149/175/201/227/250,My Feelings in Song,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090095,ルビィの予行練習,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,29/29/29/29/29/29/29/29/29,32000/37000/42000/47000/52000/57000/62000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,48/76/105/134/162/191/219/248/273,Ruby's Rehearsal,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040095,目標へ向けて前進♪,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,35000/40000/45000/50000/55000/60000/65000/70000/70000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,140/170/200/230/260/290/320/350/370,Towards Our Goal,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110050101,フロート曜ちゃん号♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,31/30/29/28/27/26/25/24/24,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,The SS You,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050101,フロート曜ちゃん号♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,31/30/29/28/27/26/25/24/24,32000/36000/40000/44000/48000/52000/56000/60000/60000,3000/3500/4000/4500/5000/5500/6000/6500/6900,0,0,0,10,30/35/35/40/40/45/45/50/50,The SS You,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110020100,優しさの形,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,25000/28000/31000/34000/37000/40000/43000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/33/36/38/41/43/46/48/53,Shape of Kindness,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060103,先導者ヨハネ,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,25/25/25/25/25,29000/33000/37000/41000/45000,,0,0,0,6,4/4/5/5/6,Yohane the Leader,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110010100,飾らない想い,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,23/23/23/23/23/23/23/23/23,29000/33000/37000/41000/45000/49000/53000/57000/57000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,150/180/210/240/270/300/330/360/380,Simple Feelings,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110050102,それもまたあり?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,33000/38000/43000/48000/53000/58000/63000/68000/68000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,44/69/95/121/146/172/197/223/244,"That Works, Too?","For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090096,イメージの向こう側,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,29/29/29/29/29/29/29/29/29,32000/38000/44000/50000/56000/62000/68000/74000/74000,6000/6500/7000/7500/8000/8500/9000/9500/10300,0,0,0,5,2/2/2/2/2/2/2/2/2,Beyond the Vision,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110090097,魔法の国の住人,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/33/36/38/41/43/46/48/53,From a Magic Country,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100060131,びっくりスパイス,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/28/27/26/25/24/23/22/22,35000/39000/43000/47000/51000/55000/59000/63000/63000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Surprise Spices,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100060131,びっくりスパイス,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,29/28/27/26/25/24/23/22/22,35000/39000/43000/47000/51000/55000/59000/63000/63000,2500/3000/3500/4000/4500/5000/5500/6000/6400,0,0,0,10,25/30/30/35/35/40/40/45/45,Surprise Spices,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100080130,クラッカー・トリック,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,37000/42000/47000/52000/57000/62000/67000/72000/72000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,135/165/195/225/255/285/315/345/365,Party Popper Prank,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 120010003,リズミカルチャーム,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,17/17/17/17/17,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,15/17/19/20/22,Rhythmical Charm,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120020003,パーフェクトチャーム,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,15/15/15/15/15,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,15/17/19/20/22,Perfect Charm,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3103,7 +3103,7 @@ 100070131,気合の応援,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,34000/39000/44000/49000/54000/59000/64000/69000/69000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,150/180/210/240/270/300/330/360/380,Full-Hearted Cheer,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100080131,お願いアシスト,ピュアPがアップする,1,26/26/26/26/26/26/26/26/26,20000/23000/26000/29000/32000/35000/38000/41000/41000,,0,0,0,2,28/28/29/30/31/32/32/33/34,Assisting in Prayer,Raises Pure Points.,1 100020130,キミの声を聞かせて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,28/28/28/28/28/28/28/28/28,36000/41000/46000/51000/56000/61000/66000/71000/71000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/69/95/121/147/173/199/225/248,Let Me Hear You,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070098,マルと選びっこ♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/28/27/26/25/24/23/22/22,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Choosing with Me,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070098,マルと選びっこ♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,29/28/27/26/25/24/23/22/22,26000/30000/34000/38000/42000/46000/50000/54000/54000,3000/3500/4000/4500/5000/5500/6000/6500/6900,0,0,0,10,30/35/35/40/40/45/45/50/50,Choosing with Me,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110090098,シールタトゥーに挑戦,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,31000/36000/41000/46000/51000/56000/61000/66000/66000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,140/170/200/230/260/290/320/350/370,Giving Them a Try,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110090099,もっと似合うように,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,25/25/25/25/25,36000/42000/48000/54000/60000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Suit Your Style More,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110040096,ダイヤシュート♡,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,24/24/24/24/24/24/24/24/24,33000/40000/47000/54000/61000/68000/75000/82000/82000,,0,0,0,6,4/4/5/5/6/6/7/7/8,Dia Shoots!,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -3111,9 +3111,9 @@ 110070099,ご褒美タイム,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,35000/40000/45000/50000/55000/60000/65000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/66/90/114/138/161/185/209/230,Prize Time,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020131,キミへの魔法,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,25/25/25/25/25/25/25/25/25,29000/33000/37000/41000/45000/49000/53000/57000/57000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,30/32/34/36/38/40/42/44/47,Magic For You,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050128,ぬくぬくにゃ♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,24/24/24/24/24/24/24/24/24,31000/36000/41000/46000/51000/56000/61000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/66/89/113/137/160/184/208/228,So Warm and Cozy!,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010138,オータムギフト,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/29/28/27/26/25/24/23/23,31000/34000/37000/40000/43000/46000/49000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fall Gifts,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010138,オータムギフト,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,30/29/28/27/26/25/24/23/23,31000/34000/37000/40000/43000/46000/49000/52000/52000,3500/4000/4500/5000/5500/6000/6500/7000/7400,0,0,0,10,30/35/35/40/40/45/45/50/50,Fall Gifts,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100030132,あなたのための情熱,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,27/27/27/27/27/27/27/27/27,25000/29000/33000/37000/41000/45000/49000/53000/53000,3500/4000/4500/5000/5500/6000/6500/7000/7000,1,0,0,4,165/200/235/270/305/340/375/410/435,Enthusiasm for You,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110020101,生クリームに包まれて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Enveloped in Cream,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020101,生クリームに包まれて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Enveloped in Cream,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100050129,守護石の導き,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,22/22/22/22/22/22/22/22/22,26000/28000/30000/32000/34000/36000/38000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,27/30/33/37/40/43/47/50/55,The Gem's Guidance,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120010004,あなたを待ってた,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,22/22/22/22/22/22/22/22/22,31000/37000/43000/49000/55000/61000/67000/73000/73000,,0,0,0,6,4/4/5/5/6/6/7/7/8,I was Waiting for You,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 140740001,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30,20000/20000/20000/20000/20000,3000/3000/3000/3000/3000,0,0,0,4,60/60/60/60/60,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3123,10 +3123,10 @@ 100040128,もっと笑顔で,ピュアPがアップする,1,31/31/31/31/31/31/31/31/31,18000/24000/30000/36000/42000/48000/54000/60000/60000,,0,0,0,2,29/30/30/31/31/32/32/33/33,More Smiles,Raises Pure Points.,1 100050130,凛の三三七拍子,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,21/21/21/21/21/21/21/21/21,25000/30000/35000/40000/45000/50000/55000/60000/60000,5000/5500/6000/6500/7000/7500/8000/8500/9200,0,0,0,5,2/2/2/2/2/2/2/2/2,Rin's Cheer Rhythm,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100060132,頑張る姿,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,21/21/21/21/21/21/21/21/21,19000/24000/29000/34000/39000/44000/49000/54000/54000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,175/200/225/250/275/300/325/350/370,Doing Their Best,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110040097,飴のようにとろけて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Melting Like Candy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040097,飴のようにとろけて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Melting Like Candy,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 141390001,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30,20000/20000/20000/20000/20000,3000/3000/3000/3000/3000,0,0,0,4,60/60/60/60/60,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060104,チョコレートを纏って,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Clad in Chocolate,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010101,お散歩日和,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,28/27/26/25/24/23/22/21/21,35000/38000/41000/44000/47000/50000/53000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Good Day for A Walk,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060104,チョコレートを纏って,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Clad in Chocolate,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110010101,お散歩日和,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,28/27/26/25/24/23/22/21/21,35000/38000/41000/44000/47000/50000/53000/56000/56000,3000/3500/4000/4500/5000/5500/6000/6500/6900,0,0,0,10,25/30/30/35/35/40/40/45/45,Good Day for A Walk,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110030095,冬の前の願いごと,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,27000/34000/41000/48000/55000/62000/69000/76000/76000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,150/170/190/210/230/250/270/290/310,Before the Winter,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100010139,スイートアピール,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sweet Allure,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010102,Aqoursの祈り,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23,33000/38000/43000/48000/53000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Aqours Wish,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -3134,10 +3134,10 @@ 110080098,シャイニースマッシュ,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,27000/31000/35000/39000/43000/47000/51000/55000/55000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,160/195/230/265/300/335/370/405/430,Shiny Smash,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110090100,笑顔でゴールイン♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,22/22/22/22/22/22/22/22/22,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/62/86/109/133/157/180/204/224,Goal with a Smile!,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070132,コットンレインボー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Cotton Rainbow,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050131,チャイニーズステップ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Chinese Flavors,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100050131,チャイニーズステップ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Chinese Flavors,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100040129,With You,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,20/20/20/20/20/20/20/20/20,21000/25000/29000/33000/37000/41000/45000/49000/49000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,180/210/240/270/300/330/360/390/415,With You,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -100050132,いたずらマインド?,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,32/31/30/29/28/27/26/25/25,36000/39000/42000/45000/48000/51000/54000/57000/57000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Mischievous Mind?,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050104,ゆめかわスイーツ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Cute Pastel Sweets,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100050132,いたずらマインド?,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,32/31/30/29/28/27/26/25/25,36000/39000/42000/45000/48000/51000/54000/57000/57000,3500/4000/4500/5000/5500/6000/6500/7000/7400,0,0,0,10,30/35/35/40/40/45/45/50/50,Mischievous Mind?,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 +110050104,ゆめかわスイーツ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Cute Pastel Sweets,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120020004,かすみんが一番,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,25/25/25/25/25/25/25/25/25,30000/36000/42000/48000/54000/60000/66000/72000/72000,5000/5500/6000/6500/7000/7500/8000/8500/9200,0,0,0,5,2/2/2/2/2/2/2/2/2,Kasumin is the Best,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100050133,スパイスの隠し味,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23,44000/49000/54000/59000/64000,3000/3500/4000/4500/5000,0,0,0,5,2/2/2/2/2,Hidden Spice,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100010140,一体感に包まれて,クールPがアップする,1,25/25/25/25/25/25/25/25/25,14000/17000/20000/23000/26000/29000/32000/35000/35000,,0,0,0,3,28/29/30/31/31/32/33/34/34,Being As One,Raises Cool Points.,1 @@ -3146,56 +3146,56 @@ 110030097,スイーツパーティ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/64/90/115/140/166/191/216/238,A Sweets Party,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070100,夢の衣装・夢の世界,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,24000/28000/32000/36000/40000/44000/48000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Costume of Dreams,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020102,願いごとは,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,22/22/22/22/22/22/22/22/22,25000/29000/33000/37000/41000/45000/49000/53000/53000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,150/180/210/240/270/300/330/360/385,My Wish,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110080099,二人の歌,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/28/27/26/25/24/23/22/22,41000/44000/47000/50000/53000/56000/59000/62000/62000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Our Song,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080099,二人の歌,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,29/28/27/26/25/24/23/22/22,41000/44000/47000/50000/53000/56000/59000/62000/62000,2500/3000/3500/4000/4500/5000/5500/6000/6400,0,0,0,10,25/30/30/35/35/40/40/45/45,Our Song,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100030133,スイートティータイム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sweet Tea Time,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040098,決意を新たに,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27,42000/46000/50000/54000/58000,,0,0,0,6,3/3/4/4/5,Refreshed Resolve,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110010103,超みかんシュート,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,24/24/24/24/24/24/24/24/24,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/65/89/112/135/159/182/205/226,Super Mikan Shot,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020103,速球ミラクル,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,21/21/21/21/21/21/21/21/21,29000/35000/41000/47000/53000/59000/65000/71000/71000,,0,0,0,6,4/4/5/5/6/6/7/7/8,Miracle Fastball,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110060105,堕天使の疾走,スマイルPがアップする,1,27/27/27/27/27/27/27/27/27,18000/22000/26000/30000/34000/38000/42000/46000/46000,,0,0,0,1,28/29/30/31/31/32/33/34/34,Fallen Angelic Run,Raises Smile Points.,1 -100020133,カラフルマジック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Colorful Magic,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100020133,カラフルマジック,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Colorful Magic,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100020134,描いてきた夢,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,49/79/108/137/166/195/224/254/279,The Dreams I Had,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070133,希望の女神,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Goddess of Hope,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100090136,笑顔を咲かせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,12000/15000/18000/21000/24000/27000/30000/33000/33000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Making You Smile,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070133,希望の女神,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,30/30/30/30/30/30/30/30/30,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4500/5000/5500/6000/6500/7000/7500/7500,0,0,0,7,1130/1150/1170/1190/1210/1230/1250/1270/1300,Goddess of Hope,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +100090136,笑顔を咲かせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,29/29/29/29/29/29/29/29/29,12000/15000/18000/21000/24000/27000/30000/33000/33000,4500/5000/5500/6000/6500/7000/7500/8000/8000,0,0,0,7,1140/1160/1180/1200/1220/1240/1260/1280/1310,Making You Smile,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110030098,Aqoursの波に乗って,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,43/70/98/125/153/180/208/235/259,Riding Aqours' Wave,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040099,わたくしたちの特等席,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,15000/18000/21000/24000/27000/30000/33000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Our Front-Row Seats,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040099,わたくしたちの特等席,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,29/29/29/29/29/29/29/29/29,15000/18000/21000/24000/27000/30000/33000/36000/36000,3500/4000/4500/5000/5500/6000/6500/7000/7000,0,0,0,7,1150/1170/1190/1210/1230/1250/1270/1290/1320,Our Front-Row Seats,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110080100,シャイニーウェイブ♡,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,27000/31000/35000/39000/43000/47000/51000/55000/55000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,49/79/109/139/169/199/229/259/285,Shiny Wave,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060133,シンフォニックツアー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,35000/40000/45000/50000/55000/60000/65000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/61/85/108/131/155/178/201/222,Symphonic Tour,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040100,新しい年のはじまりに,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,23/23/23/23/23/23/23/23/23,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,41/64/87/110/133/156/179/202/222,Starting a New Year,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050134,一番かわいい私,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,My Cutest Self,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100060134,本当の気持ち,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,True Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100050134,一番かわいい私,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,28/28/28/28/28/28/28/28/28,16000/20000/24000/28000/32000/36000/40000/44000/44000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1170/1180/1190/1200/1210/1220/1230/1240/1260,My Cutest Self,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +100060134,本当の気持ち,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,24000/27000/30000/33000/36000/39000/42000/45000/45000,2500/3000/3500/4000/4500/5000/5500/6000/6000,0,0,0,7,1150/1170/1190/1210/1230/1250/1270/1290/1320,True Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100080133,新しい私,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,41000/46000/51000/56000/61000/66000/71000/76000/76000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,34/57/79/102/125/148/171/193/213,A New Me,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060106,堕天使ヨハネの誓約,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Yohane's Oath,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070101,笑顔の花を,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,21000/24000/27000/30000/33000/36000/39000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Make People Smile,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090101,ルビィの気持ち,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Ruby's Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100020135,ホーリー・ベル,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/25/24/23/22/21/20/19/19,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Holy Bell,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060106,堕天使ヨハネの誓約,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,33/33/33/33/33/33/33/33/33,20000/23000/26000/29000/32000/35000/38000/41000/41000,3500/4000/4500/5000/5500/6000/6500/7000/7000,0,0,0,7,1140/1160/1180/1200/1220/1240/1260/1280/1310,Yohane's Oath,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +110070101,笑顔の花を,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,30/30/30/30/30/30/30/30/30,21000/24000/27000/30000/33000/36000/39000/42000/42000,2500/3000/3500/4000/4500/5000/5500/6000/6000,0,0,0,7,1160/1180/1200/1220/1240/1260/1280/1300/1330,Make People Smile,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +110090101,ルビィの気持ち,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4500/5000/5500/6000/6500/7000/7500/7500,0,0,0,7,1090/1110/1130/1150/1170/1190/1210/1230/1250,Ruby's Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +100020135,ホーリー・ベル,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,26/25/24/23/22/21/20/19/19,18000/21000/24000/27000/30000/33000/36000/39000/39000,3500/4000/4500/5000/5500/6000/6500/7000/7600,0,0,0,10,30/35/35/40/40/45/45/50/50,Holy Bell,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100090137,神様、聞いてください,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,23/23/23/23/23/23/23/23/23,36000/41000/46000/51000/56000/61000/66000/71000/71000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,110/135/160/185/210/235/260/285/305,Gods Hear Me,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110010104,みかん代表!?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Mikan Ambassador?!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010104,みかん代表!?,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Mikan Ambassador?!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120030010,私たちのストーリー,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,26/26/26/26/26/26/26/26/26,28000/35000/42000/49000/56000/63000/70000/77000/77000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Our Story,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100010141,喜びを歌おう,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,31000/36000/41000/46000/51000/56000/61000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/60/82/104/126/148/170/192/211,Let's Sing Our Joy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030134,ことりの翼で,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,23000/26000/29000/32000/35000/38000/41000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,On Kotori's Wings,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040130,ほのかな予感,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,21000/24000/27000/30000/33000/36000/39000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Just a Hunch,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010105,大好きを届けに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sending My Love,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100030134,ことりの翼で,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,28/28/28/28/28/28/28/28/28,23000/26000/29000/32000/35000/38000/41000/44000/44000,2500/3000/3500/4000/4500/5000/5500/6000/6000,0,0,0,7,1130/1150/1170/1190/1210/1230/1250/1270/1300,On Kotori's Wings,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +100040130,ほのかな予感,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,21000/24000/27000/30000/33000/36000/39000/42000/42000,4500/5000/5500/6000/6500/7000/7500/8000/8000,0,0,0,7,1090/1110/1130/1150/1170/1190/1210/1230/1250,Just a Hunch,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +110010105,大好きを届けに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,28/28/28/28/28/28/28/28/28,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4500/5000/5500/6000/6500/7000/7500/7500,0,0,0,7,1120/1140/1160/1180/1200/1220/1240/1260/1290,Sending My Love,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110020104,嬉しい音を聞かせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,38000/43000/48000/53000/58000/63000/68000/73000/73000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,34/56/78/100/122/144/166/188/206,Music of Happiness,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050105,私の全速力♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,My Top Speed,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050105,私の全速力♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,24000/27000/30000/33000/36000/39000/42000/45000/45000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1130/1150/1170/1190/1210/1230/1250/1270/1300,My Top Speed,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110040101,胸躍る新世界,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,27/27/27/27/27/27/27/27/27,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,28/30/32/34/36/38/39/41/46,Heart-Pounding World,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040131,サニー・ウォーキング,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,22/22/22/22/22,32000/37000/42000/47000/52000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Sunny Walking,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100010142,お鍋にほむまん投入?,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,21/21/21/21/21/21/21/21/21,20000/25000/30000/35000/40000/45000/50000/55000/55000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Buns in the Hotpot?!,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100050135,美味しさ山盛りにゃ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,44000/49000/54000/59000/64000/69000/74000/79000/79000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,33/55/77/98/120/142/163/185/204,Full of Deliciousness,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070134,もっと美味しく,スマイルPがアップする,1,30/30/30/30/30/30/30/30/30,29000/33000/37000/41000/45000/49000/53000/57000/57000,,0,0,0,1,28/29/30/31/31/32/33/34/34,More Delicious,Raises Smile Points.,1 110080101,スイートなお祝い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,29000/33000/37000/41000/45000/49000/53000/57000/57000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,48/78/108/138/168/198/228/258/284,A Sweet Celebration,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090102,ルビィのこだわり,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Ruby's Preference,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090102,ルビィのこだわり,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Ruby's Preference,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100080134,織姫星に願いを,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,29000/33000/37000/41000/45000/49000/53000/57000/57000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,50/80/111/141/171/201/232/262/288,Wish Upon Vega,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040102,堕天使の帯,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/28/27/26/25/24/23/22/22,38000/41000/44000/47000/50000/53000/56000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fallen Angel's Sash,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040102,堕天使の帯,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,29/28/27/26/25/24/23/22/22,38000/41000/44000/47000/50000/53000/56000/59000/59000,3000/3500/4000/4500/5000/5500/6000/6500/6900,0,0,0,10,25/30/30/35/35/40/40/45/45,Fallen Angel's Sash,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110060107,力を貸して,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,27000/32000/37000/42000/47000/52000/57000/62000/62000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,160/190/220/250/280/310/340/370/395,Lend Me a Hand,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -100040132,大好きは譲れない,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Can't Ignore Love,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100040132,大好きは譲れない,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Can't Ignore Love,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100080135,折り紙のバッチ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,24000/28000/32000/36000/40000/44000/48000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,33/34/36/38/39/41/43/44/49,Origami Badge,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080102,三人の約束,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,29/29/29/29/29,34000/38000/42000/46000/50000,,0,0,0,6,4/4/5/5/6,A Promise for Three,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110030099,スパルタトレーナー,クールPがアップする,1,29/29/29/29/29/29/29/29/29,22000/26000/30000/34000/38000/42000/46000/50000/50000,,0,0,0,3,28/29/30/31/31/32/33/34/34,A Strict Trainer,Raises Cool Points.,1 110050106,ストロングな身体,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,28/28/28/28/28/28/28/28/28,37000/43000/49000/55000/61000/67000/73000/79000/79000,5000/5500/6000/6500/7000/7500/8000/8500/9200,0,0,0,5,2/2/2/2/2/2/2/2/2,A Strong Body,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110070102,鋭い眼光,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,30000/35000/40000/45000/50000/55000/60000/65000/65000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,165/195/225/255/285/315/345/375/395,A Glint in Her Eye,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -100090138,ファミリーハピネス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Family Happiness,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080136,シュガースターライト,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sugar Starlight,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010143,スイートハプニング,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,28/27/26/25/24/23/22/21/21,37000/40000/43000/46000/49000/52000/55000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sweet Happenings,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100090138,ファミリーハピネス,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Family Happiness,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100080136,シュガースターライト,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Sugar Starlight,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100010143,スイートハプニング,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,28/27/26/25/24/23/22/21/21,37000/40000/43000/46000/49000/52000/55000/58000/58000,2000/2500/3000/3500/4000/4500/5000/5500/5900,0,0,0,10,30/35/35/40/40/45/45/50/50,Sweet Happenings,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100060135,チョコの甘い罠,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,27/27/27/27/27/27/27/27/27,31000/35000/39000/43000/47000/51000/55000/59000/59000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,150/185/220/255/290/325/360/395/420,Sweet Chocolate Trap,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 120040005,リードしてあげる,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,22/22/22/22/22/22/22/22/22,22000/27000/32000/37000/42000/47000/52000/57000/57000,6000/6500/7000/7500/8000/8500/9000/9500/10300,0,0,0,5,2/2/2/2/2/2/2/2/2,I'll Take the Lead,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110030100,流れ星を見つけに,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,31000/36000/41000/46000/51000/56000/61000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,45/71/96/122/148/174/200/226/248,Find a Shooting Star,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3205,22 +3205,22 @@ 100040133,包丁修行で集中!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20/20/20/20/20,24000/28000/32000/36000/40000/44000/48000/52000/52000,5500/6000/6500/7000/7500/8000/8500/9000/9800,0,0,0,5,2/2/2/2/2/2/2/2/2,Knife Skill Focus!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110030101,モア ヒート!,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,25/25/25/25/25/25/25/25/25,28000/31000/34000/37000/40000/43000/46000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,28/31/34/36/39/42/45/48/52,More Heat!,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010106,みんなのパワー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Everyone's Power,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020105,もっと一緒に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,38000/40000/42000/44000/46000/48000/50000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Together for Longer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020105,もっと一緒に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,38000/40000/42000/44000/46000/48000/50000/52000/52000,2500/3000/3500/4000/4500/5000/5500/6000/6000,0,0,0,7,1100/1120/1140/1160/1180/1200/1220/1240/1260,Together for Longer,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110030102,瞬きを忘れて,ピュアPがアップする,1,28/28/28/28/28/28/28/28/28,11000/15000/19000/23000/27000/31000/35000/39000/39000,,0,0,0,2,30/30/31/32/33/33/34/35/36,Forget to Blink,Raises Pure Points.,1 110040103,高まる期待,スマイルPがアップする,1,31/31/31/31/31/31/31/31/31,22000/27000/32000/37000/42000/47000/52000/57000/57000,,0,0,0,1,27/28/28/29/30/31/32/32/33,Rising Expectations,Raises Smile Points.,1 -110050107,溢れる想い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Overflowing Emotions,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060108,聖なるリトルデーモン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Divine Little Demons,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050107,溢れる想い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,29/29/29/29/29/29/29/29/29,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4500/5000/5500/6000/6500/7000/7500/7500,0,0,0,7,1110/1130/1150/1170/1190/1210/1230/1250/1280,Overflowing Emotions,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +110060108,聖なるリトルデーモン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,19000/22000/25000/28000/31000/34000/37000/40000/40000,3500/4000/4500/5000/5500/6000/6500/7000/7000,0,0,0,7,1140/1160/1180/1200/1220/1240/1260/1280/1310,Divine Little Demons,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110070103,自己ベスト更新ずら♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,"My New Best, Zura!","For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080103,シャイニングシャウト,クールPがアップする,1,33/33/33/33/33/33/33/33/33,17000/22000/27000/32000/37000/42000/47000/52000/52000,,0,0,0,3,28/29/30/31/31/32/33/34/34,Shining Shout,Raises Cool Points.,1 110090103,みんなの雪の結晶,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Everyone's Snowflakes,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050108,まさかの勘違い!?,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,23/23/23/23/23/23/23/23/23,31000/35000/39000/43000/47000/51000/55000/59000/59000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,130/160/190/220/250/280/310/340/360,A Misunderstanding?!,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110090104,福はうち福はうち♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/28/27/26/25/24/23/22/22,39000/42000/45000/48000/51000/54000/57000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Bring in the Luck!,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090104,福はうち福はうち♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,29/28/27/26/25/24/23/22/22,39000/42000/45000/48000/51000/54000/57000/60000/60000,2500/3000/3500/4000/4500/5000/5500/6000/6700,0,0,0,10,20/25/25/30/30/35/35/40/40,Bring in the Luck!,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110050109,同じ願いごと,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,22/22/22/22/22,36000/41000/46000/51000/56000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,The Same Wish,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110010107,おもてなしの心,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,22/22/22/22/22/22/22/22/22,32000/38000/44000/50000/56000/62000/68000/74000/74000,,0,0,0,6,4/4/5/5/6/6/7/7/8,Heart of Hospitality,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110040104,前へ踏み出す力,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,29000/34000/39000/44000/49000/54000/59000/64000/64000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,150/180/210/240/270/300/330/360/380,Power to Step Forth,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110080104,真のごちそう,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,22/22/22/22/22/22/22/22/22,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,40/60/81/101/122/142/163/184/202,A Real Feast,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070104,新しくなる世界,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,35000/40000/45000/50000/55000/60000/65000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/69/96/122/149/176/202/229/252,A Brand-New World,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030136,スイーツセレクション,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/26/25/24/23/22/21/20/20,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sweets Selection,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100030136,スイーツセレクション,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,27/26/25/24/23/22/21/20/20,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4500/5000/5500/6000/6500/7000/7500/8100,0,0,0,10,30/35/35/40/40/45/45/50/50,Sweets Selection,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100050136,オープン・ユアハート,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,21/21/21/21/21/21/21/21/21,27000/31000/35000/39000/43000/47000/51000/55000/55000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,125/155/185/215/245/275/305/335/355,Open Your Heart,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 120050004,テンアゲで!,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,24/24/24/24/24/24/24/24/24,21000/27000/33000/39000/45000/51000/57000/63000/63000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Totally Pumped Up!,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110070105,輝ける日々,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,29000/31000/33000/35000/37000/39000/41000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,28/32/36/39/43/46/50/54/59,Sparkling Days,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3231,16 +3231,16 @@ 100040134,かわいいお話を,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,32000/37000/42000/47000/52000/57000/62000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,47/73/100/126/152/179/205/232/254,A Cute Story,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040135,誕生日のお願い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,42/45/48/50/52/55/58/60/65,Birthday Wish,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010108,桜を詠み合って,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,28000/32000/36000/40000/44000/48000/52000/56000/56000,3500/4000/4500/5000/5500/6000/6500/7000/7000,1,0,0,4,135/170/205/240/275/310/345/380/405,Cherry Blossom Poems,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110070106,桜の花飾り,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/29/28/27/26/25/24/23/23,39000/42000/45000/48000/51000/54000/57000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Pink Hair Ornaments,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070106,桜の花飾り,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,30/29/28/27/26/25/24/23/23,39000/42000/45000/48000/51000/54000/57000/60000/60000,3500/4000/4500/5000/5500/6000/6500/7000/7400,0,0,0,10,25/30/30/35/35/40/40/45/45,Pink Hair Ornaments,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110030103,誓いのハグ,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,25/25/25/25/25,39000/43000/47000/51000/55000,,0,0,0,6,3/3/4/4/5,A Pledge Hug,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110020106,やる気爆発,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,23/23/23/23/23/23/23/23/23,32000/37000/42000/47000/52000/57000/62000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/60/81/102/123/144/166/187/205,Motivation Explosion,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060109,楽しかった思い出,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23/23/23/23/23,26000/32000/38000/44000/50000/56000/62000/68000/68000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Fun Memories,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110090105,諦めない心,クールPがアップする,1,25/25/25/25/25/25/25/25/25,17000/21000/25000/29000/33000/37000/41000/45000/45000,,0,0,0,3,28/29/30/30/31/32/33/33/34,Unrelenting Heart,Raises Cool Points.,1 -100010144,大好きを詰め込んで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,40000/44000/48000/52000/56000/60000/64000/68000/68000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Chock-Full of Love,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010144,大好きを詰め込んで,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,20/20/20/20/20/20/20/20/20,40000/44000/48000/52000/56000/60000/64000/68000/68000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Chock-Full of Love,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100030137,小さな奇跡,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Tiny Miracle,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040136,夢中になれるから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,I Can Be Obsessed,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070136,フレンドリーシェア,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,22/22/22/22/22/22/22/22/22,34000/38000/42000/46000/50000/54000/58000/62000/62000,2000/2500/3000/3500/4000/4500/5000/5500/5500,1,0,0,4,155/185/215/245/275/305/335/365/390,Sharing with Friends,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -100080138,ピッキング・ベリー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,31/30/29/28/27/26/25/24/24,37000/41000/45000/49000/53000/57000/61000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Picking Berries,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100080138,ピッキング・ベリー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,31/30/29/28/27/26/25/24/24,37000/41000/45000/49000/53000/57000/61000/65000/65000,4000/4500/5000/5500/6000/6500/7000/7500/7900,0,0,0,10,20/25/25/30/30/35/35/40/40,Picking Berries,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 120060010,夢の続きを,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,28/28/28/28/28/28/28/28/28,32000/39000/46000/53000/60000/67000/74000/81000/81000,,0,0,0,6,5/5/6/6/7/7/8/8/9,The Dream Continues,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100010145,リズミカルエール,コンボを{0}回達成するごとに{1}%の確率で
体力が{3}回復する,2,17/17/17/17/17,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Musical Yell,"For every {0} combos, there's a {1}% chance
to restore {3} Stamina.",1 100020138,タイマートリック,{0}秒ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,4,10000/10000/10000/10000/10000,36000/38000/40000/42000/44000,2000/2500/3000/3500/4000,0,0,0,5,1/1/1/1/1,Timer Trick,"Every {0} sec, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -3272,12 +3272,12 @@ 100010146,司会進行の妙技,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,27/27/27/27/27/27/27/27/27,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/65/92/119/146/172/199/226/249,Wonderful Job as MC,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020139,会場案内の極意,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27/27/27/27/27,31000/38000/45000/52000/59000/66000/73000/80000/80000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Venue Guiding Secrets,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100040138,道案内もお手のもの,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,40000/44000/48000/52000/56000/60000/64000/68000/68000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,140/170/200/230/260/290/320/350/370,Guiding Is My Forte,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110010110,歌を響かせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Let Our Song Ring Out,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010110,歌を響かせて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,21/21/21/21/21/21/21/21/21,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Let Our Song Ring Out,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110020108,大切な気持ち,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Precious Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050111,夢を追いかけて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Chasing Our Dreams,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050112,空飛ぶ気持ち,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,53/82/111/140/169/199/228/257/282,Feels like I'm Flying,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060138,人魚の歌声,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,29000/34000/39000/44000/49000/54000/59000/64000/64000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,45/69/92/115/139/162/185/209/229,Mermaid's Song,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020109,撮影したくて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/29/28/27/26/25/24/23/23,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,I Wanna Take a Photo,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020109,撮影したくて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,30/29/28/27/26/25/24/23/23,26000/30000/34000/38000/42000/46000/50000/54000/54000,3500/4000/4500/5000/5500/6000/6500/7000/7400,0,0,0,10,30/35/35/40/40/45/45/50/50,I Wanna Take a Photo,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110030105,突然の撮影会,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,22/22/22/22/22/22/22/22/22,32000/36000/40000/44000/48000/52000/56000/60000/60000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,140/170/200/230/260/290/320/350/370,A Sudden Photoshoot,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110050113,敬意を表して,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,21000/24000/27000/30000/33000/36000/39000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/40/43/45/48/50/53/55/61,Expressing Respect,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060139,シークレットなライブ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,28/28/28/28/28/28/28/28/28,33000/37000/41000/45000/49000/53000/57000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,28/31/33/35/37/39/42/44/48,A Secret Live Show,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3311,7 +3311,7 @@ 110080106,おしゃべりしましょう,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23/23/23/23/23,26000/32000/38000/44000/50000/56000/62000/68000/68000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Let's Have a Chat,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100020140,叶える勇気,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Granted Courage,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070138,夢を抱きしめて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Embracing My Dreams,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100090141,ニコニーの笑顔,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,46000/50000/54000/58000/62000/66000/70000/74000/74000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Nico's Big Smile,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100090141,ニコニーの笑顔,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,46000/50000/54000/58000/62000/66000/70000/74000/74000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Nico's Big Smile,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120020005,トータルエール,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20,36000/38000/40000,,0,0,0,6,1/1/1,Total Yell,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 120030011,トータルトリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20,36000/38000/40000,2000/2500/3000,0,0,0,5,1/1/1,Total Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 120090005,トータルトリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20,36000/38000/40000,2000/2500/3000,0,0,0,5,1/1/1,Total Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -3361,28 +3361,28 @@ 120060018,夢の国へようこそ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,46/74/102/130/158/186/214/242/267,Welcome Dreamy World,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120080017,声を繋いで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,35000/40000/45000/50000/55000/60000/65000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,34/54/75/96/117/138/159/179/198,Join Our Voices,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020141,テイク・アシスト,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,24/24/24/24/24/24/24/24/24,24000/28000/32000/36000/40000/44000/48000/52000/52000,3500/4000/4500/5000/5500/6000/6500/7000/7000,1,0,0,4,135/170/205/240/275/310/345/380/405,Take Assist,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -100040139,スイート・チャージ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/29/28/27/26/25/24/23/23,40000/43000/46000/49000/52000/55000/58000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sweet Recharge,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100040139,スイート・チャージ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,30/29/28/27/26/25/24/23/23,40000/43000/46000/49000/52000/55000/58000/61000/61000,2500/3000/3500/4000/4500/5000/5500/6000/6400,0,0,0,10,30/35/35/40/40/45/45/50/50,Sweet Recharge,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 120070014,私と一緒に♪,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,25/25/25/25/25/25/25/25/25,24000/30000/36000/42000/48000/54000/60000/66000/66000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Together with Me,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100010147,ワン・フォー・オール,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,24/24/24/24/24,28000/33000/38000/43000/48000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,One for All,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100070139,花の女神,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,38000/44000/50000/56000/62000/68000/74000/80000/80000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/59/81/102/123/145/166/188/206,Goddess of Flowers,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080140,心に春咲き,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,25/25/25/25/25/25/25/25/25,25000/31000/37000/43000/49000/55000/61000/67000/67000,6000/6500/7000/7500/8000/8500/9000/9500/10200,0,0,0,5,2/2/2/2/2/2/2/2/2,Heart's Spring Blooms,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100090142,花よりたおやかに♪,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,27/27/27/27/27/27/27/27/27,40000/44000/48000/52000/56000/60000/64000/68000/68000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,135/170/205/240/275/310/345/380/405,Grace Over Flowers,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110030106,期待を胸に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,49000/53000/57000/61000/65000/69000/73000/77000/77000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Hope in My Heart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030106,期待を胸に,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,23/23/23/23/23/23/23/23/23,49000/53000/57000/61000/65000/69000/73000/77000/77000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Hope in My Heart,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110040106,叶えられる気がして,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Just Might Come True,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080107,成長はノンストップ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Nonstop Growing Up,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040107,空を泳ぐ魚たち,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,29000/33000/37000/41000/45000/49000/53000/57000/57000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,140/175/210/245/280/315/350/385/410,Fish in the Sky,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110080108,シャイニーデイズ♡,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/28/27/26/25/24/23/22/22,37000/40000/43000/46000/49000/52000/55000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Shiny Days,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080108,シャイニーデイズ♡,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,29/28/27/26/25/24/23/22/22,37000/40000/43000/46000/49000/52000/55000/58000/58000,3500/4000/4500/5000/5500/6000/6500/7000/7200,0,0,0,10,30/35/35/40/40/45/45/50/50,Shiny Days,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110010112,ありがとうのかたち,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,26/26/26/26/26,30000/34000/38000/42000/46000,,0,0,0,6,4/4/5/5/6,Ways to Say Thanks,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110050114,エネルギーをわけよう,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,29000/33000/37000/41000/45000/49000/53000/57000/57000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,160/195/230/265/300/335/370/405/430,Sharing Our Strength,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110060112,眷属を創造せし力,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,24/24/24/24/24/24/24/24/24,34000/38000/42000/46000/50000/54000/58000/62000/62000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/63/88/112/137/162/187/211/232,Creation of a Minion,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090107,ルビィのお墨付き,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23/23/23/23/23,26000/32000/38000/44000/50000/56000/62000/68000/68000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Ruby-Approved,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100050138,凛のサプライズ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Rin's Surprise,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100060140,刺激を受けて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Getting Motivated,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100060140,刺激を受けて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,21/21/21/21/21/21/21/21/21,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Getting Motivated,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100080141,私の奇跡,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,My Own Miracle,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120050013,ハンパない誕生日,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,29000/34000/39000/44000/49000/54000/59000/64000/64000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,46/70/94/119/143/168/192/217/238,Extraordinary Birthday,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120050014,愛 can dance!,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,27/29/31/34/36/38/40/42/46,Ai Can Dance!,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010148,チェンジショット,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,24/24/24/24/24/24/24/24/24,26000/29000/32000/35000/38000/41000/44000/47000/47000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,160/200/240/280/320/360/400/440/470,Changing the Shot,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -100090143,ハートフル・ケア,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/29/28/27/26/25/24/23/23,40000/44000/48000/52000/56000/60000/64000/68000/68000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Warm-Hearted Care,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100090143,ハートフル・ケア,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,30/29/28/27/26/25/24/23/23,40000/44000/48000/52000/56000/60000/64000/68000/68000,2000/2500/3000/3500/4000/4500/5000/5500/5800,0,0,0,10,30/35/35/40/40/45/45/50/50,Warm-Hearted Care,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 120080018,笑顔を見せて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23/23/23/23/23,27000/32000/37000/42000/47000/52000/57000/62000/62000,5500/6000/6500/7000/7500/8000/8500/9000/9800,0,0,0,5,2/2/2/2/2/2/2/2/2,Show Me Your Smile,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100070140,エキゾチックな夜に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,25000/30000/35000/40000/45000/50000/55000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,49/73/96/119/143/166/189/213/234,An Exotic Night,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020142,マインド・フォーカス,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,30/30/30/30/30,27000/32000/37000/42000/47000,,0,0,0,6,5/5/6/6/7,Mental Focus,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -3391,12 +3391,12 @@ 100060141,つぼみ開き、大輪の花,ピュアPがアップする,1,25/25/25/25/25/25/25/25/25,20000/25000/30000/35000/40000/45000/50000/55000/55000,,0,0,0,2,28/28/28/29/30/30/31/31/32,Large Flower Bloom,Raises Pure Points.,1 110060113,喝采を浴びて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Heaped with Applause,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070109,始まりの予感,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Initial Hunches,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090108,笑顔に会いたくて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Yearning for Smiles,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090108,笑顔に会いたくて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,21/21/21/21/21/21/21/21/21,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Yearning for Smiles,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110080109,マリーの竜宮城,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,35000/41000/47000/53000/59000/65000/71000/77000/77000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/59/79/99/119/140/160/180/198,Mari's Palace,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070141,伝えたいこと,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,23/23/23/23/23/23/23/23/23,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,30/32/35/37/39/41/44/46/51,What I Want to Say,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080110,誕生日にときめいて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26/26/26/26/26,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,28/29/31/33/35/37/39/41/45,Birthday Flutters,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060114,堕天使ヨハネの神髄,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,32000/36000/40000/44000/48000/52000/56000/60000/60000,3500/4000/4500/5000/5500/6000/6500/7000/7000,1,0,0,4,120/150/180/210/240/270/300/330/355,Yohane's Essence,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110090109,雨上がりの奇跡,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/26/25/24/23/22/21/20/20,48000/51000/54000/57000/60000/63000/66000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sunshine after Rain,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090109,雨上がりの奇跡,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,27/26/25/24/23/22/21/20/20,48000/51000/54000/57000/60000/63000/66000/69000/69000,2000/2500/3000/3500/4000/4500/5000/5500/5900,0,0,0,10,20/25/25/30/30/35/35/40/40,Sunshine after Rain,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110050115,ワクワクさせたくて,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23,26000/30000/34000/38000/42000,,0,0,0,6,4/4/5/5/6,Aiming for Excitement,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110020110,ぴよぴよメロディ♪,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,35000/40000/45000/50000/55000/60000/65000/70000/70000,2000/2500/3000/3500/4000/4500/5000/5500/5500,1,0,0,4,180/210/240/270/300/330/360/390/415,Chirp Chirp Melody,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110030107,春の潮風,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,38000/43000/48000/53000/58000/63000/68000/73000/73000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/62/85/109/132/155/179/202/222,A Spring Sea Breeze,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3404,14 +3404,14 @@ 120040014,誕生日も情熱的に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,37000/43000/49000/55000/61000/67000/73000/79000/79000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,33/51/70/88/106/125/143/161/177,Passionate Birthday,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120040015,情熱の炎,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,33/35/37/39/41/42/44/46/51,The Flames of Passion,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030141,シー・アレンジメント,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,27/27/27/27/27/27/27/27/27,43000/48000/53000/58000/63000/68000/73000/78000/78000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,120/150/180/210/240/270/300/330/350,Sea Arrangement,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -100060142,マリン・トレジャー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,32/31/30/29/28/27/26/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Marine Treasure,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100060142,マリン・トレジャー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,32/31/30/29/28/27/26/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,3000/3500/4000/4500/5000/5500/6000/6500/6800,0,0,0,10,20/25/25/30/30/35/35/40/40,Marine Treasure,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 120090013,キラキラボード,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23/23/23/23/23,19000/25000/31000/37000/43000/49000/55000/61000/61000,,0,0,0,6,6/6/7/7/8/8/9/9/10,My Sparkly Board,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -110010113,未来への出発,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Embark to the Future,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050116,未来へ泳いで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,28000/31000/34000/37000/40000/43000/46000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Swim to the Future,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090110,大事な未来,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,23000/26000/29000/32000/35000/38000/41000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Precious Future,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010113,未来への出発,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,22000/25000/28000/31000/34000/37000/40000/43000/43000,2500/3000/3500/4000/4500/5000/5500/6000/6000,0,0,0,7,1160/1180/1200/1220/1240/1260/1280/1300/1330,Embark to the Future,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +110050116,未来へ泳いで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,29/29/29/29/29/29/29/29/29,28000/31000/34000/37000/40000/43000/46000/49000/49000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1090/1110/1130/1150/1170/1190/1210/1230/1250,Swim to the Future,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +110090110,大事な未来,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,23000/26000/29000/32000/35000/38000/41000/44000/44000,3500/4000/4500/5000/5500/6000/6500/7000/7000,0,0,0,7,1120/1140/1160/1180/1200/1220/1240/1260/1290,Precious Future,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110030108,願いを追いかけて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,28000/33000/38000/43000/48000/53000/58000/63000/63000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Chasing Our Dream,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040109,まぶしい願いごと,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,26000/29000/32000/35000/38000/41000/44000/47000/47000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Dazzling Wish,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070110,追いかけたい夢,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,28000/31000/34000/37000/40000/43000/46000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Dream to Go After,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040109,まぶしい願いごと,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,30/30/30/30/30/30/30/30/30,26000/29000/32000/35000/38000/41000/44000/47000/47000,3500/4000/4500/5000/5500/6000/6500/7000/7000,0,0,0,7,1090/1110/1130/1150/1170/1190/1210/1230/1250,Dazzling Wish,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +110070110,追いかけたい夢,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,29/29/29/29/29/29/29/29/29,28000/31000/34000/37000/40000/43000/46000/49000/49000,2500/3000/3500/4000/4500/5000/5500/6000/6000,0,0,0,7,1110/1130/1150/1170/1190/1210/1230/1250/1280,Dream to Go After,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100050140,ビューイングスタディ,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23,20000/24000/28000/32000/36000,,0,0,0,6,5/5/6/6/7,Audience Studies,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100040140,星降る夜に,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,23/23/23/23/23/23/23/23/23,45000/50000/55000/60000/65000/70000/75000/80000/80000,2000/2500/3000/3500/4000/4500/5000/5500/5500,1,0,0,4,125/150/175/200/225/250/275/300/320,Shooting Star Night,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100070142,星に導かれて,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,30/30/30/30/30/30/30/30/30,29000/36000/43000/50000/57000/64000/71000/78000/78000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Guided by the Stars,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -3421,7 +3421,7 @@ 110060116,堕天使ヨハネの微笑み,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,50/50/50/50/50/50/50/50/50,9000/13000/17000/21000/25000/29000/33000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,306/368/431/494/557/619/682/745/818,Yohane's Smile,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080111,不可能を可能に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,28000/33000/38000/43000/48000/53000/58000/63000/63000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Make It Possible,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060117,堕天使の気まぐれ,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,22/22/22/22/22/22/22/22/22,32000/34000/36000/38000/40000/42000/44000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,23/26/29/32/35/38/41/44/48,Fickle Fallen Angel,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030109,ラムネのイタズラ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,33/32/31/30/29/28/27/26/26,45000/49000/53000/57000/61000/65000/69000/73000/73000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Ramune Prank,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030109,ラムネのイタズラ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,33/32/31/30/29/28/27/26/26,45000/49000/53000/57000/61000/65000/69000/73000/73000,2500/3000/3500/4000/4500/5000/5500/6000/6300,0,0,0,10,30/35/35/40/40/45/45/50/50,Ramune Prank,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110050117,想いは言葉にして,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,44000/49000/54000/59000/64000/69000/74000/79000/79000,2000/2500/3000/3500/4000/4500/5000/5500/5500,1,0,0,4,160/190/220/250/280/310/340/370/390,Feelings into Words,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100090145,花のように可憐に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,32000/37000/42000/47000/52000/57000/62000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,50/77/104/132/159/186/213/241/264,Sweet as a Blossom,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130010001,トータルチャーム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,16/18/20/22/24,Total Charm,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3436,7 +3436,7 @@ 130040001,トータルトリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,36000/38000/40000/42000/44000,2000/2500/3000/3500/4000,0,0,0,5,1/1/1/1/1,Total Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100010149,童話の世界,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,23000/27000/31000/35000/39000/43000/47000/51000/51000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,58/87/116/145/174/203/232/262/287,Fairy-Tale World,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050141,急がば回れ、かき氷,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,26000/31000/36000/41000/46000/51000/56000/61000/61000,2000/2500/3000/3500/4000/4500/5000/5500/5500,1,0,0,4,220/250/280/310/340/370/400/430/455,Unrushed Shaved Ice,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -100070143,スイート・スノー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,31/30/29/28/27/26/25/24/24,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sweet Snow,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070143,スイート・スノー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,31/30/29/28/27/26/25/24/24,31000/35000/39000/43000/47000/51000/55000/59000/59000,2500/3000/3500/4000/4500/5000/5500/6000/6300,0,0,0,10,35/40/40/45/45/50/50/55/55,Sweet Snow,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 120010013,歩みを進めて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,29000/33000/37000/41000/45000/49000/53000/57000/57000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,48/78/108/139/169/199/229/260/286,Keep Moving Forward,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120050015,どこまでもアガって,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,47000/52000/57000/62000/67000/72000/77000/82000/82000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,32/56/80/104/128/152/176/200/220,Hype It High,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120070015,全力で叫ぼう,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,30/30/30/30/30/30/30/30/30,19000/25000/31000/37000/43000/49000/55000/61000/61000,,0,0,0,6,9/10/11/11/12/12/13/13/14,Shout My Heart Out,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -3457,17 +3457,17 @@ 120040016,瞳に焼きつけて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,49/78/108/137/166/195/224/253/279,Seared Into Memory,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120060019,お星様の魔法,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,14000/16000/18000/20000/22000/24000/26000/28000/28000,1000/1500/2000/2500/3000/3500/4000/4500/4500,1,0,0,4,990/1010/1030/1050/1070/1090/1110/1130/1200,The Star Magic,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 120080019,優しい唄を,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,29000/33000/37000/41000/45000/49000/53000/57000/57000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,48/78/108/138/169/199/229/259/285,Sing a Gentle Song,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010116,渚のステージへ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,To the Beach Stage,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020113,夏の音色,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sound of the Summer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010116,渚のステージへ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,,0,0,0,8,2/2/2/3/3/3/4/4/5,To the Beach Stage,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110020113,夏の音色,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Sound of the Summer,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110030110,波のざわめき,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,8000/12000/16000/20000/24000/28000/32000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,379/451/524/597/670/742/815/888/975,Crashing Surf,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040111,夏よりも熱く,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Hotter Than Summer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040111,夏よりも熱く,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Hotter Than Summer,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110050118,砂浜を駆け抜けて,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,28/28/28/28/28/28/28/28/28,16000/22000/28000/34000/40000/46000/52000/58000/58000,,0,0,0,6,9/10/11/11/12/12/13/13/14,Run on the Beach,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110060118,波打ち際の堕天使,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Beach Fallen Angel,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070112,太陽を浴びて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Lots of Sunshine,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080112,渚のヴィーナス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Venus on the Beach,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080112,渚のヴィーナス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,29/29/29/29/29/29/29/29/29,20000/23000/26000/29000/32000/35000/38000/41000/41000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1130/1150/1170/1190/1210/1230/1250/1270/1300,Venus on the Beach,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110090112,おひさまの下で,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,24/24/24/24/24/24/24/24/24,12000/14000/16000/18000/20000/22000/24000/26000/26000,1000/1500/2000/2500/3000/3500/4000/4500/4500,1,0,0,4,1015/1035/1055/1075/1095/1115/1135/1155/1230,Under the Sun,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 120010014,一緒で良かった,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,24/24/24/24/24/24/24/24/24,36000/41000/46000/51000/56000/61000/66000/71000/71000,4500/5000/5500/6000/6500/7000/7500/8000/8700,0,0,0,5,2/2/2/2/2/2/2/2/2,Glad to Be Together,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -110020114,二人ならきっと,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/26/25/24/23/22/21/20/20,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,We've Got This,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020114,二人ならきっと,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,27/26/25/24/23/22/21/20/20,24000/27000/30000/33000/36000/39000/42000/45000/45000,2500/3000/3500/4000/4500/5000/5500/6000/6500,0,0,0,10,35/40/40/45/45/50/50/55/55,We've Got This,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110070113,マルの挑戦,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,20/20/20/20/20/20/20/20/20,23000/26000/29000/32000/35000/38000/41000/44000/44000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,150/185/220/255/290/325/360/395/420,My Attempt,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 130010002,トータルチャーム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20,36000/38000/40000,2000/2000/2000,0,0,0,4,24/27/30,Total Charm,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130020002,パーフェクトチャーム,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,15/15/15,36000/38000/40000,2000/2000/2000,0,0,0,4,22/25/28,Perfect Charm,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3494,7 +3494,7 @@ 130030006,三日坊主禁止!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,25/25/25/25/25,42000/47000/52000/57000/62000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Don't Be Fickle!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 130040006,ご利益頂戴☆彡,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,28/28/28/28/28,35000/39000/43000/47000/51000,3000/3000/3000/3000/3000,0,0,0,4,48/66/83/100/118,Send Me Good Vibes!,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130050006,つかの間の羽休め,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27,46000/50000/54000/58000/62000,3000/3000/3000/3000/3000,0,0,0,4,29/42/56/69/82,A Brief Rest,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130010007,スタートライン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,7000/9000/11000/13000/15000/17000/19000/21000/21000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Starting Line,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130010007,スタートライン,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,7000/9000/11000/13000/15000/17000/19000/21000/21000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Starting Line,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130020007,真心感謝,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,45/74/104/133/162/192/221/251/276,True Appreciation,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010117,期待の地図,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/29/29/29/29/29/29/29/29,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/41/44/48/51/54/57/60/65,Map of Hope,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020115,もっと歌って,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,36/39/41/44/46/49/51/54/59,Sing More,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3504,18 +3504,18 @@ 110060119,闇からの呼び声,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,27/27/27/27/27/27/27/27/27,28000/34000/40000/46000/52000/58000/64000/70000/70000,6000/6500/7000/7500/8000/8500/9000/9500/10300,0,0,0,5,2/2/2/2/2/2/2/2/2,A Voice from the Dark,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110080113,マリーのお楽しみ,クールPがアップする,1,32/32/32/32/32/32/32/32/32,17000/22000/27000/32000/37000/42000/47000/52000/52000,,0,0,0,3,28/28/29/30/31/32/32/33/34,Mari's Fun,Raises Cool Points.,1 140460008,笑顔を届けたくて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,33000/38000/43000/48000/53000/58000/63000/68000/68000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/62/84/107/130/153/176/198/218,Delivering the Smiles,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040142,アローンハイク,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,33/32/31/30/29/28/27/26/26,40000/44000/48000/52000/56000/60000/64000/68000/68000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Hiking Solo,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100040142,アローンハイク,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,33/32/31/30/29/28/27/26/26,40000/44000/48000/52000/56000/60000/64000/68000/68000,2500/3000/3500/4000/4500/5000/5500/6000/6200,0,0,0,10,35/40/40/45/45/50/50/55/55,Hiking Solo,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100080143,ハニーナイトタイム,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,41000/46000/51000/56000/61000/66000/71000/76000/76000,2500/3000/3500/4000/4500/5000/5500/6000/6000,1,0,0,4,140/170/200/230/260/290/320/350/370,Honey Nighttime,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 130040007,ご利益あれ!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Blessings for All!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010119,一番乗り目指して,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Be the First One,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010119,一番乗り目指して,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Be the First One,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110020116,今度はあなたの番,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,56/56/56/56/56/56/56/56/56,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,289/364/439/513/588/663/738/812/892,Now It's Your Turn,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030111,しぶきを浴びて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,32000/35000/38000/41000/44000/47000/50000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Enjoying the Splash,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030111,しぶきを浴びて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,30/30/30/30/30/30/30/30/30,32000/35000/38000/41000/44000/47000/50000/53000/53000,2500/3000/3500/4000/4500/5000/5500/6000/6000,0,0,0,7,1100/1120/1140/1160/1180/1200/1220/1240/1260,Enjoying the Splash,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110040112,お手並み拝見,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Show Me What You Got,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050120,絶対内緒!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Absolute Secret!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060120,堕天使スプラッシュ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fallen Angel Splash,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050120,絶対内緒!,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Absolute Secret!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110060120,堕天使スプラッシュ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Fallen Angel Splash,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110070114,わくわくが止まらない,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27/27/27/27/27,18000/23000/28000/33000/38000/43000/48000/53000/53000,,0,0,0,6,9/10/11/11/12/12/13/13/14,Non-Stop Excitement,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110080114,オーケーの合図,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,13000/15000/17000/19000/21000/23000/25000/27000/27000,1000/1500/2000/2500/3000/3500/4000/4500/4500,1,0,0,4,1200/1220/1240/1260/1280/1300/1320/1340/1415,The OK Sign,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110090114,もっとはしゃいで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Have More Fun,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090114,もっとはしゃいで,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,21/21/21/21/21/21/21/21/21,41000/45000/49000/53000/57000/61000/65000/69000/69000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Have More Fun,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100090147,シュート・スマイル,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,21/21/21/21/21,30000/35000/40000/45000/50000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Shot Smile,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100010151,メイドさんは大忙し,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,28/28/28/28/28/28/28/28/28,33000/39000/45000/51000/57000/63000/69000/75000/75000,5500/6000/6500/7000/7500/8000/8500/9000/9800,0,0,0,5,2/2/2/2/2/2/2/2/2,Maids Are Always Busy,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100020143,ドキドキ接客中,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,22/22/22/22/22/22/22/22/22,28000/33000/38000/43000/48000/53000/58000/63000/63000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,135/160/185/210/235/260/285/310/330,Frantic Hospitality,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 @@ -3526,14 +3526,14 @@ 110090115,ルビィの花束,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,25000/29000/33000/37000/41000/45000/49000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,49/76/104/131/159/186/214/241/265,Ruby's Bouquet,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120020014,今日のかすみんも,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27/27/27/27/27,27000/33000/39000/45000/51000/57000/63000/69000/69000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Today's Kasumin,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110010120,いつもと違うスタイル,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,23/23/23/23/23/23/23/23/23,10000/12000/14000/16000/18000/20000/22000/24000/24000,1000/1500/2000/2500/3000/3500/4000/4500/4500,1,0,0,4,1095/1115/1135/1155/1175/1195/1215/1235/1305,A Different Look,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110020118,爽やかな装いで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Fresh Outfit,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020118,爽やかな装いで,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,,0,0,0,8,2/2/2/3/3/3/4/4/5,A Fresh Outfit,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110030112,ラフにまとめて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Keeping it Casual,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040113,しとやかな装い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,317/413/509/606/702/799/895/991/1088,Graceful Look,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050121,涼しさ全開,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Keeping it Cool,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050121,涼しさ全開,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Keeping it Cool,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110060121,ヨハネの先導,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27/27/27/27/27,18000/24000/30000/36000/42000/48000/54000/60000/60000,,0,0,0,6,8/9/10/10/11/11/12/12/13,Lead by Yohane,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -110070115,ポニーテールで決めて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Trying a Ponytail,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080115,サマーコーディネート,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Summer Outfit,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090116,帽子も忘れずに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Don't Forget a Hat,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070115,ポニーテールで決めて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Trying a Ponytail,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110080115,サマーコーディネート,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Summer Outfit,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110090116,帽子も忘れずに,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Don't Forget a Hat,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110010121,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,20000/20000/20000/20000/20000/20000/20000/20000/20000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,80/80/80/80/80/80/80/80/80,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020119,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,20000/20000/20000/20000/20000/20000/20000/20000/20000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,80/80/80/80/80/80/80/80/80,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030113,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,20000/20000/20000/20000/20000/20000/20000/20000/20000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,80/80/80/80/80/80/80/80/80,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3543,9 +3543,9 @@ 110070116,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,20000/20000/20000/20000/20000/20000/20000/20000/20000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,80/80/80/80/80/80/80/80/80,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080116,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,20000/20000/20000/20000/20000/20000/20000/20000/20000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,80/80/80/80/80/80/80/80/80,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090117,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,20000/20000/20000/20000/20000/20000/20000/20000/20000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,80/80/80/80/80/80/80/80/80,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010122,モコモコ生クリーム♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,32/31/30/29/28/27/26/25/25,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fluffy Whipped Cream,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010122,モコモコ生クリーム♪,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,32/31/30/29/28/27/26/25/25,38000/42000/46000/50000/54000/58000/62000/66000/66000,3500/4000/4500/5000/5500/6000/6500/7000/7400,0,0,0,10,25/30/30/35/35/40/40/45/45,Fluffy Whipped Cream,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110080117,マリーのつまみ食い♡,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,26/26/26/26/26/26/26/26/26,20000/25000/30000/35000/40000/45000/50000/55000/55000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,205/235/265/295/325/355/385/415/440,Mari's Secret Treats,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -130030007,オニ振付師,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Ogre Choreographer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130030007,オニ振付師,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,22000/25000/28000/31000/34000/37000/40000/43000/43000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1140/1160/1180/1200/1220/1240/1260/1280/1310,Ogre Choreographer,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110020120,変化を楽しんで,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/32/34/36/38/40/42/44/48,Enjoying the Change,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060123,堕天使ヨハネの歌,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/29/29/29/29/29/29/29/29,28000/31000/34000/37000/40000/43000/46000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,33/36/39/42/46/49/52/55/60,Yohane's Song,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070117,みんなの願い,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,40000/44000/48000/52000/56000/60000/64000/68000/68000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,23/25/27/29/32/34/36/38/42,Everyone's Wish,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3557,7 +3557,7 @@ 110090119,サプライズが嬉しくて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,24/24/24/24/24/24/24/24/24,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,33/36/38/41/43/46/48/51/55,Joys of a Surprise,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140530008,標的はあなた,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,38000/44000/50000/56000/62000/68000/74000/80000/80000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/62/84/107/129/152/174/197/216,You're the Target,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120100002,心をときめかせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,26000/31000/36000/41000/46000/51000/56000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,54/80/106/132/159/185/211/237/260,Heart's Delight,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030145,可愛くサプライズ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,31/30/29/28/27/26/25/24/24,52000/56000/60000/64000/68000/72000/76000/80000/80000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,An Adorable Surprise,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100030145,可愛くサプライズ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,31/30/29/28/27/26/25/24/24,52000/56000/60000/64000/68000/72000/76000/80000/80000,2000/2500/3000/3500/4000/4500/5000/5500/5800,0,0,0,10,25/30/30/35/35/40/40/45/45,An Adorable Surprise,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100090148,トリックプランニング,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,30/30/30/30/30/30/30/30/30,22000/27000/32000/37000/42000/47000/52000/57000/57000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,245/275/305/335/365/395/425/455/485,Planning a Trick,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 130050007,一人一人の明かり,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,24000/28000/32000/36000/40000/44000/48000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Each Girl's Light,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120030020,誘ってみたくて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,26/26/26/26/26/26/26/26/26,40000/46000/52000/58000/64000/70000/76000/82000/82000,4000/4500/5000/5500/6000/6500/7000/7500/8200,0,0,0,5,2/2/2/2/2/2/2/2/2,Wanted to Invite You,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -3584,18 +3584,18 @@ 120100009,決意を胸に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,22/22/22/22/22,27000/30000/33000/36000/39000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,With Determination,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 120100010,夏の出で立ち,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,24/24/24/24/24,35000/37000/39000/41000/43000,3000/3000/3000/3000/3000,0,0,0,4,34/39/45/50/56,Dressed for Summer,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030116,かわいいもの,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,29/29/29/29/29/29/29/29/29,22000/27000/32000/37000/42000/47000/52000/57000/57000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,205/240/275/310/345/380/415/450/475,Cute Things,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110040117,選んでほしくて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/29/28/27/26/25/24/23/23,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,I Want You to Choose,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040117,選んでほしくて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,30/29/28/27/26/25/24/23/23,30000/34000/38000/42000/46000/50000/54000/58000/58000,3000/3500/4000/4500/5000/5500/6000/6500/6900,0,0,0,10,30/35/35/40/40/45/45/50/50,I Want You to Choose,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110030117,波と歌って,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,20/20/20/20/20/20/20/20/20,21000/23000/25000/27000/29000/31000/33000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/34/37/40/43/46/49/52/57,Sing with Waves,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040118,もっと自由に,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,24000/26000/28000/30000/32000/34000/36000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,34/38/42/45/49/52/56/60/66,Be More Free,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080119,ワンダートリップ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,20000/22000/24000/26000/28000/30000/32000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,29/31/34/37/40/42/45/48/53,Wonder Trip,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010124,雨の日のお楽しみ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,24000/28000/32000/36000/40000/44000/48000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fun on a Rainy Day,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020122,雨の歌声,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23/23/23/23/23,19000/24000/29000/34000/39000/44000/49000/54000/54000,,0,0,0,6,7/8/9/9/10/10/11/11/12,Song of the Rain,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -110030118,どんな天気でも,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,No Matter the Weather,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040119,雨が上がったら,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,After the Rain,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030118,どんな天気でも,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,24/24/24/24/24/24/24/24/24,50000/54000/58000/62000/66000/70000/74000/78000/78000,,0,0,0,8,2/2/2/3/3/3/4/4/5,No Matter the Weather,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110040119,雨が上がったら,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,After the Rain,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110050125,水たまりジャンプ,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,20/20/20/20/20/20/20/20/20,11000/12000/13000/14000/15000/16000/17000/18000/18000,1000/1500/2000/2500/3000/3500/4000/4500/4500,1,0,0,4,1250/1270/1290/1310/1330/1350/1370/1390/1480,Puddle Jumping,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110060125,試練にも打ち勝って,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Overcoming Trials,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070120,ゆったりレイニーデイ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Relaxing Rainy Day,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080120,ご機嫌レイニーデイ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Happy on a Rainy Day,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060125,試練にも打ち勝って,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,44000/48000/52000/56000/60000/64000/68000/72000/72000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Overcoming Trials,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110070120,ゆったりレイニーデイ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Relaxing Rainy Day,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110080120,ご機嫌レイニーデイ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,23/23/23/23/23/23/23/23/23,47000/51000/55000/59000/63000/67000/71000/75000/75000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Happy on a Rainy Day,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110090121,虹を見つけて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,281/352/424/496/568/639/711/782/859,Find the Rainbow,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120010015,あなたに聞きたいこと,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,29/29/29/29/29/29/29/29/29,12000/14000/16000/18000/20000/22000/24000/26000/26000,1000/1500/2000/2500/3000/3500/4000/4500/4500,1,0,0,4,1115/1160/1205/1250/1295/1340/1385/1430/1515,What I Want to Ask You,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 120020015,かすみんにお任せ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,56/56/56/56/56/56/56/56/56,9000/13000/17000/21000/25000/29000/33000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,334/406/477/549/620/691/763/834/916,Leave it to Kasumi,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3615,7 +3615,7 @@ 100020145,やりたいことを全部,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,37000/39000/41000/43000/45000/47000/49000/51000/51000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,22/26/29/32/36/39/42/46/50,Everything I Wanted,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120100012,想いがあふれて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,25000/29000/33000/37000/41000/45000/49000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,50/77/104/131/158/185/212/239/262,Full of Emotion,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050143,解けない魔法♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,37000/42000/47000/52000/57000/62000/67000/72000/72000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,43/70/97/124/151/178/205/232/254,Unbreakable Magic,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100020146,ビッグ・スウィート,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/26/25/24/23/22/21/20/20,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Big Sweets,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100020146,ビッグ・スウィート,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,27/26/25/24/23/22/21/20/20,24000/27000/30000/33000/36000/39000/42000/45000/45000,3000/3500/4000/4500/5000/5500/6000/6500/7100,0,0,0,10,30/35/35/40/40/45/45/50/50,Big Sweets,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 100060145,アナザー・ベイキング,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,30/30/30/30/30/30/30/30/30,23000/29000/35000/41000/47000/53000/59000/65000/65000,3500/4000/4500/5000/5500/6000/6500/7000/7000,1,0,0,4,195/220/245/270/295/320/345/370/395,Many Ways to Roast,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100010153,絶対守護神,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,28000/33000/38000/43000/48000/53000/58000/63000/63000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Impenetrable Guardian,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020147,気高き鉄女帝,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,22000/24000/26000/28000/30000/32000/34000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Noble Steel Empress,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3647,12 +3647,12 @@ 141120001,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30,20000/20000/20000/20000/20000,3000/3000/3000/3000/3000,0,0,0,4,60/60/60/60/60,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050145,凛のリードで,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,22/22/22/22/22/22/22/22/22,24000/26000/28000/30000/32000/34000/36000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,30/34/37/40/44/47/50/54/59,Rin Takes the Lead,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080146,メイク・アピール,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,27000/32000/37000/42000/47000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Showing Off Makeup,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -100030147,パイはいかが?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,8000/9000/10000/11000/12000/13000/14000/15000/15000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Want Some Pie?,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100030147,パイはいかが?,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,16/16/16/16/16/16/16/16/16,8000/9000/10000/11000/12000/13000/14000/15000/15000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Want Some Pie?,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100050146,味見は大事にゃ♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,34/34/34/34/34/34/34/34/34,11000/13000/15000/17000/19000/21000/23000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,187/278/369/461/552/643/734/825/878,Tasting Is Important!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090150,デコってキュートに♪,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,25/25/25/25/25/25/25/25/25,25000/32000/39000/46000/53000/60000/67000/74000/74000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Cute Decorating!,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 120090016,ハッピーな誕生日,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,41000/46000/51000/56000/61000/66000/71000/76000/76000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/64/90/116/142/168/193/219/241,A Happy Birthday,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130010008,レッツキュート♪,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,27/27/27/27/27/27/27/27/27,14000/18000/22000/26000/30000/34000/38000/42000/42000,2000/2500/3000/3500/4000/4500/5000/5500/5500,1,0,0,4,505/530/555/580/605/630/655/680/720,Let's Be Cute!,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -130020008,キュートなひらめき,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Cute Inspiration,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130020008,キュートなひらめき,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,25/25/25/25/25/25/25/25/25,52000/56000/60000/64000/68000/72000/76000/80000/80000,,0,0,0,8,2/2/2/3/3/3/4/4/5,Cute Inspiration,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130030008,フレッシュジャンプ,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,24/24/24/24/24,22000/26000/30000/34000/38000,,0,0,0,6,5/5/6/6/7,Fresh Way to Jump,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 130040008,フレッシュランウェイ,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,19/19/19/19/19,29000/31000/33000/35000/37000,,0,0,0,6,3/3/3/4/4,A Fresh Runway,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 130050008,キュートハンティング,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,26000/29000/32000/35000/38000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Hunting for Cute,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -3695,7 +3695,7 @@ 110010127,輝きは心から,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,48/48/48/48/48/48/48/48/48,5000/9000/13000/17000/21000/25000/29000/33000/33000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,581/624/667/710/753/796/839/882/944,Shine from the Heart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020124,生まれた夢,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,34/34/34/34/34/34/34/34/34,3000/6000/9000/12000/15000/18000/21000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,686/711/736/761/786/811/836/861/921,A Dream Born,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030120,もっと先へ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,9000/13000/17000/21000/25000/29000/33000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,More to Come,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040121,どれだけ迷っても,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,No Matter How Lost,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040121,どれだけ迷っても,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,No Matter How Lost,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110050127,新世界へ出航,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Off to a New World,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060128,繋がる翼,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Wings that Connect,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070122,飛び立つ先へ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,52/52/52/52/52/52/52/52/52,7000/11000/15000/19000/23000/27000/31000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,449/514/579/644/708/773/838/902/966,Flight Beyond,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3718,53 +3718,53 @@ 120040018,クールな微笑み,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,29/29/29/29/29/29/29/29/29,27000/34000/41000/48000/55000/62000/69000/76000/76000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Cool Smile,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100060147,シンクロ・ハーモニー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,29/29/29/29/29,38000/44000/50000/56000/62000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,Synchronized Harmony,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100020149,優雅な片足滑走,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,383/486/588/691/794/897/999/1102/1202,Skating on One Leg,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040144,転んでも大丈夫,クールPがアップする,1,20/20/20/20/20/20/20/20/20,58000/63000/68000/73000/78000/83000/88000/93000/93000,,0,0,0,3,3000/3000/3000/3000/3000/3000/3000/3000/3000,It's Okay to Fall,Raises Cool Points.,1 +100040144,転んでも大丈夫,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,20/20/20/20/20/20/20/20/20,58000/63000/68000/73000/78000/83000/88000/93000/93000,3000/3500/4000/4500/5000/5500/6000/6500/7000,0,100,2,9,1/1/1/1/1/1/1/1/1,It's Okay to Fall,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 100070146,夜のスケートリンク,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,50/50/50/50/50/50/50/50/50,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,243/331/419/508/596/684/773/861/939,Ice Rink at Night,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120110008,騒がしいのも悪くない,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,25/25/25/25/25/25/25/25/25,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,40/42/45/48/51/54/56/59/64,Okay to Be Rowdy,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130030009,反復練習♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,28000/34000/40000/46000/52000/58000/64000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,55/78/102/125/148/172/195/218/234,Drill Training,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130040009,才色兼備♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,21000/24000/27000/30000/33000/36000/39000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Both Looks and Smarts,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130040009,才色兼備♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,33/33/33/33/33/33/33/33/33,21000/24000/27000/30000/33000/36000/39000/42000/42000,4000/4500/5000/5500/6000/6500/7000/7500/7500,0,0,0,7,1120/1140/1160/1180/1200/1220/1240/1260/1290,Both Looks and Smarts,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 130050009,欲張りは罪ですか?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,27/27/27/27/27,39000/45000/51000/57000/63000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,Is It Wrong to Yearn?,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 130010009,ミルクはお好みで,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27,39000/42000/45000/48000/51000,,0,0,0,6,3/3/3/4/4,Milk as You Like It,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 130020009,ハラジュクダッシュ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23,35000/38000/41000/44000/47000,3500/4000/4500/5000/5500,0,0,0,5,2/2/2/2/2,Harajuku Dash,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 120060021,夢のお誕生日,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,24000/28000/32000/36000/40000/44000/48000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,51/79/107/135/162/190/218/246/270,Ideal Birthday,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010128,雪に焦がれて,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,25000/30000/35000/40000/45000/50000/55000/60000/60000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,195/225/255/285/315/345/375/405/430,Longing for Snow,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 -110060129,雪との堕天,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/26/25/24/23/22/21/20/20,32000/35000/38000/41000/44000/47000/50000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Snow Descends,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060129,雪との堕天,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,27/26/25/24/23/22/21/20/20,32000/35000/38000/41000/44000/47000/50000/53000/53000,3500/4000/4500/5000/5500/6000/6500/7000/7600,0,0,0,10,20/25/25/30/30/35/35/40/40,Snow Descends,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 120060022,すやすやシフォン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,17000/20000/23000/26000/29000/32000/35000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/40/42/44/46/48/49/51/56,Chiffon Snooze,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020126,差しのべられた手,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,25/25/25/25/25,23000/27000/31000/35000/39000,,0,0,0,6,5/5/6/6/7,Outstretched Hands,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110030122,若侍見参,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,60000/63000/66000/69000/72000/75000/78000/81000/81000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,54/80/106/132/158/184/211/237/247,Samurai Spotted!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050128,お土産吟味中,スマイルPがアップする,1,19/19/19/19/19/19/19/19/19,53000/58000/63000/68000/73000/78000/83000/88000/88000,,0,0,0,1,3000/3000/3000/3000/3000/3000/3000/3000/3000,Souvenir Scrutiny,Raises Smile Points.,1 +110050128,お土産吟味中,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,19/19/19/19/19/19/19/19/19,53000/58000/63000/68000/73000/78000/83000/88000/88000,3000/3500/4000/4500/5000/5500/6000/6500/7000,0,200,2,9,1/1/1/1/1/1/1/1/1,Souvenir Scrutiny,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 110080125,自撮り町娘,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,54/54/54/54/54/54/54/54/54,15000/21000/27000/33000/39000/45000/51000/57000/57000,,0,0,0,6,22/23/24/24/25/25/26/26/28,Peasant Girl Selfie,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 140470008,気持ちに応えて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,62000/66000/70000/74000/78000/82000/86000/90000/90000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,98/109/121/132/143/155/166/178/194,Answer Your Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040123,かぐや姫の気持ち,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,63000/66000/69000/72000/75000/78000/81000/84000/84000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,53/79/106/132/158/184/210/236/248,How Kaguya Must Feel,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010155,不思議の国で,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,In the Wonderland,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100020150,ストレンジパーティ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Strange Party,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100020150,ストレンジパーティ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Strange Party,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100030148,不思議の世界,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,393/498/603/708/813/918/1023/1128/1208,Wonder World,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040145,たくさんの不思議を,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,48/48/48/48/48/48/48/48/48,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,255/348/442/536/629/723/816/910/974,Lots of Wonder,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050147,白うさぎのお茶会,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,White Rabbit Party,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060148,絵本の中のように,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,In the Picture Book,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070147,盤上の星,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,389/462/535/608/681/753/826/899/962,Star of the Board,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080148,おとぎの国へようこそ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Welcome to Wonderland,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100080148,おとぎの国へようこそ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Welcome to Wonderland,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100090151,チェス盤の庭,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Garden on the Board,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010129,お出迎えしたくて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,44/44/44/44/44/44/44/44/44,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,232/318/404/490/576/662/748/833/892,Welcoming You,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020127,焼きたてを届けて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,20000/24000/28000/32000/36000/40000/44000/48000/48000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,From the Oven,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030123,美味しさの魔法,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,42/42/42/42/42/42/42/42/42,12000/15000/18000/21000/24000/27000/30000/33000/33000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,203/284/366/447/528/609/690/771/826,Delicious Magic,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040124,花々のおもてなし,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Flowery Welcome,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050129,忙しさの中,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,56/56/56/56/56/56/56/56/56,10000/13000/16000/19000/22000/25000/28000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,327/436/546/656/766/875/985/1095/1172,Keeping Busy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060130,堕天使流清掃の極意,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fallen Angel Cleaning,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060130,堕天使流清掃の極意,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Fallen Angel Cleaning,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110070124,メイドさんのお仕事,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,14000/17000/20000/23000/26000/29000/32000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,168/242/318/392/468/542/618/692/742,Maid's Work,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080126,シャイニーウェルカム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,18000/22000/26000/30000/34000/38000/42000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Shiny Welcome,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090126,ハートのお絵描き,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,34000/37000/40000/43000/46000/49000/52000/55000/55000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Drawing My Heart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090126,ハートのお絵描き,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,34000/37000/40000/43000/46000/49000/52000/55000/55000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1150/1200/1250/1300/1350/1400/1450/1500/1530,Drawing My Heart,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100040146,新年の宝物,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,46/46/46/46/46/46/46/46/46,5000/8000/11000/14000/17000/20000/23000/26000/26000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,538/614/690/767/843/919/996/1072/1141,New Year's Treasures,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070148,スイート・サプライ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,25000/29000/33000/37000/41000/45000/49000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Sweet Surprise,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070148,スイート・サプライ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,25000/29000/33000/37000/41000/45000/49000/53000/53000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1160/1210/1260/1310/1360/1410/1460/1510/1540,A Sweet Surprise,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110040125,新しい門出,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,23000/26000/29000/32000/35000/38000/41000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,32/35/38/40/42/45/48/50/54,Starting Fresh,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120050017,アガる予感,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,26/26/26/26/26/26/26/26/26,29000/35000/41000/47000/53000/59000/65000/71000/71000,5500/6000/6500/7000/7500/8000/8500/9000/9700,0,0,0,5,2/2/2/2/2/2/2/2/2,Exciting Anticipation,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -120010016,新年の一歩,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,New Year's Start,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120010016,新年の一歩,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,New Year's Start,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120020016,お正月もキュートに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Cute New Year's,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120030022,一緒におみくじを,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fortune Together,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120040019,情熱的な正月を,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,422/535/648/761/874/986/1099/1212/1298,Passionate New Year's,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120050018,今年もノリノリで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,New Year's Groovin',"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120050018,今年もノリノリで,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,,0,0,0,8,6/6/6/7/7/7/8/8/9,New Year's Groovin',"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120060023,のんびりお正月,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,60/60/60/60/60/60/60/60/60,10000/13000/16000/19000/22000/25000/28000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,351/468/586/703/821/938/1056/1173/1256,Easy New Year's,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120070019,年始の決意,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,New Year's Resolution,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120070019,年始の決意,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,New Year's Resolution,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120080021,和服でジャンプ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,46/46/46/46/46/46/46/46/46,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,447/531/614/698/782/865/949/1032/1106,Jumping in Kimono,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120090018,晴れ着でハッピーに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,34000/38000/42000/46000/50000/54000/58000/62000/62000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Happy in Kimono,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010130,来年も楽しく,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27,27000/30000/33000/36000/39000,3000/3000/3000/3000/3000,0,0,0,4,37/50/62/75/87,More Fun Next Year,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3794,53 +3794,53 @@ 130040010,年末ギャラクシー,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,24/24/24/24/24,35000/39000/43000/47000/51000,3000/3000/3000/3000/3000,0,0,0,4,36/45/54/63/72,Galaxy New Year,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130050010,1年の締めくくりに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17,20000/23000/26000/29000/32000,3000/3000/3000/3000/3000,0,0,0,4,32/41/50/59/67,To the Year's End,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020151,全てを混ぜ合わせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,29/29/29/29/29,31000/37000/43000/49000/55000,5500/6000/6500/7000/7500,0,0,0,5,2/2/2/2/2,Mix It All Together,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -100010156,雪上の太陽,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,27000/31000/35000/39000/43000/47000/51000/55000/55000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sunlit Snow,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050148,キラメキウィンター,ピュアPがアップする,1,19/19/19/19/19/19/19/19/19,53000/58000/63000/68000/73000/78000/83000/88000/88000,,0,0,0,2,3000/3000/3000/3000/3000/3000/3000/3000/3000,Twinkling Winter,Raises Pure Points.,1 -100090152,ゲレンデの妖精,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sprite of the Slopes,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010156,雪上の太陽,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,30/30/30/30/30/30/30/30/30,27000/31000/35000/39000/43000/47000/51000/55000/55000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1150/1200/1250/1300/1350/1400/1450/1500/1530,Sunlit Snow,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +100050148,キラメキウィンター,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,19/19/19/19/19/19/19/19/19,53000/58000/63000/68000/73000/78000/83000/88000/88000,3000/3500/4000/4500/5000/5500/6000/6500/7000,0,100,1,9,1/1/1/1/1/1/1/1/1,Twinkling Winter,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 +100090152,ゲレンデの妖精,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,29/29/29/29/29/29/29/29/29,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Sprite of the Slopes,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130050011,ストリートパーク,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,48/48/48/48/48/48/48/48/48,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,467/554/641/729/816/903/990/1078/1147,Street Park,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130010011,ハーモニーストリート,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,15000/19000/23000/27000/31000/35000/39000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Harmony Street,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130010011,ハーモニーストリート,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,20/20/20/20/20/20/20/20/20,15000/19000/23000/27000/31000/35000/39000/43000/43000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Harmony Street,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130020011,インスピストリート,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,30/30/30/30/30,47000/52000/57000/62000/67000,,0,0,0,6,3/3/4/4/5,Inspiration Street,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 130030011,ステップストリート,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,29/29/29/29/29,36000/40000/44000/48000/52000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,Steps Street,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 130040011,ストリートショット,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27,29000/32000/35000/38000/41000,,0,0,0,6,4/4/4/5/5,Street Shot,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100080149,希望の灯り,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,56/56/56/56/56/56/56/56/56,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,408/517/626/735/844/952/1061/1170/1256,Light of Hope,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010157,年越しライブ♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,New Year Live Show,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010157,年越しライブ♪,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,New Year Live Show,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100020152,カウントダウン♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,34/34/34/34/34/34/34/34/34,3000/6000/9000/12000/15000/18000/21000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,662/690/718/746/774/802/831/859/919,Countdown!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030149,新年をお迎え,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Welcome New Year,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040147,スタートはステージで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Start from a Stage,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100030149,新年をお迎え,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Welcome New Year,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100040147,スタートはステージで,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Start from a Stage,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100050149,幸せな年越し,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,50/50/50/50/50/50/50/50/50,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,417/512/607/702/797/892/987/1082/1159,Joyful New Year's,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060149,新年の誓い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,393/498/603/708/813/918/1023/1128/1208,New Year's Pledge,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070149,新年を盛り上げて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Welcome with Everyone,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070149,新年を盛り上げて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Welcome with Everyone,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100080150,新しい年をみんなと,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,60/60/60/60/60/60/60/60/60,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,389/507/624/742/859/977/1094/1212/1298,Fun New Year,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090153,新年最初の約束,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,376/490/604/717/831/944/1058/1172/1254,The First Promise,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010131,想い出の安全ピン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Safety Pin of Memory,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020129,支え合う仲間,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Supportive Friends,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030125,未完成の輝き,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,23000/27000/31000/35000/39000/43000/47000/51000/51000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Shine of Potential,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010131,想い出の安全ピン,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Safety Pin of Memory,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110020129,支え合う仲間,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Supportive Friends,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110030125,未完成の輝き,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,30/30/30/30/30/30/30/30/30,23000/27000/31000/35000/39000/43000/47000/51000/51000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1170/1220/1270/1320/1370/1420/1470/1520/1550,Shine of Potential,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110040127,思いやる心の絆,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,4000/7000/10000/13000/16000/19000/22000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,583/638/693/749/804/859/914/970/1038,Proof of Trust,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050131,始まりの時の情熱,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Original Passion,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050131,始まりの時の情熱,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,16/16/16/16/16/16/16/16/16,11000/15000/19000/23000/27000/31000/35000/39000/39000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Original Passion,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110060132,揺るがない魂の名,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,451/554/656/759/861/964/1066/1169/1252,Unbending Soul's Name,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070126,最高の差し入れ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,25000/29000/33000/37000/41000/45000/49000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Best Supply Drop Ever,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070126,最高の差し入れ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,25000/29000/33000/37000/41000/45000/49000/53000/53000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1160/1210/1260/1310/1360/1410/1460/1510/1540,Best Supply Drop Ever,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110080128,しめ縄リボン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,42/42/42/42/42/42/42/42/42,5000/8000/11000/14000/17000/20000/23000/26000/26000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,491/561/630/700/770/839/909/979/1048,Shimenawa Ribbon,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090128,衣装係ルビィ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Costume Mistress Ruby,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050132,仲良く半分こ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,34/34/34/34/34/34/34/34/34,9000/11000/13000/15000/17000/19000/21000/23000/23000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,221/318/414/510/607/703/799/896/954,Sharing Is Caring,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070127,魅惑の初詣,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,First Visit Delights,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120020018,かすみんが主役です,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,17000/21000/25000/29000/33000/37000/41000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Kasumin Is the Lead,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070127,魅惑の初詣,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,First Visit Delights,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +120020018,かすみんが主役です,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,22/22/22/22/22/22/22/22/22,17000/21000/25000/29000/33000/37000/41000/45000/45000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Kasumin Is the Lead,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100080151,特別な日だから,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,29/29/29/29/29/29/29/29/29,30000/32000/34000/36000/38000/40000/42000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,32/36/41/45/49/53/57/61/67,In Honor of the Day,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090129,個性をみつけて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,28/28/28/28/28,33000/39000/45000/51000/57000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,Finding Individuality,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -110010132,夢から覚めても,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,29000/33000/37000/41000/45000/49000/53000/57000/57000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Waking from a Dream,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010132,夢から覚めても,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,33/33/33/33/33/33/33/33/33,29000/33000/37000/41000/45000/49000/53000/57000/57000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1150/1200/1250/1300/1350/1400/1450/1500/1530,Waking from a Dream,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110020130,ドリーミンライト,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,61000/64000/67000/70000/73000/76000/79000/82000/82000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,55/82/109/135/162/189/215/242/252,Dreamin' Lights,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030126,ゆったりふわふわ,スマイルPがアップする,1,20/20/20/20/20/20/20/20/20,58000/63000/68000/73000/78000/83000/88000/93000/93000,,0,0,0,1,3000/3000/3000/3000/3000/3000/3000/3000/3000,Comfy and Fluffy,Raises Smile Points.,1 +110030126,ゆったりふわふわ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,20/20/20/20/20/20/20/20/20,58000/63000/68000/73000/78000/83000/88000/93000/93000,3000/3500/4000/4500/5000/5500/6000/6500/7000,0,200,3,9,1/1/1/1/1/1/1/1/1,Comfy and Fluffy,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 120020019,ハッピー・やっぴー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26/26/26/26/26,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/33/35/37/39/42/44/46/49,Happy Yappy,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140020008,誰かのために,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,64000/68000/72000/76000/80000/84000/88000/92000/92000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,98/110/121/133/145/156/168/180/196,For Someone,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120080023,モルト・グラッツェ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Molte Grazie,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050150,サプライズ・トリック,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Surprise Trick,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100060150,いたずらカウンター,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Counter-Prank,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100050150,サプライズ・トリック,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Surprise Trick,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100060150,いたずらカウンター,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,16/16/16/16/16/16/16/16/16,11000/15000/19000/23000/27000/31000/35000/39000/39000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Counter-Prank,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120060025,お昼寝スポットへ,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23/23/23/23/23,29000/36000/43000/50000/57000/64000/71000/78000/78000,,0,0,0,6,4/4/5/5/6/6/7/7/8,To The Napping Spot,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -110030127,誕生日に花を,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Birthday Flowers,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030127,誕生日に花を,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Birthday Flowers,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120080024,パチパチ・ウィンク,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,28/28/28/28/28/28/28/28/28,27000/30000/33000/36000/39000/42000/45000/48000/48000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,34/37/40/43/46/48/51/54/59,Fluttery Winks,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030150,マルチアレンジメント,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,29/29/29/29/29,28000/34000/40000/46000/52000,6000/6500/7000/7500/8000,0,0,0,5,2/2/2/2/2,Multi-Arrangement,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -100040148,あつあつパンダまん,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Hot Panda Buns,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070150,占ってもらう刺激,クールPがアップする,1,19/19/19/19/19/19/19/19/19,53000/58000/63000/68000/73000/78000/83000/88000/88000,,0,0,0,3,3000/3000/3000/3000/3000/3000/3000/3000/3000,Thrilling Predictions,Raises Cool Points.,1 -100080152,お披露目チャイナ娘,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,25000/29000/33000/37000/41000/45000/49000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Chinese Dress Debut,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100040148,あつあつパンダまん,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,33/33/33/33/33/33/33/33/33,26000/30000/34000/38000/42000/46000/50000/54000/54000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1180/1230/1280/1330/1380/1430/1480/1530/1560,Hot Panda Buns,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +100070150,占ってもらう刺激,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,19/19/19/19/19/19/19/19/19,53000/58000/63000/68000/73000/78000/83000/88000/88000,3000/3500/4000/4500/5000/5500/6000/6500/7000,0,100,3,9,1/1/1/1/1/1/1/1/1,Thrilling Predictions,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 +100080152,お披露目チャイナ娘,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,25000/29000/33000/37000/41000/45000/49000/53000/53000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1170/1220/1270/1320/1370/1420/1470/1520/1550,Chinese Dress Debut,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 120120002,ランジュがしたいこと,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,56/56/56/56/56/56/56/56/56,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,283/367/451/535/619/702/786/870/934,Lanzhu's Aspirations,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120120003,トータルチャーム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20,36000/38000/40000,2000/2000/2000,0,0,0,4,24/27/30,Total Charm,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120120004,リズミカルチャーム,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,17/17/17,36000/38000/40000,2000/2000/2000,0,0,0,4,22/25/28,Rhythmical Charm,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3855,15 +3855,15 @@ 130010012,上品な一杯,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30,28000/32000/36000/40000/44000,3000/3000/3000/3000/3000,0,0,0,4,43/47/50/53/57,A Cup of Class,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030128,サプライズパーティ,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,25/25/25/25/25/25/25/25/25,21000/23000/25000/27000/29000/31000/33000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/43/47/51/55/59/63/67/73,Surprise Party,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120120009,仲間と迎える誕生祭,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,21/21/21/21/21/21/21/21/21,20000/22000/24000/26000/28000/30000/32000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,34/38/41/44/48/51/54/58/63,Birthday with Friends,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020131,ステージに合わせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Matching the Stage,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020131,ステージに合わせて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Matching the Stage,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110040128,秘密の特訓,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,60/60/60/60/60/60/60/60/60,4000/8000/12000/16000/20000/24000/28000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,878/915/952/989/1026/1062/1099/1136/1210,Top Secret Training,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060133,名所を巡る旅,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,25/25/25/25/25,39000/43000/47000/51000/55000,,0,0,0,6,3/3/4/4/5,Famous Spot Tour,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110050133,曜の名推理,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,63000/66000/69000/72000/75000/78000/81000/84000/84000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,50/74/98/122/147/171/195/219/229,You's Famous Logic,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080129,迷探偵マリー,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,28/28/28/28/28/28/28/28/28,25000/32000/39000/46000/53000/60000/67000/74000/74000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Goofy Detective Mari,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -110090130,探偵ルビィ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Detective Ruby,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090130,探偵ルビィ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Detective Ruby,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120010018,一緒にお祝いを,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Celebrating Together,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140430008,応援のチカラ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,64000/68000/72000/76000/80000/84000/88000/92000/92000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,94/106/117/129/140/151/163/174/190,The Power of Cheering,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070128,琴の調べ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Koto Melody,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070128,琴の調べ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Koto Melody,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110010133,旅館仕込みの接客,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,24/24/24/24/24/24/24/24/24,25000/27000/29000/31000/33000/35000/37000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,33/37/40/44/48/51/55/58/64,Five Star Service,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020132,秘密の買い物,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,25000/28000/31000/34000/37000/40000/43000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,36/39/42/46/49/52/55/58/62,Secret Shopping,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030129,沼津もハグっと!,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,29/29/29/29/29/29/29/29/29,35000/38000/41000/44000/47000/50000/53000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,28/31/34/37/40/43/46/49/54,Numazian Hugs!,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3873,8 +3873,8 @@ 110070129,おもてなしするずら♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,15000/17000/19000/21000/23000/25000/27000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,45/49/52/56/60/63/67/71/77,"Enjoy Your Visit, Zura","For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080130,シャイニーな一時を♡,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26/26/26/26/26,23000/25000/27000/29000/31000/33000/35000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,38/42/47/51/56/60/65/69/74,Have a Shiny Time!,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090131,元気な声でごあいさつ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/27/27/27/27/27/27/27/27,40000/44000/48000/52000/56000/60000/64000/68000/68000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,22/24/27/29/32/34/37/39/42,Warm Welcome,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080153,トライ・アゲイン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Try Again,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100090154,素敵なアイテムを,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Getting Awesome Items,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100080153,トライ・アゲイン,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,18/18/18/18/18/18/18/18/18,13000/17000/21000/25000/29000/33000/37000/41000/41000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Try Again,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100090154,素敵なアイテムを,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Getting Awesome Items,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120070021,楽しむからには全力で,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,27/27/27/27/27/27/27/27/27,35000/41000/47000/53000/59000/65000/71000/77000/77000,5000/5500/6000/6500/7000/7500/8000/8500/9200,0,0,0,5,2/2/2/2/2/2/2/2/2,Enjoy It to the Max,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 120010019,ダイダイ・ハート,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,31/32/34/36/38/39/41/42/46,Big Orange Heart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070130,叶えたいこと,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,20000/22000/24000/26000/28000/30000/32000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,36/40/44/48/52/57/61/65/71,My Wish,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3890,15 +3890,15 @@ 100050151,ダンシングアラウンド,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,25/25/25/25/25,23000/27000/31000/35000/39000,,0,0,0,6,5/5/6/6/7,Dancing Around,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100020153,はにかみセーラー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,25/25/25/25/25/25/25/25/25,28000/33000/38000/43000/48000/53000/58000/63000/63000,6000/6500/7000/7500/8000/8500/9000/9500/10300,0,0,0,5,2/2/2/2/2/2/2/2/2,Shy Sailor Girl,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100030151,揺れるスカーフ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fluttering Scarf,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100060151,背中を押す歌,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,27000/30000/33000/36000/39000/42000/45000/48000/48000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Encouraging Song,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100060151,背中を押す歌,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,28/28/28/28/28/28/28/28/28,27000/30000/33000/36000/39000/42000/45000/48000/48000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1150/1200/1250/1300/1350/1400/1450/1500/1530,Encouraging Song,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100040149,宝物のブレスレット,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,4000/8000/12000/16000/20000/24000/28000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,722/778/833/889/944/1000/1056/1111/1189,Treasured Bracelet,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130040013,トレンドを追いかけて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Chasing Trends,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130040013,トレンドを追いかけて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Chasing Trends,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130050013,巡る時代に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,7000/11000/15000/19000/23000/27000/31000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,417/492/567/642/717/792/867/942/1001,Cyclical Trends,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130010013,一歩踏み出して,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,17/17/17/17/17,16000/19000/22000/25000/28000,,0,0,0,6,5/5/6/6/7,Big Step Forward,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 130020013,感無量,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,33/33/33/33/33,40000/45000/50000/55000/60000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,Filled with Emotion,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 130030013,レトロポップダンス♪,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27,58000/60000/62000/64000/66000,,0,0,0,6,2/2/2/3/3,Retro-Pop Dance,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100040150,桜の木のお祝い,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,30/30/30/30/30/30/30/30/30,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,50/53/56/58/61/64/67/69/76,Cherry Celebration,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050136,フラワーパレード,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Flower Parade,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050136,フラワーパレード,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Flower Parade,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110080132,時にはハンサムに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Handsome at Times,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 141400001,パッションハート,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,26/26/26/26/26,30000/33000/36000/39000/42000,3000/3000/3000/3000/3000,0,0,0,4,37/40/43/46/49,Passionate Heart,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 141410001,グロリアスサニー,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,29/29/29/29/29,33000/37000/41000/45000/49000,3000/3000/3000/3000/3000,0,0,0,4,37/40/42/45/47,Gloriously Sunny,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3914,19 +3914,19 @@ 141490002,応援,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30,20000/20000/20000/20000/20000,3000/3000/3000/3000/3000,0,0,0,4,60/60/60/60/60,Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010135,みかん色の太陽,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,8000/12000/16000/20000/24000/28000/32000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Mikan Orange Sun,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020134,波とたわむれて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Playing in the Waves,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030131,海を感じて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Feeling the Sea,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040131,真夏の海だから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Mid Summer Sea,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030131,海を感じて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,16/16/16/16/16/16/16/16/16,11000/15000/19000/23000/27000/31000/35000/39000/39000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Feeling the Sea,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110040131,真夏の海だから,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Mid Summer Sea,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110050137,波しぶきときらめいて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sparking Waves,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060136,青き砂浜の堕天使,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,34/34/34/34/34/34/34/34/34,5000/8000/11000/14000/17000/20000/23000/26000/26000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,404/459/515/570/626/681/737/792/849,Blue Beach Fallen Angel,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070132,波打ち際ではしゃいで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,5000/8000/11000/14000/17000/20000/23000/26000/26000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,468/534/601/667/733/800/866/932/998,Fun at the Beach,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080133,シャイニーオーシャン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,15000/19000/23000/27000/31000/35000/39000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Shiny Ocean,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080133,シャイニーオーシャン,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,20/20/20/20/20/20/20/20/20,15000/19000/23000/27000/31000/35000/39000/43000/43000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Shiny Ocean,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110090133,波と遊んで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,493/586/679/772/865/958/1051/1144/1226,Playing with the Waves,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020135,個性の表現,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,21/21/21/21/21,21000/26000/31000/36000/41000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,Showing Individuality,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110040132,花祭りのおもてなし,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,389/462/535/608/681/753/826/899/957,Festival Hospitality,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060137,みんなで作る花絵,ピュアPがアップする,1,20/20/20/20/20/20/20/20/20,58000/63000/68000/73000/78000/83000/88000/93000/93000,,0,0,0,2,3000/3000/3000/3000/3000/3000/3000/3000/3000,Our Flower Picture,Raises Pure Points.,1 +110060137,みんなで作る花絵,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間対象の部員とパラメータがシンクロする,1,20/20/20/20/20/20/20/20/20,58000/63000/68000/73000/78000/83000/88000/93000/93000,3000/3500/4000/4500/5000/5500/6000/6500/7000,0,200,1,9,1/1/1/1/1/1/1/1/1,Our Flower Picture,"For every {0} Rhythm Icons, there's a {1}% chance
your stats sync with a matching member's for {2} sec.",1 110070133,想いを込めて作る花絵,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Art from the Heart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 140100008,陸を泳ぐように,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,60/60/60/60/60/60/60/60/60,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,319/436/552/669/786/903/1020/1137/1210,Like Swimming on Land,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120030024,誕生日のヒロイン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,24000/28000/32000/36000/40000/44000/48000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Birthday Heroine,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120030024,誕生日のヒロイン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,24000/28000/32000/36000/40000/44000/48000/52000/52000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1170/1220/1270/1320/1370/1420/1470/1520/1550,Birthday Heroine,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110010136,一緒に行こう!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,17000/20000/23000/26000/29000/32000/35000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,49/51/53/55/58/60/62/64/70,Let's Go Together,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020136,不思議な力,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/42/45/48/50/53/56/59/64,Special Powers,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030132,クールダウン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,21000/23000/25000/27000/29000/31000/33000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,29/32/35/38/41/44/47/50/55,Cooldown,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -3936,23 +3936,23 @@ 110070134,癒やしの時間,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,18000/20000/22000/24000/26000/28000/30000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,34/37/40/43/46/49/52/56/61,Soothing Time,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080134,ブレイクスルー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,20000/22000/24000/26000/28000/30000/32000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/42/46/50/53/57/61/64/70,Breakthrough,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090134,ルビィの成長,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,21000/24000/27000/30000/33000/36000/39000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/42/45/48/51/53/56/59/64,Ruby's Growth,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010158,みんなの味,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,34000/37000/40000/43000/46000/49000/52000/55000/55000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Everyone's Taste,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010158,みんなの味,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,32/32/32/32/32/32/32/32/32,34000/37000/40000/43000/46000/49000/52000/55000/55000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1150/1200/1250/1300/1350/1400/1450/1500/1530,Everyone's Taste,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100020154,ポップなキャンディ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Pop Candy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030152,とろける時間,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,60/60/60/60/60/60/60/60/60,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,438/555/671/788/905/1021/1138/1255/1343,Melting Time,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040151,甘い歌声,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sweet Voice,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050152,弾けるキャンディ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Popping Candy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100040151,甘い歌声,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Sweet Voice,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100050152,弾けるキャンディ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,16/16/16/16/16/16/16/16/16,11000/15000/19000/23000/27000/31000/35000/39000/39000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Popping Candy,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100060152,童心にかえって,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Back to Childhood,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070151,フレーバーパーティ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Flavor Party,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080154,砂糖菓子のように甘く,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,As Sweet As Sugar,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100080154,砂糖菓子のように甘く,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,As Sweet As Sugar,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100090155,お菓子の国のお姫様,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,372/471/570/669/768/868/967/1066/1141,Princess of Sweets,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010137,覚えていなくても,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,20/20/20/20/20/20/20/20/20,33000/37000/41000/45000/49000/53000/57000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Even If We Forget,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020137,夢の世界の音,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,54/54/54/54/54/54/54/54/54,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,583/717/851/984/1118/1251/1385/1519/1531,Dreamscape Sounds,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030133,試着完了♪,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,14/14/14/14/14/14/14/14/14,25000/28000/31000/34000/37000/40000/43000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Costume Tried On!,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040134,夢で見た世界,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,19/19/19/19/19/19/19/19/19,28000/33000/38000/43000/48000/53000/58000/63000/63000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Our Dream World,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030133,試着完了♪,PERFECTを{0}回達成するごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,3,14/14/14/14/14/14/14/14/14,25000/28000/31000/34000/37000/40000/43000/46000/46000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Costume Tried On!,"For every {0} PERFECTs, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110040134,夢で見た世界,コンボを{0}回達成するごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,2,19/19/19/19/19/19/19/19/19,28000/33000/38000/43000/48000/53000/58000/63000/63000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Our Dream World,"For every {0} combos, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110050139,夢で浮かんだイメージ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,60/60/60/60/60/60/60/60/60,2000/6000/10000/14000/18000/22000/26000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,1312/1358/1403/1449/1494/1540/1586/1631/1633,Our Dream Picture,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060139,漆黒の騎士,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,19/19/19/19/19/19/19/19/19,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,The Jet Black Knight,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070135,夢の名残,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,60/60/60/60/60/60/60/60/60,3000/7000/11000/15000/19000/23000/27000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,1250/1296/1341/1387/1432/1478/1523/1569/1573,Dream Remnants,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080135,衣装と一緒に,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,20/20/20/20/20/20/20/20/20,31000/36000/41000/46000/51000/56000/61000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Together in Costumes,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080135,衣装と一緒に,コンボを{0}回達成するごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,2,20/20/20/20/20/20/20/20/20,31000/36000/41000/46000/51000/56000/61000/66000/66000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Together in Costumes,"For every {0} combos, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110090135,夢と現実のあいだで,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,18/18/18/18/18/18/18/18/18,27000/31000/35000/39000/43000/47000/51000/55000/55000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Amid Truth and Dreams,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010138,あなたとの契約,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27/27/27/27/27,40000/46000/52000/58000/64000/70000/76000/82000/82000,,0,0,0,6,4/4/5/5/6/6/7/7/8,Our Pact,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100010159,トータルチャーム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20,36000/38000/40000/42000/44000,3000/3000/3000/3000/3000,0,0,0,4,16/18/20/22/24,Total Charm,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4019,19 +4019,19 @@ 100030154,ことりのおもてなし,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,30/30/30/30/30/30/30/30/30,29000/36000/43000/50000/57000/64000/71000/78000/78000,6000/6500/7000/7500/8000/8500/9000/9500/10200,0,0,0,5,2/2/2/2/2/2/2/2/2,Kotori's Hospitality,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100040153,微笑みの彼方,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,19/19/19/19/19/19/19/19/19,15000/20000/25000/30000/35000/40000/45000/50000/50000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Beyond the Smile,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 130010014,桜と今の気持ち,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,346/420/495/569/644/718/792/867/922,Flowers and Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130020014,本番のイメージ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Vision of the Show,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130020014,本番のイメージ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Vision of the Show,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130030014,桜のように踊って,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,20/20/20/20/20,20000/24000/28000/32000/36000,3000/3000/3000/3000/3000,0,0,0,4,60/75/89/104/118,Dancing like Petals,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130040014,機転を利かせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,25/25/25/25/25,29000/32000/35000/38000/41000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,Use Your Wits,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 130050014,どんな桜も,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,21/21/21/21/21,16000/19000/22000/25000/28000,,0,0,0,6,5/5/5/6/6,Any Cherry Tree,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110050140,夜空の宝石,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,3000/6000/9000/12000/15000/18000/21000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,807/836/865/894/923/952/982/1011/1084,Night Sky Jewels,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060154,少しだけ大人に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,36/36/36/36/36/36/36/36/36,3000/5000/7000/9000/11000/13000/15000/17000/17000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,726/806/886/965/1045/1125/1204/1284/1378,A Little More Mature,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010161,これまで、これから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,23000/28000/33000/38000/43000/48000/53000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Til Now and Here On,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100020156,エンパシー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,23000/26000/29000/32000/35000/38000/41000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Empathy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030155,あなたに返したい,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,17000/22000/27000/32000/37000/42000/47000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Giving Back to You,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010161,これまで、これから,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,23000/28000/33000/38000/43000/48000/53000/58000/58000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Til Now and Here On,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100020156,エンパシー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,21/21/21/21/21/21/21/21/21,23000/26000/29000/32000/35000/38000/41000/44000/44000,1000/1500/2000/2500/3000/3500/4000/4500/4500,0,0,0,7,1320/1350/1380/1410/1440/1470/1500/1530/1560,Empathy,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +100030155,あなたに返したい,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,17000/22000/27000/32000/37000/42000/47000/52000/52000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Giving Back to You,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100040154,ハートを掴め,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Capturing Hearts,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050154,ブンブン!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,60/60/60/60/60/60/60/60/60,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,1111/1170/1229/1288/1347/1406/1464/1523/1558,"Buzz, Buzz!","For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060155,熱くなれ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,15000/17000/19000/21000/23000/25000/27000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,542/665/788/911/1034/1157/1280/1403/1428,Get Fired Up,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070153,離しません,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,23000/28000/33000/38000/43000/48000/53000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Never Apart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070153,離しません,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,23000/28000/33000/38000/43000/48000/53000/58000/58000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Never Apart,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100080156,今なら思える,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,33000/36000/39000/42000/45000/48000/51000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,I Can See It Now,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090157,忘れないで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,57/57/57/57/57/57/57/57/57,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,867/951/1035/1119/1203/1288/1372/1456/1487,Don't Forget,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010139,その先の未来へ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,60/60/60/60/60/60/60/60/60,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,1111/1170/1229/1288/1347/1406/1464/1523/1558,To the Future Beyond,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4039,24 +4039,24 @@ 110030134,積み重ねてきたから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,33000/36000/39000/42000/45000/48000/51000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Building Up to It,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040135,あの日夢見たもの,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,The Dream That Day,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050141,Aqoursの宝物,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,68/68/68/68/68/68/68/68/68,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,1318/1373/1429/1484/1540/1596/1651/1707/1737,Aqours' Treasure,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060140,次なる堕天,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,17000/22000/27000/32000/37000/42000/47000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,The Next Fallen Angel,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060140,次なる堕天,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,17000/22000/27000/32000/37000/42000/47000/52000/52000,,0,0,0,8,6/6/6/7/7/7/8/8/9,The Next Fallen Angel,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110070136,耳を澄ませて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,33000/36000/39000/42000/45000/48000/51000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Listen Closely,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080136,シャイニー☆ライブ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,14000/19000/24000/29000/34000/39000/44000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Shiny Live Show,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090136,もっと成長を,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,23000/28000/33000/38000/43000/48000/53000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Growing More,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080136,シャイニー☆ライブ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,16/16/16/16/16/16/16/16/16,14000/19000/24000/29000/34000/39000/44000/49000/49000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Shiny Live Show,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110090136,もっと成長を,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,23000/28000/33000/38000/43000/48000/53000/58000/58000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Growing More,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120010020,あなたとまた一歩,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,60/60/60/60/60/60/60/60/60,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,1111/1170/1229/1288/1347/1406/1464/1523/1558,Another Step with You,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120020020,ハピネスフラワー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,43/43/43/43/43/43/43/43/43,33000/37000/41000/45000/49000/53000/57000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Happiness Flower,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120030026,感謝を込めて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,8000/13000/18000/23000/28000/33000/38000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,With My Gratitude,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120020020,ハピネスフラワー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,43/43/43/43/43/43/43/43/43,33000/37000/41000/45000/49000/53000/57000/61000/61000,3000/3500/4000/4500/5000/5500/6000/6500/6500,0,0,0,7,1260/1300/1340/1380/1420/1460/1500/1540/1570,Happiness Flower,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +120030026,感謝を込めて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,14/14/14/14/14/14/14/14/14,8000/13000/18000/23000/28000/33000/38000/43000/43000,,0,0,0,8,6/6/6/7/7/7/8/8/9,With My Gratitude,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120040021,キミと私の記録,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Record of You and I,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120050020,軌跡と奇跡!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,31000/34000/37000/40000/43000/46000/49000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,History of Miracles,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120060026,ふわふわも〜ど,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fluffy Mode,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120070022,大好きはここから!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,15000/17000/19000/21000/23000/25000/27000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,542/665/788/911/1034/1157/1280/1403/1428,Our Love Starts Here!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120080025,感謝を抱きしめて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,14000/19000/24000/29000/34000/39000/44000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Embrace of Gratitude,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120090020,気持ちよ届け!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,8000/13000/18000/23000/28000/33000/38000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sending My Love!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120080025,感謝を抱きしめて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,16/16/16/16/16/16/16/16/16,14000/19000/24000/29000/34000/39000/44000/49000/49000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Embrace of Gratitude,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +120090020,気持ちよ届け!,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,14/14/14/14/14/14/14/14/14,8000/13000/18000/23000/28000/33000/38000/43000/43000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Sending My Love!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130010015,響け私たちの歌,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,41000/44000/47000/50000/53000/56000/59000/62000/62000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Let Our Song Resound,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130020015,想いを繋げて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,25000/28000/31000/34000/37000/40000/43000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Connect Our Thoughts,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130030015,お気に入りの飾り,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,22000/25000/28000/31000/34000/37000/40000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,My Fave Decoration,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130040015,私たちの名を轟かせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,64/64/64/64/64/64/64/64/64,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,1217/1273/1328/1384/1439/1495/1551/1606/1635,Make Our Name Known,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130050015,結ヶ丘の誇りを,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,17000/22000/27000/32000/37000/42000/47000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,The Pride of Yuigaoka,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130050015,結ヶ丘の誇りを,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,17000/22000/27000/32000/37000/42000/47000/52000/52000,,0,0,0,8,6/6/6/7/7/7/8/8/9,The Pride of Yuigaoka,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110050142,会場へご案内♪,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,30/30/30/30/30/30/30/30/30,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,64/66/68/69/71/72/74/76/83,A Tour of the Venue,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060156,紙吹雪のサプライズ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,13000/15000/17000/19000/21000/23000/25000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,44/46/49/52/55/58/60/63/69,Confetti Surprise,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010140,みかん色の眩さ,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,24/24/24/24/24/24/24/24/24,15000/21000/27000/33000/39000/45000/51000/57000/57000,,0,0,0,6,7/7/8/8/9/9/10/10/11,Blinding Mikan Orange,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -4066,8 +4066,8 @@ 100020157,たゆたう川の流れ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,46/46/46/46/46/46/46/46/46,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,492/584/676/768/860/952/1044/1136/1220,Drifting Downstream,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030156,エキゾチックな旅へ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,52/52/52/52/52/52/52/52/52,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,478/586/695/804/912/1021/1129/1238/1329,An Exotic Journey,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040155,空からの景色,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,52/52/52/52/52/52/52/52/52,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,478/586/695/804/912/1021/1129/1238/1329,View from the Sky,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050155,カラフルな海,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Colorful Sea,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100060157,夜市の風に吹かれて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Night Market's Breeze,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100050155,カラフルな海,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Colorful Sea,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100060157,夜市の風に吹かれて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,22000/26000/30000/34000/38000/42000/46000/50000/50000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Night Market's Breeze,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100070154,秘密の花園,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,414/539/664/789/914/1039/1164/1289/1384,The Secret Garden,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080157,お花の匂いに囲まれて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,4000/7000/10000/13000/16000/19000/22000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,643/703/764/824/885/946/1006/1067/1146,In the Floral Aroma,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090158,ガラスのチューリップ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Glass Tulips,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4075,26 +4075,26 @@ 110020140,緑のトンネル,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Green Tunnel,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030135,一度は見たい景色,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,4000/7000/10000/13000/16000/19000/22000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,643/703/764/824/885/946/1006/1067/1146,View I'd Like to See,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040136,煌めく光の流れ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,46/46/46/46/46/46/46/46/46,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,492/584/676/768/860/952/1044/1136/1220,Glittering Light Flow,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050144,雪山を眺めて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Snowy Mountain View,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050144,雪山を眺めて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Snowy Mountain View,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110060141,水鏡のヨハネ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,52/52/52/52/52/52/52/52/52,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,478/586/695/804/912/1021/1129/1238/1329,Yohane's Reflection,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070137,世界の絶景巡り,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,414/539/664/789/914/1039/1164/1289/1384,World Scenery Tour,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080137,弾けるバケーション,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,52/52/52/52/52/52/52/52/52,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,478/586/695/804/912/1021/1129/1238/1329,Vivacious Vacation,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090137,いつか世界旅行に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,414/539/664/789/914/1039/1164/1289/1384,Wanna Tour the World,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120010021,不思議をあげる♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,18000/22000/26000/30000/34000/38000/42000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Give You Wonder,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120010021,不思議をあげる♪,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,18000/22000/26000/30000/34000/38000/42000/46000/46000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Give You Wonder,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120020021,ピスピスピ〜ス♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,46/46/46/46/46/46/46/46/46,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,492/584/676/768/860/952/1044/1136/1220,Peace Peace Peace!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120030027,道標は私,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,52/52/52/52/52/52/52/52/52,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,478/586/695/804/912/1021/1129/1238/1329,I'm the Guiding Sign,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120040022,ターゲット捕捉!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Target Locked!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120050021,ココロ、撃ち抜け!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Shoot to the Heart!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120060027,ゆったりまったり,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Slowly but Surely,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120040022,ターゲット捕捉!,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,22000/26000/30000/34000/38000/42000/46000/50000/50000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Target Locked!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +120050021,ココロ、撃ち抜け!,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Shoot to the Heart!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +120060027,ゆったりまったり,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,19/19/19/19/19/19/19/19/19,22000/26000/30000/34000/38000/42000/46000/50000/50000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Slowly but Surely,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120070023,誰もがトモダチ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,We're All Friends,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120080026,みんなで歌おう,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,46/46/46/46/46/46/46/46/46,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,492/584/676/768/860/952/1044/1136/1220,Let's All Sing,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120090021,声も気持ちも一緒だよ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,20000/24000/28000/32000/36000/40000/44000/48000/48000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Voice and Heart as 1,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120100014,信念の行方,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,40000/44000/48000/52000/56000/60000/64000/68000/68000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Belief and Beyond,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120120010,新しい出発,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,64/64/64/64/64/64/64/64/64,10000/13000/16000/19000/22000/25000/28000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,412/549/687/825/963/1101/1238/1376/1478,Made Up My Mind,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120110010,覚悟完了,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A New Departure,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120110010,覚悟完了,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,21/21/21/21/21/21/21/21/21,26000/30000/34000/38000/42000/46000/50000/54000/54000,,0,0,0,8,6/6/6/7/7/7/8/8/9,A New Departure,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130010016,想いを届けたいから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,46/46/46/46/46/46/46/46/46,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,492/584/676/768/860/952/1044/1136/1220,Conveying Feelings,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130020016,運命の出会い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,52/52/52/52/52/52/52/52/52,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,478/586/695/804/912/1021/1129/1238/1329,A Fateful Encounter,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130030016,新しい景色,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A New Perspective,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130030016,新しい景色,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,A New Perspective,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130040016,強い想いで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,With Heart and Soul,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130050016,弾ける想い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,52/52/52/52/52/52/52/52/52,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,478/586/695/804/912/1021/1129/1238/1329,Bursting Emotions,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120080027,心弾ませて,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,29/29/29/29/29/29/29/29/29,33000/40000/47000/54000/61000/68000/75000/82000/82000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Bouncing Excitement,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -4106,9 +4106,9 @@ 130050017,もっと工夫したくて,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,27/27/27/27/27,34000/38000/42000/46000/50000,3000/3000/3000/3000/3000,0,0,0,4,47/64/81/99/116,I Wanna Try Harder,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130010017,神楽舞から,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,18/18/18/18/18,27000/29000/31000/33000/35000,4000/4500/5000/5500/6000,0,0,0,5,2/2/2/2/2,From the Sacred Dance,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 130020017,剣の舞,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,23/23/23/23/23,32000/35000/38000/41000/44000,,0,0,0,6,3/3/3/4/4,Sword Dance,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -100010163,夢の先へ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Beyond Our Dreams,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010163,夢の先へ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Beyond Our Dreams,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110010142,それぞれの夢,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,12000/15000/18000/21000/24000/27000/30000/33000/33000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,253/353/454/554/654/754/855/955/1036,Each and Every Dream,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120010022,はじまりの瞬間,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,41/41/41/41/41/41/41/41/41,36000/40000/44000/48000/52000/56000/60000/64000/64000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,The Beginning Moment,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120010022,はじまりの瞬間,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,41/41/41/41/41/41/41/41/41,36000/40000/44000/48000/52000/56000/60000/64000/64000,1600/2300/3000/3700/4400/5100/5800/6500/6500,0,0,0,7,1140/1190/1240/1290/1340/1390/1440/1490/1510,The Beginning Moment,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 130010018,ずっとあなたと,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Forever with You,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010143,大好きなみかん,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,29/29/29/29/29,26000/29000/32000/35000/38000,3000/3000/3000/3000/3000,0,0,0,4,52/57/62/67/73,The Oranges I Love,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020141,ここが私の地元♪,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,29/29/29/29/29,24000/27000/30000/33000/36000,,0,0,0,6,5/5/6/6/7,This Is My Hometown!,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -4126,11 +4126,11 @@ 110070140,光のお花畑,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Meadow of Lights,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090140,妖精さんになれたら,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,If I Were a Fairy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120050022,エメラルドの輝き,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,46/46/46/46/46/46/46/46/46,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,492/584/676/768/860/952/1044/1136/1220,Sparkling Emerald,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030137,みんなの花,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Everyone's Flowers,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030137,みんなの花,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Everyone's Flowers,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110040138,あたたかな涙,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Warm Teardrops,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080139,シャイニーに咲かせて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,18000/22000/26000/30000/34000/38000/42000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Shiny Blooms,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080139,シャイニーに咲かせて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,18000/22000/26000/30000/34000/38000/42000/46000/46000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Shiny Blooms,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120050023,テンアゲな関係,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,19/19/19/19/19/19/19/19/19,18000/20000/22000/24000/26000/28000/30000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,36/39/42/44/47/50/53/56/61,Exciting Relationship,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010164,世界にはばたいて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,37/37/37/37/37/37/37/37/37,31000/35000/39000/43000/47000/51000/55000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fly across the World,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010164,世界にはばたいて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,37/37/37/37/37/37/37/37/37,31000/35000/39000/43000/47000/51000/55000/59000/59000,1100/1800/2500/3200/3900/4600/5300/6000/6000,0,0,0,7,1220/1260/1300/1340/1380/1420/1460/1500/1520,Fly across the World,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100030157,ことりに注目♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Eyes on Kotori!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040156,ちょっぴり大胆に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Bit Bolder,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010144,花の妖精みたいに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,414/539/664/789/914/1039/1164/1289/1384,Like a Flower Fairy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4143,10 +4143,10 @@ 100090159,ニコニーパワー☆,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,21/21/21/21/21/21/21/21/21,20000/25000/30000/35000/40000/45000/50000/55000/55000,6000/6500/7000/7500/8000/8500/9000/9500/10200,0,0,0,5,2/2/2/2/2/2/2/2/2,Nico Ni Power!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100050157,元気をみんなに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,4000/7000/10000/13000/16000/19000/22000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,643/703/764/824/885/946/1006/1067/1146,Spreading Cheer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060159,ドキドキリハーサル,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,414/539/664/789/914/1039/1164/1289/1384,Thrilling Rehearsal,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080159,夢を叶えて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fulfilling Our Dreams,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100080159,夢を叶えて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Fulfilling Our Dreams,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110080140,大事なチケット,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,68/68/68/68/68/68/68/68/68,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,398/543/689/834/980/1126/1271/1417/1521,Precious Ticket,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070157,わしわしMAX!?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,39/41/43/46/48/50/52/54/59,Max Tickle Attack?!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130010019,幸せな花嫁,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Blissful Bride,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130010019,幸せな花嫁,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Blissful Bride,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130050018,ヴェールの向こうに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Under the Veil,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130020018,紫陽花の絆,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,30/30/30/30/30,30000/36000/42000/48000/54000,6000/6500/7000/7500/8000,0,0,0,5,2/2/2/2/2,Hydrangea's Bond,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 130030018,憧れのウエディング,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24,27000/30000/33000/36000/39000,3000/3000/3000/3000/3000,0,0,0,4,37/41/44/48/52,Dream Wedding,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4155,7 +4155,7 @@ 100070158,のぞみパワー注入♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Nozomi Power Infusion,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090160,スペシャルニコニー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,52/52/52/52/52/52/52/52/52,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,478/586/695/804/912/1021/1129/1238/1329,A Special Nico,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080141,スペシャルなステージ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,44/47/50/53/56/58/61/64/69,Special Show,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080142,デモンストレーション,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,6000/10000/14000/18000/22000/26000/30000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Demonstration,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080142,デモンストレーション,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,11/11/11/11/11/11/11/11/11,6000/10000/14000/18000/22000/26000/30000/34000/34000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Demonstration,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110030138,教えてあげる!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,24/24/24/24/24/24/24/24/24,29000/34000/39000/44000/49000/54000/59000/64000/64000,5500/6000/6500/7000/7500/8000/8500/9000/9800,0,0,0,5,2/2/2/2/2/2/2/2/2,I'll Teach You!,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 110040139,流れる髪のきらめき,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,32/32/32/32/32/32/32/32/32,20000/27000/34000/41000/48000/55000/62000/69000/69000,,0,0,0,6,8/8/9/9/10/10/11/11/12,Flowing Hair Sparkle,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110080143,いたずらっ子の余裕,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,26/26/26/26/26/26/26/26/26,25000/31000/37000/43000/49000/55000/61000/67000/67000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Rascal's Confidence,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -4163,12 +4163,12 @@ 110040140,撮り足りなくて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,48/48/48/48/48/48/48/48/48,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,514/610/706/802/898/993/1089/1185/1272,Photo Frenzy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080144,シャイニープリンセス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,63/63/63/63/63/63/63/63/63,10000/13000/16000/19000/22000/25000/28000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,404/540/676/811/947/1083/1219/1355/1455,Shiny Princess,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060145,闇を統べるドレス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,57/57/57/57/57/57/57/57/57,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,459/580/702/824/945/1067/1189/1310/1407,Dress of Darkness,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070141,本の国のお姫様,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Princess of Bookdom,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070141,本の国のお姫様,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Princess of Bookdom,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110090141,想い出のドレス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,36/36/36/36/36/36/36/36/36,3000/6000/9000/12000/15000/18000/21000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,701/743/786/829/872/914/957/1000/1074,Nostalgic Dress,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120040023,真珠に込めた願い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,64/64/64/64/64/64/64/64/64,10000/13000/16000/19000/22000/25000/28000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,375/518/661/804/947/1090/1233/1376/1478,Wish in the Pearl,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120040024,お姉さんの余裕,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,44/47/49/52/54/57/59/62/67,Mature Confidence,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030140,潮干狩りのコツ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,27/26/25/24/23/22/21/20/20,32000/35000/38000/41000/44000/47000/50000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Clam-Hunting Tips,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090142,美味しい予感,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Tasty Premonition,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030140,潮干狩りのコツ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,27/26/25/24/23/22/21/20/20,32000/35000/38000/41000/44000/47000/50000/53000/53000,3500/4000/4500/5000/5500/6000/6500/7000/7500,0,0,0,10,30/40/50/60/70/80/90/100/100,Clam-Hunting Tips,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 +110090142,美味しい予感,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Tasty Premonition,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120010023,一歩一歩を確かめて,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20/20/20/20/20/20/20,23000/28000/33000/38000/43000/48000/53000/58000/58000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Taking Sure Steps,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110010145,夢の場所との約束,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,39000/43000/47000/51000/55000/59000/63000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,28/44/61/77/93/110/126/142/157,Promise and Dreams,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020143,この想いを響かせて,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27/27/27/27/27,26000/31000/36000/41000/46000/51000/56000/61000/61000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Let Our Hearts Echo,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 @@ -4182,7 +4182,7 @@ 100010165,おてんばなお姫様,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,58/58/58/58/58/58/58/58/58,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,414/539/664/789/914/1039/1164/1289/1384,Pegasus Princess,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030158,あなたのエスコート,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Your Personal Escort,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040157,お姫様気分で,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,3000/6000/9000/12000/15000/18000/21000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,685/714/743/772/801/831/860/889/954,Like a Princess,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010146,スイートプリンセス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,47/47/47/47/47/47/47/47/47,42000/46000/50000/54000/58000/62000/66000/70000/70000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sweet Princess,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010146,スイートプリンセス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,47/47/47/47/47/47/47/47/47,42000/46000/50000/54000/58000/62000/66000/70000/70000,1100/1800/2500/3200/3900/4600/5300/6000/6000,0,0,0,7,1180/1240/1300/1360/1420/1480/1540/1600/1630,Sweet Princess,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110020144,プリンセスのメロディ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,38/38/38/38/38/38/38/38/38,4000/7000/10000/13000/16000/19000/22000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,611/668/726/783/841/898/956/1013/1088,A Princess's Melody,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050148,晴れ舞台をもっと,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,46/46/46/46/46/46/46/46/46,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,492/584/676/768/860/952/1044/1136/1220,In the Spotlight,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010166,楽しく学ぼう,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Make Learning Fun!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4191,13 +4191,13 @@ 100040158,新しい発見と閃き,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,32/32/32/32/32,30000/35000/40000/45000/50000,,0,0,0,6,5/5/6/6/7,New Inspirations,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110060147,真紅の祝福,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,45/45/45/45/45/45/45/45/45,10000/13000/16000/19000/22000/25000/28000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,289/386/483/580/677/774/871/968/1056,Crimson Blessing,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020160,プリンセスステップ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,34/34/34/34/34/34/34/34/34,3000/6000/9000/12000/15000/18000/21000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,727/758/789/820/851/882/913/944/1014,Princess Steps,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070160,素足のプリンセス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Bare-Footed Princess,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070160,素足のプリンセス,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,10000/14000/18000/22000/26000/30000/34000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Bare-Footed Princess,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100090162,プリンセスニコニー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,8000/11000/14000/17000/20000/23000/26000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,394/515/636/757/878/999/1120/1241/1333,Smiling Princess,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050158,スイーツタイム♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Time for Sweets!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060160,まどろみのプリンセス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,468/574/681/788/894/1001/1108/1214/1304,Sleeping Princess,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080160,みんなお姫様,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Everyone's a Princess,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130020019,常夏のプール,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,8000/12000/16000/20000/24000/28000/32000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Endless Summer Pool,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130030019,ちぃちゃん式準備体操,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,43/43/43/43/43/43/43/43/43,33000/37000/41000/45000/49000/53000/57000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Chisato's Warm-Up,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130030019,ちぃちゃん式準備体操,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,43/43/43/43/43/43/43/43/43,33000/37000/41000/45000/49000/53000/57000/61000/61000,1600/2300/3000/3700/4400/5100/5800/6500/6500,0,0,0,7,1260/1300/1340/1380/1420/1460/1500/1540/1570,Chisato's Warm-Up,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 130040019,視線を釘づけ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,20/20/20/20/20,26000/30000/34000/38000/42000,4500/5000/5500/6000/6500,0,0,0,5,2/2/2/2/2,Eye Catcher,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 130010020,波のプールで,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,30/30/30/30/30,33000/36000/39000/42000/45000,,0,0,0,6,4/4/4/5/5,At the Wave Pool,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 130050019,夏の思い出,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,3,26/26/26/26/26,29000/31000/33000/35000/37000,3000/3000/3000/3000/3000,0,0,0,4,44/51/58/64/71,Summer Memories,"For every {0} PERFECTs, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4206,7 +4206,7 @@ 130070001,好きをパワーに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25,27000/30000/33000/36000/39000,3000/3000/3000/3000/3000,0,0,0,4,34/37/39/42/44,Turn Love into Power,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130080001,蝶々のように,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28,40000/44000/48000/52000/56000,3000/3000/3000/3000/3000,0,0,0,4,26/28/30/33/35,Like a Butterfly,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130090001,一攫千マニー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20,20000/22000/24000/26000/28000,3000/3000/3000/3000/3000,0,0,0,4,37/40/44/47/50,Easy Money,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100060161,サンセットメモリー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,41/41/41/41/41/41/41/41/41,36000/40000/44000/48000/52000/56000/60000/64000/64000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sunset Memories,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100060161,サンセットメモリー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,41/41/41/41/41/41/41/41/41,36000/40000/44000/48000/52000/56000/60000/64000/64000,2100/2800/3500/4200/4900/5600/6300/7000/7000,0,0,0,7,1320/1360/1400/1440/1480/1520/1560/1600/1630,Sunset Memories,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110020145,夕日の調べ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Evening Melody,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090163,大人の雰囲気で,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,42/42/42/42/42/42/42/42/42,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,299/390/481/571/662/752/843/933/1018,With a Mature Vibe,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030142,さかなのみるゆめ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Fishy Dream,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4218,11 +4218,11 @@ 110090144,夢にウインク!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Dreamy Wink!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010147,一日を長く感じて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,3000/6000/9000/12000/15000/18000/21000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,685/714/743/772/801/831/860/889/969,Days Getting Longer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010167,幸せな誕生日,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,45/45/45/45/45/45/45/45/45,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,263/359/456/552/648/745/841/938/1022,Delightful Birthday,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010148,きらきらを、何度でも,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sparkle Over and Over,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010148,きらきらを、何度でも,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Sparkle Over and Over,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110020146,届け、私のピアノ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,42/42/42/42/42/42/42/42/42,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,299/390/481/571/662/752/843/933/1013,Sharing My Piano,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050149,始まりの情熱,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,20000/24000/28000/32000/36000/40000/44000/48000/48000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Beginning Passion,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030159,ウィンド・チャイム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,36/36/36/36/36/36/36/36/36,5000/8000/11000/14000/17000/20000/23000/26000/26000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,462/528/594/660/726/791/857/923/1001,Wind Chime,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080161,ビビッド・ドロー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,24/23/22/21/20/19/18/17/17,25000/28000/31000/34000/37000/40000/43000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Vivid Drawing,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100080161,ビビッド・ドロー,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,24/23/22/21/20/19/18/17/17,25000/28000/31000/34000/37000/40000/43000/46000/46000,4200/4600/5000/5400/5800/6200/6600/7000/7500,0,0,0,10,30/40/50/60/70/80/90/100/100,Vivid Drawing,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 120020022,カワイイの塊!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,30/30/30/30/30/30/30/30/30,25000/32000/39000/46000/53000/60000/67000/74000/74000,7000/7500/8000/8500/9000/9500/10000/10500/11200,0,0,0,5,2/2/2/2/2/2/2/2/2,Kawaii Personified,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100020161,キミのプラン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,68/68/68/68/68/68/68/68/68,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,331/441/550/660/770/879/989/1099/1187,Your Plans,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070161,ウチのおすすめ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,69/69/69/69/69/69/69/69/69,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,335/447/558/669/781/892/1004/1115/1204,My Recommendation,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4236,9 +4236,9 @@ 110010150,おつかいのトマト,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,69/69/69/69/69/69/69/69/69,24000/27000/30000/33000/36000/39000/42000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,335/447/558/669/781/892/1004/1115/1204,Tomato Errand,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020147,海辺のパニーニ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,28/28/28/28/28/28/28/28/28,11000/13000/15000/17000/19000/21000/23000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,297/371/445/519/593/667/741/814/879,Panini by the Ocean,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050150,夢中になる味,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,54/54/54/54/54/54/54/54/54,17000/20000/23000/26000/29000/32000/35000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,370/465/560/654/749/844/939/1033/1116,Transfixing Flavor,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030143,渚のお茶娘,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,20000/25000/30000/35000/40000/45000/50000/55000/55000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Waterside Tea Girl,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030143,渚のお茶娘,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,20000/25000/30000/35000/40000/45000/50000/55000/55000,1500/2000/2500/3000/3500/4000/4500/5000/5000,0,0,0,7,1530/1540/1550/1560/1570/1580/1590/1600/1630,Waterside Tea Girl,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110050151,茶娘姿でパチリ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23/23/23/23/23,30000/35000/40000/45000/50000/55000/60000/65000/65000,5000/5500/6000/6500/7000/7500/8000/8500/9200,0,0,0,5,2/2/2/2/2/2/2/2/2,Tea Girl Outfit Photo,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -110060150,茶畑の堕天使,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Fallen Angel of Tea,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060150,茶畑の堕天使,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,14/14/14/14/14/14/14/14/14,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Fallen Angel of Tea,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110080147,沼津を満喫,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,23/23/23/23/23,25000/30000/35000/40000/45000,5000/5500/6000/6500/7000,0,0,0,5,2/2/2/2/2,Your Fill of Numazu,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 120070025,目指す先のその先へ,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,31/31/31/31/31/31/31/31/31,25000/27000/29000/31000/33000/35000/37000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,40/45/49/54/59/64/68/73/80,Far Beyond the Aim,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050159,迷子のネコ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,372/462/552/642/732/822/912/1002/1082,Lost Cat,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4250,27 +4250,27 @@ 110030144,みんなで分け合って,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,48/48/48/48/48/48/48/48/48,14000/17000/20000/23000/26000/29000/32000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,401/486/571/656/742/827/912/998/1077,Sharing with Everyone,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040143,ビッグティラミス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,13000/15000/17000/19000/21000/23000/25000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,288/370/452/534/616/698/780/862/931,Enormous Tiramisu,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080148,シャイニーな試食会,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,372/462/552/642/732/822/912/1002/1082,Shiny Food Sampling,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100020162,ナイトプール・スワン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,9/9/9/9/9/9/9/9/9,14000/17000/20000/23000/26000/29000/32000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Night Pool Swan,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100020162,ナイトプール・スワン,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,9/9/9/9/9/9/9/9/9,14000/17000/20000/23000/26000/29000/32000/35000/35000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Night Pool Swan,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100030161,ナイトアクアリウム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Night Aquarium,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050152,どきどきナイトプール,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,32000/36000/40000/44000/48000/52000/56000/60000/60000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Exciting Night Pool,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070145,うきうきナイトプール,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,43/43/43/43/43/43/43/43/43,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Happy Night Pool,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070145,うきうきナイトプール,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,43/43/43/43/43/43/43/43/43,38000/42000/46000/50000/54000/58000/62000/66000/66000,2100/2800/3500/4200/4900/5600/6300/7000/7000,0,0,0,7,1280/1330/1380/1430/1480/1530/1580/1630/1660,Happy Night Pool,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100010170,憧れのレースクイーン,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Adored Grid Girl,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030162,こだわりの衣装,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,8000/12000/16000/20000/24000/28000/32000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Specialty Costume,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040160,記念写真に応えて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,20000/24000/28000/32000/36000/40000/44000/48000/48000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Commemorative Photo,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100030162,こだわりの衣装,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,11/11/11/11/11/11/11/11/11,8000/12000/16000/20000/24000/28000/32000/36000/36000,,0,0,0,8,6/6/6/7/7/7/8/8/9,A Specialty Costume,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100040160,記念写真に応えて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,20000/24000/28000/32000/36000/40000/44000/48000/48000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Commemorative Photo,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110010151,もっと泳ぎたくて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,36000/40000/44000/48000/52000/56000/60000/64000/64000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,I Want to Swim More,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020148,ひんやりかき氷,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Cool Shaved Ice,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020148,ひんやりかき氷,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,13000/17000/21000/25000/29000/33000/37000/41000/41000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Cool Shaved Ice,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110050153,スペシャルドリンク♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,80/80/80/80/80/80/80/80/80,30000/33000/36000/39000/42000/45000/48000/51000/51000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,312/431/549/668/786/904/1022/1141/1232,A Special Drink,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050160,ステージも駆け抜けて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,15000/19000/23000/27000/31000/35000/39000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Speedy Onstage Too,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100060163,駆け抜ける疾走感,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,21000/25000/29000/33000/37000/41000/45000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Rush of Speed,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080163,この日のために,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,24000/28000/32000/36000/40000/44000/48000/52000/52000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,For This Day,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060152,真夏の夜の堕天使,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,14000/19000/24000/29000/34000/39000/44000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Midsummer Night Angel,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060152,真夏の夜の堕天使,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,29/29/29/29/29/29/29/29/29,14000/19000/24000/29000/34000/39000/44000/49000/49000,2700/3100/3500/3900/4300/4700/5100/5500/5500,0,0,0,7,1180/1230/1280/1330/1380/1430/1480/1530/1560,Midsummer Night Angel,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110070146,フロートに乗って,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,41000/45000/49000/53000/57000/61000/65000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Ride the Float,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090146,お魚さんに乗って,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,39000/43000/47000/51000/55000/59000/63000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Ride the Fish,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020163,フラッグを使って,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,18000/22000/26000/30000/34000/38000/42000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Working the Flags,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070162,圧巻の光景,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Stunning Sight,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100090166,ニコニーに夢中,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Obsessed with Nico-Ni,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100090166,ニコニーに夢中,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Obsessed with Nico-Ni,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110030145,泳ぎの季節,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,60/60/60/60/60/60/60/60/60,20000/23000/26000/29000/32000/35000/38000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,351/452/554/656/758/860/962/1064/1149,Swimming Season,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040144,髪を束ねて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,7000/11000/15000/19000/23000/27000/31000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Tying My Hair Up,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040144,髪を束ねて,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,11/11/11/11/11/11/11/11/11,7000/11000/15000/19000/23000/27000/31000/35000/35000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Tying My Hair Up,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110080149,サマースケジュール,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,87/87/87/87/87/87/87/87/87,35000/38000/41000/44000/47000/50000/53000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,290/410/530/650/770/890/1010/1130/1220,Summer Schedule,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020149,曜ちゃんがいるから,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,20/20/20/20/20/20/20/20/20,25000/30000/35000/40000/45000/50000/55000/60000/60000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,715/820/925/1030/1135/1240/1345/1450/1530,Because You is Here,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 110050154,海とアイスの幸せ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,29/29/29/29/29/29/29/29/29,39000/43000/47000/51000/55000/59000/63000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Ice-Cream-and-Sea Joy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4282,7 +4282,7 @@ 110040145,旅の車窓,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,15000/19000/23000/27000/31000/35000/39000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sightseeing Window,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080150,エンジョイしたいから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,26/26/26/26/26/26/26/26/26,33000/37000/41000/45000/49000/53000/57000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,I Want to Have Fun,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020164,あの子に似てるから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,It Reminds Me of Her,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050161,猫まつりにゃ!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,19000/23000/27000/31000/35000/39000/43000/47000/47000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Cat Fest Time!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100050161,猫まつりにゃ!,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,19000/23000/27000/31000/35000/39000/43000/47000/47000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Cat Fest Time!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100060164,香りの思い出,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,26/26/26/26/26/26/26/26/26,20000/27000/34000/41000/48000/55000/62000/69000/69000,,0,0,0,6,6/6/7/7/8/8/9/9/10,Memory of a Scent,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100090167,さらに磨き上げて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,21/21/21/21/21,23000/27000/31000/35000/39000,6000/6500/7000/7500/8000,0,0,0,5,2/2/2/2/2,Hone It Further,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 100030163,お守りの石,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,56/56/56/56/56/56/56/56/56,11000/13000/15000/17000/19000/21000/23000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,327/493/660/827/993/1160/1327/1493/1629,Lucky Charm Stone,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4294,10 +4294,10 @@ 110090148,サファイアをまとって,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,14000/16000/18000/20000/22000/24000/26000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,234/374/514/654/794/934/1074/1214/1324,Wrapped in Sapphires,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020152,少しでも長く,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,39/39/39/39/39/39/39/39/39,25000/28000/31000/34000/37000/40000/43000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,47/51/54/57/61/64/67/71/77,Just a Bit Longer,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050162,トロピカルダンシング,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,38000/42000/46000/50000/54000/58000/62000/66000/66000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Tropical Dancing,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080151,マリーのフラダンス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,9/9/9/9/9/9/9/9/9,14000/17000/20000/23000/26000/29000/32000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Mari's Hula Dance,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080151,マリーのフラダンス,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,9/9/9/9/9/9/9/9/9,14000/17000/20000/23000/26000/29000/32000/35000/35000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Mari's Hula Dance,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100050163,ふわふわの帽子,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,80/80/80/80/80/80/80/80/80,10000/13000/16000/19000/22000/25000/28000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,515/687/859/1031/1204/1376/1548/1720/1866,Fluffy Hat,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100060165,ふたりだから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,8000/12000/16000/20000/24000/28000/32000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Since We're Together,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080164,マフラーをふたりで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,25000/29000/33000/37000/41000/45000/49000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Sharing a Scarf,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100060165,ふたりだから,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,11/11/11/11/11/11/11/11/11,8000/12000/16000/20000/24000/28000/32000/36000/36000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Since We're Together,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +100080164,マフラーをふたりで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,25000/29000/33000/37000/41000/45000/49000/53000/53000,1300/1900/2500/3100/3700/4300/4900/5500/5500,0,0,0,7,1390/1410/1430/1450/1470/1490/1510/1530/1560,Sharing a Scarf,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100020165,夜景に包まれて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,9000/11000/13000/15000/17000/19000/21000/23000/23000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,364/523/682/841/1001/1160/1319/1478/1604,Shrouded in the Night,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070163,浴衣でくつろいで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,45/45/45/45/45/45/45/45/45,8000/10000/12000/14000/16000/18000/20000/22000/22000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,362/505/648/791/934/1078/1221/1364/1480,Relaxing in a Yukata,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090168,ニコニーに似合う服,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,20000/24000/28000/32000/36000/40000/44000/48000/48000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Clothes for Nico,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4305,8 +4305,8 @@ 130070002,小悪魔メイちゃん★,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,68/68/68/68/68/68/68/68/68,12000/14000/16000/18000/20000/22000/24000/26000/26000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,431/664/896/1129/1362/1595/1828/2060/2235,Little Devil Mei,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090149,ルビィのハート,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,40/40/40/40/40/40/40/40/40,30000/34000/38000/42000/46000/50000/54000/58000/58000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,49/51/52/53/54/55/56/57/63,Ruby's Heart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100010171,スイーツに囲まれて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,87/87/87/87/87/87/87/87/87,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,508/694/880/1067/1253/1439/1626/1812/1966,Surrounded by Sweets,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030165,観覧車に揺られて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,43/43/43/43/43/43/43/43/43,33000/37000/41000/45000/49000/53000/57000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Rocking Ferris Wheel,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040161,残暑の海で,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Lingering Heat at Sea,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100030165,観覧車に揺られて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,43/43/43/43/43/43/43/43/43,33000/37000/41000/45000/49000/53000/57000/61000/61000,1600/2300/3000/3700/4400/5100/5800/6500/6500,0,0,0,7,1260/1300/1340/1380/1420/1460/1500/1540/1570,Rocking Ferris Wheel,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +100040161,残暑の海で,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Lingering Heat at Sea,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120100015,ジュエリーへの憧れ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,57/57/57/57/57/57/57/57/57,14000/17000/20000/23000/26000/29000/32000/35000/35000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,261/379/497/614/732/850/968/1086/1184,Longing for Jewelry,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100050164,ウェットカウンター,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,15/15/15/15/15/15/15/15/15,17000/21000/25000/29000/33000/37000/41000/45000/45000,3000/3500/4000/4500/5000/5500/6000/6500/6500,1,0,0,4,820/910/1000/1090/1180/1270/1360/1450/1530,Splash Counter,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 100090169,スプラッシュヒット,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Splash Attack,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4316,13 +4316,13 @@ 110070148,マルの恋の花,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Blossoms of My Love,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090150,CYaRon!スマイル,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,CYaRon! Smile,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010153,大好きな衣装,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,15000/19000/23000/27000/31000/35000/39000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Beloved Costume,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020153,刺激的な時間,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,37/37/37/37/37/37/37/37/37,24000/29000/34000/39000/44000/49000/54000/59000/59000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Exciting Times,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020153,刺激的な時間,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,37/37/37/37/37/37/37/37/37,24000/29000/34000/39000/44000/49000/54000/59000/59000,1800/2400/3000/3600/4200/4800/5400/6000/6000,0,0,0,7,1280/1310/1340/1370/1400/1430/1460/1490/1510,Exciting Times,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110050156,元気をチャージ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,10000/12000/14000/16000/18000/20000/22000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,328/483/639/794/950/1106/1261/1417/1537,Charging Energy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030147,イメージチェンジ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,64/64/64/64/64/64/64/64/64,6000/9000/12000/15000/18000/21000/24000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,686/813/941/1069/1197/1324/1452/1580/1714,A Change of Style,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040146,他言無用!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,68/68/68/68/68/68/68/68/68,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,623/766/908/1050/1192/1334/1477/1619/1757,This Stays Between Us,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110080152,恋のヴァルハラ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,56/56/56/56/56/56/56/56/56,11000/13000/15000/17000/19000/21000/23000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,327/493/660/827/993/1160/1327/1493/1620,Valhalla of Love,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010154,浦の星とAqours,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,27/27/27/27/27,45000/49000/53000/57000/61000,,0,0,0,6,3/3/4/4/5,Uranohoshi and Aqours,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -110040147,魅入る蛍光,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,41/41/41/41/41/41/41/41/41,26000/31000/36000/41000/46000/51000/56000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Enchanting Glow,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040147,魅入る蛍光,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,41/41/41/41/41/41/41/41/41,26000/31000/36000/41000/46000/51000/56000/61000/61000,1800/2400/3000/3600/4200/4800/5400/6000/6000,0,0,0,7,1310/1350/1390/1430/1470/1510/1550/1590/1620,Enchanting Glow,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110070149,幻想蛍夜,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,48/48/48/48/48/48/48/48/48,9000/11000/13000/15000/17000/19000/21000/23000/23000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,343/493/642/792/942/1092/1241/1391/1509,Magical Firefly Night,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110090151,心に残る蛍狩り,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,22/22/22/22/22/22/22/22/22,38000/42000/46000/50000/54000/58000/62000/66000/66000,,0,0,0,6,5/5/6/6/7/7/8/8/9,Memories of Fireflies,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100020166,大人っぽく仕上げて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,48/48/48/48/48/48/48/48/48,8000/10000/12000/14000/16000/18000/20000/22000/22000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,385/538/691/843/996/1149/1302/1454/1586,Mature Flair,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4352,19 +4352,19 @@ 110030149,ナイトプールに乾杯,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,56/56/56/56/56/56/56/56/56,8000/10000/12000/14000/16000/18000/20000/22000/22000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,531/742/952/1163/1374/1584/1795/2005/2176,A Night Pool Toast,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060157,漲る力,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,68/68/68/68/68/68/68/68/68,11000/13000/15000/17000/19000/21000/23000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,469/708/947/1186/1425/1664/1904/2143/2325,Brimming with Power,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130080002,完璧な小悪魔,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,80/80/80/80/80/80/80/80/80,15000/17000/19000/21000/23000/25000/27000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,406/658/911/1163/1416/1668/1921/2173/2358,Perfect Little Devil,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130090002,夏美プロデュース,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,37/37/37/37/37/37/37/37/37,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Natsumi Productions,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130090002,夏美プロデュース,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,37/37/37/37/37/37/37/37/37,22000/26000/30000/34000/38000/42000/46000/50000/50000,2800/3400/4000/4600/5200/5800/6400/7000/7000,0,0,0,7,1500/1550/1600/1650/1700/1750/1800/1850/1880,Natsumi Productions,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100020167,誰よりも堂々と,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,30/30/30/30/30/30/30/30/30,23000/26000/29000/32000/35000/38000/41000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,44/48/51/54/58/61/64/68/73,Grander than Anyone,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020168,ばっちりキメて♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,13000/17000/21000/25000/29000/33000/37000/41000/41000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Right On the Mark,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070164,クールにスイートに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,47/47/47/47/47/47/47/47/47,36000/40000/44000/48000/52000/56000/60000/64000/64000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Be Cool and Sweet,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070164,クールにスイートに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,47/47/47/47/47/47/47/47/47,36000/40000/44000/48000/52000/56000/60000/64000/64000,1600/2300/3000/3700/4400/5100/5800/6500/6500,0,0,0,7,1200/1260/1320/1380/1440/1500/1560/1620/1650,Be Cool and Sweet,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100090171,にこにーに釘付け,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,45/45/45/45/45/45/45/45/45,7000/9000/11000/13000/15000/17000/19000/21000/21000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,749/865/981/1096/1212/1327/1443/1558/1683,Eyes on Nico-Ni,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030150,クールで熱く,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,18000/22000/26000/30000/34000/38000/42000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Cool and Passionate,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040149,全身で表現したいから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Express with My Body,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080154,シャイニーパッション,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,53/53/53/53/53/53/53/53/53,39000/43000/47000/51000/55000/59000/63000/67000/67000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Shiny Passion,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080154,シャイニーパッション,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,53/53/53/53/53/53/53/53/53,39000/43000/47000/51000/55000/59000/63000/67000/67000,1600/2300/3000/3700/4400/5100/5800/6500/6500,0,0,0,7,1260/1330/1400/1470/1540/1610/1680/1750/1780,Shiny Passion,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100050166,バースデーソング♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,80/80/80/80/80/80/80/80/80,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,570/742/915/1088/1260/1432/1605/1778/1939,Birthday Song,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120010024,夢を描きたい!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,9/9/9/9/9/9/9/9/9,3000/7000/11000/15000/19000/23000/27000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Paint My Dreams!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120020023,落書きはお手の物,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,6000/10000/14000/18000/22000/26000/30000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Doodling Is My Thing,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120010024,夢を描きたい!,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,9/9/9/9/9/9/9/9/9,3000/7000/11000/15000/19000/23000/27000/31000/31000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Paint My Dreams!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +120020023,落書きはお手の物,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,11/11/11/11/11/11/11/11/11,6000/10000/14000/18000/22000/26000/30000/34000/34000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Doodling Is My Thing,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120030029,芸術はこの胸のなか,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,18000/22000/26000/30000/34000/38000/42000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Art Is in My Heart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -120040026,カラフルホッパー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Colorful Hoppers,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +120040026,カラフルホッパー,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,12000/16000/20000/24000/28000/32000/36000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Colorful Hoppers,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 120050024,キャンバスを超えて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,11000/15000/19000/23000/27000/31000/35000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Beyond the Canvas,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120060028,ココロノート,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Heart Notebook,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 120070026,情熱で染め上げる!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,42/42/42/42/42/42/42/42/42,7000/9000/11000/13000/15000/17000/19000/21000/21000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,700/808/916/1023/1131/1239/1347/1454/1571,Dye It with Passion!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4379,10 +4379,10 @@ 100050167,テンションを上げて,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,20/20/20/20/20/20/20/20/20,25000/28000/31000/34000/37000/40000/43000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,23/26/29/32/35/38/41/44/47,Get Excited,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010157,みんなが素敵だから,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,34/34/34/34/34/34/34/34/34,12000/13000/14000/15000/16000/17000/18000/19000/19000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,182/326/471/615/759/904/1048/1193/1294,Everyone is Wonderful,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110020156,幸せの音色,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,12000/13000/14000/15000/16000/17000/18000/19000/19000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,172/308/444/579/715/851/987/1123/1218,Joyous Tone,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050159,船出にたとえて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,41/41/41/41/41/41/41/41/41,33000/37000/41000/45000/49000/53000/57000/61000/61000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Like Setting Sail,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050159,船出にたとえて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,41/41/41/41/41/41/41/41/41,33000/37000/41000/45000/49000/53000/57000/61000/61000,1600/2300/3000/3700/4400/5100/5800/6500/6500,0,0,0,7,1200/1240/1280/1320/1360/1400/1440/1480/1500,Like Setting Sail,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110060159,堕天使のブーケトス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,76/76/76/76/76/76/76/76/76,16000/18000/20000/22000/24000/26000/28000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,306/504/701/899/1096/1294/1491/1689/1832,Fallen Angel Bouquet,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070152,映画のシーンのように,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,18000/22000/26000/30000/34000/38000/42000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Like a Movie Scene,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090154,お姉ちゃんのドレス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,31/31/31/31/31/31/31/31/31,25000/29000/33000/37000/41000/45000/49000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,My Big Sister's Dress,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090154,お姉ちゃんのドレス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,31/31/31/31/31/31/31/31/31,25000/29000/33000/37000/41000/45000/49000/53000/53000,1300/1900/2500/3100/3700/4300/4900/5500/5500,0,0,0,7,1380/1400/1420/1440/1460/1480/1500/1520/1550,My Big Sister's Dress,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100040164,味見の幸せ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,21000/25000/29000/33000/37000/41000/45000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,The Joys of Tasting,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030167,みんなで作った衣装,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,69/69/69/69/69/69/69/69/69,14000/16000/18000/20000/22000/24000/26000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,317/506/696/885/1074/1264/1453/1643/1782,Costume Made Together,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080166,最高のおもてなしを,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,25/25/25/25/25/25/25/25/25,44000/47000/50000/53000/56000/59000/62000/65000/65000,6000/6500/7000/7500/8000/8500/9000/9500/10200,0,0,0,5,2/2/2/2/2/2/2/2/2,The Ultimate Service,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 @@ -4422,43 +4422,43 @@ 120030030,リズミカルエール,コンボを{0}回達成するごとに{1}%の確率で
体力が{3}回復する,2,17/17/17/17/17,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Musical Yell,"For every {0} combos, there's a {1}% chance
to restore {3} Stamina.",1 120100018,リズミカルエール,コンボを{0}回達成するごとに{1}%の確率で
体力が{3}回復する,2,17/17/17/17/17,36000/38000/40000/42000/44000,,0,0,0,6,1/1/1/2/2,Musical Yell,"For every {0} combos, there's a {1}% chance
to restore {3} Stamina.",1 100010176,[パーティ]大正スクールアイドル,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Taisho School Idols,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100080169,[パーティ]今は何の時代?,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] What Era Is It?,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100080169,[パーティ]今は何の時代?,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,16/16/16/16/16/16/16/16/16,18000/21000/24000/27000/30000/33000/36000/39000/39000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] What Era Is It?,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100020170,[パーティ]シンプルドレス,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,6000/10000/14000/18000/22000/26000/30000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Simple Dress?,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100010177,[パーティ]その日が来るまで,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,17000/20000/23000/26000/29000/32000/35000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Until That Day...,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010177,[パーティ]その日が来るまで,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,17000/20000/23000/26000/29000/32000/35000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Until That Day...,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100030169,[パーティ]捕まえちゃいます♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,8000/12000/16000/20000/24000/28000/32000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Get Ready!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100020171,[パーティ]ターゲットはキミ♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Target: You!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100020171,[パーティ]ターゲットはキミ♪,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,14/14/14/14/14/14/14/14/14,16000/19000/22000/25000/28000/31000/34000/37000/37000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Target: You!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100040166,[パーティ]期待に応えます!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] I Won't Disappoint!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100060168,[パーティ]奏でたい音楽,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,9/9/9/9/9/9/9/9/9,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Music I Want to Play,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100060168,[パーティ]奏でたい音楽,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,9/9/9/9/9/9/9/9/9,7000/10000/13000/16000/19000/22000/25000/28000/28000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Music I Want to Play,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100050169,[パーティ]尊敬するにゃ!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,4000/8000/12000/16000/20000/24000/28000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Respect!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100030170,[パーティ]みんなでって嬉しいな,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,15000/18000/21000/24000/27000/30000/33000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Happier Together,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100030170,[パーティ]みんなでって嬉しいな,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,15000/18000/21000/24000/27000/30000/33000/36000/36000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Happier Together,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100060169,[パーティ]今の幸せ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Happy Where I Am,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070167,[パーティ]一途な想い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Honest Emotion,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070167,[パーティ]一途な想い,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,19000/22000/25000/28000/31000/34000/37000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Honest Emotion,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100070168,[パーティ]希のセット☆,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,18000/22000/26000/30000/34000/38000/42000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] The Nozomi Set!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100090173,[パーティ]陰の努力,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,12/12/12/12/12/12/12/12/12,13000/16000/19000/22000/25000/28000/31000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Secret Efforts,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100090173,[パーティ]陰の努力,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,12/12/12/12/12/12/12/12/12,13000/16000/19000/22000/25000/28000/31000/34000/34000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Secret Efforts,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100080170,[パーティ]花陽の春コーデ♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] My Spring Looks,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050170,[パーティ]遊びに行こうっ!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,10/10/10/10/10/10/10/10/10,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Let's Go Out!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100050170,[パーティ]遊びに行こうっ!,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,10/10/10/10/10/10/10/10/10,9000/12000/15000/18000/21000/24000/27000/30000/30000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Let's Go Out!,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100090174,[パーティ]小悪魔猛特訓!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Feisty Imp Training,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040167,[パーティ]小悪魔な台詞,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Suggestive Phrase,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100040167,[パーティ]小悪魔な台詞,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,11/11/11/11/11/11/11/11/11,11000/14000/17000/20000/23000/26000/29000/32000/32000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Suggestive Phrase,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110010159,[パーティ]可愛さをアピール,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,12000/16000/20000/24000/28000/32000/36000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Acting Cutely,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090158,[パーティ]心地良い場所,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,10/10/10/10/10/10/10/10/10,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] A Comfy Place,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110090158,[パーティ]心地良い場所,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,10/10/10/10/10/10/10/10/10,9000/12000/15000/18000/21000/24000/27000/30000/30000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] A Comfy Place,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110020158,[パーティ]happy life,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,10000/14000/18000/22000/26000/30000/34000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] happy life,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080156,[パーティ]ラッキーアイテム,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,12/12/12/12/12/12/12/12/12,13000/16000/19000/22000/25000/28000/31000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Lucky Charm,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080156,[パーティ]ラッキーアイテム,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,12/12/12/12/12/12/12/12/12,13000/16000/19000/22000/25000/28000/31000/34000/34000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Lucky Charm,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110030153,[パーティ]キャンディシャワー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,21/21/21/21/21/21/21/21/21,18000/22000/26000/30000/34000/38000/42000/46000/46000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Candy Shower,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070154,[パーティ]迷い火,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Wandering Flame,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070154,[パーティ]迷い火,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,14/14/14/14/14/14/14/14/14,16000/19000/22000/25000/28000/31000/34000/37000/37000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Wandering Flame,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110040151,[パーティ]巫女舞ステップ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,19/19/19/19/19/19/19/19/19,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Shrine Maiden Steps,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110030154,[パーティ]わんわん巡回,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Officer on Duty,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110030154,[パーティ]わんわん巡回,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,11/11/11/11/11/11/11/11/11,11000/14000/17000/20000/23000/26000/29000/32000/32000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Officer on Duty,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110050162,[パーティ]うさぎを追って,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,6000/10000/14000/18000/22000/26000/30000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Follow the Rabbit,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020159,"[パーティ]Hello,WONDER!",リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,"[Party Card] Hello,WONDER!","For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020159,"[パーティ]Hello,WONDER!",リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,16/16/16/16/16/16/16/16/16,18000/21000/24000/27000/30000/33000/36000/39000/39000,,0,0,0,8,6/6/6/7/7/7/8/8/9,"[Party Card] Hello,WONDER!","For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110060162,[パーティ]下界の儀式,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,8000/12000/16000/20000/24000/28000/32000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Underworld Ritual,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040152,[パーティ]はろうぃんぱーてぃ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Halloween Party,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040152,[パーティ]はろうぃんぱーてぃ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,17/17/17/17/17/17/17/17/17,19000/22000/25000/28000/31000/34000/37000/40000/40000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Halloween Party,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110070155,[パーティ]色褪せぬ美しさ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,4000/8000/12000/16000/20000/24000/28000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Unfading Beauty,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010160,[パーティ]オレンジマーメイド,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,15000/18000/21000/24000/27000/30000/33000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Orange Mermaid,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110010160,[パーティ]オレンジマーメイド,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,15000/18000/21000/24000/27000/30000/33000/36000/36000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Orange Mermaid,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110080157,[パーティ]あなただけに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,23/23/23/23/23/23/23/23/23,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Just for you,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110060163,[パーティ]罪のくちづけ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,15/15/15/15/15/15/15/15/15,17000/20000/23000/26000/29000/32000/35000/38000/38000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Sinful Smooch,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110060163,[パーティ]罪のくちづけ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,15/15/15/15/15/15/15/15/15,17000/20000/23000/26000/29000/32000/35000/38000/38000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Sinful Smooch,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110090159,[パーティ]夢と幸せの在処,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,16000/20000/24000/28000/32000/36000/40000/44000/44000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] A Happy Home,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110050163,[パーティ]プラスワン・アレンジ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,9/9/9/9/9/9/9/9/9,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,[Party Card] Rearranged,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110050163,[パーティ]プラスワン・アレンジ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,9/9/9/9/9/9/9/9/9,7000/10000/13000/16000/19000/22000/25000/28000/28000,,0,0,0,8,6/6/6/7/7/7/8/8/9,[Party Card] Rearranged,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110020160,生存戦略,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,17/17/17/17/17/17/17/17/17,33000/37000/41000/45000/49000/53000/57000/61000/61000,,0,0,0,6,9/10/11/12/13/14/15/16/17,Survival Strategy,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 -110080158,反撃開始!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,13/13/13/13/13/13/13/13/13,18000/21000/24000/27000/30000/33000/36000/39000/39000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,"Counterstrike, Go!","For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080158,反撃開始!,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,13/13/13/13/13/13/13/13/13,18000/21000/24000/27000/30000/33000/36000/39000/39000,,0,0,0,8,6/6/6/7/7/7/8/8/9,"Counterstrike, Go!","For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110010161,二丁拳銃でいこう,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,20/20/20/20/20/20/20/20/20,55000/59000/63000/67000/71000/75000/79000/83000/83000,,0,0,0,6,3/3/4/4/5/5/6/6/7,Let's Dual-Wield!,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 110070156,一緒だと楽しくて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,28/28/28/28/28,34000/38000/42000/46000/50000,7000/7500/8000/8500/9000,0,0,0,5,2/2/2/2/2,Always Fun Together,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 120110013,ディーバの決意,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,25/25/25/25/25/25/25/25/25,43000/47000/51000/55000/59000/63000/67000/71000/71000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,22/23/24/26/27/28/29/30/33,Diva's Resolution,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4479,32 +4479,32 @@ 110040154,その目で確かめて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,38/38/38/38/38/38/38/38/38,9000/10000/11000/12000/13000/14000/15000/16000/16000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,321/543/764/986/1207/1428/1650/1871/2066,Seeing Is Believing,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130030020,目を離しちゃダメ♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,8000/9000/10000/11000/12000/13000/14000/15000/15000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,314/516/719/922/1125/1328/1530/1733/1914,Don't Look Away!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130040020,宇宙一の小悪魔,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,20000/24000/28000/32000/36000/40000/44000/48000/48000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Galaxy's Little Devil,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130050020,何度も聴きたい曲,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,9/9/9/9/9/9/9/9/9,14000/18000/22000/26000/30000/34000/38000/42000/42000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Song to Loop,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130050020,何度も聴きたい曲,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,9/9/9/9/9/9/9/9/9,14000/18000/22000/26000/30000/34000/38000/42000/42000,,0,0,0,8,6/6/6/7/7/7/8/8/9,A Song to Loop,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100010179,ホリディウォーキング,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,68/68/68/68/68/68/68/68/68,14000/16000/18000/20000/22000/24000/26000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,425/606/787/968/1149/1330/1511/1692/1845,Day Off Walking,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030171,見つかってよかった,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,9000/11000/13000/15000/17000/19000/21000/23000/23000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,497/647/797/946/1096/1246/1396/1545/1685,Glad You Found Them,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040168,読書タイムの楽しみ方,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,92/92/92/92/92/92/92/92/92,20000/22000/24000/26000/28000/30000/32000/34000/34000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,402/614/826/1038/1250/1462/1674/1886/2056,Ways to Enjoy Reading,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040155,メイクアップルビィ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,76/76/76/76/76/76/76/76/76,16000/18000/20000/22000/24000/26000/28000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,416/609/802/994/1187/1380/1573/1766/1925,Makeup Time with Ruby,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110040156,懐かしい本を,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,20/19/18/17/16/15/14/13/13,19000/22000/25000/28000/31000/34000/37000/40000/40000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Nostalgic Book,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110040156,懐かしい本を,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間コンボ数に応じてスコアが{3}以上増える,2,20/19/18/17/16/15/14/13/13,19000/22000/25000/28000/31000/34000/37000/40000/40000,2400/2700/3000/3300/3600/3900/4200/4500/4900,0,0,0,10,90/120/150/180/210/240/270/300/300,A Nostalgic Book,"For every {0} combos, there's a {1}% chance
your score increases by {3} or more, scaling with combo, for {2} sec.",1 110070157,夢で続きを,PERFECTを{0}回達成するごとに{1}%の確率で
{2}秒間PERFECT時のスコアが{3}増える,3,15/15/15/15/15/15/15/15/15,24000/27000/30000/33000/36000/39000/42000/45000/45000,2600/2800/3000/3200/3400/3600/3800/4000/4000,1,0,0,4,1275/1765/2255/2745/3235/3725/4215/4705/4965,Dreaming a Story,"For every {0} PERFECTs, there's a {1}% chance
your PERFECT score increases by {3} for {2} sec.",1 120070027,野望フルスロットル,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間PERFECTの判定が{3}段階広くなる,1,34/34/34/34/34/34/34/34/34,50000/52000/54000/56000/58000/60000/62000/64000/64000,10000/10500/11000/11500/12000/12500/13000/13500/14500,0,0,0,5,2/2/2/2/2/2/2/2/2,Full Speed Ambition,"For every {0} Rhythm Icons, there's a {1}% chance
the PERFECT window widens by {3} levels for {2} sec.",1 -100010180,新年の意気込み,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,15000/18000/21000/24000/27000/30000/33000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,New Year's Enthusiasm,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100010180,新年の意気込み,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,11/11/11/11/11/11/11/11/11,15000/18000/21000/24000/27000/30000/33000/36000/36000,,0,0,0,8,6/6/6/7/7/7/8/8/9,New Year's Enthusiasm,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100020173,ハートのおみくじ掛け,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,42/42/42/42/42/42/42/42/42,13000/14000/15000/16000/17000/18000/19000/20000/20000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,283/452/621/789/958/1126/1295/1464/1604,Heart Rope Wires,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030172,大好きをもっと,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Love Them Much More,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100040169,気持ちも新たに,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,15000/16000/17000/18000/19000/20000/21000/22000/22000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,297/486/674/862/1051/1239/1427/1616/1771,A Novel Feeling,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050172,お参りの作法♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,7/7/7/7/7/7/7/7/7,10000/12000/14000/16000/18000/20000/22000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Shrine Etiquette,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100050172,お参りの作法♪,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,7/7/7/7/7/7/7/7/7,10000/12000/14000/16000/18000/20000/22000/24000/24000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Shrine Etiquette,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100060171,手を取って支えて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Hand-Holding Support,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100070171,打ち出の小槌で♪,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,9/9/9/9/9/9/9/9/9,16000/18000/20000/22000/24000/26000/28000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,With A Magic Mallet,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100070171,打ち出の小槌で♪,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,9/9/9/9/9/9/9/9/9,16000/18000/20000/22000/24000/26000/28000/30000/30000,,0,0,0,8,6/6/6/7/7/7/8/8/9,With A Magic Mallet,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 100080172,良い年を迎えて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,11000/12000/13000/14000/15000/16000/17000/18000/18000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,263/408/553/698/843/988/1133/1278/1401,Welcoming a Long Year,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100090176,銀河宇宙No.1,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,15000/19000/23000/27000/31000/35000/39000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,No.1 in the Galaxy,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110010163,みかん色の思い出,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,42/42/42/42/42/42/42/42/42,14000/15000/16000/17000/18000/19000/20000/21000/21000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,262/424/586/747/909/1071/1232/1394/1528,Mikan Orange Memory,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110020161,海辺のメロディ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,9/9/9/9/9/9/9/9/9,16000/18000/20000/22000/24000/26000/28000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Seaside Melody,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110020161,海辺のメロディ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,9/9/9/9/9/9/9/9/9,16000/18000/20000/22000/24000/26000/28000/30000/30000,,0,0,0,8,6/6/6/7/7/7/8/8/9,A Seaside Melody,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110030156,遠泳マスター,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,33/33/33/33/33/33/33/33/33,12000/13000/14000/15000/16000/17000/18000/19000/19000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,242/381/519/657/796/934/1072/1211/1327,Long-Distance Master,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040157,吹き抜ける風の香り,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,16000/19000/22000/25000/28000/31000/34000/37000/37000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Scent of the Breeze,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050164,ドルフィン・ショー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,14/14/14/14/14/14/14/14/14,15000/19000/23000/27000/31000/35000/39000/43000/43000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Dolphin Show,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060164,眷属の救出,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,17/17/17/17/17/17/17/17/17,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Rescuing Minions,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110070158,図書館の静けさ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,51/51/51/51/51/51/51/51/51,16000/17000/18000/19000/20000/21000/22000/23000/23000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,279/460/641/822/1003/1184/1364/1545/1694,Hush of the Library,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080160,一口の幸せ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,7/7/7/7/7/7/7/7/7,10000/12000/14000/16000/18000/20000/22000/24000/24000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,A Mouthful of Bliss,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110090160,深海の神秘,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,11/11/11/11/11/11/11/11/11,15000/18000/21000/24000/27000/30000/33000/36000/36000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Deep Sea Mysteries,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110080160,一口の幸せ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,7/7/7/7/7/7/7/7/7,10000/12000/14000/16000/18000/20000/22000/24000/24000,,0,0,0,8,6/6/6/7/7/7/8/8/9,A Mouthful of Bliss,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110090160,深海の神秘,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,11/11/11/11/11/11/11/11/11,15000/18000/21000/24000/27000/30000/33000/36000/36000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Deep Sea Mysteries,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 110040158,新年のお弾き初め,コンボを{0}回達成するごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,2,38/38/38/38/38/38/38/38/38,38000/39000/40000/41000/42000/43000/44000/45000/45000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,61/62/62/63/63/64/64/65/75,Playing in a New Year,"For every {0} combos, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020174,プレゼントをキミに,リズムアイコン{0}個ごとに{1}%の確率で
体力が{3}回復する,1,16/16/16/16/16/16/16/16/16,31000/35000/39000/43000/47000/51000/55000/59000/59000,,0,0,0,6,9/11/13/15/17/19/21/23/24,Giving You a Present,"For every {0} Rhythm Icons, there's a {1}% chance
to restore {3} Stamina.",1 100060172,プレゼントフォーユー,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,22/22/22/22/22/22/22/22/22,9000/10000/11000/12000/13000/14000/15000/16000/16000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,158/267/375/483/592/700/808/917/1000,A Present for You,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 @@ -4555,27 +4555,27 @@ 100010182,始まりの一歩,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,64/64/64/64/64/64/64/64/64,18000/19000/20000/21000/22000/23000/24000/25000/25000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,271/520/769/1019/1268/1518/1767/2017/2227,Beginning Step,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100020177,手を伸ばした先に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,72/72/72/72/72/72/72/72/72,19000/20000/21000/22000/23000/24000/25000/26000/26000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,288/558/829/1099/1370/1641/1911/2182/2409,Reaching Out,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100030175,共に踏み出すもう一歩,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,8/8/8/8/8/8/8/8/8,14000/19000/24000/29000/34000/39000/44000/49000/49000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Another Step Together,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100040173,手を取り進むまた一歩,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,37/37/37/37/37/37/37/37/37,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Forward Hand in Hand,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100050174,明日へつなげて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,43/43/43/43/43/43/43/43/43,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,For Tomorrow,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100040173,手を取り進むまた一歩,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,37/37/37/37/37/37/37/37/37,22000/26000/30000/34000/38000/42000/46000/50000/50000,2100/2800/3500/4200/4900/5600/6300/7000/7000,0,0,0,7,2250/2280/2310/2340/2370/2400/2430/2460/2500,Forward Hand in Hand,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +100050174,明日へつなげて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,43/43/43/43/43/43/43/43/43,28000/32000/36000/40000/44000/48000/52000/56000/56000,2800/3400/4000/4600/5200/5800/6400/7000/7000,0,0,0,7,1500/1650/1800/1950/2100/2250/2400/2550/2600,For Tomorrow,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 100060174,響く希望の歌,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,16/16/16/16/16/16/16/16/16,30000/35000/40000/45000/50000/55000/60000/65000/65000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Echoing Song of Hope,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100070174,未来へ続く眩さ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,24/24/24/24/24/24/24/24/24,8000/9000/10000/11000/12000/13000/14000/15000/15000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,228/376/523/671/818/966/1113/1261/1392,Dazzling Future,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 100080176,憧れをパワーに変えて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,32/32/32/32/32/32/32/32/32,10000/11000/12000/13000/14000/15000/16000/17000/17000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,242/420/597/774/951/1129/1306/1483/1638,Power from Admiration,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -100090178,変わらない想い,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,5/5/5/5/5/5/5/5/5,7000/10000/13000/16000/19000/22000/25000/28000/28000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Unchanging Heart,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110010165,今始まる未来,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,37/37/37/37/37/37/37/37/37,22000/26000/30000/34000/38000/42000/46000/50000/50000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,The Future Begins Now,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +100090178,変わらない想い,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,5/5/5/5/5/5/5/5/5,7000/10000/13000/16000/19000/22000/25000/28000/28000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Unchanging Heart,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110010165,今始まる未来,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,37/37/37/37/37/37/37/37/37,22000/26000/30000/34000/38000/42000/46000/50000/50000,2100/2800/3500/4200/4900/5600/6300/7000/7000,0,0,0,7,2250/2280/2310/2340/2370/2400/2430/2460/2500,The Future Begins Now,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110020163,未来を告げる風,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,36/36/36/36/36/36/36/36/36,11000/12000/13000/14000/15000/16000/17000/18000/18000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,249/439/628/818/1007/1197/1386/1576/1740,Winds of the Future,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110030160,バタフライエフェクト,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,72/72/72/72/72/72/72/72/72,13000/15000/17000/19000/21000/23000/25000/27000/27000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,421/661/901/1141/1381/1621/1861/2101/2320,Butterfly Effect,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110040161,前進あるのみ!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,81/81/81/81/81/81/81/81/81,15000/17000/19000/21000/23000/25000/27000/29000/29000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,409/665/921/1177/1433/1689/1944/2200/2430,Forward We Go!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110050166,光指す水平線,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,9/9/9/9/9/9/9/9/9,16000/21000/26000/31000/36000/41000/46000/51000/51000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Light on the Horizon,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 110060166,一瞬の瞬きの間に,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,18/18/18/18/18/18/18/18/18,34000/39000/44000/49000/54000/59000/64000/69000/69000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Blink of an Eye,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110070163,まだ知らぬ世界へ,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,6/6/6/6/6/6/6/6/6,9000/12000/15000/18000/21000/24000/27000/30000/30000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,World of Unknown,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -110080163,広い世界で一つの奇跡,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,41/41/41/41/41/41/41/41/41,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Miracle of the World,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +110070163,まだ知らぬ世界へ,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,6/6/6/6/6/6/6/6/6,9000/12000/15000/18000/21000/24000/27000/30000/30000,,0,0,0,8,6/6/6/7/7/7/8/8/9,World of Unknown,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 +110080163,広い世界で一つの奇跡,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,41/41/41/41/41/41/41/41/41,26000/30000/34000/38000/42000/46000/50000/54000/54000,2100/2800/3500/4200/4900/5600/6300/7000/7000,0,0,0,7,2100/2160/2220/2280/2340/2400/2460/2520/2560,Miracle of the World,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 110090163,華やぐ笑顔,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,27/27/27/27/27/27/27/27/27,8000/9000/10000/11000/12000/13000/14000/15000/15000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,257/423/589/755/921/1086/1252/1418/1566,Flamboyant Smile,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130010022,レッツ・クッキング!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,10/10/10/10/10/10/10/10/10,18000/23000/28000/33000/38000/43000/48000/53000/53000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Let’s Cook!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130020021,スカートの揺らめき,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,90/90/90/90/90/90/90/90/90,17000/19000/21000/23000/25000/27000/29000/31000/31000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,401/671/940/1209/1479/1748/2018/2287/2526,Wafting Skirt,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130030021,昨日の自分を超えて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,43/43/43/43/43/43/43/43/43,28000/32000/36000/40000/44000/48000/52000/56000/56000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Exceeding Yesterday,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130040021,てっぺん目指して,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,41/41/41/41/41/41/41/41/41,26000/30000/34000/38000/42000/46000/50000/54000/54000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Aiming for the Top,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130030021,昨日の自分を超えて,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,43/43/43/43/43/43/43/43/43,28000/32000/36000/40000/44000/48000/52000/56000/56000,2800/3400/4000/4600/5200/5800/6400/7000/7000,0,0,0,7,1500/1650/1800/1950/2100/2250/2400/2550/2600,Exceeding Yesterday,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 +130040021,てっぺん目指して,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間特技の発動率が{3}倍になる,1,41/41/41/41/41/41/41/41/41,26000/30000/34000/38000/42000/46000/50000/54000/54000,2100/2800/3500/4200/4900/5600/6300/7000/7000,0,0,0,7,2100/2160/2220/2280/2340/2400/2460/2520/2560,Aiming for the Top,"For every {0} Rhythm Icons, there's a {1}% chance
skill activation rates become {3}x for {2} sec.",1 130050021,止まらない胸の高鳴り,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,30/30/30/30/30/30/30/30/30,9000/10000/11000/12000/13000/14000/15000/16000/16000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,254/429/604/778/953/1128/1302/1477/1631,Nonstop Excitement,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130060003,夢へ踏み出す第一歩,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,50/50/50/50/50/50/50/50/50,14000/15000/16000/17000/18000/19000/20000/21000/21000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,272/501/730/959/1188/1418/1647/1876/2071,A Step to the Dream,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 130070003,一つ一つ叶えること,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,20/20/20/20/20/20/20/20/20,38000/43000/48000/53000/58000/63000/68000/73000/73000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Achieving One by One,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 -130080003,「楽しい」を超えた先,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,7/7/7/7/7/7/7/7/7,11000/14000/17000/20000/23000/26000/29000/32000/32000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,140/140/140/140/140/140/140/140/140,Beyond the Fun,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 +130080003,「楽しい」を超えた先,リズムアイコン{0}個ごとに{1}%の確率で
次に発動する特技のレベルが{3}上がる,1,7/7/7/7/7/7/7/7/7,11000/14000/17000/20000/23000/26000/29000/32000/32000,,0,0,0,8,6/6/6/7/7/7/8/8/9,Beyond the Fun,"For every {0} Rhythm Icons, there's a {1}% chance
the next skill to activate gains {3} levels.",1 130090003,勢いにまかせて!,リズムアイコン{0}個ごとに{1}%の確率で
{2}秒間リズムアイコンのスコアが{3}増える,1,70/70/70/70/70/70/70/70/70,19000/20000/21000/22000/23000/24000/25000/26000/26000,4000/4000/4000/4000/4000/4000/4000/4000/4000,0,0,0,4,280/543/806/1069/1332/1595/1858/2121/2342,Go with the Momentum!,"For every {0} Rhythm Icons, there's a {1}% chance
your Rhythm Icon score increases by {3} for {2} sec.",1 diff --git a/src/router/start.rs b/src/router/start.rs index b735a4e..dfe8634 100644 --- a/src/router/start.rs +++ b/src/router/start.rs @@ -25,7 +25,6 @@ fn get_asset_hash(req: &HttpRequest, body: &JsonValue) -> Option { } async fn asset_hash(req: HttpRequest, Body(body): Body) -> impl Responder { - match get_asset_hash(&req, &body) { Some(hash) => global::api(&req, Some(object!{ "asset_hash": hash @@ -35,7 +34,6 @@ async fn asset_hash(req: HttpRequest, Body(body): Body) -> impl Responder { } async fn start(req: HttpRequest, Session { key, body }: Session) -> impl Responder { - let Some(asset_hash) = get_asset_hash(&req, &body) else { return global::api_error(&req, global::RESULT_GAME_VERSION_UPDATED); }; @@ -47,6 +45,11 @@ async fn start(req: HttpRequest, Session { key, body }: Session) -> impl Respond user["user"]["last_login_time"] = global::timestamp().into(); userdata::save_acc(&key, user); + userdata::save_protocol_version(&key, global::client_protocol_version(&req)); + + if !crate::router::card::client_supports_custom_cards(&req) && crate::router::card::account_supports_custom_cards(&key) { + return global::api_error(&req, global::RESULT_GAME_VERSION_UPDATED); // todo - maybe compatibility layer? + } global::api(&req, Some(object!{ "asset_hash": asset_hash, diff --git a/src/router/tools/guest.rs b/src/router/tools/guest.rs index 8f24a05..96fc50b 100644 --- a/src/router/tools/guest.rs +++ b/src/router/tools/guest.rs @@ -83,25 +83,44 @@ pub fn proxy_user_cards(user: &mut JsonValue) { user["user"][key] = proxy_card_id(id).into(); } } + // A card's id is its master_card_id, so both sides need proxying for key in ["favorite_card", "guest_smile_card", "guest_cool_card", "guest_pure_card"] { let id = user[key]["master_card_id"].as_i64().unwrap_or(0); if crate::router::card::is_custom(id) { + user[key]["id"] = proxy_card_id(id).into(); user[key]["master_card_id"] = proxy_card_id(id).into(); } } if !user["main_deck_detail"].is_empty() { + let mut used = array![]; for id in user["main_deck_detail"]["deck"]["main_card_ids"].members_mut() { - let card = id.as_i64().unwrap_or(0); - if crate::router::card::is_custom(card) { - *id = proxy_card_id(card).into(); + let card = proxy_card_id(id.as_i64().unwrap_or(0)); + // Whole characters share one proxy, and the client can't hold the + // same card twice + if card == 0 || used.contains(card) { + *id = (0).into(); + continue; } + used.push(card).unwrap(); + *id = card.into(); } - for card in user["main_deck_detail"]["card_list"].members_mut() { + let mut cards = array![]; + let mut ids = array![]; + for card in user["main_deck_detail"]["card_list"].members() { let id = card["master_card_id"].as_i64().unwrap_or(0); - if crate::router::card::is_custom(id) { - card["master_card_id"] = proxy_card_id(id).into(); + let proxy = proxy_card_id(id); + if ids.contains(proxy) { + continue; } + ids.push(proxy).unwrap(); + let mut card = card.clone(); + if proxy != id { + card["id"] = proxy.into(); + card["master_card_id"] = proxy.into(); + } + cards.push(card).unwrap(); } + user["main_deck_detail"]["card_list"] = cards; } } diff --git a/src/router/user.rs b/src/router/user.rs index cebb81c..701411e 100644 --- a/src/router/user.rs +++ b/src/router/user.rs @@ -59,11 +59,6 @@ async fn deck(Session { key, body }: Session) -> impl Responder { async fn user(req: HttpRequest, Login(key): Login) -> impl Responder { let mut user = userdata::get_acc(&key); - // An account holding custom cards would break clients below protocol 2 - if !crate::router::card::client_supports_custom_cards(&req) && crate::router::card::owns_custom(&user) { - return global::api_error(&req, global::RESULT_GAME_VERSION_UPDATED); - } - user["lottery_list"] = array![]; if crate::router::custom_song::client_supports_custom_songs(&req) { diff --git a/src/router/userdata/mod.rs b/src/router/userdata/mod.rs index 806d94e..b5a5224 100644 --- a/src/router/userdata/mod.rs +++ b/src/router/userdata/mod.rs @@ -7,6 +7,7 @@ use rand::RngExt; use crate::router::global; use crate::router::items; +use crate::router::card; use crate::database::custom_song; use crate::sql::SQLite; use crate::include_file; @@ -35,7 +36,8 @@ CREATE TABLE IF NOT EXISTS tokens ( CREATE TABLE IF NOT EXISTS userdata ( user_id BIGINT NOT NULL PRIMARY KEY, userdata TEXT NOT NULL, - friend_request_disabled INT NOT NULL + friend_request_disabled INT NOT NULL, + protocol_version INT NOT NULL DEFAULT 0 ); CREATE TABLE IF NOT EXISTS userhome ( user_id BIGINT NOT NULL PRIMARY KEY, @@ -84,8 +86,63 @@ CREATE TABLE IF NOT EXISTS webui ( ); INSERT OR IGNORE INTO exchange (user_id, exchange) SELECT user_id, '[]' FROM userdata; ").unwrap(); + + + let is_updated = conn.prepare("SELECT protocol_version FROM userdata LIMIT 1;").is_ok(); + if !is_updated { + println!("Upgrading userdata table"); + conn.execute("ALTER TABLE userdata ADD COLUMN protocol_version INT NOT NULL DEFAULT 0;", []).unwrap(); + } } +// maybe we will use this later +/* +pub fn downgrade_account_cards(user: &JsonValue) -> JsonValue { + let mut rv = user.clone(); + + let mut cards = array![]; + let mut ids = array![]; + for data in user["card_list"].members() { + let id = data["master_card_id"].as_i64().unwrap_or(0); + let downgraded = guest::proxy_card_id(id); + // Whole characters share one downgrade, and the client can't hold the + // same card twice + if ids.contains(downgraded) { + continue; + } + ids.push(downgraded).unwrap(); + let mut data = data.clone(); + if downgraded != id { + data["id"] = downgraded.into(); + data["master_card_id"] = downgraded.into(); + } + cards.push(data).unwrap(); + } + rv["card_list"] = cards; + + for deck in rv["deck_list"].members_mut() { + let mut used = array![]; + for slot in deck["main_card_ids"].members_mut() { + let id = guest::proxy_card_id(slot.as_i64().unwrap_or(0)); + // Cards the downgrade merged away leave the slot empty + if id == 0 || used.contains(id) { + *slot = (0).into(); + continue; + } + used.push(id).unwrap(); + *slot = id.into(); + } + } + + for key in ["favorite_master_card_id", "guest_smile_master_card_id", "guest_cool_master_card_id", "guest_pure_master_card_id"] { + let id = rv["user"][key].as_i64().unwrap_or(0); + rv["user"][key] = guest::proxy_card_id(id).into(); + } + + rv +} +*/ + fn acc_exists(uid: i64) -> bool { DATABASE.lock_and_select("SELECT user_id FROM userdata WHERE user_id=?1", params!(uid)).is_ok() } @@ -120,10 +177,11 @@ fn add_user_to_database(uid: i64, user: JsonValue, user_home: JsonValue, user_mi let missions = jzon::stringify(user_missions.clone()); let cards = jzon::stringify(sif_cards.clone()); - DATABASE.lock_and_exec("INSERT INTO userdata (user_id, userdata, friend_request_disabled) VALUES (?1, ?2, ?3)", params!( + DATABASE.lock_and_exec("INSERT INTO userdata (user_id, userdata, friend_request_disabled, protocol_version) VALUES (?1, ?2, ?3, ?4)", params!( uid, jzon::stringify(user.clone()), - user["user"]["friend_request_disabled"].as_i32().unwrap() + user["user"]["friend_request_disabled"].as_i32().unwrap(), + if card::account_has_custom_cards(&user) { card::PROTOCOL_VERSION } else { 0 } )); DATABASE.lock_and_exec("INSERT INTO userhome (user_id, userhome) VALUES (?1, ?2)", params!( uid, @@ -325,6 +383,9 @@ pub fn get_acc_event(auth_key: &str) -> JsonValue { pub fn get_acc_eventlogin(auth_key: &str) -> JsonValue { get_data(auth_key, "eventloginbonus") } +pub fn get_protocol_version(auth_key: &str) -> u32 { + DATABASE.lock_and_select("SELECT protocol_version FROM userdata WHERE user_id=?1", params!(get_key(auth_key))).unwrap_or_default().parse::().unwrap_or(0) +} pub fn save_data(auth_key: &str, row: &str, data: JsonValue) { let key = get_key(auth_key); @@ -363,6 +424,10 @@ pub fn save_acc_chats(auth_key: &str, data: JsonValue) { pub fn save_acc_exchange(auth_key: &str, data: JsonValue) { save_data(auth_key, "exchange", data); } + +pub fn save_protocol_version(auth_key: &str, version: u32) { + DATABASE.lock_and_exec("UPDATE userdata SET protocol_version=?1 WHERE user_id=?2 AND protocol_version