Update banners

pull/36/head
Made Baruna 2024-05-14 23:10:44 +08:00
parent 9cfab02f27
commit ddc2a979f1
8 changed files with 65 additions and 8 deletions

View File

@ -1195,6 +1195,28 @@ export const banners = {
// version: '4.6',
// timezoneDependent: true,
// },
{
name: 'From Ashes Reborn',
image: 3,
shortName: 'Wanderer',
start: '2024-05-14 18:00:00',
end: '2024-06-04 14:59:00',
color: '#31cae1',
featured: ['wanderer', 'baizhu'],
featuredRare: ['layla', 'faruzan', 'beidou'],
version: '4.6',
},
// {
// name: 'Immaculate Pulse',
// image: 3,
// shortName: 'Baizhu',
// start: '2024-05-14 18:00:00',
// end: '2024-06-04 14:59:00',
// color: '#8fdaa0',
// featured: ['wanderer', 'baizhu'],
// featuredRare: ['layla', 'faruzan', 'beidou'],
// version: '4.6',
// },
],
weapons: [
{
@ -1978,6 +2000,17 @@ export const banners = {
version: '4.6',
timezoneDependent: true,
},
{
name: 'Epitome Invocation',
image: 64,
shortName: 'Tulaytullah',
start: '2024-05-14 18:00:00',
end: '2024-06-04 14:59:00',
color: '#eae5e1',
featured: ['tulaytullahs_remembrance', 'jadefalls_splendor'],
featuredRare: ['prospectors_drill', 'range_gauge', 'favonius_sword', 'rainslasher', 'sacrificial_fragments'],
version: '4.6',
},
],
chronicled: [
{

View File

@ -953,4 +953,28 @@ export const bannersDual = {
timezoneDependent: true,
},
],
'From Ashes Reborn 3': [
{
name: 'From Ashes Reborn',
image: 3,
shortName: 'Wanderer',
start: '2024-05-14 18:00:00',
end: '2024-06-04 14:59:00',
color: '#31cae1',
featured: ['wanderer', 'baizhu'],
featuredRare: ['layla', 'faruzan', 'beidou'],
version: '4.6',
},
{
name: 'Immaculate Pulse',
image: 3,
shortName: 'Baizhu',
start: '2024-05-14 18:00:00',
end: '2024-06-04 14:59:00',
color: '#8fdaa0',
featured: ['wanderer', 'baizhu'],
featuredRare: ['layla', 'faruzan', 'beidou'],
version: '4.6',
},
],
};

View File

@ -13,25 +13,25 @@
const dispatch = createEventDispatcher();
const featured = {
arlecchino: {
name: 'Arlecchino',
baizhu: {
name: 'Baizhu',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
lyney: {
name: 'Lyney',
wanderer: {
name: 'Wanderer',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300064;
const image = 'arlecchino lyney.png';
const bannerId = 300065;
const image = 'baizhu wanderer.png';
const width = 800;
const height = 398;
const height = 403;
let loading = true;
let user = '';

View File

@ -1,6 +1,6 @@
<script context="module">
export async function load({ fetch }) {
const promoted = ['xiangling'];
const promoted = ['wanderer', 'beidou', 'faruzan', 'layla'];
const builds = {};
for (const p of promoted) {
const response = await fetch(`/characters/build/${p}.json`);

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 KiB