djtdyjtdyjyt
This commit is contained in:
parent
e764f0cfa4
commit
64eac58171
2 changed files with 8 additions and 8 deletions
|
|
@ -41,14 +41,14 @@ directories/dtl_directory={
|
|||
layout/style_directory={}
|
||||
variables={
|
||||
"COUNTEROFFER_REPONSE": 0,
|
||||
"RNG": "",
|
||||
"RNG_1_4": "",
|
||||
"RNG": 0,
|
||||
"RNG_1_4": 0,
|
||||
"for_timeline_calls": {
|
||||
"economy_amount": "",
|
||||
"requested_amount": "",
|
||||
"requested_currency": "",
|
||||
"requestee_class": "",
|
||||
"requestee_name": ""
|
||||
"economy_amount": 96,
|
||||
"requested_amount": 69,
|
||||
"requested_currency": "dollarboos",
|
||||
"requestee_class": "demon",
|
||||
"requestee_name": "jane doe"
|
||||
},
|
||||
"kingdom_name": "coolland",
|
||||
"player_goal": "killing",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ You've received a letter from {for_timeline_calls.requestee_name} the {for_timel
|
|||
if {RNG_1_4} == 1.0:
|
||||
"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'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:
|
||||
"Oi, kingman."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue