mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-14 22:12:16 -05:00
Many Changes
Added a 'default' image for spots where one is missing. Not the best solution, but it looks better on the site. Cleaned up my code to avoid some duplication. Added better 'Select All' logic to the event filter.
This commit is contained in:
parent
abe48cd902
commit
255f15798a
24 changed files with 323 additions and 783 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"isEventItem": false
|
||||
},
|
||||
"ddd29671-ca7f-4132-8784-80346e154059": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Blessing Power Gachapon",
|
||||
"minItemPower": 10,
|
||||
"maxItemPower": 30,
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"c1e029ff-b82c-48bd-a1f1-ea6291fad948": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Mandrake",
|
||||
"minItemPower": 1,
|
||||
"maxItemPower": 3,
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"52cd4a48-ff8a-4493-8030-b4e7754cd227": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Muddled Mushroom",
|
||||
"minItemPower": 2,
|
||||
"maxItemPower": 5,
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"636b7384-1389-4012-933c-9063baa7a38d": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Grassy Bunny",
|
||||
"minItemPower": 3,
|
||||
"maxItemPower": 6,
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"2563b5f8-8fd5-4795-af86-33200605cf3e": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Chirping Chick",
|
||||
"minItemPower": 4,
|
||||
"maxItemPower": 10,
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"54e9bcf5-f1a5-4350-a75d-88af02b4fc13": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Gorgeous Horse",
|
||||
"minItemPower": 5,
|
||||
"maxItemPower": 16,
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"e736d2b9-a8ec-4a4e-a721-24880c8a6038": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Blooming Fox",
|
||||
"minItemPower": 7,
|
||||
"maxItemPower": 24,
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"9fb7f9ba-e7ed-4e99-b161-386f48299443": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Frozen Dragon",
|
||||
"minItemPower": 10,
|
||||
"maxItemPower": 32,
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"e2472929-1218-4cd6-a73b-b783c17bbc31": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Flaming Lion",
|
||||
"minItemPower": 14,
|
||||
"maxItemPower": 48,
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"0e21a6ea-8262-44f7-91c3-0c51ace7613f": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Touno Souvenir 1",
|
||||
"minItemPower": 5,
|
||||
"maxItemPower": 5,
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
"isEventItem": true
|
||||
},
|
||||
"700ffd61-c0bf-4f41-abd1-b6fd74a645bb": {
|
||||
"iconURL": "",
|
||||
"iconURL": "isl_logo.png",
|
||||
"itemName": "Touno Souvenir 2",
|
||||
"minItemPower": 10,
|
||||
"maxItemPower": 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue