Update xianyun and gaming

pull/28/head
Made Baruna 2024-01-31 10:46:48 +08:00
parent 652285abbb
commit b7cd35eb5e
34 changed files with 3100 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3484,6 +3484,151 @@ export const characters = {
},
element: elements.hydro,
},
gaming: {
id: 'gaming',
name: 'Gaming',
rarity: 4,
weapon: weapons.claymore,
stats: {
hp: 11419,
atk: 302,
def: 703,
},
ascension: [
{
items: [
{
item: itemList.agnidus_agate_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.starconch,
amount: 3,
},
{
item: itemList.slime_condensate,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.agnidus_agate_fragment,
amount: 3,
},
{
item: itemList.emperors_resolution,
amount: 2,
},
{
item: itemList.starconch,
amount: 10,
},
{
item: itemList.slime_condensate,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.agnidus_agate_fragment,
amount: 6,
},
{
item: itemList.emperors_resolution,
amount: 4,
},
{
item: itemList.starconch,
amount: 20,
},
{
item: itemList.slime_secretions,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.agnidus_agate_chunk,
amount: 3,
},
{
item: itemList.emperors_resolution,
amount: 8,
},
{
item: itemList.starconch,
amount: 30,
},
{
item: itemList.slime_secretions,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.agnidus_agate_chunk,
amount: 6,
},
{
item: itemList.emperors_resolution,
amount: 12,
},
{
item: itemList.starconch,
amount: 45,
},
{
item: itemList.slime_concentrate,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.agnidus_agate_gemstone,
amount: 6,
},
{
item: itemList.emperors_resolution,
amount: 20,
},
{
item: itemList.starconch,
amount: 60,
},
{
item: itemList.slime_concentrate,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.slime_condensate, itemList.slime_secretions, itemList.slime_concentrate],
book: [itemList.teachings_of_prosperity, itemList.guide_to_prosperity, itemList.philosophies_of_prosperity],
boss: itemList.lightless_mass,
},
element: elements.pyro,
},
ganyu: {
id: 'ganyu',
name: 'Ganyu',
@ -10038,6 +10183,151 @@ export const characters = {
},
element: elements.pyro,
},
xianyun: {
id: 'xianyun',
name: 'Xianyun',
rarity: 5,
weapon: weapons.catalyst,
stats: {
hp: 10409,
atk: 335,
def: 573,
},
ascension: [
{
items: [
{
item: itemList.vayuda_turquoise_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.clearwater_jade,
amount: 3,
},
{
item: itemList.divining_scroll,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.vayuda_turquoise_fragment,
amount: 3,
},
{
item: itemList.cloudseam_scale,
amount: 2,
},
{
item: itemList.clearwater_jade,
amount: 10,
},
{
item: itemList.divining_scroll,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.vayuda_turquoise_fragment,
amount: 6,
},
{
item: itemList.cloudseam_scale,
amount: 4,
},
{
item: itemList.clearwater_jade,
amount: 20,
},
{
item: itemList.sealed_scroll,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.vayuda_turquoise_chunk,
amount: 3,
},
{
item: itemList.cloudseam_scale,
amount: 8,
},
{
item: itemList.clearwater_jade,
amount: 30,
},
{
item: itemList.sealed_scroll,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.vayuda_turquoise_chunk,
amount: 6,
},
{
item: itemList.cloudseam_scale,
amount: 12,
},
{
item: itemList.clearwater_jade,
amount: 45,
},
{
item: itemList.forbidden_curse_scroll,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.vayuda_turquoise_gemstone,
amount: 6,
},
{
item: itemList.cloudseam_scale,
amount: 20,
},
{
item: itemList.clearwater_jade,
amount: 60,
},
{
item: itemList.forbidden_curse_scroll,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.divining_scroll, itemList.sealed_scroll, itemList.forbidden_curse_scroll],
book: [itemList.teachings_of_gold, itemList.guide_to_gold, itemList.philosophies_of_gold],
boss: itemList.lightless_eye_of_the_maelstrom,
},
element: elements.anemo,
},
xiao: {
id: 'xiao',
name: 'Xiao',

View File

@ -1460,4 +1460,14 @@ export const itemList = {
id: 'lightless_eye_of_the_maelstrom',
name: 'Lightless Eye of the Maelstrom',
},
cloudseam_scale: {
id: 'cloudseam_scale',
name: 'Cloudseam Scale',
rarity: 4,
},
clearwater_jade: {
id: 'clearwater_jade',
name: 'Clearwater Jade',
},
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 764 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB