CHUNITHM:NEW: Difference between revisions

can't believe it takes this much css hacking to properly display this table
imported>Jack980517
No edit summary
imported>Jack980517
(can't believe it takes this much css hacking to properly display this table)
Line 20: Line 20:
* The difficulty scale has been modified to be from 1-15. [https://twitter.com/chunithm/status/1450772497587003408]
* The difficulty scale has been modified to be from 1-15. [https://twitter.com/chunithm/status/1450772497587003408]
** Level 11+ and below are unchanged. Level 12 and above are changed as follows:
** Level 11+ and below are unchanged. Level 12 and above are changed as follows:
{|class="wikitable"
{{#css:
! Old !! New
table {
  border-collapse: collapse;
  background-color: #f8f9fa;
}
 
th {
  background-color: #eaecf0;
}
 
th,td {
  text-align: center;
  border: 1px solid #a2a9b1;
  min-width: 2em;
}
 
.empty, .empty>td {
  border: 0;
  height: 0;
  padding: 0;
}
}}
{|
! Old
| colspan=4|12 || 12+ || colspan=2|13 || 13+ || 14
|-
|-
| rowspan="4"|12<br>&#8203;<br>&#8203;<br>&#8203; || 12
! New
|-
| 12 || 12+ || 13 || colspan=2|13+ || 14 || colspan=2|14+ || 15
| 12+
|- class="empty"
|-
|||||||||||||||||||
| 13
|-
| rowspan="2"|13+<br>&#8203;
|-
| 12+
|-
| rowspan="2"|13<br>&#8203; || 14
|-
| rowspan="2"|14+<br>&#8203;
|-
| 13+
|-
| 14 || 15
|}
|}
* All character-specific skills have been removed, and only a standard set of 12 skills appears. "Skill Seeds" will be added according to the skills the player has obtained.
* All character-specific skills have been removed, and only a standard set of 12 skills appears. "Skill Seeds" will be added according to the skills the player has obtained.
Anonymous user