Skip to content

Commit 842fe46

Browse files
committed
Change NPC name and dialogue upon request.
1 parent 97980b6 commit 842fe46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

extras/config/storylines/coffeecats.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ npcs:
107107
en: "I work at the MaRDI help desk. I will help you with questions about data."
108108
MathPerson2:
109109
name:
110-
en: "Lou Prandtl"
110+
en: "Ada Argyris"
111111
spawn: { x: 1212, y: 333 }
112112
type: citizenLila
113113
dialogue:
114114
- text:
115-
en: "I am a specialist in fluid dynamics. I am here to learn about the latest developments in research data management."
115+
en: "I am a specialist in computational mathematics. I am here to learn about the latest developments in research data management."
116116
Librarian:
117117
name:
118118
en: "Librarian"
@@ -342,7 +342,7 @@ quests:
342342
en: "Oh, my colleages from MaRDI have developed a service called MathAlgoDB. It is a knowledge graph for algorithms. Just go to the computer and check it out."
343343
MathPerson2:
344344
- text:
345-
en: "Coffee making is an intersting problem. When I was working on my research on fluid dynamics, I was modeling the flow around submarine propeller blades. I wonder if this would be relevant for your problem."
345+
en: "Coffee making is an interesting problem. FEM is just like brewing coffee: built step by step, element by element."
346346
MathPerson3:
347347
- text:
348348
en: "I love coffee! We should offer a prize for the best coffee making algorithm at the next GAMM conference!"
@@ -1045,9 +1045,9 @@ quests:
10451045
type: sequence
10461046
items:
10471047
- text:
1048-
en: "I have a simulation dataset that includes variables such as fluid viscosity, thermal conductivity, density, Prandtl number, and measured heat transfer coefficient."
1048+
en: "I have a finite-element structural dataset with explicit causal relationships among design parameters, loading conditions, and mechanical outcomes."
10491049
- text:
1050-
en: "With such data, you can analyze whether changes in viscosity causally influence heat transfer performance. I'm happy to share the dataset, just one question:"
1050+
en: "I'm happy to share the dataset, just one question:"
10511051
- cond: '^op.data.math2 & op.notsuredata.math2'
10521052
type: sequence
10531053
items:

0 commit comments

Comments
 (0)