Update 2.8 data

pull/1/head
Made Baruna 2022-07-13 02:15:27 +07:00
parent d020852cf5
commit aa0e4ca0ac
21 changed files with 1635 additions and 13 deletions

View File

@ -2981,6 +2981,24 @@ export const builds = {
},
},
},
shikanoin_heizou: {
roles: {
SUPPORT: {
recommended: true,
weapons: [],
artifacts: [],
mainStats: {
sands: [],
goblet: [],
circlet: [],
},
subStats: ['TBD'],
talent: ['TBD'],
tip: '',
note: 'TBD',
},
},
},
traveler_anemo: {
roles: {
'ANEMO DPS': {

File diff suppressed because it is too large Load Diff

View File

@ -5079,6 +5079,151 @@ export const characters = {
},
element: elements.cryo,
},
shikanoin_heizou: {
id: 'shikanoin_heizou',
name: 'Shikanoin Heizou',
rarity: 4,
weapon: weapons.catalyst,
stats: {
hp: 10657,
atk: 225,
def: 684,
},
ascension: [
{
items: [
{
item: itemList.vayuda_turquoise_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.onikabuto,
amount: 3,
},
{
item: itemList.treasure_hoarder_insignia,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.vayuda_turquoise_fragment,
amount: 3,
},
{
item: itemList.runic_fang,
amount: 2,
},
{
item: itemList.onikabuto,
amount: 10,
},
{
item: itemList.treasure_hoarder_insignia,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.vayuda_turquoise_fragment,
amount: 6,
},
{
item: itemList.runic_fang,
amount: 4,
},
{
item: itemList.onikabuto,
amount: 20,
},
{
item: itemList.silver_raven_insignia,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.vayuda_turquoise_chunk,
amount: 3,
},
{
item: itemList.runic_fang,
amount: 8,
},
{
item: itemList.onikabuto,
amount: 30,
},
{
item: itemList.silver_raven_insignia,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.vayuda_turquoise_chunk,
amount: 6,
},
{
item: itemList.runic_fang,
amount: 12,
},
{
item: itemList.onikabuto,
amount: 45,
},
{
item: itemList.golden_raven_insignia,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.vayuda_turquoise_gemstone,
amount: 6,
},
{
item: itemList.runic_fang,
amount: 20,
},
{
item: itemList.onikabuto,
amount: 60,
},
{
item: itemList.golden_raven_insignia,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.treasure_hoarder_insignia, itemList.silver_raven_insignia, itemList.golden_raven_insignia],
book: [itemList.teachings_of_transience, itemList.guide_to_transience, itemList.philosophies_of_transience],
boss: itemList.the_meaning_of_aeons,
},
element: elements.anemo,
},
sucrose: {
id: 'sucrose',
name: 'Sucrose',

View File

@ -8026,4 +8026,63 @@ export const weaponList = {
},
],
},
kagotsurube_isshin: {
name: 'Kagotsurube Isshin',
id: 'kagotsurube_isshin',
rarity: 4,
atk: 42,
secondary: 'ATK',
type: weapons.sword,
source: 'Story Quest',
ascension: [
{
items: [
{ item: itemList.mask_of_the_wicked_lieutenant, amount: 3 },
{ item: itemList.gloomy_statuette, amount: 3 },
{ item: itemList.spectral_husk, amount: 2 },
],
mora: 5000,
},
{
items: [
{ item: itemList.mask_of_the_tigers_bite, amount: 3 },
{ item: itemList.gloomy_statuette, amount: 12 },
{ item: itemList.spectral_husk, amount: 8 },
],
mora: 15000,
},
{
items: [
{ item: itemList.mask_of_the_tigers_bite, amount: 6 },
{ item: itemList.dark_statuette, amount: 6 },
{ item: itemList.spectral_heart, amount: 6 },
],
mora: 20000,
},
{
items: [
{ item: itemList.mask_of_the_one_horned, amount: 3 },
{ item: itemList.dark_statuette, amount: 12 },
{ item: itemList.spectral_heart, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.mask_of_the_one_horned, amount: 6 },
{ item: itemList.deathly_statuette, amount: 9 },
{ item: itemList.spectral_nucleus, amount: 6 },
],
mora: 35000,
},
{
items: [
{ item: itemList.mask_of_the_kijin, amount: 4 },
{ item: itemList.deathly_statuette, amount: 18 },
{ item: itemList.spectral_nucleus, amount: 12 },
],
mora: 45000,
},
],
},
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB