Add Kirara

pull/12/head
Made Baruna 2023-05-23 23:13:20 +08:00
parent 3c79f1721f
commit d72887394b
21 changed files with 1772 additions and 0 deletions

View File

@ -4636,4 +4636,22 @@ export const builds = {
},
},
},
kirara: {
roles: {
TBD: {
recommended: false,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
tip: '',
note: 'TBD',
},
},
},
};

File diff suppressed because it is too large Load Diff

View File

@ -4354,6 +4354,151 @@ export const characters = {
},
element: elements.electro,
},
kirara: {
id: 'kirara',
name: 'Kirara',
rarity: 4,
weapon: weapons.sword,
stats: {
hp: 12180,
atk: 223,
def: 546,
},
ascension: [
{
items: [
{
item: itemList.nagadus_emerald_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.amakumo_fruit,
amount: 3,
},
{
item: itemList.spectral_husk,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.nagadus_emerald_fragment,
amount: 3,
},
{
item: itemList.evergloom_ring,
amount: 2,
},
{
item: itemList.amakumo_fruit,
amount: 10,
},
{
item: itemList.spectral_husk,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.nagadus_emerald_fragment,
amount: 6,
},
{
item: itemList.evergloom_ring,
amount: 4,
},
{
item: itemList.amakumo_fruit,
amount: 20,
},
{
item: itemList.spectral_heart,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.nagadus_emerald_chunk,
amount: 3,
},
{
item: itemList.evergloom_ring,
amount: 8,
},
{
item: itemList.amakumo_fruit,
amount: 30,
},
{
item: itemList.spectral_heart,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.nagadus_emerald_chunk,
amount: 6,
},
{
item: itemList.evergloom_ring,
amount: 12,
},
{
item: itemList.amakumo_fruit,
amount: 45,
},
{
item: itemList.spectral_nucleus,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.nagadus_emerald_gemstone,
amount: 6,
},
{
item: itemList.evergloom_ring,
amount: 20,
},
{
item: itemList.amakumo_fruit,
amount: 60,
},
{
item: itemList.spectral_nucleus,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.spectral_husk, itemList.spectral_heart, itemList.spectral_nucleus],
book: [itemList.teachings_of_transience, itemList.guide_to_transience, itemList.philosophies_of_transience],
boss: itemList.everamber,
},
element: elements.dendro,
},
klee: {
id: 'klee',
name: 'Klee',

View File

@ -1170,4 +1170,6 @@ export const itemList = {
name: "Wanderer's Blooming Flower",
rarity: 4,
},
everamber: { id: 'everamber', name: 'Everamber' },
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 661 KiB

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 739 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB