everything_has_a_price_jam/test/union reps letters.dtl
2026-09-26 15:09:09 -06:00

25 lines
No EOL
2.3 KiB
Text

# Provide all variables in the "for_timeline_calls" folder when calling
do Random.dialogic_random(1, 4)
You've received a letter from {for_timeline_calls.requestee_name} the {for_timeline_calls.requestee_class}.
if {RNG_1_4} == 1.0:
"Greetings from the guild of {for_timeline_calls.requestee_class}s your highness."
"My name is {for_timeline_calls.requestee_name} and I'm writing to you on behalf of all of us to ask for more {for_timeline_calls.requested_currency}. The amount you've seen fit to provide us with thus far is, frankly, insulting."
"We demand at least {for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} as soon as possible, otherwise we will need to consider taking more serious action."
elif {RNG_1_4} == 2.0:
"Hello {player_name}, this is {for_timeline_calls.requestee_name} writing to you on behalf of all {for_timeline_calls.requestee_class}s in the kingdom of {kingdom_name}. I hope this message finds you well."
"We've come to realise that your compensation for our workforce is far less than we believe we're worth, and would like to request a greater wage for all of us."
"After much consideration, we've decided that {for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} should be enough."
elif {RNG_1_4} == 3.0:
"'Ello from the union of {for_timeline_calls.requestee_class}s 'yer highness.\
Forgive the informality, I'm none too good at writin' myself, but the people says that I'm real persuasive."
"Me and some o' the other smart blokes have had a little chin wag and we figure you ain't payin' us enough."
"{for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} oughtta keep us happy for now, elsewise we might just look into other options ferr who's rulin' us."
else:
"Greetings dearie, {for_timeline_calls.requestee_name} the {for_timeline_calls.requestee_class} here."
"I do hope you'll hear me out on this... the other {for_timeline_calls.requestee_class}s and I have been feeling rather unsatisfied with our supply of {for_timeline_calls.requested_currency}, and were hoping you might be able to assist."
"I believe we'd settle for {for_timeline_calls.requested_amount} if you'd be willing.\
{for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency}, or I'm afraid that our collective faith in you may be swayed."