Add Kuki Shinobu

pull/1/head
Made Baruna 2022-06-21 14:56:10 +07:00
parent c58a210b89
commit 2a277913ad
21 changed files with 165 additions and 6 deletions

View File

@ -1244,6 +1244,23 @@ export const builds = {
},
},
},
kuki_shinobu: {
roles: {
TBD: {
weapons: [],
artifacts: [],
mainStats: {
sands: 'TBD',
goblet: 'TBD',
circlet: 'TBD',
},
subStats: ['TBD'],
talent: [],
tip: '',
note: '',
},
},
},
traveler_electro: {
roles: {
SUPPORT: {

View File

@ -1155,9 +1155,7 @@
4.270410060882568
]
]
],
"books": {},
"bossItem": "tears_of_the_calamitous_god"
]
},
"elementalSkill": {
"name": "Sanctifying Ring",
@ -1476,8 +1474,6 @@
15
]
]
],
"books": {},
"bossItem": "tears_of_the_calamitous_god"
]
}
}

View File

@ -3339,6 +3339,151 @@ export const characters = {
},
element: elements.electro,
},
kuki_shinobu: {
id: 'kuki_shinobu',
name: 'Kuki Shinobu',
rarity: 4,
weapon: weapons.sword,
stats: {
hp: 12289,
atk: 212,
def: 751,
},
ascension: [
{
items: [
{
item: itemList.vajrada_amethyst_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.naku_weed,
amount: 3,
},
{
item: itemList.spectral_husk,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.vajrada_amethyst_fragment,
amount: 3,
},
{
item: itemList.runic_fang,
amount: 2,
},
{
item: itemList.naku_weed,
amount: 10,
},
{
item: itemList.spectral_husk,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.vajrada_amethyst_fragment,
amount: 6,
},
{
item: itemList.runic_fang,
amount: 4,
},
{
item: itemList.naku_weed,
amount: 20,
},
{
item: itemList.spectral_heart,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.vajrada_amethyst_chunk,
amount: 3,
},
{
item: itemList.runic_fang,
amount: 8,
},
{
item: itemList.naku_weed,
amount: 30,
},
{
item: itemList.spectral_heart,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.vajrada_amethyst_chunk,
amount: 6,
},
{
item: itemList.runic_fang,
amount: 12,
},
{
item: itemList.naku_weed,
amount: 45,
},
{
item: itemList.spectral_nucleus,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.vajrada_amethyst_gemstone,
amount: 6,
},
{
item: itemList.runic_fang,
amount: 20,
},
{
item: itemList.naku_weed,
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_elegance, itemList.guide_to_elegance, itemList.philosophies_of_elegance],
boss: itemList.tears_of_the_calamitous_god,
},
element: elements.electro,
},
lisa: {
id: 'lisa',
name: 'Lisa',

View File

@ -885,6 +885,7 @@ export const itemList = {
gloomy_statuette: { id: 'gloomy_statuette', name: 'Gloomy Statuette' },
dark_statuette: { id: 'dark_statuette', name: 'Dark Statuette' },
deathly_statuette: { id: 'deathly_statuette', name: 'Deathly Statuette' },
tears_of_the_calamitous_god: { id: 'tears_of_the_calamitous_god', name: 'Tears of the Calamitous God' },
runic_fang: { id: 'runic_fang', name: 'Runic Fang', rarity: 4 },
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB