Add Xilonen
1649
src/data/characterData/xilonen.json
Normal file
|
@ -11786,6 +11786,155 @@ export const characters = {
|
|||
},
|
||||
element: elements.anemo,
|
||||
},
|
||||
xilonen: {
|
||||
id: 'xilonen',
|
||||
name: 'Xilonen',
|
||||
rarity: 5,
|
||||
weapon: weapons.sword,
|
||||
stats: {
|
||||
hp: 12405,
|
||||
atk: 275,
|
||||
def: 930,
|
||||
},
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.prithiva_topaz_sliver,
|
||||
amount: 1,
|
||||
},
|
||||
{
|
||||
item: itemList.none,
|
||||
amount: null,
|
||||
},
|
||||
{
|
||||
item: itemList.brilliant_chrysanthemum,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.sentrys_wooden_whistle,
|
||||
amount: 3,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.prithiva_topaz_fragment,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.gold_inscribed_secret_source_core,
|
||||
amount: 2,
|
||||
},
|
||||
{
|
||||
item: itemList.brilliant_chrysanthemum,
|
||||
amount: 10,
|
||||
},
|
||||
{
|
||||
item: itemList.sentrys_wooden_whistle,
|
||||
amount: 15,
|
||||
},
|
||||
],
|
||||
mora: 40000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.prithiva_topaz_fragment,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.gold_inscribed_secret_source_core,
|
||||
amount: 4,
|
||||
},
|
||||
{
|
||||
item: itemList.brilliant_chrysanthemum,
|
||||
amount: 20,
|
||||
},
|
||||
{
|
||||
item: itemList.warriors_metal_whistle,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 60000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.prithiva_topaz_chunk,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.gold_inscribed_secret_source_core,
|
||||
amount: 8,
|
||||
},
|
||||
{
|
||||
item: itemList.brilliant_chrysanthemum,
|
||||
amount: 30,
|
||||
},
|
||||
{
|
||||
item: itemList.warriors_metal_whistle,
|
||||
amount: 18,
|
||||
},
|
||||
],
|
||||
mora: 80000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.prithiva_topaz_chunk,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.gold_inscribed_secret_source_core,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.brilliant_chrysanthemum,
|
||||
amount: 45,
|
||||
},
|
||||
{
|
||||
item: itemList.saurian_crowned_warriors_golden_whistle,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 100000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.prithiva_topaz_gemstone,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.gold_inscribed_secret_source_core,
|
||||
amount: 20,
|
||||
},
|
||||
{
|
||||
item: itemList.brilliant_chrysanthemum,
|
||||
amount: 60,
|
||||
},
|
||||
{
|
||||
item: itemList.saurian_crowned_warriors_golden_whistle,
|
||||
amount: 24,
|
||||
},
|
||||
],
|
||||
mora: 120000,
|
||||
},
|
||||
],
|
||||
material: {
|
||||
material: [
|
||||
itemList.sentrys_wooden_whistle,
|
||||
itemList.warriors_metal_whistle,
|
||||
itemList.saurian_crowned_warriors_golden_whistle,
|
||||
],
|
||||
book: [itemList.teachings_of_kindling, itemList.guide_to_kindling, itemList.philosophies_of_kindling],
|
||||
boss: itemList.mirror_of_mushin,
|
||||
},
|
||||
element: elements.geo,
|
||||
},
|
||||
xingqiu: {
|
||||
id: 'xingqiu',
|
||||
name: 'Xingqiu',
|
||||
|
|
|
@ -1733,4 +1733,13 @@ export const itemList = {
|
|||
rarity: 4,
|
||||
parent: 'teachings_of_kindling',
|
||||
},
|
||||
gold_inscribed_secret_source_core: {
|
||||
id: 'gold_inscribed_secret_source_core',
|
||||
name: 'Gold-Inscribed Secret Source Core',
|
||||
rarity: 4,
|
||||
},
|
||||
brilliant_chrysanthemum: {
|
||||
id: 'brilliant_chrysanthemum',
|
||||
name: 'Brilliant Chrysanthemum',
|
||||
},
|
||||
};
|
||||
|
|
BIN
static/images/characters/full/xilonen.png
Normal file
After Width: | Height: | Size: 759 KiB |
BIN
static/images/characters/xilonen.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
static/images/items/brilliant_chrysanthemum.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
static/images/items/gold_inscribed_secret_source_core.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
static/images/skills/xilonen/constellation_1.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
static/images/skills/xilonen/constellation_2.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/images/skills/xilonen/constellation_3.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
static/images/skills/xilonen/constellation_4.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
static/images/skills/xilonen/constellation_5.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
static/images/skills/xilonen/constellation_6.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
static/images/skills/xilonen/talent_1.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
static/images/skills/xilonen/talent_2.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/images/skills/xilonen/talent_3.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
static/images/skills/xilonen/talent_4.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/images/skills/xilonen/talent_5.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
static/images/skills/xilonen/talent_6.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
static/images/skills/xilonen/talent_7.png
Normal file
After Width: | Height: | Size: 2.4 KiB |