Update build
parent
4a98996413
commit
04e9357552
4574
src/data/build.js
4574
src/data/build.js
File diff suppressed because it is too large
Load Diff
|
@ -4,18 +4,9 @@
|
|||
import { characters } from '../../data/characters';
|
||||
import { builds } from '../../data/build';
|
||||
|
||||
import { t } from 'svelte-i18n';
|
||||
import Icon from '../../components/Icon.svelte';
|
||||
|
||||
const rarityColor = {
|
||||
1: 'text-white',
|
||||
2: 'text-green-400',
|
||||
3: 'text-primary',
|
||||
4: 'text-rare-from',
|
||||
5: 'text-legendary-from',
|
||||
};
|
||||
|
||||
const promoted = ['hu_tao'];
|
||||
const promoted = ['hu_tao', 'thoma'];
|
||||
let current = 0;
|
||||
|
||||
function change(index) {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 673 KiB After Width: | Height: | Size: 336 KiB |
Binary file not shown.
Before Width: | Height: | Size: 315 KiB After Width: | Height: | Size: 247 KiB |
Loading…
Reference in New Issue