|
90 | 90 | <thead> |
91 | 91 | <tr> |
92 | 92 | <th></th> |
93 | | - <th colspan="2">Technical Score</th> |
94 | | - <th colspan="2">Platinum Score</th> |
| 93 | + <th colspan="2">Battle Score</th> |
| 94 | + <th colspan="2">Over Damage</th> |
95 | 95 | </tr> |
96 | 96 | </thead> |
97 | 97 | <tbody> |
98 | 98 | @foreach ($difficulties as $difficulty) |
99 | 99 | <tr> |
100 | 100 | <td>{{$difficulty}}</td> |
101 | | - <td class="right">{{number_format($score['new'][$difficulty]['technical_high_score'])}}</td> |
102 | | - <td class="right difference">{{($score['difference'][$difficulty]['technical_high_score'] === 0) ? "" : "+" . number_format($score['difference'][$difficulty]['technical_high_score'])}}</td> |
103 | | - <td class="right">{{number_format($score['new'][$difficulty]['platinum_score'])}}</td> |
104 | | - <td class="right difference">{{($score['difference'][$difficulty]['platinum_score'] === 0) ? "" : "+" . number_format($score['difference'][$difficulty]['platinum_score'])}}</td> |
| 101 | + <td class="right">{{number_format($score['new'][$difficulty]['battle_high_score'])}}</td> |
| 102 | + <td class="right difference">{{($score['difference'][$difficulty]['battle_high_score'] === 0) ? "" : "+" . number_format($score['difference'][$difficulty]['battle_high_score'])}}</td> |
| 103 | + <td class="right">{{number_format($score['new'][$difficulty]['over_damage_high_score'], 2)}}%</td> |
| 104 | + <td class="right difference">{{($score['difference'][$difficulty]['over_damage_high_score'] === 0.0) ? "" : "+" . number_format($score['difference'][$difficulty]['over_damage_high_score'], 2) . "%"}}</td> |
105 | 105 | </tr> |
106 | 106 | @endforeach |
107 | 107 | </tbody> |
|
111 | 111 | <thead> |
112 | 112 | <tr> |
113 | 113 | <th></th> |
114 | | - <th colspan="2">Battle Score</th> |
115 | | - <th colspan="2">Over Damage</th> |
| 114 | + <th colspan="2">Technical Score</th> |
| 115 | + <th colspan="2">Platinum Score</th> |
116 | 116 | </tr> |
117 | 117 | </thead> |
118 | 118 | <tbody> |
119 | 119 | @foreach ($difficulties as $difficulty) |
120 | 120 | <tr> |
121 | 121 | <td>{{$difficulty}}</td> |
122 | | - <td class="right">{{number_format($score['new'][$difficulty]['battle_high_score'])}}</td> |
123 | | - <td class="right difference">{{($score['difference'][$difficulty]['battle_high_score'] === 0) ? "" : "+" . number_format($score['difference'][$difficulty]['battle_high_score'])}}</td> |
124 | | - <td class="right">{{number_format($score['new'][$difficulty]['over_damage_high_score'], 2)}}%</td> |
125 | | - <td class="right difference">{{($score['difference'][$difficulty]['over_damage_high_score'] === 0.0) ? "" : "+" . number_format($score['difference'][$difficulty]['over_damage_high_score'], 2) . "%"}}</td> |
| 122 | + <td class="right">{{number_format($score['new'][$difficulty]['technical_high_score'])}}</td> |
| 123 | + <td class="right difference">{{($score['difference'][$difficulty]['technical_high_score'] === 0) ? "" : "+" . number_format($score['difference'][$difficulty]['technical_high_score'])}}</td> |
| 124 | + <td class="right">{{number_format($score['new'][$difficulty]['platinum_score'])}}</td> |
| 125 | + <td class="right difference">{{($score['difference'][$difficulty]['platinum_score'] === 0) ? "" : "+" . number_format($score['difference'][$difficulty]['platinum_score'])}}</td> |
126 | 126 | </tr> |
127 | 127 | @endforeach |
128 | 128 | </tbody> |
|
146 | 146 | <span class="difference">{{$value['difference']['battle_high_score']}}</span> |
147 | 147 | <br> |
148 | 148 |
|
| 149 | + <span class="score-title">Over Damage</span><span class="score">{{$value['new']->over_damage_high_score}}%</span><span class="difference">{{$value['difference']['over_damage_high_score']}}</span> |
| 150 | + <span class="score-rank {{$value['difference']['is_update_over_damage_high_score_rank']}}">{{$value['difference']['over_damage_high_score_rank']}}</span> |
| 151 | + <br> |
| 152 | + |
149 | 153 | <span class="score-title">Technical Score</span> |
150 | 154 | <span class="score">{{number_format($value['new']->technical_high_score)}}</span> |
151 | 155 | <span class="difference">{{$value['difference']['technical_high_score']}}</span> |
|
155 | 159 | <span class="score-title">Platinum Score</span> |
156 | 160 | <span class="score">{{number_format($value['new']->platinum_score)}}</span> |
157 | 161 | <span class="difference">{{$value['difference']['platinum_score']}}</span> |
158 | | - <br> |
159 | | - |
160 | | - <span class="score-title">Over Damage</span><span class="score">{{$value['new']->over_damage_high_score}}%</span><span class="difference">{{$value['difference']['over_damage_high_score']}}</span> |
161 | | - <span class="score-rank {{$value['difference']['is_update_over_damage_high_score_rank']}}">{{$value['difference']['over_damage_high_score_rank']}}</span> |
162 | 162 | </div> |
163 | 163 | <div class="lamp-info"> |
164 | 164 | <span class="tag {{$value['difference']['old-lamp-is-fb']}}">FB</span> |
|
0 commit comments