Skip to content

Commit 97180d2

Browse files
committed
Add 4* weapon banner calcs
1 parent 1eff358 commit 97180d2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pages/tools/gachacalc.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,18 @@ const gachas: Record<string, Banner> = {
5757
constName: "Refinement",
5858
maxPity: 80,
5959
rate: pityRate(0.7, 63)
60-
}
60+
},
61+
"4*weapon": {
62+
bannerName: "Specific 4* banner weapon",
63+
banner: 0.75,
64+
guaranteed: 1 / 5,
65+
minConst: -1,
66+
maxConst: 6,
67+
constFormat: "C",
68+
constName: "Constellation",
69+
maxPity: 10,
70+
rate: pityRate(6, 9)
71+
},
6172
}
6273

6374

0 commit comments

Comments
 (0)