Simplify NPC messages even more
This commit is contained in:
parent
d829331398
commit
2f5fc6ef80
@ -45,16 +45,18 @@ Munch-munch!=Mampf!
|
|||||||
Yummies!=Lecker!
|
Yummies!=Lecker!
|
||||||
Yum-yum!=Mjam-mjam!
|
Yum-yum!=Mjam-mjam!
|
||||||
Chomp!=Schmatz!
|
Chomp!=Schmatz!
|
||||||
Thanks, I liked that!=Danke, das war gut!
|
Thanks!=Danke!
|
||||||
I could use a snack.=Ich könnte einen Imbiss gebrauchen.
|
I could use a snack.=Ich könnte einen Imbiss gebrauchen.
|
||||||
I'm a bit hungry.=Ich bin etwas hungrig.
|
I'm a bit hungry.=Ich bin etwas hungrig.
|
||||||
Hello!=Hallo!
|
Hello!=Hallo!
|
||||||
What's up?=Guten Tag!
|
|
||||||
Nice to see you.=Schön, dich zu sehen.
|
Nice to see you.=Schön, dich zu sehen.
|
||||||
I don't feel so good.=Mir geht es nicht so gut.
|
I don't feel so good.=Mir geht es nicht so gut.
|
||||||
I ... I am hurt.=Ich ... ich bin verletzt.
|
I ... I am hurt.=Ich ... ich bin verletzt.
|
||||||
Leave me alone.=Lass mich in Frieden.
|
|
||||||
What do you want from me?=Was willst du von mir?
|
|
||||||
Go away!=Geh weg!
|
|
||||||
Screw you!=Verdammt seist du!
|
Screw you!=Verdammt seist du!
|
||||||
Villager says: “@1”=Dorfbewohner sagt: „@1“
|
Villager says: “@1”=Dorfbewohner sagt: „@1“
|
||||||
|
Life is beautiful.=Das Leben ist schön.
|
||||||
|
I feel good.=Mir geht's gut.
|
||||||
|
Have a nice day!=Guten Tag!
|
||||||
|
I feel weak.=Ich fühle mich schwach.
|
||||||
|
My head hurts.=Mein Kopf tut weh.
|
||||||
|
I have a bad day today.=Ich hab heute einen schlechten Tag.
|
||||||
|
@ -42,19 +42,23 @@ Munch-munch!=
|
|||||||
Yummies!=
|
Yummies!=
|
||||||
Yum-yum!=
|
Yum-yum!=
|
||||||
Chomp!=
|
Chomp!=
|
||||||
Thanks, I liked that!=
|
Thanks!=
|
||||||
I could use a snack.=
|
I could use a snack.=
|
||||||
I'm a bit hungry.=
|
I'm a bit hungry.=
|
||||||
Hello!=
|
Hello!=
|
||||||
What's up?=
|
|
||||||
Nice to see you.=
|
Nice to see you.=
|
||||||
I don't feel so good.=
|
I don't feel so good.=
|
||||||
I ... I am hurt.=
|
I ... I am hurt.=
|
||||||
Leave me alone.=
|
|
||||||
What do you want from me?=
|
|
||||||
Go away!=
|
|
||||||
Screw you!=
|
Screw you!=
|
||||||
Villager says: “@1”=
|
Villager says: “@1”=
|
||||||
Sheep=
|
Sheep=
|
||||||
Skunk=
|
Skunk=
|
||||||
Walker=
|
Walker=
|
||||||
|
Life is beautiful.=
|
||||||
|
I feel good.=
|
||||||
|
Have a nice day!=
|
||||||
|
I don't feel so good.=
|
||||||
|
I ... I am hurt.=
|
||||||
|
I feel weak.=
|
||||||
|
My head hurts.=
|
||||||
|
I have a bad day today.=
|
||||||
|
@ -36,7 +36,7 @@ local msgs = {
|
|||||||
S("Yummies!"),
|
S("Yummies!"),
|
||||||
S("Yum-yum!"),
|
S("Yum-yum!"),
|
||||||
S("Chomp!"),
|
S("Chomp!"),
|
||||||
S("Thanks, I liked that!"),
|
S("Thanks!"),
|
||||||
},
|
},
|
||||||
hungry = {
|
hungry = {
|
||||||
S("I could use a snack."),
|
S("I could use a snack."),
|
||||||
@ -44,15 +44,17 @@ local msgs = {
|
|||||||
},
|
},
|
||||||
happy = {
|
happy = {
|
||||||
S("Hello!"),
|
S("Hello!"),
|
||||||
S("What's up?"),
|
|
||||||
S("Nice to see you."),
|
S("Nice to see you."),
|
||||||
|
S("Life is beautiful."),
|
||||||
|
S("I feel good."),
|
||||||
|
S("Have a nice day!"),
|
||||||
},
|
},
|
||||||
hurt = {
|
hurt = {
|
||||||
S("I don't feel so good."),
|
S("I don't feel so good."),
|
||||||
S("I ... I am hurt."),
|
S("I ... I am hurt."),
|
||||||
S("Leave me alone."),
|
S("I feel weak."),
|
||||||
S("What do you want from me?"),
|
S("My head hurts."),
|
||||||
S("Go away!"),
|
S("I have a bad day today."),
|
||||||
},
|
},
|
||||||
hostile = {
|
hostile = {
|
||||||
S("Screw you!"),
|
S("Screw you!"),
|
||||||
|
Loading…
Reference in New Issue
Block a user