1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 18:27:55 +00:00

newbie-friendliness: explain how to get Safety

This commit is contained in:
Zeno Rogue
2021-05-31 11:37:08 +02:00
parent 41235b4afa
commit 660eaa6afe
2 changed files with 54 additions and 7 deletions

View File

@@ -9396,3 +9396,25 @@ S("Reverses all the curses. When found far away from the Cursed Canyon, you gain
S("Hyperbolic shapes", "Hiperboliczne kształty")
S("Projections of hyperbolic space", "Rzuty płaszczyzny hiperbolicznej")
S("Procedural generation", "Proceduralna generacja")
// newbie-friendly Safety
S("Find an Orb of Safety to save your game",
"Znajdź Sferę Bezpieczeństwa by zapisać grę")
S("how to find an Orb of Safety?", "jak znaleźć Sferę Bezpieczeństwa?")
S(
"To save the game you need an Orb of Safety.\n\n"
"Orbs of Safety appear:\n\n"
"* in the Crossroads and the Land of Eternal Motion, after you collect %1 Phoenix Feathers in the Land of Eternal Motion.\n\n"
"* in the Ocean after you unlock it (%2 treasures)\n\n"
"* in the Prairie after you unlock it (%3 treasures)\n\n",
"By zapisać grę potrzebujesz Sferę Bezpieczeństwa.\n\n"
"Możesz je znaleźć:\n\n"
"* na Skrzyżowaniu i w Krainie Wiecznego Ruchu, po znalezieniu %1 Piór Feniksa w Krainie Wiecznego Ruchu\n\n"
"* na Oceanie po jego odblokowaniu (%2 skarbów)\n\n"
"* na Prerii po jej odblokowaniu (%3 skarbów)\n\n"
)