mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Create navalunitdatabase.ts
This commit is contained in:
parent
5555c44c4e
commit
5777632114
31
client/src/units/navalunitdatabase.ts
Normal file
31
client/src/units/navalunitdatabase.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { UnitDatabase } from "./unitdatabase"
|
||||
|
||||
export class NavalDatabase extends UnitDatabase {
|
||||
constructor() {
|
||||
super();
|
||||
this.blueprints = {
|
||||
"CVN-70 Carl Vinson": {
|
||||
"name": "CVN-70 Carl Vinson",
|
||||
"class": "Aircraft Carrier",
|
||||
"era": ["Mid Cold War"],
|
||||
"label": "CVN-70 Carl Vinson",
|
||||
"shortLabel": "CVN-70 Carl Vinson",
|
||||
"range": "Short",
|
||||
"loadouts": [
|
||||
{
|
||||
"fuel": 1,
|
||||
"items": [],
|
||||
"roles": [
|
||||
"Template"
|
||||
],
|
||||
"code": "",
|
||||
"name": "Default"
|
||||
}
|
||||
],
|
||||
"filename": ""
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export var navalDatabase = new NavalDatabase();
|
||||
Loading…
x
Reference in New Issue
Block a user