X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/75b9efa8a00eadba5aa4d4f3cc6c659050ccbf78..aac22478e6a264e504af77c87af6db144daabc68:/sc.plp diff --git a/sc.plp b/sc.plp index 88459de..9c271be 100644 --- a/sc.plp +++ b/sc.plp @@ -166,8 +166,11 @@ sub showval { $_->{desc} ? ": $_->{desc}" : '', $_->{range} || $_->{cost} ? sprintf(' (%s)', join ', ', $_->{range} ? "range $_->{range}" : (), - $_->{cost} ? sprintf('cost %.0f%%', - 100 * $_->{cost} / $row->{energy} + $_->{cost} ? sprintf('cost %.0f%%%s', + 100 * $_->{cost} / $row->{energy}, + defined $_->{maint} && sprintf('+%.1f%%/s', + 100 * $_->{maint} / $row->{energy}, + ), ) : (), ) : '', ), @@ -237,7 +240,8 @@ sub showval { showval($_, 'sight') ), '' . showval($_, 'speed'), - $_->{attr}->{massive} && '☇', + $_->{attr}->{massive} + && '⚓', '' . showmagic($_), "\n" );