paniki.lua 343 B

1234567891011
  1. local S = minetest.get_translator("the_end_mob_guides")
  2. local text = S([[Paniki are bats that appear in small groups to harass the dwarves. They are not very strong, but they can hunt down the dwarves even in otherwise safe positions.
  3. ]])
  4. in_game_guide.register_page("the_end_mob_guides:paniki",
  5. {
  6. title = S("Paniki"),
  7. text = text,
  8. })