Skip to content

Commit

Permalink
Merge pull request #69 from 6DDUU6/zz22
Browse files Browse the repository at this point in the history
Update 1st phase of v4.6
  • Loading branch information
luyanci authored Apr 25, 2024
2 parents 069dcc3 + fdf3bf9 commit d12cdee
Show file tree
Hide file tree
Showing 46 changed files with 248 additions and 43 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 not shown.
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
64 changes: 64 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/lib/data/banners/events/4.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,70 @@
"featured": { "l": 47, "t": 73, "w": 28 },
"rateup": { "l": 77, "b": 19 }
}
},
"chronicled": {
"bannerName": "ode-to-the-dawn-breeze-1",
"region": "mondstadt",
"characters": {
"5star": ["eula", "mona", "albedo", "klee", "diluc", "jean"],
"4star": []
},
"weapons": {
"5star": [
"skyward-blade",
"aquila-favonia",
"beacon-of-the-reed-sea",
"song-of-broken-pines",
"wolf_s-gravestone",
"skyward-pride",
"skyward-spine",
"lost-prayer-to-the-sacred-winds",
"skyward-atlas",
"hunter_s-path",
"skyward-harp"
],
"4star": ["rust", "lion_s-roar", "rainslasher", "eye-of-perception", "dragon_s-bane"]
}
}
}
},
{
"phase": 2,
"banners": {
"standardVersion": 4,
"events": {
"featured": [
{
"bannerName": "decree-of-the-deeps-2",
"character": "neuvillette",
"textOffset": { "l": 50, "b": 10.75 }
},
{
"bannerName": "leaves-in-the-wind-4",
"character": "kaedehara-kazuha",
"textOffset": { "l": 51, "b": 10.75 }
}
],
"rateup": ["yanfei", "xingqiu", "barbara"]
},
"weapons": {
"bannerName": "epitome-invocation-62",
"fatepointsystem": true,
"featured": [
{ "name": "tome-of-the-eternal-flow" },
{ "name": "freedom-sworn", "buttonPosition": { "l": 65 } }
],
"rateup": [
"wine-and-song",
"the-flute",
"favonius-lance",
"favonius-greatsword",
"mitternachts-waltz"
],
"textOffset": {
"featured": { "l": 44, "t": 73, "w": 28 },
"rateup": { "l": 77, "b": 19 }
}
}
}
}
Expand Down
46 changes: 46 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/lib/data/banners/events/4.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"patch": 4.6,
"data": [
{
"phase": 1,
"banners": {
"standardVersion": 4,
"events": {
"featured": [
{
"bannerName": "the-hearths-ashen-shadow-1",
"character": "arlecchino",
"textOffset": { "l": 55, "b": 12.75 }
},
{
"bannerName": "conjuring-chiaroscuro-2",
"character": "lyney",
"textOffset": { "l": 55, "b": 12.75 }
}
],
"rateup": ["xiangling", "freminet", "lynette"]
},
"weapons": {
"bannerName": "epitome-invocation-63",
"fatepointsystem": true,
"featured": [
{ "name": "crimson_moon_s-semblance" },
{ "name": "the-first-great-magic", "buttonPosition": { "l": 65 } }
],
"rateup": [
"the-dockhands-assistant",
"portable-power-saw",
"favonius-warbow",
"dragon_s-bane",
"eye-of-perception"
],
"textOffset": {
"featured": { "l": 45, "t": 70, "w": 29 },
"rateup": { "l": 78, "b": 17 }
}
}
}
}
]
}

12 changes: 12 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/lib/data/characters.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"onlyStandard": ["amber", "kaeya", "lisa"],
"data": [
{
"itemID": 10000096,
"name": "arlecchino",
"vision": "pyro",
"rarity": 5,
"origin": "fontaine",
"offset": {
"splashArt": { "x": -3.4999999999999996, "y": 1.2493261455525606, "scale": 2.2 },
"wishCard": { "x": 2.5617977528089892, "y": 73.3375, "scale": 18.1 },
"button": { "l": 50, "w": 105, "t": 25 }
}
},
{
"itemID": 168,
"name": "chiori",
Expand Down
21 changes: 20 additions & 1 deletion Genshin-Impact-Wish-Simulator/src/lib/data/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,13 +433,32 @@
]
},
{
"featured": true,
"date": "11 Mar 2024",
"description": [
"Add New Character: <strong> Chiori (5★)</strong>",
"Add New Weapon: <b> Uraku Misugiri (5★)</b>",
"Add <strong> Arataki Itto 3rd Rerun </strong> Banner"
]
},
{
"date": "24 Mar 2024",
"description": ["Add New Banner: <b>Chronicled Wish</b>"]
},
{
"date": "30 Mar 2024",
"description": [
"Activate <b>Neuvillette's 1st Rerun</b> Banner",
"Activate <b>Kazuha's 3th Rerun</b> Banner"
]
},
{
"date": "24 Apr 2024",
"featured": true,
"description": [
"Add New Character: <strong> Arlecchino (5★)</strong>",
"Add New Weapon: <b> Crimson Moon's Semblance (5★)</b>",
"Add <strong> Lyney 1st rerun </strong> Banner"
]
}
]
}
11 changes: 11 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/lib/data/weapons.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"data": [
{
"itemID": 13512,
"name": "crimson_moon_s-semblance",
"rarity": 5,
"weaponType": "polearm",
"limited": true,
"origin": "inazuma",
"offset": {
"button": { "t": 15, "w": 95, "l": 30 }
}
},
{
"itemID": 169,
"name": "uraku-misugiri",
Expand Down
6 changes: 3 additions & 3 deletions Genshin-Impact-Wish-Simulator/src/lib/data/wish-setup.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "4.5",
"version": "4.6",
"wishPhase": 1,
"storageVersion": "4.5.1",
"storageVersion": "4.6.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
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
],
"initialAmount": {
"primogem": 10000,
Expand Down
1 change: 1 addition & 0 deletions Genshin-Impact-Wish-Simulator/src/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"tapestry-of-golden-flames": "Flammengalaxie",
"tempestuous-destiny": "Stürmisches Schicksal",
"the-crane-soars-skyward": "Kranichsilhouette inmitten der Wolken",
"the-hearths-ashen-shadow": "#Schattenasche# am Kamin",
"the-heron_s-court": "Kranichhof",
"the-moongrass-enlightenment": "Erleuchtung des Mondgrases",
"the-transcendent-one-returns": "Rückkehr aus der Abgeschiedenheit",
Expand Down
1 change: 1 addition & 0 deletions Genshin-Impact-Wish-Simulator/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"tapestry-of-golden-flames": "Tapestry of Golden Flames",
"tempestuous-destiny": "Tempestuous Destiny",
"the-crane-soars-skyward": "The Crane Soars Skyward",
"the-hearths-ashen-shadow": "The #Hearth's# Ashen Shadow",
"the-heron_s-court": "The Heron's Court",
"the-moongrass-enlightenment": "The Moongrass' Enlightenment",
"the-transcendent-one-returns": "The Transcendent One Returns",
Expand Down
72 changes: 37 additions & 35 deletions Genshin-Impact-Wish-Simulator/src/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,41 +35,43 @@
"beginner": "Vœux pour les débutants",
"wanderlust": "Envie de voyage",
"epitome-invocation": "Incarnation divine",
"adrift-in-the-harbor": "Doute passager",
"auric-blaze": "Brasier aurique",
"azure-excursion": "Excursion azurée",
"ballad-in-goblets": "Ballade en pintes",
"born-of-ocean-swell": "Flots dansants",
"caution-in-confidence": "Prudence en toute confidence",
"chanson-of-many-waters": "Chant de toutes les eaux",
"conjuring-chiaroscuro": "Conjuring Chiaroscuro",
"dance-of-lantern": "Danse des lanternes",
"decree-of-the-deeps": "Décret des profondeurs",
"discerner-of-enigmas": "Discerneuse d'énigmes",
"drifting-luminescence": "Luminescence à la dérive",
"everbloom-violet": "Infinité violette",
"farewell-of-snezhnaya": "Adieux au Nord",
"from-ashes-reborn": "Renaissant des cendres",
"gentry-of-hermitage": "Monts et marchés",
"immaculate-pulse": "Pouls immaculé",
"in-the-name-of-the-rosula": "Au nom de la Rosula",
"invitation-to-mundane-life": "Invitation scintillante",
"leaves-in-the-wind": "Feuilles dans le vent",
"moment-of-bloom": "Floraison Écarlate",
"of-silken-clouds-woven": "Tissé de nuages soyeux",
"oni_s-royale": "Baroud d'Oni",
"reign-of-serenity": "Règne de sérénité",
"secretum-secretorum": "Nouvelles mystérieuses",
"sparkling-steps": "Foulées étincelantes",
"tapestry-of-golden-flames": "Draperie d'étincelles dorées",
"tempestuous-destiny": "Destin tumultueux",
"the-crane-soars-skyward": "La grue s'envole vers les cieux",
"the-heron_s-court": "Prestance du héron",
"the-moongrass-enlightenment": "Dessillement de l'herbe lunaire",
"the-transcendent-one-returns": "Retour de la sublimée",
"twilight-arbiter": "Arbitre du crépuscule",
"twirling-lotus": "Lotus tournoyant",
"viridescent-vigil": "Veillée écologique"
"ode-to-the-dawn-breeze": "Ode à la #brise matinale#",
"adrift-in-the-harbor": "Doute #passager#",
"auric-blaze": "Brasier #aurique#",
"azure-excursion": "Excursion #azurée#",
"ballad-in-goblets": "Ballade #en pintes#",
"born-of-ocean-swell": "#Flots# dansants",
"caution-in-confidence": "#Prudence# en toute confidence",
"chanson-of-many-waters": "Chant de #toutes les eaux#",
"conjuring-chiaroscuro": "L'artifice du #clair-obscur#",
"dance-of-lantern": "Danse des #lanternes#",
"decree-of-the-deeps": "Décret des #profondeurs#",
"discerner-of-enigmas": "Discerneuse d'#énigmes#",
"drifting-luminescence": "#Luminescence# à la dérive",
"everbloom-violet": "Infinité #violette#",
"farewell-of-snezhnaya": "Adieux au #Nord#",
"from-ashes-reborn": "Renaissant des #cendres#",
"gentry-of-hermitage": "#Monts# et marchés",
"immaculate-pulse": "#Pouls# immaculé",
"in-the-name-of-the-rosula": "Au nom de la #Rosula#",
"invitation-to-mundane-life": "Invitation #scintillante#",
"leaves-in-the-wind": "#Feuilles# dans le vent",
"moment-of-bloom": "Floraison #Écarlate#",
"of-silken-clouds-woven": "Tissé de #nuages soyeux#",
"oni_s-royale": "Baroud d'#Oni#",
"reign-of-serenity": "#Règne# de sérénité",
"secretum-secretorum": "#Nouvelles# mystérieuses",
"sparkling-steps": "Foulées #étincelantes#",
"tapestry-of-golden-flames": "Draperie d'#étincelles dorées#",
"tempestuous-destiny": "#Destin# tumultueux",
"the-crane-soars-skyward": "La grue s'envole #vers les cieux#",
"the-hearths-ashen-shadow": "L'ombre cendrée #de l'âtre#",
"the-heron_s-court": "Prestance du #héron#",
"the-moongrass-enlightenment": "Dessillement de l'#herbe lunaire#",
"the-transcendent-one-returns": "#Retour# de la sublimée",
"twilight-arbiter": "#Arbitre# du crépuscule",
"twirling-lotus": "Lotus #tournoyant#",
"viridescent-vigil": "Veillée #écologique#"
},
"editor": {
"bannerConfig": "{banner} Configuration",
Expand Down
1 change: 1 addition & 0 deletions Genshin-Impact-Wish-Simulator/src/locales/id-ID.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"tapestry-of-golden-flames": "Pijar Api di Angkasa",
"tempestuous-destiny": "Lilitan Takdir Menggelora",
"the-crane-soars-skyward": "Bangau Terbang di Awan",
"the-hearths-ashen-shadow": "Bayangan #Gelora Perapian#",
"the-heron_s-court": "Pelataran Bangau Putih",
"the-moongrass-enlightenment": "Anugerah Kebijaksanaan Rumput Rembulan",
"the-transcendent-one-returns": "Kembali ke Dunia Fana",
Expand Down
3 changes: 2 additions & 1 deletion Genshin-Impact-Wish-Simulator/src/locales/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"born-of-ocean-swell": "Born of Ocean Swell",
"caution-in-confidence": "Monito implacabile",
"chanson-of-many-waters": "Ode alle Mille Acque",
"conjuring-chiaroscuro": "Conjuring Chiaroscuro",
"conjuring-chiaroscuro": "Apparizione di #Chiaroscuro#",
"dance-of-lantern": "Dance of Lantern",
"decree-of-the-deeps": "Decree of the Deeps",
"discerner-of-enigmas": "L'Enigmista",
Expand All @@ -64,6 +64,7 @@
"tapestry-of-golden-flames": "Tapestry of Golden Flames",
"tempestuous-destiny": "Destino tempestoso",
"the-crane-soars-skyward": "La gru solca i cieli",
"the-hearths-ashen-shadow": "Ombra cinerea #del Focolare#",
"the-heron_s-court": "La corte dell'airone",
"the-moongrass-enlightenment": "L'illuminazione dell'Erba lunare",
"the-transcendent-one-returns": "Evento trascendentale",
Expand Down
5 changes: 5 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/locales/items/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"cashflow-supervision": "Cashflow Supervision",
"cool-steel": "Cool Steel",
"cranes-echoing-call": "Crane's Echoing Call",
"crimson_moon_s-semblance": "Crimson Moon's Semblance",
"debate-club": "Debate Club",
"dragon_s-bane": "Dragon's Bane",
"elegy-for-the-end": "Elegy for the End",
Expand Down Expand Up @@ -98,6 +99,10 @@
"name": "Alhaitham",
"title": "Admonishing Instruction"
},
"arlecchino": {
"name": "Arlecchino",
"title": "Dire Balemoon"
},
"amber": {
"name": "Amber",
"title": "Outrider Knights of Favonius"
Expand Down
5 changes: 5 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/locales/items/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"cashflow-supervision": "Supervisione pecuniaria",
"cool-steel": "Lama fredda",
"cranes-echoing-call": "Canto della gru echeggiante",
"crimson_moon_s-semblance": "Forma della Luna cremisi",
"debate-club": "Mazza della persuasione",
"dragon_s-bane": "Scacciadraghi",
"elegy-for-the-end": "Elegia finale",
Expand Down Expand Up @@ -98,6 +99,10 @@
"name": "Alhaitham",
"title": "Insegnamento austero"
},
"arlecchino": {
"name": "Arlecchino",
"title": "Mezzaluna di presagi nefasti"
},
"amber": {
"name": "Amber",
"title": "Campionessa di volo a vela"
Expand Down
5 changes: 5 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/locales/items/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"cashflow-supervision": "凛流の監視者",
"cool-steel": "冷刃",
"cranes-echoing-call": "鶴鳴の余韻",
"crimson_moon_s-semblance": "赤月のシルエット",
"debate-club": "理屈責め",
"dragon_s-bane": "匣中滅龍",
"elegy-for-the-end": "終焉を嘆く詩",
Expand Down Expand Up @@ -98,6 +99,10 @@
"name": "アルハイゼン",
"title": "権謀教戒"
},
"arlecchino": {
"name": "アルレッキーノ",
"title": "暝天の凶月"
},
"amber": {
"name": "アンバー",
"title": "飛行チャンピオン"
Expand Down
5 changes: 5 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/locales/items/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"cashflow-supervision": "Supervisão de Caixa",
"cool-steel": "Lâmina Fria",
"cranes-echoing-call": "Chamado Ecoante da Garça",
"crimson_moon_s-semblance": "Semblante da Lua Carmesim",
"debate-club": "Pacifista",
"dragon_s-bane": "Perdição do Dragão",
"elegy-for-the-end": "Elegia do Suspiro Final",
Expand Down Expand Up @@ -98,6 +99,10 @@
"name": "Alhaitham",
"title": "Reprimenda Instrutiva"
},
"arlecchino": {
"name": "Arlecchino",
"title": "Lua Solitária da Escuridão"
},
"amber": {
"name": "Amber",
"title": "Aventureira"
Expand Down
Loading

0 comments on commit d12cdee

Please sign in to comment.