Update character
|
@ -158,6 +158,16 @@ export const banners = {
|
|||
featuredRare: ['fischl', 'sucrose', 'barbara'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Leaves in the Wind',
|
||||
image: 1,
|
||||
shortName: 'Kazuha',
|
||||
start: '2021-06-29 18:00:00',
|
||||
end: '2021-07-20 14:59:59',
|
||||
color: '#8FFFDE',
|
||||
featured: ['kaedehara_kazuha'],
|
||||
featuredRare: ['bennett', 'razor', 'rosaria'],
|
||||
},
|
||||
],
|
||||
weapons: [
|
||||
{
|
||||
|
@ -289,5 +299,15 @@ export const banners = {
|
|||
featuredRare: ['mitternachts_waltz', 'lions_roar', 'the_bell', 'favonius_lance', 'the_widsith'],
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Epitome Invocation',
|
||||
image: 14,
|
||||
start: '2021-06-29 18:00:00',
|
||||
end: '2021-07-20 14:59:59',
|
||||
shortName: 'Freedom-Sworn',
|
||||
color: '#42ecf5',
|
||||
featured: ['freedom-sworn', 'skyward_atlas'],
|
||||
featuredRare: ['the_alley_flash', 'wine_and_song', 'alley_hunter', 'favonius_greatsword', 'dragons_bane'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
1449
src/data/characterData/kaedehara_kazuha.json
Normal file
|
@ -998,6 +998,77 @@ export const characters = {
|
|||
boss: itemList.spirit_locket_of_boreas,
|
||||
},
|
||||
},
|
||||
kaedehara_kazuha: {
|
||||
name: 'Kaedehara Kazuha',
|
||||
id: 'kaedehara_kazuha',
|
||||
rarity: 5,
|
||||
element: elements.anemo,
|
||||
weapon: weapons.sword,
|
||||
sex: 'male',
|
||||
nation: 'inazuma',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_sliver, amount: 1 },
|
||||
{ item: itemList.none, amount: null },
|
||||
{ item: itemList.sea_ganoderma, amount: 3 },
|
||||
{ item: itemList.treasure_hoarder_insignia, amount: 3 },
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_fragment, amount: 3 },
|
||||
{ item: itemList.marionette_core, amount: 2 },
|
||||
{ item: itemList.sea_ganoderma, amount: 10 },
|
||||
{ item: itemList.treasure_hoarder_insignia, amount: 15 },
|
||||
],
|
||||
mora: 40000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_fragment, amount: 6 },
|
||||
{ item: itemList.marionette_core, amount: 4 },
|
||||
{ item: itemList.sea_ganoderma, amount: 20 },
|
||||
{ item: itemList.silver_raven_insignia, amount: 12 },
|
||||
],
|
||||
mora: 60000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_chunk, amount: 3 },
|
||||
{ item: itemList.marionette_core, amount: 8 },
|
||||
{ item: itemList.sea_ganoderma, amount: 30 },
|
||||
{ item: itemList.silver_raven_insignia, amount: 18 },
|
||||
],
|
||||
mora: 80000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_chunk, amount: 6 },
|
||||
{ item: itemList.marionette_core, amount: 12 },
|
||||
{ item: itemList.sea_ganoderma, amount: 45 },
|
||||
{ item: itemList.golden_raven_insignia, amount: 12 },
|
||||
],
|
||||
mora: 100000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_gemstone, amount: 6 },
|
||||
{ item: itemList.marionette_core, amount: 20 },
|
||||
{ item: itemList.sea_ganoderma, amount: 60 },
|
||||
{ item: itemList.golden_raven_insignia, amount: 24 },
|
||||
],
|
||||
mora: 120000,
|
||||
},
|
||||
],
|
||||
stats: { hp: 13348, atk: 297, def: 807 },
|
||||
material: {
|
||||
book: [itemList.teachings_of_diligence, itemList.guide_to_diligence, itemList.philosophies_of_diligence],
|
||||
material: [itemList.recruits_insignia, itemList.sergeants_insignia, itemList.lieutenants_insignia],
|
||||
boss: itemList.gilded_scale,
|
||||
},
|
||||
},
|
||||
keqing: {
|
||||
name: 'Keqing',
|
||||
id: 'keqing',
|
||||
|
|
|
@ -637,5 +637,8 @@ export const itemList = {
|
|||
juvenile_jade: { id: 'juvenile_jade', name: 'Juvenile Jade', rarity: 5 },
|
||||
bloodjade_branch: { id: 'bloodjade_branch', name: 'Bloodjade Branch', rarity: 5 },
|
||||
crystalline_bloom: { id: 'crystalline_bloom', name: 'Crystalline Bloom', rarity: 5 },
|
||||
dragon_lords_crown: { id: 'dragon_lords_crown', name: "Dragon Lord's Crown", rarity: 5 }
|
||||
dragon_lords_crown: { id: 'dragon_lords_crown', name: "Dragon Lord's Crown", rarity: 5 },
|
||||
sea_ganoderma: { id: 'sea_ganoderma', name: 'Sea Ganoderma' },
|
||||
marionette_core: { id: 'marionette_core', name: 'Marionette Core', rarity: 5 },
|
||||
gilded_scale: { id: 'gilded_scale', name: 'Gilded Scale', rarity: 5 },
|
||||
};
|
||||
|
|
|
@ -210,7 +210,6 @@
|
|||
onMount(async () => {
|
||||
await getConstellation();
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
@ -498,5 +497,4 @@
|
|||
padding-top: 0.85rem;
|
||||
padding-bottom: 0.85rem;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
BIN
static/images/banners/Epitome Invocation 14.png
Normal file
After ![]() (image error) Size: 542 KiB |
BIN
static/images/banners/Leaves in the Wind 1.png
Normal file
After ![]() (image error) Size: 751 KiB |
BIN
static/images/characters/full/kaedehara_kazuha.png
Normal file
After ![]() (image error) Size: 613 KiB |
BIN
static/images/characters/kaedehara_kazuha.png
Normal file
After ![]() (image error) Size: 72 KiB |
BIN
static/images/items/gilded_scale.png
Normal file
After ![]() (image error) Size: 42 KiB |
BIN
static/images/items/marionette_core.png
Normal file
After ![]() (image error) Size: 35 KiB |
BIN
static/images/items/sea_ganoderma.png
Normal file
After ![]() (image error) Size: 52 KiB |
BIN
static/images/skills/kaedehara_kazuha/constellation_1.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/constellation_2.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/constellation_3.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/constellation_4.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/constellation_5.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/constellation_6.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/talent_1.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/talent_2.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/talent_3.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/talent_4.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/talent_5.png
Normal file
After ![]() (image error) Size: 4.5 KiB |
BIN
static/images/skills/kaedehara_kazuha/talent_6.png
Normal file
After ![]() (image error) Size: 4.5 KiB |