Skip to content

Commit

Permalink
Merge branch 'release/3.0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
j4rv committed Feb 28, 2024
2 parents 688d7f5 + 8201e87 commit 786a4e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/jarvbot/genshin.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,5 @@ var handicaps = []string{
"only 5* characters (the other 3 chars)",
"only males (the other 3 chars)",
"only females (the other 3 chars)",
"only 2 artifacts (whole team)",
"only 10 artifacts (whole team)",
}
4 changes: 3 additions & 1 deletion pkg/genshinchargen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@ var scaling = NewWeightedSlice(map[string]int{
var roles = NewWeightedSlice(map[string]int{
"On-field DPS": 10,
"Off-field DPS": 7,
"NA DPS": 5,
"Buffer": 5,
"Healer": 5,
"Shielder": 4,
"Phys on-field DPS": 3,
"Plunge DPS": 3,
"Physical DPS": 3,
"Healer DPS": 3,
"Healer and shielder": 2,
"Healer and shielder DPS": 1,
Expand Down

0 comments on commit 786a4e4

Please sign in to comment.