X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/929c590c28463bc9f80f61250858eec6b4cab747..f5e90028e202fa9055c1e092cfe8219cbb1678f9:/sc.plp diff --git a/sc.plp b/sc.plp index 59ef95c..3ebc4f1 100644 --- a/sc.plp +++ b/sc.plp @@ -144,9 +144,11 @@ sub showval { $tagbase .= '">'; my $out = showval($row, 'attack', $area, 'damage'); - $out .= '+' if $attack->{splash}; + $out .= sprintf('%s', + $attack->{splash} eq 'line' ? ('linear', '×') : ('splash', '+') + ) if $attack->{splash}; $attack->{dps} = $attack->{cooldown} && [ - map { 24 * $_ / $attack->{cooldown} * ($attack->{count} // 1) } + map { $_ / $attack->{cooldown} * ($attack->{count} // 1) } map { ref $_ ? @{$_} : $_ } $attack->{damage} #TODO: upgrade (zergling) @@ -166,8 +168,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}, + ), ) : (), ) : '', ), @@ -180,7 +185,10 @@ sub showval { local $_ = $row; $_->{hp} += $_->{shield} if $_->{shield}; my $suitchar = ''; - if ($_->{suit}) { + if ($_->{attr}->{structure}) { + $suitchar = 'b'; + } + elsif ($_->{suit}) { $suitchar = [qw/? s m l/]->[$_->{suit}]; } elsif ($_->{cargo} > 0) { @@ -203,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} ), @@ -234,7 +246,10 @@ sub showval { showval($_, 'sight') ), '' . showval($_, 'speed'), - $_->{attr}->{massive} && '☇', + $_->{attr}->{jump} + && qq'↕', + $_->{attr}->{flying} + && qq'↑', '' . showmagic($_), "\n" ); @@ -303,7 +318,9 @@ 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 + cannot be lifted or slowed and can break force fields<: } else { :>affected by Small, Medium, or @@ -337,7 +354,8 @@ if ($scver{major} > 1) {
damage done per single attack against ground/air units
2nd column indicates relative amount of damage done in 1 second of fastest game time -
splash damage+ hits nearby objects as well +
splash damage hits all objects nearby + + or in a straight line ×.
explosive damage does only 50% damage to small units, 75% to medium, 100% to large
concussive/plasma damage does