mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-26 08:47:26 +01:00
Add hu tao
This commit is contained in:
parent
669b5f5be9
commit
439ca8fa71
3 changed files with 74 additions and 1 deletions
|
@ -2193,4 +2193,75 @@ export const characters = {
|
||||||
boss: itemList.shadow_of_the_warrior,
|
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>
|
</p>
|
||||||
{#if changelogOpen}
|
{#if changelogOpen}
|
||||||
<div transition:slide class="mt-4">
|
<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
|
- Add Staff of Homa, Lithic Spear, and Lithic Blade
|
||||||
- Change weapon banner 5star pity</pre>
|
- Change weapon banner 5star pity</pre>
|
||||||
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap mt-2">2021/02/03
|
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap mt-2">2021/02/03
|
||||||
|
|
BIN
static/images/characters/hu_tao.png
Normal file
BIN
static/images/characters/hu_tao.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue