Add Mavuika and Citlali

This commit is contained in:
Made Baruna 2025-01-01 04:48:53 +08:00
parent 9a4d1856af
commit 5bc0d97843
36 changed files with 3751 additions and 2 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1888,7 +1888,6 @@ export const characters = {
boss: itemList.silken_feather,
},
element: elements.anemo,
new: true,
},
chevreuse: {
id: 'chevreuse',
@ -2325,6 +2324,152 @@ export const characters = {
},
element: elements.cryo,
},
citlali: {
id: 'citlali',
name: 'Citlali',
rarity: 5,
weapon: weapons.catalyst,
stats: {
hp: 11634,
atk: 127,
def: 763,
},
ascension: [
{
items: [
{
item: itemList.shivada_jade_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.quenepa_berry,
amount: 3,
},
{
item: itemList.juvenile_fang,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.shivada_jade_fragment,
amount: 3,
},
{
item: itemList.talisman_of_the_enigmatic_land,
amount: 2,
},
{
item: itemList.quenepa_berry,
amount: 10,
},
{
item: itemList.juvenile_fang,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.shivada_jade_fragment,
amount: 6,
},
{
item: itemList.talisman_of_the_enigmatic_land,
amount: 4,
},
{
item: itemList.quenepa_berry,
amount: 20,
},
{
item: itemList.seasoned_fang,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.shivada_jade_chunk,
amount: 3,
},
{
item: itemList.talisman_of_the_enigmatic_land,
amount: 8,
},
{
item: itemList.quenepa_berry,
amount: 30,
},
{
item: itemList.seasoned_fang,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.shivada_jade_chunk,
amount: 6,
},
{
item: itemList.talisman_of_the_enigmatic_land,
amount: 12,
},
{
item: itemList.quenepa_berry,
amount: 45,
},
{
item: itemList.tyrants_fang,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.shivada_jade_gemstone,
amount: 6,
},
{
item: itemList.talisman_of_the_enigmatic_land,
amount: 20,
},
{
item: itemList.quenepa_berry,
amount: 60,
},
{
item: itemList.tyrants_fang,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.juvenile_fang, itemList.seasoned_fang, itemList.tyrants_fang],
book: [itemList.teachings_of_kindling, itemList.guide_to_kindling, itemList.philosophies_of_kindling],
boss: itemList.denial_and_judgment,
},
element: elements.cryo,
new: true,
},
clorinde: {
id: 'clorinde',
name: 'Clorinde',
@ -7259,6 +7404,156 @@ export const characters = {
},
element: elements.pyro,
},
mavuika: {
id: 'mavuika',
name: 'Mavuika',
rarity: 5,
weapon: weapons.claymore,
stats: {
hp: 12552,
atk: 359,
def: 792,
},
ascension: [
{
items: [
{
item: itemList.agnidus_agate_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.withering_purpurbloom,
amount: 3,
},
{
item: itemList.sentrys_wooden_whistle,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.agnidus_agate_fragment,
amount: 3,
},
{
item: itemList.gold_inscribed_secret_source_core,
amount: 2,
},
{
item: itemList.withering_purpurbloom,
amount: 10,
},
{
item: itemList.sentrys_wooden_whistle,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.agnidus_agate_fragment,
amount: 6,
},
{
item: itemList.gold_inscribed_secret_source_core,
amount: 4,
},
{
item: itemList.withering_purpurbloom,
amount: 20,
},
{
item: itemList.warriors_metal_whistle,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.agnidus_agate_chunk,
amount: 3,
},
{
item: itemList.gold_inscribed_secret_source_core,
amount: 8,
},
{
item: itemList.withering_purpurbloom,
amount: 30,
},
{
item: itemList.warriors_metal_whistle,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.agnidus_agate_chunk,
amount: 6,
},
{
item: itemList.gold_inscribed_secret_source_core,
amount: 12,
},
{
item: itemList.withering_purpurbloom,
amount: 45,
},
{
item: itemList.saurian_crowned_warriors_golden_whistle,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.agnidus_agate_gemstone,
amount: 6,
},
{
item: itemList.gold_inscribed_secret_source_core,
amount: 20,
},
{
item: itemList.withering_purpurbloom,
amount: 60,
},
{
item: itemList.saurian_crowned_warriors_golden_whistle,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [
itemList.sentrys_wooden_whistle,
itemList.warriors_metal_whistle,
itemList.saurian_crowned_warriors_golden_whistle,
],
book: [itemList.teachings_of_contention, itemList.guide_to_contention, itemList.philosophies_of_contention],
boss: itemList.eroded_horn,
},
element: elements.pyro,
new: true,
},
mika: {
id: 'mika',
name: 'Mika',
@ -8712,7 +9007,6 @@ export const characters = {
boss: itemList.lightless_silk_string,
},
element: elements.electro,
new: true,
},
qiqi: {
id: 'qiqi',

View file

@ -1770,4 +1770,10 @@ export const itemList = {
name: 'Illusory Leafcoil',
rarity: 4,
},
eroded_horn: { id: 'eroded_horn', name: 'Eroded Horn' },
talisman_of_the_enigmatic_land: {
id: 'talisman_of_the_enigmatic_land',
name: 'Talisman of the Enigmatic Land',
rarity: 4,
},
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 903 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB