1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-29 16:32:53 +00:00

ru:: signs

This commit is contained in:
Zeno Rogue 2025-05-14 13:05:37 +02:00
parent 1055ae0249
commit 4f0a662e05
2 changed files with 14 additions and 5 deletions

View File

@ -58,7 +58,7 @@ struct ruwall {
enum eWall { enum eWall {
wAir, wWall, wBouncy, wSpike, wWater, wFrozen, wDoor, wSmashedDoor, wAir, wWall, wBouncy, wSpike, wWater, wFrozen, wDoor, wSmashedDoor,
wLockedDoor, wFountain, wBluePortal, wOrangePortal, wPlatform, wStaircase, wLockedDoor, wFountain, wBluePortal, wOrangePortal, wPlatform, wStaircase,
wColumn, wForge, wWoodWall, wShopDoor, wSecretPassage, wGUARD }; wColumn, wForge, wWoodWall, wShopDoor, wSecretPassage, wSign, wWallSign, wGUARD };
flagtype W_BLOCK = 1; flagtype W_BLOCK = 1;
flagtype W_TRANS = 2; flagtype W_TRANS = 2;
@ -92,6 +92,8 @@ ruwall walls[qwall] = {
{"wooden wall", "#", 0xFF8000FF, W_BLOCK | W_STABLE, "These kinds of tough walls can be destroyed with fire."}, {"wooden wall", "#", 0xFF8000FF, W_BLOCK | W_STABLE, "These kinds of tough walls can be destroyed with fire."},
{"shop door", "#", 0xFFD500FF, W_TRANS, "A powerful door, to protect against shoplifters."}, {"shop door", "#", 0xFFD500FF, W_TRANS, "A powerful door, to protect against shoplifters."},
{"secret passage", "#", 0xFFFF40FF, W_PLATFORM | W_BLOCKBIRD, "You have discovered a secret passage from the other side."}, {"secret passage", "#", 0xFFFF40FF, W_PLATFORM | W_BLOCKBIRD, "You have discovered a secret passage from the other side."},
{"sign", "X", 0xFFFF40FF, W_TRANS, "You need to wait close to this sign to read it."},
{"wall sign", "X", 0xFFFFC0FF, W_BLOCK, "You need to wait close to this sign to read it."},
}; };
int sel = 1; int sel = 1;

View File

@ -58,7 +58,7 @@ I have seen you jump to reach me. You always make exactly the same jump! You wil
HINT 410 257 12 12 HINT 410 257 12 12
Stay awhile and listen! Stay awhile and listen!
HINT 254 266 12 12 HINT 254 266 12 12
Hint: to talk to people or to read inscryptions, stay near them for a second. Hint: to talk to people, stay near them for a second.
OK OK
MOVE 0 Red Rooster Inn MOVE 0 Red Rooster Inn
@ -186,6 +186,8 @@ ROOM Forest Path
^ spike ^ spike
x air x air
W wooden wall W wooden wall
X sign
| column
MAP MAP
................................................................................ ................................................................................
................................................................................ ................................................................................
@ -218,9 +220,9 @@ MAP
......................................^WW....................................... ......................................^WW.......................................
..............................--.......WW^....--................................ ..............................--.......WW^....--................................
.......................................WW....................................... .......................................WW.......................................
.......................................WW....................................... .......................................WW............................XXX........
......................................WWWW...................................... ......................................WWWW............................|.........
................^.....................#W#W...................^.................. ................^.....................#W#W...................^........|.........
################################################################################ ################################################################################
#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b #b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b#b
################################################################################ ################################################################################
@ -232,6 +234,11 @@ BOAR 113 255
ITEM 279 65 ITEM 279 65
furry ring furry ring
Someone lost a small, weird ring here. Hopefully it will be useful to you. Someone lost a small, weird ring here. Hopefully it will be useful to you.
HINT 564 256 60 60
Hint: to read signs, stay near them for a second.
NPC 564 256 0
@Forest Sign
The sign reads, BEWARE THE WILD BOARS\n\nThis forest path feels somehow hostile indeed. You feel you will need to use your figthing skills soon.\n\nFights may be difficult if you try to handle them at the same speed as exploration. Press [key:dexmode] to slow down time when expecting combat. If you want to resume quick exploration, press [key:dexmode] again.
OK OK
MOVE 2 Forest Path MOVE 2 Forest Path