feat: author emergent situations and dialogue

This commit is contained in:
Rijad Zuzo
2026-08-12 21:58:12 +02:00
parent 14120115d4
commit d12e9515fb
29 changed files with 856 additions and 143 deletions
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"accept"
response_intent_ids = Array[StringName]([&"thank", &"report_progress", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"acknowledge_supersession"
response_intent_ids = Array[StringName]([&"thank", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"ask_wellbeing"
response_intent_ids = Array[StringName]([&"describe_need", &"share_fact", &"offer_help", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"ask_what_happened"
response_intent_ids = Array[StringName]([&"share_fact", &"ask_who_else", &"offer_help", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"ask_who_else"
response_intent_ids = Array[StringName]([&"share_fact", &"offer_help", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"ask_work"
response_intent_ids = Array[StringName]([&"describe_need", &"report_progress", &"share_fact", &"ask_who_else", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"decline"
response_intent_ids = Array[StringName]([&"reproach", &"renegotiate", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"describe_need"
response_intent_ids = Array[StringName]([&"offer_help", &"decline", &"ask_who_else", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,8 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"goodbye"
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"greet"
response_intent_ids = Array[StringName]([&"ask_work", &"ask_wellbeing", &"ask_what_happened", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"offer_help"
response_intent_ids = Array[StringName]([&"accept", &"decline", &"renegotiate"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"renegotiate"
response_intent_ids = Array[StringName]([&"accept", &"decline", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"report_progress"
response_intent_ids = Array[StringName]([&"thank", &"renegotiate", &"acknowledge_supersession", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"reproach"
response_intent_ids = Array[StringName]([&"acknowledge_supersession", &"renegotiate", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"share_fact"
response_intent_ids = Array[StringName]([&"ask_what_happened", &"ask_who_else", &"acknowledge_supersession", &"thank", &"goodbye"])
template_catalog_id = &"jajce_conversation_templates"
@@ -0,0 +1,9 @@
[gd_resource type="Resource" script_class="ConversationIntentDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/dialogue/ConversationIntentDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
intent_id = &"thank"
response_intent_ids = Array[StringName]([&"goodbye"])
template_catalog_id = &"jajce_conversation_templates"