Add chevreuse

This commit is contained in:
Made Baruna 2024-01-09 18:45:08 +08:00
parent c3e55755f9
commit e9d0a14986
19 changed files with 1648 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -1599,6 +1599,151 @@ export const characters = {
},
element: elements.cryo,
},
chevreuse: {
id: 'chevreuse',
name: 'Chevreuse',
rarity: 4,
weapon: weapons.polearm,
stats: {
hp: 11962,
atk: 193,
def: 605,
},
ascension: [
{
items: [
{
item: itemList.agnidus_agate_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.lumidouce_bell,
amount: 3,
},
{
item: itemList.meshing_gear,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.agnidus_agate_fragment,
amount: 3,
},
{
item: itemList.fontemer_unihorn,
amount: 2,
},
{
item: itemList.lumidouce_bell,
amount: 10,
},
{
item: itemList.meshing_gear,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.agnidus_agate_fragment,
amount: 6,
},
{
item: itemList.fontemer_unihorn,
amount: 4,
},
{
item: itemList.lumidouce_bell,
amount: 20,
},
{
item: itemList.mechanical_spur_gear,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.agnidus_agate_chunk,
amount: 3,
},
{
item: itemList.fontemer_unihorn,
amount: 8,
},
{
item: itemList.lumidouce_bell,
amount: 30,
},
{
item: itemList.mechanical_spur_gear,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.agnidus_agate_chunk,
amount: 6,
},
{
item: itemList.fontemer_unihorn,
amount: 12,
},
{
item: itemList.lumidouce_bell,
amount: 45,
},
{
item: itemList.artificed_dynamic_gear,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.agnidus_agate_gemstone,
amount: 6,
},
{
item: itemList.fontemer_unihorn,
amount: 20,
},
{
item: itemList.lumidouce_bell,
amount: 60,
},
{
item: itemList.artificed_dynamic_gear,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.meshing_gear, itemList.mechanical_spur_gear, itemList.artificed_dynamic_gear],
book: [itemList.teachings_of_order, itemList.guide_to_order, itemList.philosophies_of_order],
boss: itemList.lightless_eye_of_the_maelstrom,
},
element: elements.pyro,
},
chongyun: {
id: 'chongyun',
name: 'Chongyun',

View file

@ -1455,4 +1455,9 @@ export const itemList = {
id: 'spring_of_the_first_dewdrop',
name: 'Spring of the First Dewdrop',
},
lightless_eye_of_the_maelstrom: {
id: 'lightless_eye_of_the_maelstrom',
name: 'Lightless Eye of the Maelstrom',
},
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB