Update Nilou

pull/1/head
Made Baruna 2022-10-14 15:20:11 +07:00
parent 3f195169b6
commit 2b441688db
19 changed files with 1658 additions and 2 deletions

View File

@ -2124,6 +2124,24 @@ export const builds = {
},
},
},
nilou: {
roles: {
TBD: {
recommended: true,
weapons: [],
artifacts: [],
mainStats: {
sands: ['TBD'],
goblet: ['TBD'],
circlet: ['TBD'],
},
subStats: ['TBD'],
talent: ['TBD'],
tip: '',
note: 'TBD',
},
},
},
diona: {
roles: {
SUPPORT: {

File diff suppressed because it is too large Load Diff

View File

@ -4354,6 +4354,151 @@ export const characters = {
},
element: elements.hydro,
},
nilou: {
id: 'nilou',
name: 'Nilou',
rarity: 5,
weapon: weapons.sword,
stats: {
hp: 15185,
atk: 230,
def: 729,
},
ascension: [
{
items: [
{
item: itemList.varunada_lazurite_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.padisarah,
amount: 3,
},
{
item: itemList.fungal_spores,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.varunada_lazurite_fragment,
amount: 3,
},
{
item: itemList.perpetual_caliber,
amount: 2,
},
{
item: itemList.padisarah,
amount: 10,
},
{
item: itemList.fungal_spores,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.varunada_lazurite_fragment,
amount: 6,
},
{
item: itemList.perpetual_caliber,
amount: 4,
},
{
item: itemList.padisarah,
amount: 20,
},
{
item: itemList.luminescent_pollen,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.varunada_lazurite_chunk,
amount: 3,
},
{
item: itemList.perpetual_caliber,
amount: 8,
},
{
item: itemList.padisarah,
amount: 30,
},
{
item: itemList.luminescent_pollen,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.varunada_lazurite_chunk,
amount: 6,
},
{
item: itemList.perpetual_caliber,
amount: 12,
},
{
item: itemList.padisarah,
amount: 45,
},
{
item: itemList.crystalline_cyst_dust,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.varunada_lazurite_gemstone,
amount: 6,
},
{
item: itemList.perpetual_caliber,
amount: 20,
},
{
item: itemList.padisarah,
amount: 60,
},
{
item: itemList.crystalline_cyst_dust,
amount: 24,
},
],
mora: 120000,
},
],
material: {
material: [itemList.fungal_spores, itemList.luminescent_pollen, itemList.crystalline_cyst_dust],
book: [itemList.teachings_of_praxis, itemList.guide_to_praxis, itemList.philosophies_of_praxis],
boss: itemList.tears_of_the_calamitous_god,
},
element: elements.hydro,
},
ningguang: {
id: 'ningguang',
name: 'Ningguang',

View File

@ -1089,4 +1089,14 @@ export const itemList = {
id: 'radiant_prism',
name: 'Radiant Prism',
},
perpetual_caliber: {
id: 'perpetual_caliber',
name: 'Perpetual Caliber',
rarity: 4,
},
padisarah: {
id: 'padisarah',
name: 'Padisarah',
},
};

View File

@ -424,7 +424,11 @@
<Tooltip title={$t(obj.item.name)}>
<span class="mr-2 bg-background rounded-xl">
<span class="w-8 h-8 inline-block">
<img src="/images/items/{obj.item.id}.png" alt={obj.item} class="inline h-full" />
<img
src="/images/items/{obj.item.id}.png"
alt={obj.item.name}
class="inline h-full"
/>
</span>
<Icon size={0.5} path={mdiClose} /><span>{obj.amount}</span>
</span>
@ -746,7 +750,7 @@
<SkillCard {id} image="talent_2" data={data.elementalSkill} withQuote={true} />
<SkillCard {id} image="talent_3" data={data.burst} withQuote={true} />
{#if data.dashSkill}
<SkillCard {id} image="talent_7" data={data.dashSkill} withQuote={true} withSingleLevel={true}/>
<SkillCard {id} image="talent_7" data={data.dashSkill} withQuote={true} withSingleLevel={true} />
{/if}
</div>
<div class="flex flex-col text-white px-4 md:px-8 max-w-screen-2xl">

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB