diff --git a/src/data/build.js b/src/data/build.js index d0da5e34..700f8689 100644 --- a/src/data/build.js +++ b/src/data/build.js @@ -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: { diff --git a/src/data/characterData/kuki_shinobu.json b/src/data/characterData/kuki_shinobu.json index 7db104e5..80d259b8 100644 --- a/src/data/characterData/kuki_shinobu.json +++ b/src/data/characterData/kuki_shinobu.json @@ -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" + ] } } \ No newline at end of file diff --git a/src/data/characters.js b/src/data/characters.js index de7c6616..a595744d 100644 --- a/src/data/characters.js +++ b/src/data/characters.js @@ -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', diff --git a/src/data/itemList.js b/src/data/itemList.js index 0c43b3d9..e7df038c 100644 --- a/src/data/itemList.js +++ b/src/data/itemList.js @@ -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 }, }; diff --git a/static/images/banners/epitome_invocation_30.png b/static/images/banners/epitome_invocation_30.png new file mode 100644 index 00000000..12fbab78 Binary files /dev/null and b/static/images/banners/epitome_invocation_30.png differ diff --git a/static/images/banners/onis_royale_2.png b/static/images/banners/onis_royale_2.png new file mode 100644 index 00000000..c775b55e Binary files /dev/null and b/static/images/banners/onis_royale_2.png differ diff --git a/static/images/characters/full/kuki_shinobu.png b/static/images/characters/full/kuki_shinobu.png new file mode 100644 index 00000000..73eae6c4 Binary files /dev/null and b/static/images/characters/full/kuki_shinobu.png differ diff --git a/static/images/characters/kuki_shinobu.png b/static/images/characters/kuki_shinobu.png new file mode 100644 index 00000000..dfe34329 Binary files /dev/null and b/static/images/characters/kuki_shinobu.png differ diff --git a/static/images/items/tears_of_the_calamitous_god.png b/static/images/items/tears_of_the_calamitous_god.png new file mode 100644 index 00000000..1816d18e Binary files /dev/null and b/static/images/items/tears_of_the_calamitous_god.png differ diff --git a/static/images/skills/kuki_shinobu/constellation_1.png b/static/images/skills/kuki_shinobu/constellation_1.png new file mode 100644 index 00000000..a8faf3fa Binary files /dev/null and b/static/images/skills/kuki_shinobu/constellation_1.png differ diff --git a/static/images/skills/kuki_shinobu/constellation_2.png b/static/images/skills/kuki_shinobu/constellation_2.png new file mode 100644 index 00000000..df1fa936 Binary files /dev/null and b/static/images/skills/kuki_shinobu/constellation_2.png differ diff --git a/static/images/skills/kuki_shinobu/constellation_3.png b/static/images/skills/kuki_shinobu/constellation_3.png new file mode 100644 index 00000000..39f59435 Binary files /dev/null and b/static/images/skills/kuki_shinobu/constellation_3.png differ diff --git a/static/images/skills/kuki_shinobu/constellation_4.png b/static/images/skills/kuki_shinobu/constellation_4.png new file mode 100644 index 00000000..cacfff7a Binary files /dev/null and b/static/images/skills/kuki_shinobu/constellation_4.png differ diff --git a/static/images/skills/kuki_shinobu/constellation_5.png b/static/images/skills/kuki_shinobu/constellation_5.png new file mode 100644 index 00000000..e71e0d31 Binary files /dev/null and b/static/images/skills/kuki_shinobu/constellation_5.png differ diff --git a/static/images/skills/kuki_shinobu/constellation_6.png b/static/images/skills/kuki_shinobu/constellation_6.png new file mode 100644 index 00000000..91763534 Binary files /dev/null and b/static/images/skills/kuki_shinobu/constellation_6.png differ diff --git a/static/images/skills/kuki_shinobu/talent_1.png b/static/images/skills/kuki_shinobu/talent_1.png new file mode 100644 index 00000000..3fef1686 Binary files /dev/null and b/static/images/skills/kuki_shinobu/talent_1.png differ diff --git a/static/images/skills/kuki_shinobu/talent_2.png b/static/images/skills/kuki_shinobu/talent_2.png new file mode 100644 index 00000000..39f59435 Binary files /dev/null and b/static/images/skills/kuki_shinobu/talent_2.png differ diff --git a/static/images/skills/kuki_shinobu/talent_3.png b/static/images/skills/kuki_shinobu/talent_3.png new file mode 100644 index 00000000..2d3a3e28 Binary files /dev/null and b/static/images/skills/kuki_shinobu/talent_3.png differ diff --git a/static/images/skills/kuki_shinobu/talent_4.png b/static/images/skills/kuki_shinobu/talent_4.png new file mode 100644 index 00000000..9d424461 Binary files /dev/null and b/static/images/skills/kuki_shinobu/talent_4.png differ diff --git a/static/images/skills/kuki_shinobu/talent_5.png b/static/images/skills/kuki_shinobu/talent_5.png new file mode 100644 index 00000000..65db0250 Binary files /dev/null and b/static/images/skills/kuki_shinobu/talent_5.png differ diff --git a/static/images/skills/kuki_shinobu/talent_6.png b/static/images/skills/kuki_shinobu/talent_6.png new file mode 100644 index 00000000..f3494999 Binary files /dev/null and b/static/images/skills/kuki_shinobu/talent_6.png differ