aotds-docks/src/dux/carrier/squadron_types.js

10 lines
246 B
JavaScript
Raw Normal View History

2020-07-27 17:42:19 +00:00
export default [
{ type: "standard", cost: 3 },
{ type: "fast", cost: 4 },
{ type: "heavy", cost: 5 },
{ type: "interceptor", cost: 3 },
{ type: "attack", cost: 4 },
{ type: "long range", cost: 4 },
{ type: "torpedo", cost: 6 },
];