Redesign
This commit is contained in:
parent
0b4bca36ed
commit
f1bb9b80ca
18 changed files with 372 additions and 43 deletions
src/content
|
@ -14,7 +14,7 @@ const entry = z.object({
|
|||
const quest = z.object({
|
||||
questTitle: z.string(),
|
||||
description: z.string(),
|
||||
data: z.array(entry)
|
||||
data: z.array(entry),
|
||||
})
|
||||
|
||||
// Basic info block for page
|
||||
|
@ -34,7 +34,13 @@ const taData = defineCollection({
|
|||
}),
|
||||
})
|
||||
|
||||
const groupDescription = defineCollection({
|
||||
type: 'data',
|
||||
schema: z.object({ info: info }),
|
||||
})
|
||||
|
||||
export const collections = {
|
||||
taInfoData: taData,
|
||||
teslafest: taData,
|
||||
groups: groupDescription,
|
||||
}
|
||||
|
|
8
src/content/groups/lostbelt-6.json
Normal file
8
src/content/groups/lostbelt-6.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"info": {
|
||||
"title": "Lostbelt 6",
|
||||
"releaseDate": "2023-07-10",
|
||||
"shortdescription": "Lostbelt 6",
|
||||
"releaseNumber": 1
|
||||
}
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"info": {
|
||||
"title": "[Lostbelt 6] Albion",
|
||||
"title": "Albion",
|
||||
"releaseDate": "2023-07-10",
|
||||
"shortdescription": "Albion shows up with a new mechanic, but will it be enough?",
|
||||
"releaseNumber": 1
|
||||
},
|
||||
"quests": [
|
||||
{
|
||||
"questTitle": "[Lostbelt 6] Albion",
|
||||
"questTitle": "Albion",
|
||||
"description": "Albion shows up with a new mechanic, but will it be enough? No, because the mechanics are only seen as a small challenge and were quickly rendered a sideeffect during this quest - to the dismay of Melusine",
|
||||
"data": [
|
||||
{
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"info": {
|
||||
"title": "[Lostbelt 6] Cernunnos",
|
||||
"title": "Cernunnos",
|
||||
"releaseDate": "2023-07-10",
|
||||
"shortdescription": "One of FGOs most notorious boss fights due to up to 100% special defense, strong DoT damage and powerful field effects",
|
||||
"releaseNumber": 2
|
||||
},
|
||||
"quests": [
|
||||
{
|
||||
"questTitle": "[Lostbelt 6] Cernunnos",
|
||||
"questTitle": "Cernunnos",
|
||||
"description": "One of FGOs most notorious boss fights due to up to 100% special defense, strong DoT damage and powerful field effects - and still, the TA community prevailed and created some of the most amazing runs of all time",
|
||||
"data": [
|
||||
{
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"info": {
|
||||
"title": "[Lostbelt 6] Queen Morgan",
|
||||
"title": "Queen Morgan",
|
||||
"releaseDate": "2023-06-20",
|
||||
"shortdescription": "The fight against the Lostbelt 6 Queen as the conclusion of LB 6 Part 2",
|
||||
"releaseNumber": 1
|
||||
},
|
||||
"quests": [
|
||||
{
|
||||
"questTitle": "[Lostbelt 6] Queen Morgan",
|
||||
"questTitle": "Queen Morgan",
|
||||
"description": "The fight against the Lostbelt 6 Queen as the conclusion of LB 6 Part 2 - Interesting field effects and a berserker enemy were making this fight interesting, as Morgan is hitting like an actual truck, meaning support cycling was a lot easier than usual.",
|
||||
"data": [
|
||||
{
|
|
@ -2,13 +2,13 @@
|
|||
"info": {
|
||||
"title": "The Green Comet",
|
||||
"releaseDate": "2024-03-21",
|
||||
"shortdescription": "When Achillis decends, he brings swith him destruction ...",
|
||||
"shortdescription": "When Achillis decends, he brings with him destruction ...",
|
||||
"releaseNumber": 6
|
||||
},
|
||||
"quests": [
|
||||
{
|
||||
"questTitle": "The Green Comet",
|
||||
"description": "When Achillis decends, he brings swith him destruction - time to teach him that this is a bad thing!",
|
||||
"description": "When Achillis decends, he brings with him destruction - time to teach him that this is a bad thing!",
|
||||
"data": [
|
||||
{
|
||||
"title": "Kama 2T",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue