X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/232290cdd9e78a7a49416c2f6840bd3e5dd10d5d..4d0e83fa3326d3c63eb024858f9346daf50e917a:/nethack.plp diff --git a/nethack.plp b/nethack.plp index bb0be70..8b48c85 100644 --- a/nethack.plp +++ b/nethack.plp @@ -31,7 +31,7 @@ $header{content_type} = $ctype; <: - my %styles = map {$_ => $_} qw(dark circus mono terse); + my %styles = map {$_ => $_} qw(dark circus mono red terse); our $style = exists $get{style} && $styles{$get{style}} || 'light'; printf(qq{\n}, $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "$_.css", $_ @@ -42,35 +42,9 @@ $header{content_type} = $ctype; print "\n" if $showkeys and $get{keys} eq 'ghost'; :> + - - - +

NetHack cheat sheet

@@ -80,15 +54,17 @@ function setmode(classname) {
  • <: our %sign = ( arg => $ascii ? '.' : '·', # described as 'dot' - argi => $ascii ? ':' : ':', + args => $ascii ? ':' : '⁚', + argi => $ascii ? "'" : '′', + argm => $ascii ? '|' : '↕', motion => $ascii ? '|' : '↕', alias => $ascii ? 'see: ' : '»', up => $ascii ? 'up' : '▲', @@ -113,8 +89,6 @@ $keys->print_rows($get{static});
    -
    -
    direction
    Direction to move to or target a command (<:= $sign{motion} :>).
    move @@ -127,8 +101,6 @@ $keys->print_rows($get{static});
    Display invertory menu.
    menu
    Enters some other menu. -
    -
    @@ -136,10 +108,10 @@ $keys->print_rows($get{static});
    key<:= $sign{arg} :>
    Commands with a dot need at least one argument afterwards. -
    key<:= $sign{motion} :> -
    Requires a direction afterwards.
    key<:= $sign{argi} :>
    Asks for an inventory item. +
    key<:= $sign{argm} :> +
    Requires a direction afterwards.