feat: add more Estinien lines

This commit is contained in:
Anna 2024-07-29 01:07:42 -04:00
parent 9d1dfa2304
commit de09f9cf28
Signed by: anna
GPG Key ID: D0943384CD9F87D1

View File

@ -204,7 +204,7 @@ public class Evaluator {
new SeStringBuilder() new SeStringBuilder()
.AddText("Hey, are you okay? Take a minute, and then ") .AddText("Hey, are you okay? Take a minute, and then ")
.AddItalics("really") .AddItalics("really")
.AddText(" put all you've got into the fight next time!") .AddText(" put all you've got into the next fight!")
.Build(), .Build(),
"It's okay. I won't tell anyone about that.", "It's okay. I won't tell anyone about that.",
], ],
@ -217,9 +217,25 @@ public class Evaluator {
Default = true, Default = true,
Lines = new Dictionary<Evaluation, SeString[]> { Lines = new Dictionary<Evaluation, SeString[]> {
[Evaluation.Best] = [ [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.", "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 { new Evaluator {