mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 08:43:02 +00:00
Rework modules to be individual objects rather than references to templates
This commit is contained in:
@@ -193,6 +193,20 @@ export const ShipFacets = [
|
||||
lbls: ['DPS'],
|
||||
fmt: 'round',
|
||||
i: 11
|
||||
},
|
||||
{ // 12
|
||||
title: 'EPS',
|
||||
props: ['totalEps'],
|
||||
lbls: ['EPS'],
|
||||
fmt: 'round',
|
||||
i: 12
|
||||
},
|
||||
{ // 13
|
||||
title: 'HPS',
|
||||
props: ['totalHps'],
|
||||
lbls: ['HPS'],
|
||||
fmt: 'round',
|
||||
i: 13
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user