From 98b06cf34b4e3b6deac1685935e5109b6fcedcb9 Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 27 Jul 2024 21:26:56 -0400 Subject: [PATCH] feat: add more wuk lines --- Evaluator.cs | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Evaluator.cs b/Evaluator.cs index abcb3e6..e544329 100644 --- a/Evaluator.cs +++ b/Evaluator.cs @@ -123,6 +123,35 @@ public class Evaluator { .AddItalics("got") .AddText(" to show me how to do that sometime!") .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.", ], }, }