Update character
1498
src/data/characterData/arlecchino.json
Normal file
|
@ -729,6 +729,151 @@ export const characters = {
|
|||
},
|
||||
element: elements.geo,
|
||||
},
|
||||
arlecchino: {
|
||||
id: 'arlecchino',
|
||||
name: 'Arlecchino',
|
||||
rarity: 5,
|
||||
weapon: weapons.polearm,
|
||||
stats: {
|
||||
hp: 13103,
|
||||
atk: 342,
|
||||
def: 765,
|
||||
},
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.agnidus_agate_sliver,
|
||||
amount: 1,
|
||||
},
|
||||
{
|
||||
item: itemList.none,
|
||||
amount: null,
|
||||
},
|
||||
{
|
||||
item: itemList.rainbow_rose,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.recruits_insignia,
|
||||
amount: 3,
|
||||
},
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.agnidus_agate_fragment,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.fragment_of_a_golden_melody,
|
||||
amount: 2,
|
||||
},
|
||||
{
|
||||
item: itemList.rainbow_rose,
|
||||
amount: 10,
|
||||
},
|
||||
{
|
||||
item: itemList.recruits_insignia,
|
||||
amount: 15,
|
||||
},
|
||||
],
|
||||
mora: 40000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.agnidus_agate_fragment,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.fragment_of_a_golden_melody,
|
||||
amount: 4,
|
||||
},
|
||||
{
|
||||
item: itemList.rainbow_rose,
|
||||
amount: 20,
|
||||
},
|
||||
{
|
||||
item: itemList.sergeants_insignia,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 60000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.agnidus_agate_chunk,
|
||||
amount: 3,
|
||||
},
|
||||
{
|
||||
item: itemList.fragment_of_a_golden_melody,
|
||||
amount: 8,
|
||||
},
|
||||
{
|
||||
item: itemList.rainbow_rose,
|
||||
amount: 30,
|
||||
},
|
||||
{
|
||||
item: itemList.sergeants_insignia,
|
||||
amount: 18,
|
||||
},
|
||||
],
|
||||
mora: 80000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.agnidus_agate_chunk,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.fragment_of_a_golden_melody,
|
||||
amount: 12,
|
||||
},
|
||||
{
|
||||
item: itemList.rainbow_rose,
|
||||
amount: 45,
|
||||
},
|
||||
{
|
||||
item: itemList.lieutenants_insignia,
|
||||
amount: 12,
|
||||
},
|
||||
],
|
||||
mora: 100000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
item: itemList.agnidus_agate_gemstone,
|
||||
amount: 6,
|
||||
},
|
||||
{
|
||||
item: itemList.fragment_of_a_golden_melody,
|
||||
amount: 20,
|
||||
},
|
||||
{
|
||||
item: itemList.rainbow_rose,
|
||||
amount: 60,
|
||||
},
|
||||
{
|
||||
item: itemList.lieutenants_insignia,
|
||||
amount: 24,
|
||||
},
|
||||
],
|
||||
mora: 120000,
|
||||
},
|
||||
],
|
||||
material: {
|
||||
material: [itemList.recruits_insignia, itemList.sergeants_insignia, itemList.lieutenants_insignia],
|
||||
book: [itemList.teachings_of_order, itemList.guide_to_order, itemList.philosophies_of_order],
|
||||
boss: itemList.fading_candle,
|
||||
},
|
||||
element: elements.pyro,
|
||||
},
|
||||
baizhu: {
|
||||
id: 'baizhu',
|
||||
name: 'Baizhu',
|
||||
|
|
|
@ -1485,4 +1485,11 @@ export const itemList = {
|
|||
name: 'Chasmlight Fin',
|
||||
rarity: 4,
|
||||
},
|
||||
|
||||
fragment_of_a_golden_melody: {
|
||||
id: 'fragment_of_a_golden_melody',
|
||||
name: 'Fragment of a Golden Melody',
|
||||
rarity: 4,
|
||||
},
|
||||
fading_candle: { id: 'fading_candle', name: 'Fading Candle' },
|
||||
};
|
||||
|
|
BIN
static/images/characters/arlecchino.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
static/images/characters/full/arlecchino.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
static/images/items/fading_candle.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
static/images/items/fragment_of_a_golden_melody.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/images/skills/arlecchino/constellation_1.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/images/skills/arlecchino/constellation_2.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
static/images/skills/arlecchino/constellation_3.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
static/images/skills/arlecchino/constellation_4.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/images/skills/arlecchino/constellation_5.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/images/skills/arlecchino/constellation_6.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/images/skills/arlecchino/talent_1.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
static/images/skills/arlecchino/talent_2.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
static/images/skills/arlecchino/talent_3.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
static/images/skills/arlecchino/talent_4.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
static/images/skills/arlecchino/talent_5.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
static/images/skills/arlecchino/talent_6.png
Normal file
After Width: | Height: | Size: 2.1 KiB |