Update characters

pull/1/head
Made Baruna 2022-09-27 17:50:44 +07:00
parent 77f21d5858
commit 46033d9cbe
36 changed files with 3640 additions and 0 deletions

View File

@ -1532,6 +1532,24 @@ export const builds = {
},
},
},
cyno: {
roles: {
TBD: {
recommended: true,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
tip: '',
note: 'TBD',
},
},
},
xingqiu: {
roles: {
'OFF-FIELD DPS (C6)': {
@ -1736,6 +1754,24 @@ export const builds = {
},
},
},
candace: {
roles: {
TBD: {
recommended: true,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
tip: '',
note: 'TBD',
},
},
},
tartaglia: {
roles: {
DPS: {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1019,6 +1019,151 @@ export const characters = {
},
element: elements.pyro,
},
candace: {
id: 'candace',
name: 'Candace',
rarity: 4,
weapon: weapons.polearm,
stats: {
hp: 10875,
atk: 212,
def: 683,
},
ascension: [
{
items: [
{
item: itemList.varunada_lazurite_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.redcrest,
amount: 3,
},
{
item: itemList.faded_red_satin,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.varunada_lazurite_fragment,
amount: 3,
},
{
item: itemList.light_guiding_tetrahedron,
amount: 2,
},
{
item: itemList.redcrest,
amount: 10,
},
{
item: itemList.faded_red_satin,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.varunada_lazurite_fragment,
amount: 6,
},
{
item: itemList.light_guiding_tetrahedron,
amount: 4,
},
{
item: itemList.redcrest,
amount: 20,
},
{
item: itemList.trimmed_red_silk,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.varunada_lazurite_chunk,
amount: 3,
},
{
item: itemList.light_guiding_tetrahedron,
amount: 8,
},
{
item: itemList.redcrest,
amount: 30,
},
{
item: itemList.trimmed_red_silk,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.varunada_lazurite_chunk,
amount: 6,
},
{
item: itemList.light_guiding_tetrahedron,
amount: 12,
},
{
item: itemList.redcrest,
amount: 45,
},
{
item: itemList.rich_red_brocade,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.varunada_lazurite_gemstone,
amount: 6,
},
{
item: itemList.light_guiding_tetrahedron,
amount: 20,
},
{
item: itemList.redcrest,
amount: 60,
},
{
item: itemList.rich_red_brocade,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.faded_red_satin, itemList.trimmed_red_silk, itemList.rich_red_brocade],
book: [itemList.teachings_of_admonition, itemList.guide_to_admonition, itemList.philosophies_of_admonition],
boss: itemList.tears_of_the_calamitous_god,
},
element: elements.hydro,
},
chongyun: {
id: 'chongyun',
name: 'Chongyun',
@ -1309,6 +1454,151 @@ export const characters = {
},
element: elements.dendro,
},
cyno: {
id: 'cyno',
name: 'Cyno',
rarity: 5,
weapon: weapons.polearm,
stats: {
hp: 12491,
atk: 318,
def: 859,
},
ascension: [
{
items: [
{
item: itemList.vajrada_amethyst_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.scarab,
amount: 3,
},
{
item: itemList.divining_scroll,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.vajrada_amethyst_fragment,
amount: 3,
},
{
item: itemList.thunderclap_fruitcore,
amount: 2,
},
{
item: itemList.scarab,
amount: 10,
},
{
item: itemList.divining_scroll,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.vajrada_amethyst_fragment,
amount: 6,
},
{
item: itemList.thunderclap_fruitcore,
amount: 4,
},
{
item: itemList.scarab,
amount: 20,
},
{
item: itemList.sealed_scroll,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.vajrada_amethyst_chunk,
amount: 3,
},
{
item: itemList.thunderclap_fruitcore,
amount: 8,
},
{
item: itemList.scarab,
amount: 30,
},
{
item: itemList.sealed_scroll,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.vajrada_amethyst_chunk,
amount: 6,
},
{
item: itemList.thunderclap_fruitcore,
amount: 12,
},
{
item: itemList.scarab,
amount: 45,
},
{
item: itemList.forbidden_curse_scroll,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.vajrada_amethyst_gemstone,
amount: 6,
},
{
item: itemList.thunderclap_fruitcore,
amount: 20,
},
{
item: itemList.scarab,
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_admonition, itemList.guide_to_admonition, itemList.philosophies_of_admonition],
boss: itemList.mudra_of_the_malefic_general,
},
element: elements.electro,
},
diluc: {
id: 'diluc',
name: 'Diluc',

View File

@ -1067,4 +1067,13 @@ export const itemList = {
rarity: 5,
parent: 'vajrada_amethyst_sliver',
},
scarab: { id: 'scarab', name: 'Scarab' },
redcrest: { id: 'redcrest', name: 'Redcrest' },
light_guiding_tetrahedron: {
id: 'light_guiding_tetrahedron',
name: 'Light Guiding Tetrahedron',
rarity: 5,
parent: 'vajrada_amethyst_sliver',
},
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB