Simplify NPC messages even more
This commit is contained in:
parent
d829331398
commit
2f5fc6ef80
@ -45,16 +45,18 @@ Munch-munch!=Mampf!
|
||||
Yummies!=Lecker!
|
||||
Yum-yum!=Mjam-mjam!
|
||||
Chomp!=Schmatz!
|
||||
Thanks, I liked that!=Danke, das war gut!
|
||||
Thanks!=Danke!
|
||||
I could use a snack.=Ich könnte einen Imbiss gebrauchen.
|
||||
I'm a bit hungry.=Ich bin etwas hungrig.
|
||||
Hello!=Hallo!
|
||||
What's up?=Guten Tag!
|
||||
Nice to see you.=Schön, dich zu sehen.
|
||||
I don't feel so good.=Mir geht es nicht so gut.
|
||||
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!
|
||||
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!=
|
||||
Yum-yum!=
|
||||
Chomp!=
|
||||
Thanks, I liked that!=
|
||||
Thanks!=
|
||||
I could use a snack.=
|
||||
I'm a bit hungry.=
|
||||
Hello!=
|
||||
What's up?=
|
||||
Nice to see you.=
|
||||
I don't feel so good.=
|
||||
I ... I am hurt.=
|
||||
Leave me alone.=
|
||||
What do you want from me?=
|
||||
Go away!=
|
||||
Screw you!=
|
||||
Villager says: “@1”=
|
||||
Sheep=
|
||||
Skunk=
|
||||
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("Yum-yum!"),
|
||||
S("Chomp!"),
|
||||
S("Thanks, I liked that!"),
|
||||
S("Thanks!"),
|
||||
},
|
||||
hungry = {
|
||||
S("I could use a snack."),
|
||||
@ -44,15 +44,17 @@ local msgs = {
|
||||
},
|
||||
happy = {
|
||||
S("Hello!"),
|
||||
S("What's up?"),
|
||||
S("Nice to see you."),
|
||||
S("Life is beautiful."),
|
||||
S("I feel good."),
|
||||
S("Have a nice day!"),
|
||||
},
|
||||
hurt = {
|
||||
S("I don't feel so good."),
|
||||
S("I ... I am hurt."),
|
||||
S("Leave me alone."),
|
||||
S("What do you want from me?"),
|
||||
S("Go away!"),
|
||||
S("I feel weak."),
|
||||
S("My head hurts."),
|
||||
S("I have a bad day today."),
|
||||
},
|
||||
hostile = {
|
||||
S("Screw you!"),
|
||||
|
Loading…
Reference in New Issue
Block a user