mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-02-17 02:34:22 +01:00
Add Xiao
This commit is contained in:
parent
9400c38575
commit
f0f480c6da
6 changed files with 83 additions and 36 deletions
|
@ -2122,4 +2122,75 @@ export const characters = {
|
|||
boss: itemList.shadow_of_the_warrior,
|
||||
},
|
||||
},
|
||||
xiao: {
|
||||
name: 'Xiao',
|
||||
id: 'xiao',
|
||||
rarity: 5,
|
||||
element: elements.anemo,
|
||||
weapon: weapons.polearm,
|
||||
sex: 'male',
|
||||
nation: 'liyue',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_sliver, amount: 1 },
|
||||
{ item: itemList.none, amount: null },
|
||||
{ item: itemList.qingxin, amount: 3 },
|
||||
{ item: itemList.slime_condensate, amount: 3 },
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_fragment, amount: 3 },
|
||||
{ item: itemList.juvenile_jade, amount: 2 },
|
||||
{ item: itemList.qingxin, amount: 10 },
|
||||
{ item: itemList.slime_condensate, amount: 15 },
|
||||
],
|
||||
mora: 40000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_fragment, amount: 6 },
|
||||
{ item: itemList.juvenile_jade, amount: 4 },
|
||||
{ item: itemList.qingxin, amount: 20 },
|
||||
{ item: itemList.slime_secretions, amount: 12 },
|
||||
],
|
||||
mora: 60000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_chunk, amount: 3 },
|
||||
{ item: itemList.juvenile_jade, amount: 8 },
|
||||
{ item: itemList.qingxin, amount: 30 },
|
||||
{ item: itemList.slime_secretions, amount: 18 },
|
||||
],
|
||||
mora: 80000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_chunk, amount: 6 },
|
||||
{ item: itemList.juvenile_jade, amount: 12 },
|
||||
{ item: itemList.qingxin, amount: 45 },
|
||||
{ item: itemList.slime_concentrate, amount: 12 },
|
||||
],
|
||||
mora: 100000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.vayuda_turquoise_gemstone, amount: 6 },
|
||||
{ item: itemList.juvenile_jade, amount: 20 },
|
||||
{ item: itemList.qingxin, amount: 60 },
|
||||
{ item: itemList.slime_concentrate, amount: 24 },
|
||||
],
|
||||
mora: 120000,
|
||||
},
|
||||
],
|
||||
stats: { hp: 11840, atk: 325, def: 743 },
|
||||
material: {
|
||||
book: [itemList.teachings_of_prosperity, itemList.guide_to_prosperity, itemList.philosophies_of_prosperity],
|
||||
material: [itemList.slime_condensate, itemList.slime_secretions, itemList.slime_concentrate],
|
||||
boss: itemList.shadow_of_the_warrior,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -161,6 +161,13 @@ export const itemGroup = {
|
|||
],
|
||||
type: 'ascension_gem',
|
||||
},
|
||||
juvenile_jade: {
|
||||
name: 'Juvenile Jade',
|
||||
items: [
|
||||
itemList.juvenile_jade
|
||||
],
|
||||
type: 'ascension_gem',
|
||||
},
|
||||
chaos_device: {
|
||||
name: 'Chaos',
|
||||
items: [
|
||||
|
|
|
@ -634,4 +634,5 @@ export const itemList = {
|
|||
silk_flower: { id: 'silk_flower', name: 'Silk Flower' },
|
||||
qingxin: { id: 'qingxin', name: 'Qingxin' },
|
||||
shadow_of_the_warrior: { id: 'shadow_of_the_warrior', name: 'Shadow of the Warrior' },
|
||||
juvenile_jade: { id: 'juvenile_jade', name: 'Juvenile Jade', rarity: 5 },
|
||||
};
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
<div class="lg:ml-64 pt-20 px-4 md:px-8 lg:pt-8">
|
||||
<div class="bg-item rounded-xl mb-4 p-4">
|
||||
<p class="text-white">Data Version: <b>1.2 (Ganyu Patch)</b></p>
|
||||
<p class="text-white">Data Version: <b>1.3</b></p>
|
||||
</div>
|
||||
<div class="bg-item rounded-xl mb-4 p-4 flex flex-col md:flex-row">
|
||||
<div class="flex flex-col md:flex-row md:items-center mr-2">
|
||||
|
@ -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/02
|
||||
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap">2021/02/03
|
||||
- Add Xiao</pre>
|
||||
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap mt-2">2021/02/02
|
||||
- Add resin approximation on todo list
|
||||
- Change todo today farmable item view
|
||||
- Add WL and AR setting for resin approximation</pre>
|
||||
|
|
|
@ -494,38 +494,4 @@
|
|||
@apply border-b-0;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
@apply relative;
|
||||
|
||||
&:hover {
|
||||
.tooltip-content {
|
||||
@apply block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip-content {
|
||||
@apply hidden;
|
||||
@apply absolute;
|
||||
@apply bg-gray-400;
|
||||
@apply text-gray-900;
|
||||
@apply rounded-xl;
|
||||
@apply w-64;
|
||||
@apply px-4;
|
||||
@apply py-2;
|
||||
@apply shadow-lg;
|
||||
|
||||
right: -20px;
|
||||
top: 40px;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
top: -20px;
|
||||
right: 21px;
|
||||
border: 10px solid transparent;
|
||||
border-bottom: 10px solid #cbd5e0;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
BIN
static/images/items/juvenile_jade.png
Normal file
BIN
static/images/items/juvenile_jade.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
Loading…
Add table
Reference in a new issue