43 lines
2.2 KiB
Plaintext
43 lines
2.2 KiB
Plaintext
[gd_resource type="Resource" script_class="ConversationTemplateCatalog" load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://simulation/dialogue/ConversationTemplateCatalog.gd" id="1_catalog"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_catalog")
|
|
line_templates = {
|
|
"accept": ["That works for me.", "Yes, let us do that."],
|
|
"acknowledge_supersession": ["Things have changed since then; I understand.", "That news has overtaken our earlier plan."],
|
|
"ask_wellbeing": ["How have you been, {listener}?", "Are you keeping well, {listener}?"],
|
|
"ask_what_happened": ["What happened with {topic}?", "Tell me what happened around {topic}."],
|
|
"ask_who_else": ["Who else knows about {topic}?", "Who else should hear about {topic}?"],
|
|
"ask_work": ["What work is keeping you busy?", "What are you working on today?"],
|
|
"decline": ["I cannot agree to that.", "No, I cannot take that on."],
|
|
"describe_need": ["We need help with {topic}.", "The pressing need is {topic}."],
|
|
"goodbye": ["Until next time.", "Farewell for now."],
|
|
"greet": ["Good to see you, {listener}.", "Peace to you, {listener}."],
|
|
"offer_help": ["I can help with {topic}.", "Let me lend a hand with {topic}."],
|
|
"renegotiate": ["We should revise the plan for {topic}.", "Can we find another way to handle {topic}?"],
|
|
"report_progress": ["There has been progress on {topic}.", "The work on {topic} is moving forward."],
|
|
"reproach": ["You left {topic} unresolved.", "I expected better over {topic}."],
|
|
"share_fact": ["I learned something about {topic}.", "There is news concerning {topic}."],
|
|
"thank": ["Thank you for your help.", "You have my thanks."]
|
|
}
|
|
option_templates = {
|
|
"accept": ["Accept.", "Agree to the plan."],
|
|
"acknowledge_supersession": ["Acknowledge that events changed."],
|
|
"ask_wellbeing": ["Ask how they are."],
|
|
"ask_what_happened": ["Ask what happened."],
|
|
"ask_who_else": ["Ask who else knows."],
|
|
"ask_work": ["Ask about their work."],
|
|
"decline": ["Decline.", "Say you cannot help."],
|
|
"describe_need": ["Describe the need."],
|
|
"goodbye": ["Say goodbye."],
|
|
"greet": ["Greet them."],
|
|
"offer_help": ["Offer help with {topic}."],
|
|
"renegotiate": ["Propose a different plan."],
|
|
"report_progress": ["Report progress."],
|
|
"reproach": ["Reproach them."],
|
|
"share_fact": ["Share what you know."],
|
|
"thank": ["Thank them."]
|
|
}
|