diff --git a/cmd/jarvbot/genshin.go b/cmd/jarvbot/genshin.go index 19f2d09..1254aea 100644 --- a/cmd/jarvbot/genshin.go +++ b/cmd/jarvbot/genshin.go @@ -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)", } diff --git a/pkg/genshinchargen/main.go b/pkg/genshinchargen/main.go index 12e4715..fa8395c 100644 --- a/pkg/genshinchargen/main.go +++ b/pkg/genshinchargen/main.go @@ -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,