mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
b24801a8ec
* Add table.get_random and table.get_random_weighted * Rewrite and randomize the messages from on_create * Split hodor messages resource from function * Return variable directly instead of adding an extra step * Change to luadoc
12 lines
276 B
Lua
12 lines
276 B
Lua
-- List of hodor's responses and their weights
|
|
return {
|
|
{'Hodor.', 16},
|
|
{'Hodor?', 16},
|
|
{'Hodor!', 16},
|
|
{'Hodor! Hodor! Hodor! Hodor!', 4},
|
|
{'Hodor :(', 4},
|
|
{'Hodor :)', 4},
|
|
{'HOOOODOOOR!', 4},
|
|
{'( ͡° ͜ʖ ͡°)', 1},
|
|
{'☉ ‿ ⚆', 1}
|
|
} |