forked from Cookies_Github_mirror/AquaDX
[F] B50 algorithm
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
};
|
||||
|
||||
let gameIndex = gameIndexMap[game as keyof typeof gameIndexMap];
|
||||
</script>
|
||||
|
||||
</script>
|
||||
|
||||
<div class="map-detail-container" transition:slide>
|
||||
@@ -47,7 +47,7 @@
|
||||
</span>
|
||||
</span>
|
||||
{#if game === 'mai2'}
|
||||
{ mapRank ? (mapRank * Number(mult[1])).toFixed(0) : '-' }
|
||||
<span class="dx-change">
|
||||
{ mapRank ? Math.floor(mapRank * mult[1] * (Math.min(100.5, mapData[3] / 10000) / 100)) : '-' }
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user