djtdyjtdyjyt

This commit is contained in:
Tandy 2026-09-26 15:39:18 -06:00
parent e764f0cfa4
commit 64eac58171
2 changed files with 8 additions and 8 deletions

View file

@ -41,14 +41,14 @@ directories/dtl_directory={
layout/style_directory={} layout/style_directory={}
variables={ variables={
"COUNTEROFFER_REPONSE": 0, "COUNTEROFFER_REPONSE": 0,
"RNG": "", "RNG": 0,
"RNG_1_4": "", "RNG_1_4": 0,
"for_timeline_calls": { "for_timeline_calls": {
"economy_amount": "", "economy_amount": 96,
"requested_amount": "", "requested_amount": 69,
"requested_currency": "", "requested_currency": "dollarboos",
"requestee_class": "", "requestee_class": "demon",
"requestee_name": "" "requestee_name": "jane doe"
}, },
"kingdom_name": "coolland", "kingdom_name": "coolland",
"player_goal": "killing", "player_goal": "killing",

View file

@ -5,7 +5,7 @@ You've received a letter from {for_timeline_calls.requestee_name} the {for_timel
if {RNG_1_4} == 1.0: if {RNG_1_4} == 1.0:
"Greetings your majesty. {for_timeline_calls.requestee_name} the {for_timeline_calls.requestee_class} here." "Greetings your majesty. {for_timeline_calls.requestee_name} the {for_timeline_calls.requestee_class} here."
"I've recently recived an offer from Sir Archie Nemisye for my services.. and I'm afraid it is [i]much[/i] higher than what I'm currently receiving." "I've recently recived an offer from Sir Archie Nemisye for my services.. and I'm afraid it is [i]much[/i] higher than what I'm currently receiving."
"I'm nothing if not a (mostly) loyal subject however, so if you should see fit to match that ammount ({for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} to be exact), I will gladly stay in your service." "I'm nothing if not a (mostly) loyal subject however, so if you should see fit to match that amount ({for_timeline_calls.requested_amount} {for_timeline_calls.requested_currency} to be exact), I will gladly stay in your service."
elif {RNG_1_4} == 2.0: elif {RNG_1_4} == 2.0:
"Oi, kingman." "Oi, kingman."