Add kamisato ayato

pull/1/head
Made Baruna 2022-03-30 03:31:12 +07:00
parent 30dfe57d92
commit e99d83d797
19 changed files with 1740 additions and 1 deletions

View File

@ -2571,6 +2571,24 @@ export const builds = {
},
},
},
kamisato_ayato: {
roles: {
TBD: {
recommended: true,
weapons: [],
artifacts: [],
mainStats: {
sands: 'TBD',
goblet: 'TBD',
circlet: 'TBD',
},
subStats: ['TBD'],
talent: ['TBD'],
tip: '',
note: 'TBD',
},
},
},
aloy: {
roles: {
'BURST SUPPORT': {

File diff suppressed because it is too large Load Diff

View File

@ -2759,6 +2759,151 @@ export const characters = {
},
element: elements.cryo,
},
kamisato_ayato: {
id: 'kamisato_ayato',
name: 'Kamisato Ayato',
rarity: 5,
weapon: weapons.sword,
stats: {
hp: 13715,
atk: 299,
def: 769,
},
ascension: [
{
items: [
{
item: itemList.varunada_lazurite_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.sakura_bloom,
amount: 3,
},
{
item: itemList.old_handguard,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.varunada_lazurite_fragment,
amount: 3,
},
{
item: itemList.dew_of_repudiation,
amount: 2,
},
{
item: itemList.sakura_bloom,
amount: 10,
},
{
item: itemList.old_handguard,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.varunada_lazurite_fragment,
amount: 6,
},
{
item: itemList.dew_of_repudiation,
amount: 4,
},
{
item: itemList.sakura_bloom,
amount: 20,
},
{
item: itemList.kageuchi_handguard,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.varunada_lazurite_chunk,
amount: 3,
},
{
item: itemList.dew_of_repudiation,
amount: 8,
},
{
item: itemList.sakura_bloom,
amount: 30,
},
{
item: itemList.kageuchi_handguard,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.varunada_lazurite_chunk,
amount: 6,
},
{
item: itemList.dew_of_repudiation,
amount: 12,
},
{
item: itemList.sakura_bloom,
amount: 45,
},
{
item: itemList.famed_handguard,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.varunada_lazurite_gemstone,
amount: 6,
},
{
item: itemList.dew_of_repudiation,
amount: 20,
},
{
item: itemList.sakura_bloom,
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_elegance, itemList.guide_to_elegance, itemList.philosophies_of_elegance],
boss: itemList.mudra_of_the_malefic_general,
},
element: elements.hydro,
},
keqing: {
id: 'keqing',
name: 'Keqing',
@ -6415,7 +6560,7 @@ export const characters = {
amount: 1,
},
{
item: 'none',
item: itemList.none,
amount: null,
},
{

View File

@ -847,4 +847,10 @@ export const itemList = {
name: 'The Meaning of Aeons',
rarity: 5,
},
mudra_of_the_malefic_general: {
id: 'mudra_of_the_malefic_general',
name: 'Mudra of the Malefic General',
rarity: 5,
},
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB