Add Wriothesley

pull/22/head
Made Baruna 2023-10-17 17:10:19 +08:00
parent 2fb941e6dc
commit 4c0a1ab3a5
17 changed files with 1540 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9168,6 +9168,151 @@ export const characters = {
},
element: elements.anemo,
},
wriothesley: {
id: 'wriothesley',
name: 'Wriothesley',
rarity: 5,
weapon: weapons.catalyst,
stats: {
hp: 13593,
atk: 311,
def: 763,
},
ascension: [
{
items: [
{
item: itemList.shivada_jade_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.subdetection_unit,
amount: 3,
},
{
item: itemList.meshing_gear,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.shivada_jade_fragment,
amount: 3,
},
{
item: itemList.tourbillon_device,
amount: 2,
},
{
item: itemList.subdetection_unit,
amount: 10,
},
{
item: itemList.meshing_gear,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.shivada_jade_fragment,
amount: 6,
},
{
item: itemList.tourbillon_device,
amount: 4,
},
{
item: itemList.subdetection_unit,
amount: 20,
},
{
item: itemList.mechanical_spur_gear,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.shivada_jade_chunk,
amount: 3,
},
{
item: itemList.tourbillon_device,
amount: 8,
},
{
item: itemList.subdetection_unit,
amount: 30,
},
{
item: itemList.mechanical_spur_gear,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.shivada_jade_chunk,
amount: 6,
},
{
item: itemList.tourbillon_device,
amount: 12,
},
{
item: itemList.subdetection_unit,
amount: 45,
},
{
item: itemList.artificed_dynamic_gear,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.shivada_jade_gemstone,
amount: 6,
},
{
item: itemList.tourbillon_device,
amount: 20,
},
{
item: itemList.subdetection_unit,
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.primordial_greenbloom,
},
element: elements.cryo,
},
xiangling: {
id: 'xiangling',
name: 'Xiangling',

View File

@ -1424,4 +1424,14 @@ export const itemList = {
name: "Operative's Constancy",
rarity: 4,
},
subdetection_unit: {
id: 'subdetection_unit',
name: 'Subdetection Unit',
},
tourbillon_device: {
id: 'tourbillon_device',
name: '"Tourbillon Device"',
rarity: 4,
},
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 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: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB