mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Adds the E-2C Hawkeye to the game. (#714)
* Adds the E-2C Hawkeye to the game. It wasn't being imported from pydcs, and thus wasn't in the list of AWACS aircraft or prices. Also adds it to the 1985 US Navy list, as that makes sense to do. Updates .gitignore to ignore my VS Code settings file. Addresses Khopa/dcs_liberation#709
This commit is contained in:
parent
851984ee66
commit
144cfecc0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ resources/payloads/*.lua
|
||||
venv
|
||||
logs.txt
|
||||
.DS_Store
|
||||
.vscode/settings.json
|
||||
dist/**
|
||||
a.py
|
||||
resources/tools/a.miz
|
||||
|
||||
@ -40,6 +40,7 @@ from dcs.planes import (
|
||||
C_101CC,
|
||||
C_130,
|
||||
E_3A,
|
||||
E_2C,
|
||||
FA_18C_hornet,
|
||||
FW_190A8,
|
||||
FW_190D9,
|
||||
@ -343,6 +344,7 @@ PRICES = {
|
||||
A_50: 50,
|
||||
KJ_2000: 50,
|
||||
E_3A: 50,
|
||||
E_2C: 50,
|
||||
C_130: 25,
|
||||
Hercules: 25,
|
||||
|
||||
@ -691,7 +693,8 @@ UNIT_BY_TASK = {
|
||||
KC135MPRS,
|
||||
],
|
||||
AWACS: [
|
||||
E_3A,
|
||||
E_3A,
|
||||
E_2C,
|
||||
A_50,
|
||||
KJ_2000
|
||||
],
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"AH_1W"
|
||||
],
|
||||
"awacs": [
|
||||
"E_3A"
|
||||
"E_2C"
|
||||
],
|
||||
"tankers": [
|
||||
"S_3B_Tanker"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user