Update thoma and weapons

This commit is contained in:
Made Baruna 2021-11-02 15:32:57 +07:00
parent 6a478a59b0
commit d409cfee02
34 changed files with 1736 additions and 12 deletions

View file

@ -2834,6 +2834,26 @@ export const builds = {
},
},
},
thoma: {
roles: {
'TBD': {
recommended: false,
weapons: [
],
artifacts: [
],
mainStats: {
sands: 'TBD',
goblet: 'TBD',
circlet: 'TBD',
},
subStats: ['TBD'],
talent: ['TBD', 'TBD', 'TBD'],
tip: '',
note: ''
},
},
},
xiangling: {
roles: {
'PHYSICAL DPS': {

File diff suppressed because it is too large Load diff

View file

@ -2276,6 +2276,77 @@ export const characters = {
boss: itemList.shard_of_a_foul_legacy,
},
},
thoma: {
name: 'Thoma',
id: 'thoma',
rarity: 4,
element: elements.pyro,
weapon: weapons.polearm,
sex: 'male',
nation: 'inazuma',
ascension: [
{
items: [
{ item: itemList.agnidus_agate_sliver, amount: 1 },
{ item: itemList.none, amount: null },
{ item: itemList.fluorescent_fungus, amount: 3 },
{ item: itemList.treasure_hoarder_insignia, amount: 3 },
],
mora: 20000,
},
{
items: [
{ item: itemList.agnidus_agate_fragment, amount: 3 },
{ item: itemList.smoldering_pearl, amount: 2 },
{ item: itemList.fluorescent_fungus, amount: 10 },
{ item: itemList.treasure_hoarder_insignia, amount: 15 },
],
mora: 40000,
},
{
items: [
{ item: itemList.agnidus_agate_fragment, amount: 6 },
{ item: itemList.smoldering_pearl, amount: 4 },
{ item: itemList.fluorescent_fungus, amount: 20 },
{ item: itemList.silver_raven_insignia, amount: 12 },
],
mora: 60000,
},
{
items: [
{ item: itemList.agnidus_agate_chunk, amount: 3 },
{ item: itemList.smoldering_pearl, amount: 8 },
{ item: itemList.fluorescent_fungus, amount: 30 },
{ item: itemList.silver_raven_insignia, amount: 18 },
],
mora: 80000,
},
{
items: [
{ item: itemList.agnidus_agate_chunk, amount: 6 },
{ item: itemList.smoldering_pearl, amount: 12 },
{ item: itemList.fluorescent_fungus, amount: 45 },
{ item: itemList.golden_raven_insignia, amount: 12 },
],
mora: 100000,
},
{
items: [
{ item: itemList.agnidus_agate_gemstone, amount: 6 },
{ item: itemList.smoldering_pearl, amount: 20 },
{ item: itemList.fluorescent_fungus, amount: 60 },
{ item: itemList.golden_raven_insignia, amount: 24 },
],
mora: 120000,
},
],
stats: { hp: 10331, atk: 201, def: 750 },
material: {
book: [itemList.teachings_of_transience, itemList.guide_to_transience, itemList.philosophies_of_transience],
material: [itemList.treasure_hoarder_insignia, itemList.silver_raven_insignia, itemList.golden_raven_insignia],
boss: itemList.hellfire_butterfly,
},
},
traveler_anemo: {
name: 'Traveler (Anemo)',
id: 'traveler_anemo',

View file

@ -824,4 +824,6 @@ export const itemList = {
concealed_claw: { id: 'concealed_claw', name: 'Concealed Claw' },
concealed_unguis: { id: 'concealed_unguis', name: 'Concealed Unguis' },
concealed_talon: { id: 'concealed_talon', name: 'Concealed Talon' },
fluorescent_fungus: { id: 'fluorescent_fungus', name: 'Fluorescent Fungus' },
};

View file

@ -7436,4 +7436,122 @@ export const weaponList = {
},
],
},
wavebreakers_fin: {
name: "Wavebreaker's Fin",
id: 'wavebreakers_fin',
rarity: 4,
atk: 45,
secondary: 'ATK',
type: weapons.polearm,
source: 'wish',
ascension: [
{
items: [
{ item: itemList.mask_of_the_wicked_lieutenant, amount: 3 },
{ item: itemList.concealed_claw, amount: 3 },
{ item: itemList.old_handguard, amount: 2 },
],
mora: 5000,
},
{
items: [
{ item: itemList.mask_of_the_tigers_bite, amount: 3 },
{ item: itemList.concealed_claw, amount: 12 },
{ item: itemList.old_handguard, amount: 8 },
],
mora: 15000,
},
{
items: [
{ item: itemList.mask_of_the_tigers_bite, amount: 6 },
{ item: itemList.concealed_unguis, amount: 6 },
{ item: itemList.kageuchi_handguard, amount: 6 },
],
mora: 20000,
},
{
items: [
{ item: itemList.mask_of_the_one_horned, amount: 3 },
{ item: itemList.concealed_unguis, amount: 12 },
{ item: itemList.kageuchi_handguard, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.mask_of_the_one_horned, amount: 6 },
{ item: itemList.concealed_talon, amount: 9 },
{ item: itemList.famed_handguard, amount: 6 },
],
mora: 35000,
},
{
items: [
{ item: itemList.mask_of_the_kijin, amount: 4 },
{ item: itemList.concealed_talon, amount: 18 },
{ item: itemList.famed_handguard, amount: 12 },
],
mora: 45000,
},
],
},
mouuns_moon: {
name: "Mouun's Moon",
id: 'mouuns_moon',
rarity: 4,
atk: 44,
secondary: 'ATK',
type: weapons.bow,
source: 'wish',
ascension: [
{
items: [
{ item: itemList.narukamis_wisdom, amount: 3 },
{ item: itemList.dismal_prism, amount: 3 },
{ item: itemList.spectral_husk, amount: 2 },
],
mora: 5000,
},
{
items: [
{ item: itemList.narukamis_joy, amount: 3 },
{ item: itemList.dismal_prism, amount: 12 },
{ item: itemList.spectral_husk, amount: 8 },
],
mora: 15000,
},
{
items: [
{ item: itemList.narukamis_joy, amount: 6 },
{ item: itemList.crystal_prism, amount: 6 },
{ item: itemList.spectral_heart, amount: 6 },
],
mora: 20000,
},
{
items: [
{ item: itemList.narukamis_affection, amount: 3 },
{ item: itemList.crystal_prism, amount: 12 },
{ item: itemList.spectral_heart, amount: 9 },
],
mora: 30000,
},
{
items: [
{ item: itemList.narukamis_affection, amount: 6 },
{ item: itemList.polarizing_prism, amount: 9 },
{ item: itemList.spectral_nucleus, amount: 6 },
],
mora: 35000,
},
{
items: [
{ item: itemList.narukamis_valor, amount: 4 },
{ item: itemList.polarizing_prism, 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB