Add Yae Miko

pull/1/head
Made Baruna 2022-02-15 22:42:24 +07:00
parent 94cae80ddb
commit 03f784e313
19 changed files with 1494 additions and 0 deletions

View File

@ -1470,6 +1470,24 @@ export const builds = {
},
},
},
yae_miko: {
roles: {
'ELECTRO DPS': {
recommended: true,
weapons: [],
artifacts: [],
mainStats: {
sands: 'TBD',
goblet: 'TBD',
circlet: 'TBD',
},
subStats: ['TBD'],
talent: ['TBD'],
tip: '',
note: '',
},
},
},
xingqiu: {
roles: {
'OFF-FIELD DPS': {

File diff suppressed because it is too large Load Diff

View File

@ -6397,6 +6397,151 @@ export const characters = {
},
element: elements.pyro,
},
yae_miko: {
id: 'yae_miko',
name: 'Yae Miko',
rarity: 5,
weapon: weapons.catalyst,
stats: {
hp: 10372,
atk: 340,
def: 569,
},
ascension: [
{
items: [
{
item: itemList.vajrada_amethyst_sliver,
amount: 1,
},
{
item: 'none',
amount: null,
},
{
item: itemList.sea_ganoderma,
amount: 3,
},
{
item: itemList.old_handguard,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.vajrada_amethyst_fragment,
amount: 3,
},
{
item: itemList.dragonheirs_false_fin,
amount: 2,
},
{
item: itemList.sea_ganoderma,
amount: 10,
},
{
item: itemList.old_handguard,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.vajrada_amethyst_fragment,
amount: 6,
},
{
item: itemList.dragonheirs_false_fin,
amount: 4,
},
{
item: itemList.sea_ganoderma,
amount: 20,
},
{
item: itemList.kageuchi_handguard,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.vajrada_amethyst_chunk,
amount: 3,
},
{
item: itemList.dragonheirs_false_fin,
amount: 8,
},
{
item: itemList.sea_ganoderma,
amount: 30,
},
{
item: itemList.kageuchi_handguard,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.vajrada_amethyst_chunk,
amount: 6,
},
{
item: itemList.dragonheirs_false_fin,
amount: 12,
},
{
item: itemList.sea_ganoderma,
amount: 45,
},
{
item: itemList.famed_handguard,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.vajrada_amethyst_gemstone,
amount: 6,
},
{
item: itemList.dragonheirs_false_fin,
amount: 20,
},
{
item: itemList.sea_ganoderma,
amount: 60,
},
{
item: itemList.famed_handguard,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.old_handguard, itemList.kageuchi_handguard, itemList.famed_handguard],
book: [itemList.teachings_of_light, itemList.guide_to_light, itemList.philosophies_of_light],
boss: itemList.the_meaning_of_aeons,
},
element: elements.electro,
},
yanfei: {
id: 'yanfei',
name: 'Yanfei',

View File

@ -841,4 +841,10 @@ export const itemList = {
rarity: 5,
parent: 'shivada_jade_sliver',
},
the_meaning_of_aeons: {
id: 'the_meaning_of_aeons',
name: 'The Meaning of Aeons',
rarity: 5,
},
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 852 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB