Update characters
1423
src/data/characterData/chasca.json
Normal file
1178
src/data/characterData/ororon.json
Normal file
|
@ -1744,6 +1744,151 @@ export const characters = {
|
|||
},
|
||||
element: elements.cryo,
|
||||
},
|
||||
chasca: {
|
||||
id: 'chasca',
|
||||
name: 'Chasca',
|
||||
rarity: 5,
|
||||
weapon: weapons.bow,
|
||||
stats: {
|
||||
hp: 9797,
|
||||
atk: 347,
|
||||
def: 615,
|
||||
},
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vayuda_turquoise_sliver,
|
||||
amount: 1,
|
||||
},
|
||||
{
|
||||
item: itemList.none,
|
||||
amount: null,
|
||||
},
|
||||
{
|
||||
item: itemList.withering_purpurbloom,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.juvenile_fang,
|
||||
amount: 3,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vayuda_turquoise_fragment,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.ensnaring_gaze,
|
||||
amount: 2,
|
||||
},
|
||||
{
|
||||
item: itemList.withering_purpurbloom,
|
||||
amount: 10,
|
||||
},
|
||||
{
|
||||
item: itemList.juvenile_fang,
|
||||
amount: 15,
|
||||
},
|
||||
],
|
||||
mora: 40000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vayuda_turquoise_fragment,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.ensnaring_gaze,
|
||||
amount: 4,
|
||||
},
|
||||
{
|
||||
item: itemList.withering_purpurbloom,
|
||||
amount: 20,
|
||||
},
|
||||
{
|
||||
item: itemList.seasoned_fang,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 60000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vayuda_turquoise_chunk,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.ensnaring_gaze,
|
||||
amount: 8,
|
||||
},
|
||||
{
|
||||
item: itemList.withering_purpurbloom,
|
||||
amount: 30,
|
||||
},
|
||||
{
|
||||
item: itemList.seasoned_fang,
|
||||
amount: 18,
|
||||
},
|
||||
],
|
||||
mora: 80000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vayuda_turquoise_chunk,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.ensnaring_gaze,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.withering_purpurbloom,
|
||||
amount: 45,
|
||||
},
|
||||
{
|
||||
item: itemList.tyrants_fang,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 100000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vayuda_turquoise_gemstone,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.ensnaring_gaze,
|
||||
amount: 20,
|
||||
},
|
||||
{
|
||||
item: itemList.withering_purpurbloom,
|
||||
amount: 60,
|
||||
},
|
||||
{
|
||||
item: itemList.tyrants_fang,
|
||||
amount: 24,
|
||||
},
|
||||
],
|
||||
mora: 120000,
|
||||
},
|
||||
],
|
||||
material: {
|
||||
material: [itemList.juvenile_fang, itemList.seasoned_fang, itemList.tyrants_fang],
|
||||
book: [itemList.teachings_of_conflict, itemList.guide_to_conflict, itemList.philosophies_of_conflict],
|
||||
boss: itemList.silken_feather,
|
||||
},
|
||||
element: elements.anemo,
|
||||
},
|
||||
chevreuse: {
|
||||
id: 'chevreuse',
|
||||
name: 'Chevreuse',
|
||||
|
@ -8422,6 +8567,151 @@ export const characters = {
|
|||
},
|
||||
element: elements.geo,
|
||||
},
|
||||
ororon: {
|
||||
id: 'ororon',
|
||||
name: 'Ororon',
|
||||
rarity: 4,
|
||||
weapon: weapons.bow,
|
||||
stats: {
|
||||
hp: 9244,
|
||||
atk: 244,
|
||||
def: 587,
|
||||
},
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vajrada_amethyst_sliver,
|
||||
amount: 1,
|
||||
},
|
||||
{
|
||||
item: itemList.none,
|
||||
amount: null,
|
||||
},
|
||||
{
|
||||
item: itemList.glowing_hornshroom,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.juvenile_fang,
|
||||
amount: 3,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vajrada_amethyst_fragment,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.mark_of_the_binding_blessing,
|
||||
amount: 2,
|
||||
},
|
||||
{
|
||||
item: itemList.glowing_hornshroom,
|
||||
amount: 10,
|
||||
},
|
||||
{
|
||||
item: itemList.juvenile_fang,
|
||||
amount: 15,
|
||||
},
|
||||
],
|
||||
mora: 40000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vajrada_amethyst_fragment,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.mark_of_the_binding_blessing,
|
||||
amount: 4,
|
||||
},
|
||||
{
|
||||
item: itemList.glowing_hornshroom,
|
||||
amount: 20,
|
||||
},
|
||||
{
|
||||
item: itemList.seasoned_fang,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 60000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vajrada_amethyst_chunk,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.mark_of_the_binding_blessing,
|
||||
amount: 8,
|
||||
},
|
||||
{
|
||||
item: itemList.glowing_hornshroom,
|
||||
amount: 30,
|
||||
},
|
||||
{
|
||||
item: itemList.seasoned_fang,
|
||||
amount: 18,
|
||||
},
|
||||
],
|
||||
mora: 80000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vajrada_amethyst_chunk,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.mark_of_the_binding_blessing,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.glowing_hornshroom,
|
||||
amount: 45,
|
||||
},
|
||||
{
|
||||
item: itemList.tyrants_fang,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 100000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.vajrada_amethyst_gemstone,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.mark_of_the_binding_blessing,
|
||||
amount: 20,
|
||||
},
|
||||
{
|
||||
item: itemList.glowing_hornshroom,
|
||||
amount: 60,
|
||||
},
|
||||
{
|
||||
item: itemList.tyrants_fang,
|
||||
amount: 24,
|
||||
},
|
||||
],
|
||||
mora: 120000,
|
||||
},
|
||||
],
|
||||
material: {
|
||||
material: [itemList.juvenile_fang, itemList.seasoned_fang, itemList.tyrants_fang],
|
||||
book: [itemList.teachings_of_kindling, itemList.guide_to_kindling, itemList.philosophies_of_kindling],
|
||||
boss: itemList.lightless_silk_string,
|
||||
},
|
||||
element: elements.electro,
|
||||
},
|
||||
qiqi: {
|
||||
id: 'qiqi',
|
||||
name: 'Qiqi',
|
||||
|
|
|
@ -1742,4 +1742,17 @@ export const itemList = {
|
|||
id: 'brilliant_chrysanthemum',
|
||||
name: 'Brilliant Chrysanthemum',
|
||||
},
|
||||
ensnaring_gaze: {
|
||||
id: 'ensnaring_gaze',
|
||||
name: 'Ensnaring Gaze',
|
||||
rarity: 4,
|
||||
},
|
||||
withering_purpurbloom: {
|
||||
id: 'withering_purpurbloom',
|
||||
name: 'Withering Purpurbloom',
|
||||
},
|
||||
glowing_hornshroom: {
|
||||
id: 'glowing_hornshroom',
|
||||
name: 'Glowing Hornshroom',
|
||||
},
|
||||
};
|
||||
|
|
BIN
static/images/characters/chasca.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
static/images/characters/full/chasca.png
Normal file
After Width: | Height: | Size: 1 MiB |
BIN
static/images/characters/full/ororon.png
Normal file
After Width: | Height: | Size: 506 KiB |
BIN
static/images/characters/ororon.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
static/images/items/ensnaring_gaze.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
static/images/items/glowing_hornshroom.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
static/images/items/withering_purpurbloom.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
static/images/skills/chasca/constellation_1.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
static/images/skills/chasca/constellation_2.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
static/images/skills/chasca/constellation_3.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/images/skills/chasca/constellation_4.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/images/skills/chasca/constellation_5.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/images/skills/chasca/constellation_6.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/images/skills/chasca/talent_1.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
static/images/skills/chasca/talent_2.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/images/skills/chasca/talent_3.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
static/images/skills/chasca/talent_4.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
static/images/skills/chasca/talent_5.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/images/skills/chasca/talent_6.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/images/skills/chasca/talent_7.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
static/images/skills/ororon/constellation_1.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
static/images/skills/ororon/constellation_2.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/images/skills/ororon/constellation_3.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
static/images/skills/ororon/constellation_4.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
static/images/skills/ororon/constellation_5.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
static/images/skills/ororon/constellation_6.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
static/images/skills/ororon/talent_1.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
static/images/skills/ororon/talent_2.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
static/images/skills/ororon/talent_3.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
static/images/skills/ororon/talent_4.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
static/images/skills/ororon/talent_5.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/images/skills/ororon/talent_6.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
static/images/skills/ororon/talent_7.png
Normal file
After Width: | Height: | Size: 2.2 KiB |