mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-21 22:46:29 +01:00
Update banners
This commit is contained in:
parent
b8e3184881
commit
e6c8e705a9
22 changed files with 189 additions and 16 deletions
|
@ -1287,6 +1287,28 @@ export const banners = {
|
|||
// version: '4.8',
|
||||
// timezoneDependent: true,
|
||||
// },
|
||||
{
|
||||
name: 'Ambrosial Essence',
|
||||
image: 1,
|
||||
shortName: 'Emilie',
|
||||
start: '2024-08-06 18:00:00',
|
||||
end: '2024-08-27 14:59:00',
|
||||
color: '#cde8a4',
|
||||
featured: ['emilie', 'yelan'],
|
||||
featuredRare: ['yanfei', 'xiangling', 'razor'],
|
||||
version: '4.8',
|
||||
},
|
||||
// {
|
||||
// name: 'Discerner of Enigmas',
|
||||
// image: 4,
|
||||
// shortName: 'Yelan',
|
||||
// start: '2024-08-06 18:00:00',
|
||||
// end: '2024-08-27 14:59:00',
|
||||
// color: '#7de6fd',
|
||||
// featured: ['emilie', 'yelan'],
|
||||
// featuredRare: ['yanfei', 'xiangling', 'razor'],
|
||||
// version: '4.8',
|
||||
// },
|
||||
],
|
||||
weapons: [
|
||||
{
|
||||
|
@ -2110,12 +2132,23 @@ export const banners = {
|
|||
shortName: 'Verdict',
|
||||
start: '2024-07-17 06:00:00',
|
||||
end: '2024-08-06 17:59:00',
|
||||
color: '#eae5e1',
|
||||
color: '#ffb169',
|
||||
featured: ['verdict', 'key_of_khaj-nisut'],
|
||||
featuredRare: ['xiphos_moonlight', 'the_bell', 'dragons_bane', 'eye_of_perception', 'rust'],
|
||||
version: '4.8',
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Epitome Invocation',
|
||||
image: 68,
|
||||
shortName: 'Lumidouce',
|
||||
start: '2024-08-06 18:00:00',
|
||||
end: '2024-08-27 14:59:00',
|
||||
color: '#eae5e1',
|
||||
featured: ['lumidouce_elegy', 'aqua_simulacra'],
|
||||
featuredRare: ['makhaira_aquamarine', 'wandering_evenstar', 'the_flute', 'favonius_lance', 'favonius_warbow'],
|
||||
version: '4.8',
|
||||
},
|
||||
],
|
||||
chronicled: [
|
||||
{
|
||||
|
|
|
@ -1053,4 +1053,28 @@ export const bannersDual = {
|
|||
timezoneDependent: true,
|
||||
},
|
||||
],
|
||||
'Ambrosial Essence 1': [
|
||||
{
|
||||
name: 'Ambrosial Essence',
|
||||
image: 1,
|
||||
shortName: 'Emilie',
|
||||
start: '2024-08-06 18:00:00',
|
||||
end: '2024-08-27 14:59:00',
|
||||
color: '#cde8a4',
|
||||
featured: ['emilie', 'yelan'],
|
||||
featuredRare: ['yanfei', 'xiangling', 'razor'],
|
||||
version: '4.8',
|
||||
},
|
||||
{
|
||||
name: 'Discerner of Enigmas',
|
||||
image: 4,
|
||||
shortName: 'Yelan',
|
||||
start: '2024-08-06 18:00:00',
|
||||
end: '2024-08-27 14:59:00',
|
||||
color: '#7de6fd',
|
||||
featured: ['emilie', 'yelan'],
|
||||
featuredRare: ['yanfei', 'xiangling', 'razor'],
|
||||
version: '4.8',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -13274,6 +13274,7 @@ export const weaponList = {
|
|||
atk: 48,
|
||||
secondary: 'CRIT Rate',
|
||||
type: weapons.polearm,
|
||||
source: 'wish',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
|
@ -13386,6 +13387,7 @@ export const weaponList = {
|
|||
atk: 48,
|
||||
secondary: 'CRIT DMG',
|
||||
type: weapons.sword,
|
||||
source: 'wish',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
|
@ -13610,6 +13612,7 @@ export const weaponList = {
|
|||
atk: 44,
|
||||
secondary: 'HP%',
|
||||
type: weapons.bow,
|
||||
source: 'wish',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
|
@ -13715,4 +13718,117 @@ export const weaponList = {
|
|||
},
|
||||
],
|
||||
},
|
||||
lumidouce_elegy: {
|
||||
id: 'lumidouce_elegy',
|
||||
name: 'Lumidouce Elegy',
|
||||
rarity: 5,
|
||||
atk: 46,
|
||||
secondary: 'critRate',
|
||||
type: 'polearm',
|
||||
source: 'wish',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.broken_goblet_of_the_pristine_sea,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.ruined_hilt,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.whopperflower_nectar,
|
||||
amount: 3,
|
||||
},
|
||||
],
|
||||
mora: 10000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.wine_goblet_of_the_pristine_sea,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.ruined_hilt,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.whopperflower_nectar,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.wine_goblet_of_the_pristine_sea,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.splintered_hilt,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.shimmering_nectar,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.silver_goblet_of_the_pristine_sea,
|
||||
amount: 5,
|
||||
},
|
||||
{
|
||||
item: itemList.splintered_hilt,
|
||||
amount: 18,
|
||||
},
|
||||
{
|
||||
item: itemList.shimmering_nectar,
|
||||
amount: 14,
|
||||
},
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.silver_goblet_of_the_pristine_sea,
|
||||
amount: 9,
|
||||
},
|
||||
{
|
||||
item: itemList.still_smoldering_hilt,
|
||||
amount: 14,
|
||||
},
|
||||
{
|
||||
item: itemList.energy_nectar,
|
||||
amount: 9,
|
||||
},
|
||||
],
|
||||
mora: 55000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.golden_goblet_of_the_pristine_sea,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.still_smoldering_hilt,
|
||||
amount: 27,
|
||||
},
|
||||
{
|
||||
item: itemList.energy_nectar,
|
||||
amount: 18,
|
||||
},
|
||||
],
|
||||
mora: 65000,
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
static/images/banners/Ambrosial Essence 1.png
Normal file
BIN
static/images/banners/Ambrosial Essence 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 521 KiB |
BIN
static/images/banners/Discerner of Enigmas 4.png
Normal file
BIN
static/images/banners/Discerner of Enigmas 4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 536 KiB |
BIN
static/images/banners/Epitome Invocation 68.png
Normal file
BIN
static/images/banners/Epitome Invocation 68.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 364 KiB |
BIN
static/images/weapons/lumidouce_elegy.png
Normal file
BIN
static/images/weapons/lumidouce_elegy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in a new issue