mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-04-01 11:51:50 +02:00
Add Primordial Jade Cutter
This commit is contained in:
parent
f819bb2b9e
commit
204ba5af3d
3 changed files with 60 additions and 0 deletions
|
@ -6089,4 +6089,63 @@ export const weaponList = {
|
|||
},
|
||||
],
|
||||
},
|
||||
primordial_jade_cutter: {
|
||||
name: 'Primordial Jade Cutter',
|
||||
id: 'primordial_jade_cutter',
|
||||
rarity: 5,
|
||||
atk: 44,
|
||||
secondary: 'ATK',
|
||||
type: weapons.sword,
|
||||
source: 'wish',
|
||||
ascension: [
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.mist_veiled_lead_elixir, amount: 5 },
|
||||
{ item: itemList.mist_grass_pollen, amount: 5 },
|
||||
{ item: itemList.treasure_hoarder_insignia, amount: 3 },
|
||||
],
|
||||
mora: 10000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.mist_veiled_mercury_elixir, amount: 5 },
|
||||
{ item: itemList.mist_grass_pollen, amount: 18 },
|
||||
{ item: itemList.treasure_hoarder_insignia, amount: 12 },
|
||||
],
|
||||
mora: 20000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.mist_veiled_mercury_elixir, amount: 9 },
|
||||
{ item: itemList.mist_grass, amount: 9 },
|
||||
{ item: itemList.silver_raven_insignia, amount: 9 },
|
||||
],
|
||||
mora: 30000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.mist_veiled_gold_elixir, amount: 5 },
|
||||
{ item: itemList.mist_grass, amount: 18 },
|
||||
{ item: itemList.silver_raven_insignia, amount: 14 },
|
||||
],
|
||||
mora: 45000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.mist_veiled_gold_elixir, amount: 9 },
|
||||
{ item: itemList.mist_grass_wick, amount: 14 },
|
||||
{ item: itemList.golden_raven_insignia, amount: 9 },
|
||||
],
|
||||
mora: 55000,
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ item: itemList.mist_veiled_primo_elixir, amount: 6 },
|
||||
{ item: itemList.mist_grass_wick, amount: 27 },
|
||||
{ item: itemList.golden_raven_insignia, amount: 18 },
|
||||
],
|
||||
mora: 65000,
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
@ -152,6 +152,7 @@
|
|||
<div transition:slide class="mt-4">
|
||||
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap">2021/02/03
|
||||
- Add Xiao
|
||||
- Add Primordial Jade Cutter
|
||||
- Bug fixes</pre>
|
||||
<pre class="bg-background rounded-xl py-2 px-4 whitespace-pre-wrap mt-2">2021/02/02
|
||||
- Add resin approximation on todo list
|
||||
|
|
BIN
static/images/weapons/primordial_jade_cutter.png
Normal file
BIN
static/images/weapons/primordial_jade_cutter.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 54 KiB |
Loading…
Add table
Reference in a new issue