From d0bb8fbdba92e5558c48c26e84989286e1885cfa Mon Sep 17 00:00:00 2001 From: Sam Pullara Date: Tue, 2 Jun 2015 20:07:38 -0700 Subject: [PATCH] add the new damage and energy values to the UI --- app/views/_slot-hardpoint.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/_slot-hardpoint.html b/app/views/_slot-hardpoint.html index fc9c2289..96475f5d 100755 --- a/app/views/_slot-hardpoint.html +++ b/app/views/_slot-hardpoint.html @@ -4,8 +4,9 @@
{{hp.c.class}}{{hp.c.rating}}/{{hp.c.mode}}{{hp.c.missile}} {{hp.c.name || lbl}}
{{hp.c.mass}} T
-
DMG: {{hp.c.damage}}
-
DPS: {{hp.c.dps}}
+
DMG: {{hp.c.damage}} ({{$r.fCrd(hp.c.ssdam)}} MJ)
+
DPS: {{hp.c.dps}} ({{$r.fCrd(hp.c.mjdps)}} MJ)
+
EPS: {{$r.fCrd(hp.c.mjeps)}} MJ
T-Load: {{hp.c.thermload}}
Type: {{hp.c.type}}
ROF: {{hp.c.rof}}/s