X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fsrc%2Fraids%2Fview.tt2;h=826ac606190abc7dff8d8dd7b6be26e770753ba8;hb=25cfbba80f992bd251751782e30cb8c3d57b53d3;hp=80288f1fa37cc916c24722e4809730aaeee39ff9;hpb=ce9b24b16397f66996eb5f4e7f7a0da594bfb88e;p=ndwebbie.git diff --git a/root/src/raids/view.tt2 b/root/src/raids/view.tt2 index 80288f1..826ac60 100644 --- a/root/src/raids/view.tt2 +++ b/root/src/raids/view.tt2 @@ -22,6 +22,10 @@ [% FOR t IN targets %]
Target: #[% t.id %]
[% IF t.comment %] @@ -43,15 +48,15 @@ MetalCrystalEonium Roids - [% t.scans.metal_roids %] - [% t.scans.crystal_roids %] - [% t.scans.eonium_roids %] + [% t.metal_roids | commify %] + [% t.crystal_roids | commify %] + [% t.eonium_roids | commify %] Resources - [% t.scans.metal %] - [% t.scans.crystal %] - [% t.scans.eonium %] + [% t.metal | commify %] + [% t.crystal | commify %] + [% t.eonium | commify %] @@ -61,32 +66,32 @@ Waves Research - [% t.scans.waves %] + [% t.waves %] Amps - [% t.scans.amps %] + [% t.amps %] Dists - [% t.scans.distorters %] + [% t.distorters %] Production Research - [% t.scans.hulls %] + [% t.hulls %] Light factory - [% t.scans.light_fac %] + [% t.light_fac %] Medium factory - [% t.scans.medium_fac %] + [% t.medium_fac %] Heavy factory - [% t.scans.heavy_fac %] + [% t.heavy_fac %]
@@ -100,7 +105,7 @@ [% FOR s IN m.ships %] - + [% END %]
[% s.ship %][% s.amount %][% s.ship %][% s.amount | commify %]
@@ -122,15 +127,15 @@