Add hu tao
parent
669b5f5be9
commit
439ca8fa71
|
@ -2193,4 +2193,75 @@ export const characters = {
|
|||
boss: itemList.shadow_of_the_warrior,
|
||||
},
|
||||
},
|
||||
hu_tao: {
|
||||
name: 'Hu Tao',
|
||||
id: 'hu_tao',
|
||||
rarity: 5,
|
||||
element: elements.pyro,
|
||||
weapon: weapons.polearm,
|
||||
sex: 'female',
|
||||
nation: 'liyue',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.agnidus_agate_sliver, amount: 1 },
|
||||
{ item: itemList.none, amount: null },
|
||||
{ item: itemList.silk_flower, amount: 3 },
|
||||
{ item: itemList.whopperflower_nectar, amount: 3 },
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.agnidus_agate_fragment, amount: 3 },
|
||||
{ item: itemList.juvenile_jade, amount: 2 },
|
||||
{ item: itemList.silk_flower, amount: 10 },
|
||||
{ item: itemList.whopperflower_nectar, amount: 15 },
|
||||
],
|
||||
mora: 40000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.agnidus_agate_fragment, amount: 6 },
|
||||
{ item: itemList.juvenile_jade, amount: 4 },
|
||||
{ item: itemList.silk_flower, amount: 20 },
|
||||
{ item: itemList.shimmering_nectar, amount: 12 },
|
||||
],
|
||||
mora: 60000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.agnidus_agate_chunk, amount: 3 },
|
||||
{ item: itemList.juvenile_jade, amount: 8 },
|
||||
{ item: itemList.silk_flower, amount: 30 },
|
||||
{ item: itemList.shimmering_nectar, amount: 18 },
|
||||
],
|
||||
mora: 80000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.agnidus_agate_chunk, amount: 6 },
|
||||
{ item: itemList.juvenile_jade, amount: 12 },
|
||||
{ item: itemList.silk_flower, amount: 45 },
|
||||
{ item: itemList.energy_nectar, amount: 12 },
|
||||
],
|
||||
mora: 100000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.agnidus_agate_gemstone, amount: 6 },
|
||||
{ item: itemList.juvenile_jade, amount: 20 },
|
||||
{ item: itemList.silk_flower, amount: 60 },
|
||||
{ item: itemList.energy_nectar, amount: 24 },
|
||||
],
|
||||
mora: 120000,
|
||||
},
|
||||
],
|
||||
stats: { hp: 14459, atk: 99, def: 815 },
|
||||
material: {
|
||||
book: [itemList.teachings_of_diligence, itemList.guide_to_diligence, itemList.philosophies_of_diligence],
|
||||
material: [itemList.whopperflower_nectar, itemList.shimmering_nectar, itemList.energy_nectar],
|
||||
boss: itemList.shard_of_a_foul_legacy,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -150,7 +150,9 @@
|
|||
</p>
|
||||
{#if changelogOpen}
|
||||
<div transition:slide class="mt-4">
|
||||
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap">2021/02/26
|
||||
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap">2021/03/02
|
||||
- Add Hu Tao</pre>
|
||||
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap mt-2">2021/02/26
|
||||
- Add Staff of Homa, Lithic Spear, and Lithic Blade
|
||||
- Change weapon banner 5star pity</pre>
|
||||
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap mt-2">2021/02/03
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue