From de09f9cf285f1e5c4c21758a9384b875e7f8874e Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 29 Jul 2024 01:07:42 -0400 Subject: [PATCH] feat: add more Estinien lines --- Evaluator.cs | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Evaluator.cs b/Evaluator.cs index 1da5412..e41118c 100644 --- a/Evaluator.cs +++ b/Evaluator.cs @@ -204,7 +204,7 @@ public class Evaluator { 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!") + .AddText(" put all you've got into the next fight!") .Build(), "It's okay. I won't tell anyone about that.", ], @@ -217,9 +217,25 @@ public class Evaluator { Default = true, Lines = new Dictionary { [Evaluation.Best] = [ - "Ha! Well fought, friend! If only I had been there to join you. It looked like fun.", + "Ha! Well fought, friend! If only I had been there to join you. It looked fun.", "Now there's a fight that will make a good story. Expertly fought.", ], + [Evaluation.Good] = [ + "A good fight, friend. A performance I've come to expect from you.", + "'Twas nothing you couldn't handle.", + ], + [Evaluation.Fair] = [ + "No need to strain yourself.", + "Take care, that fight seemed your equal.", + ], + [Evaluation.Poor] = [ + "Surely that's not your best.", + "You needn't hold back on my account.", + ], + [Evaluation.Awful] = [ + "Need I show you how to do battle?", + "A disappointing showing...", + ], } }, new Evaluator {