Add Kuki Shinobu
|
@ -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: {
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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',
|
||||
|
|
|
@ -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 },
|
||||
};
|
||||
|
|
BIN
static/images/banners/epitome_invocation_30.png
Normal file
After ![]() (image error) Size: 388 KiB |
BIN
static/images/banners/onis_royale_2.png
Normal file
After ![]() (image error) Size: 598 KiB |
BIN
static/images/characters/full/kuki_shinobu.png
Normal file
After ![]() (image error) Size: 224 KiB |
BIN
static/images/characters/kuki_shinobu.png
Normal file
After ![]() (image error) Size: 20 KiB |
BIN
static/images/items/tears_of_the_calamitous_god.png
Normal file
After ![]() (image error) Size: 53 KiB |
BIN
static/images/skills/kuki_shinobu/constellation_1.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kuki_shinobu/constellation_2.png
Normal file
After ![]() (image error) Size: 5.4 KiB |
BIN
static/images/skills/kuki_shinobu/constellation_3.png
Normal file
After ![]() (image error) Size: 6 KiB |
BIN
static/images/skills/kuki_shinobu/constellation_4.png
Normal file
After ![]() (image error) Size: 7.3 KiB |
BIN
static/images/skills/kuki_shinobu/constellation_5.png
Normal file
After ![]() (image error) Size: 7.5 KiB |
BIN
static/images/skills/kuki_shinobu/constellation_6.png
Normal file
After ![]() (image error) Size: 6.2 KiB |
BIN
static/images/skills/kuki_shinobu/talent_1.png
Normal file
After ![]() (image error) Size: 9.8 KiB |
BIN
static/images/skills/kuki_shinobu/talent_2.png
Normal file
After ![]() (image error) Size: 6 KiB |
BIN
static/images/skills/kuki_shinobu/talent_3.png
Normal file
After ![]() (image error) Size: 3.6 KiB |
BIN
static/images/skills/kuki_shinobu/talent_4.png
Normal file
After ![]() (image error) Size: 5.5 KiB |
BIN
static/images/skills/kuki_shinobu/talent_5.png
Normal file
After ![]() (image error) Size: 3.7 KiB |
BIN
static/images/skills/kuki_shinobu/talent_6.png
Normal file
After ![]() (image error) Size: 6.2 KiB |