Skip to content

Commit 9e1be90

Browse files
committed
Update gachacalc for 5.0
1 parent 1f61b40 commit 9e1be90

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/commands/misc/gachacalc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function pityRate(baseRate: number, pityStart: number): (pity: number) => number
1717
const gachas: Record<string, Banner> = {
1818
char: {
1919
bannerName: "5* Banner character",
20-
banner: 0.5,
20+
banner: 0.55,
2121
guaranteed: 1,
2222
minConst: -1,
2323
maxConst: 6,
@@ -41,7 +41,7 @@ const gachas: Record<string, Banner> = {
4141
bannerName: "Specific 5* banner weapon",
4242
banner: 0.75,
4343
guaranteed: 1/2,
44-
guaranteedPity: 3,
44+
guaranteedPity: 2,
4545
minConst: 0,
4646
maxConst: 5,
4747
constFormat: "R",
@@ -79,7 +79,7 @@ export default class GachaCalc extends Command {
7979
super({
8080
name,
8181
category: "Misc",
82-
help: `Calculate chance to get banner character/weapon in a certain amount of pulls.
82+
help: `Calculate chance to get banner character/weapon in a certain amount of pulls. (Updated for 5.0+)
8383
Also available online at <${client.data.baseURL}tools/gachacalc>
8484
8585
Available banners: ${Object.keys(gachas).map(x => `\`${x}\``).join(", ")}

src/data/events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4078,7 +4078,7 @@
40784078
"type": "Stream",
40794079
"link": "https://www.hoyolab.com/article/31405929",
40804080
"img": "https://upload-os-bbs.hoyolab.com/upload/2024/07/23/0/a5ecf3b754b5e5a5dcc972e1b96c4f60_52165321811925880.jpeg",
4081-
"start": "2024-08-16 12:00:00",
4081+
"start": "2024-08-16 00:00:00",
40824082
"timezone": "-04:00"
40834083
}
40844084
]

0 commit comments

Comments
 (0)