Add Kinich

This commit is contained in:
Made Baruna 2024-09-17 22:38:03 +08:00
parent fb7fbcc0c9
commit 37a1af2799
24 changed files with 1501 additions and 0 deletions

View file

@ -68,6 +68,7 @@ export const birthdays = {
eula: [10, 25], eula: [10, 25],
kaedehara_kazuha: [10, 29], kaedehara_kazuha: [10, 29],
xiangling: [11, 2], xiangling: [11, 2],
kinich: [11, 11],
keqing: [11, 20], keqing: [11, 20],
wriothesley: [11, 23], wriothesley: [11, 23],
sucrose: [11, 26], sucrose: [11, 26],

File diff suppressed because it is too large Load diff

View file

@ -5808,6 +5808,151 @@ export const characters = {
}, },
element: elements.electro, element: elements.electro,
}, },
kinich: {
id: 'kinich',
name: 'Kinich',
rarity: 5,
weapon: weapons.claymore,
stats: {
hp: 12858,
atk: 332,
def: 802,
},
ascension: [
{
items: [
{
item: itemList.nagadus_emerald_sliver,
amount: 1,
},
{
item: itemList.none,
amount: null,
},
{
item: itemList.saurian_claw_succulent,
amount: 3,
},
{
item: itemList.juvenile_fang,
amount: 3,
},
],
mora: 20000,
},
{
items: [
{
item: itemList.nagadus_emerald_fragment,
amount: 3,
},
{
item: itemList.overripe_flamegranate,
amount: 2,
},
{
item: itemList.saurian_claw_succulent,
amount: 10,
},
{
item: itemList.juvenile_fang,
amount: 15,
},
],
mora: 40000,
},
{
items: [
{
item: itemList.nagadus_emerald_fragment,
amount: 6,
},
{
item: itemList.overripe_flamegranate,
amount: 4,
},
{
item: itemList.saurian_claw_succulent,
amount: 20,
},
{
item: itemList.seasoned_fang,
amount: 12,
},
],
mora: 60000,
},
{
items: [
{
item: itemList.nagadus_emerald_chunk,
amount: 3,
},
{
item: itemList.overripe_flamegranate,
amount: 8,
},
{
item: itemList.saurian_claw_succulent,
amount: 30,
},
{
item: itemList.seasoned_fang,
amount: 18,
},
],
mora: 80000,
},
{
items: [
{
item: itemList.nagadus_emerald_chunk,
amount: 6,
},
{
item: itemList.overripe_flamegranate,
amount: 12,
},
{
item: itemList.saurian_claw_succulent,
amount: 45,
},
{
item: itemList.tyrants_fang,
amount: 12,
},
],
mora: 100000,
},
{
items: [
{
item: itemList.nagadus_emerald_gemstone,
amount: 6,
},
{
item: itemList.overripe_flamegranate,
amount: 20,
},
{
item: itemList.saurian_claw_succulent,
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.denial_and_judgment,
},
element: elements.dendro,
},
kirara: { kirara: {
id: 'kirara', id: 'kirara',
name: 'Kirara', name: 'Kirara',

View file

@ -386,6 +386,11 @@ export const itemGroup = {
items: [itemList.teachings_of_conflict, itemList.guide_to_conflict, itemList.philosophies_of_conflict], items: [itemList.teachings_of_conflict, itemList.guide_to_conflict, itemList.philosophies_of_conflict],
type: 'book', type: 'book',
}, },
teachings_of_kindling: {
name: 'Kindling',
items: [itemList.teachings_of_kindling, itemList.guide_to_kindling, itemList.philosophies_of_kindling],
type: 'book',
},
shard_of_a_shattered_will: { shard_of_a_shattered_will: {
name: 'Will', name: 'Will',
items: [itemList.shard_of_a_shattered_will, itemList.locus_of_a_clear_will, itemList.sigil_of_a_striding_will], items: [itemList.shard_of_a_shattered_will, itemList.locus_of_a_clear_will, itemList.sigil_of_a_striding_will],

View file

@ -1708,4 +1708,29 @@ export const itemList = {
name: 'Delirious Divinity of the Sacred Lord', name: 'Delirious Divinity of the Sacred Lord',
rarity: 5, rarity: 5,
}, },
saurian_claw_succulent: {
id: 'saurian_claw_succulent',
name: 'Saurian Claw Succulent',
},
denial_and_judgment: { id: 'denial_and_judgment', name: 'Denial and Judgment' },
teachings_of_kindling: {
id: 'teachings_of_kindling',
name: 'Teachings of Kindling',
day: ['tuesday', 'friday'],
rarity: 2,
},
guide_to_kindling: {
id: 'guide_to_kindling',
name: 'Guide to Kindling',
day: ['tuesday', 'friday'],
rarity: 3,
parent: 'teachings_of_kindling',
},
philosophies_of_kindling: {
id: 'philosophies_of_kindling',
name: 'Philosophies of Kindling',
day: ['tuesday', 'friday'],
rarity: 4,
parent: 'teachings_of_kindling',
},
}; };

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB