Skip to content

Commit

Permalink
Version Update: 1st phase of v4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AguzzTN54 committed Jul 15, 2024
1 parent eeed7e5 commit 8096a3b
Show file tree
Hide file tree
Showing 30 changed files with 178 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/images/outfits/face/breeze-of-sabaa.webp
Binary file not shown.
Binary file added src/images/outfits/face/phantom-in-boots.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/images/outfits/thumbnail/breeze-of-sabaa.webp
Binary file not shown.
Binary file not shown.
40 changes: 40 additions & 0 deletions src/lib/data/banners/events/4.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"patch": 4.8,
"data": [
{
"phase": 1,
"banners": {
"standardVersion": 4,
"events": {
"featured": [
{
"bannerName": "in-the-name-of-the-rosula-2",
"character": "navia",
"textOffset": { "l": 50.5, "b": 10.75 }
},
{
"bannerName": "twirling-lotus-3",
"character": "nilou",
"textOffset": { "l": 50.5, "b": 10.75 }
}
],
"rateup": ["ningguang", "kaveh", "kirara"]
},
"weapons": {
"bannerName": "epitome-invocation-67",
"fatepointsystem": true,
"featured": [
{ "name": "verdict" },
{ "name": "key-of-khaj-nisut", "buttonPosition": { "l": 60 } }
],
"rateup": ["xiphos-moonlight", "rust", "dragon_s-bane", "the-bell", "eye-of-perception"],
"textOffset": {
"featured": { "l": 47, "t": 73 },
"rateup": { "l": 75, "b": 18, "w": 17 }
}
}
}
}
]
}

