rampages.lua 481 B

12345678910111213
  1. local S = minetest.get_translator("the_end_combat_guides")
  2. local text = S([[When a dwarf kills an enemy with a Dwarven Sword, they are awarded superpowers. These allow them to instantly kill further monsters and even dash through the air. It is crucial that they avoid dashing too deep into a hoarde of monsters so they don't get pinned down despite their powers.
  3. ]])
  4. in_game_guide.register_page("the_end_combat_guides:rampages",
  5. {
  6. title = S("Rampages"),
  7. text = text,
  8. })