mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-23 23:29:35 +01:00
Fix boss materials for Freminet and Lynette
This commit is contained in:
parent
52a4618b55
commit
d0d39fed24
4 changed files with 10 additions and 5 deletions
|
@ -5408,7 +5408,7 @@ export const characters = {
|
||||||
amount: 3,
|
amount: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
item: itemList.artificed_spare_clockwork_component_coppelius,
|
item: itemList.artificed_spare_clockwork_component_coppelia,
|
||||||
amount: 2,
|
amount: 2,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5429,7 +5429,7 @@ export const characters = {
|
||||||
amount: 6,
|
amount: 6,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
item: itemList.artificed_spare_clockwork_component_coppelius,
|
item: itemList.artificed_spare_clockwork_component_coppelia,
|
||||||
amount: 4,
|
amount: 4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5450,7 +5450,7 @@ export const characters = {
|
||||||
amount: 3,
|
amount: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
item: itemList.artificed_spare_clockwork_component_coppelius,
|
item: itemList.artificed_spare_clockwork_component_coppelia,
|
||||||
amount: 8,
|
amount: 8,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5471,7 +5471,7 @@ export const characters = {
|
||||||
amount: 6,
|
amount: 6,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
item: itemList.artificed_spare_clockwork_component_coppelius,
|
item: itemList.artificed_spare_clockwork_component_coppelia,
|
||||||
amount: 12,
|
amount: 12,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -5492,7 +5492,7 @@ export const characters = {
|
||||||
amount: 6,
|
amount: 6,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
item: itemList.artificed_spare_clockwork_component_coppelius,
|
item: itemList.artificed_spare_clockwork_component_coppelia,
|
||||||
amount: 20,
|
amount: 20,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1173,6 +1173,11 @@ export const itemList = {
|
||||||
|
|
||||||
everamber: { id: 'everamber', name: 'Everamber' },
|
everamber: { id: 'everamber', name: 'Everamber' },
|
||||||
|
|
||||||
|
artificed_spare_clockwork_component_coppelia: {
|
||||||
|
id: 'artificed_spare_clockwork_component_coppelia',
|
||||||
|
name: 'Artificed Spare Clockwork Component — Coppelia',
|
||||||
|
rarity: 4,
|
||||||
|
},
|
||||||
artificed_spare_clockwork_component_coppelius: {
|
artificed_spare_clockwork_component_coppelius: {
|
||||||
id: 'artificed_spare_clockwork_component_coppelius',
|
id: 'artificed_spare_clockwork_component_coppelius',
|
||||||
name: 'Artificed Spare Clockwork Component — Coppelius',
|
name: 'Artificed Spare Clockwork Component — Coppelius',
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 72 KiB |
Loading…
Add table
Reference in a new issue