Update characters

This commit is contained in:
Made Baruna 2024-11-20 01:47:26 +08:00
parent a041f76813
commit ff817137ff
37 changed files with 2904 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

@ -1744,6 +1744,151 @@ export const characters = {
},
element: elements.cryo,
},
chasca: {
id: 'chasca',
name: 'Chasca',
rarity: 5,
weapon: weapons.bow,
stats: {
hp: 9797,
atk: 347,
def: 615,
},
ascension: [
{
items: [
{
item: itemList.vayuda_turquoise_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.withering_purpurbloom,
amount: 3,
},
{
item: itemList.juvenile_fang,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.vayuda_turquoise_fragment,
amount: 3,
},
{
item: itemList.ensnaring_gaze,
amount: 2,
},
{
item: itemList.withering_purpurbloom,
amount: 10,
},
{
item: itemList.juvenile_fang,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.vayuda_turquoise_fragment,
amount: 6,
},
{
item: itemList.ensnaring_gaze,
amount: 4,
},
{
item: itemList.withering_purpurbloom,
amount: 20,
},
{
item: itemList.seasoned_fang,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.vayuda_turquoise_chunk,
amount: 3,
},
{
item: itemList.ensnaring_gaze,
amount: 8,
},
{
item: itemList.withering_purpurbloom,
amount: 30,
},
{
item: itemList.seasoned_fang,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.vayuda_turquoise_chunk,
amount: 6,
},
{
item: itemList.ensnaring_gaze,
amount: 12,
},
{
item: itemList.withering_purpurbloom,
amount: 45,
},
{
item: itemList.tyrants_fang,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.vayuda_turquoise_gemstone,
amount: 6,
},
{
item: itemList.ensnaring_gaze,
amount: 20,
},
{
item: itemList.withering_purpurbloom,
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_conflict, itemList.guide_to_conflict, itemList.philosophies_of_conflict],
boss: itemList.silken_feather,
},
element: elements.anemo,
},
chevreuse: {
id: 'chevreuse',
name: 'Chevreuse',
@ -8422,6 +8567,151 @@ export const characters = {
},
element: elements.geo,
},
ororon: {
id: 'ororon',
name: 'Ororon',
rarity: 4,
weapon: weapons.bow,
stats: {
hp: 9244,
atk: 244,
def: 587,
},
ascension: [
{
items: [
{
item: itemList.vajrada_amethyst_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.glowing_hornshroom,
amount: 3,
},
{
item: itemList.juvenile_fang,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.vajrada_amethyst_fragment,
amount: 3,
},
{
item: itemList.mark_of_the_binding_blessing,
amount: 2,
},
{
item: itemList.glowing_hornshroom,
amount: 10,
},
{
item: itemList.juvenile_fang,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.vajrada_amethyst_fragment,
amount: 6,
},
{
item: itemList.mark_of_the_binding_blessing,
amount: 4,
},
{
item: itemList.glowing_hornshroom,
amount: 20,
},
{
item: itemList.seasoned_fang,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.vajrada_amethyst_chunk,
amount: 3,
},
{
item: itemList.mark_of_the_binding_blessing,
amount: 8,
},
{
item: itemList.glowing_hornshroom,
amount: 30,
},
{
item: itemList.seasoned_fang,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.vajrada_amethyst_chunk,
amount: 6,
},
{
item: itemList.mark_of_the_binding_blessing,
amount: 12,
},
{
item: itemList.glowing_hornshroom,
amount: 45,
},
{
item: itemList.tyrants_fang,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.vajrada_amethyst_gemstone,
amount: 6,
},
{
item: itemList.mark_of_the_binding_blessing,
amount: 20,
},
{
item: itemList.glowing_hornshroom,
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.lightless_silk_string,
},
element: elements.electro,
},
qiqi: {
id: 'qiqi',
name: 'Qiqi',

View file

@ -1742,4 +1742,17 @@ export const itemList = {
id: 'brilliant_chrysanthemum',
name: 'Brilliant Chrysanthemum',
},
ensnaring_gaze: {
id: 'ensnaring_gaze',
name: 'Ensnaring Gaze',
rarity: 4,
},
withering_purpurbloom: {
id: 'withering_purpurbloom',
name: 'Withering Purpurbloom',
},
glowing_hornshroom: {
id: 'glowing_hornshroom',
name: 'Glowing Hornshroom',
},
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 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.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB