Skip to content

Commit

Permalink
version update: 4.7 4.8 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
6DDUU6 committed Aug 28, 2024
1 parent 6866267 commit 5562219
Show file tree
Hide file tree
Showing 75 changed files with 626 additions and 17 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.
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.
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.
40 changes: 40 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/lib/data/banners/events/4.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,46 @@
}
}
}
},
{
"phase": 2,
"banners": {
"standardVersion": 4,
"events": {
"featured": [
{
"bannerName": "romaritime-meluserenity-1",
"character": "sigewinne",
"textOffset": { "l": 50.5, "b": 10.75 }
},
{
"bannerName": "chanson-of-many-waters-2",
"character": "furina",
"textOffset": { "l": 50.5, "b": 10.75 }
}
],
"rateup": ["noelle", "rosaria", "gaming"]
},
"weapons": {
"bannerName": "epitome-invocation-66",
"fatepointsystem": true,
"featured": [
{ "name": "silvershower-heartstrings", "buttonPosition": { "l": 40 } },
{ "name": "splendor-of-tranquil-waters", "buttonPosition": { "l": 60 } }
],
"rateup": [
"lithic-blade",
"lion_s-roar",
"sacrificial-bow",
"favonius-codex",
"favonius-lance"
],
"textOffset": {
"featured": { "l": 49, "t": 66 },
"rateup": { "l": 78.5, "b": 24 }
}
}
}
}
]
}
Expand Down
80 changes: 80 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/lib/data/banners/events/4.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"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 }
}
}
}
},
{
"phase": 2,
"banners": {
"standardVersion": 4,
"events": {
"featured": [
{
"bannerName": "ambrosial-essence-1",
"character": "emilie",
"textOffset": { "l": 50.5, "b": 10.75 }
},
{
"bannerName": "discerner-of-enigmas-4",
"character": "yelan",
"textOffset": { "l": 50.5, "b": 10.75 }
}
],
"rateup": ["razor", "xiangling", "yanfei"]
},
"weapons": {
"bannerName": "epitome-invocation-68",
"fatepointsystem": true,
"featured": [
{ "name": "lumidouce-elegy" },
{ "name": "aqua-simulacra", "buttonPosition": { "l": 75 } }
],
"rateup": [
"makhaira-aquamarine",
"the-flute",
"favonius-warbow",
"favonius-lance",
"wandering-evenstar"
],
"textOffset": {
"featured": { "l": 48.5, "t": 62 },
"rateup": { "l": 77, "b": 28, "w": 17 }
}
}
}
}
]
}

46 changes: 46 additions & 0 deletions Genshin-Impact-Wish-Simulator/src/lib/data/banners/events/5.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"patch": 5.0,
"data": [
{
"phase": 1,
"banners": {
"standardVersion": 4,
"events": {
"featured": [
{
"bannerName": "sharktacular-surfari-1",
"character": "mualani",
"textOffset": { "l": 49, "b": 14 }
},
{
"bannerName": "leaves-in-the-wind-5",
"character": "kaedehara-kazuha",
"textOffset": { "l": 50, "b": 14 }
}
],
"rateup": ["kachina", "bennett", "xinyan"]
},
"weapons": {
"bannerName": "epitome-invocation-69",
"fatepointsystem": true,
"featured": [
{ "name": "surfs-up" },
{ "name": "freedom-sworn", "buttonPosition": { "l": 65 } }
],
"rateup": [
"favonius-sword",
"the-stringless",
"dragon_s-bane",
"sacrificial-fragments",
"favonius-greatsword"
],
"textOffset": {
"featured": { "l": 49.5, "t": 71 },
"rateup": { "l": 79.5, "b": 18, "w": 17 }
}
}
}
}
]
}

52 changes: 50 additions & 2 deletions Genshin-Impact-Wish-Simulator/src/lib/data/characters.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
{
"onlyStandard": ["amber", "kaeya", "lisa"],
"data": [
{
"itemID": 10000102,
"name": "mualani",
"vision": "hydro",
"rarity": 5,
"origin": "natlan",
"offset": {
"splashArt": { "x": 3.6693766937669374, "y": 3.781842818428184, "scale": 1.57 },
"wishCard": { "x": -56.16326530612245, "y": 61.77857142857144, "scale": 11.13 },
"button": { "l": 52, "w": 115, "t": 37 }
}
},
{
"itemID": 10000100,
"name": "kachina",
"vision": "geo",
"rarity": 4,
"release": "5.0-1",
"origin": "natlan",
"offset": {
"splashArt": { "x": -0.5203252032520325, "y": 0.5040650406504066, "scale": 1.1 },
"wishCard": { "x": -20.722347629796843, "y": 51.65237020316027, "scale": 7.88 }
}
},
{
"itemID": 10000099,
"name": "emilie",
"vision": "dendro",
"rarity": 5,
"origin": "fontaine",
"offset": {
"splashArt": { "x": 0.12195121951219512, "y": -3.384823848238482, "scale": 1.38 },
"wishCard": { "x": -5.291841341502741, "y": 55.98194130925508, "scale": 10.38 },
"button": { "l": 45, "w": 86, "t": 36 }
}
},
{
"itemID": 10000095,
"name": "sigewinne",
"vision": "hydro",
"rarity": 5,
"origin": "fontaine",
"offset": {
"splashArt": { "x": -4.485175202156334, "y": -12.950134770889488, "scale": 1.42 },
"wishCard": { "x": -31.30979133226324, "y": 24.140515222482435, "scale": 10.17 },
"button": { "l": 52, "w": 115, "t": 37 }
}
},
{
"itemID": 10000097,
"name": "sethos",
Expand All @@ -20,8 +68,8 @@
"rarity": 5,
"origin": "fontaine",
"offset": {
"splashArt": { "x": -2.6630727762803237, "y": -1.7830188679245285, "scale": 1.64 },
"wishCard": { "x": -44.831460674157306, "y": 56.07191011235956, "scale": 11.64 },
"splashArt": { "x": 0.42140921409214094, "y": 0.39701897018970195, "scale": 1.24 },
"wishCard": { "x": -57.94904869396969, "y": 54.09706546275396, "scale": 9.55 },
"button": { "l": 50, "w": 125, "t": 35 }
}
},
Expand Down
22 changes: 11 additions & 11 deletions Genshin-Impact-Wish-Simulator/src/lib/data/pricelist.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"genesisBonus": {
"versionReset": [1.0, 2.1, 3.1, 4.1, 5.0],
"topupBonus": {
"300": 30,
"980": 110,
"1980": 260,
"3280": 600,
"6480": 1600
}
},
"currencies": [
{
"country": ["br"],
Expand Down Expand Up @@ -221,15 +231,5 @@
}
}
}
],
"genesisBonus": {
"versionReset": [1.0, 2.1, 3.1, 4.1],
"topupBonus": {
"300": 30,
"980": 110,
"1980": 260,
"3280": 600,
"6480": 1600
}
}
]
}
37 changes: 36 additions & 1 deletion Genshin-Impact-Wish-Simulator/src/lib/data/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,13 +468,48 @@
},
{
"date": "03 Jun 2024",
"featured": true,
"description": [
"Add New Character: <strong> Clorinde (5★)</strong>",
"Add New Character: <strong> Sethos (4★)</strong>",
"Add New Weapon: <b> Absolution (5★)</b>",
"Add <strong> Alhaitham 2nd rerun </strong> Banner"
]
},
{
"date": "21 Jun 2024",
"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",
"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"
]
},
{
"date": "01 Aug 2024",
"description": [
"Add New Character: <strong> Emilie (5★)</strong>",
"Add New Weapon: <b> Lumidouce Elegy (5★)</b>",
"Add <strong> Yelan 3rd rerun </strong> Banner"
]
},
{
"date": "26 Aug 2023",
"featured": true,
"description": [
"<b>WELCOME TO NATLAN!</b>",
"New Character: <b>Mualani ( 5★ )</b> & <b>Kachina ( 4★ )</b>",
"New Weapon: <b>Surf's Up ( 5★ ) </b>",
"<b>New Mechanism:</b> Capturing Radiance - Can be triggered during 50:50 Condition, You can customize the rate via Rates Editor",
"<b>Adjustment:</b> Reduce Fatepoint needed from 2 to 1, starting from v5.0"
]
}
]
}
33 changes: 33 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,38 @@
{
"data": [
{
"itemID": 14516,
"name": "surfs-up",
"rarity": 5,
"weaponType": "catalyst",
"limited": true,
"origin": "natlan",
"offset": {
"button": { "t": 30, "w": 60, "l": 35 }
}
},
{
"itemID": 13513,
"name": "lumidouce-elegy",
"rarity": 5,
"weaponType": "polearm",
"limited": true,
"origin": "fontaine",
"offset": {
"button": { "t": 15, "w": 95, "l": 30 }
}
},
{
"itemID": 15513,
"name": "silvershower-heartstrings",
"rarity": 5,
"weaponType": "bow",
"limited": true,
"origin": "inazuma",
"offset": {
"button": { "t": 10, "w": 75, "l": 30 }
}
},
{
"itemID": 11515,
"name": "absolution",
Expand Down
7 changes: 4 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.7",
"version": "5.0",
"wishPhase": 1,
"storageVersion": "4.7.0",
"storageVersion": "5.0.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, 5.0
],
"initialAmount": {
"primogem": 10000,
Expand All @@ -25,6 +25,7 @@
"max4": 10,
"hard4": 9,
"winRate": 50,
"radRate": 10,
"charRate": 50
},
"weapon-event": {
Expand Down
Loading

0 comments on commit 5562219

Please sign in to comment.