feat: add more wuk lines

This commit is contained in:
Anna 2024-07-27 21:26:56 -04:00
parent eed90f2ded
commit 98b06cf34b
Signed by: anna
GPG Key ID: D0943384CD9F87D1

View File

@ -123,6 +123,35 @@ public class Evaluator {
.AddItalics("got") .AddItalics("got")
.AddText(" to show me how to do that sometime!") .AddText(" to show me how to do that sometime!")
.Build(), .Build(),
"Amazing! You truly are the best there is!",
],
[Evaluation.Good] = [
"Nice job! You're pretty good at this, huh?",
"It looked like you did pretty well to me!",
],
[Evaluation.Fair] = [
"Were you holding back during that one?",
"I feel like I could've kept up with you that time.",
],
[Evaluation.Poor] = [
new SeStringBuilder()
.AddText("Whoa! Is Eorzea's champion ")
.AddItalics("slacking")
.AddText("? Huh. What will everyone say when I tell them?")
.Build(),
new SeStringBuilder()
.AddText("I ")
.AddItalics("know")
.AddText(" you can do better than that!")
.Build(),
],
[Evaluation.Awful] = [
new SeStringBuilder()
.AddText("Hey, are you okay? Take a minute, and then ")
.AddItalics("really")
.AddText(" put all you've got into the fight next time!")
.Build(),
"It's okay. I won't tell anyone about that.",
], ],
}, },
} }