Update Nilou
|
@ -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: {
|
||||
|
|
1479
src/data/characterData/nilou.json
Normal 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',
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
};
|
||||
|
|
|
@ -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">
|
||||
|
|
BIN
static/images/characters/full/nilou.png
Normal file
After Width: | Height: | Size: 246 KiB |
BIN
static/images/characters/nilou.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
static/images/items/padisarah.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
static/images/skills/nilou/constellation_1.png
Executable file
After Width: | Height: | Size: 5.1 KiB |
BIN
static/images/skills/nilou/constellation_2.png
Executable file
After Width: | Height: | Size: 6.5 KiB |
BIN
static/images/skills/nilou/constellation_3.png
Executable file
After Width: | Height: | Size: 7.5 KiB |
BIN
static/images/skills/nilou/constellation_4.png
Executable file
After Width: | Height: | Size: 7 KiB |
BIN
static/images/skills/nilou/constellation_5.png
Executable file
After Width: | Height: | Size: 6.9 KiB |
BIN
static/images/skills/nilou/constellation_6.png
Executable file
After Width: | Height: | Size: 6.8 KiB |
BIN
static/images/skills/nilou/talent_1.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
static/images/skills/nilou/talent_2.png
Executable file
After Width: | Height: | Size: 6.9 KiB |
BIN
static/images/skills/nilou/talent_3.png
Executable file
After Width: | Height: | Size: 4.7 KiB |
BIN
static/images/skills/nilou/talent_4.png
Executable file
After Width: | Height: | Size: 6 KiB |
BIN
static/images/skills/nilou/talent_5.png
Executable file
After Width: | Height: | Size: 7.7 KiB |