X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/a6782d364fdb585f1e76ce104b265d5d426a68be..536a6bc00a62877d179932e9455511e0e4c7d59a:/sc.plp diff --git a/sc.plp b/sc.plp index 840e082..23833b6 100644 --- a/sc.plp +++ b/sc.plp @@ -211,7 +211,11 @@ sub showval { !!$_->{base} && '+', $_->{build} || '0', ), - !$suitchar ? '' : sprintf('%s', $suitchar, ucfirst $suitchar), + !$suitchar ? '' : sprintf('%s%s', + $suitchar, ucfirst $suitchar, + $_->{attr}->{massive} + && '⚓', + ), '' . ( defined $_->{unit} && $_->{unit} == .5 ? '½' : $_->{unit} ), @@ -242,8 +246,10 @@ sub showval { showval($_, 'sight') ), '' . showval($_, 'speed'), - $_->{attr}->{massive} - && '⚓', + $_->{attr}->{jump} + && qq'↕', + $_->{attr}->{flying} + && qq'↑', '' . showmagic($_), "\n" ); @@ -312,7 +318,8 @@ if ($scver{major} > 1) { :>transports can fit 8 Small, 4 Medium, 2 Large, - or a single Huge unit<: + or a single Huge unit +
massive ⚓ units are immune to certain spells<: } else { :>affected by Small, Medium, or