25 changes: 25 additions & 0 deletions src/lib/data/outfits.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,31 @@
"splashArt": { "x": 1.9204851752021566, "y": 1.6388140161725067, "scale": 1.14 },
"wishCard": { "x": 42.722311396468704, "y": 66.40449438202248, "scale": 7.65 }
}
},
{
"release": 4.8,
"name": "breeze-of-sabaa",
"characterName": "nilou",
"rarity": 4,
"price": 1680,
"promoPrice": 1350,
"offset": {
"storeCard": { "l": -28, "w": 115, "t": -35 },
"splashArt": { "x": 0.13314037626628075, "y": 0.17221418234442837, "scale": 1.38 },
"wishCard": { "x": -43.8453781512605, "y": 50.53882352941176, "scale": 8.98 }
}
},
{
"release": 4.8,
"name": "phantom-in-boots",
"characterName": "kirara",
"rarity": 4,
"price": 1680,
"promoPrice": 1350,
"offset": {
"splashArt": { "x": -0.24457308248914617, "y": 2.082489146164978, "scale": 1.48 },
"wishCard": { "x": 35.35473515248796, "y": 57.37411764705882, "scale": 10.35 }
}
}
]
}
11 changes: 10 additions & 1 deletion src/lib/data/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,12 +477,21 @@
},
{
"date": "21 Jun 2024",
"featured": true,
"description": [
"Add New Character: <strong> Sigewinner (5★)</strong>",
"Add New Weapon: <b> Silvershower Heartstrings (5★)</b>",
"Add <strong> Furina 1st rerun </strong> Banner"
]
},
{
"date": "15 Jul 2024",
"featured": true,
"description": [
"Add new Outfit: <b>\"Breeze of Sabaa)\"</b> (Nillou)",
"Add new Outfit: <b>\"Phantom in Boots)\"</b> (Kirara)",
"Add <b>Navia's 1st Rerun</b> Banner",
"Add <b>Nilou's 2nd Rerun</b> Banner"
]
}
]
}
8 changes: 4 additions & 4 deletions src/lib/data/wish-setup.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "4.7",
"wishPhase": 2,
"storageVersion": "4.7.2",
"version": "4.8",
"wishPhase": 1,
"storageVersion": "4.8.1",
"allPatch": [
1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 3.0, 3.1, 3.2,
3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7
3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8
],
"initialAmount": {
"primogem": 8000,
Expand Down
8 changes: 8 additions & 0 deletions src/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "Bambusregen",
"description": "Eine formelle Kleidung, die die Händlergilde Feiyun für Xingqiu hat anfertigen lassen. Die Bambusdrucke sind raffiniert und der Schnitt ist sehr schmeichelhaft, aber Xingqius Lieblingsaspekt dieser Kleidung sind die Innentaschen, in die man einen dünnen Roman stecken kann."
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "Bamboo Rain",
"description": "Formal wear prepared by the Feiyun Commerce Guild for Xingqiu. The bamboo prints are refined and the cut is most flattering, but Xingqiu's favorite aspect of the outfit is its inner pockets, into which a thinner novel might be stuffed."
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": " "
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": " "
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "Pluie de bambous",
"description": "Une tenue de banquet préparée par la Guilde des marchands de Feiyun pour Xingqiu. Les imprimés en bambou sont raffinés et la coupe est des plus flatteuses, mais l'aspect préféré de Xingqiu réside dans ses poches intérieures, dans lesquelles on pourrait glisser un petit roman."
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/id-ID.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "Bamboo Rain",
"description": "Baju formal yang disediakan Feiyun Commerce Guild untuk Xingqiu. Motif bambunya elok dan potongannya serasi di badan, namun yang paling Xingqiu sukai dari baju ini adalah kantong dalamnya, yang bisa dipakai untuk menyimpan buku novel tipis."
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "Pioggia di bambù",
"description": "Un abito formale preparato dalla Gilda dei commercianti di Feiyun per Xingqiu. Il bambù è disegnato in modo raffinato e il taglio è lusinghiero, ma la parte preferita di Xingqiu sono le tasche interne, dentro le quali entrerebbe un libro non troppo spesso."
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "竹身雨化",
"description": "飛雲商会が行秋のために用意した礼服。優雅な竹の模様が入っており、体にぴったり合うよう仕立てられている。なにより行秋が最も気に入っている点は、服の内側にあるほどよい大きさのポケット。薄めの小説がちょうど入るようになっている。"
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "Bambu da Chuva",
"description": "Roupas formais da Guilda de Comerciantes de Feiyun para Xingqiu. Os bordados de bambu são refinados e lhe fazem vantagem, mas o aspecto favorito da roupa para Xingqiu são os bolsos internos, assim ele pode guardar uma novel."
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "Бамбуковый дождь",
"description": "Формальный костюм, который торговая гильдия «Фэйюнь» подготовила для Син Цю. Наряд украшен бамбуковым узором и прекрасно скроен, но Син Цю больше всего нравится внутренний карман, в который может уместиться тонкая книга."
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/th-TH.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "ไผ่พิรุณ",
"description": "ชุดงานเลี้ยงที่ทางสมาคมการค้า Feiyun จัดเตรียมไว้ให้แก่ Xingqiu ลวดลายไม้ไผ่ที่ดูหรูหรา และเสื้อผ้าที่ตัดเย็บอย่างดี แต่สิ่งที่ Xingqiu พอใจมากที่สุดก็คือกระเป๋าด้านในของมัน ที่เพียงพอให้ใส่นิยายเล่มบาง ๆ ได้"
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/vi-VN.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "Màn Mưa Rừng Trúc",
"description": "Trang phục dự tiệc do Thương Hội Phi Vân chuẩn bị cho Xingqiu. Hoa văn hình trúc thanh tao, những đường cắt xẻ tuyệt mỹ, nhưng Xingqiu hài lòng nhất vẫn là chiếc túi bên trong, đủ để nhét một quyển tiểu thuyết mỏng vào."
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "雨化竹身",
"description": "飞云商会为行秋准备的宴会衣装。竹纹清雅、剪裁服帖,但最令行秋满意的还是其内层的口袋,足够塞下一册较薄的小说了。"
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/locales/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,14 @@
"bamboo-rain": {
"name": "雨化竹身",
"description": "飛雲商會為行秋準備的宴會衣裝。竹紋清雅、剪裁服貼,但最令行秋滿意的還是其內層的口袋,足夠塞下一冊較薄的小說了。"
},
"phantom-in-boots": {
"name": "Phantom in Boots",
"description": ""
},
"breeze-of-sabaa": {
"name": "Breeze of Sabaa",
"description": ""
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions src/routes/_shop/donate/Donate.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@
.trakteer .platform {
color: #be1e2d;
}
.patreon .platform {
color: #f96854;
}
.time {
color: #575859;
Expand Down
Binary file modified static/meta-picture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8096a3b

Please sign in to comment.