Update banners and Freminet

pull/19/head
Made Baruna 2023-09-06 01:02:46 +08:00
parent 1d11599ab7
commit 451adc209c
50 changed files with 1960 additions and 1 deletions

View File

@ -919,6 +919,28 @@ export const banners = {
// version: '4.0',
// timezoneDependent: true,
// },
{
name: 'Gentry of Hermitage',
image: 5,
shortName: 'Zhongli',
start: '2023-09-05 18:00:00',
end: '2023-09-26 14:59:59',
color: '#D1A55C',
featured: ['tartaglia', 'zhongli'],
featuredRare: ['freminet', 'sayu', 'noelle'],
version: '4.0',
},
// {
// name: 'Farewell of Snezhnaya',
// image: 5,
// shortName: 'Tartaglia',
// start: '2023-09-05 18:00:00',
// end: '2023-09-26 14:59:59',
// color: '#4ED8F3',
// featured: ['tartaglia', 'zhongli'],
// featuredRare: ['freminet', 'sayu', 'noelle'],
// version: '4.0',
// },
],
weapons: [
{
@ -1546,5 +1568,16 @@ export const banners = {
version: '4.0',
timezoneDependent: true,
},
{
name: 'Epitome Invocation',
image: 52,
shortName: 'Polar',
start: '2023-09-05 18:00:00',
end: '2023-09-26 14:59:59',
color: '#eae5e1',
featured: ['polar_star', 'vortex_vanquisher'],
featuredRare: ['the_flute', 'sacrificial_greatsword', 'dragons_bane', 'the_widsith', 'rust'],
version: '4.0',
},
],
};

View File

@ -653,4 +653,28 @@ export const bannersDual = {
timezoneDependent: true,
},
],
'Gentry of Hermitage 5': [
{
name: 'Gentry of Hermitage',
image: 5,
shortName: 'Zhongli',
start: '2023-09-05 18:00:00',
end: '2023-09-26 14:59:59',
color: '#D1A55C',
featured: ['tartaglia', 'zhongli'],
featuredRare: ['freminet', 'sayu', 'noelle'],
version: '4.0',
},
{
name: 'Farewell of Snezhnaya',
image: 5,
shortName: 'Tartaglia',
start: '2023-09-05 18:00:00',
end: '2023-09-26 14:59:59',
color: '#4ED8F3',
featured: ['tartaglia', 'zhongli'],
featuredRare: ['freminet', 'sayu', 'noelle'],
version: '4.0',
},
],
};

View File

@ -5114,4 +5114,21 @@ export const builds = {
},
},
},
freminet: {
roles: {
TBD: {
recommended: false,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
note: 'TBD',
},
},
},
};

File diff suppressed because it is too large Load Diff

View File

@ -2904,6 +2904,151 @@ export const characters = {
},
element: elements.electro,
},
freminet: {
id: 'freminet',
name: 'Freminet',
rarity: 4,
weapon: weapons.claymore,
stats: {
hp: 12071,
atk: 255,
def: 708,
},
ascension: [
{
items: [
{
item: itemList.shivada_jade_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.romaritime_flower,
amount: 3,
},
{
item: itemList.transoceanic_pearl,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.shivada_jade_fragment,
amount: 3,
},
{
item: itemList.artificed_spare_clockwork_component_coppelius,
amount: 2,
},
{
item: itemList.romaritime_flower,
amount: 10,
},
{
item: itemList.transoceanic_pearl,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.shivada_jade_fragment,
amount: 6,
},
{
item: itemList.artificed_spare_clockwork_component_coppelius,
amount: 4,
},
{
item: itemList.romaritime_flower,
amount: 20,
},
{
item: itemList.transoceanic_chunk,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.shivada_jade_chunk,
amount: 3,
},
{
item: itemList.artificed_spare_clockwork_component_coppelius,
amount: 8,
},
{
item: itemList.romaritime_flower,
amount: 30,
},
{
item: itemList.transoceanic_chunk,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.shivada_jade_chunk,
amount: 6,
},
{
item: itemList.artificed_spare_clockwork_component_coppelius,
amount: 12,
},
{
item: itemList.romaritime_flower,
amount: 45,
},
{
item: itemList.xenochromatic_crystal,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.shivada_jade_gemstone,
amount: 6,
},
{
item: itemList.artificed_spare_clockwork_component_coppelius,
amount: 20,
},
{
item: itemList.romaritime_flower,
amount: 60,
},
{
item: itemList.xenochromatic_crystal,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.transoceanic_pearl, itemList.transoceanic_chunk, itemList.xenochromatic_crystal],
book: [itemList.teachings_of_justice, itemList.guide_to_justice, itemList.philosophies_of_justice],
boss: itemList.worldspan_fern,
},
element: elements.cryo,
},
ganyu: {
id: 'ganyu',
name: 'Ganyu',

View File

@ -371,4 +371,9 @@ export const itemGroup = {
items: [itemList.teachings_of_equity, itemList.guide_to_equity, itemList.philosophies_of_equity],
type: 'book',
},
teachings_of_justice: {
name: 'Justice',
items: [itemList.teachings_of_justice, itemList.guide_to_justice, itemList.philosophies_of_justice],
type: 'book',
},
};

View File

@ -1249,6 +1249,27 @@ export const itemList = {
parent: 'teachings_of_equity',
},
teachings_of_justice: {
id: 'teachings_of_justice',
name: 'Teachings of Justice',
day: ['tuesday', 'friday'],
rarity: 2,
},
guide_to_justice: {
id: 'guide_to_justice',
name: 'Guide to Justice',
day: ['tuesday', 'friday'],
rarity: 3,
parent: 'teachings_of_justice',
},
philosophies_of_justice: {
id: 'philosophies_of_justice',
name: 'Philosophies of Justice',
day: ['tuesday', 'friday'],
rarity: 4,
parent: 'teachings_of_justice',
},
fragment_of_an_ancient_chord: {
id: 'fragment_of_an_ancient_chord',
name: 'Fragment of an Ancient Chord',
@ -1372,4 +1393,9 @@ export const itemList = {
name: 'Alien Life Core',
rarity: 4,
},
romaritime_flower: {
id: 'romaritime_flower',
name: 'Romaritime Flower',
},
};

View File

@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = ['Update banners', 'Update timeline', 'Update characters', 'Update achievements'];
const changelog = ['Update banners', 'Update Freminet'];
const channel = new BroadcastChannel('paimonmoe-sw');

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB