LoveLive! AS Wiki 夢がここからはじまるよ

夢がここからはじまるよ

来自LoveLive! AS Wiki
Coffeebot讨论 | 贡献2023年3月14日 (二) 11:43的版本 (DLP38)
/* 选择难度 */ @media only screen and (min-width: 635px) { #difficulty-selector { margin:0 15%; width:70%; } } @media only screen and (max-width: 635px) { #difficulty-selector { margin:0 7.5%; width: 85%; } } @media only screen and (max-width: 525px) { #difficulty-selector { margin:0 0%; width: 100%; } } #difficulty-selector { position:fixed; top:56px; left:0; background-color:#a9a9aba7; z-index:5; height:0; padding-bottom: 42px; transition: height 0.33s; border-radius: 0 0 8px 8px; font-weight: 650; overflow-y: scroll; scrollbar-width: none; -ms-overflow-style: none; } #difficulty-selector::-webkit-scrollbar { display: none; } #difficulty-selector:hover { opacity: 1; height: 50%; } .difficulty-selector-frame { display: grid; grid-auto-rows: 42px auto; grid-template-columns: 1fr 14fr 1fr; } .difficulty-selector-frame > .difficulty-selector-header { grid-column: 1 / 4; display: flex; align-items: center; padding:0 2%; } [data-permanent].difficulty-selector-header::before { content: '通常曲目'; } [data-event].difficulty-selector-header::before { content: '活动先行配信'; } [data-story-main].difficulty-selector-header::before { content: '主线剧情'; } [data-dlp].difficulty-selector-header::before { content: 'Dream Live Parade'; } [data-sbl].difficulty-selector-header::before { content: 'SIFAS Big Live'; } .difficulty-selector-header::after { content: ''; flex-grow: 1; margin: 0 1%; border-bottom: 2px solid #7f7f7f3f; } .difficulty-selector-frame > .difficulty-selector-content { grid-column: 2; display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); grid-auto-rows: minmax(40px, auto); } [data-attribute].chart-digest::before { content: ''; width:36px; height:32px; background-size: contain; background-repeat: no-repeat; } [data-attribute="1"].chart-digest::before { background-image: url("https://as.lovelive.eu.org/images_b95/355.png"); } [data-attribute="2"].chart-digest::before { background-image: url("https://as.lovelive.eu.org/images_b95/5528.png"); } [data-attribute="3"].chart-digest::before { background-image: url("https://as.lovelive.eu.org/images_b95/8513.png"); } [data-attribute="4"].chart-digest::before { background-image: url("https://as.lovelive.eu.org/images_b95/234.png"); } [data-attribute="5"].chart-digest::before { background-image: url("https://as.lovelive.eu.org/images_b95/5042.png"); } [data-attribute="6"].chart-digest::before { background-image: url("https://as.lovelive.eu.org/images_b95/4859.png"); } [data-attribute="9"].chart-digest::before { background-image: url("https://as.lovelive.eu.org/images_b95/7379.png"); } [data-epilog].chart-digest::after { content: attr(data-epilog); position: absolute; right: -8px; bottom: -12px; background-color: #ffc3db55; padding: 2px; border-radius: 4px; line-height: 100%; } .chart-digest { position: relative; display: grid; grid-template-columns: auto auto; justify-content: center; align-items: center; border-radius: 8px; background-color: #0000007f; padding: 0 5%; color: white; text-shadow: 2px 2px 1px black; } .chart-digest[data-difficulty="10"] { box-shadow: 0 0 8px 8px #7fdfff40; } .chart-digest[data-difficulty="20"] { box-shadow: 0 0 8px 8px #7fdf9f40; } .chart-digest[data-difficulty="30"] { box-shadow: 0 0 8px 8px #ffef7f40; } .chart-digest[data-difficulty="35"] { box-shadow: 0 0 8px 8px #ff40582b; } .chart-digest[data-difficulty="37"] { box-shadow: 0 0 8px 8px #cf40ff2b; } /* 歌曲基本信息 */ .base-info { display: flex; flex-direction: column; justify-content: center; align-items: center; } /* 基本信息 */ .chart-top { grid-column: 1 / -1; font-size: 120%; font-weight: bold; display: grid; grid-template-columns: 1fr 1fr; align-items:top; } .chart-info { display: grid; grid-auto-flow: column; grid-template-rows: repeat(4, 1fr); justify-content: left; padding-left: max(0px, 5% - 25px); } @media only screen and (min-width: 1440px) { .chart-info { grid-template-rows: repeat(2, 1fr); } } .chart-info-line { display: grid; } .chart-info-line > div > div { text-align: center; white-space: pre; } .chart-info-line > div > div:nth-child(1) { font-size: 80%; line-height: 0%; opacity: 0.6; } .chart-info-line > div > div:nth-child(2) { font-size: 120%; } .chart-voltage { grid-column: 1 / -1; position: relative; height: 24px; box-shadow: 0 0 0 1px #808080; } .chart-voltage > [data-voltage-s], .chart-voltage > [data-voltage-a], .chart-voltage > [data-voltage-b],.chart-voltage > [data-voltage-c], .chart-voltage > [data-voltage-p] { position: absolute; top: 0; left: 0; height: 100%; display: flex; align-items: center; justify-content: flex-end; font-size: 120%; font-weight: bold; } .chart-voltage .voltage-line { position:absolute; top: 100%; right: 0; font-weight: bold; line-height: 120%; opacity: 0.8; } .chart-voltage > [data-voltage-s] { background-color: #80808020; } .chart-voltage > [data-voltage-a] { background-color: #80808020; } .chart-voltage > [data-voltage-b] { background-color: #80808030; } .chart-voltage > [data-voltage-c] { background-color: #80808040; } .chart-voltage > [data-voltage-p] { background-color: #80808040; } .chart-voltage .voltage-reward { position: absolute; bottom: 100%; right: 0; font-weight: bold; line-height: 120%; opacity: 0.8; } .chart-voltage > [data-voltage-reward] { position: absolute; top: 0; left: 0; height: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; box-shadow: 0 0 0 1px #808080; } .chart-voltage > [data-voltage-s]::after { content: 'S'; z-index: 3; } .chart-voltage > [data-voltage-a]::after { content: 'A'; z-index: 3; } .chart-voltage > [data-voltage-b]::after { content: 'B'; z-index: 3; } .chart-voltage > [data-voltage-c]::after { content: 'C'; z-index: 3; } .chart-voltage > [data-voltage-p]::after { content: 'Pass'; z-index: 3; } .chart-voltage > [data-voltage-reward]::after { content: 'from Appeal Chance'; font-size: 12px; white-space: pre; } @media only screen and (min-width: 640px) { .chart-gimmicks, .chart-gimmicks-b { grid-template-columns: repeat(auto-fill, 280px); } .chart-info-line { grid-template-columns: repeat(5, 120px); } } @media only screen and (max-width: 640px) { .chart-gimmicks, .chart-gimmicks-b { grid-template-columns: repeat(2, 280px); } .chart-gimmicks-b { transform: scale(0.9) translateY(-10%); } .chart-gimmicks { transform: scale(0.9) translateY(-10%) translateY(0px); } .chart-info-line { grid-template-columns: repeat(5, 100px); } } @media only screen and (max-width: 576px) { .chart-gimmicks { transform: scale(0.8) translateY(-20%) translateY(-20px); } .chart-gimmicks-b { transform: scale(0.8) translateY(-20%); } } @media only screen and (max-width: 512px) { .chart-gimmicks { transform: scale(0.7) translateY(-30%) translateY(-60px); } .chart-gimmicks-b { transform: scale(0.7) translateY(-30%); } } @media only screen and (max-width: 448px) { .chart-gimmicks { transform: scale(0.6375) translateY(-36.25%) translateY(-100px); } .chart-gimmicks-b { transform: scale(0.6375) translateY(-36.25%); } } @media only screen and (max-width: 408px) { .chart-gimmicks { transform: scale(0.5625) translateY(-43.75%) translateY(-170px); } .chart-gimmicks-b { transform: scale(0.5625) translateY(-43.75%); } } @media only screen and (max-width: 360px) { .chart-gimmicks { transform: scale(0.5) translateY(-50%) translateY(-265px); } .chart-gimmicks-b { transform: scale(0.5) translateY(-50%); } } .chart-gimmicks, .chart-gimmicks-b { display: grid; justify-content: center; padding: 20px 0; grid-gap: 20px; font-size: 15px; } /* 特效信息 */ .header-live-specialty, .header-note-gimmick, .header-no-note-gimmick, .header-appeal-chance, .header-no-appeal-chance { grid-column: 1 / -1; padding-left: 2%; font-weight: bold; line-height: 100%; } .header-live-specialty::after { content: 'Live特征' } .header-note-gimmick::after { content: '节奏图示特效' } .header-no-note-gimmick::after { content: '此Live没有特效节奏图示' } .header-appeal-chance::after { content: 'Appeal Chance特效' } .header-no-appeal-chance::after { content: '此Live没有Appeal Chance' } [class|="live-specialty"], [class|="note-gimmick"], [class|="appeal-chance"] { position: relative; display: grid; grid-gap: 4px; padding: 8px 12px; } [class|="live-specialty"] { grid-column: 1 / -1; grid-template-rows: 1fr 0 2fr; } [class|="note-gimmick"], [class|="appeal-chance"] { grid-template-rows: 2fr 0 7fr; grid-template-columns: 100%; } [class|="live-specialty"] > div, [class|="note-gimmick"] > div, [class|="appeal-chance"] > div { display: flex; align-items: center; } /* 应对溢出 */ [class|="note-gimmick"] > div:nth-child(1), [class|="appeal-chance"] > div:nth-child(1) { white-space: pre; } [class|="live-specialty"] > div:nth-child(2), [class|="note-gimmick"] > div:nth-child(2), [class|="appeal-chance"] > div:nth-child(2) { border-bottom: 2px dotted; opacity: 0.49; transition: opacity 0.22s; } [class|="note-gimmick"] > div:nth-child(3), [class|="appeal-chance"] > div:nth-child(3) { font-size: 12px; } [class|="note-gimmick"] > div:nth-child(4), [class|="appeal-chance"] > div:nth-child(4) { position: absolute; right: 4px; bottom: 4px; text-align: right; font-weight: bold; line-height: 100%; padding: 4px 0 0 4px; transition: color 0.22s; display: grid; grid-column-gap: 6px; } [class|="note-gimmick"] > div:nth-child(4) { grid-template-columns: repeat(5, 26px); } [class|="appeal-chance"] > div:nth-child(4) { grid-template-columns: 26px minmax(60px, auto); grid-template-rows: 1fr 1fr; grid-auto-flow: column; } /* 特技AC通过率显示 */ [data-ac-type="9"] > div:nth-child(5) { position:absolute; right:4px; top:4px; text-align:right; font-weight:bold; line-height: 100%; opacity: 0.49; transition: opacity 0.22s; display: grid; grid-template: 1fr 1fr/1fr 1fr 1fr; column-gap:4px; grid-auto-flow: column; } [data-gimmick-color]::before { content: ''; position: absolute; width: 100%; height: 100%; border: 4px solid #808080; box-sizing: border-box; opacity: 0.31; transition: opacity 0.22s; } [data-gimmick-color]::after { content: ''; position: absolute; width: 100%; height: 100%; box-shadow: 0 0 0 1px #808080; opacity: 0.49; transition: opacity 0.22s; } [data-gimmick-color] > div:nth-child(4)::before { content: ''; position: absolute; width: 100%; height: 100%; border-radius: 4px 0 0 0; background-color: #808080; opacity: 0.31; transition: opacity 0.22s; } [data-gimmick-color="1"]::before { border-color: #ca3580; } [data-gimmick-color="1"]::after { box-shadow: 0 0 0 1px #ca3580; } [data-gimmick-color="1"] > div:nth-child(2) { border-color: #ca3580; } [data-gimmick-color="1"] > div:nth-child(4)::before { background-color: #ca3580; } [data-gimmick-color="1"] > div:nth-child(4) { color: #ca3580; } [data-gimmick-color="2"]::before { border-color: #ca3535; } [data-gimmick-color="2"]::after { box-shadow: 0 0 0 1px #ca3535; } [data-gimmick-color="2"] > div:nth-child(2) { border-color: #ca3535; } [data-gimmick-color="2"] > div:nth-child(4)::before { background-color: #ca3535; } [data-gimmick-color="2"] > div:nth-child(4) { color: #ca3535; } [data-gimmick-color="3"]::before { border-color: #a535ca; } [data-gimmick-color="3"]::after { box-shadow: 0 0 0 1px #a535ca; } [data-gimmick-color="3"] > div:nth-child(2) { border-color: #a535ca; } [data-gimmick-color="3"] > div:nth-child(4)::before { background-color: #a535ca; } [data-gimmick-color="3"] > div:nth-child(4) { color: #a535ca; } [data-gimmick-color="4"]::before { border-color: #355aca; } [data-gimmick-color="4"]::after { box-shadow: 0 0 0 1px #355aca; } [data-gimmick-color="4"] > div:nth-child(2) { border-color: #355aca; } [data-gimmick-color="4"] > div:nth-child(4)::before { background-color: #355aca; } [data-gimmick-color="4"] > div:nth-child(4) { color: #355aca; } [data-gimmick-color="5"]::before { border-color: #ca8035; } [data-gimmick-color="5"]::after { box-shadow: 0 0 0 1px #ca8035; } [data-gimmick-color="5"] > div:nth-child(2) { border-color: #ca8035; } [data-gimmick-color="5"] > div:nth-child(4)::before { background-color: #ca8035; } [data-gimmick-color="5"] > div:nth-child(4) { color: #ca8035; } [data-gimmick-color="6"]::before { border-color: #caca35; } [data-gimmick-color="6"]::after { box-shadow: 0 0 0 1px #caca35; } [data-gimmick-color="6"] > div:nth-child(2) { border-color: #caca35; } [data-gimmick-color="6"] > div:nth-child(4)::before { background-color: #caca35; } [data-gimmick-color="6"] > div:nth-child(4) { color: #caca35; } [data-gimmick-color="7"]::before { border-color: #35ca35; } [data-gimmick-color="7"]::after { box-shadow: 0 0 0 1px #35ca35; } [data-gimmick-color="7"] > div:nth-child(2) { border-color: #35ca35; } [data-gimmick-color="7"] > div:nth-child(4)::before { background-color: #35ca35; } [data-gimmick-color="7"] > div:nth-child(4) { color: #35ca35; } [data-gimmick-color]:hover::before { opacity: 0.69; } [data-gimmick-color]:hover::after { opacity: 0.81; } [data-gimmick-color]:hover > div:nth-child(2) { opacity: 0.81; } [data-gimmick-color]:hover > div:nth-child(4)::before { opacity: 0.69; } [data-gimmick-color]:hover > div:nth-child(4) { color: #ffffffdd; } [data-gimmick-color]:hover > div:nth-child(5) { opacity: 0.81; } /* 特技AC通过率显示 */ /* hover优先显示会盖掉数字 */ [data-gimmick-color] > div:nth-child(4) > span { z-index:1; } .chart { grid-column: 1 / -1; display: grid; grid-template-rows: 12px 12px; box-shadow: 0 0 0 1px #808080; overflow: clip visible; } .chart > [data-gimmick-id], .chart > [data-ac-id] { position: relative; } .chart > [data-gimmick-id] { background-color: #808080; opacity: 0.31; transition: background-color 0.22s /*,opacity 0.22s*/; grid-row: 1; } .chart > [data-ac-id] { grid-row: 2; } .note-gimmick-1:hover ~ .chart > [data-gimmick-id="1"], .note-gimmick-2:hover ~ .chart > [data-gimmick-id="2"], .note-gimmick-3:hover ~ .chart > [data-gimmick-id="3"], .note-gimmick-4:hover ~ .chart > [data-gimmick-id="4"], .note-gimmick-5:hover ~ .chart > [data-gimmick-id="5"], .note-gimmick-6:hover ~ .chart > [data-gimmick-id="6"], .note-gimmick-7:hover ~ .chart > [data-gimmick-id="7"], .note-gimmick-8:hover ~ .chart > [data-gimmick-id="8"], .note-gimmick-9:hover ~ .chart > [data-gimmick-id="9"], .note-gimmick-10:hover ~ .chart > [data-gimmick-id="10"], .note-gimmick-11:hover ~ .chart > [data-gimmick-id="11"], .note-gimmick-12:hover ~ .chart > [data-gimmick-id="12"] { opacity: 0.81; } /* 持续一定note的技能在hover后,本体背景变为透明 */ .note-gimmick-1:hover ~ .chart > [data-gimmick-id="1"][data-duration], .note-gimmick-2:hover ~ .chart > [data-gimmick-id="2"][data-duration], .note-gimmick-3:hover ~ .chart > [data-gimmick-id="3"][data-duration], .note-gimmick-4:hover ~ .chart > [data-gimmick-id="4"][data-duration], .note-gimmick-5:hover ~ .chart > [data-gimmick-id="5"][data-duration], .note-gimmick-6:hover ~ .chart > [data-gimmick-id="6"][data-duration], .note-gimmick-7:hover ~ .chart > [data-gimmick-id="7"][data-duration], .note-gimmick-8:hover ~ .chart > [data-gimmick-id="8"][data-duration], .note-gimmick-9:hover ~ .chart > [data-gimmick-id="9"][data-duration], .note-gimmick-10:hover ~ .chart > [data-gimmick-id="10"][data-duration], .note-gimmick-11:hover ~ .chart > [data-gimmick-id="11"][data-duration], .note-gimmick-12:hover ~ .chart > [data-gimmick-id="12"][data-duration] { background-color: transparent; } .chart > [data-gimmick-id][data-note-id]::after { content: attr(data-note-id); font-weight: bold; line-height: 120%; position: absolute; left: 50%; bottom: 100%; transform: translateX(-50%); opacity: 0; transition: opacity 0.22s 0.08s; } .note-gimmick-1:hover ~ .chart > [data-gimmick-id="1"]::after, .note-gimmick-2:hover ~ .chart > [data-gimmick-id="2"]::after, .note-gimmick-3:hover ~ .chart > [data-gimmick-id="3"]::after, .note-gimmick-4:hover ~ .chart > [data-gimmick-id="4"]::after, .note-gimmick-5:hover ~ .chart > [data-gimmick-id="5"]::after, .note-gimmick-6:hover ~ .chart > [data-gimmick-id="6"]::after, .note-gimmick-7:hover ~ .chart > [data-gimmick-id="7"]::after, .note-gimmick-8:hover ~ .chart > [data-gimmick-id="8"]::after, .note-gimmick-9:hover ~ .chart > [data-gimmick-id="9"]::after, .note-gimmick-10:hover ~ .chart > [data-gimmick-id="10"]::after, .note-gimmick-11:hover ~ .chart > [data-gimmick-id="11"]::after, .note-gimmick-12:hover ~ .chart > [data-gimmick-id="12"]::after { opacity: 1.00; } .chart > [data-gimmick-id][data-duration]::before { content: ''; position: absolute; top: 0; left: 100%; height: 100%; opacity: 0; transition: opacity 0.22s 0.08s; } .chart > [data-gimmick-id][data-duration="3"]::before { width: 300%; } .chart > [data-gimmick-id][data-duration="10"]::before { width: 1000%; } .chart > [data-gimmick-id][data-duration="15"]::before { width: 1500%; } .chart > [data-gimmick-id][data-duration="20"]::before { width: 2000%; } .chart > [data-gimmick-id][data-duration="30"]::before { width: 3000%; } .chart > [data-gimmick-id][data-duration="50"]::before { width: 5000%; } .note-gimmick-1:hover ~ .chart > [data-gimmick-id="1"][data-duration]::before, .note-gimmick-2:hover ~ .chart > [data-gimmick-id="2"][data-duration]::before, .note-gimmick-3:hover ~ .chart > [data-gimmick-id="3"][data-duration]::before, .note-gimmick-4:hover ~ .chart > [data-gimmick-id="4"][data-duration]::before, .note-gimmick-5:hover ~ .chart > [data-gimmick-id="5"][data-duration]::before, .note-gimmick-6:hover ~ .chart > [data-gimmick-id="6"][data-duration]::before, .note-gimmick-7:hover ~ .chart > [data-gimmick-id="7"][data-duration]::before, .note-gimmick-8:hover ~ .chart > [data-gimmick-id="8"][data-duration]::before, .note-gimmick-9:hover ~ .chart > [data-gimmick-id="9"][data-duration]::before, .note-gimmick-10:hover ~ .chart > [data-gimmick-id="10"][data-duration]::before, .note-gimmick-11:hover ~ .chart > [data-gimmick-id="11"][data-duration]::before, .note-gimmick-12:hover ~ .chart > [data-gimmick-id="12"][data-duration]::before { opacity: 0.85; } .chart > [data-ac-id]::before { content: ''; position: absolute; width: 100%; height: 100%; opacity: 0.31; transition: opacity 0.22s; } .appeal-chance-1:hover ~ .chart > [data-ac-id="1"]::before, .appeal-chance-2:hover ~ .chart > [data-ac-id="2"]::before, .appeal-chance-3:hover ~ .chart > [data-ac-id="3"]::before, .appeal-chance-4:hover ~ .chart > [data-ac-id="4"]::before, .appeal-chance-5:hover ~ .chart > [data-ac-id="5"]::before, .appeal-chance-6:hover ~ .chart > [data-ac-id="6"]::before, .appeal-chance-7:hover ~ .chart > [data-ac-id="7"]::before, .appeal-chance-8:hover ~ .chart > [data-ac-id="8"]::before, .appeal-chance-9:hover ~ .chart > [data-ac-id="9"]::before, .appeal-chance-10:hover ~ .chart > [data-ac-id="10"]::before, .appeal-chance-11:hover ~ .chart > [data-ac-id="11"]::before, .appeal-chance-12:hover ~ .chart > [data-ac-id="12"]::before { opacity: 0.69 } .chart > [data-ac-id][data-note-id]::after { content: attr(data-note-id); font-weight: bold; line-height: 120%; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); transition: opacity 0.22s 0.08s; opacity: 0; } .appeal-chance-1:hover ~ .chart > [data-ac-id="1"][data-note-id]::after, .appeal-chance-2:hover ~ .chart > [data-ac-id="2"][data-note-id]::after, .appeal-chance-3:hover ~ .chart > [data-ac-id="3"][data-note-id]::after, .appeal-chance-4:hover ~ .chart > [data-ac-id="4"][data-note-id]::after, .appeal-chance-5:hover ~ .chart > [data-ac-id="5"][data-note-id]::after, .appeal-chance-6:hover ~ .chart > [data-ac-id="6"][data-note-id]::after, .appeal-chance-7:hover ~ .chart > [data-ac-id="7"][data-note-id]::after, .appeal-chance-8:hover ~ .chart > [data-ac-id="8"][data-note-id]::after, .appeal-chance-9:hover ~ .chart > [data-ac-id="9"][data-note-id]::after, .appeal-chance-10:hover ~ .chart > [data-ac-id="10"][data-note-id]::after, .appeal-chance-11:hover ~ .chart > [data-ac-id="11"][data-note-id]::after, .appeal-chance-12:hover ~ .chart > [data-ac-id="12"][data-note-id]::after { opacity: 1; } .header-note-gimmick:hover ~ .chart > [data-gimmick-id] { opacity: 0.69; } .header-note-gimmick:hover ~ .chart > [data-gimmick-id][data-note-id]::after { opacity: 0.81; } .header-appeal-chance:hover ~ .chart > [data-ac-id]::before { opacity: 0.69; } .header-appeal-chance:hover ~ .chart > [data-ac-id][data-note-id]::after { opacity: 0.81; } [data-chart-color="1"][data-gimmick-id] { background-color: #ca3580; } [data-chart-color="2"][data-gimmick-id] { background-color: #ca3535; } [data-chart-color="3"][data-gimmick-id] { background-color: #a535ca; } [data-chart-color="4"][data-gimmick-id] { background-color: #355aca; } [data-chart-color="5"][data-gimmick-id] { background-color: #ca8035; } [data-chart-color="6"][data-gimmick-id] { background-color: #caca35; } [data-chart-color="7"][data-gimmick-id] { background-color: #35ca35; } [data-chart-color]::before { background-color: #808080; } [data-chart-color="1"]::before { background-color: #ca3580; } [data-chart-color="1"][data-note-id]::after { color: #ca3580; } [data-chart-color="2"]::before { background-color: #ca3535; } [data-chart-color="2"][data-note-id]::after { color: #ca3535; } [data-chart-color="3"]::before { background-color: #a535ca; } [data-chart-color="3"][data-note-id]::after { color: #a535ca; } [data-chart-color="4"]::before { background-color: #355aca; } [data-chart-color="4"][data-note-id]::after { color: #355aca; } [data-chart-color="5"]::before { background-color: #ca8035; } [data-chart-color="5"][data-note-id]::after { color: #ca8035; } [data-chart-color="6"]::before { background-color: #caca35; } [data-chart-color="6"][data-note-id]::after { color: #caca35; } [data-chart-color="7"]::before { background-color: #35ca35; } [data-chart-color="7"][data-note-id]::after { color: #35ca35; }
2D Version
3D Version
初级
中级
上级
10塔13层
1200
2000
2350
3400
4350
5300
上级
初级
中级
上级
初级
中级
上级
28章1话 NORMAL
28章1话 HARD
34章4话 NORMAL
34章4话 HARD
42章6话 NORMAL
42章6话 HARD
45章6话
3塔46层
13塔24层
16塔16层
27塔9层
33塔10层
36塔10层
38塔2层

夢がここからはじまるよ

所属团队:虹咲学园学园偶像同好会

是否有3D MV:无

SIFAS版本歌曲时长:107.30秒

模板:LiveUnlockMethod

8 6 4 2 1 (Center) 3 5 7 9
初级
推荐 Live Power
1,450
推荐 Stamina
10,800
消耗 LP
10
节奏图示数量
77
SP槽长度
3600
节奏图示消耗体力
113
失败时失去SP
50
获得EXP
8
C位/非C位获得绊
16/12
故事活动P
165
交换所道具/活动P
135/275
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
100,000
173,000
247,000
320,000
75,000
【Live特征】Live中,Elegant属性以外的Appeal减少5%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
47
合计获得 12,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
81815,0001,500
通过切队使用 5 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
253115,0001,500
使用SP特技获得 7,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
394215,0001,500
发动 5 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
516015,0001,500
在一次点击中获得 1,500 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
677015,0001,500
中级
推荐 Live Power
3,400
推荐 Stamina
26,100
消耗 LP
12
节奏图示数量
112
SP槽长度
4800
节奏图示消耗体力
234
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
243
交换所道具/活动P
225/405
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
380,000
591,000
801,000
1,012,000
180,000
【Live特征】Live中,Elegant属性以外的Appeal减少10%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
クリティカル率上昇【Spタイプ】
接下来的10个note中,暴击率提升50%
条件:点击成功时
对象:Sp类型
22
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
54
通过切队使用 6 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
81530,0003,000
产生 6 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
243530,0003,000
使用SP特技获得 17,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
424530,0003,000
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
576830,0003,000
在一次点击中获得 3,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
757930,0003,000
合计获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
8510030,0003,000
上级
推荐 Live Power
6,250
推荐 Stamina
47,700
消耗 LP
15
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
297
失败时失去SP
100
获得EXP
21
C位/非C位获得绊
33/24
故事活动P
360
交换所道具/活动P
345/600
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
1,104,000
1,810,000
2,516,000
3,222,000
965,000
【Live特征】Live中,Elegant属性以外的Appeal减少20%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
ダメージ【大】
扣除10000体力
条件:必定发动
43
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
61
クリティカル率上昇20%
接下来的10个note中,暴击率提升20%
条件:点击成功时
对象:Sp类型
103
合计获得 56,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
1020107,0007,000
通过切队使用 8 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
3142107,0007,000
使用SP特技获得 29,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
5154107,0007,000
发动 8 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
6580107,0007,000
在一次点击中获得 6,100 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
9194215,00015,000
产生 6 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
104116107,0007,000
合计获得 108,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
126141215,00015,000
10塔13层
推荐 Live Power
4,100
推荐 Stamina
31,600
消耗 LP
0
节奏图示数量
112
SP槽长度
4800
节奏图示消耗体力
282
失败时失去SP
75
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
980,000
180,000
【Live特征】Live中,Elegant属性以外的Appeal减少10%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
クリティカル率上昇【Spタイプ】
接下来的10个note中,暴击率提升50%
条件:点击成功时
对象:Sp类型
22
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
54
通过切队使用 6 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
81530,0003,000
产生 6 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
243530,0003,000
使用SP特技获得 17,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
424530,0003,000
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
576830,0003,000
在一次点击中获得 3,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
757930,0003,000
合计获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
8510030,0003,000
1200/9000 上级
推荐 Live Power
1,200
推荐 Stamina
9,000
SBL活动P
100
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
34
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
246,700
400,600
554,500
708,400
209,000
【Live特征】Live中,Elegant属性以外的Appeal减少20%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
ダメージ【小】
扣除400体力
条件:必定发动
43
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
61
クリティカル率上昇20%
接下来的10个note中,暴击率提升20%
条件:点击成功时
对象:Sp类型
103
合计获得 6,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
102023,0001,000
通过切队使用 8 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
314223,0001,000
使用SP特技获得 3,500 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
515423,0001,000
发动 4 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
658023,0001,000
在一次点击中获得 650 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
919447,0002,000
产生 3 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
10411623,0001,000
合计获得 12,500 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
12614147,0002,000
2000/15300 上级
推荐 Live Power
2,000
推荐 Stamina
15,300
SBL活动P
100
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
41
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
303,700
487,200
670,700
854,300
254,000
【Live特征】Live中,Elegant属性以外的Appeal减少20%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
ダメージ【小】
扣除400体力
条件:必定发动
43
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
61
クリティカル率上昇20%
接下来的10个note中,暴击率提升20%
条件:点击成功时
对象:Sp类型
103
合计获得 7,500 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
102028,0001,000
通过切队使用 8 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
314228,0001,000
使用SP特技获得 4,500 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
515428,0001,000
发动 4 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
658028,0001,000
在一次点击中获得 800 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
919457,0002,500
产生 3 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
10411628,0001,000
合计获得 15,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
12614157,0002,500
2350/18000 上级
推荐 Live Power
2,350
推荐 Stamina
18,000
SBL活动P
100
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
48
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
362,300
658,800
955,300
1,252,000
371,000
【Live特征】Live中,Elegant属性以外的Appeal减少20%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
ダメージ【小】
扣除400体力
条件:必定发动
43
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
61
クリティカル率上昇20%
接下来的10个note中,暴击率提升20%
条件:点击成功时
对象:Sp类型
103
合计获得 9,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
102041,0001,500
通过切队使用 8 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
314241,0001,500
使用SP特技获得 5,500 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
515441,0001,500
发动 4 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
658041,0001,500
在一次点击中获得 1,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
919483,0003,000
产生 3 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
10411641,0001,500
合计获得 18,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
12614183,0003,000
3400/26100 上级
推荐 Live Power
3,400
推荐 Stamina
26,100
SBL活动P
100
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
110
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
546,800
888,000
1,229,200
1,570,400
468,000
【Live特征】Live中,Elegant属性以外的Appeal减少20%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
ダメージ【小】
扣除400体力
条件:必定发动
43
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
61
クリティカル率上昇20%
接下来的10个note中,暴击率提升20%
条件:点击成功时
对象:Sp类型
103
合计获得 21,600 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
102052,0003,200
通过切队使用 8 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
314252,0003,200
使用SP特技获得 12,800 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
515452,0003,200
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
658052,0003,200
在一次点击中获得 2,400 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
9194104,0006,400
产生 4 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
10411652,0003,200
合计获得 44,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
126141104,0006,400
4350/33300 上级
推荐 Live Power
4,350
推荐 Stamina
33,300
SBL活动P
100
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
141
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
722,000
1,152,900
1,583,800
2,014,800
603,000
【Live特征】Live中,Elegant属性以外的Appeal减少20%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
ダメージ【小】
扣除400体力
条件:必定发动
43
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
61
クリティカル率上昇20%
接下来的10个note中,暴击率提升20%
条件:点击成功时
对象:Sp类型
103
合计获得 28,800 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
102067,0004,000
通过切队使用 8 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
314267,0004,000
使用SP特技获得 16,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
515467,0004,000
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
658067,0004,000
在一次点击中获得 3,200 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
9194134,0008,800
产生 4 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
10411667,0004,000
合计获得 57,600 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
126141134,0008,800
5300/40500 上级
推荐 Live Power
5,300
推荐 Stamina
40,500
SBL活动P
100
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
171
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
907,800
1,511,500
2,115,200
2,718,900
812,000
【Live特征】Live中,Elegant属性以外的Appeal减少20%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
ダメージ【小】
扣除400体力
条件:必定发动
43
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
61
クリティカル率上昇20%
接下来的10个note中,暴击率提升20%
条件:点击成功时
对象:Sp类型
103
合计获得 36,800 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
102090,0004,800
通过切队使用 8 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
314290,0004,800
使用SP特技获得 20,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
515490,0004,800
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
658090,0004,800
在一次点击中获得 4,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
9194181,00010,400
产生 4 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
10411690,0004,800
合计获得 71,200 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
126141181,00010,400
6250/47700 上级
推荐 Live Power
6,250
推荐 Stamina
47,700
SBL活动P
100
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
297
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
1,104,000
1,810,000
2,516,000
3,222,000
965,000
【Live特征】Live中,Elegant属性以外的Appeal减少20%
【攻略提示】色々なクリア条件のアピールチャンスがあるよ。ライブ前にしっかり確認しよう
ダメージ【小】
扣除400体力
条件:必定发动
43
特技発動率上昇20%
接下来的20个note中,特技发动率提升20%
条件:点击成功时
对象:Gd类型
61
クリティカル率上昇20%
接下来的10个note中,暴击率提升20%
条件:点击成功时
对象:Sp类型
103
合计获得 56,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
1020107,0007,000
通过切队使用 8 张卡片进行点击
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
3142107,0007,000
使用SP特技获得 29,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
5154107,0007,000
发动 8 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
6580107,0007,000
在一次点击中获得 6,100 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
9194215,00015,000
产生 6 次CRITICAL判定
【特殊效果】基本暴击率提升30% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
104116107,0007,000
合计获得 108,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:虹咲学园学园偶像同好会
126141215,00015,000

夢がここからはじまるよ

所属团队:虹咲学园学园偶像同好会

是否有3D MV:有

SIFAS版本歌曲时长:107.30秒

模板:LiveUnlockMethod

8 6 4 2 1 (Center) 3 5 7 9
初级
推荐 Live Power
3,200
推荐 Stamina
24,300
消耗 LP
10
节奏图示数量
77
SP槽长度
3600
节奏图示消耗体力
190
失败时失去SP
50
获得EXP
8
C位/非C位获得绊
16/12
故事活动P
165
交换所道具/活动P
135/275
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
289,000
478,000
667,000
857,000
136,000
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
472123385759
合计获得 47,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
81834,0003,400
使用SP特技获得 17,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
283334,0003,400
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
415634,0003,400
合计获得 32,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
616634,0003,400
中级
推荐 Live Power
6,700
推荐 Stamina
51,300
消耗 LP
12
节奏图示数量
112
SP槽长度
4800
节奏图示消耗体力
504
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
243
交换所道具/活动P
225/405
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
1,007,000
1,551,000
2,096,000
2,641,000
350,000
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
6782935457999100
使用SP特技获得 37,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
152270,0007,000
合计获得 172,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
365370,0007,000
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
617570,0007,000
合计获得 142,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
829570,0007,000
使用SP特技获得 37,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
10510870,0007,000
上级
推荐 Live Power
12,000
推荐 Stamina
90,000
消耗 LP
15
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
861
失败时失去SP
100
获得EXP
21
C位/非C位获得绊
33/24
故事活动P
360
交换所道具/活动P
345/600
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
3,211,000
5,562,000
7,914,000
10,265,000
2,542,500
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 270,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334317,50018,750
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455636,25037,500
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383317,50018,750
使用SP特技获得 132,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117317,50018,750
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142636,25037,500
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156317,50018,750
初级
推荐 Live Power
1,450
推荐 Stamina
10,800
消耗 LP
10
节奏图示数量
77
SP槽长度
3600
节奏图示消耗体力
85
失败时失去SP
50
获得EXP
8
C位/非C位获得绊
16/12
故事活动P
165
交换所道具/活动P
135/275
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
120,000
202,000
284,000
366,000
60,000
【Live特征】无效果
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
472123385759
合计获得 19,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
81815,0001,500
使用SP特技获得 7,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
283315,0001,500
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
415615,0001,500
合计获得 14,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
616615,0001,500
中级
推荐 Live Power
3,650
推荐 Stamina
27,900
消耗 LP
12
节奏图示数量
112
SP槽长度
4800
节奏图示消耗体力
225
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
243
交换所道具/活动P
225/405
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
492,000
742,000
993,000
1,243,000
150,000
【Live特征】无效果
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
6782935457999100
使用SP特技获得 17,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
152230,0003,000
合计获得 73,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
365330,0003,000
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
617530,0003,000
合计获得 60,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
829530,0003,000
使用SP特技获得 17,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
10510830,0003,000
上级
推荐 Live Power
6,700
推荐 Stamina
51,300
消耗 LP
15
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
491
失败时失去SP
100
获得EXP
21
C位/非C位获得绊
33/24
故事活动P
360
交换所道具/活动P
345/600
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
1,567,000
2,604,000
3,641,000
4,679,000
1,160,000
【Live特征】无效果
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 137,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334145,00010,000
使用SP特技获得 37,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455290,00021,250
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383145,00010,000
使用SP特技获得 75,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117145,00010,000
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142290,00021,250
使用SP特技获得 37,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156145,00010,000
28章1话 NORMAL
推荐 Live Power
2,050
推荐 Stamina
19,000
消耗 LP
16
节奏图示数量
161
SP槽长度
4800
节奏图示消耗体力
126
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
384
交换所道具/活动P
135/640
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
401,000
699,000
998,000
1,296,000
320,000
【Live特征】Live中,全员的SP槽填充量减少10%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 37,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
233440,0002,500
使用SP特技获得 11,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
445580,0006,250
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
638340,0002,500
使用SP特技获得 22,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
9111740,0002,500
发动 5 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
12614280,0006,250
使用SP特技获得 11,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
14915640,0002,500
28章1话 HARD
推荐 Live Power
11,100
推荐 Stamina
104,000
消耗 LP
16
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
814
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
384
交换所道具/活动P
345/640
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
2,979,000
4,621,000
6,263,000
7,906,000
1,960,000
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 251,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334245,00017,500
使用SP特技获得 62,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455490,00035,000
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383245,00017,500
使用SP特技获得 124,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117245,00017,500
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142490,00035,000
使用SP特技获得 62,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156245,00017,500
34章4话 NORMAL
推荐 Live Power
6,300
推荐 Stamina
58,900
消耗 LP
16
节奏图示数量
161
SP槽长度
4800
节奏图示消耗体力
457
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
384
交换所道具/活动P
225/640
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
1,435,000
2,287,000
3,139,000
3,991,000
990,000
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 126,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334123,7508,750
使用SP特技获得 34,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455247,50018,750
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383123,7508,750
使用SP特技获得 68,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117123,7508,750
发动 5 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142247,50018,750
使用SP特技获得 34,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156123,7508,750
34章4话 HARD
推荐 Live Power
12,300
推荐 Stamina
115,300
消耗 LP
16
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
903
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
384
交换所道具/活动P
345/640
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
3,421,000
5,285,000
7,148,000
9,012,000
2,232,500
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 286,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334278,75018,750
使用SP特技获得 69,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455558,75038,750
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383278,75018,750
使用SP特技获得 138,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117278,75018,750
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142558,75038,750
使用SP特技获得 69,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156278,75018,750
42章6话 NORMAL
推荐 Live Power
2,050
推荐 Stamina
19,000
消耗 LP
16
节奏图示数量
161
SP槽长度
4800
节奏图示消耗体力
149
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
384
交换所道具/活动P
225/640
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
401,000
699,000
998,000
1,296,000
320,000
【Live特征】Live中,全员的SP槽填充量减少10%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 37,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
233440,0002,500
使用SP特技获得 11,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
445580,0006,250
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
638340,0002,500
使用SP特技获得 22,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
9111740,0002,500
发动 5 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
12614280,0006,250
使用SP特技获得 11,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
14915640,0002,500
42章6话 HARD
推荐 Live Power
13,950
推荐 Stamina
130,900
消耗 LP
16
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
1253
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
384
交换所道具/活动P
345/640
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
4,063,000
6,248,000
8,433,000
10,618,000
2,632,500
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 336,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334328,75026,250
使用SP特技获得 78,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455658,75053,750
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383328,75026,250
使用SP特技获得 156,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117328,75026,250
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142658,75053,750
使用SP特技获得 78,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156328,75026,250
45章6话
推荐 Live Power
2,050
推荐 Stamina
19,000
消耗 LP
16
节奏图示数量
161
SP槽长度
4800
节奏图示消耗体力
149
失败时失去SP
75
获得EXP
13
C位/非C位获得绊
22/16
故事活动P
384
交换所道具/活动P
225/640
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
401,000
699,000
998,000
1,296,000
320,000
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 37,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
233440,0002,500
使用SP特技获得 11,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
445580,0006,250
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
638340,0002,500
使用SP特技获得 22,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
9111740,0002,500
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
12614280,0006,250
使用SP特技获得 11,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
14915640,0002,500
3塔46层
推荐 Live Power
14,050
推荐 Stamina
108,100
消耗 LP
0
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
621
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
20,264,000
2,542,500
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 270,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334317,50018,750
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455636,25037,500
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383317,50018,750
使用SP特技获得 132,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117317,50018,750
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142636,25037,500
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156317,50018,750
13塔24层
推荐 Live Power
14,040
推荐 Stamina
108,100
消耗 LP
0
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
671
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
7,548,400
2,542,500
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 270,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334317,50018,750
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455636,25037,500
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383317,50018,750
使用SP特技获得 132,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117317,50018,750
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142636,25037,500
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156317,50018,750
16塔16层
推荐 Live Power
7,600
推荐 Stamina
64,400
消耗 LP
0
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
400
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
3,216,250
2,542,500
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 270,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334317,50018,750
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455636,25037,500
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383317,50018,750
使用SP特技获得 132,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117317,50018,750
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142636,25037,500
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156317,50018,750
27塔9层
推荐 Live Power
6,700
推荐 Stamina
64,400
消耗 LP
0
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
400
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
8,000,000
2,542,500
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 270,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334317,50018,750
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455636,25037,500
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383317,50018,750
使用SP特技获得 132,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117317,50018,750
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142636,25037,500
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156317,50018,750
33塔10层
推荐 Live Power
4,350
推荐 Stamina
33,400
消耗 LP
0
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
207
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
1,013,120
2,542,500
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 270,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334317,50018,750
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455636,25037,500
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383317,50018,750
使用SP特技获得 132,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117317,50018,750
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142636,25037,500
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156317,50018,750
36塔10层
推荐 Live Power
3,650
推荐 Stamina
18,000
消耗 LP
0
节奏图示数量
112
SP槽长度
4800
节奏图示消耗体力
160
失败时失去SP
75
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
4,362,880
350,000
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
6782935457999100
使用SP特技获得 37,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
152270,0007,000
合计获得 172,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
365370,0007,000
发动 6 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
617570,0007,000
合计获得 142,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
829570,0007,000
使用SP特技获得 37,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
10510870,0007,000
38塔2层
推荐 Live Power
2,200
推荐 Stamina
37,400
消耗 LP
0
节奏图示数量
161
SP槽长度
6000
节奏图示消耗体力
232
失败时失去SP
100
Appeal最大得分
50,000
SP特技最大得分
250,000
技能最大得分
50,000
切换作战最大得分
30,000
6,796,000
2,542,500
【Live特征】Live中,全员的SP槽填充量减少50%
【攻略提示】Skタイプでノーツを処理するとSPゲージが上昇するギミックノーツがあるよ
SPゲージ獲得【大】
获得相当于SP槽总量的50%的SP槽
条件:Sk类型点击成功时
1020464794106109150
合计获得 270,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
2334317,50018,750
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
4455636,25037,500
发动 9 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
6383317,50018,750
使用SP特技获得 132,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
91117317,50018,750
发动 7 次特技
【特殊效果】基本特技发动率提升20% (AC效果)
时间:Appeal Chance中
对象:Gd类型
126142636,25037,500
使用SP特技获得 66,000 以上分数
【特殊效果】基本Appeal增加20% (AC效果)
时间:Appeal Chance中
对象:Vo类型
149156317,50018,750