mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 15:46:59 +00:00
87 lines
1.3 KiB
Lua
87 lines
1.3 KiB
Lua
FOM_Emotes = {
|
|
|
|
["any"] = {
|
|
"Yum!",
|
|
"Mmm, good stuff.",
|
|
},
|
|
|
|
["male"] = {
|
|
"Good boy!",
|
|
},
|
|
["female"] = {
|
|
"Good girl!",
|
|
},
|
|
|
|
["Zesty Clam Meat"] = {
|
|
"Mmm, zesty!",
|
|
},
|
|
["Heaven Peach"] = {
|
|
"Movin' to the country...",
|
|
},
|
|
["Mystery Meat"] = {
|
|
"Tastes like chicken.",
|
|
},
|
|
["Dragonbreath Chili"] = {
|
|
"Yow, spicy!",
|
|
},
|
|
|
|
["Bat"] = {
|
|
"Squeak-squeak snack attack!",
|
|
},
|
|
["Bear"] = {
|
|
"One paw for me, one paw for the bear.",
|
|
},
|
|
["Boar"] = {
|
|
"Good piggy!"
|
|
},
|
|
["Carrion Bird"] = {
|
|
"A gourmet meal... by scavenger standards.",
|
|
},
|
|
["Cat"] = {
|
|
"Nice kitty!",
|
|
},
|
|
["Crab"] = {
|
|
"Crabby no more!",
|
|
},
|
|
["Crocolisk"] = {
|
|
"Easy there, chompy friend.",
|
|
},
|
|
["Gorilla"] = {
|
|
"Big buddy deserves a big bite.",
|
|
},
|
|
["Hyena"] = {
|
|
"Good dog!",
|
|
},
|
|
["Owl"] = {
|
|
"Whoo's a hungry hunter helper?",
|
|
},
|
|
["Raptor"] = {
|
|
"Tiny arms, huge appetite.",
|
|
},
|
|
["Scorpid"] = {
|
|
"No stinging the cook, deal?",
|
|
},
|
|
["Spider"] = {
|
|
"Eight legs, zero table manners.",
|
|
},
|
|
["Tallstrider"] = {
|
|
"Long neck, longer lunch break.",
|
|
},
|
|
["Turtle"] = {
|
|
"Slow and steady wins the snacks.",
|
|
},
|
|
["Wind Serpent"] = {
|
|
"Lightning in the sky, snacks on the ground.",
|
|
},
|
|
["Wolf"] = {
|
|
"Good dog!",
|
|
},
|
|
|
|
["Foxes"] = {
|
|
"Clever fox, clever snack choice.",
|
|
},
|
|
["Serpents"] = {
|
|
"No hissing with your mouth full.",
|
|
},
|
|
};
|