Update banners

pull/9/head
Made Baruna 2023-04-11 23:11:27 +08:00
parent 55984b74bd
commit c11ecf159b
8 changed files with 76 additions and 8 deletions

View File

@ -756,6 +756,30 @@ export const banners = {
// featuredRare: ['diona', 'sucrose', 'mika'],
// version: '3.5',
// },
{
name: "The Moongrass' Enlightenment",
image: 2,
shortName: 'Nahida',
start: '2023-04-12 06:00:00',
end: '2023-05-02 17:59:59',
color: '#b8db94',
featured: ['nahida', 'nilou'],
featuredRare: ['kuki_shinobu', 'dori', 'layla'],
timezoneDependent: true,
version: '3.6',
},
// {
// name: "Twirling Lotus",
// image: 2,
// shortName: 'Nilou',
// start: '2023-04-12 06:00:00',
// end: '2023-05-02 17:59:59',
// color: '#b2e0f0',
// featured: ['nahida', 'nilou'],
// featuredRare: ['kuki_shinobu', 'dori', 'layla'],
// timezoneDependent: true,
// version: '3.6',
// },
],
weapons: [
{
@ -1290,5 +1314,23 @@ export const banners = {
featuredRare: ['wine_and_song', 'sacrificial_sword', 'the_bell', 'favonius_lance', 'favonius_warbow'],
version: '3.5',
},
{
name: 'Epitome Invocation',
image: 45,
shortName: 'Dreams',
start: '2023-04-12 06:00:00',
end: '2023-05-02 17:59:59',
color: '#eae5e1',
featured: ['key_of_khaj-nisut', 'a_thousand_floating_dreams'],
featuredRare: [
'xiphos_moonlight',
'favonius_greatsword',
'dragons_bane',
'sacrificial_fragments',
'the_stringless',
],
timezoneDependent: true,
version: '3.6',
},
],
};

View File

@ -477,4 +477,30 @@ export const bannersDual = {
version: '3.5',
},
],
"The Moongrass' Enlightenment 2": [
{
name: "The Moongrass' Enlightenment",
image: 2,
shortName: 'Nahida',
start: '2023-04-12 06:00:00',
end: '2023-05-02 17:59:59',
color: '#b8db94',
featured: ['nahida', 'nilou'],
featuredRare: ['kuki_shinobu', 'dori', 'layla'],
timezoneDependent: true,
version: '3.6',
},
{
name: 'Twirling Lotus',
image: 2,
shortName: 'Nilou',
start: '2023-04-12 06:00:00',
end: '2023-05-02 17:59:59',
color: '#b2e0f0',
featured: ['nahida', 'nilou'],
featuredRare: ['kuki_shinobu', 'dori', 'layla'],
timezoneDependent: true,
version: '3.6',
},
],
};

View File

@ -13,25 +13,25 @@
const dispatch = createEventDispatcher();
const featured = {
shenhe: {
name: 'Shenhe',
nilou: {
name: 'Nilou',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
kamisato_ayaka: {
name: 'Kamisato Ayaka',
nahida: {
name: 'Nahida',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300045;
const image = 'shenhe_ayaka.png';
const bannerId = 300046;
const image = 'nilou_nahida.png';
const width = 800;
const height = 402;
const height = 416;
let loading = true;
let user = '';

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB