X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/232290cdd9e78a7a49416c2f6840bd3e5dd10d5d..aba1357633e2f377e38961d379cf072aa7462afd:/nethack.plp diff --git a/nethack.plp b/nethack.plp index bb0be70..d6a37b1 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", $_ @@ -70,7 +70,7 @@ function setmode(classname) { } // setmode //--> - +

NetHack cheat sheet

@@ -80,7 +80,7 @@ function setmode(classname) {
  • @@ -88,7 +88,9 @@ 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' : '▲', @@ -136,10 +138,12 @@ $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} :> +
    Thing +
    key<:= $sign{motion} :> +
    Requires a direction afterwards.